summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-07-03 13:33:59 +0000
committerjoerg <joerg@pkgsrc.org>2006-07-03 13:33:59 +0000
commit0ccefcdfb6cf61a25c7c92b3e3bcdc735f68d69f (patch)
tree784bc056f5b2d055674faa120866bdf13165e1a2 /net
parent4a4cdbd0e16c0ea89e39bc6061fe232df22b06a0 (diff)
downloadpkgsrc-0ccefcdfb6cf61a25c7c92b3e3bcdc735f68d69f.tar.gz
Update to nsd-2.3.5. This fixes a number of minor bugs.
Diffstat (limited to 'net')
-rw-r--r--net/nsd/Makefile4
-rw-r--r--net/nsd/distinfo10
-rw-r--r--net/nsd/patches/patch-aa18
3 files changed, 16 insertions, 16 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index cd3815d12e6..79e282a66a6 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2006/05/02 17:32:05 joerg Exp $
+# $NetBSD: Makefile,v 1.38 2006/07/03 13:33:59 joerg Exp $
-DISTNAME= nsd-2.3.3
+DISTNAME= nsd-2.3.5
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
diff --git a/net/nsd/distinfo b/net/nsd/distinfo
index c2a896f0a9c..24208e4c86c 100644
--- a/net/nsd/distinfo
+++ b/net/nsd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2005/12/12 20:34:14 joerg Exp $
+$NetBSD: distinfo,v 1.20 2006/07/03 13:33:59 joerg Exp $
-SHA1 (nsd-2.3.3.tar.gz) = def04dc4cecc70065edd3174ff0326027d208eb8
-RMD160 (nsd-2.3.3.tar.gz) = cfa0f7e5af0ee93b62af7512a83726cf485e66e5
-Size (nsd-2.3.3.tar.gz) = 236488 bytes
-SHA1 (patch-aa) = 47f3da8df8c4a02d4f6752f958125a2a6969dde2
+SHA1 (nsd-2.3.5.tar.gz) = 99d3e0a763700ffa130082bb7955ddb6fa1ad5d7
+RMD160 (nsd-2.3.5.tar.gz) = 7844faee0593bc67c8008d8c1140b1998ceb4945
+Size (nsd-2.3.5.tar.gz) = 239147 bytes
+SHA1 (patch-aa) = 65bac2ea618750ab629142c2c85cdfbc846e19e3
diff --git a/net/nsd/patches/patch-aa b/net/nsd/patches/patch-aa
index 292a12f21ac..715d56abcf3 100644
--- a/net/nsd/patches/patch-aa
+++ b/net/nsd/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.9 2005/11/05 21:27:53 joerg Exp $
+$NetBSD: patch-aa,v 1.10 2006/07/03 13:34:00 joerg 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
+--- Makefile.in.orig 2006-05-08 09:26:05.000000000 +0000
++++ Makefile.in
+@@ -173,8 +173,9 @@ install: all
+ $(INSTALL_DATA) zonec.8 $(DESTDIR)$(mandir)/man8
+ $(INSTALL_DATA) nsd-notify.8 $(DESTDIR)$(mandir)/man8/nsd-notify.8
+ $(INSTALL_DATA) nsd-xfer.8 $(DESTDIR)$(mandir)/man8/nsd-xfer.8
+- $(INSTALL_DATA) nsdc.conf.sample $(DESTDIR)$(configfile).sample
+- $(INSTALL_DATA) nsd.zones.sample $(DESTDIR)$(zonesfile).sample
+ mkdir -p $(prefix)/share/examples/nsd
+ $(INSTALL_DATA) nsdc.conf.sample $(prefix)/share/examples/nsd/nsdc.conf
+ $(INSTALL_DATA) nsd.zones.sample $(prefix)/share/examples/nsd/nsd.zones