From 6fe33bd03bde51a1b98fea20b3d513180c9ac561 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 22 Apr 2003 10:32:24 +0000 Subject: 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. --- net/nmap/Makefile | 6 +++--- net/nmap/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net/nmap') 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 -- cgit v1.2.3