diff options
author | taca <taca@pkgsrc.org> | 2009-11-25 09:50:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-11-25 09:50:06 +0000 |
commit | 80d964569d7a5c47ba0a8e671cc130458c229ab7 (patch) | |
tree | 4c851604c80c5d6c3cf5029b9f9d2322c55685f2 | |
parent | 765ba6bbebd1919fa64ddb231c13af43d7dae573 (diff) | |
download | pkgsrc-80d964569d7a5c47ba0a8e671cc130458c229ab7.tar.gz |
Update BIND 9.6.1-P2.
--- 9.6.1-P2 released ---
2772. [security] When validating, track whether pending data was from
the additional section or not and only return it if
validates as secure. [RT #20438]
-rw-r--r-- | net/bind96/Makefile | 7 | ||||
-rw-r--r-- | net/bind96/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 18fa5b3ab62..32d74170e74 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/09/28 22:52:47 jklos Exp $ +# $NetBSD: Makefile,v 1.11 2009/11/25 09:50:06 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P1/pl1/} -PKGREVISION= 2 +PKGNAME= ${DISTNAME:S/-P2/pl2/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.6.1-P1 +BIND_VERSION= 9.6.1-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind96/distinfo b/net/bind96/distinfo index c7d1e3df00a..cd5d577bc31 100644 --- a/net/bind96/distinfo +++ b/net/bind96/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2009/07/29 00:03:38 reed Exp $ +$NetBSD: distinfo,v 1.6 2009/11/25 09:50:06 taca Exp $ -SHA1 (bind-9.6.1-P1.tar.gz) = b266511994525b6203af173fd6dda9db58c500a8 -RMD160 (bind-9.6.1-P1.tar.gz) = 7421f22f0f30c70ba0324216a4410a2682ecdf1a -Size (bind-9.6.1-P1.tar.gz) = 6601209 bytes +SHA1 (bind-9.6.1-P2.tar.gz) = 0169c7898790b72ee3b5a1e090c2bdf68792b952 +RMD160 (bind-9.6.1-P2.tar.gz) = 7842404116ec75cd11a73276e9d534bd9ff8c171 +Size (bind-9.6.1-P2.tar.gz) = 6601674 bytes SHA1 (patch-ab) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ac) = 074649e1514870a3154c623a5f6d1507b72b5b05 SHA1 (patch-ad) = c916e594fd959d3a003cb7916fdf5cf89b6e5c45 |