curl: update to 7.60.0.

Closes #14486.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-17 00:07:18 -03:00 committed by Enno Boland
parent 9a393f89df
commit 37ba13122c
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 14 additions and 15 deletions

View File

@ -1,27 +1,26 @@
# Template build file for 'curl'.
# Template build file for 'curl'
pkgname=curl
version=7.59.0
revision=2
version=7.60.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8
--enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp)
$(vopt_with gssapi)
$(vopt_enable ldap) $(vopt_enable ldap ldaps)
$(vopt_with ssh ssh2) $(vopt_with ssl) $(vopt_with gnutls)
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
$(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnuts)
$(vopt_enable ldap ldaps) $(vopt_with ssh ssh2) $(vopt_with ssl)
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2"
hostmakedepends="pkg-config perl groff"
makedepends="zlib-devel nghttp2-devel
$(vopt_if gssapi mit-krb5-devel)
$(vopt_if rtmp librtmp-devel)
$(vopt_if ldap libldap-devel) $(vopt_if ssh libssh2-devel)
$(vopt_if ssl libressl-devel) $(vopt_if gnutls gnutls-devel)"
hostmakedepends="groff perl pkg-config"
makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
$(vopt_if gssapi 'mit-krb5-devel') $(vopt_if ldap 'libldap-devel')
$(vopt_if rtmp 'librtmp-devel') $(vopt_if ssh 'libssh2-devel')
$(vopt_if ssl 'libressl-devel')"
depends="ca-certificates"
checkdepends="python"
short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://curl.haxx.se"
#changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=b5920ffd6a8c95585fb95070e0ced38322790cb335c39d0dab852d12e157b5a0
checksum=897dfb2204bd99be328279f88f55b7c61592216b0542fcbe995c60aa92871e9b
build_options="gnutls gssapi ldap rtmp ssh ssl"
build_options_default="ssh ssl"
vopt_conflict ssl gnutls