summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-30 16:55:43 +0000
committerwiz <wiz@pkgsrc.org>2002-07-30 16:55:43 +0000
commit577ccc072c10222462a2b17b520dd30bfb9e43c4 (patch)
tree8287e73eb024f7e36250cef3b05a193a95670472 /net
parent7f5eec8fe41ede9fc04007d3c91fc7a6e36bb72c (diff)
downloadpkgsrc-577ccc072c10222462a2b17b520dd30bfb9e43c4.tar.gz
Update to 1.0.3, from ISIHARA Takanori in pkg/17767.
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
Diffstat (limited to 'net')
-rw-r--r--net/nbtscan/Makefile4
-rw-r--r--net/nbtscan/distinfo8
-rw-r--r--net/nbtscan/patches/patch-aa13
-rw-r--r--net/nbtscan/patches/patch-ab13
4 files changed, 5 insertions, 33 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile
index f94c0c940b5..e9a9da98282 100644
--- a/net/nbtscan/Makefile
+++ b/net/nbtscan/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/09 20:08:48 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/07/30 16:55:43 wiz Exp $
# FreeBSD Id: ports/net/nbtscan/Makefile,v 1.2 2001/08/25 10:53:28 kris Exp
-DISTNAME= nbtscan-1.0.2
+DISTNAME= nbtscan-1.0.3
CATEGORIES= net
MASTER_SITES= http://www.inetcat.org/software/
diff --git a/net/nbtscan/distinfo b/net/nbtscan/distinfo
index 4f1385f1758..c81b0816af0 100644
--- a/net/nbtscan/distinfo
+++ b/net/nbtscan/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/07/21 15:43:12 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/07/30 16:55:43 wiz Exp $
-SHA1 (nbtscan-1.0.2.tar.gz) = 7dadcd1dc6143b3c67f05cdbb8a76d46316ce9c2
-Size (nbtscan-1.0.2.tar.gz) = 121323 bytes
-SHA1 (patch-aa) = 966afcff134f2e35ee95854ceb8d8e17f6857bb9
-SHA1 (patch-ab) = af63ec9e4697bde08aa2ca6c6a21fcf755f56671
+SHA1 (nbtscan-1.0.3.tar.gz) = 506f5e6296fa7d1b7dd0306dd86bdd6347985e8c
+Size (nbtscan-1.0.3.tar.gz) = 69806 bytes
diff --git a/net/nbtscan/patches/patch-aa b/net/nbtscan/patches/patch-aa
deleted file mode 100644
index 0a37b225369..00000000000
--- a/net/nbtscan/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/09 20:08:48 agc Exp $
-
-$OpenBSD: patch-configure,v 1.1 2001/03/16 10:20:50 wilfried Exp $
---- configure.orig Wed Mar 29 11:28:23 2000
-+++ configure Thu Mar 15 22:28:24 2001
-@@ -522,7 +522,6 @@ fi
-
-
-
--CFLAGS=-O2
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
diff --git a/net/nbtscan/patches/patch-ab b/net/nbtscan/patches/patch-ab
deleted file mode 100644
index fceee6881f1..00000000000
--- a/net/nbtscan/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/07/09 20:08:48 agc Exp $
-
-$OpenBSD: patch-configure_in,v 1.1 2001/03/16 10:20:50 wilfried Exp $
---- configure.in.orig Wed Mar 29 11:28:13 2000
-+++ configure.in Thu Mar 15 22:28:22 2001
-@@ -2,7 +2,6 @@ dnl Process this file with autoconf to p
- AC_INIT(statusq.c)
-
- dnl Checks for programs.
--CFLAGS=-O2
- AC_PROG_CC
- AC_PROG_INSTALL
-