]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.11.31
authorMichał Kępień <michal@isc.org>
Mon, 19 Apr 2021 13:37:02 +0000 (15:37 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 29 Apr 2021 09:56:03 +0000 (11:56 +0200)
doc/arm/Makefile.in
doc/arm/notes-9.11.30.xml
doc/arm/notes-9.11.31.xml [new file with mode: 0644]
doc/arm/notes.xml
util/copyrights

index ae6ebefdfced3a5849a4d1ee4b4cc34ef5960cdc..69e8425405c09096b264b6141f3a09fe04aa093f 100644 (file)
@@ -21,6 +21,7 @@ PDFOBJS = Bv9ARM.pdf notes.pdf
 
 NOTESXML = notes-download.xml notes-eol.xml notes-intro.xml notes-license.xml \
           notes-thankyou.xml \
+          notes-9.11.31.xml \
           notes-9.11.30.xml \
           notes-9.11.29.xml \
           notes-9.11.28.xml \
index 1dcf4bb31b9efa474159de44f52c88ca40ae0971..8decf45b0aa633bde4e3a4a85a0269006c867cad 100644 (file)
 
 <section xml:id="relnotes-9.11.30"><info><title>Notes for BIND 9.11.30</title></info>
 
-  <section xml:id="relnotes-9.11.30-security"><info><title>Security Fixes</title></info>
-    <itemizedlist>
-      <listitem>
-        <para>
-          A malformed incoming IXFR transfer could trigger an assertion failure
-          in <command>named</command>, causing it to quit abnormally.
-          (CVE-2021-25214)
-        </para>
-        <para>
-          ISC would like to thank Greg Kuechle of SaskTel for bringing this
-          vulnerability to our attention. [GL #2467]
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <command>named</command> crashed when a DNAME record placed in the
-          ANSWER section during DNAME chasing turned out to be the final answer
-          to a client query. (CVE-2021-25215)
-        </para>
-        <para>
-          ISC would like to thank <link
-          xmlns:xlink="http://www.w3.org/1999/xlink"
-          xlink:href="https://github.com/sivakesava1">Siva Kakarla</link> for
-          bringing this vulnerability to our attention. [GL #2540]
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When a server's configuration set the
-          <command>tkey-gssapi-keytab</command> or
-          <command>tkey-gssapi-credential</command> option, a specially crafted
-          GSS-TSIG query could cause a buffer overflow in the ISC implementation
-          of SPNEGO (a protocol enabling negotiation of the security mechanism
-          used for GSSAPI authentication). This flaw could be exploited to crash
-          <command>named</command> binaries compiled for 64-bit platforms, and
-          could enable remote code execution when <command>named</command> was
-          compiled for 32-bit platforms. (CVE-2021-25216)
-        </para>
-        <para>
-          This vulnerability was reported to us as ZDI-CAN-13347 by Trend Micro
-          Zero Day Initiative. [GL #2604]
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
-  <section xml:id="relnotes-9.11.30-changes"><info><title>Feature Changes</title></info>
-    <itemizedlist>
-      <listitem>
-        <para>
-          The ISC implementation of SPNEGO was removed from BIND 9 source code.
-          Instead, BIND 9 now always uses the SPNEGO implementation provided by
-          the system GSSAPI library when it is built with GSSAPI support. All
-          major contemporary Kerberos/GSSAPI libraries contain an implementation
-          of the SPNEGO mechanism. [GL #2607]
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
+  <para>
+    <emphasis>The BIND 9.11.30 release was withdrawn after a backporting bug was
+    discovered during pre-release testing. ISC would like to acknowledge the
+    assistance of Natan Segal of Bluecat Networks.</emphasis>
+  </para>
 
 </section>
diff --git a/doc/arm/notes-9.11.31.xml b/doc/arm/notes-9.11.31.xml
new file mode 100644 (file)
index 0000000..127b71b
--- /dev/null
@@ -0,0 +1,74 @@
+<!--
+ - Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+ -
+ - This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, you can obtain one at https://mozilla.org/MPL/2.0/.
+ -
+ - See the COPYRIGHT file distributed with this work for additional
+ - information regarding copyright ownership.
+-->
+
+<section xml:id="relnotes-9.11.31"><info><title>Notes for BIND 9.11.31</title></info>
+
+  <section xml:id="relnotes-9.11.31-security"><info><title>Security Fixes</title></info>
+    <itemizedlist>
+      <listitem>
+        <para>
+          A malformed incoming IXFR transfer could trigger an assertion failure
+          in <command>named</command>, causing it to quit abnormally.
+          (CVE-2021-25214)
+        </para>
+        <para>
+          ISC would like to thank Greg Kuechle of SaskTel for bringing this
+          vulnerability to our attention. [GL #2467]
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          <command>named</command> crashed when a DNAME record placed in the
+          ANSWER section during DNAME chasing turned out to be the final answer
+          to a client query. (CVE-2021-25215)
+        </para>
+        <para>
+          ISC would like to thank <link
+          xmlns:xlink="http://www.w3.org/1999/xlink"
+          xlink:href="https://github.com/sivakesava1">Siva Kakarla</link> for
+          bringing this vulnerability to our attention. [GL #2540]
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          When a server's configuration set the
+          <command>tkey-gssapi-keytab</command> or
+          <command>tkey-gssapi-credential</command> option, a specially crafted
+          GSS-TSIG query could cause a buffer overflow in the ISC implementation
+          of SPNEGO (a protocol enabling negotiation of the security mechanism
+          used for GSSAPI authentication). This flaw could be exploited to crash
+          <command>named</command> binaries compiled for 64-bit platforms, and
+          could enable remote code execution when <command>named</command> was
+          compiled for 32-bit platforms. (CVE-2021-25216)
+        </para>
+        <para>
+          This vulnerability was reported to us as ZDI-CAN-13347 by Trend Micro
+          Zero Day Initiative. [GL #2604]
+        </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
+  <section xml:id="relnotes-9.11.31-changes"><info><title>Feature Changes</title></info>
+    <itemizedlist>
+      <listitem>
+        <para>
+          The ISC implementation of SPNEGO was removed from BIND 9 source code.
+          Instead, BIND 9 now always uses the SPNEGO implementation provided by
+          the system GSSAPI library when it is built with GSSAPI support. All
+          major contemporary Kerberos/GSSAPI libraries contain an implementation
+          of the SPNEGO mechanism. [GL #2607]
+        </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
+</section>
index 4224e0e807e2b7dd213af343cf108372a7c09871..dca4f1f97816ef7c02614c6cfd180fecea5d91f1 100644 (file)
@@ -21,6 +21,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-download.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-license.xml"/>
 
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.11.31.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.11.30.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.11.29.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notes-9.11.28.xml"/>
index 41f02a95596b74803a15657c355672ffae43f80c..de6b24705940cd6c6077df45aef270473e44d270 100644 (file)
 ./doc/arm/notes-9.11.29.xml                    SGML    2021
 ./doc/arm/notes-9.11.3.xml                     SGML    2019,2020,2021
 ./doc/arm/notes-9.11.30.xml                    SGML    2021
+./doc/arm/notes-9.11.31.xml                    SGML    2021
 ./doc/arm/notes-9.11.4.xml                     SGML    2019,2020,2021
 ./doc/arm/notes-9.11.5.xml                     SGML    2019,2020,2021
 ./doc/arm/notes-9.11.6.xml                     SGML    2019,2020,2021