diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-29 22:04:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-29 22:04:56 +0000 |
commit | 73393db6f9f6e9bc3b74e13712bd713b4f8a5be0 (patch) | |
tree | 908485e3eb58281154079a30015ccc7988471050 /security/nmap | |
parent | c35e84cda9ca45995dd3fb960a177ad30bea9b5c (diff) |
Notes
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) |