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

Annotation of www/errata.html, Revision 1.202

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.64      deraadt     4: <title>OpenBSD release 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.107     deraadt    10: <meta name="copyright" content="This document copyright 1997-1998 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.198     deraadt    17: This is the OpenBSD 2.6 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
                     22: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     23: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt    24: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    25: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    26: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.94      deraadt    27: <hr>
                     28:
1.198     deraadt    29: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6.tar.gz>
1.142     deraadt    30: You can also fetch a tar.gz file containing all the following patches</a>.
                     31: This file is updated once a day.
                     32:
                     33: <hr>
                     34:
1.197     deraadt    35: <dl>
1.43      deraadt    36: <a name=all></a>
1.67      deraadt    37: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    38: <ul>
1.201     deraadt    39: <a name=sshjumbo></a>
1.200     deraadt    40: <li><font color=#009000><strong>FUNCTIONALITY ADDITION: Nov 10, 1999</strong></font><br>
1.201     deraadt    41: Various OpenSSH improvements have been made since the 2.6 release shipped.
                     42: To resolve the various (non-security related) features which users may want, we
                     43: are making a jumbo patch available.
                     44: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/005_sshjumbo.patch>
                     45: Revision 1 of this jumbo source code patch exists.</a><br>
                     46: <strong>NOTE: /etc/sshd_config and /etc/ssh_config may need changes.</strong>
1.200     deraadt    47: <p>
                     48: <a name=m4></a>
                     49: <li><font color=#009000><strong>FUNCTIONALITY FIX: Nov 10, 1999</strong></font><br>
                     50: m4 is quite broken in the 2.6 release.
                     51: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/003_m4.patch>
1.194     deraadt    52: A source code patch exists which remedies this problem.</a>
                     53: <p>
1.199     deraadt    54: <a name=ifmedia></a>
                     55: <li><font color=#009000><strong>SECURITY FIX: Nov 9, 1999</strong></font><br>
                     56: Any user can change interface media configurations.
                     57: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/002_ifmedia.patch>
                     58: A source code patch exists which remedies this problem.</a>
                     59: <p>
1.200     deraadt    60: <a name=newsyslog></a>
                     61: <li><font color=#009000><strong>RELIABILITY FIX: Nov 8, 1999</strong></font><br>
                     62: A race condition in newsyslog(8) can cause errors in log file rotation.
                     63: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/001_newsyslog.patch>
1.199     deraadt    64: A source code patch exists which remedies this problem.</a>
                     65: <p>
1.25      deraadt    66: </ul>
1.177     deraadt    67: <p>
1.42      deraadt    68: <a name=i386></a>
1.67      deraadt    69: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt    70: <ul>
1.176     deraadt    71: <li>No problems identified yet.
1.39      deraadt    72: </ul>
1.155     deraadt    73: <p>
1.47      deraadt    74: <a name=mac68k></a>
1.67      deraadt    75: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt    76: <ul>
1.202   ! deraadt    77: <a name=m68k_locore></a>
        !            78: <a name=mac68k_locore></a>
        !            79: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
        !            80: All m68k kernels can possibly be crashed by a user.
        !            81: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
        !            82: A source code patch exists which remedies this problem.</a>
        !            83: <p>
1.25      deraadt    84: </ul>
1.155     deraadt    85: <p>
1.65      deraadt    86: <a name=sparc></a>
1.67      deraadt    87: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt    88: <ul>
1.200     deraadt    89: <a name=sparc_locore></a>
                     90: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                     91: The sparc kernel can be crashed by a user.
                     92: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/004_locore.patch>
                     93: A source code patch exists which remedies this problem.</a>
                     94: <p>
1.39      deraadt    95: </ul>
1.177     deraadt    96: <p>
1.93      deraadt    97: <a name=amiga></a>
1.67      deraadt    98: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt    99: <ul>
1.202   ! deraadt   100: <a name=amiga_locore></a>
        !           101: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
        !           102: All m68k kernels can possibly be crashed by a user.
        !           103: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
        !           104: A source code patch exists which remedies this problem.</a>
        !           105: <p>
1.25      deraadt   106: </ul>
1.155     deraadt   107: <p>
1.65      deraadt   108: <a name=pmax></a>
1.67      deraadt   109: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   110: <ul>
1.144     deraadt   111: <li>No problems identified yet.
1.25      deraadt   112: </ul>
1.155     deraadt   113: <p>
1.65      deraadt   114: <a name=arc></a>
1.67      deraadt   115: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   116: <ul>
1.144     deraadt   117: <li>No problems identified yet.
1.59      deraadt   118: </ul>
1.155     deraadt   119: <p>
1.93      deraadt   120: <a name=alpha></a>
1.67      deraadt   121: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   122: <ul>
1.202   ! deraadt   123: <a name=alpha_locore></a>
        !           124: <li><font color=#009000><strong>RELIABILITY FIX: Nov 13, 1999</strong></font><br>
        !           125: The alpha kernel can possibly be crashed by a user.
        !           126: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/alpha/006_locore.patch>
        !           127: A source code patch exists which remedies this problem.</a>
        !           128: <p>
1.56      deraadt   129: </ul>
1.155     deraadt   130: <p>
1.93      deraadt   131: <a name=hp300></a>
1.67      deraadt   132: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   133: <ul>
1.202   ! deraadt   134: <a name=hp300_locore></a>
        !           135: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
        !           136: All m68k kernels can possibly be crashed by a user.
        !           137: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
        !           138: A source code patch exists which remedies this problem.</a>
        !           139: <p>
1.56      deraadt   140: </ul>
1.155     deraadt   141: <p>
1.93      deraadt   142: <a name=mvme68k></a>
1.67      deraadt   143: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   144: <ul>
1.202   ! deraadt   145: <a name=mvme68k_locore></a>
        !           146: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
        !           147: All m68k kernels can possibly be crashed by a user.
        !           148: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
        !           149: A source code patch exists which remedies this problem.</a>
        !           150: <p>
1.25      deraadt   151: </ul>
1.155     deraadt   152: <p>
1.95      deraadt   153: <a name=powerpc></a>
                    154: <li><h3><font color=#e00000>powerpc</font></h3>
                    155: <ul>
1.198     deraadt   156: <li>No problems identified yet.
1.144     deraadt   157: </ul>
                    158:
1.197     deraadt   159: </dl>
1.25      deraadt   160: <br>
1.75      deraadt   161:
1.25      deraadt   162: <hr>
1.93      deraadt   163: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    164: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   165: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   166: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   167: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.2       deraadt   168: <hr>
1.176     deraadt   169:
1.186     deraadt   170: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   171: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.202   ! deraadt   172: <br><small>$OpenBSD: errata.html,v 1.201 1999/11/13 03:11:02 deraadt Exp $</small>
1.2       deraadt   173:
                    174: </body>
                    175: </html>