wok diff curl/receipt @ rev 25678
Patch ghostscript CVE-2023-36664
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 08 14:12:03 2024 +0100 (7 months ago) |
parents | c7da5d8a0b77 |
children |
line diff
1.1 --- a/curl/receipt Fri Oct 02 10:34:57 2020 +0000 1.2 +++ b/curl/receipt Fri Mar 08 14:12:03 2024 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="curl" 1.7 -VERSION="7.72.0" 1.8 +VERSION="7.81.0" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Tool and librariess for transferring files with URL syntax." 1.11 +SHORT_DESC="Tool and libraries for transfering files with URL syntax." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="https://curl.haxx.se/" 1.15 @@ -11,11 +11,13 @@ 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="https://curl.haxx.se/download/$TARBALL" 1.18 1.19 -DEPENDS="libcurl libidn libssl zlib" 1.20 -BUILD_DEPENDS="libidn-dev openssl-dev" 1.21 +DEPENDS="libcurl libgnutls libidn libssl zlib" 1.22 +BUILD_DEPENDS="gnutls-dev libidn-dev openssl-dev" 1.23 1.24 HOST_ARCH="i486 arm" 1.25 1.26 +# @maintainer: Please update also libcurl 1.27 + 1.28 current_version() 1.29 { 1.30 wget -O - $WEB_SITE 2>/dev/null | \ 1.31 @@ -27,6 +29,7 @@ 1.32 { 1.33 ./configure \ 1.34 --disable-ldap \ 1.35 + --with-gnutls \ 1.36 $CONFIGURE_ARGS && 1.37 make && 1.38 make install