From b6040044360269a33a70db6b9e3e9ef597c359a2 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 17 Apr 2022 00:01:35 +1200 Subject: network/sslscan: Updated for version 2.0.13. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/sslscan/sslscan.SlackBuild | 8 +++----- network/sslscan/sslscan.info | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/network/sslscan/sslscan.SlackBuild b/network/sslscan/sslscan.SlackBuild index f8a8e7b6b7..32ab124673 100644 --- a/network/sslscan/sslscan.SlackBuild +++ b/network/sslscan/sslscan.SlackBuild @@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sslscan -VERSION=${VERSION:-2.0.12} +VERSION=${VERSION:-2.0.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,9 +48,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -85,7 +82,7 @@ sed -i "s/^GIT_VERSION = .*$/GIT_VERSION = $VERSION/" Makefile STATIC=${STATIC:-yes} if [ "$STATIC" = "yes" ] ; then - OPENSSLVERSION=${OPENSSLVERSION:-0418e993c717a6863f206feaa40673a261de7395} + OPENSSLVERSION=${OPENSSLVERSION:-564a8d442cbd8ce68d452ff2e8a58c0aea6b0632} tar xf "$CWD/openssl-$OPENSSLVERSION.tar.gz" mv "openssl-$OPENSSLVERSION" openssl fi @@ -112,6 +109,7 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG/usr/man -type f -exec chmod 0644 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/network/sslscan/sslscan.info b/network/sslscan/sslscan.info index c57e579296..0c7c39b266 100644 --- a/network/sslscan/sslscan.info +++ b/network/sslscan/sslscan.info @@ -1,10 +1,10 @@ PRGNAM="sslscan" -VERSION="2.0.12" +VERSION="2.0.13" HOMEPAGE="https://github.com/rbsec/sslscan" -DOWNLOAD="https://github.com/rbsec/sslscan/archive/2.0.12/sslscan-2.0.12.tar.gz \ - https://github.com/openssl/openssl/archive/0418e993c717a6863f206feaa40673a261de7395/openssl-0418e993c717a6863f206feaa40673a261de7395.tar.gz" -MD5SUM="e8e392dd98d6c62245b14cb4fef9f432 \ - d3810a935dc5fa3dc576b5e43d8cdd83" +DOWNLOAD="https://github.com/rbsec/sslscan/archive/2.0.13/sslscan-2.0.13.tar.gz \ + https://github.com/openssl/openssl/archive/564a8d442cbd8ce68d452ff2e8a58c0aea6b0632/openssl-564a8d442cbd8ce68d452ff2e8a58c0aea6b0632.tar.gz" +MD5SUM="3bf0f551c670d14558093037ce80d195 \ + 989e9420dd05253f5d9b61ddb1306ae2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3