john: fix license, verify and adjust python version

This commit is contained in:
Colin Booth 2021-05-03 23:01:17 -07:00 committed by Érico Nogueira Rolim
parent 683703eb7c
commit c10f43c95d

View file

@ -1,7 +1,7 @@
# Template file for 'john'
pkgname=john
version=1.9.0
revision=4
revision=5
_jumbover=1
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}"
build_wrksrc="src"
@ -10,11 +10,11 @@ configure_args="--with-systemwide $(vopt_enable simd)"
makedepends="openssl-devel gmp-devel libgomp-devel libpcap-devel bzip2-devel zlib-devel"
short_desc="John the Ripper password cracker (jumbo-${_jumbover} patch included)"
maintainer="Piraty <piraty1@inbox.ru>"
license="GPL-2.0-or-later with OpenSSL-exception"
license="custom:GPL-2.0-or-later with OpenSSL-exception"
homepage="https://www.openwall.com/john/"
distfiles="$homepage/k/$pkgname-${version}-jumbo-${_jumbover}.tar.xz"
checksum=f5d123f82983c53d8cc598e174394b074be7a77756f5fb5ed8515918c81e7f3b
python_version=2 #unverified
python_version=3
build_options="simd"