wok-6.x rev 21971
updated sslscan (1.11.0 -> 1.11.11)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 13:51:07 2019 +0100 (2019-10-11) |
parents | 91c00c379caa |
children | a209a488c9d9 019a3082af67 |
files | sslscan/receipt |
line diff
1.1 --- a/sslscan/receipt Fri Oct 11 13:41:00 2019 +0100 1.2 +++ b/sslscan/receipt Fri Oct 11 13:51:07 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sslscan" 1.7 -VERSION="1.11.0-rbsec" 1.8 +VERSION="1.11.11" 1.9 CATEGORY="security" 1.10 -SHORT_DESC="tests SSL/TLS enabled services to discover supported cipher suites." 1.11 +SHORT_DESC="Tests SSL/TLS enabled services to discover supported cipher suites." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://github.com/rbsec/sslscan" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/rbsec/sslscan" 1.18 -WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.19 +WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz" 1.20 1.21 DEPENDS="libssl zlib" 1.22 BUILD_DEPENDS="openssl-dev zlib-dev" 1.23 @@ -16,7 +17,8 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - make && make DESTDIR=$DESTDIR install 1.28 + make && 1.29 + make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.