curl: update to 8.14.1

This commit is contained in:
tranzystorekk 2025-06-04 09:50:29 +02:00
parent 02fa554b0e
commit 75b87e75c0

View file

@ -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