From: Tinderbox User Date: Tue, 19 Feb 2019 21:10:31 +0000 (+0000) Subject: prep 9.12.4rc1 X-Git-Tag: v9.12.4rc1~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb54b7bd63364093e8d43855e8336257fd45889;p=thirdparty%2Fbind9.git prep 9.12.4rc1 --- diff --git a/CHANGES b/CHANGES index 271e783f5d0..d098dfb33e2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.12.4rc1 released --- + 5166. [port] openbsd: Threads are now enabled by default. [GL !1548] 5164. [bug] Correct errno to result translation in dlz filesystem diff --git a/README.md b/README.md index 208656cc526..53e5ccda8c3 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,12 @@ feature: statements allow updating of subdomains based on a Kerberos or Active Directory machine principal. +#### BIND 9.12.4 + +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. + ### Building BIND BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX diff --git a/lib/bind9/api b/lib/bind9/api index 86ee606161c..b6ae2710cc0 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -9,5 +9,5 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 LIBINTERFACE = 1201 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 93218ac06d0..eb2f7bac2b2 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -8,6 +8,6 @@ # 9.10-sub: 180-189 # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 -LIBINTERFACE = 1207 +LIBINTERFACE = 1208 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/irs/api b/lib/irs/api index 86ee606161c..b6ae2710cc0 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -9,5 +9,5 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 LIBINTERFACE = 1201 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 5c94ca20c7c..160a998fa78 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -9,5 +9,5 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 LIBINTERFACE = 1204 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isccc/api b/lib/isccc/api index 86ee606161c..b6ae2710cc0 100644 --- a/lib/isccc/api +++ b/lib/isccc/api @@ -9,5 +9,5 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 LIBINTERFACE = 1201 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index a814bd38241..0587bbf3b63 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -9,5 +9,5 @@ # 9.11: 160-169,1100-1199 # 9.12: 1200-1299 LIBINTERFACE = 1203 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/ns/api b/lib/ns/api index 248d069594f..83208b93d81 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 = 1205 +LIBINTERFACE = 1206 LIBREVISION = 0 LIBAGE = 0 diff --git a/version b/version index 3eeb2ccaaa8..78bf67b5817 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION= MAJORVER=9 MINORVER=12 -PATCHVER=3 -RELEASETYPE= -RELEASEVER= +PATCHVER=4 +RELEASETYPE=rc +RELEASEVER=1 EXTENSIONS=