john: fix license, verify and adjust python version
This commit is contained in:
parent
683703eb7c
commit
c10f43c95d
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue