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

Annotation of www/errata.html, Revision 1.286

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.281     deraadt     4: <title>OpenBSD 2.8 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.281     deraadt    17: This is the OpenBSD 2.8 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.94      deraadt    30: <hr>
                     31:
1.281     deraadt    32: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz>
1.142     deraadt    33: You can also fetch a tar.gz file containing all the following patches</a>.
                     34: This file is updated once a day.
                     35:
1.240     jason      36: <p> The patches below are available in CVS via the
1.281     deraadt    37: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
1.278     ericj      38:
                     39: <p>
                     40: For more detailed information on install patches to OpenBSD, please
                     41: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    42: <hr>
                     43:
1.197     deraadt    44: <dl>
1.43      deraadt    45: <a name=all></a>
1.67      deraadt    46: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    47: <ul>
1.286   ! deraadt    48: <a name=kerberos></a>
        !            49: <li><font color=#009000><strong>006: SECURITY FIX: Dec 7, 2000</strong></font><br>
        !            50: Two problems have recently been discovered in the KerberosIV code.<p>
        !            51: 1. A symlink problem was discovered in the KerberosIV password checking
        !            52: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
        !            53: local user to overwrite any file on the local machine.<p>
        !            54: 2. It is possible to specify to specify environment variables in telnet
        !            55: which will be passed over the to the remote host. This makes it
        !            56: possible to set environment variables on the remote side, including
        !            57: ones that have special meaning on the server. It is not clear at this
        !            58: time what the impact is, but we recommend everyone to upgrade their
        !            59: machines immediatly.<p>
        !            60: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/006_kerberos.patch">
        !            61: A source code patch exists which remedies the problem.</a>
        !            62: <p>
1.285     deraadt    63: <a name=ftpd></a>
                     64: <li><font color=#009000><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
                     65: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                     66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
                     67: A source code patch exists which remedies the problem.</a>
                     68: <p>
1.284     jason      69: <a name=rijndael> </a>
                     70: <li><font color=#009000><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
                     71: AES (rijndael) encryption and decryption were broken for IPSec and swap
                     72: encryption.<br>
                     73: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
                     74: A source code patch exists which remedies the problem.</a>
                     75: <p>
1.282     deraadt    76: <li><font color=#009000><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
                     77: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                     78: that kind of important.<br>
                     79: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch>
                     80: A source code patch exists which remedies this problem.</a>
1.25      deraadt    81: </ul>
1.177     deraadt    82: <p>
1.42      deraadt    83: <a name=i386></a>
1.67      deraadt    84: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt    85: <ul>
1.285     deraadt    86: <a name=pcibios></a>
                     87: <li><font color=#009000><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
                     88: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                     89: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                     90: PCIBIOS as a workaround.  To do this,
                     91:     <ul>
                     92:     <li>Enter the User Kernel Configuration by booting with the
                     93:        option &quot;boot -c&quot;.
                     94:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                     95:        UKC> disable pcibios
                     96:        UKC> quit
                     97:     </tt></pre>
                     98:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                     99:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    100:     permanently.
                    101:     </ul>
                    102: <p>
1.39      deraadt   103: </ul>
1.155     deraadt   104: <p>
1.47      deraadt   105: <a name=mac68k></a>
1.67      deraadt   106: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   107: <ul>
1.285     deraadt   108: <a name=x_mac68k></a>
                    109: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    110: The X packages
                    111: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
                    112: and
                    113: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
                    114: were not on the CD, and only available via FTP install.  These packages can be
                    115: added post-install by using the following command:
                    116:     <tt><pre>
                    117:     # cd /; tar xvfpz xshare28.tgz
                    118:     # cd /; tar xvfpz xfont28.tgz
                    119:     </pre></tt>
1.25      deraadt   120: </ul>
1.155     deraadt   121: <p>
1.65      deraadt   122: <a name=sparc></a>
1.67      deraadt   123: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   124: <ul>
1.285     deraadt   125: <a name=x_sparc></a>
                    126: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    127: The X packages
                    128: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
                    129: and
                    130: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
                    131: were not on the CD, and only available via FTP install.  These packages can be
                    132: added post-install by using the following command:
                    133:     <tt><pre>
                    134:     # cd /; tar xvfpz xshare28.tgz
                    135:     # cd /; tar xvfpz xfont28.tgz
                    136:     </pre></tt>
                    137: <p>
                    138: <a name=qe></a>
1.284     jason     139: <li><font color=#009000><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
                    140: Configuring a qec+qe causes a NMI panic.<br>
                    141: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch>
                    142: A source code patch exists which remedies this problem.</a>
                    143: <p>
1.282     deraadt   144: <a name=zsconsole> </a>
                    145: <li><font color=#009000><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
                    146: When running a sparc with a serial console, certain types of interrupts would
                    147: cause great grief.<br>
                    148: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch>
                    149: A source code patch exists which remedies this problem.</a>
1.39      deraadt   150: </ul>
1.177     deraadt   151: <p>
1.93      deraadt   152: <a name=amiga></a>
1.67      deraadt   153: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   154: <ul>
1.285     deraadt   155: <a name=x_amiga></a>
                    156: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    157: The X packages
                    158: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
                    159: and
                    160: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
                    161: were not on the CD, and only available via FTP install.  These packages can be
                    162: added post-install by using the following command:
                    163:     <tt><pre>
                    164:     # cd /; tar xvfpz xshare28.tgz
                    165:     # cd /; tar xvfpz xfont28.tgz
                    166:     </pre></tt>
1.25      deraadt   167: </ul>
1.155     deraadt   168: <p>
1.65      deraadt   169: <a name=pmax></a>
1.67      deraadt   170: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   171: <ul>
1.281     deraadt   172: <li>No problems identified yet.
1.25      deraadt   173: </ul>
1.155     deraadt   174: <p>
1.281     deraadt   175: <a name=hp300></a>
                    176: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   177: <ul>
1.285     deraadt   178: <a name=x_hp300></a>
                    179: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    180: The X packages
                    181: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
                    182: and
                    183: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
                    184: were not on the CD, and only available via FTP install.  These packages can be
                    185: added post-install by using the following command:
                    186:     <tt><pre>
                    187:     # cd /; tar xvfpz xshare28.tgz
                    188:     # cd /; tar xvfpz xfont28.tgz
                    189:     </pre></tt>
1.59      deraadt   190: </ul>
1.155     deraadt   191: <p>
1.281     deraadt   192: <a name=mvme68k></a>
                    193: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   194: <ul>
1.285     deraadt   195: <a name=x_mvme68k></a>
                    196: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    197: The X packages
                    198: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
                    199: and
                    200: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
                    201: were not on the CD, and only available via FTP install.  These packages can be
                    202: added post-install by using the following command:
                    203:     <tt><pre>
                    204:     # cd /; tar xvfpz xshare28.tgz
                    205:     # cd /; tar xvfpz xfont28.tgz
                    206:     </pre></tt>
1.56      deraadt   207: </ul>
1.155     deraadt   208: <p>
1.281     deraadt   209: <a name=powerpc></a>
                    210: <li><h3><font color=#e00000>powerpc</font></h3>
1.110     millert   211: <ul>
1.232     deraadt   212: <li>No problems identified yet.
1.56      deraadt   213: </ul>
1.155     deraadt   214: <p>
1.281     deraadt   215: <a name=vax></a>
                    216: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   217: <ul>
1.232     deraadt   218: <li>No problems identified yet.
1.25      deraadt   219: </ul>
1.155     deraadt   220: <p>
1.281     deraadt   221: <a name=sun3></a>
                    222: <li><h3><font color=#e00000>sun3</font></h3>
1.95      deraadt   223: <ul>
1.285     deraadt   224: <a name=x_sun3></a>
                    225: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    226: The X packages
                    227: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    228: and
                    229: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    230: were not on the CD, and only available via FTP install.  These packages can be
                    231: added post-install by using the following command:
                    232:     <tt><pre>
                    233:     # cd /; tar xvfpz xshare28.tgz
                    234:     # cd /; tar xvfpz xfont28.tgz
                    235:     </pre></tt>
1.144     deraadt   236: </ul>
                    237:
1.197     deraadt   238: </dl>
1.25      deraadt   239: <br>
1.75      deraadt   240:
1.25      deraadt   241: <hr>
1.240     jason     242: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   243: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    244: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   245: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   246: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   247: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   248: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   249: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.2       deraadt   250: <hr>
1.176     deraadt   251:
1.186     deraadt   252: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   253: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.286   ! deraadt   254: <br><small>$OpenBSD: errata.html,v 1.285 2000/12/05 17:11:37 deraadt Exp $</small>
1.2       deraadt   255:
                    256: </body>
                    257: </html>