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

Annotation of www/errata28.html, Revision 1.21

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