mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 17:20:00 -04:00
[v9_11] prep 9.11.3b1
This commit is contained in:
parent
567aab801d
commit
ad309e8dfa
10 changed files with 23 additions and 11 deletions
2
CHANGES
2
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]
|
||||
|
|
|
|||
5
README
5
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
### <a name="build"/> Building BIND
|
||||
|
||||
BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 160
|
||||
LIBREVISION = 4
|
||||
LIBREVISION = 5
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 160
|
||||
LIBREVISION = 3
|
||||
LIBREVISION = 4
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 161
|
||||
LIBREVISION = 1
|
||||
LIBREVISION = 2
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 160
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -6,6 +6,6 @@ DESCRIPTION="(Extended Support Version)"
|
|||
MAJORVER=9
|
||||
MINORVER=11
|
||||
PATCHVER=2
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
EXTENSIONS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue