network/sslscan: Updated for version 1.11.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
a4c97a715a
commit
e407df42e1
|
@ -33,7 +33,7 @@
|
||||||
# 2014-10-23 - changed to build rbsec's fork from github
|
# 2014-10-23 - changed to build rbsec's fork from github
|
||||||
|
|
||||||
PRGNAM=sslscan
|
PRGNAM=sslscan
|
||||||
VERSION=${VERSION:-1.11.11}
|
VERSION=${VERSION:-1.11.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -89,18 +89,15 @@ find -L . \
|
||||||
|
|
||||||
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
|
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
|
||||||
|
|
||||||
sed -i "s/^\(CFLAGS.*$\)/\1 $SLKCFLAGS/" Makefile
|
sed -i "s|share/man|man|" Makefile
|
||||||
|
|
||||||
sed -i "s|^\(PREFIX\).*$|\1 = $PKG/usr|" Makefile
|
|
||||||
sed -i "s|^\(MANDIR\).*$|\1 = $PKG/usr/man|" Makefile
|
|
||||||
|
|
||||||
if [ "$STATIC" = "yes" ] ; then
|
if [ "$STATIC" = "yes" ] ; then
|
||||||
make -j1 static
|
CLFAGS=$SLKCFLAGS make -j1 static
|
||||||
else
|
else
|
||||||
make -j1
|
CLFAGS=$SLKCFLAGS make -j1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make install
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="sslscan"
|
PRGNAM="sslscan"
|
||||||
VERSION="1.11.11"
|
VERSION="1.11.12"
|
||||||
HOMEPAGE="https://github.com/rbsec/sslscan"
|
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"
|
https://github.com/PeterMosmans/openssl/archive/83abb7af5cee7dd1c9ab500a10a776c586a18f1b/openssl-83abb7af5cee7dd1c9ab500a10a776c586a18f1b.tar.gz"
|
||||||
MD5SUM="85ca6c2e58c07aa1c6a20402824ca055 \
|
MD5SUM="603d9442f7a6c91460b5076d6f35f1e0 \
|
||||||
7bc7d20f588c8467fdfcddd92a88e3d9"
|
7bc7d20f588c8467fdfcddd92a88e3d9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in New Issue