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

Annotation of www/errata27.html, Revision 1.27

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.7 errata</title>
                      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.24      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
                     15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     16: <h2><font color=#0000e0>
                     17: This is the OpenBSD 2.7 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
                     22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     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>
                     25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
                     26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
                     27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
                     28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.18      deraadt    29: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.25      deraadt    30: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.26      deraadt    31: <a href=errata30.html>For 3.0 errata, please refer here</a>.<br>
1.27    ! jufi       32: <a href=errata.html>For 3.1 errata, please refer here</a>.<br>
1.1       deraadt    33: <hr>
                     34:
                     35: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7.tar.gz>
                     36: You can also fetch a tar.gz file containing all the following patches</a>.
                     37: This file is updated once a day.
                     38:
                     39: <p> The patches below are available in CVS via the
                     40: <code>OPENBSD_2_7</code> <a href="stable.html">patch branch</a>.
                     41:
                     42: <p>
                     43: For more detailed information on install patches to OpenBSD, please
                     44: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     45: <hr>
                     46:
                     47: <dl>
                     48: <a name=all></a>
                     49: <li><h3><font color=#e00000>All architectures</font></h3>
                     50: <ul>
1.13      millert    51: <a name=readline></a>
1.14      brad       52: <li><font color=#009000><strong>040: SECURITY FIX: Mar 18, 2001</strong></font><br>
1.16      horacio    53: The readline library shipped with OpenBSD allows history files creation
                     54: with a permissive
                     55: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&sektion=2">umask(2)</a>.
                     56: This can lead to the leakage of sensitive information in applications
                     57: that use passwords and the like during user interaction (one such
                     58: application is mysql).  Additionally, if the HOME environment variable
                     59: is not set, the current working directory is used; this patch disables
                     60: the history file if HOME is not set.<br>
1.13      millert    61: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/040_readline.patch
                     62: ">A source code patch exists which remedies the problem.</a><br>
                     63: <p>
1.12      millert    64: <a name=sudo></a>
                     65: <li><font color=#009000><strong>039: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.20      millert    66: There is an exploitable heap corruption bug in
1.21      jufi       67: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo</a>.
                     68: <br>
1.11      jason      69: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/038_named.patch">A source code patch exists which remedies the problem.</a><br>
                     70: <p>
1.7       millert    71: <a name=ftpd></a>
1.10      millert    72: <li><font color=#009000><strong>037: SECURITY FIX: Dec 4, 2000</strong></font><br>
1.7       millert    73: OpenBSD 2.7's ftpd contains a one-byte overflow in the replydirname() function.<br>
1.9       millert    74: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/037_ftpd.patch">
1.7       millert    75: A source code patch exists which remedies the problem.</a>
                     76: <p>
1.4       deraadt    77: <a name=sshforwarding> </a>
1.5       deraadt    78: <li><font color=#009000><strong>035: SECURITY FIX: Nov 10, 2000</strong></font><br>
1.4       deraadt    79: Hostile servers can force OpenSSH clients to do agent or X11 forwarding.
                     80: This problem is fixed as of OpenSSH 2.3.0.<br>
1.5       deraadt    81: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/035_sshforwarding.patch>
1.3       deraadt    82: A source code patch exists which remedies this problem.</a>
                     83: <p>
1.2       aaron      84: <a name=execsubr> </a>
                     85: <li><font color=#009000><strong>033: RELIABILITY FIX: Nov 6, 2000</strong></font><br>
                     86: Invalid fields in the exec header could cause a crash.<br>
                     87: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/033_execsubr.patch>
                     88: A source code patch exists which remedies this problem.</a>
                     89: <p>
1.1       deraadt    90: <a name=xtrans> </a>
                     91: <li><font color=#009000><strong>032: SECURITY FIX: Oct 26, 2000</strong></font><br>
                     92: There are two possibly exploitable potential buffer overflows in the X11
                     93: libraries using the xtrans code. One of these vulnerabilities was
                     94: reported to the
                     95: <a href="http://www.securityfocus.com/archive/1/139436">BUGTRAQ</a>
                     96: mailing list.
                     97: <br>
                     98: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/032_xtrans.patch>
                     99: A source code patch exists which remedies this problem.</a>
                    100: <p>
                    101: <a name=httpd></a>
                    102: <li><font color=#009000><strong>031: SECURITY FIX: Oct 18, 2000</strong></font><br>
                    103: Apache has several bugs in <tt>mod_rewrite</tt> and <tt>mod_vhost_alias</tt>
1.22      pvalchev  104: that could cause arbitrary files accessible to the www user on the server
1.1       deraadt   105: to be exposed under certain configurations when these modules are used.
                    106: (These modules are not active by default).
                    107: <br>
                    108: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/031_httpd.patch>
                    109: A source code patch exists which remedies this problem.</a>
                    110: <p>
                    111: <a name=telnetd></a>
                    112: <li><font color=#009000><strong>030: SECURITY FIX: Oct 10, 2000</strong></font><br>
                    113: The telnet daemon does not strip out the TERMINFO, TERMINFO_DIRS, TERMPATH
                    114: and TERMCAP (when it starts with a '/') environment variables.
                    115: <br>
                    116: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/030_telnetd.patch>
                    117: A source code patch exists which remedies this problem.</a>
                    118: <p>
                    119: <a name=sendmail></a>
                    120: <li><font color=#009000><strong>029: RELIABILITY FIX: Oct 9, 2000</strong></font><br>
                    121: There is a non-exploitable buffer overflow in sendmail's test mode.
                    122: <br>
                    123: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/029_sendmail.patch>
                    124: A source code patch exists which remedies this problem.</a>
                    125: <p>
                    126: <a name=format_strings></a>
                    127: <li><font color=#009000><strong>028: SECURITY FIX: Oct 6, 2000</strong></font><br>
                    128: There are printf-style format string bugs in several privileged programs.
                    129: <br>
                    130: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/028_format_strings.patch>
                    131: A source code patch exists which remedies this problem.</a>
                    132: <p>
                    133: <a name=curses></a>
                    134: <li><font color=#009000><strong>027: SECURITY FIX: Oct 6, 2000</strong></font><br>
                    135: libcurses honored terminal descriptions in the $HOME/.terminfo directory
                    136: as well as in the TERMCAP environment variable for setuid and setgid
                    137: applications.
                    138: <br>
                    139: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/027_curses.patch>
                    140: A source code patch exists which remedies this problem.</a>
                    141: <p>
                    142: <a name=talkd></a>
                    143: <li><font color=#009000><strong>026: SECURITY FIX: Oct 6, 2000</strong></font><br>
                    144: A format string vulnerability exists in talkd(8).  It is not clear
                    145: yet what the impact is.
                    146: <br>
                    147: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/026_talkd.patch>
                    148: A source code patch exists which remedies this problem.</a>
                    149: <p>
                    150: <a name=pw_error></a>
                    151: <li><font color=#009000><strong>025: SECURITY FIX: Oct 3, 2000</strong></font><br>
                    152: A format string vulnerability exists in the pw_error(3) function.  This
                    153: manifests itself as a security hole in the chpass utility.  As a workaround
                    154: which disables its functionality, do
                    155: <pre>
                    156: # chmod u-s /usr/bin/chpass
                    157: </pre>
                    158: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/025_pw_error.patch>
                    159: A source code patch exists which remedies this problem.</a>
                    160: <p>
                    161: <a name=ipsec></a>
                    162: <li><font color=#009000><strong>024: SECURITY FIX: Sep 18, 2000</strong></font><br>
                    163: Bad ESP/AH packets could cause a crash under certain conditions.
                    164: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/024_ipsec.patch><br>
                    165: A source code patch exists which remedies this problem.</a>
                    166: <p>
                    167: <a name=xlock></a>
                    168: <li><font color=#009000><strong>023: SECURITY FIX: Aug 16, 2000</strong></font><br>
                    169: A format string vulnerability exists in xlock. As a workaround which disables
                    170: its functionality, do
                    171: <pre>
                    172: # chmod u-s /usr/X11R6/bin/xlock
                    173: </pre>
                    174: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/023_xlock.patch>
                    175: A source code patch exists which remedies this problem.</a>
                    176: <p>
                    177: <a name=X11_libs></a>
                    178: <li><font color=#009000><strong>021: SECURITY FIX: July 14, 2000</strong></font><br>
                    179: Various problems in X11 libraries have various side effects.  We provide a
                    180: jumbo patch to fix them.<p>
                    181: <ul>
                    182:     <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">
                    183:     Nasty X Server Dos</a><br>
                    184:     This is fixed by the patch to <b>xc/programs/Xsever/os/secauth.c</b>.
                    185:     <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">
                    186:     Various nasty libX11 holes</a><br>
                    187:     This is covered by the patches to <b>xc/lib/X11</b>.
                    188:     <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">
                    189:     libICE DoS</a><br>
                    190:     This is covered by the patches to <b>xc/lib/ICE</b>.
                    191:     <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">
                    192:     Server overflow</a><br>
                    193:     This is covered by the patches to <b>xc/programs/Xserver/xkb</b>.
                    194:     <br>
                    195:     Note that the default OpenBSD install is not vulnerable to this, since the
                    196:     the XFree86 Xwrapper already has tests for bad arguments.
                    197: </ul>
                    198: <br>
                    199: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch>
                    200: A source code patch exists which remedies these problems.</a><br>
                    201: <strong>Note 1:</strong> tcl/tk is required to build X11 from source.<br>
                    202: <strong>Note 2:</strong> When re-building use the command
                    203: `make DESTDIR=/ build' or you will get an error in the last
                    204: step of the build (makewhatis).  If you forget to set DESTDIR you can
                    205: ignore the build error.   The whatis database will be rebuilt the next
                    206: time /etc/weekly runs.
                    207: <p>
                    208: <a name=ftpd></a>
                    209: <li><font color=#009000><strong>019: SECURITY FIX: July 5, 2000</strong></font><br>
                    210: Just like pretty much all the other unix ftp daemons on the planet,
                    211: ftpd had a remote root hole in it.  Luckily, ftpd was not enabled by default.
                    212: The problem exists if anonymous ftp is enabled.
                    213: <br>
                    214: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/019_ftpd.patch>
                    215: A source code patch exists which remedies this problem.</a>
                    216: <p>
                    217: <a name=mopd></a>
                    218: <li><font color=#009000><strong>018: SECURITY FIX: July 5, 2000</strong></font><br>
                    219: Mopd contained a buffer overflow.
                    220: <br>
                    221: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/018_mopd.patch>
                    222: A source code patch exists which remedies this problem.</a>
                    223: <p>
                    224: <a name=screen></a>
                    225: <li><font color=#009000><strong>017: INSTALLATION FIX: July 3, 2000</strong></font>
                    226: <br>
                    227: The screen package shipped with 2.7 does not install itself properly.  The
                    228: existing package in 2.7/packages/_ARCH_/screen-3.9.5.tgz has been renamed to
                    229: screen-3.9.5.tgz.old and a replacement package has been provided under the
                    230: name screen-3.9.5p1.tgz.
                    231: <br>
                    232: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/ports/017_screen.patch>
                    233: A source code patch exists which remedies this problem.</a>
                    234: <p>
                    235: <a name=libedit></a>
                    236: <li><font color=#009000><strong>013: SECURITY FIX: June 28, 2000</strong></font><br>
                    237: libedit would check for a <b>.editrc</b> file in the current directory.
                    238: That behaviour is not nice; this does not turn into a security problem in
                    239: any real world situation that we know of, but a patch is available anyways.
                    240: <br>
                    241: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/013_libedit.patch>
                    242: A source code patch exists which remedies this problem.</a>
                    243: <p>
                    244: <a name=dhclient></a>
                    245: <li><font color=#009000><strong>012: SECURITY FIX: June 24, 2000</strong></font><br>
                    246: A serious bug in dhclient(8) could allow strings from a malicious dhcp
                    247: server to be executed in the shell as root.
                    248: <br>
                    249: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/012_dhclient.patch>
                    250: A source code patch exists which remedies this problem.</a>
                    251: <p>
                    252: <a name=isakmpd></a>
                    253: <li><font color=#009000><strong>009: SECURITY FIX: June 9, 2000</strong></font><br>
                    254: A serious bug in isakmpd(8) policy handling wherein policy
                    255: verification could be completely bypassed in isakmpd.
                    256: <br>
                    257: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/009_isakmpd.patch>
                    258: A source code patch exists which remedies this problem.</a>
                    259: <p>
                    260: <a name=msdosfs></a>
                    261: <li><font color=#009000><strong>008: RELIABILITY FIX: June 8, 2000</strong></font><br>
                    262: Some operations in msdosfs could result in a system panic.
                    263: <br>
                    264: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/008_msdosfs.patch>
                    265: A source code patch exists which remedies this problem.</a>
                    266: <p>
                    267: <a name=cd9660></a>
                    268: <li><font color=#009000><strong>007: RELIABILITY FIX: June 8, 2000</strong></font><br>
                    269: NFS exporting of CD filesystems caused a system panic.
                    270: <br>
                    271: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/007_cd9660.patch>
                    272: A source code patch exists which remedies this problem.</a>
                    273: <p>
                    274: <a name=uselogin></a>
                    275: <li><font color=#009000><strong>006: SECURITY FIX: June 6, 2000</strong></font><br>
                    276: The non-default UseLogin feature in <b>/etc/sshd_config</b> is broken and should not
                    277: be used.  On other operating systems, it results in a hole.<br>
                    278: Avoid use of this feature, or update to OpenSSH 2.1.1 or later if you must use it.
                    279: <p>
                    280: <a name=ipopts></a>
                    281: <li><font color=#009000><strong>005: RELIABILITY FIX: May 29, 2000</strong></font><br>
                    282: Parse IPv4 options more carefully.  It is not yet clear if this can even be used
                    283: to crash the machine remote or locally.
                    284: <br>
                    285: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/005_ipopts.patch>
                    286: A source code patch exists which remedies this problem.</a>
                    287: <p>
                    288: <a name=route></a>
                    289: <li><font color=#009000><strong>004: RELIABILITY FIX: May 29, 2000</strong></font><br>
                    290: Certain routing table modifications by the superuser could cause a system panic.
                    291: <br>
                    292: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/004_route.patch>
                    293: A source code patch exists which remedies this problem.</a>
                    294: <p>
                    295: <a name=bridge></a>
                    296: <li><font color=#009000><strong>003: SECURITY FIX: May 26, 2000</strong></font><br>
                    297: It is possible to bypass the <i>learning</i> flag on an interface if frames
                    298: go directly to the machine acting as a
                    299: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge</a>.
                    300: <br>
                    301: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/003_bridge.patch>
                    302: A source code patch exists which remedies this problem.</a>
                    303: <p>
                    304: <a name=ef></a>
                    305: <li><font color=#009000><strong>002: DRIVER FIX: May 26, 2000</strong></font><br>
                    306: The
                    307: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4">ef(4)</a>
                    308: driver will complain when adding an address with ifconfig
                    309: (ifconfig: SIOCAIFADDR: Invalid argument).<br>
                    310: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/002_ef.patch>
                    311: A source code patch exists which remedies this problem.</a>
                    312: <p>
                    313: <a name=ipf></a>
                    314: <li><font color=#009000><strong>001: SECURITY FIX: May 25, 2000</strong></font><br>
1.23      horacio   315: A misuse of ipf(8)
1.1       deraadt   316: <i>keep-state</i> rules can result in firewall rules being bypassed.<br>
                    317: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/001_ipf.patch>
                    318: A source code patch exists</a>, which remedies this problem, and updates ipf
                    319: to version 3.3.16.
                    320: <p>
                    321: </ul>
                    322: <p>
                    323: <a name=i386></a>
                    324: <li><h3><font color=#e00000>i386</font></h3>
                    325: <ul>
                    326: <a name=xlhash></a>
                    327: <li><font color=#009000><strong>016: DRIVER BUG: July 2, 2000</strong></font><br>
                    328: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>
                    329: driver supporting various 3com cards, had a bug which prevented the multicast
                    330: filter from working correctly on the 3c905B, thus preventing many IPv6 things
                    331: from working.
                    332: <br>
                    333: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/016_xlhash.patch>
                    334: A source code patch exists which remedies this problem.</a>
                    335: <p>
                    336: <a name=ste></a>
                    337: <li><font color=#009000><strong>015: DRIVER BUG: June 30, 2000</strong></font><br>
                    338: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>
                    339: driver supporting Ethernet cards based on the Sundance ST201 chipset
                    340: (i.e., the D-Link 550TX) has a bug which causes the machine to panic at
                    341: boot-time.
                    342: <br>
                    343: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/015_ste.patch>
                    344: A source code patch exists which remedies this problem.</a>
                    345: <p>
                    346: <a name=pcvt></a>
                    347: <li><font color=#009000><strong>014: DRIVER BUG: June 30, 2000</strong></font><br>
                    348: The PC console driver (PCVT) has two bugs. Display problems can result if
                    349: reverse video mode is turned on or off twice in a row. This patch also
                    350: fixes a problem with scrolling region handling that has been seen by many
                    351: users trying to use the BitchX irc client with the screen program.<br>
                    352: <br>
                    353: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/014_pcvt.patch>
                    354: There is now a second revision of the source code patch which remedies this problem.</a>
                    355: <p>
                    356: <a name=if_an></a>
                    357: <li><font color=#009000><strong>011: DRIVER BUG: June 17, 2000</strong></font><br>
                    358: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an(4)</a>
                    359: Aironet Communications 4500/4800 IEEE 802.11DS driver has a bug which prevents
                    360: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a> from working correctly, instead causing a panic.
                    361: <br>
                    362: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/i386/011_an.patch>
                    363: A source code patch exists which remedies this problem.</a>
                    364: <p>
                    365: </ul>
                    366: <p>
                    367: <a name=mac68k></a>
                    368: <li><h3><font color=#e00000>mac68k</font></h3>
                    369: <ul>
                    370: <a name=mac68k_arandom></a>
                    371: <li><font color=#009000><strong>022: INSTALLATION FIX: July 14, 2000</strong></font>
                    372: <br>
                    373: The MacOS installer shipped with OpenBSD 2.7 does not correctly make all
                    374: devices, specifically it does not make the <tt>/dev/arandom</tt> device
                    375: needed for the userland crypto such as ssh to work.  The problem shows itself
                    376: when ssh-keygen fails to make RSA or DSA keys, resulting in messages like
                    377: <b>RSA-generate_keys failed</b> or <b>DSA-generate_keys failed</b>.
                    378: <br>
                    379: To work around this, once your machine is up and running run the following
                    380: commands as root:
                    381: <tt><pre>
1.8       deraadt   382: # cd /dev
                    383: # ./MAKEDEV arandom
1.1       deraadt   384: </pre></tt>
                    385: <p>
                    386: After doing this (and possibly installing one of the ssl27 packages),
                    387: reboot your machine and it will generate ssh keys correctly.
                    388: </ul>
                    389: <p>
                    390: <a name=sparc></a>
                    391: <li><h3><font color=#e00000>sparc</font></h3>
                    392: <ul>
1.6       jason     393: <a name=qe> </a>
                    394: <li><font color=#009000><strong>036: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
                    395: Configuring a qec+qe causes a NMI panic.<br>
                    396: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/sparc/036_qe.patch>
                    397: A source code patch exists which remedies this problem.</a>
                    398: <p>
1.3       deraadt   399: <a name=zsconsole> </a>
1.4       deraadt   400: <li><font color=#009000><strong>034: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
1.3       deraadt   401: When running a sparc with a serial console, certain types of interrupts would
                    402: cause great grief.<br>
                    403: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/sparc/034_zsconsole.patch>
                    404: A source code patch exists which remedies this problem.</a>
                    405: <p>
1.1       deraadt   406: </ul>
                    407: <p>
                    408: <a name=amiga></a>
                    409: <li><h3><font color=#e00000>amiga</font></h3>
                    410: <ul>
                    411: <a name=amiga_cd></a>
                    412: <li><font color=#009000><strong>010: CD DISTRIBUTION ERROR: June 15, 2000</strong></font><br>
                    413: On the 2.7 CD media, the <b>amiga</b> distribution contains two pairs of archives
                    414: files for installation, ie:
                    415: <pre>
                    416: -rw-r--r--  1 root  mirftp  20191465 Apr 29 14:27 base27.tar.gz
                    417: -rw-r--r--  1 root  mirftp  20291753 May 13 19:33 base27.tgz
                    418: -rw-r--r--  1 root  mirftp  13699507 Apr 29 14:26 comp27.tar.gz
                    419: -rw-r--r--  1 root  mirftp  13748096 May 13 19:33 comp27.tgz
                    420: -rw-r--r--  1 root  mirftp   1005376 Apr 29 14:26 etc27.tar.gz
                    421: -rw-r--r--  1 root  mirftp   1010772 May 13 19:33 etc27.tgz
                    422: -rw-r--r--  1 root  mirftp   2755567 Apr 29 14:26 game27.tar.gz
                    423: -rw-r--r--  1 root  mirftp   2755624 May 13 19:33 game27.tgz
                    424: -rw-r--r--  1 root  mirftp   5002872 Apr 29 14:26 man27.tar.gz
                    425: -rw-r--r--  1 root  mirftp   5038896 May 13 19:33 man27.tgz
                    426: -rw-r--r--  1 root  mirftp   1684356 Apr 29 14:26 misc27.tar.gz
                    427: -rw-r--r--  1 root  mirftp   1684381 May 13 19:33 misc27.tgz
                    428: </pre>
                    429: The installation script will list ALL of these files.  For proper
                    430: operation one should install the <b>*.tgz</b> versions, and deselect
                    431: the <b>*.tar.gz</b> versions.<br>
                    432: The FTP area sets do not suffer from this problem.
                    433: <p>
                    434: </ul>
                    435: <p>
                    436: <a name=pmax></a>
                    437: <li><h3><font color=#e00000>pmax</font></h3>
                    438: <ul>
                    439: <a name=pmax_msgbuf></a>
                    440: <li><font color=#009000><strong>020: KERNEL BUG: July 10, 2000</strong></font><br>
                    441: As originally shipped, the pmax port would fail to install due to
                    442: <b>/kern/msgbuf</b> bugs.<br>
1.22      pvalchev  443: The necessary fixes have been merged,
1.1       deraadt   444: and the binaries needed re-released on the FTP site.<br>
                    445: However, the 2.7 <b>srcsys.tar.gz</b> file has not been updated.<br>
                    446: If you recompile a kernel, you should use either the
                    447: <a href=stable.html>stable release source tree</a> or apply the
                    448: provided patch to a 2.7 source tree.
                    449: <br>
                    450: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/pmax/020_pmax_msgbuf.patch>
                    451: A source code patch exists which remedies this problem.</a>
                    452: <p>
                    453: </ul>
                    454: <p>
                    455: <a name=arc></a>
                    456: <li><h3><font color=#e00000>arc</font></h3>
                    457: <ul>
                    458: <li>No problems identified yet.
                    459: </ul>
                    460: <p>
                    461: <a name=alpha></a>
                    462: <li><h3><font color=#e00000>alpha</font></h3>
                    463: <ul>
                    464: <li>No problems identified yet.
                    465: </ul>
                    466: <p>
                    467: <a name=hp300></a>
                    468: <li><h3><font color=#e00000>hp300</font></h3>
                    469: <ul>
                    470: <li>No problems identified yet.
                    471: </ul>
                    472: <p>
                    473: <a name=mvme68k></a>
                    474: <li><h3><font color=#e00000>mvme68k</font></h3>
                    475: <ul>
                    476: <li>No problems identified yet.
                    477: </ul>
                    478: <p>
                    479: <a name=powerpc></a>
                    480: <li><h3><font color=#e00000>powerpc</font></h3>
                    481: <ul>
                    482: <li>No problems identified yet.
                    483: </ul>
                    484:
                    485: </dl>
                    486: <br>
                    487:
                    488: <hr>
                    489: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    490: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    491: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
                    492: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
                    493: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
                    494: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
                    495: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.18      deraadt   496: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.25      deraadt   497: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.26      deraadt   498: <a href=errata30.html>For 3.0 errata, please refer here</a>.<br>
1.27    ! jufi      499: <a href=errata.html>For 3.1 errata, please refer here</a>.<br>
1.1       deraadt   500: <hr>
                    501:
                    502: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    503: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.27    ! jufi      504: <br><small>$OpenBSD: errata27.html,v 1.26 2002/04/16 18:33:07 deraadt Exp $</small>
1.1       deraadt   505:
                    506: </body>
                    507: </html>