summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-20 21:35:57 +0200
committerIsmael Luceno2019-08-20 21:35:57 +0200
commit40d91f0b81f7018733c90c64752ef925cd98ab9b (patch)
tree9d35adb1858fba6e8c942906876e52a868007916 /security
parent487cf1baf802dfb147c0e31af9a30db0350c1137 (diff)
nmap 7.80
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/nmap/DEPENDS5
-rwxr-xr-xsecurity/nmap/DETAILS8
-rw-r--r--security/nmap/HISTORY5
3 files changed, 12 insertions, 6 deletions
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index 1c3501a57e..a66ac60c46 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -20,6 +20,11 @@ optional_depends SSL \
"--without-openssl" \
"for OpenSSL support" &&
+optional_depends libssh2 \
+ --with-libssh2="$INSTALL_ROOT"/usr \
+ --without-libssh2 \
+ "for SSH support" &&
+
optional_depends libpcap \
"--with-libpcap=$INSTALL_ROOT/usr" \
"--with-libpcap=included" \
diff --git a/security/nmap/DETAILS b/security/nmap/DETAILS
index 64f6d154b8..74564e7418 100755
--- a/security/nmap/DETAILS
+++ b/security/nmap/DETAILS
@@ -1,14 +1,10 @@
SPELL=nmap
- VERSION=7.70
+ VERSION=7.80
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://nmap.org/dist/$SOURCE
- SOURCE2_URL[0]=https://nmap.org/dist/sigs/$SOURCE2
SOURCE_URL[1]=https://sectools.org/nmap/$SOURCE
- SOURCE2_URL[1]=https://sectools.org/nmap/sigs/$SOURCE2
- SOURCE_GPG=nmap.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+ SOURCE_HASH=sha512:d4384d3ebf4f3abf3588eed5433f733874ecdceb9342a718dc36db19634b0cc819d73399974eb0a9a9c9dd9e5c88473e07644ec91db28b0c072552b54430be6b
WEB_SITE=https://nmap.org/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 2bfed25aeb..cd785c7b9c 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,8 @@
+2019-08-20 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 7.80
+ switched to SOURCE_HASH
+ * DEPENDS: added libssh2 dependency
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/