wok diff sslscan/receipt @ rev 23743

updated xcb-proto, libxcb and libxcb-dev (1.13 -> 1.14)
author Hans-G?nter Theisgen
date Fri May 01 13:39:34 2020 +0100 (2020-05-01)
parents d443265acbc1
children 5ea0ce1cecc0
line diff
     1.1 --- a/sslscan/receipt	Tue Apr 14 16:56:01 2020 +0000
     1.2 +++ b/sslscan/receipt	Fri May 01 13:39:34 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sslscan"
     1.7 -VERSION="1.11.11"
     1.8 +VERSION="1.11.13"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Tests SSL/TLS enabled services to discover supported cipher suites."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz"
    1.14  
    1.15  DEPENDS="libssl zlib"
    1.16 -BUILD_DEPENDS="openssl-dev zlib-dev git"
    1.17 +BUILD_DEPENDS="git openssl-dev zlib-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -25,5 +25,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $install/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/bin	$fs/usr
    1.27  }