pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nslint Update to 2.1a9. Closes PR 33142. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdd13de3e0cf
branches:  trunk
changeset: 392673:bdd13de3e0cf
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed May 06 03:44:02 2009 +0000

description:
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

diffstat:

 net/nslint/Makefile         |   5 ++---
 net/nslint/distinfo         |  12 ++++++------
 net/nslint/patches/patch-aa |  20 +++++++++++---------
 net/nslint/patches/patch-ab |  20 +++++++++-----------
 4 files changed, 28 insertions(+), 29 deletions(-)

diffs (95 lines):

diff -r 5e058683ea40 -r bdd13de3e0cf net/nslint/Makefile
--- a/net/nslint/Makefile       Wed May 06 03:14:51 2009 +0000
+++ b/net/nslint/Makefile       Wed May 06 03:44:02 2009 +0000
@@ -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 -r 5e058683ea40 -r bdd13de3e0cf net/nslint/distinfo
--- a/net/nslint/distinfo       Wed May 06 03:14:51 2009 +0000
+++ b/net/nslint/distinfo       Wed May 06 03:44:02 2009 +0000
@@ -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 -r 5e058683ea40 -r bdd13de3e0cf net/nslint/patches/patch-aa
--- a/net/nslint/patches/patch-aa       Wed May 06 03:14:51 2009 +0000
+++ b/net/nslint/patches/patch-aa       Wed May 06 03:44:02 2009 +0000
@@ -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 @@
  .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 -r 5e058683ea40 -r bdd13de3e0cf net/nslint/patches/patch-ab
--- a/net/nslint/patches/patch-ab       Wed May 06 03:14:51 2009 +0000
+++ b/net/nslint/patches/patch-ab       Wed May 06 03:44:02 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index