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

Annotation of www/errata28.html, Revision 1.16

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