[meta-security][PATCH 10/13] ncrack: Update
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <07439815e7ba85123c74440a478e464324c80f95.1777476608.git.scott.murray@konsulko.com> |
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 <[email protected]> --- recipes-security/ncrack/ncrack_0.7.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 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,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 -- 2.53.0