Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (1939e0be4a5b5e07cfd18299f38996510972aa48)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (1939e0be4a5b5e07cfd18299f38996510972aa48)
  • Date: Fri, 4 Dec 2020 15:57:04 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

security/nmap/DEPENDS | 1 +
security/nmap/DETAILS | 4 ++--
security/nmap/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 1939e0be4a5b5e07cfd18299f38996510972aa48
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

security/nmap: => 7.90
Added python as required dependancy.

diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index a66ac60..198ddf7 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,5 +1,6 @@
depends -sub CXX gcc &&
depends apr &&
+depends python &&

config_query_list ZENMAP "Who should provide the zenmap graphical frontend?"
\
none "python with sqlite support" "pysqlite" &&
diff --git a/security/nmap/DETAILS b/security/nmap/DETAILS
index 74564e7..c1f52d0 100755
--- a/security/nmap/DETAILS
+++ b/security/nmap/DETAILS
@@ -1,10 +1,10 @@
SPELL=nmap
- VERSION=7.80
+ VERSION=7.90
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://nmap.org/dist/$SOURCE
SOURCE_URL[1]=https://sectools.org/nmap/$SOURCE
-
SOURCE_HASH=sha512:d4384d3ebf4f3abf3588eed5433f733874ecdceb9342a718dc36db19634b0cc819d73399974eb0a9a9c9dd9e5c88473e07644ec91db28b0c072552b54430be6b
+
SOURCE_HASH=sha512:b77c31ef43c9a069f0f63a3cc166021f714a8664cca4d51d1b8467cb166f5e3acb4a4bd0f2bdad7f87777a506ef56cc54fa094e664997c8e436b50208214e7c6
WEB_SITE=https://nmap.org/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 9503f7c..484c546 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,7 @@
+2020-12-03 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump to 7.90
+ * DEPENDS: added python
+
2019-08-20 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl
* DETAILS: updated spell to 7.80



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (1939e0be4a5b5e07cfd18299f38996510972aa48), David C. Haley, 12/04/2020

Archive powered by MHonArc 2.6.24.

Top of Page