diff options
author | salo <salo@pkgsrc.org> | 2003-06-17 14:49:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-17 14:49:48 +0000 |
commit | ac56466f593d2f28b7f22d363b7ed0e4b7389c71 (patch) | |
tree | 2553132c09c5e68f421d534ca79fe328ebf00332 /net | |
parent | a5abc41ad5c30ae1a606fd52f5b60c4b98642ffc (diff) | |
download | pkgsrc-ac56466f593d2f28b7f22d363b7ed0e4b7389c71.tar.gz |
PKGREVISION++
Sync with the latest nmap.
Changes (from nmap):
- Applied (with a few modifications) a large NmapFE patch from Peter
Marschall (peter(a)adpm.de). This patch adds a bunch more scan/ping
options and cleans up some redundant NmapFE code.
Diffstat (limited to 'net')
-rw-r--r-- | net/nmapfe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index b6cfc5f2d0b..08c3d026226 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/05/02 11:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/06/17 14:49:48 salo Exp $ # -DISTNAME= nmap-3.27 +DISTNAME= nmap-3.28 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 |