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

Annotation of www/errata.html, Revision 1.207

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.206     deraadt    39: <a name=sslUSA></a>
                     40: <li><font color=#009000><strong>SECURITY FIX: Dec 2, 1999</strong></font><br>
                     41: A buffer overflow in the RSAREF code included in the
                     42: USA version of the libssl package (called <strong>sslUSA</strong>, is
                     43: possibly exploitable in httpd, ssh, or isakmpd, if SSL/RSA features
                     44: are enabled or used.<br>
                     45: <strong>NOTE: International users using the ssl26 package are not affected.</strong>
                     46: <p>
                     47: To check what package you are using, use
                     48: <pre>
                     49: <b>#</b> pkg_info sslUSA26
                     50: </pre>
                     51: The patched library says:<br>
                     52: "ssl26.1 USA-only non-commercial crypto libs incl. SSL & RSA"
                     53: <p>
1.207   ! deraadt    54: Non-commercial USA users who installed the ssl package before December 3
1.206     deraadt    55: should upgrade their <strong>sslUSA26</strong> package using:<br>
                     56: <pre>
                     57: <b>#</b> pkg_delete sslUSA26
                     58: <b>#</b> pkg_add -v sslUSA26.tar.gz
                     59: </pre>
                     60: Using the new <strong>sslUSA26.tar.gz</strong> files which have been placed
                     61: on the FTP mirrors.<br>
                     62: <a href=advisories/sslUSA>For more information, see the advisory</a>.
                     63: <p>
1.203     deraadt    64: <a name=fortran></a>
                     65: <li><font color=#009000><strong>FUNCTIONALITY ADDITION: Nov 14, 1999</strong></font><br>
                     66: Fortran doesn't work right.  The file /usr/include/g2c.h is missing in the
                     67: release.<br>
                     68: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/008_fortran.patch>
                     69: A source code patch exists which remedies this problem.</a><br>
                     70: The patch fixes the source tree and describes how to properly add
                     71: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/g2c.h>
                     72: the include file</a> to your system.
                     73: <p>
1.201     deraadt    74: <a name=sshjumbo></a>
1.203     deraadt    75: <li><font color=#009000><strong>FUNCTIONALITY ADDITION: Nov 11, 1999</strong></font><br>
                     76: Various OpenSSH improvements have been made since the 2.6 release shipped.<br>
                     77: To resolve the various (non-security related) features which users may want,
                     78: we are making a jumbo patch available.<br>
1.201     deraadt    79: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/005_sshjumbo.patch>
                     80: Revision 1 of this jumbo source code patch exists.</a><br>
                     81: <strong>NOTE: /etc/sshd_config and /etc/ssh_config may need changes.</strong>
1.200     deraadt    82: <p>
                     83: <a name=m4></a>
                     84: <li><font color=#009000><strong>FUNCTIONALITY FIX: Nov 10, 1999</strong></font><br>
1.203     deraadt    85: m4 is quite broken in the 2.6 release.<br>
1.200     deraadt    86: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/003_m4.patch>
1.205     deraadt    87: The 3rd version of the source code patch exists, which remedies this problem.</a>
1.194     deraadt    88: <p>
1.199     deraadt    89: <a name=ifmedia></a>
                     90: <li><font color=#009000><strong>SECURITY FIX: Nov 9, 1999</strong></font><br>
1.203     deraadt    91: Any user can change interface media configurations.<br>
1.199     deraadt    92: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/002_ifmedia.patch>
                     93: A source code patch exists which remedies this problem.</a>
                     94: <p>
1.200     deraadt    95: <a name=newsyslog></a>
                     96: <li><font color=#009000><strong>RELIABILITY FIX: Nov 8, 1999</strong></font><br>
1.203     deraadt    97: A race condition in newsyslog(8) can cause errors in log file rotation.<br>
1.200     deraadt    98: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/001_newsyslog.patch>
1.199     deraadt    99: A source code patch exists which remedies this problem.</a>
                    100: <p>
1.25      deraadt   101: </ul>
1.177     deraadt   102: <p>
1.42      deraadt   103: <a name=i386></a>
1.67      deraadt   104: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   105: <ul>
1.176     deraadt   106: <li>No problems identified yet.
1.39      deraadt   107: </ul>
1.155     deraadt   108: <p>
1.47      deraadt   109: <a name=mac68k></a>
1.67      deraadt   110: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   111: <ul>
1.202     deraadt   112: <a name=m68k_locore></a>
                    113: <a name=mac68k_locore></a>
                    114: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
1.203     deraadt   115: All m68k kernels can possibly be crashed by a user.<br>
1.202     deraadt   116: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    117: A source code patch exists which remedies this problem.</a>
                    118: <p>
1.25      deraadt   119: </ul>
1.155     deraadt   120: <p>
1.65      deraadt   121: <a name=sparc></a>
1.67      deraadt   122: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   123: <ul>
1.200     deraadt   124: <a name=sparc_locore></a>
                    125: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
1.203     deraadt   126: The sparc kernel can be crashed by a user.<br>
1.200     deraadt   127: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/004_locore.patch>
                    128: A source code patch exists which remedies this problem.</a>
                    129: <p>
1.39      deraadt   130: </ul>
1.177     deraadt   131: <p>
1.93      deraadt   132: <a name=amiga></a>
1.67      deraadt   133: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   134: <ul>
1.202     deraadt   135: <a name=amiga_locore></a>
                    136: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
1.203     deraadt   137: All m68k kernels can possibly be crashed by a user.<br>
1.202     deraadt   138: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    139: A source code patch exists which remedies this problem.</a>
                    140: <p>
1.25      deraadt   141: </ul>
1.155     deraadt   142: <p>
1.65      deraadt   143: <a name=pmax></a>
1.67      deraadt   144: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   145: <ul>
1.144     deraadt   146: <li>No problems identified yet.
1.25      deraadt   147: </ul>
1.155     deraadt   148: <p>
1.65      deraadt   149: <a name=arc></a>
1.67      deraadt   150: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   151: <ul>
1.144     deraadt   152: <li>No problems identified yet.
1.59      deraadt   153: </ul>
1.155     deraadt   154: <p>
1.93      deraadt   155: <a name=alpha></a>
1.67      deraadt   156: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   157: <ul>
1.202     deraadt   158: <a name=alpha_locore></a>
                    159: <li><font color=#009000><strong>RELIABILITY FIX: Nov 13, 1999</strong></font><br>
1.203     deraadt   160: The alpha kernel can possibly be crashed by a user.<br>
1.202     deraadt   161: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/alpha/006_locore.patch>
                    162: A source code patch exists which remedies this problem.</a>
                    163: <p>
1.56      deraadt   164: </ul>
1.155     deraadt   165: <p>
1.93      deraadt   166: <a name=hp300></a>
1.67      deraadt   167: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   168: <ul>
1.202     deraadt   169: <a name=hp300_locore></a>
                    170: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
1.203     deraadt   171: All m68k kernels can possibly be crashed by a user.<br>
1.202     deraadt   172: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    173: A source code patch exists which remedies this problem.</a>
                    174: <p>
1.56      deraadt   175: </ul>
1.155     deraadt   176: <p>
1.93      deraadt   177: <a name=mvme68k></a>
1.67      deraadt   178: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   179: <ul>
1.202     deraadt   180: <a name=mvme68k_locore></a>
                    181: <li><font color=#009000><strong>RELIABILITY FIX: Nov 12, 1999</strong></font><br>
1.203     deraadt   182: All m68k kernels can possibly be crashed by a user.<br>
1.202     deraadt   183: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    184: A source code patch exists which remedies this problem.</a>
                    185: <p>
1.25      deraadt   186: </ul>
1.155     deraadt   187: <p>
1.95      deraadt   188: <a name=powerpc></a>
                    189: <li><h3><font color=#e00000>powerpc</font></h3>
                    190: <ul>
1.198     deraadt   191: <li>No problems identified yet.
1.144     deraadt   192: </ul>
                    193:
1.197     deraadt   194: </dl>
1.25      deraadt   195: <br>
1.75      deraadt   196:
1.25      deraadt   197: <hr>
1.93      deraadt   198: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    199: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   200: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   201: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   202: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.2       deraadt   203: <hr>
1.176     deraadt   204:
1.186     deraadt   205: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   206: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.207   ! deraadt   207: <br><small>$OpenBSD: errata.html,v 1.206 1999/12/03 00:34:25 deraadt Exp $</small>
1.2       deraadt   208:
                    209: </body>
                    210: </html>