diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-02-12 22:59:58 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-02-13 18:01:14 +0100 |
commit | b9141fc88b24b6e0d565f84ee768f3199f31a6cd (patch) | |
tree | 06565455e0fee6c59fc9a81306bd6e0b0713afd7 /package/bind/bind.mk | |
parent | 5bf12ad141f5de02c79c04a773e7709b87070229 (diff) | |
download | buildroot-b9141fc88b24b6e0d565f84ee768f3199f31a6cd.tar.gz buildroot-b9141fc88b24b6e0d565f84ee768f3199f31a6cd.zip |
bind: security bump to version 9.11.0-P3
Fixes CVE-2017-3135: Combination of DNS64 and RPZ Can Lead to Crash:
https://kb.isc.org/article/AA-01453
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 714308977a..860ee9d5e8 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.11.0-P2 +BIND_VERSION = 9.11.0-P3 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) # bind does not support parallel builds. BIND_MAKE = $(MAKE1) |