From b5867d93ae9c2264b4cd9bce07623eb45f53c668 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 3 Dec 2009 13:19:27 -0300 Subject: Bump bind to 9.5.2-P1 Closes #773. Unspecified vulnerability in ISC BIND 9.4 before 9.4.3-P4, 9.5 before 9.5.2-P1, 9.6 before 9.6.1-P2, 9.7 beta before 9.7.0b3, and 9.0.x through 9.3.x with DNSSEC validation enabled and checking disabled (CD), allows remote attackers to conduct DNS cache poisoning attacks via additional sections in a response sent for resolution of a recursive client query, which is not properly handled when the response is processed "at the same time as requesting DNSSEC records (DO)." Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/bind/bind.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/bind/bind.mk') diff --git a/package/bind/bind.mk b/package/bind/bind.mk index a7fca8ff4..4661eebe7 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -3,8 +3,8 @@ # bind # ############################################################# -BIND_VERSION = 9.5.1-P3 -BIND_SOURCE = bind-$(BIND_VERSION).tar.gz + +BIND_VERSION = 9.5.2-P1 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_LIBTOOL_PATCH = NO BIND_INSTALL_STAGING = NO -- cgit v1.2.3