From: Evan Hunt Date: Wed, 24 Jan 2018 18:21:04 +0000 (-0800) Subject: [v9_11] prep 9.11.3b1 X-Git-Tag: v9.11.3b1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad309e8dfa0601d6053aaa12770a98a6940f89de;p=thirdparty%2Fbind9.git [v9_11] prep 9.11.3b1 --- diff --git a/CHANGES b/CHANGES index 30ae6ef2882..c4f6a3e95e4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.11.3b1 released --- + 4876. [bug] Address deadlock with accessing a keytable. [RT #47000] 4875. [bug] Address compile failures on older systems. [RT #47015] diff --git a/README b/README index 1bebe090dde..2fd0a90b05e 100644 --- a/README +++ b/README @@ -233,6 +233,11 @@ CVE-2017-3143. It also addresses several bugs related to the use of an LMDB database to store data related to zones added via rndc addzone or catalog zones. +BIND 9.11.3 + +BIND 9.11.3 is a maintenance release, and addresses the security flaw +disclosed in CVE-2017-3145. + Building BIND BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX diff --git a/README.md b/README.md index 6681a0db7f0..99a56070270 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,11 @@ disclosed in CVE-2017-3140, CVE-2017-3141, CVE-2017-3142 and CVE-2017-3143. It also addresses several bugs related to the use of an LMDB database to store data related to zones added via `rndc addzone` or catalog zones. +#### BIND 9.11.3 + +BIND 9.11.3 is a maintenance release, and addresses the security flaw +disclosed in CVE-2017-3145. + ### 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 7bc2ffe244f..12a47bad1fd 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -9,5 +9,5 @@ # 9.11: 160-169 # 9.12: 1200-1299 LIBINTERFACE = 160 -LIBREVISION = 4 +LIBREVISION = 5 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 711bfd88084..7b1b2b1bb4b 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -6,8 +6,8 @@ # 9.9-sub: 130-139, 150-159, 200-209 # 9.10: 140-149, 190-199 # 9.10-sub: 180-189 -# 9.11: 160-169 +# 9.11: 160-169,1100-1199 # 9.12: 1200-1299 -LIBINTERFACE = 169 -LIBREVISION = 1 +LIBINTERFACE = 1100 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/irs/api b/lib/irs/api index f8295012b5f..7bc2ffe244f 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -9,5 +9,5 @@ # 9.11: 160-169 # 9.12: 1200-1299 LIBINTERFACE = 160 -LIBREVISION = 3 +LIBREVISION = 4 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 123964a8c9e..c9b1d0494c1 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -8,6 +8,6 @@ # 9.10-sub: 180-189 # 9.11: 160-169 # 9.12: 1200-1299 -LIBINTERFACE = 168 +LIBINTERFACE = 169 LIBREVISION = 0 -LIBAGE = 2 +LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index 1b043532742..f08ae2874e5 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -9,5 +9,5 @@ # 9.11: 160-169 # 9.12: 1200-1299 LIBINTERFACE = 161 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 1 diff --git a/lib/lwres/api b/lib/lwres/api index 1425cb299f5..b660a801bb8 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -9,5 +9,5 @@ # 9.11: 160-169 # 9.12: 1200-1299 LIBINTERFACE = 160 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/version b/version index 95694bc8dfa..35f0c948833 100644 --- a/version +++ b/version @@ -6,6 +6,6 @@ DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=11 PATCHVER=2 -RELEASETYPE= -RELEASEVER= +RELEASETYPE=b +RELEASEVER=1 EXTENSIONS=