diff options
author | snj <snj> | 2009-05-06 03:44:02 +0000 |
---|---|---|
committer | snj <snj> | 2009-05-06 03:44:02 +0000 |
commit | 80ad2c66db0618f87be3c785d3a77af7f4ddf9f8 (patch) | |
tree | 756b83cbfeb61a9ebafad14fcfe58c3196a45815 | |
parent | cd3ccf7db5b19534ce3a48a509004dd943ec9b81 (diff) | |
download | pkgsrc-80ad2c66db0618f87be3c785d3a77af7f4ddf9f8.tar.gz |
Update to 2.1a9. Closes PR 33142. Changes:
- Handle "srv" records.
- Fix some ttl parsing problems.
- Add "ignore" option
- Hack in support for "view"
- Check for duplicate "cname" records.
- Upgrade to autoconf 2.61
-rw-r--r-- | net/nslint/Makefile | 5 | ||||
-rw-r--r-- | net/nslint/distinfo | 12 | ||||
-rw-r--r-- | net/nslint/patches/patch-aa | 20 | ||||
-rw-r--r-- | net/nslint/patches/patch-ab | 20 |
4 files changed, 28 insertions, 29 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 398e511edf3..46c87185b12 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:31 joerg Exp $ -# +# $NetBSD: Makefile,v 1.9 2009/05/06 03:44:02 snj Exp $ -DISTNAME= nslint-2.0.2 +DISTNAME= nslint-2.1a9 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ ftp://ftp.ee.lbl.gov/old/ diff --git a/net/nslint/distinfo b/net/nslint/distinfo index 3c8e56b01de..78bbca8e75f 100644 --- a/net/nslint/distinfo +++ b/net/nslint/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:57 agc Exp $ +$NetBSD: distinfo,v 1.4 2009/05/06 03:44:02 snj Exp $ -SHA1 (nslint-2.0.2.tar.gz) = 2dff2a10ed28140fb3aa2fcdb36889fcdd498d2f -RMD160 (nslint-2.0.2.tar.gz) = 5c3c1ae81bac4913010021169221bb6cb73df1db -Size (nslint-2.0.2.tar.gz) = 59421 bytes -SHA1 (patch-aa) = 782710a802e00a7e0beb5040ca6b7af53c816aa1 -SHA1 (patch-ab) = 9ca50cc941e4122a5477cd61e132f9351699e8af +SHA1 (nslint-2.1a9.tar.gz) = 4dd0df54f847dedc4b1641d57e3effb2d526ed71 +RMD160 (nslint-2.1a9.tar.gz) = 50d953c45b4f3dbf56f30d91fb35bf739cd2682a +Size (nslint-2.1a9.tar.gz) = 67368 bytes +SHA1 (patch-aa) = 10ba558b6b6057b4698a8650d0abd5d9b872ddf6 +SHA1 (patch-ab) = 41c009707a439a7abdaa669d1f476e909363a2e4 SHA1 (patch-ac) = e9202aae9b861d644d6ec41c302950f600a6c26a diff --git a/net/nslint/patches/patch-aa b/net/nslint/patches/patch-aa index 2712d323bee..053822219ea 100644 --- a/net/nslint/patches/patch-aa +++ b/net/nslint/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $ +$NetBSD: patch-aa,v 1.2 2009/05/06 03:44:02 snj Exp $ ---- nslint.8.orig Wed Mar 21 02:49:00 2001 -+++ nslint.8 -@@ -101,14 +101,14 @@ +--- nslint.8.orig 2009-05-05 20:25:47.000000000 -0700 ++++ nslint.8 2009-05-05 20:23:54.000000000 -0700 +@@ -101,14 +101,14 @@ Missing semicolons and quotes. Specify an alternate .I named.boot file. The default is @@ -19,12 +19,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $ .TP .B -B Specify an alternate -@@ -422,7 +422,7 @@ +@@ -466,8 +466,8 @@ This will suppress "name referenced with .na .nh .nf --/etc/named.boot - default named configuration file -+/etc/namedb/named.boot - default named configuration file - nslint.boot - default nslint configuration file +-/etc/named.conf - default named configuration file +-/etc/named.boot - old style named configuration file ++/etc/namedb/named.conf - default named configuration file ++/etc/namedb/named.boot - old style named configuration file + nslint.conf - default nslint configuration file + nslint.boot - old style nslint configuration file .ad - .hy diff --git a/net/nslint/patches/patch-ab b/net/nslint/patches/patch-ab index 836ffe89c4c..a47d19c1edd 100644 --- a/net/nslint/patches/patch-ab +++ b/net/nslint/patches/patch-ab @@ -1,15 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $ +$NetBSD: patch-ab,v 1.2 2009/05/06 03:44:02 snj Exp $ ---- nslint.c.orig Thu Feb 1 23:47:51 2001 -+++ nslint.c -@@ -127,8 +127,8 @@ +--- nslint.c.orig 2009-05-05 20:26:49.000000000 -0700 ++++ nslint.c 2009-05-05 20:27:43.000000000 -0700 +@@ -139,7 +139,7 @@ int strsize; /* size of space left in p int debug; int errors; --char *bootfile = "/etc/named.boot"; --char *conffile = "/etc/named.conf"; -+char *bootfile = "/etc/namedb/named.boot"; -+char *conffile = "/etc/namedb/named.conf"; - char *nslintboot; - char *nslintconf; - char *prog; +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__NetBSD__) + char *bootfile = "/etc/namedb/named.boot"; + char *conffile = "/etc/namedb/named.conf"; + #else |