Security Fixes:
CVE-2015-5986 [RT #40286]: An incorrect boundary check in the OPENPGPKEY rdatatype could trigger an assertion failure.
CVE-2015-5722 [RT #40212]: A buffer accounting error could trigger an assertion failure when parsing certain malformed DNSSEC keys.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/bind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/bind b/lfs/bind index f6190a5..0814cde 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.10.2-P3 +VER = 9.10.2-P4
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a810d5d65fbdcf28dcda80d646913c3a +$(DL_FILE)_MD5 = 8b1f5064837756c938eadc1537dec5c7
install : $(TARGET)