wok-4.x diff curl/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (22 months ago)
parents 39f7962e4210
children
line diff
     1.1 --- a/curl/receipt	Thu Nov 10 11:11:46 2022 +0000
     1.2 +++ b/curl/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="curl"
     1.7 -VERSION="7.23.1"
     1.8 +VERSION="7.63.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Tool and libs for transferring files with URL syntax."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://curl.haxx.se/"
    1.14 -#WGET_URL="http://curl.haxx.se/download/$TARBALL"
    1.15 -WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/c/$TARBALL"
    1.16 +WGET_URL="http://curl.haxx.se/download/$TARBALL"
    1.17 +#WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/c/$TARBALL"
    1.18  
    1.19  DEPENDS="libssl libcurl zlib libidn"
    1.20 -BUILD_DEPENDS="openssl-dev libidn-dev"
    1.21 +BUILD_DEPENDS="libcrypto-dev openssl-dev libidn-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -19,6 +19,7 @@
    1.26  	cd $src
    1.27  	./configure \
    1.28  		--disable-ldap \
    1.29 +		--with-ssl \
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make && make install
    1.32  }