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

Annotation of www/errata35.html, Revision 1.13

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