From 3b663fad6a49019f0ea65db0f6cd3dd3de884c89 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 6 Dec 2023 13:26:39 +0100 Subject: [PATCH] curl: update to 8.5.0 --- srcpkgs/curl/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 80fd5c22692cdb..3e061e00c800e4 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template file for 'curl' pkgname=curl -version=8.4.0 +version=8.5.0 revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 @@ -9,6 +9,8 @@ configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 $(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd) --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2 ac_cv_path_NROFF=/usr/bin/mandoc" +# 1477 verifies if headers and manpages are in sync which belongs in upstream processes +make_check_args="TFLAGS=!1477" # Use mdocml instead of groff to generate builtin manual to avoid cyclic # dependencies. hostmakedepends="perl pkg-config mdocml" @@ -25,7 +27,7 @@ license="MIT" homepage="https://curl.se" changelog="https://curl.se/changes.html" distfiles="https://curl.se/download/curl-${version}.tar.gz" -checksum=816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427 +checksum=05fc17ff25b793a437a0906e0484b82172a9f4de02be5ed447e0cab8c3475add build_options="gnutls gssapi ldap rtmp ssh ssl zstd" build_options_default="ssh ssl zstd" vopt_conflict ssl gnutls