pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind9 upgrade to 9.2.2p1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0ad8009ef52
branches:  trunk
changeset: 461525:f0ad8009ef52
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Wed Sep 17 14:28:51 2003 +0000

description:
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:

 net/bind9/Makefile |  7 ++++++-
 net/bind9/distinfo |  4 +++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 43b06bb02424 -r f0ad8009ef52 net/bind9/Makefile
--- a/net/bind9/Makefile        Wed Sep 17 14:27:03 2003 +0000
+++ b/net/bind9/Makefile        Wed Sep 17 14:28:51 2003 +0000
@@ -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 @@
 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 -r 43b06bb02424 -r f0ad8009ef52 net/bind9/distinfo
--- a/net/bind9/distinfo        Wed Sep 17 14:27:03 2003 +0000
+++ b/net/bind9/distinfo        Wed Sep 17 14:28:51 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index