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

Annotation of www/errata30.html, Revision 1.51

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