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

Annotation of www/errata.html, Revision 1.357

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.355     deraadt     4: <title>OpenBSD 3.0 errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.352     jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.355     deraadt    17: This is the OpenBSD 3.0 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.94      deraadt    23: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     24: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt    25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt    28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt    29: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt    30: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.355     deraadt    31: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.94      deraadt    32: <hr>
                     33:
1.356     deraadt    34: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz>
1.142     deraadt    35: You can also fetch a tar.gz file containing all the following patches</a>.
                     36: This file is updated once a day.
                     37:
1.240     jason      38: <p> The patches below are available in CVS via the
1.355     deraadt    39: <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
1.278     ericj      40:
                     41: <p>
                     42: For more detailed information on install patches to OpenBSD, please
                     43: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    44: <hr>
                     45:
1.197     deraadt    46: <dl>
1.43      deraadt    47: <a name=all></a>
1.67      deraadt    48: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    49: <ul>
1.357   ! deraadt    50: <a name=hosts>
        !            51: <li><font color=#009000><strong>001: INSTALL ISSUE: November 12, 2001</strong></font><br>
        !            52: A small bug in the installation script causes the <tt>/etc/hosts</tt> file to
        !            53: be incorrectly formed.<br>
        !            54: The resulting file contains a line which reads like:<p>
        !            55: <tt>
        !            56: &nbsp;&nbsp;&nbsp;#.#.#.# hostname. hostname
        !            57: </tt>
        !            58: <p>
        !            59: This line should actually read something like:<p>
        !            60: <tt>
        !            61: &nbsp;&nbsp;&nbsp;#.#.#.# hostname.domainname.com hostname
        !            62: </tt>
        !            63: <p>
        !            64: To correct this problem, simply edit the file and insert the domainname in
        !            65: the required place.
        !            66: <p>
        !            67: <a name=sshd>
        !            68: <li><font color=#009000><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>
        !            69: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
        !            70: is being upgraded from OpenSSH 3.0 to OpenSSH 3.0.1 to fix a few problems:
        !            71: <p>
        !            72: <ul>
        !            73: <li>A security hole that may allow an attacker to partially authenticate
        !            74: if -- and only if -- the administrator has enabled KerberosV.
        !            75: <br>
        !            76: By default, OpenSSH KerberosV support only becomes active after KerberosV
        !            77: has been properly configured.
        !            78: <p>
        !            79: <li>An excessive memory clearing bug (which we believe to be unexploitable)
        !            80: also exists, but since this may cause daemon crashes, we are providing a
        !            81: patch as well.
        !            82: <p>
        !            83: <li>Various other non-critical fixes.
        !            84: </ul>
        !            85: <p>
        !            86: Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.1,
        !            87: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh.patch">a source code patch exists which remedies these problems</a>.
        !            88: <p>
1.25      deraadt    89: </ul>
1.177     deraadt    90: <p>
1.42      deraadt    91: <a name=i386></a>
1.67      deraadt    92: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt    93: <ul>
1.357   ! deraadt    94: <a name=hifn>
        !            95: <li><font color=#009000><strong>004: RELIABILITY FIX: November 12, 2001</strong></font>
        !            96: <br>
        !            97: Hifn7751 based cards may stop working on certain motherboards due to
        !            98: DMA errors.
        !            99: <br>
        !           100: <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>.
        !           101: <p>
1.323     deraadt   102: </ul>
1.285     deraadt   103: <p>
1.323     deraadt   104: <a name=alpha></a>
                    105: <li><h3><font color=#e00000>alpha</font></h3>
                    106: <ul>
                    107: <li>No problems identified yet.
1.39      deraadt   108: </ul>
1.155     deraadt   109: <p>
1.47      deraadt   110: <a name=mac68k></a>
1.67      deraadt   111: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   112: <ul>
1.323     deraadt   113: <li>No problems identified yet.
1.25      deraadt   114: </ul>
1.155     deraadt   115: <p>
1.65      deraadt   116: <a name=sparc></a>
1.67      deraadt   117: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   118: <ul>
1.323     deraadt   119: <li>No problems identified yet.
1.39      deraadt   120: </ul>
1.177     deraadt   121: <p>
1.355     deraadt   122: <a name=sparc64></a>
                    123: <li><h3><font color=#e00000>sparc64</font></h3>
1.93      deraadt   124: <ul>
1.357   ! deraadt   125: <a name=sparc64cd></a>
        !           126: <li><font color=#009000><strong>003: RELIABILITY FIX: November 12, 2001</strong></font>
        !           127: <br>
        !           128: Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
        !           129: of bogus interrupt messages, causing great user anguish.
        !           130: <br>
        !           131: <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>.
        !           132: <p>
1.25      deraadt   133: </ul>
1.155     deraadt   134: <p>
1.355     deraadt   135: <a name=amiga></a>
                    136: <li><h3><font color=#e00000>amiga</font></h3>
1.25      deraadt   137: <ul>
1.281     deraadt   138: <li>No problems identified yet.
1.25      deraadt   139: </ul>
1.155     deraadt   140: <p>
1.281     deraadt   141: <a name=hp300></a>
                    142: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   143: <ul>
1.323     deraadt   144: <li>No problems identified yet.
1.59      deraadt   145: </ul>
1.155     deraadt   146: <p>
1.281     deraadt   147: <a name=mvme68k></a>
                    148: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   149: <ul>
1.323     deraadt   150: <li>No problems identified yet.
1.56      deraadt   151: </ul>
1.155     deraadt   152: <p>
1.355     deraadt   153: <a name=macppc></a>
                    154: <li><h3><font color=#e00000>macppc</font></h3>
1.110     millert   155: <ul>
1.357   ! deraadt   156: <a name=altivec></a>
        !           157: <li><font color=#009000><strong>005: RELIABILITY FIX: November 12, 2001</strong></font>
        !           158: <br>
        !           159: Execution of Altivec instructions will crash the kernel.
        !           160: <br>
        !           161: <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>.
        !           162: <p>
1.56      deraadt   163: </ul>
1.155     deraadt   164: <p>
1.281     deraadt   165: <a name=vax></a>
                    166: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   167: <ul>
1.232     deraadt   168: <li>No problems identified yet.
1.25      deraadt   169: </ul>
1.144     deraadt   170:
1.197     deraadt   171: </dl>
1.25      deraadt   172: <br>
1.75      deraadt   173:
1.25      deraadt   174: <hr>
1.240     jason     175: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   176: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    177: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   178: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   179: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   180: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   181: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   182: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt   183: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.355     deraadt   184: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.2       deraadt   185: <hr>
1.176     deraadt   186:
1.186     deraadt   187: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   188: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.357   ! deraadt   189: <br><small>$OpenBSD: errata.html,v 1.356 2001/10/22 22:21:56 deraadt Exp $</small>
1.2       deraadt   190:
                    191: </body>
                    192: </html>