ports/53933: Maintainer Update: security/nmap

Dominic Marks dom at cus.org.uk
Mon Jun 30 17:50:19 UTC 2003


>Number:         53933
>Category:       ports
>Synopsis:       Maintainer Update: security/nmap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 30 10:50:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD moo.cus.org.uk 4.7-STABLE FreeBSD 4.7-STABLE #4: Wed Apr 16 15:13:46 BST 2003 root at moo.cus.org.uk:/usr/obj/usr/src/sys/BAA i386

	
>Description:
	security/nmap 3.28 -> 3.30
	security/nmapfe 3.28 -> 3.30

	o Change Log:
 http://lists.insecure.org/lists/nmap-hackers/2003/Apr-Jun/0016.html

	o Renamed the patch files to be more descriptive.

	
>How-To-Repeat:
	NA.

	
>Fix:

diff -ruN --exclude=CVS /usr/ports/security/nmap/Makefile /home/dom/ports/freebsd/security/nmap/Makefile
--- /usr/ports/security/nmap/Makefile	Wed Jun 25 23:03:53 2003
+++ /home/dom/ports/freebsd/security/nmap/Makefile	Mon Jun 30 18:22:01 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME?=	nmap
-PORTVERSION=	3.28
+PORTVERSION=	3.30
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://download.insecure.org/nmap/dist/
 DISTNAME=	nmap-${PORTVERSION:S/.b/BETA/}
diff -ruN --exclude=CVS /usr/ports/security/nmap/distinfo /home/dom/ports/freebsd/security/nmap/distinfo
--- /usr/ports/security/nmap/distinfo	Mon Jun 16 05:43:50 2003
+++ /home/dom/ports/freebsd/security/nmap/distinfo	Mon Jun 30 18:22:34 2003
@@ -1 +1 @@
-MD5 (nmap-3.28.tar.bz2) = ac46d6d7a5f7eec8d0281f656c23f2b4
+MD5 (nmap-3.30.tar.bz2) = 639fc1c91f48319eca97401e74f9c90e
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-Makefile.in /home/dom/ports/freebsd/security/nmap/files/patch-Makefile.in
--- /usr/ports/security/nmap/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
+++ /home/dom/ports/freebsd/security/nmap/files/patch-Makefile.in	Fri Apr 11 11:00:50 2003
@@ -0,0 +1,28 @@
+--- Makefile.in.orig	Fri Mar  9 22:25:19 2001
++++ Makefile.in	Sun May 27 17:49:17 2001
+@@ -9,14 +9,14 @@
+ mandir = @mandir@
+ srcdir = @srcdir@
+ nmapdatadir = @datadir@/nmap
+-deskdir = $(prefix)/share/gnome/apps/Utilities
++deskdir = $(X11BASE)/share/gnome/apps/Utilities
+ 
+ NBASEDIR=@NBASEDIR@
+ CC = @CC@
+ CXX = @CXX@
+ CCOPT = 
+ LIBPCAPDIR = @libpcapdir@
+-INCLS = -I$(LIBPCAPDIR) 
++#INCLS = -I$(LIBPCAPDIR) 
+ DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
+ # For mtrace debugging -- see MTRACE define in main.cc for instructions
+ # Should only be enabled during debugging and not in any real release.
+@@ -200,7 +200,7 @@
+ 	$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
+ 
+ install-nmap: $(TARGET)
+-	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
++	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
+ 	$(INSTALL) -c -m 755 nmap $(bindir)/nmap
+ 	$(INSTALL) -c -m 644 docs/$(TARGET).1 $(mandir)/man1/$(TARGET).1
+ 	$(INSTALL) -c -m 644 nmap-os-fingerprints  $(nmapdatadir)/nmap-os-fingerprints
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-aa /home/dom/ports/freebsd/security/nmap/files/patch-aa
--- /usr/ports/security/nmap/files/patch-aa	Fri Apr 11 11:00:50 2003
+++ /home/dom/ports/freebsd/security/nmap/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,28 +0,0 @@
---- Makefile.in.orig	Fri Mar  9 22:25:19 2001
-+++ Makefile.in	Sun May 27 17:49:17 2001
-@@ -9,14 +9,14 @@
- mandir = @mandir@
- srcdir = @srcdir@
- nmapdatadir = @datadir@/nmap
--deskdir = $(prefix)/share/gnome/apps/Utilities
-+deskdir = $(X11BASE)/share/gnome/apps/Utilities
- 
- NBASEDIR=@NBASEDIR@
- CC = @CC@
- CXX = @CXX@
- CCOPT = 
- LIBPCAPDIR = @libpcapdir@
--INCLS = -I$(LIBPCAPDIR) 
-+#INCLS = -I$(LIBPCAPDIR) 
- DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
- # For mtrace debugging -- see MTRACE define in main.cc for instructions
- # Should only be enabled during debugging and not in any real release.
-@@ -200,7 +200,7 @@
- 	$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
- 
- install-nmap: $(TARGET)
--	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir)
-+	$(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir)
- 	$(INSTALL) -c -m 755 nmap $(bindir)/nmap
- 	$(INSTALL) -c -m 644 docs/$(TARGET).1 $(mandir)/man1/$(TARGET).1
- 	$(INSTALL) -c -m 644 nmap-os-fingerprints  $(nmapdatadir)/nmap-os-fingerprints
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-ab /home/dom/ports/freebsd/security/nmap/files/patch-ab
--- /usr/ports/security/nmap/files/patch-ab	Sat Mar 17 01:06:24 2001
+++ /home/dom/ports/freebsd/security/nmap/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- nmapfe/Makefile.in.orig	Mon Jan  1 22:22:37 2001
-+++ nmapfe/Makefile.in	Fri Mar 16 16:56:47 2001
-@@ -75 +75 @@
--DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) 
-+DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) -DNMAP_PATH=\"$(bindir)/\"
-@@ -236 +236 @@
--%.o: %.c
-+.c.o:
-@@ -240 +240 @@
--%.lo: %.c
-+.c.lo:
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-ac /home/dom/ports/freebsd/security/nmap/files/patch-ac
--- /usr/ports/security/nmap/files/patch-ac	Mon Jun 16 05:43:50 2003
+++ /home/dom/ports/freebsd/security/nmap/files/patch-ac	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- nmapfe/nmapfe_sig.c.old	Sun Jun 15 17:37:46 2003
-+++ nmapfe/nmapfe_sig.c	Sun Jun 15 17:44:47 2003
-@@ -433,7 +433,7 @@
-   if (size > command_size)
-     command = realloc(command, size);
- 
--  strcpy(command, "nmap ");
-+  strcpy(command, NMAP_PATH "nmap ");
-   /* Uhm... yeah.. Spit out which scan to perform based
-     on the which_scan variable */
-  
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-nmapfe::Makefile.in /home/dom/ports/freebsd/security/nmap/files/patch-nmapfe::Makefile.in
--- /usr/ports/security/nmap/files/patch-nmapfe::Makefile.in	Thu Jan  1 01:00:00 1970
+++ /home/dom/ports/freebsd/security/nmap/files/patch-nmapfe::Makefile.in	Sat Mar 17 01:06:24 2001
@@ -0,0 +1,11 @@
+--- nmapfe/Makefile.in.orig	Mon Jan  1 22:22:37 2001
++++ nmapfe/Makefile.in	Fri Mar 16 16:56:47 2001
+@@ -75 +75 @@
+-DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) 
++DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DHAVE_CONFIG_H=1 -I$(srcdir) -DNMAP_PATH=\"$(bindir)/\"
+@@ -236 +236 @@
+-%.o: %.c
++.c.o:
+@@ -240 +240 @@
+-%.lo: %.c
++.c.lo:
diff -ruN --exclude=CVS /usr/ports/security/nmap/files/patch-nmapfe::nmapfe_sig.c /home/dom/ports/freebsd/security/nmap/files/patch-nmapfe::nmapfe_sig.c
--- /usr/ports/security/nmap/files/patch-nmapfe::nmapfe_sig.c	Thu Jan  1 01:00:00 1970
+++ /home/dom/ports/freebsd/security/nmap/files/patch-nmapfe::nmapfe_sig.c	Mon Jun 30 18:27:30 2003
@@ -0,0 +1,11 @@
+--- nmapfe/nmapfe_sig.c	Mon Jun 30 18:23:48 2003
++++ nmapfe/nmapfe_sig.c.new	Mon Jun 30 18:26:03 2003
+@@ -372,7 +372,7 @@
+   if (size > command_size)
+     command = realloc(command, size);
+ 
+-  strcpy(command, "nmap ");
++  strcpy(command, NMAP_PATH "nmap ");
+  
+   /* select the scan type */
+   if (opt.scanValue == CONNECT_SCAN) {

	


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



More information about the freebsd-ports-bugs mailing list