diff options
author | itojun <itojun@pkgsrc.org> | 2003-09-20 12:50:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-09-20 12:50:24 +0000 |
commit | 7c57e0315401f718348857694a8776fb4fb3ad1a (patch) | |
tree | 532fe56a2d6f8feb1abe79ad3f38107846c7cbe6 | |
parent | 91aca72675e0a23e6db8c7e37ed509f17e466b14 (diff) | |
download | pkgsrc-7c57e0315401f718348857694a8776fb4fb3ad1a.tar.gz |
9.2.2-P2
--- 9.2.2-P2 released ---
1509. [bug] Hint zones should accept delegation-only. Forward
zone should not accept delegation-only.
1508. [bug] Don't apply delegation-only checks to answers from
forwarders.
1507. [bug] Handle BIND 8 style returns to NS queries to parents
when making delegation-only checks.
1506. [bug] Wrong return type for dns_view_isdelegationonly().
-rw-r--r-- | net/bind9/Makefile | 12 | ||||
-rw-r--r-- | net/bind9/distinfo | 8 |
2 files changed, 7 insertions, 13 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 350b1e9b3ca..131743b649e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,19 +1,15 @@ -# $NetBSD: Makefile,v 1.49 2003/09/17 14:28:51 itojun Exp $ +# $NetBSD: Makefile,v 1.50 2003/09/20 12:50:24 itojun Exp $ # -DISTNAME= bind-${BIND_VERSION} -PKGNAME= bind-${BIND_VERSION}p1 +DISTNAME= bind-${BIND_VERSION}-P2 +PKGNAME= bind-${BIND_VERSION}p2 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}-P2/ 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 9084e4ec054..da6336283f7 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.10 2003/09/17 14:28:52 itojun Exp $ +$NetBSD: distinfo,v 1.11 2003/09/20 12:50:24 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 (bind/9.2.2/bind-9.2.2-P2.tar.gz) = 294daa96946f63c9008c10b92fb7fe04d3991f37 +Size (bind/9.2.2/bind-9.2.2-P2.tar.gz) = 5058398 bytes SHA1 (patch-aa) = 11690be2281bbf088f9ea2aa91863f5c1579054c SHA1 (patch-ab) = 1d3d82e3e01ac38e8a1b1d98e018849e8fe071bf SHA1 (patch-ac) = 1696adfab7392e0f150d34931b808e51ad017938 |