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

Annotation of www/errata.html, Revision 1.463

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>
        !            62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/005_exec.patch">A source code patch exists which remedies the problem</a>.<br>
        !            63: <p>
1.460     margarid   64: <a name=httpd></a>
1.462     margarid   65: <li><font color="#009000"><strong>004: RELIABILITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   66: A user with write permission to <tt>httpd.conf</tt> or a <tt>.htaccess</tt>
                     67: file can crash
                     68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                     69: or potentially run arbitrary code as the user <tt>www</tt> (although it
                     70: is believed that ProPolice will prevent code execution).
                     71: <br>
                     72: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/004_httpd.patch">A source code patch exists which remedies the problem</a>.<br>
                     73: <p>
                     74: <a name=arp></a>
1.462     margarid   75: <li><font color="#009000"><strong>003: RELIABILITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   76: It is possible for a local user to cause a system panic by flooding it with spoofed ARP
                     77: requests.<br>
                     78: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/003_arp.patch">A source code patch exists which remedies the problem</a>.<br>
                     79: <p>
                     80: <a name=asn1></a>
1.462     margarid   81: <li><font color="#009000"><strong>002: SECURITY FIX: November 1, 2003</strong></font><br>
1.460     margarid   82: The use of certain ASN.1 encodings or malformed public keys may allow an
                     83: attacker to mount a denial of service attack against applications linked with
                     84: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=3">ssl(3)</a>.
                     85: This does not affect OpenSSH.<br>
                     86: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/002_asn1.patch">A source code patch exists which remedies the problem</a>.<br>
                     87: <p>
1.459     deraadt    88: <a name=cd_booklet></a>
                     89: <li><font color="#009000"><strong>001: DOCUMENTATION FIX: November 1, 2003</strong></font><br>
                     90: The CD insert documentation has an incorrect example for package installation.<br>
                     91: Where it is written:<p>
                     92: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                     93: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386</strong><p>
                     94: It should instead read:<p>
                     95: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                     96: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386/</strong><p>
1.461     deraadt    97: The extra <strong>/</strong> at the end is important.  We do not make
                     98: patch files available for things printed on paper.
1.459     deraadt    99: <p>
1.25      deraadt   100: </ul>
1.177     deraadt   101: <p>
1.42      deraadt   102: <a name=i386></a>
1.435     naddy     103: <li><h3><font color="#e00000">i386</font></h3>
1.25      deraadt   104: <ul>
1.384     deraadt   105: <li>No problems identified yet.
1.323     deraadt   106: </ul>
1.285     deraadt   107: <p>
1.323     deraadt   108: <a name=alpha></a>
1.435     naddy     109: <li><h3><font color="#e00000">alpha</font></h3>
1.323     deraadt   110: <ul>
                    111: <li>No problems identified yet.
1.39      deraadt   112: </ul>
1.155     deraadt   113: <p>
1.47      deraadt   114: <a name=mac68k></a>
1.435     naddy     115: <li><h3><font color="#e00000">mac68k</font></h3>
1.39      deraadt   116: <ul>
1.323     deraadt   117: <li>No problems identified yet.
1.25      deraadt   118: </ul>
1.155     deraadt   119: <p>
1.65      deraadt   120: <a name=sparc></a>
1.435     naddy     121: <li><h3><font color="#e00000">sparc</font></h3>
1.25      deraadt   122: <ul>
1.323     deraadt   123: <li>No problems identified yet.
1.39      deraadt   124: </ul>
1.177     deraadt   125: <p>
1.355     deraadt   126: <a name=sparc64></a>
1.435     naddy     127: <li><h3><font color="#e00000">sparc64</font></h3>
1.93      deraadt   128: <ul>
1.384     deraadt   129: <li>No problems identified yet.
1.25      deraadt   130: </ul>
1.155     deraadt   131: <p>
1.442     henning   132: <a name=hppa></a>
                    133: <li><h3><font color="#e00000">hppa</font></h3>
1.25      deraadt   134: <ul>
1.281     deraadt   135: <li>No problems identified yet.
1.25      deraadt   136: </ul>
1.155     deraadt   137: <p>
1.281     deraadt   138: <a name=hp300></a>
1.435     naddy     139: <li><h3><font color="#e00000">hp300</font></h3>
1.59      deraadt   140: <ul>
1.323     deraadt   141: <li>No problems identified yet.
1.59      deraadt   142: </ul>
1.155     deraadt   143: <p>
1.281     deraadt   144: <a name=mvme68k></a>
1.435     naddy     145: <li><h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   146: <ul>
1.323     deraadt   147: <li>No problems identified yet.
1.56      deraadt   148: </ul>
1.155     deraadt   149: <p>
1.355     deraadt   150: <a name=macppc></a>
1.435     naddy     151: <li><h3><font color="#e00000">macppc</font></h3>
1.110     millert   152: <ul>
1.384     deraadt   153: <li>No problems identified yet.
1.385     hugh      154: </ul>
1.386     hugh      155: <p>
1.281     deraadt   156: <a name=vax></a>
1.435     naddy     157: <li><h3><font color="#e00000">vax</font></h3>
1.25      deraadt   158: <ul>
1.232     deraadt   159: <li>No problems identified yet.
1.25      deraadt   160: </ul>
1.144     deraadt   161:
1.197     deraadt   162: </dl>
1.25      deraadt   163: <br>
1.75      deraadt   164:
1.25      deraadt   165: <hr>
1.240     jason     166: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     167: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   168: <br>
1.419     deraadt   169: For errata on a certain release, click below:<br>
1.418     deraadt   170: <a href="errata21.html">2.1</a>,
                    171: <a href="errata22.html">2.2</a>,
                    172: <a href="errata23.html">2.3</a>,
                    173: <a href="errata24.html">2.4</a>,
                    174: <a href="errata25.html">2.5</a>,
                    175: <a href="errata26.html">2.6</a>,
                    176: <a href="errata27.html">2.7</a>,
                    177: <a href="errata28.html">2.8</a>,
                    178: <a href="errata29.html">2.9</a>,
                    179: <a href="errata30.html">3.0</a>,
1.440     deraadt   180: <a href="errata31.html">3.1</a>,
1.458     david     181: <a href="errata32.html">3.2</a>,
                    182: <a href="errata33.html">3.3</a>.
1.418     deraadt   183: <br>
                    184:
1.2       deraadt   185: <hr>
1.186     deraadt   186: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     187: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.463   ! brad      188: <br><small>$OpenBSD: errata.html,v 1.462 2003/10/31 21:31:35 margarida Exp $</small>
1.2       deraadt   189:
                    190: </body>
                    191: </html>