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

Annotation of www/errata28.html, Revision 1.36

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