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

Annotation of www/errata.html, Revision 1.464

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.458     david       4: <title>OpenBSD 3.4 errata</title>
1.435     naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     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.441     margarid   10: <meta name="copyright" content="This document copyright 1997-2003 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.394     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.435     naddy      16: <h2><font color="#0000e0">
1.458     david      17: This is the OpenBSD 3.4 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      23: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt    24: <br>
1.419     deraadt    25: For errata on a certain release, click below:<br>
1.418     deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata28.html">2.8</a>,
                     34: <a href="errata29.html">2.9</a>,
                     35: <a href="errata30.html">3.0</a>,
1.440     deraadt    36: <a href="errata31.html">3.1</a>,
1.458     david      37: <a href="errata32.html">3.2</a>,
                     38: <a href="errata33.html">3.3</a>.
1.418     deraadt    39: <br>
1.94      deraadt    40: <hr>
                     41:
1.458     david      42: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4.tar.gz">
1.142     deraadt    43: You can also fetch a tar.gz file containing all the following patches</a>.
                     44: This file is updated once a day.
                     45:
1.240     jason      46: <p> The patches below are available in CVS via the
1.458     david      47: <code>OPENBSD_3_4</code> <a href="stable.html">patch branch</a>.
1.278     ericj      48:
                     49: <p>
1.420     deraadt    50: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       51: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    52: <hr>
                     53:
1.197     deraadt    54: <dl>
1.43      deraadt    55: <a name=all></a>
1.435     naddy      56: <li><h3><font color="#e00000">All architectures</font></h3>
1.25      deraadt    57: <ul>
1.463     brad       58: <a name=exec></a>
                     59: <li><font color="#009000"><strong>005: RELIABILITY FIX: November 4, 2003</strong></font><br>
                     60: It is possible for a local user to cause a system panic by executing a specially crafted binary with an invalid header.
                     61: <br>
1.464   ! nick       62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/005_exec.patch">
        !            63: A source code patch exists which remedies the problem</a>.<br>
1.463     brad       64: <p>
1.460     margarid   65: <a name=httpd></a>
1.462     margarid   66: <li><font color="#009000"><strong>004: RELIABILITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   67: A user with write permission to <tt>httpd.conf</tt> or a <tt>.htaccess</tt>
                     68: file can crash
                     69: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                     70: or potentially run arbitrary code as the user <tt>www</tt> (although it
                     71: is believed that ProPolice will prevent code execution).
                     72: <br>
1.464   ! nick       73: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/004_httpd.patch">
        !            74: A source code patch exists which remedies the problem</a>.<br>
1.460     margarid   75: <p>
                     76: <a name=arp></a>
1.462     margarid   77: <li><font color="#009000"><strong>003: RELIABILITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   78: It is possible for a local user to cause a system panic by flooding it with spoofed ARP
                     79: requests.<br>
1.464   ! nick       80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/003_arp.patch">
        !            81: A source code patch exists which remedies the problem</a>.<br>
1.460     margarid   82: <p>
                     83: <a name=asn1></a>
1.462     margarid   84: <li><font color="#009000"><strong>002: SECURITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   85: The use of certain ASN.1 encodings or malformed public keys may allow an
                     86: attacker to mount a denial of service attack against applications linked with
                     87: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=3">ssl(3)</a>.
                     88: This does not affect OpenSSH.<br>
1.464   ! nick       89: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/002_asn1.patch">
        !            90: A source code patch exists which remedies the problem</a>.<br>
1.460     margarid   91: <p>
1.459     deraadt    92: <a name=cd_booklet></a>
                     93: <li><font color="#009000"><strong>001: DOCUMENTATION FIX: November 1, 2003</strong></font><br>
                     94: The CD insert documentation has an incorrect example for package installation.<br>
                     95: Where it is written:<p>
                     96: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                     97: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386</strong><p>
                     98: It should instead read:<p>
                     99: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    100: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386/</strong><p>
1.461     deraadt   101: The extra <strong>/</strong> at the end is important.  We do not make
                    102: patch files available for things printed on paper.
1.459     deraadt   103: <p>
1.25      deraadt   104: </ul>
1.177     deraadt   105: <p>
1.42      deraadt   106: <a name=i386></a>
1.435     naddy     107: <li><h3><font color="#e00000">i386</font></h3>
1.25      deraadt   108: <ul>
1.384     deraadt   109: <li>No problems identified yet.
1.323     deraadt   110: </ul>
1.285     deraadt   111: <p>
1.323     deraadt   112: <a name=alpha></a>
1.435     naddy     113: <li><h3><font color="#e00000">alpha</font></h3>
1.323     deraadt   114: <ul>
                    115: <li>No problems identified yet.
1.39      deraadt   116: </ul>
1.155     deraadt   117: <p>
1.47      deraadt   118: <a name=mac68k></a>
1.435     naddy     119: <li><h3><font color="#e00000">mac68k</font></h3>
1.39      deraadt   120: <ul>
1.323     deraadt   121: <li>No problems identified yet.
1.25      deraadt   122: </ul>
1.155     deraadt   123: <p>
1.65      deraadt   124: <a name=sparc></a>
1.435     naddy     125: <li><h3><font color="#e00000">sparc</font></h3>
1.25      deraadt   126: <ul>
1.323     deraadt   127: <li>No problems identified yet.
1.39      deraadt   128: </ul>
1.177     deraadt   129: <p>
1.355     deraadt   130: <a name=sparc64></a>
1.435     naddy     131: <li><h3><font color="#e00000">sparc64</font></h3>
1.93      deraadt   132: <ul>
1.384     deraadt   133: <li>No problems identified yet.
1.25      deraadt   134: </ul>
1.155     deraadt   135: <p>
1.442     henning   136: <a name=hppa></a>
                    137: <li><h3><font color="#e00000">hppa</font></h3>
1.25      deraadt   138: <ul>
1.281     deraadt   139: <li>No problems identified yet.
1.25      deraadt   140: </ul>
1.155     deraadt   141: <p>
1.281     deraadt   142: <a name=hp300></a>
1.435     naddy     143: <li><h3><font color="#e00000">hp300</font></h3>
1.59      deraadt   144: <ul>
1.323     deraadt   145: <li>No problems identified yet.
1.59      deraadt   146: </ul>
1.155     deraadt   147: <p>
1.281     deraadt   148: <a name=mvme68k></a>
1.435     naddy     149: <li><h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   150: <ul>
1.323     deraadt   151: <li>No problems identified yet.
1.56      deraadt   152: </ul>
1.155     deraadt   153: <p>
1.355     deraadt   154: <a name=macppc></a>
1.435     naddy     155: <li><h3><font color="#e00000">macppc</font></h3>
1.110     millert   156: <ul>
1.384     deraadt   157: <li>No problems identified yet.
1.385     hugh      158: </ul>
1.386     hugh      159: <p>
1.281     deraadt   160: <a name=vax></a>
1.435     naddy     161: <li><h3><font color="#e00000">vax</font></h3>
1.25      deraadt   162: <ul>
1.232     deraadt   163: <li>No problems identified yet.
1.25      deraadt   164: </ul>
1.144     deraadt   165:
1.197     deraadt   166: </dl>
1.25      deraadt   167: <br>
1.75      deraadt   168:
1.25      deraadt   169: <hr>
1.240     jason     170: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     171: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   172: <br>
1.419     deraadt   173: For errata on a certain release, click below:<br>
1.418     deraadt   174: <a href="errata21.html">2.1</a>,
                    175: <a href="errata22.html">2.2</a>,
                    176: <a href="errata23.html">2.3</a>,
                    177: <a href="errata24.html">2.4</a>,
                    178: <a href="errata25.html">2.5</a>,
                    179: <a href="errata26.html">2.6</a>,
                    180: <a href="errata27.html">2.7</a>,
                    181: <a href="errata28.html">2.8</a>,
                    182: <a href="errata29.html">2.9</a>,
                    183: <a href="errata30.html">3.0</a>,
1.440     deraadt   184: <a href="errata31.html">3.1</a>,
1.458     david     185: <a href="errata32.html">3.2</a>,
                    186: <a href="errata33.html">3.3</a>.
1.418     deraadt   187: <br>
                    188:
1.2       deraadt   189: <hr>
1.186     deraadt   190: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     191: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.464   ! nick      192: <br><small>$OpenBSD: errata.html,v 1.463 2003/11/04 16:01:21 brad Exp $</small>
1.2       deraadt   193:
                    194: </body>
                    195: </html>