john: new version of libressl

This commit is contained in:
Toyam Cox 2016-03-25 17:35:26 -04:00
parent be88d22839
commit fbf05aaad1
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
--- common.h 2015-02-02 15:49:37.819305586 +0100
+++ common.h 2015-02-02 15:47:25.449554007 +0100
--- src/common.h 2015-02-02 15:49:37.819305586 +0100
+++ src/common.h 2015-02-02 15:47:25.449554007 +0100
@@ -75,4 +75,6 @@
*/
extern void common_init(void);

View File

@ -5,8 +5,8 @@ Date: Thu Dec 18 21:24:01 2014 +0100
Fix a bug in truecrypt for non-x86 archs. Closes #912.
--- truecrypt_fmt_plug.c
+++ truecrypt_fmt_plug.c
--- src/truecrypt_fmt_plug.c
+++ src/truecrypt_fmt_plug.c
@@ -310,8 +310,8 @@ static int crypt_all(int *pcount, struct db_salt *salt)
pbkdf2_sha512_sse((const unsigned char **)pin, lens, psalt->salt, 64, psalt->num_iterations, &(x.poutc), sizeof(key), 0);
}

View File

@ -1,9 +1,10 @@
# Template file for 'john'
pkgname=john
version=1.8.0
revision=6
_jumbover=1
revision=5
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}/src"
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}"
build_wrksrc="src"
build_style=gnu-configure
configure_args="--disable-native-tests --disable-native-macro"
hostmakedepends="libgomp-devel pkg-config"