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

Annotation of www/errata30.html, Revision 1.43

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