diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-10 14:22:28 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-10 20:49:52 +0100 |
| commit | 67245dcbe14c2e98f44dcc717cfefedd6b7294d9 (patch) | |
| tree | 7e31e79cbbb169122cfb34e98ec74d251b2de68b /package/bind/bind.mk | |
| parent | 8ec845693b83a5f7192fbb45b9d30a41344c4d4b (diff) | |
| download | buildroot-67245dcbe14c2e98f44dcc717cfefedd6b7294d9.tar.gz buildroot-67245dcbe14c2e98f44dcc717cfefedd6b7294d9.zip | |
bind: security bump to version 9.10.3-P4
Fixes:
CVE-2016-1285 - An error parsing input received by the rndc control
channel can cause an assertion failure in sexpr.c or alist.c
CVE-2016-1286 - A problem parsing resource record signatures for DNAME
resource records can lead to an assertion failure in resolver.c or db.c
CVE-2016-2088 - A response containing multiple DNS cookies causes
servers with cookie support enabled to exit with an assertion failure.
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 12dd52e74c..895217a379 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.10.3-P3 +BIND_VERSION = 9.10.3-P4 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) # bind does not support parallel builds. BIND_MAKE = $(MAKE1) |

