diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-21 20:33:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-21 20:33:24 +0000 |
commit | 357175278de9dec8bbd1f96d48dab81a229fcd16 (patch) | |
tree | 44a5fde13bbc144480cc021deb48cc9e42e2e0cf /dns | |
parent | addd2a88bae169a4538efd7a8d5307920d62e5dc (diff) |
BIND 9.5.1-P2 is a SECURITY patch for BIND 9.5.1. It addresses a bug
in DNSSEC lookaside validation (DLV): unrecognized signature algorithms,
which should have been treated as the equivalent of an unsigned zone,
were instead treated as a validation failure.
Notes
Notes:
svn path=/head/; revision=230602
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind95/Makefile | 4 | ||||
-rw-r--r-- | dns/bind95/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 7c06720d297a..61666440156f 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind95 -PORTVERSION= 9.5.1.1 +PORTVERSION= 9.5.1.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.5.1-P1 +ISCVERSION= 9.5.1-P2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo index 0f803961ce6e..5e48f7747461 100644 --- a/dns/bind95/distinfo +++ b/dns/bind95/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.5.1-P1.tar.gz) = 8afc7f95f4fad1eaaba09596617b8089 -SHA256 (bind-9.5.1-P1.tar.gz) = 31766a691e915a7553ece175970ca1cc000159025ffb1e903e1b99c22de9a4c7 -SIZE (bind-9.5.1-P1.tar.gz) = 6690710 -MD5 (bind-9.5.1-P1.tar.gz.asc) = ba0f5b279f2c4be6ada7ece0bc9683dc -SHA256 (bind-9.5.1-P1.tar.gz.asc) = 85f13223575b8246666d6a225612f1e41f478e0e13c373c2ad36765118a898e1 -SIZE (bind-9.5.1-P1.tar.gz.asc) = 479 +MD5 (bind-9.5.1-P2.tar.gz) = 0778fe5dbf8ef8477032e9f6a33ed9b0 +SHA256 (bind-9.5.1-P2.tar.gz) = c72fffbba3be1e00109e780fafb83cf1aa3a122ad825b01be71182e82b019560 +SIZE (bind-9.5.1-P2.tar.gz) = 6690701 +MD5 (bind-9.5.1-P2.tar.gz.asc) = f702083baa1d0d03e7c7046c20a5acd6 +SHA256 (bind-9.5.1-P2.tar.gz.asc) = 655164b43b23ae84000a913157fcac30229078f6f918a217053dd52bdffec257 +SIZE (bind-9.5.1-P2.tar.gz.asc) = 479 |