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

Annotation of www/errata.html, Revision 1.279

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