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

Annotation of www/errata28.html, Revision 1.18

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