summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/nmap/Makefile5
-rw-r--r--net/nmap/distinfo8
-rw-r--r--net/nmap/patches/patch-ab20
3 files changed, 12 insertions, 21 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile
index 96f5790f94e..47e4ba0f9d7 100644
--- a/net/nmap/Makefile
+++ b/net/nmap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2004/10/03 00:17:56 tv Exp $
+# $NetBSD: Makefile,v 1.38 2004/10/19 07:03:09 salo Exp $
#
-DISTNAME= nmap-3.70
-PKGREVISION= 1
+DISTNAME= nmap-3.75
CATEGORIES= net security
MASTER_SITES= http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tar.bz2
diff --git a/net/nmap/distinfo b/net/nmap/distinfo
index 624376d27dc..1c51734f88d 100644
--- a/net/nmap/distinfo
+++ b/net/nmap/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2004/09/01 01:20:51 salo Exp $
+$NetBSD: distinfo,v 1.19 2004/10/19 07:03:10 salo Exp $
-SHA1 (nmap-3.70.tar.bz2) = 46256012d6d9e6fa84b10e6428aab97a00451f05
-Size (nmap-3.70.tar.bz2) = 1435675 bytes
+SHA1 (nmap-3.75.tar.bz2) = 0f8d80bcd71026ef2ffc262d268d81e03f2297f3
+Size (nmap-3.75.tar.bz2) = 1439720 bytes
SHA1 (patch-aa) = 0ab8ca4b1123ab22720eb594973eb7e9ca07903b
-SHA1 (patch-ab) = 31cee0df5dd8d071f421fc8b9d467b34a6275472
+SHA1 (patch-ab) = 7ac228ff6016b1893b0bdd38134fe46f6ee71b67
SHA1 (patch-ad) = cf858f405358db39fd28f04055e96746b3411261
SHA1 (patch-ae) = 703872b2f822e48080b6158774d0adf75e652bff
SHA1 (patch-af) = 21b03fc6658267c6c40d65f634f4fe20d06a2d77
diff --git a/net/nmap/patches/patch-ab b/net/nmap/patches/patch-ab
index 8238e3eea94..c20a7e1b387 100644
--- a/net/nmap/patches/patch-ab
+++ b/net/nmap/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2003/10/07 17:50:37 reed Exp $
+$NetBSD: patch-ab,v 1.9 2004/10/19 07:03:10 salo Exp $
---- configure.orig 2003-09-13 05:40:51.000000000 +0000
-+++ configure 2003-10-07 16:22:16.000000000 +0000
-@@ -5173,10 +5173,6 @@
+--- configure.orig 2004-10-17 05:49:33.000000000 +0200
++++ configure 2004-10-19 08:43:53.000000000 +0200
+@@ -5715,10 +5715,6 @@
fi;
@@ -13,19 +13,11 @@ $NetBSD: patch-ab,v 1.8 2003/10/07 17:50:37 reed Exp $
if test $needs_cpp_precomp = yes; then
CXXFLAGS="-no-cpp-precomp $CXXFLAGS"
fi
-@@ -5208,6 +5204,7 @@
+@@ -5752,6 +5748,7 @@
extern char pcap_version[];
int main() {
int major, minor;
-+ exit(0); /*fool it*/
++ exit(0); /* fool it */
sscanf(pcap_version,"%d.%d", &major, &minor);
if (major > 0)
exit(0);
-@@ -6983,7 +6980,6 @@
-
-
-
--subdirs="$subdirs $subdirs "
-
-
-