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

Annotation of www/errata30.html, Revision 1.46

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