Date: Wed, 12 Jan 2000 12:31:33 -0600 From: Dave Glowacki <dglo@ssec.wisc.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16082: Update for nslint Message-ID: <200001121831.MAA10795@hyde.ssec.wisc.edu>
next in thread | raw e-mail | index | archive | help
>Number: 16082 >Category: ports >Synopsis: nslint sources have been updated >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 12 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dave Glowacki >Release: FreeBSD 3.4-STABLE i386 >Organization: None >Environment: >Description: nslint has been updated to version 2.0.1. Changes are listed as: - Handle $ttl. - Fix some minor portability/compiler problems for OSF 4. - Correctly detect mx records that point to themselves but not a real "a" record. - Fix file descriptor leak in doconf(). Thanks to Paul McIlfatrick (paul.mcilfatrick@bt.com) >How-To-Repeat: >Fix: Apply the following patch: diff -ru nslint.old/Makefile nslint/Makefile --- nslint.old/Makefile Tue Aug 31 00:49:21 1999 +++ nslint/Makefile Sun Jan 2 14:41:03 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: nslint -# Version required: 2.0 +# Version required: 2.0.1 # Date created: 27 October 1997 # Whom: dglo@ssec.wisc.edu # # $FreeBSD: ports/net/nslint/Makefile,v 1.8 1999/08/30 14:23:30 peter Exp $ # -DISTNAME= nslint-2.0 +DISTNAME= nslint-2.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ EXTRACT_SUFX= .tar.Z diff -ru nslint.old/files/md5 nslint/files/md5 --- nslint.old/files/md5 Sat Jan 16 12:02:14 1999 +++ nslint/files/md5 Sun Jan 2 14:43:19 2000 @@ -1 +1 @@ -MD5 (nslint-2.0.tar.Z) = b20713878bbfb7497d20aae7bf6614a3 +MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16 Only in nslint/files: xxx diff -ru nslint.old/patches/patch-ac nslint/patches/patch-ac --- nslint.old/patches/patch-ac Mon Oct 27 09:55:02 1997 +++ nslint/patches/patch-ac Sun Jan 2 14:49:28 2000 @@ -1,24 +1,14 @@ -*** nslint.8.orig Wed Sep 24 20:11:08 1997 ---- nslint.8 Mon Oct 27 09:54:44 1997 +*** nslint.8.orig Tue Feb 23 15:05:17 1999 +--- nslint.8 Sun Jan 2 14:48:23 2000 *************** -*** 101,107 **** +*** 101,114 **** Specify an alternate .I named.boot file. The default is -! .I /etc/named.boot - (just like - .IR named (8)). +! .IR /etc/named.boot . .TP ---- 101,107 ---- - Specify an alternate - .I named.boot - file. The default is -! .I /etc/namedb/named.boot - (just like - .IR named (8)). .TP -*************** -*** 110,116 **** + .B -c Specify an alternate .I named.conf file. The default is @@ -26,7 +16,14 @@ .TP .B -B Specify an alternate ---- 110,116 ---- +--- 101,114 ---- + Specify an alternate + .I named.boot + file. The default is +! .IR /etc/namedb/named.boot . + .TP + .TP + .B -c Specify an alternate .I named.conf file. The default is @@ -35,7 +32,7 @@ .B -B Specify an alternate *************** -*** 399,405 **** +*** 398,404 **** .na .nh .nf @@ -43,7 +40,7 @@ nslint.boot - default nslint configuration file .ad .hy ---- 399,405 ---- +--- 398,404 ---- .na .nh .nf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001121831.MAA10795>