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

Annotation of www/errata28.html, Revision 1.6

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