update to 2.0.0. IPv6 enabled by default, experimental DNSSEC support

(disabled by default).
This commit is contained in:
itojun 2004-02-15 18:47:04 +00:00
parent d1a76947e6
commit 6db5b07868
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2003/07/28 22:38:26 itojun Exp $
# $NetBSD: Makefile,v 1.17 2004/02/15 18:47:04 itojun Exp $
DISTNAME= nsd-1.2.2
DISTNAME= nsd-2.0.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
@ -8,6 +8,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nlnetlabs.nl/nsd/index.html
COMMENT= Authoritative-only DNS server
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR}

View file

@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2002/08/28 16:05:50 itojun Exp $
@comment $NetBSD: PLIST,v 1.3 2004/02/15 18:47:04 itojun Exp $
sbin/nsd
sbin/nsd-notify
sbin/nsdc
sbin/zonec
man/man8/nsd.8
man/man8/nsd-notify.8
man/man8/nsdc.8
man/man8/zonec.8

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.11 2003/07/28 22:38:26 itojun Exp $
$NetBSD: distinfo,v 1.12 2004/02/15 18:47:04 itojun Exp $
SHA1 (nsd-1.2.2.tar.gz) = a3eb9dec6bd291936926eb26ec2b0bd8e161617d
Size (nsd-1.2.2.tar.gz) = 140569 bytes
SHA1 (nsd-2.0.0.tar.gz) = e46837413a8644de5bc0900e4f3547748f4bbb59
Size (nsd-2.0.0.tar.gz) = 212463 bytes