diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2017-01-12 09:00:00 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-20 15:59:01 +0100 |
| commit | f35878bdfb9fa62bcc5a39ca357f9985fb623968 (patch) | |
| tree | da3363de6a32b9c6c65ab46542ce83680eda7768 /package/bind/bind.mk | |
| parent | 7f4c1ac310db1f5681501cec79bf76dea47f0b41 (diff) | |
| download | buildroot-f35878bdfb9fa62bcc5a39ca357f9985fb623968.tar.gz buildroot-f35878bdfb9fa62bcc5a39ca357f9985fb623968.zip | |
bind: security bump to version 9.11.0-P2
Bugfixes:
- CVE-2016-9131: A malformed response to an ANY query can cause an
assertion failure during recursion
- CVE-2016-9147: An error handling a query response containing inconsistent
DNSSEC information could cause an assertion failure
- CVE-2016-9444: An unusually-formed DS record response could cause an
assertion failure
- CVE-2016-9778: An error handling certain queries using the
nxdomain-redirect feature could cause a REQUIRE assertion failure in db.c
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4bab93be70ba576668a9fa19d0ff92ce2b97c905)
Diffstat (limited to 'package/bind/bind.mk')
| -rw-r--r-- | package/bind/bind.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index ee50acf3cf..714308977a 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.11.0-P1 +BIND_VERSION = 9.11.0-P2 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) # bind does not support parallel builds. BIND_MAKE = $(MAKE1) |

