diff --git a/CHANGES b/CHANGES index ff55088080..42c817c08c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.13.7 released --- + 5165. [contrib] Removed SDB drivers from contrib; they're obsolete. [GL #428] @@ -25,6 +27,18 @@ 5157. [bug] Nslookup now errors out if there are extra command line arguments. [GL #207] +5141. [security] Zone transfer controls for writable DLZ zones were + not effective as the allowzonexfr method was not being + called for such zones. (CVE-2019-6465) [GL #790] + +5118. [security] Named could crash if it is managing a key with + `managed-keys` and the authoritative zone is rolling + the key to an unsupported algorithm. (CVE-2018-5745) + [GL #780] + +5110. [security] Named leaked memory if there were multiple Key Tag + EDNS options present. (CVE-2018-5744) [GL #772] + --- 9.13.6 released --- 5156. [doc] Extended and refined the section of the ARM describing @@ -85,10 +99,6 @@ and "nsdname-enable" both now default to yes, regardless of compile-time settings. [GL #824] -5141. [security] Zone transfer controls for writable DLZ zones were - not effective as the allowzonexfr method was not being - called for such zones. (CVE-2019-6465) [GL #790] - 5140. [bug] Don't immediately mark existing keys as inactive and deleted when running dnssec-keymgr for the first time. [GL #117] @@ -159,11 +169,6 @@ 5119. [placeholder] -5118. [security] Named could crash if it is managing a key with - `managed-keys` and the authoritative zone is rolling - the key to an unsupported algorithm. (CVE-2018-5745) - [GL #780] - 5117. [placeholder] 5116. [bug] Named/named-checkconf triggered a assertion when @@ -184,9 +189,6 @@ 5111. [bug] Occluded DNSKEY records could make it into the delegating NSEC/NSEC3 bitmap. [GL #742] -5110. [security] Named leaked memory if there were multiple Key Tag - EDNS options present. (CVE-2018-5744) [GL #772] - 5109. [cleanup] Remove support for RSAMD5 algorithm. [GL #628] --- 9.13.5 released --- diff --git a/lib/dns/api b/lib/dns/api index 93f0e6fa07..db0d5b0922 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13: 1300-1399 LIBINTERFACE = 1306 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 93f0e6fa07..db0d5b0922 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13: 1300-1399 LIBINTERFACE = 1306 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/ns/api b/lib/ns/api index 118881f979..b23eb41679 100644 --- a/lib/ns/api +++ b/lib/ns/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13: 1300-1399 LIBINTERFACE = 1304 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/version b/version index 3e6059c01c..06c9fd54ce 100644 --- a/version +++ b/version @@ -2,10 +2,10 @@ # configure. # PRODUCT=BIND -DESCRIPTION="(Stable Release)" +DESCRIPTION="(Development Release)" MAJORVER=9 MINORVER=13 -PATCHVER=6 +PATCHVER=7 RELEASETYPE= RELEASEVER= EXTENSIONS=