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

Annotation of www/errata.html, Revision 1.322

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.281     deraadt     4: <title>OpenBSD 2.8 errata</title>
1.1       deraadt     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.107     deraadt    10: <meta name="copyright" content="This document copyright 1997-1998 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.281     deraadt    17: This is the OpenBSD 2.8 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.94      deraadt    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>
1.144     deraadt    25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt    28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt    29: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.94      deraadt    30: <hr>
                     31:
1.281     deraadt    32: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz>
1.142     deraadt    33: You can also fetch a tar.gz file containing all the following patches</a>.
                     34: This file is updated once a day.
                     35:
1.240     jason      36: <p> The patches below are available in CVS via the
1.281     deraadt    37: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
1.278     ericj      38:
                     39: <p>
                     40: For more detailed information on install patches to OpenBSD, please
                     41: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    42: <hr>
                     43:
1.197     deraadt    44: <dl>
1.43      deraadt    45: <a name=all></a>
1.67      deraadt    46: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    47: <ul>
1.322   ! ericj      48: <a name=ipf_frag></a>
        !            49: <li><font color=#009000><strong>027: SECURITY FIX: Apr 23, 2001</strong></font><br>
        !            50: IPF has a serious problem with fragment cacheing, the bug is triggered if you use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=5">ipf(5)</a> syntax &quot;keep state&quot;.<br>
        !            51: <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>
        !            52: <p>
        !            53: <a name=glob_limit></a>
        !            54: <li><font color=#009000><strong>026: SECURITY FIX: Apr 23, 2001</strong></font><br>
        !            55: <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>
        !            56: <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>
        !            57: <p>
1.320     ericj      58: <a name=glob></a>
                     59: <li><font color=#009000><strong>025: SECURITY FIX: Apr 10, 2001</strong></font><br>
                     60: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&sektion=3">glob(3)</a> contains multiple buffer overflows. <br>
                     61: <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>
                     62: <p>
1.317     millert    63: <a name=readline></a>
                     64: <li><font color=#009000><strong>024: SECURITY FIX: Mar 18, 2001</strong></font><br>
1.319     horacio    65: The readline library shipped with OpenBSD allows history files creation
                     66: with a permissive
                     67: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&sektion=2">umask(2)</a>.
                     68: This can lead to the leakage of sensitive information in applications
                     69: that use passwords and the like during user interaction (one such
                     70: application is mysql).<br>
1.317     millert    71: <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>
                     72: <p>
1.313     ericj      73: <a name=ipsec_ah></a>
                     74: <li><font color=#009000><strong>023: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.318     jason      75: 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>
1.313     ericj      76: <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>
1.314     ericj      77: <p>
1.311     millert    78: <a name=sudo></a>
1.312     deraadt    79: <li><font color=#009000><strong>021: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.321     millert    80: There is a non-exploitable buffer overflow in
1.311     millert    81: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo</a>.
1.321     millert    82: <br>
1.311     millert    83: <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>
                     84: <p>
1.310     beck       85: <a name=libwrap></a>
                     86: <li><font color=#009000><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font><br>
1.318     jason      87: 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>
1.310     beck       88: <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>
                     89: <p>
1.308     jason      90: <a name=lepci></a>
                     91: <li><font color=#009000><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font><br>
                     92: 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>
                     93: <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>
                     94: <p>
1.305     jason      95: <a name=named></a>
                     96: <li><font color=#009000><strong>018: SECURITY FIX: Jan 29, 2001</strong></font><br>
1.306     deraadt    97: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named</a>
                     98: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.307     jason      99: that these were already impossible to exploit beforehands).<br>
1.305     jason     100: <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>
                    101: <p>
1.303     jason     102: <a name=rnd></a>
1.302     jason     103: <li><font color=#009000><strong>017: SECURITY FIX: Jan 22, 2001</strong></font><br>
1.304     jason     104: 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>
1.302     jason     105: <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>
                    106: <p>
1.300     jason     107: <a name=tl></a>
1.301     jason     108: <li><font color=#009000><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font><br>
1.300     jason     109: Allow ThunderLAN cards to share interrupts nicely.<br>
                    110: <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>
                    111: <p>
1.299     ericj     112: <a name=xlock></a>
                    113: <li><font color=#009000><strong>014: SECURITY FIX: Dec 22, 2000</strong></font><br>
                    114: 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>
                    115: <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>
                    116: <p>
                    117: 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>
                    118:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                    119: <p>
                    120: <ul>
                    121: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                    122: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                    123: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                    124: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    125: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    126: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    127: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
                    128: </ul>
                    129: <p>
1.296     ericj     130: <a name=procfs></a>
                    131: <li><font color=#009000><strong>013: SECURITY FIX: Dec 18, 2000</strong></font><br>
1.298     ericj     132: <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>
                    133: <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>
                    134: <p>
1.292     deraadt   135: <a name=hwcrypto></a>
                    136: <li><font color=#009000><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font><br>
1.294     jufi      137: The crypto subsystem could incorrectly fail to run certain software ciphers,
1.292     deraadt   138: if a hardware card existed in the machine.<br>
                    139: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
                    140: A source code patch exists which remedies the problem.</a>
1.293     deraadt   141: <p>
1.292     deraadt   142: <a name=fastroute></a>
                    143: <li><font color=#009000><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font><br>
                    144: A crash could occur during fast routing, if IPSEC was enabled.<br>
                    145: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
                    146: A source code patch exists which remedies the problem.</a>
1.293     deraadt   147: <p>
1.290     deraadt   148: <a name=kerberos2></a>
1.291     deraadt   149: <li><font color=#009000><strong>009: SECURITY FIX: Dec 10, 2000</strong></font><br>
1.295     aaron     150: Another problem exists in the Kerberos libraries.<br>
1.290     deraadt   151: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
                    152: A source code patch exists which remedies the problem.</a>
                    153: <p>
1.286     deraadt   154: <a name=kerberos></a>
1.288     deraadt   155: <li><font color=#009000><strong>008: SECURITY FIX: Dec 7, 2000</strong></font><br>
1.286     deraadt   156: Two problems have recently been discovered in the KerberosIV code.<p>
                    157: 1. A symlink problem was discovered in the KerberosIV password checking
                    158: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    159: local user to overwrite any file on the local machine.<p>
1.287     jufi      160: 2. It is possible to specify environment variables in telnet
1.286     deraadt   161: which will be passed over the to the remote host. This makes it
                    162: possible to set environment variables on the remote side, including
                    163: ones that have special meaning on the server. It is not clear at this
                    164: time what the impact is, but we recommend everyone to upgrade their
1.289     jufi      165: machines immediately.<p>
1.288     deraadt   166: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
1.286     deraadt   167: A source code patch exists which remedies the problem.</a>
                    168: <p>
1.285     deraadt   169: <a name=ftpd></a>
                    170: <li><font color=#009000><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
                    171: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                    172: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
1.296     ericj     173: A source code patch exists which remedies the problem.</a><br>
1.298     ericj     174: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
1.285     deraadt   175: <p>
1.284     jason     176: <a name=rijndael> </a>
                    177: <li><font color=#009000><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.292     deraadt   178: First off, AES (rijndael) encryption and decryption were broken for IPSec
                    179: and swap encryption.<br>
                    180: Secondly, the AES code did not work properly on big endian machines.<br>
1.284     jason     181: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
1.292     deraadt   182: A second revision source code patch exists which remedies the problem.</a>
1.284     jason     183: <p>
1.282     deraadt   184: <li><font color=#009000><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
                    185: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    186: that kind of important.<br>
                    187: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch>
                    188: A source code patch exists which remedies this problem.</a>
1.25      deraadt   189: </ul>
1.177     deraadt   190: <p>
1.42      deraadt   191: <a name=i386></a>
1.67      deraadt   192: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   193: <ul>
1.313     ericj     194: <a name=userldt></a>
                    195: <li><font color=#009000><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.316     horacio   196: 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.
1.313     ericj     197: <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>
1.314     ericj     198: <p>
1.299     ericj     199: <a name=pms></a>
                    200: <li><font color=#009000><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
                    201: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
                    202: <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>
                    203: <p>
1.285     deraadt   204: <a name=pcibios></a>
                    205: <li><font color=#009000><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
                    206: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    207: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    208: PCIBIOS as a workaround.  To do this,
                    209:     <ul>
                    210:     <li>Enter the User Kernel Configuration by booting with the
                    211:        option &quot;boot -c&quot;.
                    212:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    213:        UKC> disable pcibios
                    214:        UKC> quit
                    215:     </tt></pre>
                    216:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    217:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    218:     permanently.
                    219:     </ul>
                    220: <p>
1.39      deraadt   221: </ul>
1.155     deraadt   222: <p>
1.47      deraadt   223: <a name=mac68k></a>
1.67      deraadt   224: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   225: <ul>
1.285     deraadt   226: <a name=x_mac68k></a>
                    227: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    228: The X packages
                    229: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
                    230: and
                    231: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
                    232: were not on the CD, and only available via FTP install.  These packages can be
                    233: added post-install by using the following command:
                    234:     <tt><pre>
                    235:     # cd /; tar xvfpz xshare28.tgz
                    236:     # cd /; tar xvfpz xfont28.tgz
                    237:     </pre></tt>
1.25      deraadt   238: </ul>
1.155     deraadt   239: <p>
1.65      deraadt   240: <a name=sparc></a>
1.67      deraadt   241: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   242: <ul>
1.285     deraadt   243: <a name=x_sparc></a>
                    244: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    245: The X packages
                    246: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
                    247: and
                    248: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
                    249: were not on the CD, and only available via FTP install.  These packages can be
                    250: added post-install by using the following command:
                    251:     <tt><pre>
                    252:     # cd /; tar xvfpz xshare28.tgz
                    253:     # cd /; tar xvfpz xfont28.tgz
                    254:     </pre></tt>
                    255: <p>
                    256: <a name=qe></a>
1.284     jason     257: <li><font color=#009000><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
                    258: Configuring a qec+qe causes a NMI panic.<br>
                    259: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch>
                    260: A source code patch exists which remedies this problem.</a>
                    261: <p>
1.282     deraadt   262: <a name=zsconsole> </a>
                    263: <li><font color=#009000><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
                    264: When running a sparc with a serial console, certain types of interrupts would
                    265: cause great grief.<br>
                    266: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch>
                    267: A source code patch exists which remedies this problem.</a>
1.39      deraadt   268: </ul>
1.177     deraadt   269: <p>
1.93      deraadt   270: <a name=amiga></a>
1.67      deraadt   271: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   272: <ul>
1.285     deraadt   273: <a name=x_amiga></a>
                    274: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    275: The X packages
                    276: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
                    277: and
                    278: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
                    279: were not on the CD, and only available via FTP install.  These packages can be
                    280: added post-install by using the following command:
                    281:     <tt><pre>
                    282:     # cd /; tar xvfpz xshare28.tgz
                    283:     # cd /; tar xvfpz xfont28.tgz
                    284:     </pre></tt>
1.25      deraadt   285: </ul>
1.155     deraadt   286: <p>
1.65      deraadt   287: <a name=pmax></a>
1.67      deraadt   288: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   289: <ul>
1.281     deraadt   290: <li>No problems identified yet.
1.25      deraadt   291: </ul>
1.155     deraadt   292: <p>
1.281     deraadt   293: <a name=hp300></a>
                    294: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   295: <ul>
1.285     deraadt   296: <a name=x_hp300></a>
                    297: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    298: The X packages
                    299: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
                    300: and
                    301: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
                    302: were not on the CD, and only available via FTP install.  These packages can be
                    303: added post-install by using the following command:
                    304:     <tt><pre>
                    305:     # cd /; tar xvfpz xshare28.tgz
                    306:     # cd /; tar xvfpz xfont28.tgz
                    307:     </pre></tt>
1.59      deraadt   308: </ul>
1.155     deraadt   309: <p>
1.281     deraadt   310: <a name=mvme68k></a>
                    311: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   312: <ul>
1.285     deraadt   313: <a name=x_mvme68k></a>
                    314: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    315: The X packages
                    316: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
                    317: and
                    318: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
                    319: were not on the CD, and only available via FTP install.  These packages can be
                    320: added post-install by using the following command:
                    321:     <tt><pre>
                    322:     # cd /; tar xvfpz xshare28.tgz
                    323:     # cd /; tar xvfpz xfont28.tgz
                    324:     </pre></tt>
1.56      deraadt   325: </ul>
1.155     deraadt   326: <p>
1.281     deraadt   327: <a name=powerpc></a>
                    328: <li><h3><font color=#e00000>powerpc</font></h3>
1.110     millert   329: <ul>
1.293     deraadt   330: <a name=imacdv></a>
                    331: <li><font color=#009000><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
                    332: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    333: hardware, but it is possible to work around the problem.<br>
1.309     jason     334: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
1.293     deraadt   335: A source code patch exists which remedies the problem.</a>
1.56      deraadt   336: </ul>
1.155     deraadt   337: <p>
1.281     deraadt   338: <a name=vax></a>
                    339: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   340: <ul>
1.232     deraadt   341: <li>No problems identified yet.
1.25      deraadt   342: </ul>
1.155     deraadt   343: <p>
1.281     deraadt   344: <a name=sun3></a>
                    345: <li><h3><font color=#e00000>sun3</font></h3>
1.95      deraadt   346: <ul>
1.285     deraadt   347: <a name=x_sun3></a>
                    348: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    349: The X packages
                    350: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    351: and
                    352: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    353: were not on the CD, and only available via FTP install.  These packages can be
                    354: added post-install by using the following command:
                    355:     <tt><pre>
                    356:     # cd /; tar xvfpz xshare28.tgz
                    357:     # cd /; tar xvfpz xfont28.tgz
                    358:     </pre></tt>
1.144     deraadt   359: </ul>
                    360:
1.197     deraadt   361: </dl>
1.25      deraadt   362: <br>
1.75      deraadt   363:
1.25      deraadt   364: <hr>
1.240     jason     365: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   366: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    367: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   368: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   369: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   370: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   371: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   372: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.2       deraadt   373: <hr>
1.176     deraadt   374:
1.186     deraadt   375: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   376: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.322   ! ericj     377: <br><small>$OpenBSD: errata.html,v 1.321 2001/04/10 16:05:48 millert Exp $</small>
1.2       deraadt   378:
                    379: </body>
                    380: </html>