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

Annotation of www/errata.html, Revision 1.162

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.162   ! deraadt    37: <a name=termcap></a>
        !            38: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
        !            39: TCP/IP RST handling was too sloppy.
        !            40: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/rst.patch>
        !            41: A source code patch exists which remedies this problem.</a>
        !            42: <p>
1.154     millert    43: <a name=kvm_mkdb></a>
                     44: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                     45: During bootup, kvm_mkdb may exit with the error "kvm_mkdb: cannot allocate
                     46: memory".
                     47: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/kvm_mkdb.patch>
                     48: A source code patch exists which remedies this problem.</a>
                     49: <p>
1.157     millert    50: <a name=nfs3_solaris7></a>
                     51: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                     52: A problem with writing to NFS version 3 mounted filesystems from Solaris 7
                     53: hosts exists.  Attempts to create files will result in a error such as
                     54: "Inappropriate file type or format".
                     55: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3_solaris7.patch>
                     56: A source code patch exists which remedies this problem.</a>
                     57: <p>
1.153     millert    58: <a name=nfs3></a>
                     59: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                     60: A problem with NFS version 3 mounts on big endian machines (m68k, sparc
                     61: and powerpc) exists when mounting filesystems larger than 2gig.  You
                     62: can see evidence of the bug by running df(1) and checking for negative
                     63: partition sizes.
                     64: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3.patch>
                     65: A source code patch exists which remedies this problem.</a>
                     66: <p>
1.159     millert    67: <a name=termcap></a>
1.158     millert    68: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     69: A security problem exists in the curses and ocurses libraries that affect
                     70: setuid programs linked with -lcurses or -locurses.
                     71: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/termcap.patch>
                     72: A source code patch exists which remedies this problem.</a>
                     73: <br>
                     74: Precompiled versions of libcurses and libocurses exist for the
                     75: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/curses.tar.gz>i386</a>
                     76: platform.  Unpack it in /usr/lib.
                     77: <p>
                     78: <a name=terminfo></a>
1.150     millert    79: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
1.152     deraadt    80: A workaround for an xterm problem that causes <strong>vi</strong> to not
                     81: restore the correct cursor position on exit.
1.150     millert    82: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.src.patch>
                     83: A source code patch exists which remedies this problem.</a>
                     84: <br>
                     85: Alternately, you can also download a pre-compiled terminfo file to be
                     86: installed as <strong>/usr/share/misc/terminfo.db</strong>.  For i386,
                     87: alpha and mips, use the
                     88: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-LE.tar.gz>
                     89: little endian</a> version.  For sparc, m68k and powerpc, use the
                     90: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-BE.tar.gz>
                     91: big endian</a> version.
                     92: <p>
1.148     deraadt    93: <a name=userdir></a>
                     94: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                     95: <strong>userdir</strong> support was accidentally left out of httpd(8).
                     96: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/userdir.patch>
                     97: A source code patch exists which remedies this problem.</a>
                     98: <p>
1.147     deraadt    99: <a name=bootpd></a>
                    100: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    101: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                    102: by default, but some people may actually be using it.
                    103: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bootpd.patch>
1.151     millert   104: A source code patch exists which remedies this problem</a>, this is the
                    105: second version of the patch.
1.147     deraadt   106: <p>
1.145     deraadt   107: <a name=tcpfix></a>
                    108: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    109: A remote machine lockup problem exists in the TCP decoding code.
                    110: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/tcpfix.patch>
                    111: A source code patch exists which remedies this problem.</a>
                    112: <p>
1.25      deraadt   113: </ul>
1.42      deraadt   114: <a name=i386></a>
1.67      deraadt   115: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   116: <ul>
1.155     deraadt   117: <a name=installboot></a>
                    118: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    119: i386 installboot had a sign extention bug which prevented proper bootblock
                    120: initialization when the root filesystem was placed beyond 4GB.
1.156     deraadt   121: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/installboot.patch>
1.155     deraadt   122: A source code patch exists which remedies this problem.</a><br>
                    123: Unfortunately, updated 2.4 install floppies are not available.  Just ensure
                    124: that your root filesystem is below 4GB, for now.
                    125: <p>
1.39      deraadt   126: </ul>
1.155     deraadt   127: <p>
1.47      deraadt   128: <a name=mac68k></a>
1.67      deraadt   129: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   130: <ul>
1.155     deraadt   131: <p>
1.93      deraadt   132: <li>No problems identified yet.
1.25      deraadt   133: </ul>
1.155     deraadt   134: <p>
1.65      deraadt   135: <a name=sparc></a>
1.67      deraadt   136: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   137: <ul>
1.149     deraadt   138: <a name=hme></a>
                    139: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                    140: The sparc hme(4) driver works poorly on some types of of SS-20 machines.
                    141: This is because those machines lie, saying they support 64-bit DMA
                    142: bursting.  No sun4m machines supprort that.
                    143: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/hme.patch>
                    144: A source code patch exists which remedies this problem.</a>
                    145: <p>
1.161     deraadt   146: <a name=le></a>
1.149     deraadt   147: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                    148: The sparc le(4) driver does media changes incorrectly on one type of
                    149: sbus le(4) card.
                    150: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/le.patch>
                    151: A source code patch exists which remedies this problem.</a>
                    152: <p>
1.39      deraadt   153: </ul>
1.93      deraadt   154: <a name=amiga></a>
1.67      deraadt   155: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   156: <ul>
1.144     deraadt   157: <li>No problems identified yet.
1.25      deraadt   158: </ul>
1.155     deraadt   159: <p>
1.65      deraadt   160: <a name=pmax></a>
1.67      deraadt   161: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   162: <ul>
1.144     deraadt   163: <li>No problems identified yet.
1.25      deraadt   164: </ul>
1.155     deraadt   165: <p>
1.65      deraadt   166: <a name=arc></a>
1.67      deraadt   167: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   168: <ul>
1.144     deraadt   169: <li>No problems identified yet.
1.59      deraadt   170: </ul>
1.155     deraadt   171: <p>
1.93      deraadt   172: <a name=alpha></a>
1.67      deraadt   173: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   174: <ul>
1.144     deraadt   175: <li>No problems identified yet.
1.56      deraadt   176: </ul>
1.155     deraadt   177: <p>
1.93      deraadt   178: <a name=hp300></a>
1.67      deraadt   179: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   180: <ul>
1.161     deraadt   181: <a name=hp300X></a>
1.160     todd      182: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    183: The Xhp as shipped does not have the execute permissions set.  The fix is
                    184: 'chmod 755 /usr/X11R6/bin/Xhp' if you have installed X.
                    185: <p>
1.56      deraadt   186: </ul>
1.155     deraadt   187: <p>
1.93      deraadt   188: <a name=mvme68k></a>
1.67      deraadt   189: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   190: <ul>
1.39      deraadt   191: <li>No problems identified yet.
1.25      deraadt   192: </ul>
1.155     deraadt   193: <p>
1.95      deraadt   194: <a name=powerpc></a>
                    195: <li><h3><font color=#e00000>powerpc</font></h3>
                    196: <ul>
1.144     deraadt   197: <li>No problems identified yet.
                    198: </ul>
1.155     deraadt   199: <p>
1.144     deraadt   200:
                    201:
1.95      deraadt   202: <p>
                    203: </ul>
1.25      deraadt   204: <br>
1.75      deraadt   205:
1.25      deraadt   206: <hr>
1.93      deraadt   207: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    208: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   209: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.2       deraadt   210: <hr>
1.127     pauls     211: <a href=orders.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   212: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.162   ! deraadt   213: <br><small>$OpenBSD: errata.html,v 1.161 1999/02/08 06:47:32 deraadt Exp $</small>
1.2       deraadt   214:
                    215: </body>
                    216: </html>