From 75b87e75c02819af37bd4a632635213b2f13f2ae Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 4 Jun 2025 09:50:29 +0200 Subject: [PATCH] curl: update to 8.14.1 --- srcpkgs/curl/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index f671ea60d34..fdd654be90e 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template file for 'curl' pkgname=curl -version=8.14.0 +version=8.14.1 revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 @@ -12,6 +12,8 @@ configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 --with-fish-functions-dir --with-zsh-functions-dir --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt ac_cv_path_NROFF=/usr/bin/mandoc" +# ignore failed flaky tests +make_check_target="test-nonflaky" # 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 @@ -33,7 +35,7 @@ license="MIT" homepage="https://curl.se" changelog="https://curl.se/changes.html" distfiles="https://curl.se/download/curl-${version}.tar.gz" -checksum=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 +checksum=6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4 build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd http3" build_options_default="idn psl ssh ssl zstd http3" vopt_conflict ssl gnutls