diff options
author | taca <taca> | 2010-07-16 00:35:20 +0000 |
---|---|---|
committer | taca <taca> | 2010-07-16 00:35:20 +0000 |
commit | 0efd4c5a3a9f51129395677c5ee6a8c1471ee3a1 (patch) | |
tree | b32d5b371ccff2761af9edf08763d522f9aebadf /net/bind97/Makefile | |
parent | 50ef280f7ab05bfad60504418426b27dfbf67792 (diff) | |
download | pkgsrc-0efd4c5a3a9f51129395677c5ee6a8c1471ee3a1.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/Makefile')
-rw-r--r-- | net/bind97/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |