Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
4b1b4e1f
Commit
4b1b4e1f
authored
Feb 19, 2019
by
Tinderbox User
Committed by
Evan Hunt
Feb 20, 2019
Browse files
prep 9.11.6rc1
parent
6a70b175
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4b1b4e1f
--- 9.11.6rc1 released ---
5166. [port] openbsd: Threads are now enabled by default. [GL !1548]
5164. [bug] Correct errno to result translation in dlz filesystem
...
...
README.md
View file @
4b1b4e1f
...
...
@@ -277,6 +277,11 @@ feature:
statements allow updating of subdomains based on a Kerberos or
Active Directory machine principal.
#### BIND 9.11.6
BIND 9.11.6 is a maintenance release, and also addresses the security
flaws disclosed in CVE-2018-5744, CVE-2018-5745, and CVE-2019-6465.
### <a name="build"/> Building BIND
BIND requires a UNIX or Linux system with an ANSI C compiler, basic POSIX
...
...
lib/bind9/api
View file @
4b1b4e1f
...
...
@@ -9,5 +9,5 @@
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 161
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
lib/dns/api
View file @
4b1b4e1f
...
...
@@ -8,6 +8,6 @@
# 9.10-sub: 180-189
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 110
4
LIBINTERFACE = 110
5
LIBREVISION = 0
LIBAGE = 0
lib/isc/api
View file @
4b1b4e1f
...
...
@@ -9,5 +9,5 @@
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 1100
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
lib/isccc/api
View file @
4b1b4e1f
...
...
@@ -9,5 +9,5 @@
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 161
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
lib/isccfg/api
View file @
4b1b4e1f
...
...
@@ -9,5 +9,5 @@
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 163
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
lib/lwres/api
View file @
4b1b4e1f
...
...
@@ -9,5 +9,5 @@
# 9.11: 160-169,1100-1199
# 9.12: 1200-1299
LIBINTERFACE = 161
LIBREVISION =
0
LIBREVISION =
1
LIBAGE = 0
version
View file @
4b1b4e1f
...
...
@@ -5,7 +5,7 @@ PRODUCT=BIND
DESCRIPTION="(Extended Support Version)"
MAJORVER=9
MINORVER=11
PATCHVER=
5
RELEASETYPE=
RELEASEVER=
PATCHVER=
6
RELEASETYPE=
rc
RELEASEVER=
1
EXTENSIONS=
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment