Skip to content

Commit bcbfb6b

Browse files
committed
curl: update to 8.14.0, add http3 support
1 parent 9ae4e35 commit bcbfb6b

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

srcpkgs/curl/template

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Template file for 'curl'
22
pkgname=curl
3-
version=8.13.0
4-
revision=2
3+
version=8.14.0
4+
revision=1
55
build_style=gnu-configure
66
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
77
--with-random=/dev/urandom
88
$(vopt_with rtmp librtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
99
$(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd)
1010
$(vopt_with psl libpsl) $(vopt_with idn libidn2)
11+
$(vopt_with http3 nghttp3) $(vopt_with http3 ngtcp2)
1112
--with-fish-functions-dir --with-zsh-functions-dir
1213
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
1314
ac_cv_path_NROFF=/usr/bin/mandoc"
@@ -16,11 +17,13 @@ make_check_args="TFLAGS=!1477"
1617
# Use mdocml instead of groff to generate builtin manual to avoid cyclic
1718
# dependencies.
1819
hostmakedepends="perl pkg-config mdocml"
19-
makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
20+
makedepends="nghttp2-devel zlib-devel
21+
$(vopt_if gnutls 'gnutls-devel')
2022
$(vopt_if gssapi 'mit-krb5-devel') $(vopt_if ldap 'libldap-devel')
2123
$(vopt_if rtmp 'librtmp-devel') $(vopt_if ssh 'libssh2-devel')
2224
$(vopt_if psl 'libpsl-devel') $(vopt_if idn 'libidn2-devel')
23-
$(vopt_if ssl 'openssl-devel') $(vopt_if zstd 'libzstd-devel')"
25+
$(vopt_if ssl 'openssl-devel') $(vopt_if zstd 'libzstd-devel')
26+
$(vopt_if http3 'nghttp3-devel ngtcp2-devel')"
2427
depends="ca-certificates"
2528
# openssh isn't in checkdepends, because test 581 locks up
2629
checkdepends="python3 stunnel nghttp2 impacket"
@@ -30,9 +33,9 @@ license="MIT"
3033
homepage="https://curl.se"
3134
changelog="https://curl.se/changes.html"
3235
distfiles="https://curl.se/download/curl-${version}.tar.gz"
33-
checksum=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc
34-
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd"
35-
build_options_default="idn psl ssh ssl zstd"
36+
checksum=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203
37+
build_options="gnutls gssapi idn ldap psl rtmp ssh ssl zstd http3"
38+
build_options_default="idn psl ssh ssl zstd http3"
3639
vopt_conflict ssl gnutls
3740

3841
if [ "$CROSS_BUILD" ]; then

0 commit comments

Comments
 (0)