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

Annotation of www/errata28.html, Revision 1.41

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