diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index e438d871c7a..e9c35b5e0ad 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -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 " 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