diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-07-29 10:02:15 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-30 17:10:06 +0200 |
commit | ff69aeea406c8ad8f35dc3af7a93c431a15e09a3 (patch) | |
tree | c514dfcb0214189d42d3cd45cda646aef7c1ac82 | |
parent | 18865f7f2da143bacf821750992d5873ffe6c267 (diff) |
Bump to bind-9.5.1-P3 security fix for CVE-2009-0696
Closes #495.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | package/bind/bind.mk | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -46,6 +46,7 @@ #451: Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3 #467: DirectFB 1.4.1 #473: memstat_0.5.tar.gz has install with -D and that fails "make" + #495: Bump bind package to 9.5.1-P3 (security) #497: OpenSSL RSA key generation hangs on x86_64 2009.05, Released June 1st, 2009: diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 1bf162792..c6d77e513 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -3,7 +3,7 @@ # bind # ############################################################# -BIND_VERSION = 9.5.1-P2 +BIND_VERSION = 9.5.1-P3 BIND_SOURCE = bind-$(BIND_VERSION).tar.gz BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_LIBTOOL_PATCH = NO |