Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.131
diff -u -p -r1.131 Makefile
--- Makefile 27 Sep 2017 11:03:27 -0000 1.131
+++ Makefile 1 Apr 2018 15:17:56 -0000
@@ -3,11 +3,10 @@
COMMENT-main= scan ports and fingerprint stack of network hosts
COMMENT-zenmap= graphical frontend for nmap
-MODPY_EGG_VERSION= 7.60
+MODPY_EGG_VERSION= 7.70
DISTNAME= nmap-${MODPY_EGG_VERSION}
PKGNAME-main= ${DISTNAME}
PKGNAME-zenmap= nmap-zenmap-${MODPY_EGG_VERSION}
-REVISION-main= 0
CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nmap/distinfo,v
retrieving revision 1.38
diff -u -p -r1.38 distinfo
--- distinfo 9 Aug 2017 20:43:53 -0000 1.38
+++ distinfo 1 Apr 2018 15:17:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.60.tgz) = Mw2UIo8xltx0gZkENXA7oatnu5UBbqBzoRo2GqdvZe8=
-SIZE (nmap-7.60.tgz) = 12807611
+SHA256 (nmap-7.70.tgz) = eKr7Al49k/WKYbnjlWNx4uiCmyb47b1a4UZBB21c4b0=
+SIZE (nmap-7.70.tgz) = 13000480
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/net/nmap/patches/patch-Makefile_in,v
retrieving revision 1.19
diff -u -p -r1.19 patch-Makefile_in
--- patches/patch-Makefile_in 27 Sep 2017 09:50:00 -0000 1.19
+++ patches/patch-Makefile_in 1 Apr 2018 15:17:56 -0000
@@ -11,7 +11,7 @@ Index: Makefile.in
CFLAGS = @CFLAGS@ $(DBGFLAGS) $(CCOPT)
STATIC =
LDFLAGS = @LDFLAGS@ $(DBGFLAGS) $(STATIC)
-@@ -349,8 +349,8 @@ $(NPINGDIR)/nping.h: nmap.h
+@@ -354,8 +354,8 @@ $(NPINGDIR)/nping.h: nmap.h
mv -f $@.tmp $@
# Update the version number used by Zenmap.
Index: patches/patch-nping_configure_ac
===================================================================
RCS file: /cvs/ports/net/nmap/patches/patch-nping_configure_ac,v
retrieving revision 1.1
diff -u -p -r1.1 patch-nping_configure_ac
--- patches/patch-nping_configure_ac 27 Sep 2017 09:50:00 -0000 1.1
+++ patches/patch-nping_configure_ac 1 Apr 2018 15:17:56 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-nping_configure_ac,v 1.1
Index: nping/configure.ac
--- nping/configure.ac.orig
+++ nping/configure.ac
-@@ -442,16 +442,13 @@ AC_CACHE_CHECK(if function signal is accessible, ac_cv
+@@ -444,16 +444,13 @@ AC_CACHE_CHECK(if function signal is accessible, ac_cv
AC_TRY_COMPILE(
[
#include <signal.h>
Index: patches/patch-service_scan_cc
===================================================================
RCS file: patches/patch-service_scan_cc
diff -N patches/patch-service_scan_cc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-service_scan_cc 1 Apr 2018 15:17:56 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: service_scan.cc
+--- service_scan.cc.orig
++++ service_scan.cc
+@@ -871,7 +871,7 @@ static char *substvar(char *tmplvar, char **tmplvarend
+ val = (val<<8) + subject[i];
+ }
+ }
+- buflen = Snprintf(buf, sizeof(buf), "%lu", val);
++ buflen = Snprintf(buf, sizeof(buf), "%llu", val);
+ if (buflen < 0 || buflen > (int) sizeof(buf)) {
+ return NULL;
+ }
Hi,
Here an update of mmap port.
Happy easter !
No comments:
Post a Comment