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

Annotation of www/errata28.html, Revision 1.35

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