diff options
author | salo <salo@pkgsrc.org> | 2005-02-09 13:58:41 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-02-09 13:58:41 +0000 |
commit | 7ece32acd3fb6ff8368b850c3c1e9839b7fb3887 (patch) | |
tree | eb59cb46e0315675992aa5e6fc84c6e8b0737bd4 /net/nmapfe | |
parent | 2ae49b70457f56c7f9ddaaf05bdd14437b1e6ab8 (diff) | |
download | pkgsrc-7ece32acd3fb6ff8368b850c3c1e9839b7fb3887.tar.gz |
Update to version 3.81
Changes:
- Nmap now prints a warning message on Windows if Winpcap is not found
(it then reverts to raw sockets mode if available, as usual).
- documentation fixes and updates.
Diffstat (limited to 'net/nmapfe')
-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 2f4cc46ba29..88082cbbfde 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2005/02/06 21:56:11 salo Exp $ +# $NetBSD: Makefile,v 1.30 2005/02/09 13:58:41 salo Exp $ # -DISTNAME= nmap-3.80 +DISTNAME= nmap-3.81 PKGNAME= nmapfe-0.9.5 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 |