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

Annotation of www/errata28.html, Revision 1.31

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