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

Annotation of www/errata.html, Revision 1.321

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