code format.

This commit is contained in:
Jerome Duval
2018-09-17 07:49:05 +02:00
parent 7593712723
commit 53e790e14e
6 changed files with 38 additions and 40 deletions

View File

@@ -21,25 +21,30 @@ PATCHES="johntheripper-$portVersion-upstreamed.patchset
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
GLOBAL_WRITABLE_FILES="
settings/john/john.conf auto-merge
"
USER_SETTINGS_FILES="
settings/john directory
settings/john/john.local.conf template $docDir/john.local.conf.example
"
PROVIDES="
johntheripper$secondaryArchSuffix = $portVersion
cmd:john = $portVersion
"
bins=(calc_stat cprepair genmkvpwd luks2john mkvcalcproba raw2dyna
tgtsnarf uaf2john wpapcap2john)
syms=(base64conv dmg2john gpg2john hccap2john keepass2john keychain2john
keyring2john keystore2john kwallet2john pfx2john putty2john pwsafe2john
racf2john rar2john ssh2john truecrypt_volume2john unafs undrop unique
unshadow zip2john)
for b in ${bins[@]} ${syms[@]}
do
PROVIDES+="
cmd:$b = $portVersion
"
done
REQUIRES="
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
@@ -63,13 +68,6 @@ BUILD_PREREQUIRES="
cmd:sed
"
GLOBAL_WRITABLE_FILES="
settings/john/john.conf auto-merge
"
USER_SETTINGS_FILES="
settings/john directory
settings/john/john.local.conf template $docDir/john.local.conf.example
"
# Instruction sets for fallback chain
instr=(ssse3 sse4.1 avx xop)