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

Annotation of www/errata28.html, Revision 1.25

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