mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
76d3625bcf
commit
46549c0ea5
@@ -4,9 +4,9 @@ HOMEPAGE = "https://nmap.org/ncrack"
|
|||||||
SECTION = "security"
|
SECTION = "security"
|
||||||
|
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=198fa93d4e80225839e595336f3b5ff0"
|
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
|
||||||
|
|
||||||
SRCREV = "3a793a21820708466081825beda9fce857f36cb6"
|
SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
|
||||||
SRC_URI = "git://github.com/nmap/ncrack.git"
|
SRC_URI = "git://github.com/nmap/ncrack.git"
|
||||||
|
|
||||||
DEPENDS = "openssl zlib"
|
DEPENDS = "openssl zlib"
|
||||||
|
|||||||
Reference in New Issue
Block a user