diff options
author | salo <salo> | 2003-06-17 14:49:48 +0000 |
---|---|---|
committer | salo <salo> | 2003-06-17 14:49:48 +0000 |
commit | fc936353c5aca2e0175096d13c7105f4c09583a7 (patch) | |
tree | 2553132c09c5e68f421d534ca79fe328ebf00332 /net | |
parent | b779a91b4a147b64b40844f405ea1c5fc7652599 (diff) | |
download | pkgsrc-fc936353c5aca2e0175096d13c7105f4c09583a7.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 |