diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | package/bind/bind.mk | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -45,6 +45,7 @@ #973: Bump iw to 0.9.19 #1003: DHCP options disabled with busybox-1.16.0 #1009: [SECURITY] Bump php to 5.2.12 + #1015: [SECURITY] Bump bind to 9.5.1-P2 2009.11, Released December 1st, 2009: diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 4661eebe7..e1baef73e 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ############################################################# -BIND_VERSION = 9.5.2-P1 +BIND_VERSION = 9.5.2-P2 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_LIBTOOL_PATCH = NO BIND_INSTALL_STAGING = NO |