From 07439815e7ba85123c74440a478e464324c80f95 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 26 Apr 2026 19:31:06 +0300 Subject: [PATCH] ncrack: Update 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 --- recipes-security/ncrack/ncrack_0.7.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb index f389e3c..c0a38ca 100644 --- a/recipes-security/ncrack/ncrack_0.7.bb +++ b/recipes-security/ncrack/ncrack_0.7.bb @@ -4,13 +4,15 @@ HOMEPAGE = "https://nmap.org/ncrack" SECTION = "security" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" - -SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426" -SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https" +LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=8df67d60bde9d6c7b7030546ab47bf4b" DEPENDS = "openssl zlib" +SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https" +SRCREV = "7fab46addcb99326cbf60f41dbde22a1e87aebad" + +PV = "0.7+git" + inherit autotools-brokensep INSANE_SKIP:${PN} = "already-stripped"