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

Annotation of www/errata.html, Revision 1.513

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.512     miod        4: <title>OpenBSD 3.6 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.475     nick       10: <meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">
1.468     henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.477     david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.394     jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.435     naddy      17: <h2><font color="#0000e0">
1.512     miod       18: This is the OpenBSD 3.6 release errata &amp; patch list:
1.94      deraadt    19:
1.96      deraadt    20: </font></h2>
                     21:
1.94      deraadt    22: <hr>
1.240     jason      23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      24: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt    25: <br>
1.419     deraadt    26: For errata on a certain release, click below:<br>
1.418     deraadt    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>,
1.440     deraadt    37: <a href="errata31.html">3.1</a>,
1.458     david      38: <a href="errata32.html">3.2</a>,
1.482     deraadt    39: <a href="errata33.html">3.3</a>,
1.512     miod       40: <a href="errata34.html">3.4</a>,
                     41: <a href="errata35.html">3.5</a>.
1.418     deraadt    42: <br>
1.94      deraadt    43: <hr>
                     44:
1.512     miod       45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6.tar.gz">
1.142     deraadt    46: You can also fetch a tar.gz file containing all the following patches</a>.
                     47: This file is updated once a day.
                     48:
1.240     jason      49: <p> The patches below are available in CVS via the
1.512     miod       50: <code>OPENBSD_3_6</code> <a href="stable.html">patch branch</a>.
1.278     ericj      51:
                     52: <p>
1.420     deraadt    53: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       54: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    55: <hr>
                     56:
1.468     henning    57: <a name="all"></a>
                     58: <h3><font color="#e00000">All architectures</font></h3>
1.25      deraadt    59: <ul>
1.513   ! brad       60: <li><a name="pppd"></a>
        !            61: <font color="#009000"><strong>003: RELIABILITY FIX: November 11, 2004</strong></font><br>
        !            62: <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>
        !            63: contains a bug that allows an attacker to crash his own connection, but it cannot
        !            64: be used to deny service to other users.
        !            65: <br>
        !            66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/003_pppd.patch">
        !            67: A source code patch exists which remedies this problem</a>.<br>
        !            68: <p>
        !            69: <li><a name="bind"></a>
        !            70: <font color="#009000"><strong>002: RELIABILITY FIX: November 11, 2004</strong></font><br>
        !            71: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
        !            72: cases where IPv6 connectivity is non-existant. This results in unneccessary timeouts and
        !            73: thus slow DNS queries.
        !            74: <br>
        !            75: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/002_bind.patch">
        !            76: A source code patch exists which remedies this problem</a>.<br>
        !            77: <p>
        !            78: <li><a name="st"></a>
        !            79: <font color="#009000"><strong>001: RELIABILITY FIX: November 11, 2004</strong></font><br>
        !            80: Fix detection of tape blocksize during device open. Corrects problem with
        !            81: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">restore(8)</a>
        !            82: <br>
        !            83: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/001_st.patch">
        !            84: A source code patch exists which remedies this problem</a>.<br>
        !            85: <p>
1.323     deraadt    86: </ul>
1.512     miod       87:
1.285     deraadt    88: <p>
1.468     henning    89: <a name="alpha"></a>
                     90: <h3><font color="#e00000">alpha</font></h3>
1.323     deraadt    91: <ul>
                     92: <li>No problems identified yet.
1.39      deraadt    93: </ul>
1.155     deraadt    94: <p>
1.483     deraadt    95: <a name="amd64"></a>
                     96: <h3><font color="#e00000">amd64</font></h3>
                     97: <ul>
                     98: <li>No problems identified yet.
                     99: </ul>
                    100: <p>
                    101: <a name="cats"></a>
                    102: <h3><font color="#e00000">cats</font></h3>
                    103: <ul>
                    104: <li>No problems identified yet.
                    105: </ul>
                    106: <p>
1.512     miod      107: <a name="hp300"></a>
                    108: <h3><font color="#e00000">hp300</font></h3>
                    109: <ul>
                    110: <li>No problems identified yet.
                    111: </ul>
                    112: <p>
                    113: <a name="hppa"></a>
                    114: <h3><font color="#e00000">hppa</font></h3>
1.39      deraadt   115: <ul>
1.323     deraadt   116: <li>No problems identified yet.
1.25      deraadt   117: </ul>
1.155     deraadt   118: <p>
1.512     miod      119: <a name="i386"></a>
                    120: <h3><font color="#e00000">i386</font></h3>
1.25      deraadt   121: <ul>
1.323     deraadt   122: <li>No problems identified yet.
1.39      deraadt   123: </ul>
1.177     deraadt   124: <p>
1.512     miod      125: <a name="mvme88k"></a>
                    126: <h3><font color="#e00000">luna88k</font></h3>
1.93      deraadt   127: <ul>
1.384     deraadt   128: <li>No problems identified yet.
1.25      deraadt   129: </ul>
1.155     deraadt   130: <p>
1.512     miod      131: <a name="mac68k"></a>
                    132: <h3><font color="#e00000">mac68k</font></h3>
1.25      deraadt   133: <ul>
1.281     deraadt   134: <li>No problems identified yet.
1.25      deraadt   135: </ul>
1.155     deraadt   136: <p>
1.512     miod      137: <a name="macppc"></a>
                    138: <h3><font color="#e00000">macppc</font></h3>
1.59      deraadt   139: <ul>
1.323     deraadt   140: <li>No problems identified yet.
1.59      deraadt   141: </ul>
1.155     deraadt   142: <p>
1.468     henning   143: <a name="mvme68k"></a>
                    144: <h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   145: <ul>
1.323     deraadt   146: <li>No problems identified yet.
1.56      deraadt   147: </ul>
1.155     deraadt   148: <p>
1.483     deraadt   149: <a name="mvme88k"></a>
1.484     deraadt   150: <h3><font color="#e00000">mvme88k</font></h3>
1.483     deraadt   151: <ul>
                    152: <li>No problems identified yet.
                    153: </ul>
                    154: <p>
1.512     miod      155: <a name="sparc"></a>
                    156: <h3><font color="#e00000">sparc</font></h3>
1.110     millert   157: <ul>
1.512     miod      158: <li>No problems identified yet.
                    159: </ul>
1.485     deraadt   160: <p>
1.512     miod      161: <a name="sparc64"></a>
                    162: <h3><font color="#e00000">sparc64</font></h3>
                    163: <ul>
                    164: <li>No problems identified yet.
1.385     hugh      165: </ul>
1.386     hugh      166: <p>
1.468     henning   167: <a name="vax"></a>
                    168: <h3><font color="#e00000">vax</font></h3>
1.25      deraadt   169: <ul>
1.232     deraadt   170: <li>No problems identified yet.
1.25      deraadt   171: </ul>
1.144     deraadt   172:
1.25      deraadt   173: <br>
1.75      deraadt   174:
1.25      deraadt   175: <hr>
1.240     jason     176: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     177: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   178: <br>
1.419     deraadt   179: For errata on a certain release, click below:<br>
1.418     deraadt   180: <a href="errata21.html">2.1</a>,
                    181: <a href="errata22.html">2.2</a>,
                    182: <a href="errata23.html">2.3</a>,
                    183: <a href="errata24.html">2.4</a>,
                    184: <a href="errata25.html">2.5</a>,
                    185: <a href="errata26.html">2.6</a>,
                    186: <a href="errata27.html">2.7</a>,
                    187: <a href="errata28.html">2.8</a>,
                    188: <a href="errata29.html">2.9</a>,
                    189: <a href="errata30.html">3.0</a>,
1.440     deraadt   190: <a href="errata31.html">3.1</a>,
1.458     david     191: <a href="errata32.html">3.2</a>,
1.482     deraadt   192: <a href="errata33.html">3.3</a>,
1.512     miod      193: <a href="errata34.html">3.4</a>,
                    194: <a href="errata35.html">3.5</a>.
1.418     deraadt   195: <br>
                    196:
1.2       deraadt   197: <hr>
1.186     deraadt   198: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     199: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.513   ! brad      200: <br><small>$OpenBSD: errata.html,v 1.512 2004/10/29 17:22:16 miod Exp $</small>
1.2       deraadt   201:
                    202: </body>
                    203: </html>