summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ellis <scottellis.developer@gmail.com>2019-09-15 10:18:01 -0400
committerArmin Kuster <akuster808@gmail.com>2019-09-29 16:13:30 -0700
commit46549c0ea509a8544f775cfefc7a2854f4c87ff2 (patch)
tree2ecdf886a0cc97c313710865d2c949183dffaa1c
parent76d3625bcf63aa61e9f8d238842d094c03de6790 (diff)
downloadmeta-security-46549c0ea509a8544f775cfefc7a2854f4c87ff2.tar.gz
ncrack: update to tip
LIC_FILES_CHKSUM changed do to the date bumped to 2018 to 2019. The license is the same as nmap and the nmap recipe in meta-openembedded has that beginline/endline grab stuff. Went for consistency as ncrack is an nmap project. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/ncrack/ncrack_0.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb
index 06ba2b6..ba26965 100644
--- a/recipes-security/ncrack/ncrack_0.7.bb
+++ b/recipes-security/ncrack/ncrack_0.7.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "https://nmap.org/ncrack"
4SECTION = "security" 4SECTION = "security"
5 5
6LICENSE = "GPL-2.0" 6LICENSE = "GPL-2.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=198fa93d4e80225839e595336f3b5ff0" 7LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
8 8
9SRCREV = "3a793a21820708466081825beda9fce857f36cb6" 9SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
10SRC_URI = "git://github.com/nmap/ncrack.git" 10SRC_URI = "git://github.com/nmap/ncrack.git"
11 11
12DEPENDS = "openssl zlib" 12DEPENDS = "openssl zlib"