network/sslscan: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-03-06 22:02:17 +00:00 committed by David Spencer
parent d306c60bf3
commit 1ba396e25b
2 changed files with 2 additions and 3 deletions

View file

@ -83,8 +83,7 @@ STATIC=${STATIC:-yes}
if [ "$STATIC" = "yes" ] ; then
OPENSSLVERSION=${OPENSSLVERSION:-1.0.2k}
tar xf $CWD/OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')".tar.gz
tar xf $CWD/openssl-OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')".tar.gz
mv openssl-OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')" openssl
fi

View file

@ -2,7 +2,7 @@ PRGNAM="sslscan"
VERSION="1.11.8_rbsec"
HOMEPAGE="https://github.com/rbsec/sslscan"
DOWNLOAD="https://github.com/rbsec/sslscan/archive/1.11.8-rbsec/sslscan-1.11.8-rbsec.tar.gz \
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2k/OpenSSL_1_0_2k.tar.gz"
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2k/openssl-OpenSSL_1_0_2k.tar.gz"
MD5SUM="2f61a1074d25cdb0467a3900dddad888 \
c9bfbe6848476fa920306e327f28ccf5"
DOWNLOAD_x86_64=""