diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-03 11:51:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-03 11:51:16 +0000 |
commit | f4f8fd73e6e5bf9dad06f5bf35437ae4a85d5400 (patch) | |
tree | 6cbb075228d0e7ce8fe64aa517b912c3aef61ce4 /net/nbtscan/Makefile | |
parent | 696abfea85bea37c969536811fac3e58fe2c5407 (diff) | |
download | pkgsrc-f4f8fd73e6e5bf9dad06f5bf35437ae4a85d5400.tar.gz |
Update to 1.5, prompted by PR 20985 by ISIHARA Takanori:
Version 1.5 - May 2002
- Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed).
Bug reported by Tom Kustner, Kenny Breck and Richard IJzermans
- Fixed a bug in interpreting netmask /32 and /0. Patch provided by Thomas Poindessous for Debian Linux
- List of hosts to scan can now be read from stdin as well as from file. Suggested by Kevin Kadow
- Fixed a bug in timing. (nbtscan waited for two seconds after scanning not doing anything). Reported by Ceri Hopkins
- Nbtscan now works on Darwin. Patches provided by Mohammad A. Haque
- timeout option -t is now in milliseconds, not seconds
- Fixed some Solaris portability problems. Patches provided by Petter Reinholdtsen
Diffstat (limited to 'net/nbtscan/Makefile')
-rw-r--r-- | net/nbtscan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index db02b29e9d1..dafef6da460 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/03/16 14:22:06 cjep Exp $ -# FreeBSD Id: ports/net/nbtscan/Makefile,v 1.2 2001/08/25 10:53:28 kris Exp +# $NetBSD: Makefile,v 1.4 2003/04/03 11:51:16 wiz Exp $ +# -DISTNAME= nbtscan-1.0.3 +DISTNAME= nbtscan-1.5 CATEGORIES= net MASTER_SITES= http://www.inetcat.org/software/ |