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

Annotation of www/errata30.html, Revision 1.35

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