diff options
author | taca <taca@pkgsrc.org> | 2003-09-22 13:22:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-09-22 13:22:16 +0000 |
commit | 21b5f134dfcf41c6b64c3d83a20b7f95e2ff482a (patch) | |
tree | b7a7aae0cfe87505dce540238031be57b2b1dc0f /net/bind9/Makefile | |
parent | 660fd892fd2d1ee9cabe8f85961b1f0ec05bfefd (diff) | |
download | pkgsrc-21b5f134dfcf41c6b64c3d83a20b7f95e2ff482a.tar.gz |
Update bind9 package to 9.2.2p3 (9.2.2-P3).
--- 9.2.2-P3 released ---
1512. [bug] Extend the delegation-only logging to return query
type, class and responding nameserver.
1511. [bug] delegation-only was generating false positives
on negative answers from subzones.
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 131743b649e..3cfec1017ac 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2003/09/20 12:50:24 itojun Exp $ +# $NetBSD: Makefile,v 1.51 2003/09/22 13:22:16 taca Exp $ # -DISTNAME= bind-${BIND_VERSION}-P2 -PKGNAME= bind-${BIND_VERSION}p2 +DISTNAME= bind-${BIND_VERSION}-P3 +PKGNAME= bind-${BIND_VERSION}p3 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}-P2/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}-P3/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ |