From: Evan Hunt Date: Tue, 12 Mar 2019 22:21:10 +0000 (-0700) Subject: prep 9.12.4-P1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7b29b28a7bec452eff6f88390db013380214b6;p=thirdparty%2Fbind9.git prep 9.12.4-P1 --- diff --git a/CHANGES b/CHANGES index cad2453659e..fae62c3e764 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.12.4-P1 released --- + 5200. [security] tcp-clients settings could be exceeded in some cases, which could lead to exhaustion of file descriptors. (CVE-2018-5743) [GL #615] diff --git a/README.md b/README.md index 53e5ccda8c3..b53373d1c6f 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,11 @@ BIND 9.12.4 is a maintenance release, and addresses the security vulnerabilities disclosed in CVE-2018-5744, CVE-2018-5745, and CVE-2019-6465. +#### BIND 9.12.4-P1 + +BIND 9.12.4-P1 addresses the security vulnerabilities disclosed in +CVE-2018-5743 and CVE-2019-6467. + ### Building BIND BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 1fe890917aa..101ab56fec8 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -52,7 +52,8 @@ The TCP client quota set using the tcp-clients option could be exceeded in some cases. This could lead to - exhaustion of file descriptors. (CVE-2018-5743) [GL #615] + exhaustion of file descriptors. This flaw is disclosed in + CVE-2018-5743. [GL #615] diff --git a/lib/isc/api b/lib/isc/api index 160a998fa78..739208d68d2 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -8,6 +8,6 @@ # 9.10-sub: 180-189 # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 -LIBINTERFACE = 1204 -LIBREVISION = 1 -LIBAGE = 0 +LIBINTERFACE = 1205 +LIBREVISION = 0 +LIBAGE = 1 diff --git a/lib/ns/api b/lib/ns/api index 83208b93d81..dd2a81db72c 100644 --- a/lib/ns/api +++ b/lib/ns/api @@ -8,6 +8,6 @@ # 9.10-sub: 180-189 # 9.11: 160-169 # 9.12: 1200-1299 -LIBINTERFACE = 1206 +LIBINTERFACE = 1207 LIBREVISION = 0 LIBAGE = 0 diff --git a/version b/version index 2869794dfb7..1545dc05ed9 100644 --- a/version +++ b/version @@ -6,6 +6,6 @@ DESCRIPTION= MAJORVER=9 MINORVER=12 PATCHVER=4 -RELEASETYPE= -RELEASEVER= +RELEASETYPE=-P +RELEASEVER=1 EXTENSIONS=