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

Annotation of www/errata35.html, Revision 1.9

1.1       miod        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.5 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">
                     10: <meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">
                     11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     15:
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <h2><font color="#0000e0">
                     18: This is the OpenBSD 3.5 release errata &amp; patch list:
                     19:
                     20: </font></h2>
                     21:
                     22: <hr>
                     23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     24: <a href=pkg-stable35.html>For important packages updates, please refer here.</a><br>
                     25: <br>
                     26: For errata on a certain release, click below:<br>
                     27: <a href="errata21.html">2.1</a>,
                     28: <a href="errata22.html">2.2</a>,
                     29: <a href="errata23.html">2.3</a>,
                     30: <a href="errata24.html">2.4</a>,
                     31: <a href="errata25.html">2.5</a>,
                     32: <a href="errata26.html">2.6</a>,
                     33: <a href="errata27.html">2.7</a>,
                     34: <a href="errata28.html">2.8</a>,
                     35: <a href="errata29.html">2.9</a>,
                     36: <a href="errata30.html">3.0</a>,
                     37: <a href="errata31.html">3.1</a>,
                     38: <a href="errata32.html">3.2</a>,
                     39: <a href="errata33.html">3.3</a>,
                     40: <a href="errata34.html">3.4</a>,
                     41: <a href="errata.html">3.6</a>.
                     42: <br>
                     43: <hr>
                     44:
                     45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5.tar.gz">
                     46: You can also fetch a tar.gz file containing all the following patches</a>.
                     47: This file is updated once a day.
                     48:
                     49: <p> The patches below are available in CVS via the
                     50: <code>OPENBSD_3_5</code> <a href="stable.html">patch branch</a>.
                     51:
                     52: <p>
                     53: For more detailed information on how to install patches to OpenBSD, please
                     54: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     55: <hr>
                     56:
                     57: <a name="all"></a>
                     58: <h3><font color="#e00000">All architectures</font></h3>
                     59: <ul>
1.9     ! otto       60: <li><a name="getcwd"></a>
        !            61: <font color="#009000"><strong>025: RELIABILITY FIX: January 6, 2006</strong></font><br>
        !            62: The
        !            63: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&amp;apropos=0&amp;sektion=3&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">getcwd(3)</a>
        !            64: library function contains a memory management error, which causes failure
        !            65: to retrieve the current working directory if the path is very long.
        !            66: <br>
        !            67: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/025_getcwd.patch">
        !            68: A source code patch exists which remedies this problem</a>.<br>
        !            69: <p>
        !            70:
1.7       markus     71: <li><a name="pfkey"></a>
                     72: <font color="#009000"><strong>024: SECURITY FIX: December 14, 2004</strong></font><br>
                     73: On systems running
                     74: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
                     75: it is possible for a local user to cause kernel memory corruption
                     76: and system panic by setting
1.8       jaredy     77: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;format=html">ipsec(4)</a>
1.7       markus     78: credentials on a socket.
                     79: <br>
                     80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/024_pfkey.patch">
                     81: A source code patch exists which remedies this problem</a>.<br>
                     82: <p>
1.4       brad       83: <li><a name="lynx"></a>
                     84: <font color="#009000"><strong>023: RELIABILITY FIX: November 10, 2004</strong></font><br>
                     85: Due to a bug in
                     86: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                     87: it is possible for pages such as
                     88: <a href="http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html">this</a>
                     89: to cause
                     90: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                     91: to exhaust memory and then crash when parsing such pages.
                     92: <br>
                     93: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/023_lynx.patch">
                     94: A source code patch exists which remedies this problem</a>.<br>
                     95: <p>
1.2       brad       96: <li><a name="pppd"></a>
1.3       brad       97: <font color="#009000"><strong>022: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.2       brad       98: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">pppd(8)</a>
                     99: contains a bug that allows an attacker to crash his own connection, but it cannot
                    100: be used to deny service to other users.
                    101: <br>
                    102: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/022_pppd.patch">
                    103: A source code patch exists which remedies this problem</a>.<br>
                    104: <p>
                    105: <li><a name="bind"></a>
1.3       brad      106: <font color="#009000"><strong>021: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.2       brad      107: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
1.5       otto      108: cases where IPv6 connectivity is non-existent. This results in unneccessary timeouts and
1.2       brad      109: thus slow DNS queries.
                    110: <br>
                    111: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/021_bind.patch">
                    112: A source code patch exists which remedies this problem</a>.<br>
                    113: <p>
1.1       miod      114: <li><a name="radius"></a>
                    115: <font color="#009000"><strong>020: SECURITY FIX: September 20, 2004</strong></font><br>
                    116: Eilko Bos reported that radius authentication, as implemented by
                    117: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_radius&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">login_radius(8)</a>,
                    118: was not checking the shared secret used for replies sent by the radius server.
                    119: This could allow an attacker to spoof a reply granting access to the
                    120: attacker.  Note that OpenBSD does not ship with radius authentication enabled.
                    121: <br>
                    122: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/020_radius.patch">
                    123: A source code patch exists which remedies this problem</a>.<br>
                    124: <p>
                    125: <li><a name="xpm"></a>
                    126: <font color="#009000"><strong>019: SECURITY FIX: September 16, 2004</strong></font><br>
                    127: Chris Evans reported several flaws (stack and integer overflows) in the
                    128: <a href="http://www.inria.fr/koala/lehors/xpm.html">Xpm</a>
                    129: library code that parses image files
                    130: (<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</a>,
                    131: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</a>).
                    132: Some of these would be exploitable when parsing malicious image files in
                    133: an application that handles XPM images, if they could escape ProPolice.
                    134: <br>
                    135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/019_xpm.patch">
                    136: A source code patch exists which remedies this problem</a>.<br>
                    137: <p>
                    138: <li><a name="httpd2"></a>
                    139: <font color="#009000"><strong>018: SECURITY FIX: September 10, 2004</strong></font><br>
                    140: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
                    141: 's mod_rewrite module can be made to write one zero byte in an arbitrary memory
                    142: position outside of a char array, causing a DoS or possibly buffer overflows.
                    143: This would require enabling dbm for mod_rewrite and making use of a malicious
                    144: dbm file.
                    145: <br>
                    146: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/018_httpd2.patch">
                    147: A source code patch exists which remedies this problem</a>.<br>
                    148: <p>
                    149: <li><a name="libz"></a>
                    150: <font color="#009000"><strong>017: RELIABILITY FIX: August 29, 2004</strong></font><br>
                    151: Due to incorrect error handling in zlib an attacker could potentially cause a Denial
                    152: of Service attack.
                    153: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0797">CAN-2004-0797</a>
                    154: .
                    155: <br>
                    156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/017_libz.patch">
                    157: A source code patch exists which remedies this problem</a>.<br>
                    158: <p>
                    159: <li><a name="bridge"></a>
                    160: <font color="#009000"><strong>016: RELIABILITY FIX: August 26, 2004</strong></font><br>
                    161: As
                    162: <a href="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=109345131508824&amp;w=2">reported</a>
                    163: by Vafa Izadinia
                    164: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">bridge(4)</a>
                    165: with IPsec processing enabled can be crashed remotely by a single ICMP echo traversing the bridge.
                    166: <br>
                    167: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/016_bridge.patch">
                    168: A source code patch exists which remedies this problem</a>.<br>
                    169: <p>
                    170: <li><a name="icmp"></a>
                    171: <font color="#009000"><strong>015: RELIABILITY FIX: August 25, 2004</strong></font><br>
                    172: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks
                    173: against TCP.
                    174: <br>
1.6       brad      175: <a href="http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html">http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html</a>
1.1       miod      176: <br>
                    177: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/015_icmp.patch">
                    178: A source code patch exists which remedies this problem</a>.<br>
                    179: <p>
                    180: <li><a name="rnd"></a>
                    181: <font color="#009000"><strong>014: RELIABILITY FIX: July 25, 2004</strong></font><br>
                    182: Under a certain network load the kernel can run out of stack space.  This was
                    183: encountered in an environment using CARP on a VLAN interface.  This issue initially
                    184: manifested itself as a FPU related crash on boot up.
                    185: <br>
                    186: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/014_rnd.patch">
                    187: A source code patch exists which remedies this problem</a>.<br>
                    188: <p>
                    189: <li><a name="httpd"></a>
                    190: <font color="#009000"><strong>013: SECURITY FIX: June 12, 2004</strong></font><br>
                    191: Multiple vulnerabilities have been found in
                    192: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
                    193: / mod_ssl.
                    194: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>,
                    195: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>,
                    196: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>,
                    197: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>.
                    198: <br>
                    199: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/013_httpd.patch">
                    200: A source code patch exists which remedies this problem</a>.<br>
                    201: <p>
                    202: <li><a name="isakmpd"></a>
                    203: <font color="#009000"><strong>012: SECURITY FIX: June 10, 2004</strong></font><br>
                    204: As
                    205: <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a>
                    206: by Thomas Walpuski
                    207: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
                    208: is still vulnerable to unauthorized SA deletion.  An attacker can delete IPsec
                    209: tunnels at will.
                    210: <br>
                    211: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/012_isakmpd.patch">
                    212: A source code patch exists which remedies this problem</a>.<br>
                    213: <p>
                    214: <li><a name="cvs3"></a>
                    215: <font color="#009000"><strong>011: SECURITY FIX: June 9, 2004</strong></font><br>
                    216: Multiple remote vulnerabilities have been found in the
                    217: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
                    218: server that allow an attacker to crash the server or possibly execute arbitrary
                    219: code with the same privileges as the CVS server program.
                    220: <br>
                    221: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/011_cvs3.patch">
                    222: A source code patch exists which remedies this problem</a>.<br>
                    223: <p>
                    224: <li><a name="fifofs"></a>
                    225: <font color="#009000"><strong>010: RELIABILITY FIX: June 9, 2004</strong></font><br>
                    226: A FIFO bug was introduced in OpenBSD 3.5 that occurs when a FIFO is opened in
                    227: non-blocking mode for writing when there are no processes reading the FIFO.
                    228: One program affected by this is the <a href="http://www.qmail.org/">qmail</a>
                    229: mail server which could go into an infinite loop and consume all CPU.
                    230: <br>
                    231: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/010_fifofs.patch">
                    232: A source code patch exists which remedies this problem</a>.<br>
                    233: <p>
                    234: <li><a name="kerberos"></a>
                    235: <font color="#00900"><strong>009: SECURITY FIX: May 30,
                    236: 2004</strong></font><br>
                    237: A flaw in the Kerberos V <a
                    238: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
                    239: server could result in the administrator of a Kerberos realm having
                    240: the ability to impersonate any principal in any other realm which
                    241: has established a cross-realm trust with their realm. The flaw is due to
                    242: inadequate checking of the "transited" field in a Kerberos request. For
                    243: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
                    244: Heimdal's announcement</a>.
                    245: <br>
                    246: <a
                    247: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/009_kerberos.patch">
                    248: A source code patch exists which remedies this problem</a>.<br>
                    249: <p>
                    250: <li><a name="xdm"></a>
                    251: <font color="#00900"><strong>008: SECURITY FIX: May 26,
                    252: 2004</strong></font><br>
                    253: With the introduction of IPv6 code in
                    254: <a
                    255: href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">xdm(1)</a>,
                    256: one test on the 'requestPort' resource was deleted by accident. This
                    257: makes xdm create the chooser socket even if xdmcp is disabled in
                    258: xdm-config, by setting requestPort to 0. See
                    259: <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86
                    260: bugzilla</a> for details.
                    261: <br>
                    262: <a
                    263: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/008_xdm.patch">
                    264: A source code patch exists which remedies this problem</a>.<br>
                    265: <p>
                    266: <li><a name="cvs2"></a>
                    267: <font color="#009000"><strong>007: SECURITY FIX: May 20,
                    268: 2004</strong></font><br>
                    269: A heap overflow in the
                    270: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
                    271: server has been discovered that can be exploited by clients sending
                    272: malformed requests, enabling these clients to run arbitrary code
                    273: with the same privileges as the CVS server program.
                    274: <br>
                    275: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/007_cvs2.patch">
                    276: A source code patch exists which remedies this problem</a>.<br>
                    277: <p>
                    278: <li><a name="procfs"></a>
                    279: <font color="#009000"><strong>006: SECURITY FIX: May 13,
                    280: 2004</strong></font><br>
                    281: Check for integer overflow in procfs.  Use of procfs is not recommended.
                    282: <br>
                    283: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/006_procfs.patch">
                    284: A source code patch exists which remedies this problem</a>.<br>
                    285: <p>
                    286: <li><a name="tcp"></a>
                    287: <font color="#009000"><strong>005: RELIABILITY FIX: May 6,
                    288: 2004</strong></font><br>
                    289: Reply to in-window SYN with a rate-limited ACK.
                    290: <br>
                    291: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/005_tcp.patch">
                    292: A source code patch exists which remedies this problem</a>.<br>
                    293: <p>
                    294: <li><a name="scsi"></a>
                    295: <font color="#009000"><strong>004: RELIABILITY FIX: May 5,
                    296: 2004</strong></font><br>
                    297: Restore the ability to negotiate tags/wide/sync with some SCSI controllers ( i.e.
                    298: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">siop(4)</a>,
                    299: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">trm(4)</a>,
                    300: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">iha(4)</a>
                    301: ).
                    302: <br>
                    303: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/004_scsi.patch">
                    304: A source code patch exists which remedies this problem</a>.<br>
                    305: <p>
                    306: <li><a name="gdt"></a>
                    307: <font color="#009000"><strong>003: RELIABILITY FIX: May 5,
                    308: 2004</strong></font><br>
                    309: Under load "recent model"
                    310: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">gdt(4)</a>
                    311: controllers will lock up.
                    312: <br>
                    313: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/003_gdt.patch">
                    314: A source code patch exists which remedies this problem</a>.<br>
                    315: <p>
                    316: <li><a name="cvs"></a>
                    317: <font color="#009000"><strong>002: SECURITY FIX: May 5,
                    318: 2004</strong></font><br>
                    319: Pathname validation problems have been found in
                    320: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>,
                    321: allowing malicious clients to create files outside the repository, allowing
                    322: malicious servers to overwrite files outside the local CVS tree on
                    323: the client and allowing clients to check out files outside the CVS
                    324: repository.
                    325: <br>
                    326: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/002_cvs.patch">
                    327: A source code patch exists which remedies this problem</a>.<br>
                    328: <p>
                    329: </ul>
                    330: <p>
                    331: <a name="i386"></a>
                    332: <h3><font color="#e00000">i386</font></h3>
                    333: <ul>
                    334: <li>No problems identified yet.
                    335: </ul>
                    336: <p>
                    337: <a name="alpha"></a>
                    338: <h3><font color="#e00000">alpha</font></h3>
                    339: <ul>
                    340: <li>No problems identified yet.
                    341: </ul>
                    342: <p>
                    343: <a name="amd64"></a>
                    344: <h3><font color="#e00000">amd64</font></h3>
                    345: <ul>
                    346: <li>No problems identified yet.
                    347: </ul>
                    348: <p>
                    349: <a name="cats"></a>
                    350: <h3><font color="#e00000">cats</font></h3>
                    351: <ul>
                    352: <li>No problems identified yet.
                    353: </ul>
                    354: <p>
                    355: <a name="mac68k"></a>
                    356: <h3><font color="#e00000">mac68k</font></h3>
                    357: <ul>
                    358: <li>No problems identified yet.
                    359: </ul>
                    360: <p>
                    361: <a name="sparc"></a>
                    362: <h3><font color="#e00000">sparc</font></h3>
                    363: <ul>
                    364: <li>No problems identified yet.
                    365: </ul>
                    366: <p>
                    367: <a name="sparc64"></a>
                    368: <h3><font color="#e00000">sparc64</font></h3>
                    369: <ul>
                    370: <li>No problems identified yet.
                    371: </ul>
                    372: <p>
                    373: <a name="hppa"></a>
                    374: <h3><font color="#e00000">hppa</font></h3>
                    375: <ul>
                    376: <li>No problems identified yet.
                    377: </ul>
                    378: <p>
                    379: <a name="hp300"></a>
                    380: <h3><font color="#e00000">hp300</font></h3>
                    381: <ul>
                    382: <li>No problems identified yet.
                    383: </ul>
                    384: <p>
                    385: <a name="mvme68k"></a>
                    386: <h3><font color="#e00000">mvme68k</font></h3>
                    387: <ul>
                    388: <li>No problems identified yet.
                    389: </ul>
                    390: <p>
                    391: <a name="mvme88k"></a>
                    392: <h3><font color="#e00000">mvme88k</font></h3>
                    393: <ul>
                    394: <li>No problems identified yet.
                    395: </ul>
                    396: <p>
                    397: <a name="macppc"></a>
                    398: <h3><font color="#e00000">macppc</font></h3>
                    399: <ul>
                    400: <li><a name="autobook_package"></a>
                    401: <font color="#009000"><strong>001: BROKEN PACKAGE ON CD: May 4, 2004</strong></font><br>
                    402: The powerpc autobook-1.3.tgz package found on CD2 has been found to be corrupt,
                    403: and will not extract.
                    404: A replacement package can be found on the ftp sites.
                    405: <p>
                    406: </ul>
                    407: <p>
                    408: <a name="vax"></a>
                    409: <h3><font color="#e00000">vax</font></h3>
                    410: <ul>
                    411: <li>No problems identified yet.
                    412: </ul>
                    413:
                    414: <br>
                    415:
                    416: <hr>
                    417: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    418: <a href=pkg-stable35.html>For important packages updates, please refer here.</a><br>
                    419: <br>
                    420: For errata on a certain release, click below:<br>
                    421: <a href="errata21.html">2.1</a>,
                    422: <a href="errata22.html">2.2</a>,
                    423: <a href="errata23.html">2.3</a>,
                    424: <a href="errata24.html">2.4</a>,
                    425: <a href="errata25.html">2.5</a>,
                    426: <a href="errata26.html">2.6</a>,
                    427: <a href="errata27.html">2.7</a>,
                    428: <a href="errata28.html">2.8</a>,
                    429: <a href="errata29.html">2.9</a>,
                    430: <a href="errata30.html">3.0</a>,
                    431: <a href="errata31.html">3.1</a>,
                    432: <a href="errata32.html">3.2</a>,
                    433: <a href="errata33.html">3.3</a>,
                    434: <a href="errata34.html">3.4</a>,
                    435: <a href="errata.html">3.6</a>.
                    436: <br>
                    437:
                    438: <hr>
                    439: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    440: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.9     ! otto      441: <br><small>$OpenBSD: errata35.html,v 1.8 2004/12/15 01:38:18 jaredy Exp $</small>
1.1       miod      442:
                    443: </body>
                    444: </html>