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

Annotation of www/errata28.html, Revision 1.50

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