diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-12-09 08:34:51 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-09 12:40:32 +0100 |
| commit | 9289dc562d89aeca722d4b4c3b0083183c2eeaa7 (patch) | |
| tree | 15a5ac8f2a46f2faf6ae32ae9ad51054faf1eb99 /package/bind/bind.mk | |
| parent | c77fbc3a4631b82bc28787c45a941ee0c47104ce (diff) | |
| download | buildroot-9289dc562d89aeca722d4b4c3b0083183c2eeaa7.tar.gz buildroot-9289dc562d89aeca722d4b4c3b0083183c2eeaa7.zip | |
bind: security bump to version 9.9.6-P1
Fixes CVE-2014-8500 - A flaw in delegation handling could be exploited
to put named into an infinite loop, in which each lookup of a name
server triggered additional lookups of more name servers.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
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 06c66017aa..6c17b13d01 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.9.6 +BIND_VERSION = 9.9.6-P1 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_INSTALL_STAGING = YES BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh |

