diff options
author | itojun <itojun> | 2003-09-17 14:28:51 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-09-17 14:28:51 +0000 |
commit | abf6005c88f2e02fe970b9a4600ec2c1c431ded5 (patch) | |
tree | d6bf7954690a8e500a56a969335f037e2ffc31de /net/bind9 | |
parent | 42df2d0c2bdbb452c84a4be560618e15259faf11 (diff) | |
download | pkgsrc-abf6005c88f2e02fe970b9a4600ec2c1c431ded5.tar.gz |
upgrade to 9.2.2p1.
---
BIND 9.2.2-P1 is now available.
In response to high demand from our users, ISC is releasing a patch for BIND
to support the declaration of "delegation-only" zones in caching/recursive
name servers. Briefly, a zone which has been declared "delegation-only" will
be effectively limited to containing NS RRs for subdomains, but no actual
data outside its apex (for example, its SOA RR and apex NS RRset). This can
be used to filter out "wildcard" or "synthesized" data from NAT boxes or from
authoritative name servers whose undelegated (in-zone) data is of no interest.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 7 | ||||
-rw-r--r-- | net/bind9/distinfo | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index f95cbefd610..350b1e9b3ca 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2003/03/14 19:37:52 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2003/09/17 14:28:51 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} +PKGNAME= bind-${BIND_VERSION}p1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -9,6 +10,10 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS +PATCH_SITES= ftp://ftp.isc.org/isc/bind9/9.2.2/ +PATCHFILES= patch.9.2.2-P1 +PATCH_DIST_STRIP= -p1 + BIND_VERSION= 9.2.2 DIST_SUBDIR= bind/${BIND_VERSION} diff --git a/net/bind9/distinfo b/net/bind9/distinfo index e814863a77a..9084e4ec054 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.9 2003/03/10 02:47:37 hubertf Exp $ +$NetBSD: distinfo,v 1.10 2003/09/17 14:28:52 itojun Exp $ SHA1 (bind/9.2.2/bind-9.2.2.tar.gz) = 30c740c0c9a29f35adcd4aadda1350d677f6ae76 Size (bind/9.2.2/bind-9.2.2.tar.gz) = 5054652 bytes +SHA1 (bind/9.2.2/patch.9.2.2-P1) = b3e4f48484cff3ae2c6dff933c015224c7a9b32d +Size (bind/9.2.2/patch.9.2.2-P1) = 40087 bytes SHA1 (patch-aa) = 11690be2281bbf088f9ea2aa91863f5c1579054c SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938 |