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

Annotation of www/errata30.html, Revision 1.55

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