[BACK]Return to errata28.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/errata28.html, Revision 1.44

1.30      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.8 errata</title>
1.30      naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.16      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.33      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.35      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.25      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.30      naddy      17: <h2><font color="#0000e0">
1.1       deraadt    18: This is the OpenBSD 2.8 release errata &amp; patch list:
                     19:
                     20: </font></h2>
                     21:
                     22: <hr>
                     23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.27      deraadt    24: <br>
1.28      deraadt    25: For errata on a certain release, click below:<br>
1.27      deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.31      deraadt    36: <a href="errata32.html">3.2</a>,
1.32      david      37: <a href="errata33.html">3.3</a>,
1.37      david      38: <a href="errata34.html">3.4</a>,
1.38      miod       39: <a href="errata35.html">3.5</a>,
1.39      deraadt    40: <a href="errata36.html">3.6</a>,
1.40      deraadt    41: <a href="errata37.html">3.7</a>,
1.41      deraadt    42: <a href="errata38.html">3.8</a>,
1.42      deraadt    43: <a href="errata39.html">3.9</a>,
1.43      deraadt    44: <a href="errata40.html">4.0</a>,
1.44    ! deraadt    45: <a href="errata41.html">4.1</a>.
1.27      deraadt    46: <br>
1.1       deraadt    47: <hr>
                     48:
1.30      naddy      49: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz">
1.1       deraadt    50: You can also fetch a tar.gz file containing all the following patches</a>.
                     51: This file is updated once a day.
                     52:
                     53: <p> The patches below are available in CVS via the
                     54: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
                     55:
                     56: <p>
1.29      deraadt    57: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    58: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     59: <hr>
                     60:
1.33      henning    61: <a name="all"></a>
                     62: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    63: <ul>
1.33      henning    64: <li><a name="uucp"></a>
                     65: <font color="#009000"><strong>033: SECURITY FIX: September 11, 2001</strong></font><br>
1.30      naddy      66: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.18      millert    67: that may allow an attacker to run arbitrary commands as user uucp and
                     68: use this to gain root access.
                     69: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                     70: parsing routine may allow arbitrary commands to be run.  Because
                     71: some UUCP commands are run as root (and daemon) from cron it is possible
                     72: to leverage compromise of the UUCP user to gain root.
                     73: <br>
                     74: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/033_uucp.patch">A source code patch exists which remedies the problem</a>
                     75: <p>
1.33      henning    76: <li><a name="lpd"></a>
                     77: <font color="#009000"><strong>032: SECURITY FIX: August 29, 2001</strong></font><br>
1.30      naddy      78: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.17      millert    79: that may allow an attacker with line printer access to gain root
                     80: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                     81: does not start lpd by default).  Only machines with line printer
                     82: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                     83: may be used to mount an attack.
                     84: <br>
                     85: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/032_lpd.patch">A source code patch exists which remedies the problem</a>
                     86: <p>
1.33      henning    87: <li><a name="sendmail2"></a>
                     88: <font color="#009000"><strong>031: SECURITY FIX: August 21, 2001</strong></font><br>
1.30      naddy      89: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.14      millert    90: that may allow an attacker on the local host to gain root privileges by
                     91: specifying out-of-bounds debug parameters.
1.15      brad       92: <br>
1.14      millert    93: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/031_sendmail.patch">A source code patch exists which remedies the problem</a>
                     94: <p>
1.33      henning    95: <li><a name="kernexec"></a>
                     96: <font color="#009000"><strong>030: SECURITY FIX: June 15, 2001</strong></font>
1.10      aaron      97: <br>
1.30      naddy      98: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.10      aaron      99: <br>
                    100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/030_kernexec.patch">A source code patch exists which remedies the problem</a>.
                    101: <p>
1.33      henning   102: <li><a name="fts"></a>
                    103: <font color="#009000"><strong>029: SECURITY FIX: May 30, 2001</strong></font><br>
1.30      naddy     104: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.4       millert   105: routines (such as rm, find, and most programs that take a <b>-R</b>
                    106: flag) can be tricked into changing into the wrong directory if the
                    107: parent dir is changed out from underneath it.  This is similar to
                    108: the old fts bug but happens when popping out of directories, as
                    109: opposed to descending into them.
1.5       deraadt   110: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/029_fts.patch">A source code patch exists which remedies the problem</a>.
1.6       millert   111: This is the second version of the patch.
1.4       millert   112: <p>
1.33      henning   113: <li><a name="sendmail"></a>
                    114: <font color="#009000"><strong>028: SECURITY FIX: May 29, 2001</strong></font><br>
1.3       millert   115: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sen
1.30      naddy     116: dmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.3       millert   117: context of a signal handler.  This leads to potentially serious
                    118: race conditions.  At the moment this is a theoretical attack only
                    119: and can only be exploited on the local host (if at all).<br>
                    120: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/028_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
                    121: <p>
1.33      henning   122: <li><a name="ipf_frag"></a>
                    123: <font color="#009000"><strong>027: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.23      miod      124: IPF has a serious problem with fragment caching, the bug is triggered if you use the ipf(5) syntax &quot;keep state&quot;.<br>
1.1       deraadt   125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/027_ipf-frag.patch">A source code patch exists which remedies the problem.</a><br>
                    126: <p>
1.33      henning   127: <li><a name="glob_limit"></a>
                    128: <font color="#009000"><strong>026: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.30      naddy     129: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">ftpd(8)</a> has a potential DoS related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a>. This patch introduces a GLOB_LIMIT, eliminating the DoS. You must have <a href="#glob">025_glob.patch</a> installed before installing this patch.<br>
1.1       deraadt   130: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/026_globlimit.patch">A source code patch exists which remedies the problem.</a><br>
                    131: <p>
1.33      henning   132: <li><a name="glob"></a>
                    133: <font color="#009000"><strong>025: SECURITY FIX: Apr 10, 2001</strong></font><br>
1.30      naddy     134: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a> contains multiple buffer overflows. <br>
1.1       deraadt   135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch">A source code patch exists which remedies the problem.</a><br>
                    136: <p>
1.33      henning   137: <li><a name="readline"></a>
                    138: <font color="#009000"><strong>024: SECURITY FIX: Mar 18, 2001</strong></font><br>
1.1       deraadt   139: The readline library shipped with OpenBSD allows history files creation
                    140: with a permissive
1.30      naddy     141: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&amp;sektion=2">umask(2)</a>.
1.1       deraadt   142: This can lead to the leakage of sensitive information in applications
                    143: that use passwords and the like during user interaction (one such
                    144: application is mysql).<br>
                    145: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/024_readline.patch">A source code patch exists which remedies the problem.</a><br>
                    146: <p>
1.33      henning   147: <li><a name="ipsec_ah"></a>
                    148: <font color="#009000"><strong>023: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   149: Insufficient checks in the IPSEC AH IPv4 option handling code can lead to a buffer overrun leading to a remote DoS. This option is not on by default.<br>
                    150: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/023_ip_ah.patch">A source code patch exists which remedies the problem.</a><br>
                    151: <p>
1.33      henning   152: <li><a name="sudo"></a>
                    153: <font color="#009000"><strong>021: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.8       millert   154: There is an exploitable heap corruption bug in
1.30      naddy     155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo</a>.
1.1       deraadt   156: <br>
                    157: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/021_sudo.patch">A source code patch exists which remedies the problem.</a><br>
                    158: <p>
1.33      henning   159: <li><a name="libwrap"></a>
                    160: <font color="#009000"><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font><br>
1.30      naddy     161: Client side ident protocol was broken in libwrap, affecting anything using libwrap including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpd&amp;sektion=8">tcpd</a>. The effect of this was that libwrap would never retrieve and log ident values from remote hosts on connections.<br>
1.1       deraadt   162: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/020_libwrap.patch">A source code patch exists which remedies the problem.</a><br>
                    163: <p>
1.33      henning   164: <li><a name="lepci"></a>
                    165: <font color="#009000"><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font><br>
1.30      naddy     166: Fix memory allocation in the PCI LANCE driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=i386">le</a>.  A side effect of this is that OpenBSD under VMWare now works again.<br>
1.1       deraadt   167: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/019_lepci.patch">A source code patch exists which remedies the problem.</a><br>
                    168: <p>
1.33      henning   169: <li><a name="named"></a>
                    170: <font color="#009000"><strong>018: SECURITY FIX: Jan 29, 2001</strong></font><br>
1.30      naddy     171: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named</a>
1.1       deraadt   172: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.13      jsyn      173: that these were already impossible to exploit beforehand).<br>
1.1       deraadt   174: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/018_named.patch">A source code patch exists which remedies the problem.</a><br>
                    175: <p>
1.33      henning   176: <li><a name="rnd"></a>
                    177: <font color="#009000"><strong>017: SECURITY FIX: Jan 22, 2001</strong></font><br>
1.30      naddy     178: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&amp;sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.<br>
1.1       deraadt   179: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/017_rnd.patch">A source code patch exists which remedies the problem.</a><br>
                    180: <p>
1.33      henning   181: <li><a name="tl"></a>
                    182: <font color="#009000"><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font><br>
1.1       deraadt   183: Allow ThunderLAN cards to share interrupts nicely.<br>
                    184: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/016_tl.patch">A source code patch exists which remedies the problem.</a>
                    185: <p>
1.33      henning   186: <li><a name="xlock"></a>
                    187: <font color="#009000"><strong>014: SECURITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   188: Improve xlock(1)'s authentication by authenticating via a pipe in an early forked process. No known vulnerability exists, this is just a precautionary patch.<br>
                    189: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/014_xlock.patch">A source code patch exists which remedies the problem.</a>
                    190: <p>
                    191: In addition to a source code patch, new xlock binaries have been created for each architecture listed below. Place these binaries at <i>/usr/X11R6/bin/xlock</i>
                    192:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                    193: <p>
                    194: <ul>
                    195: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                    196: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                    197: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                    198: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    199: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    200: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    201: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
                    202: </ul>
                    203: <p>
1.33      henning   204: <li><a name="procfs"></a>
                    205: <font color="#009000"><strong>013: SECURITY FIX: Dec 18, 2000</strong></font><br>
1.30      naddy     206: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&amp;sektion=8">Procfs</a> contained numerous overflows, which could lead an intruder to root permissions. Procfs is NOT enabled by default in OpenBSD. <br>
1.1       deraadt   207: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/013_procfs.patch">A source code patch exists which remedies the problem.</a>
                    208: <p>
1.33      henning   209: <li><a name="hwcrypto"></a>
                    210: <font color="#009000"><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font><br>
1.1       deraadt   211: The crypto subsystem could incorrectly fail to run certain software ciphers,
                    212: if a hardware card existed in the machine.<br>
                    213: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
                    214: A source code patch exists which remedies the problem.</a>
                    215: <p>
1.33      henning   216: <li><a name="fastroute"></a>
                    217: <font color="#009000"><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font><br>
1.1       deraadt   218: A crash could occur during fast routing, if IPSEC was enabled.<br>
                    219: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
                    220: A source code patch exists which remedies the problem.</a>
                    221: <p>
1.33      henning   222: <li><a name="kerberos2"></a>
                    223: <font color="#009000"><strong>009: SECURITY FIX: Dec 10, 2000</strong></font><br>
1.1       deraadt   224: Another problem exists in the Kerberos libraries.<br>
                    225: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
                    226: A source code patch exists which remedies the problem.</a>
                    227: <p>
1.33      henning   228: <li><a name="kerberos"></a>
                    229: <font color="#009000"><strong>008: SECURITY FIX: Dec 7, 2000</strong></font><br>
1.1       deraadt   230: Two problems have recently been discovered in the KerberosIV code.<p>
                    231: 1. A symlink problem was discovered in the KerberosIV password checking
                    232: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    233: local user to overwrite any file on the local machine.<p>
                    234: 2. It is possible to specify environment variables in telnet
                    235: which will be passed over the to the remote host. This makes it
                    236: possible to set environment variables on the remote side, including
                    237: ones that have special meaning on the server. It is not clear at this
                    238: time what the impact is, but we recommend everyone to upgrade their
                    239: machines immediately.<p>
                    240: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
                    241: A source code patch exists which remedies the problem.</a>
                    242: <p>
1.33      henning   243: <li><a name="ftpd"></a>
                    244: <font color="#009000"><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   245: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                    246: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
                    247: A source code patch exists which remedies the problem.</a><br>
                    248: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
                    249: <p>
1.33      henning   250: <li><a name="rijndael"></a>
                    251: <font color="#009000"><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.23      miod      252: First off, AES (Rijndael) encryption and decryption were broken for IPsec
1.1       deraadt   253: and swap encryption.<br>
                    254: Secondly, the AES code did not work properly on big endian machines.<br>
                    255: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
                    256: A second revision source code patch exists which remedies the problem.</a>
                    257: <p>
1.34      david     258: <li><a name="skey"></a>
                    259: <font color="#009000"><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   260: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    261: that kind of important.<br>
1.30      naddy     262: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch">
1.1       deraadt   263: A source code patch exists which remedies this problem.</a>
                    264: </ul>
                    265: <p>
1.33      henning   266: <a name="i386"></a>
                    267: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   268: <ul>
1.33      henning   269: <li><a name="userldt"></a>
                    270: <font color="#009000"><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   271: The <b>USER_LDT</b> kernel option allows an attacker to gain access to privileged areas of kernel memory. This option is not on by default.
                    272: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/022_userltd.patch">A source code patch exists which remedies the problem.</a><br>
                    273: <p>
1.33      henning   274: <li><a name="pms"></a>
                    275: <font color="#009000"><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   276: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
                    277: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/015_pms.patch">A source code patch exists which remedies this problem.</a>
                    278: <p>
1.33      henning   279: <li><a name="pcibios"></a>
                    280: <font color="#009000"><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   281: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    282: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    283: PCIBIOS as a workaround.  To do this,
                    284:     <ul>
                    285:     <li>Enter the User Kernel Configuration by booting with the
                    286:        option &quot;boot -c&quot;.
                    287:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    288:        UKC> disable pcibios
                    289:        UKC> quit
                    290:     </tt></pre>
                    291:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    292:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    293:     permanently.
                    294:     </ul>
                    295: <p>
                    296: </ul>
                    297: <p>
1.33      henning   298: <a name="mac68k"></a>
                    299: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   300: <ul>
1.33      henning   301: <li><a name="x_mac68k"></a>
                    302: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   303: The X packages
                    304: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
                    305: and
                    306: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
                    307: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      308: added post-install by using the following commands:
1.33      henning   309: <pre>
1.1       deraadt   310:     # cd /; tar xvfpz xshare28.tgz
                    311:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   312: </pre>
1.1       deraadt   313: </ul>
                    314: <p>
1.33      henning   315: <a name="sparc"></a>
                    316: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   317: <ul>
1.33      henning   318: <li><a name="x_sparc"></a>
                    319: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   320: The X packages
                    321: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
                    322: and
                    323: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
                    324: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      325: added post-install by using the following commands:
1.33      henning   326: <pre>
1.1       deraadt   327:     # cd /; tar xvfpz xshare28.tgz
                    328:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   329: </pre>
1.1       deraadt   330: <p>
1.33      henning   331: <li><a name="qe"></a>
                    332: <font color="#009000"><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.1       deraadt   333: Configuring a qec+qe causes a NMI panic.<br>
1.30      naddy     334: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch">
1.1       deraadt   335: A source code patch exists which remedies this problem.</a>
                    336: <p>
1.33      henning   337: <li><a name="zsconsole"></a>
                    338: <font color="#009000"><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   339: When running a sparc with a serial console, certain types of interrupts would
                    340: cause great grief.<br>
1.30      naddy     341: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch">
1.1       deraadt   342: A source code patch exists which remedies this problem.</a>
                    343: </ul>
                    344: <p>
1.33      henning   345: <a name="amiga"></a>
                    346: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   347: <ul>
1.33      henning   348: <li><a name="x_amiga"></a>
                    349: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   350: The X packages
                    351: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
                    352: and
                    353: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
                    354: were not on the CD, and only available via FTP install.  These packages can be
1.33      henning   355: added post-install by using the following commands:
                    356: <pre>
1.1       deraadt   357:     # cd /; tar xvfpz xshare28.tgz
                    358:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   359: </pre>
1.1       deraadt   360: </ul>
                    361: <p>
1.33      henning   362: <a name="pmax"></a>
                    363: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   364: <ul>
                    365: <li>No problems identified yet.
                    366: </ul>
                    367: <p>
1.33      henning   368: <a name="hp300"></a>
                    369: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   370: <ul>
1.33      henning   371: <li><a name="x_hp300"></a>
                    372: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   373: The X packages
                    374: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
                    375: and
                    376: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
                    377: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      378: added post-install by using the following commands:
1.33      henning   379: <pre>
1.1       deraadt   380:     # cd /; tar xvfpz xshare28.tgz
                    381:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   382: </pre>
1.1       deraadt   383: </ul>
                    384: <p>
1.33      henning   385: <a name="mvme68k"></a>
                    386: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   387: <ul>
1.33      henning   388: <li><a name="x_mvme68k"></a>
                    389: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   390: The X packages
                    391: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
                    392: and
                    393: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
                    394: were not on the CD, and only available via FTP install.  These packages can be
                    395: added post-install by using the following command:
1.33      henning   396: <pre>
1.1       deraadt   397:     # cd /; tar xvfpz xshare28.tgz
                    398:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   399: </pre>
1.1       deraadt   400: </ul>
                    401: <p>
1.33      henning   402: <a name="powerpc"></a>
                    403: <h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   404: <ul>
1.33      henning   405: <li><a name="imacdv"></a>
                    406: <font color="#009000"><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
1.1       deraadt   407: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    408: hardware, but it is possible to work around the problem.<br>
                    409: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
                    410: A source code patch exists which remedies the problem.</a>
                    411: </ul>
                    412: <p>
1.33      henning   413: <a name="vax"></a>
                    414: <h3><font color="#e00000">vax</font></h3>
1.1       deraadt   415: <ul>
                    416: <li>No problems identified yet.
                    417: </ul>
                    418: <p>
1.33      henning   419: <a name="sun3"></a>
                    420: <h3><font color="#e00000">sun3</font></h3>
1.1       deraadt   421: <ul>
1.33      henning   422: <li><a name="x_sun3"></a>
                    423: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   424: The X packages
                    425: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    426: and
                    427: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    428: were not on the CD, and only available via FTP install.  These packages can be
                    429: added post-install by using the following command:
1.33      henning   430: <pre>
1.1       deraadt   431:     # cd /; tar xvfpz xshare28.tgz
                    432:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   433: </pre>
1.1       deraadt   434: </ul>
                    435:
                    436: <br>
                    437:
                    438: <hr>
                    439: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.27      deraadt   440: <br>
1.28      deraadt   441: For errata on a certain release, click below:<br>
1.27      deraadt   442: <a href="errata21.html">2.1</a>,
                    443: <a href="errata22.html">2.2</a>,
                    444: <a href="errata23.html">2.3</a>,
                    445: <a href="errata24.html">2.4</a>,
                    446: <a href="errata25.html">2.5</a>,
                    447: <a href="errata26.html">2.6</a>,
                    448: <a href="errata27.html">2.7</a>,
                    449: <a href="errata29.html">2.9</a>,
                    450: <a href="errata30.html">3.0</a>,
                    451: <a href="errata31.html">3.1</a>,
1.31      deraadt   452: <a href="errata32.html">3.2</a>,
1.32      david     453: <a href="errata33.html">3.3</a>,
1.37      david     454: <a href="errata34.html">3.4</a>,
1.38      miod      455: <a href="errata35.html">3.5</a>,
1.39      deraadt   456: <a href="errata36.html">3.6</a>,
1.40      deraadt   457: <a href="errata37.html">3.7</a>,
1.41      deraadt   458: <a href="errata38.html">3.8</a>,
1.42      deraadt   459: <a href="errata39.html">3.9</a>,
1.43      deraadt   460: <a href="errata40.html">4.0</a>,
1.44    ! deraadt   461: <a href="errata41.html">4.1</a>.
1.27      deraadt   462: <br>
                    463:
1.1       deraadt   464: <hr>
                    465: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.30      naddy     466: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.44    ! deraadt   467: <br><small>$OpenBSD: errata28.html,v 1.43 2007/03/06 01:58:04 deraadt Exp $</small>
1.1       deraadt   468:
                    469: </body>
                    470: </html>