mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
curl: update to 8.14.1
This commit is contained in:
parent
02fa554b0e
commit
75b87e75c0
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=8.14.0
|
version=8.14.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
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-fish-functions-dir --with-zsh-functions-dir
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||||
ac_cv_path_NROFF=/usr/bin/mandoc"
|
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
|
# 1477 verifies if headers and manpages are in sync which belongs in upstream processes
|
||||||
make_check_args="TFLAGS=!1477"
|
make_check_args="TFLAGS=!1477"
|
||||||
# Use mdocml instead of groff to generate builtin manual to avoid cyclic
|
# Use mdocml instead of groff to generate builtin manual to avoid cyclic
|
||||||
|
@ -33,7 +35,7 @@ license="MIT"
|
||||||
homepage="https://curl.se"
|
homepage="https://curl.se"
|
||||||
changelog="https://curl.se/changes.html"
|
changelog="https://curl.se/changes.html"
|
||||||
distfiles="https://curl.se/download/curl-${version}.tar.gz"
|
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="gnutls gssapi idn ldap psl rtmp ssh ssl zstd http3"
|
||||||
build_options_default="idn psl ssh ssl zstd http3"
|
build_options_default="idn psl ssh ssl zstd http3"
|
||||||
vopt_conflict ssl gnutls
|
vopt_conflict ssl gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue