Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Network authentication cracking tool" |
| 2 | DESCRIPTION = "Ncrack is designed for high-speed parallel testing of network devices for poor passwords." |
| 3 | HOMEPAGE = "https://nmap.org/ncrack" |
| 4 | SECTION = "security" |
| 5 | |
| 6 | LICENSE = "GPL-2.0" |
Brad Bishop | f024475 | 2019-09-30 07:50:12 -0400 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | |
Brad Bishop | f024475 | 2019-09-30 07:50:12 -0400 | [diff] [blame] | 9 | SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426" |
Patrick Williams | 53961c2 | 2022-01-20 11:06:23 -0600 | [diff] [blame] | 10 | SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
| 12 | DEPENDS = "openssl zlib" |
| 13 | |
| 14 | inherit autotools-brokensep |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | INSANE_SKIP:${PN} = "already-stripped" |