diff options
author | taca <taca@pkgsrc.org> | 2010-07-16 00:35:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-07-16 00:35:20 +0000 |
commit | b48f4723853e3bfc3a9f4deb5f1730ee3246fc4a (patch) | |
tree | b32d5b371ccff2761af9edf08763d522f9aebadf /net/bind97 | |
parent | e686fb37441df6eb4251abdf0e65819b9478f7fc (diff) | |
download | pkgsrc-b48f4723853e3bfc3a9f4deb5f1730ee3246fc4a.tar.gz |
Update bind97 package to 9.7.1pl2 (BIND 9.7.1-P2).
--- 9.7.1-P2 released ---
2931. [security] Temporarily and partially disable change 2864
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710]
--- 9.7.1-P1 released ---
2926. [rollback] Temporarially rollback change 2748. [RT #21594]
2925. [bug] Named failed to accept uncachable negative responses
from insecure zones. [RT# 21555]
Diffstat (limited to 'net/bind97')
-rw-r--r-- | net/bind97/Makefile | 4 | ||||
-rw-r--r-- | net/bind97/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index 1f03d56529e..1bfd3da8ef0 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/07/05 03:17:45 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/07/16 00:35:20 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.7.1 +BIND_VERSION= 9.7.1-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind97/distinfo b/net/bind97/distinfo index fb1b81c6814..ad94077b4d1 100644 --- a/net/bind97/distinfo +++ b/net/bind97/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2010/07/05 03:17:45 taca Exp $ +$NetBSD: distinfo,v 1.3 2010/07/16 00:35:20 taca Exp $ -SHA1 (bind-9.7.1.tar.gz) = e2540c02b8979b5c8a7303e5a0081c00f9cee7ae -RMD160 (bind-9.7.1.tar.gz) = eb57f77ed9afc3481e698668c3a54c254829d8a4 -Size (bind-9.7.1.tar.gz) = 7547503 bytes +SHA1 (bind-9.7.1-P2.tar.gz) = b24ea0e8a67b841601b803f54070610036931e64 +RMD160 (bind-9.7.1-P2.tar.gz) = ec978498c0e0fa7f709fa3398a573e67557f06a4 +Size (bind-9.7.1-P2.tar.gz) = 7549535 bytes SHA1 (patch-aa) = 6cec876c8caa7082f97365863f3f88c4f168da48 SHA1 (patch-ab) = 9585a26a376d32f80ac8266eb7967c00b433f14d SHA1 (patch-ac) = ce61643531948feb7db32c04594adc7ed041f4c6 |