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

Annotation of www/errata.html, Revision 1.327

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.323     deraadt     4: <title>OpenBSD 2.9 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.323     deraadt    17: This is the OpenBSD 2.9 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.324     horacio    31: <a href=errata.html>For 2.9 errata, please refer here</a>.<br>
1.94      deraadt    32: <hr>
                     33:
1.323     deraadt    34: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9.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.323     deraadt    39: <code>OPENBSD_2_9</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.327   ! millert    50: <a name=fts></a>
        !            51: <li><font color=#009000><strong>002: SECURITY FIX: May 30, 2001</strong></font><br>
        !            52: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3&format=html">fts(3)</a>
        !            53: routines (such as rm, find, and most programs that take a <b>-R</b>
        !            54: flag) can be tricked into changing into the wrong directory if the
        !            55: parent dir is changed out from underneath it.  This is similar to
        !            56: the old fts bug but happens when popping out of directories, as
        !            57: opposed to descending into them.
        !            58: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/002_fts.patch">A source code patch exists which remedies the problem</a>.
        !            59: <p>
1.326     millert    60: <a name=sendmail></a>
                     61: <li><font color=#009000><strong>001: SECURITY FIX: May 29, 2001</strong></font><br>
                     62: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a> contain code that is unsafe in the
                     63: context of a signal handler.  This leads to potentially serious
                     64: race conditions.  At the moment this is a theoretical attack only
                     65: and can only be exploited on the local host (if at all).<br>
1.327   ! millert    66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
1.25      deraadt    67: </ul>
1.177     deraadt    68: <p>
1.42      deraadt    69: <a name=i386></a>
1.67      deraadt    70: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt    71: <ul>
1.325     aaron      72: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
                     73: necessary to disable the &quot;USB Keyboard Support&quot; and
                     74: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
                     75: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
1.323     deraadt    76: </ul>
1.285     deraadt    77: <p>
1.323     deraadt    78: <a name=alpha></a>
                     79: <li><h3><font color=#e00000>alpha</font></h3>
                     80: <ul>
                     81: <li>No problems identified yet.
1.39      deraadt    82: </ul>
1.155     deraadt    83: <p>
1.47      deraadt    84: <a name=mac68k></a>
1.67      deraadt    85: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt    86: <ul>
1.323     deraadt    87: <li>No problems identified yet.
1.25      deraadt    88: </ul>
1.155     deraadt    89: <p>
1.65      deraadt    90: <a name=sparc></a>
1.67      deraadt    91: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt    92: <ul>
1.323     deraadt    93: <li>No problems identified yet.
1.39      deraadt    94: </ul>
1.177     deraadt    95: <p>
1.93      deraadt    96: <a name=amiga></a>
1.67      deraadt    97: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt    98: <ul>
1.323     deraadt    99: <li>No problems identified yet.
1.25      deraadt   100: </ul>
1.155     deraadt   101: <p>
1.65      deraadt   102: <a name=pmax></a>
1.67      deraadt   103: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   104: <ul>
1.281     deraadt   105: <li>No problems identified yet.
1.25      deraadt   106: </ul>
1.155     deraadt   107: <p>
1.281     deraadt   108: <a name=hp300></a>
                    109: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   110: <ul>
1.323     deraadt   111: <li>No problems identified yet.
1.59      deraadt   112: </ul>
1.155     deraadt   113: <p>
1.281     deraadt   114: <a name=mvme68k></a>
                    115: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   116: <ul>
1.323     deraadt   117: <li>No problems identified yet.
1.56      deraadt   118: </ul>
1.155     deraadt   119: <p>
1.281     deraadt   120: <a name=powerpc></a>
                    121: <li><h3><font color=#e00000>powerpc</font></h3>
1.110     millert   122: <ul>
1.323     deraadt   123: <li>No problems identified yet.
1.56      deraadt   124: </ul>
1.155     deraadt   125: <p>
1.281     deraadt   126: <a name=vax></a>
                    127: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   128: <ul>
1.232     deraadt   129: <li>No problems identified yet.
1.25      deraadt   130: </ul>
1.155     deraadt   131: <p>
1.281     deraadt   132: <a name=sun3></a>
                    133: <li><h3><font color=#e00000>sun3</font></h3>
1.95      deraadt   134: <ul>
1.323     deraadt   135: <li>No problems identified yet.
1.144     deraadt   136: </ul>
                    137:
1.197     deraadt   138: </dl>
1.25      deraadt   139: <br>
1.75      deraadt   140:
1.25      deraadt   141: <hr>
1.240     jason     142: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   143: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    144: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   145: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   146: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   147: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   148: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   149: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt   150: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.324     horacio   151: <a href=errata.html>For 2.9 errata, please refer here</a>.<br>
1.2       deraadt   152: <hr>
1.176     deraadt   153:
1.186     deraadt   154: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   155: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.327   ! millert   156: <br><small>$OpenBSD: errata.html,v 1.326 2001/05/30 03:32:16 millert Exp $</small>
1.2       deraadt   157:
                    158: </body>
                    159: </html>