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

Annotation of www/errata28.html, Revision 1.30

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