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

Annotation of www/errata28.html, Revision 1.47

1.30      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.8 errata</title>
1.30      naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     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.33      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.35      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.25      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.30      naddy      17: <h2><font color="#0000e0">
1.1       deraadt    18: This is the OpenBSD 2.8 release errata &amp; patch list:
                     19:
                     20: </font></h2>
                     21:
                     22: <hr>
                     23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.27      deraadt    24: <br>
1.28      deraadt    25: For errata on a certain release, click below:<br>
1.27      deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.31      deraadt    36: <a href="errata32.html">3.2</a>,
1.32      david      37: <a href="errata33.html">3.3</a>,
1.37      david      38: <a href="errata34.html">3.4</a>,
1.38      miod       39: <a href="errata35.html">3.5</a>,
1.39      deraadt    40: <a href="errata36.html">3.6</a>,
1.47    ! deraadt    41: <br>
1.40      deraadt    42: <a href="errata37.html">3.7</a>,
1.41      deraadt    43: <a href="errata38.html">3.8</a>,
1.42      deraadt    44: <a href="errata39.html">3.9</a>,
1.43      deraadt    45: <a href="errata40.html">4.0</a>,
1.45      merdely    46: <a href="errata41.html">4.1</a>,
1.46      deraadt    47: <a href="errata42.html">4.2</a>,
1.47    ! deraadt    48: <a href="errata43.html">4.3</a>,
        !            49: <a href="errata44.html">4.4</a>.
1.27      deraadt    50: <br>
1.1       deraadt    51: <hr>
                     52:
1.30      naddy      53: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz">
1.1       deraadt    54: You can also fetch a tar.gz file containing all the following patches</a>.
                     55: This file is updated once a day.
                     56:
                     57: <p> The patches below are available in CVS via the
                     58: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
                     59:
                     60: <p>
1.29      deraadt    61: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    62: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     63: <hr>
                     64:
1.33      henning    65: <a name="all"></a>
                     66: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    67: <ul>
1.33      henning    68: <li><a name="uucp"></a>
                     69: <font color="#009000"><strong>033: SECURITY FIX: September 11, 2001</strong></font><br>
1.30      naddy      70: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.18      millert    71: that may allow an attacker to run arbitrary commands as user uucp and
                     72: use this to gain root access.
                     73: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                     74: parsing routine may allow arbitrary commands to be run.  Because
                     75: some UUCP commands are run as root (and daemon) from cron it is possible
                     76: to leverage compromise of the UUCP user to gain root.
                     77: <br>
                     78: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/033_uucp.patch">A source code patch exists which remedies the problem</a>
                     79: <p>
1.33      henning    80: <li><a name="lpd"></a>
                     81: <font color="#009000"><strong>032: SECURITY FIX: August 29, 2001</strong></font><br>
1.30      naddy      82: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.17      millert    83: that may allow an attacker with line printer access to gain root
                     84: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                     85: does not start lpd by default).  Only machines with line printer
                     86: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                     87: may be used to mount an attack.
                     88: <br>
                     89: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/032_lpd.patch">A source code patch exists which remedies the problem</a>
                     90: <p>
1.33      henning    91: <li><a name="sendmail2"></a>
                     92: <font color="#009000"><strong>031: SECURITY FIX: August 21, 2001</strong></font><br>
1.30      naddy      93: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.14      millert    94: that may allow an attacker on the local host to gain root privileges by
                     95: specifying out-of-bounds debug parameters.
1.15      brad       96: <br>
1.14      millert    97: <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>
                     98: <p>
1.33      henning    99: <li><a name="kernexec"></a>
                    100: <font color="#009000"><strong>030: SECURITY FIX: June 15, 2001</strong></font>
1.10      aaron     101: <br>
1.30      naddy     102: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;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&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.10      aaron     103: <br>
                    104: <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>.
                    105: <p>
1.33      henning   106: <li><a name="fts"></a>
                    107: <font color="#009000"><strong>029: SECURITY FIX: May 30, 2001</strong></font><br>
1.30      naddy     108: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.4       millert   109: routines (such as rm, find, and most programs that take a <b>-R</b>
                    110: flag) can be tricked into changing into the wrong directory if the
                    111: parent dir is changed out from underneath it.  This is similar to
                    112: the old fts bug but happens when popping out of directories, as
                    113: opposed to descending into them.
1.5       deraadt   114: <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   115: This is the second version of the patch.
1.4       millert   116: <p>
1.33      henning   117: <li><a name="sendmail"></a>
                    118: <font color="#009000"><strong>028: SECURITY FIX: May 29, 2001</strong></font><br>
1.3       millert   119: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sen
1.30      naddy     120: dmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.3       millert   121: context of a signal handler.  This leads to potentially serious
                    122: race conditions.  At the moment this is a theoretical attack only
                    123: and can only be exploited on the local host (if at all).<br>
                    124: <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.
                    125: <p>
1.33      henning   126: <li><a name="ipf_frag"></a>
                    127: <font color="#009000"><strong>027: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.23      miod      128: IPF has a serious problem with fragment caching, the bug is triggered if you use the ipf(5) syntax &quot;keep state&quot;.<br>
1.1       deraadt   129: <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>
                    130: <p>
1.33      henning   131: <li><a name="glob_limit"></a>
                    132: <font color="#009000"><strong>026: SECURITY FIX: Apr 23, 2001</strong></font><br>
1.30      naddy     133: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">ftpd(8)</a> has a potential DoS related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;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>
1.1       deraadt   134: <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>
                    135: <p>
1.33      henning   136: <li><a name="glob"></a>
                    137: <font color="#009000"><strong>025: SECURITY FIX: Apr 10, 2001</strong></font><br>
1.30      naddy     138: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a> contains multiple buffer overflows. <br>
1.1       deraadt   139: <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>
                    140: <p>
1.33      henning   141: <li><a name="readline"></a>
                    142: <font color="#009000"><strong>024: SECURITY FIX: Mar 18, 2001</strong></font><br>
1.1       deraadt   143: The readline library shipped with OpenBSD allows history files creation
                    144: with a permissive
1.30      naddy     145: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&amp;sektion=2">umask(2)</a>.
1.1       deraadt   146: This can lead to the leakage of sensitive information in applications
                    147: that use passwords and the like during user interaction (one such
                    148: application is mysql).<br>
                    149: <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>
                    150: <p>
1.33      henning   151: <li><a name="ipsec_ah"></a>
                    152: <font color="#009000"><strong>023: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   153: 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>
                    154: <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>
                    155: <p>
1.33      henning   156: <li><a name="sudo"></a>
                    157: <font color="#009000"><strong>021: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.8       millert   158: There is an exploitable heap corruption bug in
1.30      naddy     159: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo</a>.
1.1       deraadt   160: <br>
                    161: <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>
                    162: <p>
1.33      henning   163: <li><a name="libwrap"></a>
                    164: <font color="#009000"><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font><br>
1.30      naddy     165: 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&amp;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.1       deraadt   166: <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>
                    167: <p>
1.33      henning   168: <li><a name="lepci"></a>
                    169: <font color="#009000"><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font><br>
1.30      naddy     170: Fix memory allocation in the PCI LANCE driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=i386">le</a>.  A side effect of this is that OpenBSD under VMWare now works again.<br>
1.1       deraadt   171: <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>
                    172: <p>
1.33      henning   173: <li><a name="named"></a>
                    174: <font color="#009000"><strong>018: SECURITY FIX: Jan 29, 2001</strong></font><br>
1.30      naddy     175: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named</a>
1.1       deraadt   176: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.13      jsyn      177: that these were already impossible to exploit beforehand).<br>
1.1       deraadt   178: <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>
                    179: <p>
1.33      henning   180: <li><a name="rnd"></a>
                    181: <font color="#009000"><strong>017: SECURITY FIX: Jan 22, 2001</strong></font><br>
1.30      naddy     182: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&amp;sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.<br>
1.1       deraadt   183: <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>
                    184: <p>
1.33      henning   185: <li><a name="tl"></a>
                    186: <font color="#009000"><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font><br>
1.1       deraadt   187: Allow ThunderLAN cards to share interrupts nicely.<br>
                    188: <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>
                    189: <p>
1.33      henning   190: <li><a name="xlock"></a>
                    191: <font color="#009000"><strong>014: SECURITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   192: 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>
                    193: <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>
                    194: <p>
                    195: 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>
                    196:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                    197: <p>
                    198: <ul>
                    199: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                    200: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                    201: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                    202: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    203: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    204: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    205: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
                    206: </ul>
                    207: <p>
1.33      henning   208: <li><a name="procfs"></a>
                    209: <font color="#009000"><strong>013: SECURITY FIX: Dec 18, 2000</strong></font><br>
1.30      naddy     210: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&amp;sektion=8">Procfs</a> contained numerous overflows, which could lead an intruder to root permissions. Procfs is NOT enabled by default in OpenBSD. <br>
1.1       deraadt   211: <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>
                    212: <p>
1.33      henning   213: <li><a name="hwcrypto"></a>
                    214: <font color="#009000"><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font><br>
1.1       deraadt   215: The crypto subsystem could incorrectly fail to run certain software ciphers,
                    216: if a hardware card existed in the machine.<br>
                    217: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
                    218: A source code patch exists which remedies the problem.</a>
                    219: <p>
1.33      henning   220: <li><a name="fastroute"></a>
                    221: <font color="#009000"><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font><br>
1.1       deraadt   222: A crash could occur during fast routing, if IPSEC was enabled.<br>
                    223: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
                    224: A source code patch exists which remedies the problem.</a>
                    225: <p>
1.33      henning   226: <li><a name="kerberos2"></a>
                    227: <font color="#009000"><strong>009: SECURITY FIX: Dec 10, 2000</strong></font><br>
1.1       deraadt   228: Another problem exists in the Kerberos libraries.<br>
                    229: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
                    230: A source code patch exists which remedies the problem.</a>
                    231: <p>
1.33      henning   232: <li><a name="kerberos"></a>
                    233: <font color="#009000"><strong>008: SECURITY FIX: Dec 7, 2000</strong></font><br>
1.1       deraadt   234: Two problems have recently been discovered in the KerberosIV code.<p>
                    235: 1. A symlink problem was discovered in the KerberosIV password checking
                    236: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    237: local user to overwrite any file on the local machine.<p>
                    238: 2. It is possible to specify environment variables in telnet
                    239: which will be passed over the to the remote host. This makes it
                    240: possible to set environment variables on the remote side, including
                    241: ones that have special meaning on the server. It is not clear at this
                    242: time what the impact is, but we recommend everyone to upgrade their
                    243: machines immediately.<p>
                    244: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
                    245: A source code patch exists which remedies the problem.</a>
                    246: <p>
1.33      henning   247: <li><a name="ftpd"></a>
                    248: <font color="#009000"><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   249: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                    250: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
                    251: A source code patch exists which remedies the problem.</a><br>
                    252: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
                    253: <p>
1.33      henning   254: <li><a name="rijndael"></a>
                    255: <font color="#009000"><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.23      miod      256: First off, AES (Rijndael) encryption and decryption were broken for IPsec
1.1       deraadt   257: and swap encryption.<br>
                    258: Secondly, the AES code did not work properly on big endian machines.<br>
                    259: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
                    260: A second revision source code patch exists which remedies the problem.</a>
                    261: <p>
1.34      david     262: <li><a name="skey"></a>
                    263: <font color="#009000"><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   264: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    265: that kind of important.<br>
1.30      naddy     266: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch">
1.1       deraadt   267: A source code patch exists which remedies this problem.</a>
                    268: </ul>
                    269: <p>
1.33      henning   270: <a name="i386"></a>
                    271: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   272: <ul>
1.33      henning   273: <li><a name="userldt"></a>
                    274: <font color="#009000"><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.1       deraadt   275: 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.
                    276: <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>
                    277: <p>
1.33      henning   278: <li><a name="pms"></a>
                    279: <font color="#009000"><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
1.1       deraadt   280: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
                    281: <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>
                    282: <p>
1.33      henning   283: <li><a name="pcibios"></a>
                    284: <font color="#009000"><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   285: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    286: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    287: PCIBIOS as a workaround.  To do this,
                    288:     <ul>
                    289:     <li>Enter the User Kernel Configuration by booting with the
                    290:        option &quot;boot -c&quot;.
                    291:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    292:        UKC> disable pcibios
                    293:        UKC> quit
                    294:     </tt></pre>
                    295:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    296:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    297:     permanently.
                    298:     </ul>
                    299: <p>
                    300: </ul>
                    301: <p>
1.33      henning   302: <a name="mac68k"></a>
                    303: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   304: <ul>
1.33      henning   305: <li><a name="x_mac68k"></a>
                    306: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   307: The X packages
                    308: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
                    309: and
                    310: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
                    311: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      312: added post-install by using the following commands:
1.33      henning   313: <pre>
1.1       deraadt   314:     # cd /; tar xvfpz xshare28.tgz
                    315:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   316: </pre>
1.1       deraadt   317: </ul>
                    318: <p>
1.33      henning   319: <a name="sparc"></a>
                    320: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   321: <ul>
1.33      henning   322: <li><a name="x_sparc"></a>
                    323: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   324: The X packages
                    325: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
                    326: and
                    327: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
                    328: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      329: added post-install by using the following commands:
1.33      henning   330: <pre>
1.1       deraadt   331:     # cd /; tar xvfpz xshare28.tgz
                    332:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   333: </pre>
1.1       deraadt   334: <p>
1.33      henning   335: <li><a name="qe"></a>
                    336: <font color="#009000"><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.1       deraadt   337: Configuring a qec+qe causes a NMI panic.<br>
1.30      naddy     338: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch">
1.1       deraadt   339: A source code patch exists which remedies this problem.</a>
                    340: <p>
1.33      henning   341: <li><a name="zsconsole"></a>
                    342: <font color="#009000"><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   343: When running a sparc with a serial console, certain types of interrupts would
                    344: cause great grief.<br>
1.30      naddy     345: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch">
1.1       deraadt   346: A source code patch exists which remedies this problem.</a>
                    347: </ul>
                    348: <p>
1.33      henning   349: <a name="amiga"></a>
                    350: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   351: <ul>
1.33      henning   352: <li><a name="x_amiga"></a>
                    353: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   354: The X packages
                    355: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
                    356: and
                    357: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
                    358: were not on the CD, and only available via FTP install.  These packages can be
1.33      henning   359: added post-install by using the following commands:
                    360: <pre>
1.1       deraadt   361:     # cd /; tar xvfpz xshare28.tgz
                    362:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   363: </pre>
1.1       deraadt   364: </ul>
                    365: <p>
1.33      henning   366: <a name="pmax"></a>
                    367: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   368: <ul>
                    369: <li>No problems identified yet.
                    370: </ul>
                    371: <p>
1.33      henning   372: <a name="hp300"></a>
                    373: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   374: <ul>
1.33      henning   375: <li><a name="x_hp300"></a>
                    376: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   377: The X packages
                    378: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
                    379: and
                    380: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
                    381: were not on the CD, and only available via FTP install.  These packages can be
1.20      miod      382: added post-install by using the following commands:
1.33      henning   383: <pre>
1.1       deraadt   384:     # cd /; tar xvfpz xshare28.tgz
                    385:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   386: </pre>
1.1       deraadt   387: </ul>
                    388: <p>
1.33      henning   389: <a name="mvme68k"></a>
                    390: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   391: <ul>
1.33      henning   392: <li><a name="x_mvme68k"></a>
                    393: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   394: The X packages
                    395: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
                    396: and
                    397: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
                    398: were not on the CD, and only available via FTP install.  These packages can be
                    399: added post-install by using the following command:
1.33      henning   400: <pre>
1.1       deraadt   401:     # cd /; tar xvfpz xshare28.tgz
                    402:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   403: </pre>
1.1       deraadt   404: </ul>
                    405: <p>
1.33      henning   406: <a name="powerpc"></a>
                    407: <h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   408: <ul>
1.33      henning   409: <li><a name="imacdv"></a>
                    410: <font color="#009000"><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
1.1       deraadt   411: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    412: hardware, but it is possible to work around the problem.<br>
                    413: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
                    414: A source code patch exists which remedies the problem.</a>
                    415: </ul>
                    416: <p>
1.33      henning   417: <a name="vax"></a>
                    418: <h3><font color="#e00000">vax</font></h3>
1.1       deraadt   419: <ul>
                    420: <li>No problems identified yet.
                    421: </ul>
                    422: <p>
1.33      henning   423: <a name="sun3"></a>
                    424: <h3><font color="#e00000">sun3</font></h3>
1.1       deraadt   425: <ul>
1.33      henning   426: <li><a name="x_sun3"></a>
                    427: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
1.1       deraadt   428: The X packages
                    429: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    430: and
                    431: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    432: were not on the CD, and only available via FTP install.  These packages can be
                    433: added post-install by using the following command:
1.33      henning   434: <pre>
1.1       deraadt   435:     # cd /; tar xvfpz xshare28.tgz
                    436:     # cd /; tar xvfpz xfont28.tgz
1.33      henning   437: </pre>
1.1       deraadt   438: </ul>
                    439:
                    440: <br>
                    441:
                    442: <hr>
                    443: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.27      deraadt   444: <br>
1.28      deraadt   445: For errata on a certain release, click below:<br>
1.27      deraadt   446: <a href="errata21.html">2.1</a>,
                    447: <a href="errata22.html">2.2</a>,
                    448: <a href="errata23.html">2.3</a>,
                    449: <a href="errata24.html">2.4</a>,
                    450: <a href="errata25.html">2.5</a>,
                    451: <a href="errata26.html">2.6</a>,
                    452: <a href="errata27.html">2.7</a>,
                    453: <a href="errata29.html">2.9</a>,
                    454: <a href="errata30.html">3.0</a>,
                    455: <a href="errata31.html">3.1</a>,
1.31      deraadt   456: <a href="errata32.html">3.2</a>,
1.32      david     457: <a href="errata33.html">3.3</a>,
1.37      david     458: <a href="errata34.html">3.4</a>,
1.38      miod      459: <a href="errata35.html">3.5</a>,
1.39      deraadt   460: <a href="errata36.html">3.6</a>,
1.47    ! deraadt   461: <br>
1.40      deraadt   462: <a href="errata37.html">3.7</a>,
1.41      deraadt   463: <a href="errata38.html">3.8</a>,
1.42      deraadt   464: <a href="errata39.html">3.9</a>,
1.43      deraadt   465: <a href="errata40.html">4.0</a>,
1.45      merdely   466: <a href="errata41.html">4.1</a>,
1.46      deraadt   467: <a href="errata42.html">4.2</a>,
1.47    ! deraadt   468: <a href="errata43.html">4.3</a>,
        !           469: <a href="errata44.html">4.4</a>.
1.27      deraadt   470: <br>
                    471:
1.1       deraadt   472: <hr>
                    473: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.30      naddy     474: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.47    ! deraadt   475: <br><small>$OpenBSD: errata28.html,v 1.46 2008/03/09 21:05:00 deraadt Exp $</small>
1.1       deraadt   476:
                    477: </body>
                    478: </html>