diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-09-04 09:39:52 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-04 16:07:37 +0200 |
| commit | 38d1a66bda57cb4c47156021ee976c2583b55822 (patch) | |
| tree | 5f79f361d17f35b04758993148b626d8e15ecf83 /package/bind/bind.mk | |
| parent | 249f487e97db809fe35b4c8a959b4670f533062b (diff) | |
| download | buildroot-38d1a66bda57cb4c47156021ee976c2583b55822.tar.gz buildroot-38d1a66bda57cb4c47156021ee976c2583b55822.zip | |
bind: security bump to version 9.9.7-P3
Fixes:
CVE-2015-5722 - denial-of-service vector which can be exploited remotely
against a BIND server that is performing validation on DNSSEC-signed
records.
CVE-2015-5986 - denial-of-service vector which can be used against a
BIND server that is performing recursion and (under limited conditions)
an authoritative-only nameserver.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
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 6201991302..95051d1e07 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.9.7-P2 +BIND_VERSION = 9.9.7-P3 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_INSTALL_STAGING = YES BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh |

