From 92fb81711e5b6750b26db8a18dd2fb67cd747a6a Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 16 Jul 2024 22:48:42 +0000 Subject: Tue Jul 16 22:48:42 UTC 2024 n/curl-8.8.0-x86_64-3.txz: Rebuilt. Recompiled using --with-openssl-quic to enable HTTP3. This is (unsurprisingly) considered experimental, but should be fine. Thanks to marav. --- source/n/curl/curl.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild index 191acf9bc..89ecdb9be 100755 --- a/source/n/curl/curl.SlackBuild +++ b/source/n/curl/curl.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=curl VERSION=${VERSION:-$(echo curl-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -93,6 +93,7 @@ CFLAGS="$SLKCFLAGS" \ --with-ca-path=/etc/ssl/certs \ --with-nghttp2=/usr \ --with-nghttp3=/usr \ + --with-openssl-quic \ $SSLOPT || exit 1 make $NUMJOBS || make || exit 1 -- cgit v1.2.3-80-g2a13