pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nsd update to 2.2.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc9fed67616d
branches: trunk
changeset: 487715:fc9fed67616d
user: itojun <itojun%pkgsrc.org@localhost>
date: Wed Jan 19 02:11:24 2005 +0000
description:
update to 2.2.0.
- nsd-xfer is now in package
- bug fixes
- pidfile can be specified by -P
diffstat:
net/nsd/Makefile | 5 ++---
net/nsd/PLIST | 13 +++++++++----
net/nsd/distinfo | 7 ++++---
net/nsd/patches/patch-aa | 16 ++++++++++++++++
4 files changed, 31 insertions(+), 10 deletions(-)
diffs (79 lines):
diff -r 6bef4f6e7a68 -r fc9fed67616d net/nsd/Makefile
--- a/net/nsd/Makefile Wed Jan 19 00:19:27 2005 +0000
+++ b/net/nsd/Makefile Wed Jan 19 02:11:24 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2004/12/29 15:42:38 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2005/01/19 02:11:24 itojun Exp $
-DISTNAME= nsd-2.1.2
-PKGREVISION= 1
+DISTNAME= nsd-2.2.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
diff -r 6bef4f6e7a68 -r fc9fed67616d net/nsd/PLIST
--- a/net/nsd/PLIST Wed Jan 19 00:19:27 2005 +0000
+++ b/net/nsd/PLIST Wed Jan 19 02:11:24 2005 +0000
@@ -1,21 +1,26 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/16 21:55:14 itojun Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/01/19 02:11:24 itojun Exp $
sbin/nsd
-sbin/nsd-notify
+sbin/zonec
sbin/nsdc
-sbin/zonec
+sbin/nsd-notify
+sbin/nsd-xfer
man/man8/nsd.8
-man/man8/nsd-notify.8
man/man8/nsdc.8
man/man8/zonec.8
+man/man8/nsd-notify.8
+man/man8/nsd-xfer.8
share/nsd/DIFFERENCES
share/nsd/LICENSE
share/nsd/NSD-DATABASE
share/nsd/README
share/nsd/RELNOTES
share/nsd/TODO
+share/examples/nsd/nsdc.conf.sample
+share/examples/nsd/nsd.zones.sample
share/nsd/contrib/README
share/nsd/contrib/build-nsdzones.pl
share/nsd/contrib/build-nsdzones.pl.README
share/nsd/contrib/example-plugin.c
+@dirrm share/examples/nsd
@dirrm share/nsd/contrib
@dirrm share/nsd
diff -r 6bef4f6e7a68 -r fc9fed67616d net/nsd/distinfo
--- a/net/nsd/distinfo Wed Jan 19 00:19:27 2005 +0000
+++ b/net/nsd/distinfo Wed Jan 19 02:11:24 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.15 2004/07/31 17:15:15 itojun Exp $
+$NetBSD: distinfo,v 1.16 2005/01/19 02:11:24 itojun Exp $
-SHA1 (nsd-2.1.2.tar.gz) = dfae3780dc4be68236e77e716ffc8bca9f81130b
-Size (nsd-2.1.2.tar.gz) = 218704 bytes
+SHA1 (nsd-2.2.0.tar.gz) = 4a9e1d6c822ccda8c49884ee97246120fb30926a
+Size (nsd-2.2.0.tar.gz) = 230431 bytes
+SHA1 (patch-aa) = d39630dd21c53bddfedff5fe8525dd93227e2f40
diff -r 6bef4f6e7a68 -r fc9fed67616d net/nsd/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nsd/patches/patch-aa Wed Jan 19 02:11:24 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.8 2005/01/19 02:11:24 itojun Exp $
+
+--- Makefile.in- 2005-01-19 11:05:06.000000000 +0900
++++ Makefile.in 2005-01-19 11:06:59.000000000 +0900
+@@ -148,8 +148,9 @@
+ $(INSTALL_DATA) zonec.8 $(mandir)/man8
+ $(INSTALL_DATA) nsd-notify.8 $(mandir)/man8/nsd-notify.8
+ $(INSTALL_DATA) nsd-xfer.8 $(mandir)/man8/nsd-xfer.8
+- $(INSTALL_DATA) nsdc.conf.sample $(configfile).sample
+- $(INSTALL_DATA) nsd.zones.sample $(zonesfile).sample
++ mkdir -p $(prefix)/share/examples/nsd
++ $(INSTALL_DATA) nsdc.conf.sample $(prefix)/share/examples/nsd
++ $(INSTALL_DATA) nsd.zones.sample $(prefix)/share/examples/nsd
+
+ uninstall:
+ @echo
Home |
Main Index |
Thread Index |
Old Index