network/sslscan: Updated for version 1.11.12.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-10-21 12:13:34 +13:00 committed by Willy Sudiarto Raharjo
parent a4c97a715a
commit e407df42e1
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 11 deletions

View File

@ -33,7 +33,7 @@
# 2014-10-23 - changed to build rbsec's fork from github
PRGNAM=sslscan
VERSION=${VERSION:-1.11.11}
VERSION=${VERSION:-1.11.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,18 +89,15 @@ find -L . \
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
sed -i "s/^\(CFLAGS.*$\)/\1 $SLKCFLAGS/" Makefile
sed -i "s|^\(PREFIX\).*$|\1 = $PKG/usr|" Makefile
sed -i "s|^\(MANDIR\).*$|\1 = $PKG/usr/man|" Makefile
sed -i "s|share/man|man|" Makefile
if [ "$STATIC" = "yes" ] ; then
make -j1 static
CLFAGS=$SLKCFLAGS make -j1 static
else
make -j1
CLFAGS=$SLKCFLAGS make -j1
fi
make install
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

View File

@ -1,9 +1,9 @@
PRGNAM="sslscan"
VERSION="1.11.11"
VERSION="1.11.12"
HOMEPAGE="https://github.com/rbsec/sslscan"
DOWNLOAD="https://github.com/rbsec/sslscan/archive/1.11.11-rbsec/sslscan-1.11.11-rbsec.tar.gz \
DOWNLOAD="https://github.com/rbsec/sslscan/archive/1.11.12-rbsec/sslscan-1.11.12-rbsec.tar.gz \
https://github.com/PeterMosmans/openssl/archive/83abb7af5cee7dd1c9ab500a10a776c586a18f1b/openssl-83abb7af5cee7dd1c9ab500a10a776c586a18f1b.tar.gz"
MD5SUM="85ca6c2e58c07aa1c6a20402824ca055 \
MD5SUM="603d9442f7a6c91460b5076d6f35f1e0 \
7bc7d20f588c8467fdfcddd92a88e3d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""