SF.net SVN: gar:[26711] csw/mgar/pkg/nmap/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Nov 5 14:24:20 CET 2020
Revision: 26711
http://sourceforge.net/p/gar/code/26711
Author: cgrzemba
Date: 2020-11-05 13:24:20 +0000 (Thu, 05 Nov 2020)
Log Message:
-----------
nmap/trunk: update version 7.91, add patches, reinplace usr/local
Modified Paths:
--------------
csw/mgar/pkg/nmap/trunk/Makefile
csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch
Modified: csw/mgar/pkg/nmap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nmap/trunk/Makefile 2020-11-05 11:27:18 UTC (rev 26710)
+++ csw/mgar/pkg/nmap/trunk/Makefile 2020-11-05 13:24:20 UTC (rev 26711)
@@ -23,7 +23,12 @@
PATCHFILES += 0000-Add-vasprintf-compatibility.patch
PATCHFILES += 0000-Add-python2.6-site-packages-gtk-2.0-to-python-path-i.patch
+PATCHFILES += 0001-limit-NpingOps.patch
+REINPLACE_MATCH = /usr/local
+REINPLACE_WITH = /opt/csw
+REINPLACE_FILES += liblua/luaconf.h
+
BUILD_DEP_PKGS += CSWlibpcre-dev
BUILD_DEP_PKGS += CSWlibpcap-dev
BUILD_DEP_PKGS += CSWlibssl-dev
@@ -36,7 +41,6 @@
RUNTIME_DEP_PKGS_CSWnmap += CSWlibpcap1
RUNTIME_DEP_PKGS_CSWnmap += CSWlibstdc++6
RUNTIME_DEP_PKGS_CSWnmap += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWnmap += CSWliblua5-2
RUNTIME_DEP_PKGS_CSWnmap += CSWpython27
RUNTIME_DEP_PKGS_CSWnmap += CSWlibssh2-1
RUNTIME_DEP_PKGS_CSWnmap += CSWlibz1
Modified: csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch
===================================================================
--- csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch 2020-11-05 11:27:18 UTC (rev 26710)
+++ csw/mgar/pkg/nmap/trunk/files/0001-limit-NpingOps.patch 2020-11-05 13:24:20 UTC (rev 26711)
@@ -1,5 +1,3 @@
-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 @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list