@@ -4,12 +4,14 @@ HOMEPAGE = "https://nmap.org/ncrack"
SECTION = "security"
LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
+LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=8df67d60bde9d6c7b7030546ab47bf4b"
+
+DEPENDS = "openssl zlib"
-SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
+SRCREV = "7fab46addcb99326cbf60f41dbde22a1e87aebad"
-DEPENDS = "openssl zlib"
+PV = "0.7+git"
inherit autotools-brokensep
Bump to HEAD of ncrack's master branch to pick up build fixes for newer gcc's. PV has been updated to indicate that we are now building something newer than the 0.7 tagged commit. License-Update: copyright years refreshed Signed-off-by: Scott Murray <scott.murray@konsulko.com> --- recipes-security/ncrack/ncrack_0.7.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)