summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-04-22 10:32:24 +0000
committersalo <salo@pkgsrc.org>2003-04-22 10:32:24 +0000
commit1b6799fc35ed0fa67a76ab69b496f5eb36cccc78 (patch)
treea42ac4db6d099e60d2036c3bf60a75ce1543b696 /net/nmap
parent76b7e87729e5cb2da33a1f8a8fb487beefeba9c3 (diff)
downloadpkgsrc-1b6799fc35ed0fa67a76ab69b496f5eb36cccc78.tar.gz
Updated to version 3.25.
Based on a patch sent by Simon Hitzemann via PR pkg/21245. Changes: - fetch .tar.bz2 files - UDP-based "ping" scanning (-PU) has been added. Works like -PS and -PA - "Assertion `pt->down_this_block > 0' failed" seems to be fixed now. - GCC dependency reported by Ayamura Kikuchi has been fixed. - "assertion failure" after --max_rtt_timeout < 3000 has been fixed. - Packet receive times are now taken from libpcap which improves performance a bit. - Fixed a bug that ignored RST responses while using -PS or -PA - Ping scan performance improved when many instances of Nmap are executed concurrently. - Fixed a problem that caused BSD Make to bail out (never noticed that on NetBSD). - Fixed a divide by zero error when nonroot users requested ICMP pings. Now it prints a warning and uses TCP connect() ping. - Nmap is now a bit more tolerant of corrupt nmap-services and nmap-protocols. - Some portnumbers have been added. - --packet_trace support for Windows added. - Removed superfluous "addport" line in XML output. - wintcpip.cc and tcpip.cc have been merged into tcpip.cc - Fixed assertion failure crashes related to combining port 0 scans and OS scan. - Compilation problems on systems without IPv6 support have been fixed. - Applied patch from Jochen Erwied which fixes the format strings used for printing certain timestamps. - Upgraded to autoconf 2.57 - Renamed configure.ac to configure.in - Changed the wording of NmapFE Gnome entries to better-comply with Gnome's Human Interface Guidelines.
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/Makefile6
-rw-r--r--net/nmap/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index 82699cdae7f..82529a326e2 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2003/03/22 04:07:10 salo Exp $
+# $NetBSD: Makefile,v 1.20 2003/04/22 10:32:24 salo Exp $
#
-DISTNAME= nmap-3.20
+DISTNAME= nmap-3.25
CATEGORIES= net security
MASTER_SITES= http://www.insecure.org/nmap/dist/
-EXTRACT_SUFX= .tgz
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.insecure.org/nmap/index.html
diff --git a/net/nmap/distinfo b/net/nmap/distinfo
index 9d34e5a1fc1..83e141f82d5 100644
--- a/net/nmap/distinfo
+++ b/net/nmap/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2003/03/22 04:07:10 salo Exp $
+$NetBSD: distinfo,v 1.8 2003/04/22 10:32:24 salo Exp $
-SHA1 (nmap-3.20.tgz) = 364146163dc512c0ea751134d2cdd78af4dcbf20
-Size (nmap-3.20.tgz) = 1082736 bytes
+SHA1 (nmap-3.25.tar.bz2) = 4abcbc163f46415d1968fe13a1186a7e34cd9932
+Size (nmap-3.25.tar.bz2) = 870718 bytes
SHA1 (patch-aa) = 44dc9c98c8b032c7dc538ee89fcd42636f607f34
SHA1 (patch-ab) = 590271ab5edd85ec8304ae5ee2248c8249b42195
SHA1 (patch-ad) = 78b40e4840efc2c7d8b9ab94e0eedc4b47239304