diff options
author | itojun <itojun@pkgsrc.org> | 2003-09-17 14:28:51 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-09-17 14:28:51 +0000 |
commit | 9d9ce60e1bb180fb54b3a6489ae5c137117f7255 (patch) | |
tree | d6bf7954690a8e500a56a969335f037e2ffc31de /net/bind9/Makefile | |
parent | a5096f14e8d8de33b6bb3b340474ed7fbf815f0e (diff) | |
download | pkgsrc-9d9ce60e1bb180fb54b3a6489ae5c137117f7255.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/Makefile')
-rw-r--r-- | net/bind9/Makefile | 7 |
1 files changed, 6 insertions, 1 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} |