Revision: 26710 http://sourceforge.net/p/gar/code/26710 Author: cgrzemba Date: 2020-11-05 11:27:18 +0000 (Thu, 05 Nov 2020) Log Message: ----------- nmap/trunk: update version 7.91
Modified Paths: -------------- csw/mgar/pkg/nmap/trunk/Makefile csw/mgar/pkg/nmap/trunk/checksums Added Paths: ----------- csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch Modified: csw/mgar/pkg/nmap/trunk/Makefile =================================================================== --- csw/mgar/pkg/nmap/trunk/Makefile 2020-10-25 22:24:51 UTC (rev 26709) +++ csw/mgar/pkg/nmap/trunk/Makefile 2020-11-05 11:27:18 UTC (rev 26710) @@ -1,7 +1,7 @@ NAME = nmap -VERSION = 6.46 +VERSION = 7.91 GARTYPE = v2 -GARCOMPILER = GCC4 +GARCOMPILER = GCC5 DESCRIPTION = A network exploration tool and security/port scanner define BLURB @@ -37,8 +37,10 @@ RUNTIME_DEP_PKGS_CSWnmap += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWnmap += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWnmap += CSWliblua5-2 -RUNTIME_DEP_PKGS_CSWnmap += CSWpython -CHECKPKG_OVERRIDES_CSWnmap += surplus-dependency|CSWpython +RUNTIME_DEP_PKGS_CSWnmap += CSWpython27 +RUNTIME_DEP_PKGS_CSWnmap += CSWlibssh2-1 +RUNTIME_DEP_PKGS_CSWnmap += CSWlibz1 +CHECKPKG_OVERRIDES_CSWnmap += surplus-dependency|CSWpython27 PACKAGES += CSWzenmap SPKG_DESC_CSWzenmap = zenmap @@ -58,8 +60,8 @@ CHECKPKG_OVERRIDES_CSWzenmap += catalogname-does-not-start-with-py_ CHECKPKG_OVERRIDES_CSWzenmap += pkgname-does-not-start-with-CSWpy- CHECKPKG_OVERRIDES_CSWzenmap += pkginfo-description-not-starting-with-uppercase|zenmap -CHECKPKG_OVERRIDES_CSWzenmap += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/zenmapCore/Paths.py -CHECKPKG_OVERRIDES_CSWzenmap += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/zenmapCore/NmapParser.py +CHECKPKG_OVERRIDES_CSWzenmap += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/zenmapCore/Paths.py +CHECKPKG_OVERRIDES_CSWzenmap += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/zenmapCore/NmapParser.py CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libpcre=$(prefix) Modified: csw/mgar/pkg/nmap/trunk/checksums =================================================================== --- csw/mgar/pkg/nmap/trunk/checksums 2020-10-25 22:24:51 UTC (rev 26709) +++ csw/mgar/pkg/nmap/trunk/checksums 2020-11-05 11:27:18 UTC (rev 26710) @@ -1 +1 @@ -5a36ad3a63d5b7ea5514f745a397436a nmap-6.46.tar.bz2 +239cef725863ab454590a1bb8793b72b nmap-7.91.tar.bz2 Added: csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch =================================================================== --- csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch (rev 0) +++ csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch 2020-11-05 11:27:18 UTC (rev 26710) @@ -0,0 +1,12 @@ +diff --git a/nping/NpingOps.cc b/nping/NpingOps.cc +index 1679789..1890a2f 100644 +--- a/nping/NpingOps.cc ++++ b/nping/NpingOps.cc +@@ -72,6 +72,7 @@ + #include "ArgParser.h" + #include "output.h" + #include "common.h" ++#include <climits> + + + /****************************************************************************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.