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

Annotation of www/errata56.html, Revision 1.2

1.1       jsg         1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.6 errata</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="the OpenBSD CD errata page">
                      7: <meta name="keywords" content="openbsd,cd,errata">
                      8: <meta name="distribution" content="global">
                      9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                     10: </head>
                     11:
                     12: <!--
                     13:                        IMPORTANT REMINDER
                     14:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
                     15: -->
                     16:
                     17:
                     18: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     19:
                     20: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     21: <h2><font color="#0000e0">
                     22: This is the OpenBSD 5.6 release errata &amp; patch list:
                     23:
                     24: </font></h2>
                     25:
                     26: <hr>
                     27: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     28: <br>
                     29: For errata on a certain release, click below:<br>
                     30: <a href="errata21.html">2.1</a>,
                     31: <a href="errata22.html">2.2</a>,
                     32: <a href="errata23.html">2.3</a>,
                     33: <a href="errata24.html">2.4</a>,
                     34: <a href="errata25.html">2.5</a>,
                     35: <a href="errata26.html">2.6</a>,
                     36: <a href="errata27.html">2.7</a>,
                     37: <a href="errata28.html">2.8</a>,
                     38: <a href="errata29.html">2.9</a>,
                     39: <a href="errata30.html">3.0</a>,
                     40: <a href="errata31.html">3.1</a>,
                     41: <a href="errata32.html">3.2</a>,
                     42: <a href="errata33.html">3.3</a>,
                     43: <a href="errata34.html">3.4</a>,
                     44: <a href="errata35.html">3.5</a>,
                     45: <a href="errata36.html">3.6</a>,
                     46: <br>
                     47: <a href="errata37.html">3.7</a>,
                     48: <a href="errata38.html">3.8</a>,
                     49: <a href="errata39.html">3.9</a>,
                     50: <a href="errata40.html">4.0</a>,
                     51: <a href="errata41.html">4.1</a>,
                     52: <a href="errata42.html">4.2</a>,
                     53: <a href="errata43.html">4.3</a>,
                     54: <a href="errata44.html">4.4</a>,
                     55: <a href="errata45.html">4.5</a>,
                     56: <a href="errata46.html">4.6</a>,
                     57: <a href="errata47.html">4.7</a>,
                     58: <a href="errata48.html">4.8</a>,
                     59: <a href="errata49.html">4.9</a>,
                     60: <a href="errata50.html">5.0</a>,
                     61: <a href="errata51.html">5.1</a>,
                     62: <a href="errata52.html">5.2</a>,
                     63: <br>
                     64: <a href="errata53.html">5.3</a>,
                     65: <a href="errata54.html">5.4</a>,
                     66: <a href="errata55.html">5.5</a>.
                     67: <br>
                     68: <hr>
                     69:
                     70: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.6.tar.gz">
                     71: You can also fetch a tar.gz file containing all the following patches</a>.
                     72: This file is updated once a day.
                     73: <p>
                     74:
                     75: The patches below are available in CVS via the
                     76: <code>OPENBSD_5_6</code> <a href="stable.html">patch branch</a>.
                     77: <p>
                     78:
                     79: For more detailed information on how to install patches to OpenBSD, please
                     80: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     81: <p>
                     82:
                     83: <hr>
                     84:
                     85: <ul>
                     86:
                     87: <li><a name="001_rxr"></a>
                     88: <font color="#009000"><strong>001: RELIABILITY FIX: September 5, 2014</strong></font>
                     89: &nbsp; <i>All architectures</i><br>
                     90: Incorrect RX ring computation leads to panics under load with bge(4), em(4) and ix(4).
                     91: <br>
1.2     ! stsp       92: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.6/common/001_rxr.patch.sig">
        !            93: A source code patch exists which remedies this problem.</a>
        !            94: <p>
        !            95:
        !            96: <li><a name="002_nd6"></a>
        !            97: <font color="#009000"><strong>002: RELIABILITY FIX: October 1, 2014</strong></font>
        !            98: &nbsp; <i>All architectures</i><br>
        !            99: If IPv6 autoconf is active on an interface and the autoconfprivacy extension is used,
        !           100: redundant addresses are added whenever an autoconfprivacy address expires.
        !           101: The autoconfprivacy extension is used by default and can be disabled with ifconfig(8)
        !           102: as a workaround:
        !           103: <pre>
        !           104: # ifconfig em0 -autoconfprivacy
        !           105: </pre>
        !           106: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.6/common/002_nd6.patch.sig">
        !           107: A source code patch exists which remedies this problem.</a>
        !           108: <p>
        !           109:
        !           110: <li><a name="003_nginx"></a>
        !           111: <font color="#009000"><strong>003: SECURITY FIX: October 1, 2014</strong></font>
        !           112: &nbsp; <i>All architectures</i><br>
        !           113: nginx can reuse cached SSL sessions in unrelated contexts, allowing virtual
        !           114: host confusion attacks in some configurations.
        !           115: This issue was assigned CVE-2014-3616.
        !           116: <br>
        !           117: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.6/common/003_nginx.patch.sig">
1.1       jsg       118: A source code patch exists which remedies this problem.</a>
                    119: <p>
                    120:
                    121: </ul>
                    122:
                    123: </body>
                    124: </html>