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

Annotation of www/errata.html, Revision 1.244

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.232     deraadt     4: <title>OpenBSD 2.7 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.232     deraadt    17: This is the OpenBSD 2.7 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.94      deraadt    29: <hr>
                     30:
1.232     deraadt    31: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7.tar.gz>
1.142     deraadt    32: You can also fetch a tar.gz file containing all the following patches</a>.
                     33: This file is updated once a day.
                     34:
1.240     jason      35: <p> The patches below are available in CVS via the
                     36: <code>OPENBSD_2_7</code> <a href="stable.html">patch branch</a>.
1.142     deraadt    37: <hr>
                     38:
1.197     deraadt    39: <dl>
1.43      deraadt    40: <a name=all></a>
1.67      deraadt    41: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    42: <ul>
1.244   ! deraadt    43: <a name=msdosfs></a>
        !            44: <li><font color=#009000><strong>008: RELIABILITY FIX: June 8, 2000</strong></font><br>
        !            45: Some operations in msdosfs could result in a system panic.
        !            46: <br>
        !            47: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/008_msdosfs.patch>
        !            48: A source code patch exists which remedies this problem.</a>
        !            49: <p>
        !            50: <a name=cd9660></a>
        !            51: <li><font color=#009000><strong>007: RELIABILITY FIX: June 8, 2000</strong></font><br>
        !            52: NFS exporting of CD filesystems caused a system panic.
        !            53: <br>
        !            54: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/007_cd9660.patch>
        !            55: A source code patch exists which remedies this problem.</a>
        !            56: <p>
1.242     deraadt    57: <a name=uselogin></a>
1.243     deraadt    58: <li><font color=#009000><strong>006: SECURITY ALERT: June 6, 2000</strong></font><br>
1.242     deraadt    59: The non-default UseLogin feature in <b>/etc/sshd_config</b> is broken and should not
1.244   ! deraadt    60: be used.  On other operating systems, it results in a hole.<br>
        !            61: Avoid use of this feature, or update to OpenSSH 2.1.1 or later if you must use it.
1.242     deraadt    62: <p>
1.241     deraadt    63: <a name=ipopts></a>
                     64: <li><font color=#009000><strong>005: RELIABILITY FIX: May 29, 2000</strong></font><br>
                     65: Parse IPv4 options more carefully.  It is not yet clear if this can even be used
                     66: to crash the machine remote or locally.
                     67: <br>
                     68: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/005_ipopts.patch>
                     69: A source code patch exists which remedies this problem.</a>
                     70: <p>
                     71: <a name=route></a>
                     72: <li><font color=#009000><strong>004: RELIABILITY FIX: May 29, 2000</strong></font><br>
                     73: Certain routing table modifications by the superuser could cause a system panic.
                     74: <br>
                     75: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/004_route.patch>
                     76: A source code patch exists which remedies this problem.</a>
                     77: <p>
1.238     deraadt    78: <a name=bridge></a>
1.237     deraadt    79: <li><font color=#009000><strong>003: SECURITY FIX: May 26, 2000</strong></font><br>
1.239     ericj      80: It is possible to bypass the <i>learning</i> flag on an interface if frames
1.237     deraadt    81: go directly to the machine acting as a
                     82: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge</a>.
                     83: <br>
                     84: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/003_bridge.patch>
                     85: A source code patch exists which remedies this problem.</a>
                     86: <p>
                     87: <a name=ef></a>
1.236     deraadt    88: <li><font color=#009000><strong>002: DRIVER FIX: May 26, 2000</strong></font><br>
                     89: The
                     90: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4">ef(4)</a>
                     91: driver will complain when adding an address with ifconfig
                     92: (ifconfig: SIOCAIFADDR: Invalid argument).<br>
                     93: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/002_ef.patch>
                     94: A source code patch exists which remedies this problem.</a>
                     95: <p>
1.233     kjell      96: <a name=ipf></a>
1.236     deraadt    97: <li><font color=#009000><strong>001: SECURITY FIX: May 25, 2000</strong></font><br>
                     98: A misuse of
1.234     deraadt    99: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>
                    100: <i>keep-state</i> rules can result in firewall rules being bypassed.<br>
1.233     kjell     101: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/001_ipf.patch>
                    102: A source code patch exists</a>, which remedies this problem, and updates ipf
                    103: to version 3.3.16.
                    104: <p>
1.25      deraadt   105: </ul>
1.177     deraadt   106: <p>
1.42      deraadt   107: <a name=i386></a>
1.67      deraadt   108: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   109: <ul>
1.176     deraadt   110: <li>No problems identified yet.
1.39      deraadt   111: </ul>
1.155     deraadt   112: <p>
1.47      deraadt   113: <a name=mac68k></a>
1.67      deraadt   114: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   115: <ul>
1.232     deraadt   116: <li>No problems identified yet.
1.25      deraadt   117: </ul>
1.155     deraadt   118: <p>
1.65      deraadt   119: <a name=sparc></a>
1.67      deraadt   120: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   121: <ul>
1.232     deraadt   122: <li>No problems identified yet.
1.39      deraadt   123: </ul>
1.177     deraadt   124: <p>
1.93      deraadt   125: <a name=amiga></a>
1.67      deraadt   126: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   127: <ul>
1.232     deraadt   128: <li>No problems identified yet.
1.25      deraadt   129: </ul>
1.155     deraadt   130: <p>
1.65      deraadt   131: <a name=pmax></a>
1.67      deraadt   132: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   133: <ul>
1.144     deraadt   134: <li>No problems identified yet.
1.25      deraadt   135: </ul>
1.155     deraadt   136: <p>
1.65      deraadt   137: <a name=arc></a>
1.67      deraadt   138: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   139: <ul>
1.144     deraadt   140: <li>No problems identified yet.
1.59      deraadt   141: </ul>
1.155     deraadt   142: <p>
1.93      deraadt   143: <a name=alpha></a>
1.67      deraadt   144: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   145: <ul>
1.232     deraadt   146: <li>No problems identified yet.
1.56      deraadt   147: </ul>
1.155     deraadt   148: <p>
1.93      deraadt   149: <a name=hp300></a>
1.67      deraadt   150: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   151: <ul>
1.232     deraadt   152: <li>No problems identified yet.
1.56      deraadt   153: </ul>
1.155     deraadt   154: <p>
1.93      deraadt   155: <a name=mvme68k></a>
1.67      deraadt   156: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   157: <ul>
1.232     deraadt   158: <li>No problems identified yet.
1.25      deraadt   159: </ul>
1.155     deraadt   160: <p>
1.95      deraadt   161: <a name=powerpc></a>
                    162: <li><h3><font color=#e00000>powerpc</font></h3>
                    163: <ul>
1.198     deraadt   164: <li>No problems identified yet.
1.144     deraadt   165: </ul>
                    166:
1.197     deraadt   167: </dl>
1.25      deraadt   168: <br>
1.75      deraadt   169:
1.25      deraadt   170: <hr>
1.240     jason     171: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   172: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    173: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   174: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   175: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   176: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   177: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.2       deraadt   178: <hr>
1.176     deraadt   179:
1.186     deraadt   180: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   181: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.244   ! deraadt   182: <br><small>$OpenBSD: errata.html,v 1.243 2000/06/07 23:35:50 deraadt Exp $</small>
1.2       deraadt   183:
                    184: </body>
                    185: </html>