john: new version of libressl
This commit is contained in:
parent
be88d22839
commit
fbf05aaad1
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- common.h 2015-02-02 15:49:37.819305586 +0100
|
--- src/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:47:25.449554007 +0100
|
||||||
@@ -75,4 +75,6 @@
|
@@ -75,4 +75,6 @@
|
||||||
*/
|
*/
|
||||||
extern void common_init(void);
|
extern void common_init(void);
|
||||||
|
|
|
@ -5,8 +5,8 @@ Date: Thu Dec 18 21:24:01 2014 +0100
|
||||||
|
|
||||||
Fix a bug in truecrypt for non-x86 archs. Closes #912.
|
Fix a bug in truecrypt for non-x86 archs. Closes #912.
|
||||||
|
|
||||||
--- truecrypt_fmt_plug.c
|
--- src/truecrypt_fmt_plug.c
|
||||||
+++ truecrypt_fmt_plug.c
|
+++ src/truecrypt_fmt_plug.c
|
||||||
@@ -310,8 +310,8 @@ static int crypt_all(int *pcount, struct db_salt *salt)
|
@@ -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);
|
pbkdf2_sha512_sse((const unsigned char **)pin, lens, psalt->salt, 64, psalt->num_iterations, &(x.poutc), sizeof(key), 0);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'john'
|
# Template file for 'john'
|
||||||
pkgname=john
|
pkgname=john
|
||||||
version=1.8.0
|
version=1.8.0
|
||||||
|
revision=6
|
||||||
_jumbover=1
|
_jumbover=1
|
||||||
revision=5
|
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}"
|
||||||
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}/src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-native-tests --disable-native-macro"
|
configure_args="--disable-native-tests --disable-native-macro"
|
||||||
hostmakedepends="libgomp-devel pkg-config"
|
hostmakedepends="libgomp-devel pkg-config"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue