diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-30 06:04:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-30 06:04:56 +0800 |
commit | 81e2dba1e4f3b87b69585b0888a9d4402289a945 (patch) | |
tree | e6cdf905890dafa62a5f5aa2a7266aea72430f6b /security/nmap | |
parent | ada3687439728e37a929784151912ca7751db9ee (diff) | |
download | freebsd-ports-gnome-81e2dba1e4f3b87b69585b0888a9d4402289a945.tar.gz freebsd-ports-gnome-81e2dba1e4f3b87b69585b0888a9d4402289a945.tar.zst freebsd-ports-gnome-81e2dba1e4f3b87b69585b0888a9d4402289a945.zip |
Update to 3.27.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Reviewed by: Dominic Marks <dom@cus.org.uk> (maintainer)
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 | ||||
-rw-r--r-- | security/nmap/files/patch-nmap.h | 18 |
3 files changed, 2 insertions, 20 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 9728e8eafe72..0dff9915fd86 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 b521732b49c3..2b5c9932543f 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 9034cea558eb..000000000000 --- 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) |