From 559369a60523a7bd63f573f5a121b745e3c6c05e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 30 Mar 2016 15:52:48 +0200 Subject: [PATCH] john: remove SHA0 plug (libressl-2.3 fix) --- srcpkgs/john/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/john/template b/srcpkgs/john/template index 3918f08b0b4..ef40186f73d 100644 --- a/srcpkgs/john/template +++ b/srcpkgs/john/template @@ -18,6 +18,7 @@ distfiles="$homepage/j/$pkgname-${version}-jumbo-${_jumbover}.tar.xz" checksum=bac93d025995a051f055adbd7ce2f1975676cac6c74a6c7a3ee4cfdd9c160923 pre_configure() { + rm rawSHA0_fmt_plug.c # SHA no longer available in libressl sed -i 's|des_|DES_|g' KRB4*.c export AS= LD= export OPENSSL_LIBS="-lssl -lcrypto"