mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
curl: update to 8.14.0, add http3 support
This commit is contained in:
parent
9ae4e35ddd
commit
bcbfb6b137
1 changed files with 10 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=8.13.0
|
||||
revision=2
|
||||
version=8.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||
--with-random=/dev/urandom
|
||||
$(vopt_with rtmp librtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
|
||||
$(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd)
|
||||
$(vopt_with psl libpsl) $(vopt_with idn libidn2)
|
||||
$(vopt_with http3 nghttp3) $(vopt_with http3 ngtcp2)
|
||||
--with-fish-functions-dir --with-zsh-functions-dir
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||
ac_cv_path_NROFF=/usr/bin/mandoc"
|
||||
|
@ -16,11 +17,13 @@ make_check_args="TFLAGS=!1477"
|
|||
# Use mdocml instead of groff to generate builtin manual to avoid cyclic
|
||||
# dependencies.
|
||||
hostmakedepends="perl pkg-config mdocml"
|
||||
makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
|
||||
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 psl 'libpsl-devel') $(vopt_if idn 'libidn2-devel')
|
||||
$(vopt_if ssl 'openssl-devel') $(vopt_if zstd 'libzstd-devel')"
|
||||
$(vopt_if ssl 'openssl-devel') $(vopt_if zstd 'libzstd-devel')
|
||||
$(vopt_if http3 'nghttp3-devel ngtcp2-devel')"
|
||||
depends="ca-certificates"
|
||||
# openssh isn't in checkdepends, because test 581 locks up
|
||||
checkdepends="python3 stunnel nghttp2 impacket"
|
||||
|
@ -30,9 +33,9 @@ license="MIT"
|
|||
homepage="https://curl.se"
|
||||
changelog="https://curl.se/changes.html"
|
||||
distfiles="https://curl.se/download/curl-${version}.tar.gz"
|
||||
checksum=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc
|
||||
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd"
|
||||
build_options_default="idn psl ssh ssl zstd"
|
||||
checksum=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203
|
||||
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
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue