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

Annotation of www/errata.html, Revision 1.152

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.146     espie      17: This is the OpenBSD 2.4 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.94      deraadt    25: <hr>
                     26:
1.144     deraadt    27: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4.tar.gz>
1.142     deraadt    28: You can also fetch a tar.gz file containing all the following patches</a>.
                     29: This file is updated once a day.
                     30:
                     31: <hr>
                     32:
1.25      deraadt    33: <ul>
1.43      deraadt    34: <a name=all></a>
1.67      deraadt    35: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    36: <ul>
1.150     millert    37: <a name=terminfo></a>
                     38: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
1.152   ! deraadt    39: A workaround for an xterm problem that causes <strong>vi</strong> to not
        !            40: restore the correct cursor position on exit.
1.150     millert    41: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.src.patch>
                     42: A source code patch exists which remedies this problem.</a>
                     43: <br>
                     44: Alternately, you can also download a pre-compiled terminfo file to be
                     45: installed as <strong>/usr/share/misc/terminfo.db</strong>.  For i386,
                     46: alpha and mips, use the
                     47: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-LE.tar.gz>
                     48: little endian</a> version.  For sparc, m68k and powerpc, use the
                     49: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-BE.tar.gz>
                     50: big endian</a> version.
                     51: <p>
1.148     deraadt    52: <a name=userdir></a>
                     53: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                     54: <strong>userdir</strong> support was accidentally left out of httpd(8).
                     55: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/userdir.patch>
                     56: A source code patch exists which remedies this problem.</a>
                     57: <p>
1.147     deraadt    58: <a name=bootpd></a>
                     59: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     60: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                     61: by default, but some people may actually be using it.
                     62: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bootpd.patch>
1.151     millert    63: A source code patch exists which remedies this problem</a>, this is the
                     64: second version of the patch.
1.147     deraadt    65: <p>
1.145     deraadt    66: <a name=tcpfix></a>
                     67: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     68: A remote machine lockup problem exists in the TCP decoding code.
                     69: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/tcpfix.patch>
                     70: A source code patch exists which remedies this problem.</a>
                     71: <p>
1.25      deraadt    72: </ul>
1.42      deraadt    73: <a name=i386></a>
1.67      deraadt    74: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt    75: <ul>
1.144     deraadt    76: <li>No problems identified yet.
1.39      deraadt    77: </ul>
1.47      deraadt    78: <a name=mac68k></a>
1.67      deraadt    79: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt    80: <ul>
1.93      deraadt    81: <li>No problems identified yet.
1.25      deraadt    82: </ul>
1.65      deraadt    83: <a name=sparc></a>
1.67      deraadt    84: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt    85: <ul>
1.149     deraadt    86: <a name=hme></a>
                     87: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                     88: The sparc hme(4) driver works poorly on some types of of SS-20 machines.
                     89: This is because those machines lie, saying they support 64-bit DMA
                     90: bursting.  No sun4m machines supprort that.
                     91: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/hme.patch>
                     92: A source code patch exists which remedies this problem.</a>
                     93: <p>
                     94: <a name=hme></a>
                     95: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                     96: The sparc le(4) driver does media changes incorrectly on one type of
                     97: sbus le(4) card.
                     98: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/le.patch>
                     99: A source code patch exists which remedies this problem.</a>
                    100: <p>
1.39      deraadt   101: </ul>
1.93      deraadt   102: <a name=amiga></a>
1.67      deraadt   103: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   104: <ul>
1.144     deraadt   105: <li>No problems identified yet.
1.25      deraadt   106: </ul>
1.65      deraadt   107: <a name=pmax></a>
1.67      deraadt   108: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   109: <ul>
1.144     deraadt   110: <li>No problems identified yet.
1.25      deraadt   111: </ul>
1.65      deraadt   112: <a name=arc></a>
1.67      deraadt   113: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   114: <ul>
1.144     deraadt   115: <li>No problems identified yet.
1.59      deraadt   116: </ul>
1.93      deraadt   117: <a name=alpha></a>
1.67      deraadt   118: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   119: <ul>
1.144     deraadt   120: <li>No problems identified yet.
1.56      deraadt   121: </ul>
1.93      deraadt   122: <a name=hp300></a>
1.67      deraadt   123: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   124: <ul>
1.144     deraadt   125: <li>No problems identified yet.
1.56      deraadt   126: </ul>
1.93      deraadt   127: <a name=mvme68k></a>
1.67      deraadt   128: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   129: <ul>
1.39      deraadt   130: <li>No problems identified yet.
1.25      deraadt   131: </ul>
1.95      deraadt   132: <a name=powerpc></a>
                    133: <li><h3><font color=#e00000>powerpc</font></h3>
                    134: <ul>
1.144     deraadt   135: <li>No problems identified yet.
                    136: </ul>
                    137:
                    138:
                    139:
1.95      deraadt   140: <p>
                    141: </ul>
1.25      deraadt   142: <br>
1.75      deraadt   143:
1.25      deraadt   144: <hr>
1.93      deraadt   145: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    146: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   147: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.2       deraadt   148: <hr>
1.127     pauls     149: <a href=orders.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   150: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.152   ! deraadt   151: <br><small>$OpenBSD: errata.html,v 1.151 1998/12/20 21:53:56 millert Exp $</small>
1.2       deraadt   152:
                    153: </body>
                    154: </html>