diff --git a/CHANGES b/CHANGES index b6f995ede7..aa43bc93e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ 5321. [bug] Obtain write lock before updating version->records and version->bytes. [GL #1341] + --- 9.14.8 released --- + 5315. [bug] Apply the inital RRSIG expiration spread fixed to all dynamically created records in the zone including NSEC3. Also fix the signature clusters @@ -23,6 +25,9 @@ 5307. [bug] Fix hang when named-compilezone output is sent to pipe. Thanks to Tony Finch. [GL !2481] +5306. [security] Set a limit on the number of concurrently served + pipelined TCP queries. (CVE-2019-6477) [GL #1264] + 5305. [bug] NSEC Aggressive Cache ("synth-from-dnssec") has been disabled by default because it was found to have a significant performance impact on the recursive diff --git a/README b/README index dcf96092b2..7b91d6acc3 100644 --- a/README +++ b/README @@ -179,6 +179,11 @@ BIND 9.14.7 BIND 9.14.7 is a maintenance release, and also addresses the security vulnerabilities disclosed in CVE-2019-6475 and CVE-2019-6476. +BIND 9.14.8 + +BIND 9.14.8 is a maintenance release, and also addresses the security +vulnerability disclosed in CVE-2019-6477. + Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/README.md b/README.md index 8dbb5f40ee..09dbe15ecd 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,11 @@ BIND 9.14.6 is a maintenance release. BIND 9.14.7 is a maintenance release, and also addresses the security vulnerabilities disclosed in CVE-2019-6475 and CVE-2019-6476. +#### BIND 9.14.8 + +BIND 9.14.8 is a maintenance release, and also addresses the security +vulnerability disclosed in CVE-2019-6477. + ### Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 5d6fa1b8da..ebad8d93d7 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -614,6 +614,6 @@ -
BIND 9.14.7 (Stable Release)
+BIND 9.14.8 (Stable Release)