ports/51520: Update security/nmap to 3.27

Miguel Mendez flynn at energyhq.es.eu.org
Mon Apr 28 21:10:05 UTC 2003


>Number:         51520
>Category:       ports
>Synopsis:       Update security/nmap to 3.27
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 14:10:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
EnergyHQ
>Environment:
System: FreeBSD isengard.energyhq.es.eu.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Mon Apr 28 22:08:39 CEST 2003 root at isengard.energyhq.es.eu.org:/usr/obj/usr/src/sys/ISENGARD i386


	
>Description:
Just for the fun of it, a new version came out *today*. Removed one of
the patches.
>How-To-Repeat:
	
>Fix:

	

--- nmap.diff begins here ---
diff -ruN nmap.old/Makefile nmap/Makefile
--- nmap.old/Makefile	Mon Apr 28 20:28:23 2003
+++ nmap/Makefile	Mon Apr 28 22:55:50 2003
@@ -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 -ruN nmap.old/distinfo nmap/distinfo
--- nmap.old/distinfo	Mon Apr 28 20:28:23 2003
+++ nmap/distinfo	Mon Apr 28 22:56:27 2003
@@ -1 +1 @@
-MD5 (nmap-3.26.tar.bz2) = 1a490c652152f72755947a40921c685b
+MD5 (nmap-3.27.tar.bz2) = 7dd965ee17397cb80775f226b0904010
diff -ruN nmap.old/files/patch-nmap.h nmap/files/patch-nmap.h
--- nmap.old/files/patch-nmap.h	Fri Apr 11 12:00:50 2003
+++ nmap/files/patch-nmap.h	Thu Jan  1 01:00:00 1970
@@ -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)
--- nmap.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list