1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to version 1.3.3.

* Bug fix: grep -v changed to grep -iv (compare domains caselessly).
 * Bug fix: nameservers now sorted in SOA serial number order, largest first.
   This way you can dlint the primary server immediately after making changes
   to it (previously had to wait for secondaries to do their update).
 * Optimization: if any nameserver does not return an SOA record in Test 1,
   it is removed from the list of nameservers and a warning is reported.
   This way dlint won't use broken nameservers during the rest of the run.
 * Sanity check domain names of nameservers themselves: any nameserver with
   in-addr.arpa. in its name generates a warning and is skipped.
This commit is contained in:
David E. O'Brien 1999-10-31 23:57:54 +00:00
parent 535bd3199c
commit 63b30814ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22744
4 changed files with 8 additions and 12 deletions

View File

@ -7,8 +7,8 @@
# $FreeBSD$
#
DISTNAME= dlint1.3.2
PKGNAME= dlint-1.3.2
DISTNAME= dlint1.3.3
PKGNAME= dlint-1.3.3
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
@ -18,9 +18,7 @@ NO_BUILD= yes
MAN8= dlint.8
do-configure:
@${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig
@${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \
${WRKSRC}/dlint.orig >${WRKSRC}/dlint
@${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:

View File

@ -1 +1 @@
MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071
MD5 (dlint1.3.3.tar.gz) = afe92d90bc73d812e1973995293849c4

View File

@ -7,8 +7,8 @@
# $FreeBSD$
#
DISTNAME= dlint1.3.2
PKGNAME= dlint-1.3.2
DISTNAME= dlint1.3.3
PKGNAME= dlint-1.3.3
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
@ -18,9 +18,7 @@ NO_BUILD= yes
MAN8= dlint.8
do-configure:
@${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig
@${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \
${WRKSRC}/dlint.orig >${WRKSRC}/dlint
@${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:

View File

@ -1 +1 @@
MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071
MD5 (dlint1.3.3.tar.gz) = afe92d90bc73d812e1973995293849c4