]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.11.8
authorTinderbox User <tbox@isc.org>
Mon, 3 Jun 2019 22:06:22 +0000 (22:06 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 4 Jun 2019 16:00:34 +0000 (16:00 +0000)
67 files changed:
CHANGES
CONTRIBUTING
HISTORY
OPTIONS
README
README.md
bin/dig/dig.1
bin/dig/dig.html
doc/arm/Bv9ARM.ch01.html
doc/arm/Bv9ARM.ch02.html
doc/arm/Bv9ARM.ch03.html
doc/arm/Bv9ARM.ch04.html
doc/arm/Bv9ARM.ch05.html
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch07.html
doc/arm/Bv9ARM.ch08.html
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch10.html
doc/arm/Bv9ARM.ch11.html
doc/arm/Bv9ARM.ch12.html
doc/arm/Bv9ARM.ch13.html
doc/arm/Bv9ARM.html
doc/arm/Bv9ARM.pdf
doc/arm/man.arpaname.html
doc/arm/man.ddns-confgen.html
doc/arm/man.delv.html
doc/arm/man.dig.html
doc/arm/man.dnssec-checkds.html
doc/arm/man.dnssec-coverage.html
doc/arm/man.dnssec-dsfromkey.html
doc/arm/man.dnssec-importkey.html
doc/arm/man.dnssec-keyfromlabel.html
doc/arm/man.dnssec-keygen.html
doc/arm/man.dnssec-keymgr.html
doc/arm/man.dnssec-revoke.html
doc/arm/man.dnssec-settime.html
doc/arm/man.dnssec-signzone.html
doc/arm/man.dnssec-verify.html
doc/arm/man.dnstap-read.html
doc/arm/man.genrandom.html
doc/arm/man.host.html
doc/arm/man.isc-hmac-fixup.html
doc/arm/man.lwresd.html
doc/arm/man.mdig.html
doc/arm/man.named-checkconf.html
doc/arm/man.named-checkzone.html
doc/arm/man.named-journalprint.html
doc/arm/man.named-nzd2nzf.html
doc/arm/man.named-rrchecker.html
doc/arm/man.named.conf.html
doc/arm/man.named.html
doc/arm/man.nsec3hash.html
doc/arm/man.nslookup.html
doc/arm/man.nsupdate.html
doc/arm/man.pkcs11-destroy.html
doc/arm/man.pkcs11-keygen.html
doc/arm/man.pkcs11-list.html
doc/arm/man.pkcs11-tokens.html
doc/arm/man.rndc-confgen.html
doc/arm/man.rndc.conf.html
doc/arm/man.rndc.html
doc/arm/notes.html
doc/arm/notes.pdf
doc/arm/notes.txt
doc/arm/notes.xml
lib/dns/api
version

diff --git a/CHANGES b/CHANGES
index d41f48ba18ab5f8ebeff978be9a8a682d9f798a9..7398351954701734dddb79f7e757f4571b736b2e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.11.8 released ---
+
 5244.  [security]      Fixed a race condition in dns_dispatch_getnext()
                        that could cause an assertion failure if a
                        significant number of incoming packets were
index 003a7c85931e033c7d22181a0b7e1ff2d8ed07ad..288bcab91519e7956dab81e6eb4c29038443dad9 100644 (file)
@@ -1,3 +1,5 @@
+CONTRIBUTING
+
 BIND Source Access and Contributor Guidelines
 
 Feb 22, 2018
diff --git a/HISTORY b/HISTORY
index f3df8d02cd8a8af6c64241a05e3376b95ddc409b..ca6cdfbbaa84ae1609f515a3de5ef7a3f8bb428a 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,5 @@
+HISTORY
+
 Functional enhancements from prior major releases of BIND 9
 
 BIND 9.10.0
@@ -303,11 +305,11 @@ BIND 9.4.0
   * Detect duplicates of UDP queries we are recursing on and drop them.
     New stats category "duplicates".
   * "USE INTERNAL MALLOC" is now runtime selectable.
-  * The lame cache is now done on a basis as some servers only appear to
-    be lame for certain query types.
+  * The lame cache is now done on a <qname,qclass,qtype> basis as some
+    servers only appear to be lame for certain query types.
   * Limit the number of recursive clients that can be waiting for a single
-    query () to resolve. New options clients-per-query and
-    max-clients-per-query.
+    query (<qname,qtype,qclass>) to resolve. New options clients-per-query
+    and max-clients-per-query.
   * dig: report the number of extra bytes still left in the packet after
     processing all the records.
   * Support for IPSECKEY rdata type.
diff --git a/OPTIONS b/OPTIONS
index d934a0505c05c584f8309e71f98af7cf0ef252bd..fd9d7a98ef2bf816ed44e8f2ab3d6e49d8350e39 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -1,10 +1,12 @@
+OPTIONS
+
 Setting the STD_CDEFINES environment variable before running configure can
 be used to enable certain compile-time options that are not explicitly
 defined in configure.
 
 Some of these settings are:
 
-Setting                   Description
+         Setting                            Description
                           Don't ovewrite memory when allocating or freeing
 -DISC_MEM_FILL=0          it; this improves performance but makes
                           debugging more difficult.
diff --git a/README b/README
index edd5699b3af3a17f6005901b94a11335d6ede9db..333b73f6f04fd0f2d1738f0c6747ca4847346e7e 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+README
+
 BIND 9
 
 Contents
@@ -270,6 +272,11 @@ BIND 9.11.7
 BIND 9.11.7 is a maintenance release, and also addresses the security flaw
 disclosed in CVE-2018-5743.
 
+BIND 9.11.8
+
+BIND 9.11.8 is a maintenance release, and also addresses the security flaw
+disclosed in CVE-2019-6471.
+
 Building BIND
 
 BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX
@@ -292,7 +299,7 @@ make depend. If you're using Emacs, you might find make tags helpful.
 Several environment variables that can be set before running configure
 will affect compilation:
 
-Variable       Description
+   Variable                            Description
 CC             The C compiler to use. configure tries to figure out the
                right one for supported systems.
                C compiler flags. Defaults to include -g and/or -O2 as
@@ -454,7 +461,7 @@ development BIND 9 is included in the file CHANGES, with the most recent
 changes listed first. Change notes include tags indicating the category of
 the change that was made; these categories are:
 
-Category       Description
+   Category                            Description
 [func]         New feature
 [bug]          General bug fix
 [security]     Fix for a significant security flaw
@@ -505,21 +512,23 @@ Acknowledgments
   * The original development of BIND 9 was underwritten by the following
     organizations:
 
-    Sun Microsystems, Inc.
-    Hewlett Packard
-    Compaq Computer Corporation
-    IBM
-    Process Software Corporation
-    Silicon Graphics, Inc.
-    Network Associates, Inc.
-    U.S. Defense Information Systems Agency
-    USENIX Association
-    Stichting NLnet - NLnet Foundation
-    Nominum, Inc.
+      Sun Microsystems, Inc.
+      Hewlett Packard
+      Compaq Computer Corporation
+      IBM
+      Process Software Corporation
+      Silicon Graphics, Inc.
+      Network Associates, Inc.
+      U.S. Defense Information Systems Agency
+      USENIX Association
+      Stichting NLnet - NLnet Foundation
+      Nominum, Inc.
 
   * This product includes software developed by the OpenSSL Project for
     use in the OpenSSL Toolkit. http://www.OpenSSL.org/
+
   * This product includes cryptographic software written by Eric Young
     (eay@cryptsoft.com)
+
   * This product includes software written by Tim Hudson
     (tjh@cryptsoft.com)
index 8b6523593cd1633e12c8dd4dc30021e2599b7f5c..bb3f926af6c01331cc9132da02e83fdd6d3e37e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -287,6 +287,11 @@ flaws disclosed in CVE-2018-5744, CVE-2018-5745, and CVE-2019-6465.
 BIND 9.11.7 is a maintenance release, and also addresses the security
 flaw disclosed in CVE-2018-5743.
 
+#### BIND 9.11.8
+
+BIND 9.11.8 is a maintenance release, and also addresses the security
+flaw disclosed in CVE-2019-6471.
+
 ### <a name="build"/> Building BIND
 
 BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX
index f6824fd6061d4a8c17a59ce24b95ccf5638e1bfe..8a25a7cb65306d2ef2f2d5e994b31985befae805 100644 (file)
@@ -572,11 +572,11 @@ A synonym for
 .RS 4
 Toggle the setting of the RD (recursion desired) bit in the query\&. This bit is set by default, which means
 \fBdig\fR
-normally sends recursive queries\&. Recursion is automatically disabled when the
+normally sends recursive queries\&. Recursion is automatically disabled when using the
 \fI+nssearch\fR
-or
+option, and when using
 \fI+trace\fR
-query options are used\&.
+except for an initial recursive query to get the list of root servers\&.
 .RE
 .PP
 \fB+retry=T\fR
index ccafe4ab507591e5af6e7eef0982952b5d23f8ed..050d5efe5f02bb8718ae862265366ba362ad8ce0 100644 (file)
              in the query.  This bit is set by default, which means
              <span class="command"><strong>dig</strong></span> normally sends recursive
              queries.  Recursion is automatically disabled when
-             the <em class="parameter"><code>+nssearch</code></em> or
-             <em class="parameter"><code>+trace</code></em> query options are used.
+             using the <em class="parameter"><code>+nssearch</code></em> option, and
+             when using <em class="parameter"><code>+trace</code></em> except for
+             an initial recursive query to get the list of root
+             servers.
            </p>
          </dd>
 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
index 120ae4f5c417ba0547f59e4089eeecb688d16e5b..a2fa1c03e9277b8ccf45c1639e4fdca8e540cdad 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 5e96ea21574791f3d945339c3af4a833693a42de..8eae0c6aa879d1c1c814c8a530fea17d95741b07 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 4313d1924878c713e3a834436eb1dcda3a0b5ad1..d074648877e984e41481c77b8a7375cb662b175f 100644 (file)
@@ -759,6 +759,6 @@ controls {
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 6401c9ea685c0bf6ee9a3c895d5e6a9a8f158cc3..bba0f2984bdd43b45f037d531dac383c598dd043 100644 (file)
@@ -2867,6 +2867,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index d03d0cbbc5025b50caa37bc91c1f0cb6e230ac0f..1b63634bfbed4f43c0c2f6c7d0dc57b0b8a2b337 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index f7c381acf13bfb2347698349b2e534377dc3a5fb..6476935a86996e9ff1b72781d274d20a54fe1f38 100644 (file)
@@ -8245,22 +8245,6 @@ example.com                 CNAME   rpz-tcp-only.
             but are counted to compute the query per second rate.
           </p>
 
-          <p>
-            Rate limiters for different name spaces maintain
-            separate counters: If, for example, there is a
-            <span class="command"><strong>rate-limit</strong></span> statement for "com" and
-            another for "example.com", queries matching "example.com"
-            will not be debited against the rate limiter for "com".
-          </p>
-
-          <p>
-            If a <span class="command"><strong>rate-limit</strong></span> statement does not specify a
-            <span class="command"><strong>domain</strong></span>, then it applies to the root domain
-            (".") and thus affects the entire DNS namespace, except those
-            portions covered by other <span class="command"><strong>rate-limit</strong></span>
-            statements.
-          </p>
-
           <p>
             Communities of DNS clients can be given their own parameters or no
             rate limiting by putting
@@ -14683,6 +14667,6 @@ HOST-127.EXAMPLE. MX 0 .
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 46a0eca3f481523a295b8048fcc4b82a2b81468a..4c4355fa98e7e7f3b2272f350453601c95be5fdd 100644 (file)
@@ -399,6 +399,6 @@ allow-query { !{ !10/8; any; }; key example; };
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index a7d6b718f8e90734648ccbdef9617165fb833e7c..4d702a4d25b3693e1e0b4fca0d0ae4cac5128773 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 77d27ecba98e2d6c07de92d7ddb196814765bf0d..7f3be78cd8470d496c6f6b5be1873ef8751dc3d8 100644 (file)
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl class="toc">
-<dt><span class="section"><a href="Bv9ARM.ch09.html#id-1.10.2">Release Notes for BIND Version 9.11.7</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch09.html#id-1.10.2">Release Notes for BIND Version 9.11.8</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_license">License Change</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_changes">Feature Changes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_bugs">Bug Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#end_of_life">End of Life</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_thanks">Thank You</a></span></dt>
 </dl></dd>
@@ -52,7 +49,7 @@
 </div>
       <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.10.2"></a>Release Notes for BIND Version 9.11.7</h2></div></div></div>
+<a name="id-1.10.2"></a>Release Notes for BIND Version 9.11.8</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
        <p>
-         The TCP client quota set using the <span class="command"><strong>tcp-clients</strong></span>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. This flaw is disclosed in
-         CVE-2018-5743. [GL #615]
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_features"></a>New Features</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         None.
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         When <span class="command"><strong>trusted-keys</strong></span> and
-         <span class="command"><strong>managed-keys</strong></span> are both configured for the
-         same name, or when <span class="command"><strong>trusted-keys</strong></span> is used to
-         configure a trust anchor for the root zone and
-         <span class="command"><strong>dnssec-validation</strong></span> is set to
-         <code class="literal">auto</code>, automatic RFC 5011 key
-         rollovers will fail.
-       </p>
-       <p>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         None.
+         A race condition could trigger an assertion failure when
+         a large number of incoming packets were being rejected.
+         This flaw is disclosed in CVE-2019-6471. [GL #942]
        </p>
       </li></ul></div>
   </div>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 22182e36925470827368448c3ac2906b80d6bb2b..e331e9901caa7e1f738617fcbfe374061462fa65 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ec683f3f6b4f25c89188ded32d9f47e206b5319f..a9d446fbdd163fe9ac461164fc48c5c1face58f2 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 76b794f372b2217e3edbd6fe462a7c7dbad5a604..7fac0e4728946b129f8e750ec00f8b3075fd6616 100644 (file)
@@ -533,6 +533,6 @@ $ <strong class="userinput"><code>sample-update -a sample-update -k Kxxx.+nnn+mm
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index cc40a3440abc15c9fd83cc8c047bec0471a18931..14bac096eff39fbf11d223926edd540608750dbb 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 103caa829d54437f2bef1a0efd18856de811b1e8..20b27ca4da907d2815b0841256a636bdc3e31958 100644 (file)
@@ -32,7 +32,7 @@
 <div>
 <div><h1 class="title">
 <a name="id-1"></a>BIND 9 Administrator Reference Manual</h1></div>
-<div><p class="releaseinfo">BIND Version 9.11.7</p></div>
+<div><p class="releaseinfo">BIND Version 9.11.8</p></div>
 <div><p class="copyright">Copyright Â© 2000-2019 Internet Systems Consortium, Inc. ("ISC")</p></div>
 </div>
 <hr>
 </dl></dd>
 <dt><span class="appendix"><a href="Bv9ARM.ch09.html">A. Release Notes</a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#id-1.10.2">Release Notes for BIND Version 9.11.7</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch09.html#id-1.10.2">Release Notes for BIND Version 9.11.8</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_license">License Change</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_security">Security Fixes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_features">New Features</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_changes">Feature Changes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_bugs">Bug Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#end_of_life">End of Life</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch09.html#relnotes_thanks">Thank You</a></span></dt>
 </dl></dd>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 99ece4db6cce71f8d42206f618cb116b8e570b6d..29fd4f4426e51558fc3dbd47ae2c8f958111b47c 100644 (file)
Binary files a/doc/arm/Bv9ARM.pdf and b/doc/arm/Bv9ARM.pdf differ
index 3dcc89f11de6c6e5d34e34e112f43855be8aadee..7e1f13a2a079fe74699601a5a251d396536de524 100644 (file)
@@ -91,6 +91,6 @@
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 542af798b85783d0c2f5fe4f5d186916f83c07a6..7262b2251c573de274280ba6af6cbaa2a79bab1a 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 54f43bdcf1aadb9a6a9c3d1924b9099359d73596..510d85590605a010f45fdf0379740473ac9a8d51 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index b6a0098e1e67d99d234666f1a732171a4ff006b5..e66178489e0c40e6e20bca25918e35d926ec8e1c 100644 (file)
              in the query.  This bit is set by default, which means
              <span class="command"><strong>dig</strong></span> normally sends recursive
              queries.  Recursion is automatically disabled when
-             the <em class="parameter"><code>+nssearch</code></em> or
-             <em class="parameter"><code>+trace</code></em> query options are used.
+             using the <em class="parameter"><code>+nssearch</code></em> option, and
+             when using <em class="parameter"><code>+trace</code></em> except for
+             an initial recursive query to get the list of root
+             servers.
            </p>
          </dd>
 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
@@ -1128,6 +1130,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ef03080bd0f3db75534febfb8a24bbf8672550f4..21fad83cc61eec040a708e38c89d84d4489910ae 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index d8a2f17908a16adf29ec31b78c022719ae7c860c..76450dcadcb48bde3c4c18c616397eaac346f6ac 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 8e55ec93250468178a13b7b87bc6487c8d544672..69ba1e6a3f2141d85cd8e950ef5c499751331c3d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index db9f9e226e3b1f3ee18d38e2fbd8f8849d342530..dbf1b50c6f7ee3d25196de1035563c93d0eeef11 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index e0a8676c96185d70f79285b8ee06ffd7b20dec32..d2f188697853e9c21169d36810b4341d5dacdf9b 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ef6522095d72b2e172e67f8a34f4584364fdc816..4ac8093ab62237aaa61e2e426ba35269868f49bc 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index c3ec5067d2f88b0f95893fa634bdcf727aaef6e8..0ecb8ad32df402a5cc92e198d5cb52b8f0a98225 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 16cc499d072308435d86e760646e34af75024c41..9b8bb7a3c383729e64b531d7b8f6e34d4f4c5aad 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 7bd55b623c40e61bbe509004214e31231d4cfb10..543a9b3fe5ac1bb8ffb48d5feb00c6cc45683ea6 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 6d223783e3cf5d30c35fc303d3e44dfe236778c2..29f34d3ba1deb14ff75b01a6d75f0d085fa5fd56 100644 (file)
@@ -708,6 +708,6 @@ db.example.com.signed
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index a4cc0d75d890aac8c2d9339c8e3657f9b67b4f63..7f22ba14eb4c6fdcc93ca05a0e8d3c6e4babe453 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index d8a75d104b5bbc0f48791b6f24ec39c1d08485ef..44db47c7fc465079db0297c5321e2e8606da5c6f 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 6740a12af9183ea1a6ae796d3f595fdc2a4bec06..08aff3df50d3dfd7d7a63f3274d92812c7dc82c5 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index fa69269bdb5804990ed7dd084889f274fd39d8b0..1821068a1c5810f79be25c6572b1514dcd1385c7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 3d4c57d49e9223171317f0e117068fb00dd40673..0268890e6790dc359402a225d18c59bd7f2c9f18 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 4737e823ae54bbee296218a5cd47bb9980edf070..a5710abe92dad24455135581399563df68f77d4b 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ad7aa9b533038f651e5195c3993548b596fd3669..826a05b89493e6490595fec4f95120dc3a412bfc 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index e36e952680c07d5641c578f95ffe1af0fcd92d1e..a90f38e7245cdb004aa608f3a3dd10f7cd027c63 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index bc3f77bac72004c4b47fbc91a3810ff82f46c457..3c48846887424779ac6cf05bd84fa4c0fd17e6dd 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index fc608e4662686c2b9a30c33f41fa37327cf442bb..7a9e2ef0ee144aa89111ccab029d92d8373a2435 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 7f327aeca974b7258f74316eb30bfa284b7de9f0..e9e42237dff03082a3bfa052fc4406ef7727b955 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 326ec75f4f6a390d574559d5108a649abff41bde..f6842717c8d5064e2509758906453e8b2bff0203 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index f25dc388af010bf3de6954a140090f1eb0155884..e9550b2661f3d921b084492d8e6e15d402132d93 100644 (file)
@@ -1034,6 +1034,6 @@ zone
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index cb28d2b8c343edbe3c485a85fe236af6a1facddf..42a8b85fb73e5b4360374f5f501c1cfa193e4fd6 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 28f1b5e85e1eb2fb2156e2b4da2ed92913c1e2a6..ed30cebf0fb87f002eef052f84670b947cc32272 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 1784785b886c013cb9c8321cbd866f74b664295e..1cafac060c92fc1e4c9a06720ee2afe4929b69d4 100644 (file)
@@ -436,6 +436,6 @@ nslookup -query=hinfo  -timeout=10
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ebc40ff089641d41ddfa96ed558fb6803d902227..7fdd1225d105267f57f3eeb2e3d35a88e2864b7d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index c5ae74486e13c94edc48d394dcce8fdd4320f887..7c8d9f4029d62267fed8f1bc520275f7725e0cad 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index ff84c51b5b980fb956ab44e0c960394b21ddd305..c770e1069fc06533f35a14f891905f914471e657 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index fe71c60fb14b938969198cf388fee1be396aab51..fa51526c814abf396fd63e6db3867e4676f90b97 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 981f7fbec8fd2a19ec5cc9ba1d314415030ccd68..73d1eff1ee5a09ada5b5630d170db596e7b6d116 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 8cbc630545e2c93a300e713607ad6fba39acaba1..17d5cb1307e715b5f307778871135a1eee201d7d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index 1eb437e376d5b58d046785d95268fc432d984798..9c5aa37c7302d1fddc474b869636b2a45659078a 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index f78c8e9b37b01d868878c032bcc2b1d9e2f38d44..7f817eb2779e8ac9b5a70bc9af96207232cbcc57 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.7 (Extended Support Version)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.8 (Extended Support Version)</p>
 </body>
 </html>
index d63bb3def9299d4f259575b8d7547f690f65bae3..6ef49313ba046d4f71163c2bf1e66214c8388728 100644 (file)
@@ -15,7 +15,7 @@
 
   <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.2"></a>Release Notes for BIND Version 9.11.7</h2></div></div></div>
+<a name="id-1.2"></a>Release Notes for BIND Version 9.11.8</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
        <p>
-         The TCP client quota set using the <span class="command"><strong>tcp-clients</strong></span>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. This flaw is disclosed in
-         CVE-2018-5743. [GL #615]
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_features"></a>New Features</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         None.
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         When <span class="command"><strong>trusted-keys</strong></span> and
-         <span class="command"><strong>managed-keys</strong></span> are both configured for the
-         same name, or when <span class="command"><strong>trusted-keys</strong></span> is used to
-         configure a trust anchor for the root zone and
-         <span class="command"><strong>dnssec-validation</strong></span> is set to
-         <code class="literal">auto</code>, automatic RFC 5011 key
-         rollovers will fail.
-       </p>
-       <p>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
-       </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         None.
+         A race condition could trigger an assertion failure when
+         a large number of incoming packets were being rejected.
+         This flaw is disclosed in CVE-2019-6471. [GL #942]
        </p>
       </li></ul></div>
   </div>
index bcabafab22b907b2ffc132146ba2475d16860fc1..df4e79407fe19b7b4ccdde46c52f15d0c8aaf926 100644 (file)
Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ
index aecfb96a9656822c8e94a40c75008730f59eb4ed..964468aee51ad5b3123dd4f8733ab765cd055b27 100644 (file)
@@ -1,4 +1,4 @@
-Release Notes for BIND Version 9.11.7
+Release Notes for BIND Version 9.11.8
 
 Introduction
 
@@ -38,29 +38,9 @@ https://www.isc.org/mission/contact/.
 
 Security Fixes
 
-  * The TCP client quota set using the tcp-clients option could be
-    exceeded in some cases. This could lead to exhaustion of file
-    descriptors. This flaw is disclosed in CVE-2018-5743. [GL #615]
-
-New Features
-
-  * None.
-
-Feature Changes
-
-  * When trusted-keys and managed-keys are both configured for the same
-    name, or when trusted-keys is used to configure a trust anchor for the
-    root zone and dnssec-validation is set to auto, automatic RFC 5011 key
-    rollovers will fail.
-
-    This combination of settings was never intended to work, but there was
-    no check for it in the parser. This has been corrected; a warning is
-    now logged. (In BIND 9.15 and higher this error will be fatal.) [GL #
-    868]
-
-Bug Fixes
-
-  * None.
+  * A race condition could trigger an assertion failure when a large
+    number of incoming packets were being rejected. This flaw is disclosed
+    in CVE-2019-6471. [GL #942]
 
 End of Life
 
index 590caa33e156b6108480ae23eed64aaff7078d9d..cd0aa85704ce83da558f24c8ae87915a9421f9dd 100644 (file)
 
   <section xml:id="relnotes_security"><info><title>Security Fixes</title></info>
     <itemizedlist>
-      <listitem>
-       <para>
-         The TCP client quota set using the <command>tcp-clients</command>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. This flaw is disclosed in
-         CVE-2018-5743. [GL #615]
-       </para>
-      </listitem>
       <listitem>
        <para>
          A race condition could trigger an assertion failure when
     </itemizedlist>
   </section>
 
-  <section xml:id="relnotes_features"><info><title>New Features</title></info>
-    <itemizedlist>
-      <listitem>
-       <para>
-         None.
-       </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
-  <section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
-    <itemizedlist>
-      <listitem>
-       <para>
-         When <command>trusted-keys</command> and
-         <command>managed-keys</command> are both configured for the
-         same name, or when <command>trusted-keys</command> is used to
-         configure a trust anchor for the root zone and
-         <command>dnssec-validation</command> is set to
-         <literal>auto</literal>, automatic RFC 5011 key
-         rollovers will fail.
-       </para>
-       <para>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
-       </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
-  <section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
-    <itemizedlist>
-      <listitem>
-       <para>
-         None.
-       </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
   <section xml:id="end_of_life"><info><title>End of Life</title></info>
     <para>
       BIND 9.11 (Extended Support Version) will be supported until at
index ba00d7368c509584a20feb1a9f6ca5f4d87be828..ab5a776bf1e0058524a37ee869c0cd1b401ae3e9 100644 (file)
@@ -9,5 +9,5 @@
 # 9.11: 160-169,1100-1199
 # 9.12: 1200-1299
 LIBINTERFACE = 1106
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/version b/version
index 9584d345fd496b3bcdf453cdbac58d7b12dc0610..ceed606c9eca901807ce45b82197fe5b9def7ac1 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Extended Support Version)"
 MAJORVER=9
 MINORVER=11
-PATCHVER=7
+PATCHVER=8
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=