ports/53351: Port Upgrade: security/nmap
Dominic Marks
dom at cus.org.uk
Sun Jun 15 17:20:10 UTC 2003
>Number: 53351
>Category: ports
>Synopsis: Port Upgrade: 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: Sun Jun 15 10:20:08 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:
nmap 3.27 -> 3.28
>How-To-Repeat:
NA
>Fix:
diff -ruN nmap/Makefile nmap.new/Makefile
--- nmap/Makefile Tue Apr 29 23:04:56 2003
+++ nmap.new/Makefile Sun Jun 15 17:05:52 2003
@@ -7,7 +7,7 @@
#
PORTNAME?= nmap
-PORTVERSION= 3.27
+PORTVERSION= 3.28
CATEGORIES= security ipv6
MASTER_SITES= http://download.insecure.org/nmap/dist/
DISTNAME= nmap-${PORTVERSION:S/.b/BETA/}
diff -ruN nmap/distinfo nmap.new/distinfo
--- nmap/distinfo Tue Apr 29 23:04:56 2003
+++ nmap.new/distinfo Sun Jun 15 17:36:55 2003
@@ -1 +1 @@
-MD5 (nmap-3.27.tar.bz2) = 7dd965ee17397cb80775f226b0904010
+MD5 (nmap-3.28.tar.bz2) = ac46d6d7a5f7eec8d0281f656c23f2b4
diff -ruN nmap/files/patch-ac nmap.new/files/patch-ac
--- files/patch-ac Fri Jan 28 10:02:12 2000
+++ files/patch-ac Sun Jun 15 18:04:42 2003
@@ -1,20 +1,11 @@
---- nmapfe/nmapfe_sig.c.orig Thu Jan 27 23:46:47 2000
-+++ nmapfe/nmapfe_sig.c Fri Jan 28 01:59:47 2000
-@@ -164,7 +164,7 @@
- on_Get_Nmap_Version_activate (GtkMenuItem *menuitem,
- gpointer user_data)
- {
-- execute("nmap -V");
-+ execute( NMAP_PATH "nmap -V");
- }
-
-
-@@ -468,7 +468,7 @@
+--- 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
+ /* Uhm... yeah.. Spit out which scan to perform based
on the which_scan variable */
diff -ruN nmap/files/patch-configure nmap.new/files/patch-configure
--- files/patch-configure Sun Apr 13 11:30:10 2003
+++ files/patch-configure Thu Jan 1 01:00:00 1970
@@ -1,15 +0,0 @@
---- configure.orig Fri Apr 11 19:52:29 2003
-+++ configure Fri Apr 11 19:53:19 2003
-@@ -1251,12 +1251,6 @@
-
-
-
--if test -d /usr/local/lib; then
-- LDFLAGS="$LDFLAGS -L/usr/local/lib"
--fi
--if test -d /usr/local/include; then
-- CXXFLAGS="$CXXFLAGS -I/usr/local/include"
--fi
-
- libpcapdir=libpcap-possiblymodified
-
diff -ruN nmap/files/patch-nbase::configure nmap.new/files/patch-nbase::configure
--- files/patch-nbase::configure Sun Apr 13 11:30:10 2003
+++ files/patch-nbase::configure Thu Jan 1 01:00:00 1970
@@ -1,15 +0,0 @@
---- nbase/configure.orig Fri Apr 11 19:49:54 2003
-+++ nbase/configure Fri Apr 11 19:50:27 2003
-@@ -1238,12 +1238,6 @@
-
-
-
--if test -d /usr/local/lib; then
-- LDFLAGS="$LDFLAGS -L/usr/local/lib"
--fi
--if test -d /usr/local/include; then
-- CFLAGS="$CFLAGS -I/usr/local/include"
--fi
-
- ac_config_headers="$ac_config_headers nbase_config.h"
-
diff -ruN nmap/files/patch-nbase::getopt.h nmap.new/files/patch-nbase::getopt.h
--- files/patch-nbase::getopt.h Fri Apr 11 11:00:50 2003
+++ files/patch-nbase::getopt.h Thu Jan 1 01:00:00 1970
@@ -1,14 +0,0 @@
---- nbase/getopt.h.orig Sat Mar 29 22:29:42 2003
-+++ nbase/getopt.h Sat Mar 29 22:47:18 2003
-@@ -100,7 +100,11 @@
- errors, only prototype getopt for the GNU C library. */
- extern int getopt (int argc, char *const *argv, const char *shortopts);
- #else /* not __GNU_LIBRARY__ */
-+#if FREEBSD
-+#include <unistd.h>
-+#else
- extern int getopt ();
-+#endif
- #endif /* __GNU_LIBRARY__ */
- extern int getopt_long (int argc, char *const *argv, const char *shortopts,
- const struct option *longopts, int *longind);
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list