mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
574 B
BlitzBasic
19 lines
574 B
BlitzBasic
SUMMARY = "Network authentication cracking tool"
|
|
DESCRIPTION = "Ncrack is designed for high-speed parallel testing of network devices for poor passwords."
|
|
HOMEPAGE = "https://nmap.org/ncrack"
|
|
SECTION = "security"
|
|
|
|
LICENSE = "GPL-2.0"
|
|
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"
|
|
|
|
DEPENDS = "openssl zlib"
|
|
|
|
inherit autotools-brokensep
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
INSANE_SKIP:${PN} = "already-stripped"
|