]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/doc/arm/Bv9ARM.ch09.html
MFV r292314:
[FreeBSD/stable/9.git] / contrib / bind9 / doc / arm / Bv9ARM.ch09.html
1 <!--
2  - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and/or distribute this software for any
6  - purpose with or without fee is hereby granted, provided that the above
7  - copyright notice and this permission notice appear in all copies.
8  - 
9  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15  - PERFORMANCE OF THIS SOFTWARE.
16 -->
17 <!-- $Id$ -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>Appendix A. Release Notes</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24 <link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
25 <link rel="prev" href="Bv9ARM.ch08.html" title="Chapter 8. Troubleshooting">
26 <link rel="next" href="Bv9ARM.ch10.html" title="Appendix B. A Brief History of the DNS and BIND">
27 </head>
28 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29 <div class="navheader">
30 <table width="100%" summary="Navigation header">
31 <tr><th colspan="3" align="center">Appendix A. Release Notes</th></tr>
32 <tr>
33 <td width="20%" align="left">
34 <a accesskey="p" href="Bv9ARM.ch08.html">Prev</a> </td>
35 <th width="60%" align="center"> </th>
36 <td width="20%" align="right"> <a accesskey="n" href="Bv9ARM.ch10.html">Next</a>
37 </td>
38 </tr>
39 </table>
40 <hr>
41 </div>
42 <div class="appendix" lang="en">
43 <div class="titlepage"><div><div><h2 class="title">
44 <a name="Bv9ARM.ch09"></a>Appendix A. Release Notes</h2></div></div></div>
45 <div class="toc">
46 <p><b>Table of Contents</b></p>
47 <dl>
48 <dt><span class="sect1"><a href="Bv9ARM.ch09.html#id2563593">Release Notes for BIND Version 9.9.8-P2</a></span></dt>
49 <dd><dl>
50 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
51 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
52 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
53 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
54 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_changes">Feature Changes</a></span></dt>
55 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_bugs">Bug Fixes</a></span></dt>
56 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#end_of_life">End of Life</a></span></dt>
57 <dt><span class="sect2"><a href="Bv9ARM.ch09.html#relnotes_thanks">Thank You</a></span></dt>
58 </dl></dd>
59 </dl>
60 </div>
61 <div class="sect1" lang="en">
62 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
63 <a name="id2563593"></a>Release Notes for BIND Version 9.9.8-P2</h2></div></div></div>
64 <div class="sect2" lang="en">
65 <div class="titlepage"><div><div><h3 class="title">
66 <a name="relnotes_intro"></a>Introduction</h3></div></div></div>
67 <p>
68       This document summarizes changes since BIND 9.9.8:
69     </p>
70 <p>
71       BIND 9.9.8-P2 addresses security issues described in CVE-2015-3193
72       (OpenSSL), CVE-2015-8000 and CVE-2015-8461.
73     </p>
74 <p>
75       BIND 9.9.8-P1 was incomplete and was withdrawn prior to publication.
76     </p>
77 </div>
78 <div class="sect2" lang="en">
79 <div class="titlepage"><div><div><h3 class="title">
80 <a name="relnotes_download"></a>Download</h3></div></div></div>
81 <p>
82       The latest versions of BIND 9 software can always be found at
83       <a href="http://www.isc.org/downloads/" target="_top">http://www.isc.org/downloads/</a>.
84       There you will find additional information about each release,
85       source code, and pre-compiled versions for Microsoft Windows
86       operating systems.
87     </p>
88 </div>
89 <div class="sect2" lang="en">
90 <div class="titlepage"><div><div><h3 class="title">
91 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
92 <div class="itemizedlist"><ul type="disc">
93 <li><p>
94           Named is potentially vulnerable to the OpenSSL vulnerabilty
95           described in CVE-2015-3193.
96         </p></li>
97 <li><p>
98           Incorrect reference counting could result in an INSIST
99           failure if a socket error occurred while performing a
100           lookup.  This flaw is disclosed in CVE-2015-8461. [RT#40945]
101         </p></li>
102 <li><p>
103           Insufficient testing when parsing a message allowed
104           records with an incorrect class to be be accepted,
105           triggering a REQUIRE failure when those records
106           were subsequently cached.  This flaw is disclosed
107           in CVE-2015-8000. [RT #40987]
108         </p></li>
109 </ul></div>
110 </div>
111 <div class="sect2" lang="en">
112 <div class="titlepage"><div><div><h3 class="title">
113 <a name="relnotes_features"></a>New Features</h3></div></div></div>
114 <div class="itemizedlist"><ul type="disc"><li><p>None</p></li></ul></div>
115 </div>
116 <div class="sect2" lang="en">
117 <div class="titlepage"><div><div><h3 class="title">
118 <a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
119 <div class="itemizedlist"><ul type="disc"><li><p>
120           Updated the compiled in addresses for H.ROOT-SERVERS.NET.
121         </p></li></ul></div>
122 </div>
123 <div class="sect2" lang="en">
124 <div class="titlepage"><div><div><h3 class="title">
125 <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
126 <div class="itemizedlist"><ul type="disc"><li><p>None</p></li></ul></div>
127 </div>
128 <div class="sect2" lang="en">
129 <div class="titlepage"><div><div><h3 class="title">
130 <a name="end_of_life"></a>End of Life</h3></div></div></div>
131 <p>
132       The BIND 9.9 (Extended Support Version) will be supported until June, 2017.
133       <a href="https://www.isc.org/downloads/software-support-policy/" target="_top">https://www.isc.org/downloads/software-support-policy/</a>
134     </p>
135 </div>
136 <div class="sect2" lang="en">
137 <div class="titlepage"><div><div><h3 class="title">
138 <a name="relnotes_thanks"></a>Thank You</h3></div></div></div>
139 <p>
140       Thank you to everyone who assisted us in making this release possible.
141       If you would like to contribute to ISC to assist us in continuing to
142       make quality open source software, please visit our donations page at
143       <a href="http://www.isc.org/donate/" target="_top">http://www.isc.org/donate/</a>.
144     </p>
145 </div>
146 </div>
147 </div>
148 <div class="navfooter">
149 <hr>
150 <table width="100%" summary="Navigation footer">
151 <tr>
152 <td width="40%" align="left">
153 <a accesskey="p" href="Bv9ARM.ch08.html">Prev</a> </td>
154 <td width="20%" align="center"> </td>
155 <td width="40%" align="right"> <a accesskey="n" href="Bv9ARM.ch10.html">Next</a>
156 </td>
157 </tr>
158 <tr>
159 <td width="40%" align="left" valign="top">Chapter 8. Troubleshooting </td>
160 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
161 <td width="40%" align="right" valign="top"> Appendix B. A Brief History of the <acronym class="acronym">DNS</acronym> and <acronym class="acronym">BIND</acronym>
162 </td>
163 </tr>
164 </table>
165 </div>
166 <p style="text-align: center;">BIND 9.9.8-P2 (Extended Support Version)</p>
167 </body>
168 </html>