summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-04-29 22:04:56 +0000
committeradamw <adamw@FreeBSD.org>2003-04-29 22:04:56 +0000
commit81e2dba1e4f3b87b69585b0888a9d4402289a945 (patch)
treee6cdf905890dafa62a5f5aa2a7266aea72430f6b
parentada3687439728e37a929784151912ca7751db9ee (diff)
downloadFreeBSD-ports-81e2dba1e4f3b87b69585b0888a9d4402289a945.zip
FreeBSD-ports-81e2dba1e4f3b87b69585b0888a9d4402289a945.tar.gz
Update to 3.27.
Submitted by: Marius Strobl <marius@alchemy.franken.de> Reviewed by: Dominic Marks <dom@cus.org.uk> (maintainer)
-rw-r--r--security/nmap/Makefile2
-rw-r--r--security/nmap/distinfo2
-rw-r--r--security/nmap/files/patch-nmap.h18
3 files changed, 2 insertions, 20 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 9728e8e..0dff991 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME?= nmap
-PORTVERSION= 3.26
+PORTVERSION= 3.27
CATEGORIES= security ipv6
MASTER_SITES= http://download.insecure.org/nmap/dist/
DISTNAME= nmap-${PORTVERSION:S/.b/BETA/}
diff --git a/security/nmap/distinfo b/security/nmap/distinfo
index b521732..2b5c9932 100644
--- a/security/nmap/distinfo
+++ b/security/nmap/distinfo
@@ -1 +1 @@
-MD5 (nmap-3.26.tar.bz2) = 1a490c652152f72755947a40921c685b
+MD5 (nmap-3.27.tar.bz2) = 7dd965ee17397cb80775f226b0904010
diff --git a/security/nmap/files/patch-nmap.h b/security/nmap/files/patch-nmap.h
deleted file mode 100644
index 9034cea..0000000
--- a/security/nmap/files/patch-nmap.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- nmap.h.orig Sun Mar 30 18:44:33 2003
-+++ nmap.h Sun Mar 30 18:51:47 2003
-@@ -344,9 +344,12 @@
- #elif defined(UW)
- # define NET_SIZE_T size_t
- #elif defined(__FreeBSD__)
-- /* XXX: Apache didn't have this one,
-- so watch it be wrong :)... */
--# define NET_SIZE_T size_t
-+# if __FreeBSD__ >= 2
-+# include <osreldate.h>
-+# if __FreeBSD_version >= 400000
-+# define NET_SIZE_T socklen_t
-+# endif
-+# endif
- #elif defined(OPENBSD)
- # define NET_SIZE_T socklen_t
- #elif defined(NETBSD)
OpenPOWER on IntegriCloud