diff options
author | salo <salo> | 2003-04-27 11:42:13 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-27 11:42:13 +0000 |
commit | 9f99a7d17fb20b61b4b0cb8b5f0049f0c9586c5a (patch) | |
tree | d82f9a983bb2e8879a110d8b35628c01ee1ecab1 /net/nmap | |
parent | 8866c244a5369f880907ee27e8574074d192d069 (diff) | |
download | pkgsrc-9f99a7d17fb20b61b4b0cb8b5f0049f0c9586c5a.tar.gz |
Updated to version 3.26.
Addresses PR pkg/21338 by Simon Hitzemann.
Changes:
- Fixed Mac OS X Compilation (at least on most of the machines
tested). You will probably need to type
"./configure CPP=/usr/bin/cpp" instead of simply "./configure".
If you still have trouble, drop me an email. Thanks to everyone
who provided or offered shell accounts!
- Fixed a segmentation fault several people reported that was
introduced in 3.25. This problem manifests itself intermittently
in many normal situations involving large-network scanning. So
all 3.25 users are urged to upgrade.
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 6 | ||||
-rw-r--r-- | net/nmap/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 82529a326e2..30b1246fa52 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.20 2003/04/22 10:32:24 salo Exp $ +# $NetBSD: Makefile,v 1.21 2003/04/27 11:42:13 salo Exp $ # -DISTNAME= nmap-3.25 +DISTNAME= nmap-3.26 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.insecure.org/nmap/index.html +HOMEPAGE= http://www.insecure.org/nmap/ COMMENT= Network/port scanner with OS detection USE_BUILDLINK2= YES diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 83e141f82d5..84957d5375c 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2003/04/22 10:32:24 salo Exp $ +$NetBSD: distinfo,v 1.9 2003/04/27 11:42:14 salo Exp $ -SHA1 (nmap-3.25.tar.bz2) = 4abcbc163f46415d1968fe13a1186a7e34cd9932 -Size (nmap-3.25.tar.bz2) = 870718 bytes +SHA1 (nmap-3.26.tar.bz2) = 7f68da91ca80df5bf28999c43f777517dd0ca35b +Size (nmap-3.26.tar.bz2) = 871101 bytes SHA1 (patch-aa) = 44dc9c98c8b032c7dc538ee89fcd42636f607f34 SHA1 (patch-ab) = 590271ab5edd85ec8304ae5ee2248c8249b42195 SHA1 (patch-ad) = 78b40e4840efc2c7d8b9ab94e0eedc4b47239304 |