diff --git a/CHANGES b/CHANGES index c90a2b7cff..d9be416150 100644 --- a/CHANGES +++ b/CHANGES @@ -49,6 +49,8 @@ 5202. [bug] was missing ISC_LANG_ENDDECLS. [GL #976] + --- 9.14.1 released --- + 5201. [bug] Fix a possible deadlock in RPZ update code. [GL #973] 5200. [security] tcp-clients settings could be exceeded in some cases, diff --git a/README.md b/README.md index 3c3be85879..97f34a024f 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,11 @@ of supported platforms. In addition to OpenSSL, BIND now requires support for IPv6, threads, and standard atomic operations provided by the C compiler. Non-threaded builds are no longer supported. +#### BIND 9.14.1 + +BIND 9.14.1 is a maintenance release, and addresses security +vulnerabilities disclosed in CVE-2018-5743 and CVE-2019-6467. + ### Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/lib/bind9/api b/lib/bind9/api index 1a831dada6..0f300c7574 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 LIBINTERFACE = 1302 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index d5819d689d..908b91898a 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -9,6 +9,6 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 -LIBINTERFACE = 1306 -LIBREVISION = 1 +LIBINTERFACE = 1307 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index d5819d689d..01cec9945a 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -9,6 +9,6 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 -LIBINTERFACE = 1306 -LIBREVISION = 1 -LIBAGE = 0 +LIBINTERFACE = 1307 +LIBREVISION = 0 +LIBAGE = 1 diff --git a/lib/ns/api b/lib/ns/api index 0bc8cfb613..f8000eafb1 100644 --- a/lib/ns/api +++ b/lib/ns/api @@ -9,6 +9,6 @@ # 9.11: 160-169 # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 -LIBINTERFACE = 1304 -LIBREVISION = 2 +LIBINTERFACE = 1305 +LIBREVISION = 0 LIBAGE = 0 diff --git a/version b/version index 3d1fed47df..881d24a813 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Stable Release)" MAJORVER=9 MINORVER=14 -PATCHVER=0 +PATCHVER=1 RELEASETYPE= RELEASEVER= EXTENSIONS=