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

Annotation of www/errata.html, Revision 1.274

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.232     deraadt     4: <title>OpenBSD 2.7 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.232     deraadt    17: This is the OpenBSD 2.7 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.94      deraadt    29: <hr>
                     30:
1.232     deraadt    31: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7.tar.gz>
1.142     deraadt    32: You can also fetch a tar.gz file containing all the following patches</a>.
                     33: This file is updated once a day.
                     34:
1.240     jason      35: <p> The patches below are available in CVS via the
                     36: <code>OPENBSD_2_7</code> <a href="stable.html">patch branch</a>.
1.142     deraadt    37: <hr>
                     38:
1.197     deraadt    39: <dl>
1.43      deraadt    40: <a name=all></a>
1.67      deraadt    41: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    42: <ul>
1.274   ! millert    43: <a name=format_strings></a>
        !            44: <li><font color=#009000><strong>028: SECURITY FIX: Oct 6, 2000</strong></font><br>
        !            45: There are printf-style format string bugs in several privileged programs.
        !            46: <br>
        !            47: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/028_format_strings.patch>
        !            48: A source code patch exists which remedies this problem.</a>
        !            49: <p>
1.271     deraadt    50: <a name=curses></a>
                     51: <li><font color=#009000><strong>027: SECURITY FIX: Oct 6, 2000</strong></font><br>
1.272     millert    52: libcurses honored terminal descriptions in the $HOME/.terminfo directory
1.273     millert    53: as well as in the TERMCAP environment variable for setuid and setgid
                     54: applications.
1.271     deraadt    55: <br>
1.272     millert    56: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/027_curses.patch>
1.271     deraadt    57: A source code patch exists which remedies this problem.</a>
                     58: <p>
                     59: <a name=talkd></a>
                     60: <li><font color=#009000><strong>026: SECURITY FIX: Oct 6, 2000</strong></font><br>
                     61: A format string vulnerability exists in talkd(8).  It is not clear
                     62: yet what the impact is.
                     63: <br>
                     64: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/026_talkd.patch>
                     65: A source code patch exists which remedies this problem.</a>
                     66: <p>
1.269     millert    67: <a name=pw_error></a>
                     68: <li><font color=#009000><strong>025: SECURITY FIX: Oct 3, 2000</strong></font><br>
                     69: A format string vulnerability exists in the pw_error(3) function.  This
                     70: manifests itself as a security hole in the chpass utility.  As a workaround
                     71: which disables its functionality, do
                     72: <pre>
                     73: # chmod u-s /usr/bin/chpass
                     74: </pre>
                     75: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/025_pw_error.patch>
                     76: A source code patch exists which remedies this problem.</a>
                     77: <p>
1.266     jason      78: <a name=ipsec></a>
1.267     jason      79: <li><font color=#009000><strong>024: SECURITY FIX: Sep 18, 2000</strong></font><br>
1.266     jason      80: Bad ESP/AH packets could cause a crash under certain conditions.
1.268     jason      81: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/024_ipsec.patch><br>
1.266     jason      82: A source code patch exists which remedies this problem.</a>
                     83: <p>
1.265     deraadt    84: <a name=xlock></a>
                     85: <li><font color=#009000><strong>023: SECURITY FIX: Aug 16, 2000</strong></font><br>
                     86: A format string vulnerability exists in xlock. As a workaround which disables
1.269     millert    87: its functionality, do
1.265     deraadt    88: <pre>
                     89: # chmod u-s /usr/X11R6/bin/xlock
                     90: </pre>
                     91: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/023_xlock.patch>
                     92: A source code patch exists which remedies this problem.</a>
                     93: <p>
1.260     deraadt    94: <a name=X11_libs></a>
                     95: <li><font color=#009000><strong>021: SECURITY FIX: July 14, 2000</strong></font><br>
                     96: Various problems in X11 libraries have various side effects.  We provide a
                     97: jumbo patch to fix them.<p>
                     98: <ul>
                     99:     <li><a href="http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-05-15&msg=Pine.LNX.4.21.0005181947210.17658-100000@ferret.lmh.ox.ac.uk">
                    100:     Nasty X Server Dos</a><br>
                    101:     This is fixed by the patch to <b>xc/programs/Xsever/os/secauth.c</b>.
                    102:     <li><a href="http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-06-15&msg=Pine.LNX.4.21.0006192251480.9945-100000@ferret.lmh.ox.ac.uk">
                    103:     Various nasty libX11 holes</a><br>
1.261     deraadt   104:     This is covered by the patches to <b>xc/lib/X11</b>.
1.260     deraadt   105:     <li><a href="http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-06-15&msg=Pine.LNX.4.21.0006192220220.9945-100000@ferret.lmh.ox.ac.uk">
                    106:     libICE DoS</a><br>
                    107:     This is covered by the patches to <b>xc/lib/ICE</b>.
                    108:     <li><a href="http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-04-15&msg=Pine.LNX.4.10.10004161835150.863-100000@localhost">
                    109:     Server overflow</a><br>
                    110:     This is covered by the patches to <b>xc/programs/Xserver/xkb</b>.
                    111:     <br>
                    112:     Note that the default OpenBSD install is not vulnerable to this, since the
                    113:     the XFree86 Xwrapper already has tests for bad arguments.
                    114: </ul>
                    115: <br>
                    116: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch>
1.264     marc      117: A source code patch exists which remedies these problems.</a><br>
                    118: <strong>Note 1:</strong> tcl/tk is required to build X11 from source.<br>
                    119: <strong>Note 2:</strong> When re-building use the command
                    120: `make DESTDIR=/ build' or you will get an error in the last
                    121: step of the build (makewhatis).  If you forget to set DESTDIR you can
                    122: ignore the build error.   The whatis database will be rebuilt the next
                    123: time /etc/weekly runs.
1.260     deraadt   124: <p>
1.255     deraadt   125: <a name=ftpd></a>
                    126: <li><font color=#009000><strong>019: SECURITY FIX: July 5, 2000</strong></font><br>
                    127: Just like pretty much all the other unix ftp daemons on the planet,
                    128: ftpd had a remote root hole in it.  Luckily, ftpd was not enabled by default.
1.256     deraadt   129: The problem exists if anonymous ftp is enabled.
1.255     deraadt   130: <br>
                    131: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/019_ftpd.patch>
                    132: A source code patch exists which remedies this problem.</a>
                    133: <p>
                    134: <a name=mopd></a>
                    135: <li><font color=#009000><strong>018: SECURITY FIX: July 5, 2000</strong></font><br>
                    136: Mopd contained a buffer overflow.
                    137: <br>
                    138: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/018_mopd.patch>
                    139: A source code patch exists which remedies this problem.</a>
                    140: <p>
1.253     turan     141: <a name=screen></a>
                    142: <li><font color=#009000><strong>017: INSTALLATION FIX: July 3, 2000</strong></font>
                    143: <br>
                    144: The screen package shipped with 2.7 does not install itself properly.  The
                    145: existing package in 2.7/packages/_ARCH_/screen-3.9.5.tgz has been renamed to
                    146: screen-3.9.5.tgz.old and a replacement package has been provided under the
                    147: name screen-3.9.5p1.tgz.
                    148: <br>
                    149: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/ports/017_screen.patch>
                    150: A source code patch exists which remedies this problem.</a>
                    151: <p>
1.250     deraadt   152: <a name=libedit></a>
                    153: <li><font color=#009000><strong>013: SECURITY FIX: June 28, 2000</strong></font><br>
                    154: libedit would check for a <b>.editrc</b> file in the current directory.
                    155: That behaviour is not nice; this does not turn into a security problem in
                    156: any real world situation that we know of, but a patch is available anyways.
                    157: <br>
                    158: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/013_libedit.patch>
                    159: A source code patch exists which remedies this problem.</a>
                    160: <p>
1.248     beck      161: <a name=dhclient></a>
1.249     beck      162: <li><font color=#009000><strong>012: SECURITY FIX: June 24, 2000</strong></font><br>
1.248     beck      163: A serious bug in dhclient(8) could allow strings from a malicious dhcp
                    164: server to be executed in the shell as root.
                    165: <br>
                    166: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/012_dhclient.patch>
                    167: A source code patch exists which remedies this problem.</a>
                    168: <p>
1.245     deraadt   169: <a name=isakmpd></a>
                    170: <li><font color=#009000><strong>009: SECURITY FIX: June 9, 2000</strong></font><br>
                    171: A serious bug in isakmpd(8) policy handling wherein policy
                    172: verification could be completely bypassed in isakmpd.
                    173: <br>
                    174: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/009_isakmpd.patch>
                    175: A source code patch exists which remedies this problem.</a>
                    176: <p>
1.244     deraadt   177: <a name=msdosfs></a>
                    178: <li><font color=#009000><strong>008: RELIABILITY FIX: June 8, 2000</strong></font><br>
                    179: Some operations in msdosfs could result in a system panic.
                    180: <br>
                    181: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/008_msdosfs.patch>
                    182: A source code patch exists which remedies this problem.</a>
                    183: <p>
                    184: <a name=cd9660></a>
                    185: <li><font color=#009000><strong>007: RELIABILITY FIX: June 8, 2000</strong></font><br>
                    186: NFS exporting of CD filesystems caused a system panic.
                    187: <br>
                    188: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/007_cd9660.patch>
                    189: A source code patch exists which remedies this problem.</a>
                    190: <p>
1.242     deraadt   191: <a name=uselogin></a>
1.245     deraadt   192: <li><font color=#009000><strong>006: SECURITY FIX: June 6, 2000</strong></font><br>
1.242     deraadt   193: The non-default UseLogin feature in <b>/etc/sshd_config</b> is broken and should not
1.244     deraadt   194: be used.  On other operating systems, it results in a hole.<br>
                    195: Avoid use of this feature, or update to OpenSSH 2.1.1 or later if you must use it.
1.242     deraadt   196: <p>
1.241     deraadt   197: <a name=ipopts></a>
                    198: <li><font color=#009000><strong>005: RELIABILITY FIX: May 29, 2000</strong></font><br>
                    199: Parse IPv4 options more carefully.  It is not yet clear if this can even be used
                    200: to crash the machine remote or locally.
                    201: <br>
                    202: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/005_ipopts.patch>
                    203: A source code patch exists which remedies this problem.</a>
                    204: <p>
                    205: <a name=route></a>
                    206: <li><font color=#009000><strong>004: RELIABILITY FIX: May 29, 2000</strong></font><br>
                    207: Certain routing table modifications by the superuser could cause a system panic.
                    208: <br>
                    209: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/004_route.patch>
                    210: A source code patch exists which remedies this problem.</a>
                    211: <p>
1.238     deraadt   212: <a name=bridge></a>
1.237     deraadt   213: <li><font color=#009000><strong>003: SECURITY FIX: May 26, 2000</strong></font><br>
1.239     ericj     214: It is possible to bypass the <i>learning</i> flag on an interface if frames
1.237     deraadt   215: go directly to the machine acting as a
                    216: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge</a>.
                    217: <br>
                    218: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/003_bridge.patch>
                    219: A source code patch exists which remedies this problem.</a>
                    220: <p>
                    221: <a name=ef></a>
1.236     deraadt   222: <li><font color=#009000><strong>002: DRIVER FIX: May 26, 2000</strong></font><br>
                    223: The
                    224: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4">ef(4)</a>
                    225: driver will complain when adding an address with ifconfig
                    226: (ifconfig: SIOCAIFADDR: Invalid argument).<br>
                    227: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/002_ef.patch>
                    228: A source code patch exists which remedies this problem.</a>
                    229: <p>
1.233     kjell     230: <a name=ipf></a>
1.236     deraadt   231: <li><font color=#009000><strong>001: SECURITY FIX: May 25, 2000</strong></font><br>
                    232: A misuse of
1.234     deraadt   233: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>
                    234: <i>keep-state</i> rules can result in firewall rules being bypassed.<br>
1.233     kjell     235: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/001_ipf.patch>
                    236: A source code patch exists</a>, which remedies this problem, and updates ipf
                    237: to version 3.3.16.
                    238: <p>
1.25      deraadt   239: </ul>
1.177     deraadt   240: <p>
1.42      deraadt   241: <a name=i386></a>
1.67      deraadt   242: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   243: <ul>
1.252     deraadt   244: <a name=xlhash></a>
                    245: <li><font color=#009000><strong>016: DRIVER BUG: July 2, 2000</strong></font><br>
                    246: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>
                    247: driver supporting various 3com cards, had a bug which prevented the multicast
                    248: filter from working correctly on the 3c905B, thus preventing many IPv6 things
                    249: from working.
                    250: <br>
                    251: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/016_xlhash.patch>
                    252: A source code patch exists which remedies this problem.</a>
                    253: <p>
1.251     deraadt   254: <a name=ste></a>
                    255: <li><font color=#009000><strong>015: DRIVER BUG: June 30, 2000</strong></font><br>
                    256: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>
                    257: driver supporting Ethernet cards based on the Sundance ST201 chipset
                    258: (i.e., the D-Link 550TX) has a bug which causes the machine to panic at
                    259: boot-time.
                    260: <br>
                    261: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/015_ste.patch>
                    262: A source code patch exists which remedies this problem.</a>
                    263: <p>
                    264: <a name=pcvt></a>
                    265: <li><font color=#009000><strong>014: DRIVER BUG: June 30, 2000</strong></font><br>
                    266: The PC console driver (PCVT) has two bugs. Display problems can result if
                    267: reverse video mode is turned on or off twice in a row. This patch also
                    268: fixes a problem with scrolling region handling that has been seen by many
                    269: users trying to use the BitchX irc client with the screen program.<br>
                    270: <br>
                    271: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/014_pcvt.patch>
1.254     deraadt   272: There is now a second revision of the source code patch which remedies this problem.</a>
1.251     deraadt   273: <p>
1.247     deraadt   274: <a name=if_an></a>
                    275: <li><font color=#009000><strong>011: DRIVER BUG: June 17, 2000</strong></font><br>
                    276: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an(4)</a>
                    277: Aironet Communications 4500/4800 IEEE 802.11DS driver has a bug which prevents
                    278: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a> from working correctly, instead causing a panic.
                    279: <br>
                    280: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/011_an.patch>
                    281: A source code patch exists which remedies this problem.</a>
                    282: <p>
1.39      deraadt   283: </ul>
1.155     deraadt   284: <p>
1.47      deraadt   285: <a name=mac68k></a>
1.67      deraadt   286: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   287: <ul>
1.262     beck      288: <a name=mac68k_arandom></a>
                    289: <li><font color=#009000><strong>022: INSTALLATION FIX: July 14, 2000</strong></font>
                    290: <br>
                    291: The MacOS installer shipped with OpenBSD 2.7 does not correctly make all
                    292: devices, specifically it does not make the <tt>/dev/arandom</tt> device
1.263     deraadt   293: needed for the userland crypto such as ssh to work.  The problem shows itself
                    294: when ssh-keygen fails to make RSA or DSA keys, resulting in messages like
                    295: <b>RSA-generate_keys failed</b> or <b>DSA-generate_keys failed</b>.
1.262     beck      296: <br>
                    297: To work around this, once your machine is up and running run the following
                    298: commands as root:
                    299: <tt><pre>
                    300: cd /dev
                    301: ./MAKEDEV arandom
                    302: </pre></tt>
                    303: <p>
                    304: After doing this (and possibly installing one of the ssl27 packages),
                    305: reboot your machine and it will generate ssh keys correctly.
1.25      deraadt   306: </ul>
1.155     deraadt   307: <p>
1.65      deraadt   308: <a name=sparc></a>
1.67      deraadt   309: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   310: <ul>
1.232     deraadt   311: <li>No problems identified yet.
1.39      deraadt   312: </ul>
1.177     deraadt   313: <p>
1.93      deraadt   314: <a name=amiga></a>
1.67      deraadt   315: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   316: <ul>
1.246     deraadt   317: <a name=amiga_cd></a>
                    318: <li><font color=#009000><strong>010: CD DISTRIBUTION ERROR: June 15, 2000</strong></font><br>
                    319: On the 2.7 CD media, the <b>amiga</b> distribution contains two pairs of archives
                    320: files for installation, ie:
                    321: <pre>
                    322: -rw-r--r--  1 root  mirftp  20191465 Apr 29 14:27 base27.tar.gz
                    323: -rw-r--r--  1 root  mirftp  20291753 May 13 19:33 base27.tgz
                    324: -rw-r--r--  1 root  mirftp  13699507 Apr 29 14:26 comp27.tar.gz
                    325: -rw-r--r--  1 root  mirftp  13748096 May 13 19:33 comp27.tgz
                    326: -rw-r--r--  1 root  mirftp   1005376 Apr 29 14:26 etc27.tar.gz
                    327: -rw-r--r--  1 root  mirftp   1010772 May 13 19:33 etc27.tgz
                    328: -rw-r--r--  1 root  mirftp   2755567 Apr 29 14:26 game27.tar.gz
                    329: -rw-r--r--  1 root  mirftp   2755624 May 13 19:33 game27.tgz
                    330: -rw-r--r--  1 root  mirftp   5002872 Apr 29 14:26 man27.tar.gz
                    331: -rw-r--r--  1 root  mirftp   5038896 May 13 19:33 man27.tgz
                    332: -rw-r--r--  1 root  mirftp   1684356 Apr 29 14:26 misc27.tar.gz
                    333: -rw-r--r--  1 root  mirftp   1684381 May 13 19:33 misc27.tgz
                    334: </pre>
                    335: The installation script will list ALL of these files.  For proper
                    336: operation one should install the <b>*.tgz</b> versions, and deselect
                    337: the <b>*.tar.gz</b> versions.<br>
                    338: The FTP area sets do not suffer from this problem.
                    339: <p>
1.25      deraadt   340: </ul>
1.155     deraadt   341: <p>
1.65      deraadt   342: <a name=pmax></a>
1.67      deraadt   343: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   344: <ul>
1.258     deraadt   345: <a name=pmax_msgbuf></a>
1.257     deraadt   346: <li><font color=#009000><strong>020: KERNEL BUG: July 10, 2000</strong></font><br>
                    347: As originally shipped, the pmax port would fail to install due to
1.259     deraadt   348: <b>/kern/msgbuf</b> bugs.<br>
                    349: The neccessary fixes have been merged,
                    350: and the binaries needed re-released on the FTP site.<br>
                    351: However, the 2.7 <b>srcsys.tar.gz</b> file has not been updated.<br>
1.257     deraadt   352: If you recompile a kernel, you should use either the
                    353: <a href=stable.html>stable release source tree</a> or apply the
                    354: provided patch to a 2.7 source tree.
                    355: <br>
                    356: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/pmax/020_pmax_msgbuf.patch>
                    357: A source code patch exists which remedies this problem.</a>
                    358: <p>
1.25      deraadt   359: </ul>
1.155     deraadt   360: <p>
1.65      deraadt   361: <a name=arc></a>
1.67      deraadt   362: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   363: <ul>
1.144     deraadt   364: <li>No problems identified yet.
1.59      deraadt   365: </ul>
1.155     deraadt   366: <p>
1.93      deraadt   367: <a name=alpha></a>
1.67      deraadt   368: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   369: <ul>
1.232     deraadt   370: <li>No problems identified yet.
1.56      deraadt   371: </ul>
1.155     deraadt   372: <p>
1.93      deraadt   373: <a name=hp300></a>
1.67      deraadt   374: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   375: <ul>
1.232     deraadt   376: <li>No problems identified yet.
1.56      deraadt   377: </ul>
1.155     deraadt   378: <p>
1.93      deraadt   379: <a name=mvme68k></a>
1.67      deraadt   380: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   381: <ul>
1.232     deraadt   382: <li>No problems identified yet.
1.25      deraadt   383: </ul>
1.155     deraadt   384: <p>
1.95      deraadt   385: <a name=powerpc></a>
                    386: <li><h3><font color=#e00000>powerpc</font></h3>
                    387: <ul>
1.198     deraadt   388: <li>No problems identified yet.
1.144     deraadt   389: </ul>
                    390:
1.197     deraadt   391: </dl>
1.25      deraadt   392: <br>
1.75      deraadt   393:
1.25      deraadt   394: <hr>
1.240     jason     395: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   396: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    397: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   398: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   399: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   400: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   401: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.2       deraadt   402: <hr>
1.176     deraadt   403:
1.186     deraadt   404: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   405: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.274   ! millert   406: <br><small>$OpenBSD: errata.html,v 1.273 2000/10/06 20:26:06 millert Exp $</small>
1.2       deraadt   407:
                    408: </body>
                    409: </html>