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

Annotation of www/errata28.html, Revision 1.38

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