diff options
author | itojun <itojun@pkgsrc.org> | 2002-04-03 03:44:32 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-04-03 03:44:32 +0000 |
commit | 3be912cca184c14c5f8974d1ba315ea9af5184bf (patch) | |
tree | cb0c792a3153064a3f1dac792dc1338e47f48996 /net/nsd | |
parent | 5b0df1b1ba9126b9ff7a0c866b32399071fcee1b (diff) | |
download | pkgsrc-3be912cca184c14c5f8974d1ba315ea9af5184bf.tar.gz |
upgrade to 1.0alpha2 (package versioned 0.9.2)
- IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6)
- Makefile modified for easier compile time configuration
- EDNS(0) bug fixed
- Default database changed to all lowercase, red-black tree to make nsd
DNSSEC ready
- REQUIREMENTS are cleaned up and updated
- Signal names changed in nsdc.sh.in
- Default compile options dont include -DMIMIC_BIND8
Diffstat (limited to 'net/nsd')
-rw-r--r-- | net/nsd/Makefile | 8 | ||||
-rw-r--r-- | net/nsd/distinfo | 8 | ||||
-rw-r--r-- | net/nsd/patches/patch-aa | 15 |
3 files changed, 21 insertions, 10 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index cfb6f97093e..72a29ad2940 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/04/01 04:19:26 jmc Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/03 03:44:32 itojun Exp $ -DISTNAME= nsd-1.0-alpha -PKGNAME= nsd-0.9 +DISTNAME= nsd-1.0-alpha2 +PKGNAME= nsd-0.9.2 CATEGORIES= net #MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ @@ -14,6 +14,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +WRKSRC= ${WRKDIR}/nsd + _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ ${ECHO} ' You need to get download password'; \ diff --git a/net/nsd/distinfo b/net/nsd/distinfo index 4a2a7bf2d7c..ffdd7f4b678 100644 --- a/net/nsd/distinfo +++ b/net/nsd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/03/28 02:17:18 itojun Exp $ +$NetBSD: distinfo,v 1.2 2002/04/03 03:44:33 itojun Exp $ -SHA1 (nsd-1.0-alpha.tar.gz) = 320d035aa47cdaa06f6d41ae3b4f0bd8ba0cd912 -Size (nsd-1.0-alpha.tar.gz) = 48910 bytes -SHA1 (patch-aa) = 9a724505a27eef2d145b9fa42d61ce46ad5ca54b +SHA1 (nsd-1.0-alpha2.tar.gz) = 57e5e51bc72cb3a5c4bd6b1e64edaf63229373f1 +Size (nsd-1.0-alpha2.tar.gz) = 51410 bytes +SHA1 (patch-aa) = d31c3f0dbe5bd68883ea3ccd4243e5b07be4046c diff --git a/net/nsd/patches/patch-aa b/net/nsd/patches/patch-aa index 15ccc0cc178..4c03a50f6e1 100644 --- a/net/nsd/patches/patch-aa +++ b/net/nsd/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/03/28 02:17:18 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2002/04/03 03:44:33 itojun Exp $ ---- Makefile- Wed Mar 20 08:13:49 2002 -+++ Makefile Wed Mar 20 08:13:58 2002 +--- Makefile.orig Tue Apr 2 22:53:49 2002 ++++ Makefile Wed Apr 3 12:42:29 2002 @@ -41,15 +41,14 @@ # Run-time enviroment settings @@ -20,3 +20,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/03/28 02:17:18 itojun Exp $ # The flags to pass to the NSD on startup NSDFLAGS = +@@ -80,7 +79,7 @@ + # + # Please see DBFLAGS below to switch the internal database type. + # +-FEATURES = # -DMIMIC_BIND8 -DINET6 ++FEATURES = -DINET6 + + # To compile NSD with internal red-black tree database + # uncomment the following two lines |