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

Annotation of www/errata30.html, Revision 1.37

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.0 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-2002 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.9       jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <h2><font color=#0000e0>
                     17: This is the OpenBSD 3.0 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=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.31      deraadt    24: <br>
1.32      deraadt    25: For errata on a certain release, click below:<br>
1.31      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="errata28.html">2.8</a>,
                     34: <a href="errata29.html">2.9</a>,
                     35: <a href="errata31.html">3.1</a>,
                     36: <a href="errata.html">3.2</a>.
                     37: <br>
1.1       deraadt    38: <hr>
                     39:
                     40: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz>
                     41: You can also fetch a tar.gz file containing all the following patches</a>.
                     42: This file is updated once a day.
                     43:
                     44: <p> The patches below are available in CVS via the
                     45: <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
                     46:
                     47: <p>
1.33      deraadt    48: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    49: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     50: <hr>
                     51:
                     52: <dl>
                     53: <a name=all></a>
                     54: <li><h3><font color=#e00000>All architectures</font></h3>
                     55: <ul>
1.36      millert    56: <li><font color=#009000><strong>036: SECURITY FIX: November 14, 2002</strong></font><br>
                     57: A buffer overflow in
                     58: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a>
                     59: could allow an attacker to execute code with the privileges of named.
                     60: On OpenBSD, named runs as a non-root user in a chrooted environment
1.37    ! millert    61: which mitigates the effects of this bug.<br>
1.36      millert    62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/036_named.patch">A
                     63: source code patch exists which remedies the problem</a>.
                     64: <p>
1.35      miod       65: <a name=kernresource></a>
                     66: <li><font color=#009000><strong>035: SECURITY FIX: November 6, 2002</strong></font><br>
                     67: Incorrect argument checking in the
                     68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">getrlimit(2)</a>
                     69: system call may allow an attacker to crash the kernel.<br>
                     70: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/035_kernresource.patch">A
                     71: source code patch exists which remedies the problem</a>.
                     72: <p>
                     73: <a name=smrsh></a>
                     74: <li><font color=#009000><strong>034: SECURITY FIX: November 6, 2002</strong></font><br>
                     75: An attacker can bypass the restrictions imposed by sendmail's restricted shell,
                     76: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,
                     77: and execute arbitrary commands with the privileges of his own account.<br>
                     78: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/034_smrsh.patch">A
                     79: source code patch exists which remedies the problem</a>.
                     80: <p>
1.34      miod       81: <a name=kadmin></a>
                     82: <li><font color=#009000><strong>033: SECURITY FIX: October 21, 2002</strong></font><br>
                     83: A buffer overflow can occur in the
                     84: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>
                     85: daemon, leading to possible remote crash or exploit.<br>
                     86: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/033_kadmin.patch">A source code patch exists which remedies the problem</a>.
                     87: <p>
1.29      miod       88: <a name=kerntime></a>
                     89: <li><font color=#009000><strong>032: SECURITY FIX: October 7, 2002</strong></font><br>
                     90: Incorrect argument checking in the
                     91: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setitimer&amp;sektion=2">setitimer(2)</a> system call may allow an attacker to write to kernel memory.<br>
                     92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/032_kerntime.patch">A source code patch exists which remedies the problem</a>.
                     93: <p>
1.27      miod       94: <a name=scarg></a>
                     95: <li><font color=#009000><strong>031: SECURITY FIX: August 11, 2002</strong></font><br>
                     96: An insufficient boundary check in the
                     97: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a>
1.28      provos     98: system call allows an attacker to overwrite kernel memory and execute arbitrary
1.27      miod       99: code in kernel context.<br>
                    100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/031_scarg.patch">A
                    101: source code patch exists which remedies the problem</a>.
                    102: <p>
1.24      miod      103: <a name=ssl></a>
                    104: <li><font color=#009000><strong>030: SECURITY FIX: July 30, 2002</strong></font><br>
1.26      jufi      105: Several remote buffer overflows can occur in the SSL2 server and SSL3 client of the
                    106: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=8">ssl(8)</a>
                    107: library, as in the ASN.1 parser code in the
                    108: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a>
                    109: library, all of them being potentially remotely exploitable.<br>
1.24      miod      110: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/030_ssl.patch">A source code patch exists which remedies the problem</a>.
1.25      aaron     111: <p>
1.24      miod      112: <a name=xdr></a>
                    113: <li><font color=#009000><strong>029: SECURITY FIX: July 29, 2002</strong></font><br>
1.26      jufi      114: A buffer overflow can occur in the
                    115: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr_array&amp;sektion=3">xdr_array(3)</a>
                    116: RPC code, leading to possible remote crash.<br>
1.24      miod      117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/029_xdr.patch">A source code patch exists which remedies the problem</a>.
1.25      aaron     118: <p>
1.24      miod      119: <a name=pppd></a>
                    120: <li><font color=#009000><strong>028: SECURITY FIX: July 29, 2002</strong></font><br>
1.26      jufi      121: A race condition exists in the
                    122: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>
                    123: daemon which may cause it to alter the file permissions of an arbitrary file.<br>
1.24      miod      124: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/028_pppd.patch">A source code patch exists which remedies the problem</a>.
1.25      aaron     125: <p>
1.21      ho        126: <a name=isakmpd2></a>
                    127: <li><font color=#009000><strong>027: RELIABILITY FIX: July 5, 2002</strong></font><br>
                    128: Receiving IKE payloads out of sequence can cause
                    129: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to crash.<br>
                    130: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/027_isakmpd.patch">A source code patch exists which remedies the problem</a>.
1.23      jufi      131: <br>
1.22      ho        132: This is the second version of the patch.
1.21      ho        133: <p>
1.17      miod      134: <a name=ktrace></a>
                    135: <li><font color=#009000><strong>026: SECURITY FIX: June 27, 2002</strong></font><br>
1.19      horacio   136: The kernel would let any user <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=2">ktrace(2)</a> set[ug]id processes.<br>
1.18      pvalchev  137: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/026_ktrace.patch">A source code patch exists which remedies the problem</a>.
1.17      miod      138: <p>
1.13      millert   139: <a name=resolver></a>
                    140: <li><font color=#009000><strong>025: SECURITY FIX: June 25, 2002</strong></font><br>
                    141: A potential buffer overflow in the DNS resolver has been found.<br>
                    142: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/025_resolver.patch">A source code patch exists which remedies the problem</a>.
                    143: <p>
1.14      miod      144: <a name=sshdauth></a>
1.12      miod      145: <li><font color=#009000><strong>024: SECURITY FIX: June 24, 2002</strong></font><br>
1.20      deraadt   146: All versions of OpenSSH's sshd between 2.3.1 and 3.3 contain an input validation
1.14      miod      147: error that can result in an integer overflow and privilege escalation.
                    148: This problem is fixed in <a href="http://www.openssh.com/openbsd.html">OpenSSH
                    149: 3.4</a>, and a patch for the vulnerable releases is available as part of the
                    150: <a href="http://www.openssh.com/txt/preauth.adv">security advisory</a>.
                    151: <p>
                    152: <a name=modssl></a>
                    153: <li><font color=#009000><strong>023: SECURITY FIX: June 24, 2002</strong></font><br>
                    154: A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd
1.16      miod      155: module, leading to possible remote crash or exploit.<br>
1.14      miod      156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/023_mod_ssl.patch">A source code patch exists which remedies the problem</a>.
1.12      miod      157: <p>
1.10      miod      158: <a name=httpd></a>
                    159: <li><font color=#009000><strong>022: SECURITY FIX: June 19, 2002</strong></font><br>
                    160: A buffer overflow can occur during the interpretation of chunked
1.11      brad      161: encoding in the http daemon, leading to possible remote crash or exploit.<br>
1.10      miod      162: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/022_httpd.patch">A source code patch exists which remedies the problem</a>.
                    163: <p>
1.7       millert   164: <a name=fdalloc2></a>
                    165: <li><font color=#009000><strong>021: SECURITY FIX: May 8, 2002</strong></font><br>
                    166: A race condition exists where an attacker could fill the file descriptor
                    167: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.8       millert   168: setuid or setgid process.<br>
1.7       millert   169: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/021_fdalloc2.patch">A source code patch exists which remedies the problem</a>.
                    170: <p>
1.5       millert   171: <a name=sudo2></a>
                    172: <li><font color=#009000><strong>020: SECURITY FIX: April 25, 2002</strong></font><br>
1.6       millert   173: A bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a> may allow an attacker to corrupt the heap by specifying a custom prompt.<br>
1.5       millert   174: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/020_sudo.patch">A source code patch exists which remedies the problem</a>.
                    175: <p>
1.4       markus    176: <a name=sshafs></a>
                    177: <li><font color=#009000><strong>019: SECURITY FIX: April 22, 2002</strong></font><br>
                    178: A local user can gain super-user privileges due to a buffer overflow
                    179: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    180: if AFS has been configured on the system or if
                    181: KerberosTgtPassing or AFSTokenPassing has been enabled
                    182: in the sshd_config file.  Ticket and token passing is not enabled
                    183: by default.<br>
                    184: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/019_sshafs.patch">A source code patch exists which remedies the problem</a>.
                    185: <p>
1.1       deraadt   186: <a name=mail></a>
                    187: <li><font color=#009000><strong>018: SECURITY FIX: April 11, 2002</strong></font><br>
                    188: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1">mail(1)</a>
                    189: will process tilde escapes even in non-interactive mode.
                    190: This can lead to a local root compromise.
                    191: <br>
                    192: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/018_mail.patch">A source code patch exists which remedies the problem</a>.
                    193: <p>
                    194: <a name=isakmpd></a>
                    195: <li><font color=#009000><strong>017: RELIABILITY FIX: March 26, 2002</strong></font><br>
                    196: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>
                    197: will crash when receiving a zero length IKE packet due to a too-late length check.
                    198: <br>
                    199: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/017_isakmpd.patch">A source code patch exists which remedies the problem</a>.
                    200: <p>
                    201: <a name=approval></a>
                    202: <li><font color=#009000><strong>016: SECURITY FIX: March 19, 2002</strong></font><br>
                    203: Under certain conditions, on systems using YP with netgroups in the password
                    204: database, it is possible for the
                    205: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rexecd&sektion=8">rexecd(8)</a>
                    206: and
                    207: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8">rshd(8)</a>
                    208: daemons to execute the shell from a different user's password entry.
                    209: Due to a similar problem,
                    210: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atrun&sektion=8">atrun(8)</a>
                    211: may change to the wrong home directory when running
                    212: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>
                    213: jobs.<br>
                    214: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/016_approval.patch">A source code patch exists which remedies the problem</a>.
                    215: <p>
                    216: <a name=zlib></a>
                    217: <li><font color=#009000><strong>015: RELIABILITY FIX: March 13, 2002</strong></font><br>
                    218: Under some circumstances the zlib compression library can free dynamically
                    219: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
                    220: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a>
                    221: function detects this.
                    222: There is also a kernel zlib component that may be used by pppd and IPSec.
                    223: The feasibility of attacking the kernel this way is currently unknown.<br>
                    224: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/015_zlib.patch">A source code patch exists which remedies the problem</a>.
                    225: <p>
                    226: <a name=openssh></a>
                    227: <li><font color=#009000><strong>014: SECURITY FIX: March 8, 2002</strong></font><br>
                    228: A local user can gain super-user privileges due to an off-by-one check
                    229: in the channel forwarding code of OpenSSH.<br>
                    230: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/014_openssh.patch">A source code patch exists which remedies the problem</a>.
                    231: <p>
                    232: <a name=syspipe></a>
                    233: <li><font color=#009000><strong>013: RELIABILITY FIX: February 4, 2002</strong></font><br>
                    234: The wrong filedescriptors are released when pipe(2) failed.<br>
                    235: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/013_syspipe.patch">A source code patch exists which remedies the problem</a>.
                    236: <p>
                    237: <a name=ptrace></a>
                    238: <li><font color=#009000><strong>012: SECURITY FIX: January 21, 2002</strong></font><br>
                    239: A race condition between the ptrace(2) and execve(2) system calls allows
                    240: an attacker to modify the memory contents of suid/sgid processes which
                    241: could lead to compromise of the super-user account.<br>
                    242: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/012_ptrace.patch">A source code patch exists which remedies the problem</a>.
                    243: <p>
                    244: <a name=sudo>
                    245: <li><font color=#009000><strong>011: SECURITY FIX: January 17, 2002</strong></font><br>
                    246: If the Postfix sendmail replacement is installed on a system an
                    247: attacker may be able to gain root privileges on the local host via
                    248: sudo(8) which runs the mailer as root with an environment inherited
                    249: from the invoking user.  While this is a bug in sudo it is not
                    250: believed to be possible to exploit when sendmail (the mailer that
                    251: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    252: the mailer an environment that is not subject to influence from the
                    253: invoking user.<br>
                    254: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/011_sudo.patch">A source code patch exists which remedies the problem</a>.
                    255: <p>
                    256: <a name=ipip>
                    257: <li><font color=#009000><strong>010: RELIABILITY FIX: December 13, 2001</strong></font><br>
1.2       miod      258: Systems running with IP-in-IP encapsulation can be made to crash by
1.1       deraadt   259: malformed packets.<br>
                    260: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/010_ipip.patch">A source code patch exists which remedies the problem</a>.
                    261: <p>
                    262: <a name=lpd>
                    263: <li><font color=#009000><strong>008: SECURITY FIX: November 28, 2001</strong></font><br>
                    264: A security issue exists in the lpd daemon that may allow an attacker
                    265: to create arbitrary new files in the root directory.  Only machines
                    266: with line printer access (ie: listed in either /etc/hosts.lpd or
                    267: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    268: must have root access on the machine.  OpenBSD does not start lpd
                    269: in the default installation.<br>
                    270: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/008_lpd.patch">A source code patch exists which remedies the problem</a>.
                    271: <p>
                    272: <a name=vi.recover>
                    273: <li><font color=#009000><strong>007: SECURITY FIX: November 13, 2001</strong></font><br>
                    274: A security issue exists in the vi.recover script that may allow an attacker
                    275: to remove arbitrary zero-length files, regardless of ownership.
                    276: <br>
                    277: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/007_recover.patch">A source code patch exists which remedies the problem</a>.
                    278: <p>
                    279: <a name=pf>
                    280: <li><font color=#009000><strong>006: SECURITY FIX: November 13, 2001</strong></font>
                    281: <br>
                    282: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>
                    283: was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.
                    284: <br>
                    285: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/006_pf.patch">A source code patch exists which remedies the problem</a>.
                    286: <p>
                    287: <a name=sshd>
                    288: <li><font color=#009000><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>
                    289: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    290: is being upgraded from OpenSSH 3.0 to OpenSSH 3.0.2 to fix a few problems:
                    291: <p>
                    292: <ul>
                    293: <li>A security hole that may allow an attacker to partially authenticate
                    294: if -- and only if -- the administrator has enabled KerberosV.
                    295: <br>
                    296: By default, OpenSSH KerberosV support only becomes active after KerberosV
                    297: has been properly configured.
                    298: <p>
                    299: <li>An excessive memory clearing bug (which we believe to be unexploitable)
                    300: also exists, but since this may cause daemon crashes, we are providing a
                    301: patch as well.
                    302: <p>
                    303: <li>A vulnerability in environment passing in the <code>UseLogin</code>
                    304: <i>sshd</i> option
                    305: <p>
                    306: <li>Various other non-critical fixes.
                    307: </ul>
                    308: <p>
                    309: Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2,
                    310: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh2.patch">a source code patch exists which remedies these problems</a>.
                    311: This is the second version of this patch.
                    312: <p>
                    313: <a name=hosts>
                    314: <li><font color=#009000><strong>001: INSTALL ISSUE: November 12, 2001</strong></font><br>
                    315: A small bug in the installation script causes the <tt>/etc/hosts</tt> file to
                    316: be incorrectly formed.<br>
                    317: The resulting file contains a line which reads like:<p>
                    318: <tt>
                    319: &nbsp;&nbsp;&nbsp;#.#.#.# hostname. hostname
                    320: </tt>
                    321: <p>
                    322: This line should actually read something like:<p>
                    323: <tt>
                    324: &nbsp;&nbsp;&nbsp;#.#.#.# hostname.domainname.com hostname
                    325: </tt>
                    326: <p>
                    327: To correct this problem, simply edit the file and insert the domainname in
                    328: the required place.
                    329: <p>
                    330: </ul>
                    331: <p>
                    332: <a name=i386></a>
                    333: <li><h3><font color=#e00000>i386</font></h3>
                    334: <ul>
                    335: <a name=hifn>
                    336: <li><font color=#009000><strong>004: RELIABILITY FIX: November 12, 2001</strong></font>
                    337: <br>
                    338: Hifn7751 based cards may stop working on certain motherboards due to
                    339: DMA errors.
                    340: <br>
                    341: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/i386/004_hifn.patch">A source code patch exists which remedies the problem</a>.
                    342: <p>
                    343: </ul>
                    344: <p>
                    345: <a name=alpha></a>
                    346: <li><h3><font color=#e00000>alpha</font></h3>
                    347: <ul>
                    348: <li>No problems identified yet.
                    349: </ul>
                    350: <p>
                    351: <a name=mac68k></a>
                    352: <li><h3><font color=#e00000>mac68k</font></h3>
                    353: <ul>
                    354: <li>No problems identified yet.
                    355: </ul>
                    356: <p>
                    357: <a name=sparc></a>
                    358: <li><h3><font color=#e00000>sparc</font></h3>
                    359: <ul>
                    360: <li>No problems identified yet.
                    361: </ul>
                    362: <p>
                    363: <a name=sparc64></a>
                    364: <li><h3><font color=#e00000>sparc64</font></h3>
                    365: <ul>
                    366: <a name=sparc64cd></a>
                    367: <li><font color=#009000><strong>003: RELIABILITY FIX: November 12, 2001</strong></font>
                    368: <br>
                    369: Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
                    370: of bogus interrupt messages, causing great user anguish.
                    371: <br>
                    372: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/sparc64/003_sparc64cd.patch">A source code patch exists which remedies the problem</a>.
                    373: <p>
                    374: </ul>
                    375: <p>
                    376: <a name=amiga></a>
                    377: <li><h3><font color=#e00000>amiga</font></h3>
                    378: <ul>
                    379: <li>No problems identified yet.
                    380: </ul>
                    381: <p>
                    382: <a name=hp300></a>
                    383: <li><h3><font color=#e00000>hp300</font></h3>
                    384: <ul>
                    385: <li>No problems identified yet.
                    386: </ul>
                    387: <p>
                    388: <a name=mvme68k></a>
                    389: <li><h3><font color=#e00000>mvme68k</font></h3>
                    390: <ul>
                    391: <li>No problems identified yet.
                    392: </ul>
                    393: <p>
                    394: <a name=macppc></a>
                    395: <li><h3><font color=#e00000>macppc</font></h3>
                    396: <ul>
                    397: <a name=macppcinstall></a>
                    398: <li><font color=#009000><strong>009: INSTALLATION FIX: December 11, 2001</strong></font>
                    399: <br>
                    400: The 3.0 CD2 was created with an error which means that the instructions
                    401: for booting this architecture will not work.  Instead, to boot the
                    402: CD, press Option-Command-O-F during power up to get into OpenFirmware
                    403: and then type:
                    404: <br>
                    405: <code>boot cd:,OFWBOOT /3.0/macppc/bsd.rd</code>
                    406: <p>
                    407: <a name=altivec></a>
                    408: <li><font color=#009000><strong>005: RELIABILITY FIX: November 12, 2001</strong></font>
                    409: <br>
                    410: Execution of Altivec instructions will crash the kernel.
                    411: <br>
                    412: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/macppc/005_altivec.patch">A source code patch exists which remedies the problem</a>.
                    413: <p>
                    414: </ul>
                    415: <p>
                    416: <a name=vax></a>
                    417: <li><h3><font color=#e00000>vax</font></h3>
                    418: <ul>
                    419: <li>No problems identified yet.
                    420: </ul>
                    421:
                    422: </dl>
                    423: <br>
                    424:
                    425: <hr>
                    426: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    427: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.31      deraadt   428: <br>
1.32      deraadt   429: For errata on a certain release, click below:<br>
1.31      deraadt   430: <a href="errata21.html">2.1</a>,
                    431: <a href="errata22.html">2.2</a>,
                    432: <a href="errata23.html">2.3</a>,
                    433: <a href="errata24.html">2.4</a>,
                    434: <a href="errata25.html">2.5</a>,
                    435: <a href="errata26.html">2.6</a>,
                    436: <a href="errata27.html">2.7</a>,
                    437: <a href="errata28.html">2.8</a>,
                    438: <a href="errata29.html">2.9</a>,
                    439: <a href="errata31.html">3.1</a>,
                    440: <a href="errata.html">3.2</a>.
                    441: <br>
                    442:
1.1       deraadt   443: <hr>
                    444: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    445: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.37    ! millert   446: <br><small>$OpenBSD: errata30.html,v 1.36 2002/11/15 01:58:33 millert Exp $</small>
1.1       deraadt   447:
                    448: </body>
                    449: </html>