]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/doc/arm/Bv9ARM.ch09.html
MFV r306384:
[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 <html>
18 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20 <title>Appendix A. Release Notes</title>
21 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
22 <link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
23 <link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24 <link rel="prev" href="Bv9ARM.ch08.html" title="Chapter 8. Troubleshooting">
25 <link rel="next" href="Bv9ARM.ch10.html" title="Appendix B. A Brief History of the DNS and BIND">
26 </head>
27 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
28 <div class="navheader">
29 <table width="100%" summary="Navigation header">
30 <tr><th colspan="3" align="center">Appendix A. Release Notes</th></tr>
31 <tr>
32 <td width="20%" align="left">
33 <a accesskey="p" href="Bv9ARM.ch08.html">Prev</a> </td>
34 <th width="60%" align="center"> </th>
35 <td width="20%" align="right"> <a accesskey="n" href="Bv9ARM.ch10.html">Next</a>
36 </td>
37 </tr>
38 </table>
39 <hr>
40 </div>
41 <div class="appendix">
42 <div class="titlepage"><div><div><h1 class="title">
43 <a name="Bv9ARM.ch09"></a>Release Notes</h1></div></div></div>
44 <div class="toc">
45 <p><b>Table of Contents</b></p>
46 <dl class="toc">
47 <dt><span class="section"><a href="Bv9ARM.ch09.html#id-1.10.2">Release Notes for BIND Version 9.9.9-P3</a></span></dt>
48 <dd><dl>
49 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
50 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
51 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
52 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
53 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_changes">Feature Changes</a></span></dt>
54 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_port">Porting Changes</a></span></dt>
55 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_bugs">Bug Fixes</a></span></dt>
56 <dt><span class="section"><a href="Bv9ARM.ch09.html#end_of_life">End of Life</a></span></dt>
57 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_thanks">Thank You</a></span></dt>
58 </dl></dd>
59 </dl>
60 </div>
61 <div class="section">
62 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
63 <a name="id-1.10.2"></a>Release Notes for BIND Version 9.9.9-P3</h2></div></div></div>
64 <div class="section">
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.9:
69     </p>
70 <p>
71       BIND 9.10.9-P3 addresses the security issue described in
72       CVE-2016-2776.
73     </p>
74 <p>
75       BIND 9.9.9-P2 addresses the security issue described in
76       CVE-2016-2775.
77     </p>
78 <p>
79       BIND 9.9.9-P1 addresses Windows installation issues and a race
80       condition in the rbt/rbtdb implementation resulting in named
81       exiting due to assertion failures being detected.
82     </p>
83 </div>
84 <div class="section">
85 <div class="titlepage"><div><div><h3 class="title">
86 <a name="relnotes_download"></a>Download</h3></div></div></div>
87 <p>
88       The latest versions of BIND 9 software can always be found at
89       <a class="link" href="http://www.isc.org/downloads/" target="_top">http://www.isc.org/downloads/</a>.
90       There you will find additional information about each release,
91       source code, and pre-compiled versions for Microsoft Windows
92       operating systems.
93     </p>
94 </div>
95 <div class="section">
96 <div class="titlepage"><div><div><h3 class="title">
97 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
98 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
99 <li class="listitem"><p>
100           It was possible to trigger a assertion when rendering a
101           message using a specially crafted request. This flaw is
102           disclosed in CVE-2016-2776. [RT #43139]
103         </p></li>
104 <li class="listitem"><p>
105          getrrsetbyname with a non absolute name could trigger an
106          infinite recursion bug in lwresd and named with lwres
107          configured if when combined with a search list entry the
108          resulting name is too long.  This flaw is disclosed in
109          CVE-2016-2775. [RT #42694]
110         </p></li>
111 </ul></div>
112 </div>
113 <div class="section">
114 <div class="titlepage"><div><div><h3 class="title">
115 <a name="relnotes_features"></a>New Features</h3></div></div></div>
116 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
117           None.
118         </p></li></ul></div>
119 </div>
120 <div class="section">
121 <div class="titlepage"><div><div><h3 class="title">
122 <a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
123 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
124           None.
125         </p></li></ul></div>
126 </div>
127 <div class="section">
128 <div class="titlepage"><div><div><h3 class="title">
129 <a name="relnotes_port"></a>Porting Changes</h3></div></div></div>
130 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
131           None.
132         </p></li></ul></div>
133 </div>
134 <div class="section">
135 <div class="titlepage"><div><div><h3 class="title">
136 <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
137 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
138 <li class="listitem"><p>
139           Windows installs were failing due to triggering UAC without
140           the installation binary being signed.
141         </p></li>
142 <li class="listitem"><p>
143           A race condition in rbt/rbtdb was leading to INSISTs being
144           triggered.
145         </p></li>
146 </ul></div>
147 </div>
148 <div class="section">
149 <div class="titlepage"><div><div><h3 class="title">
150 <a name="end_of_life"></a>End of Life</h3></div></div></div>
151 <p>
152       BIND 9.9 (Extended Support Version) will be supported until
153       December, 2017.
154       <a class="link" href="https://www.isc.org/downloads/software-support-policy/" target="_top">https://www.isc.org/downloads/software-support-policy/</a>
155     </p>
156 </div>
157 <div class="section">
158 <div class="titlepage"><div><div><h3 class="title">
159 <a name="relnotes_thanks"></a>Thank You</h3></div></div></div>
160 <p>
161       Thank you to everyone who assisted us in making this release possible.
162       If you would like to contribute to ISC to assist us in continuing to
163       make quality open source software, please visit our donations page at
164       <a class="link" href="http://www.isc.org/donate/" target="_top">http://www.isc.org/donate/</a>.
165     </p>
166 </div>
167 </div>
168 </div>
169 <div class="navfooter">
170 <hr>
171 <table width="100%" summary="Navigation footer">
172 <tr>
173 <td width="40%" align="left">
174 <a accesskey="p" href="Bv9ARM.ch08.html">Prev</a> </td>
175 <td width="20%" align="center"> </td>
176 <td width="40%" align="right"> <a accesskey="n" href="Bv9ARM.ch10.html">Next</a>
177 </td>
178 </tr>
179 <tr>
180 <td width="40%" align="left" valign="top">Chapter 8. Troubleshooting </td>
181 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
182 <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>
183 </td>
184 </tr>
185 </table>
186 </div>
187 <p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.9.9-P3 (Extended Support Version)</p>
188 </body>
189 </html>