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

Annotation of www/errata28.html, Revision 1.14

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