public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Macku <jamacku@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/curl] rawhide: explicitly disable HTTP/3 support in the minimal build
Date: Mon, 20 Jul 2026 11:11:14 GMT [thread overview]
Message-ID: <178454587422.1.10744462201168526863.rpms-curl-648fd03039ad@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/curl
Branch : rawhide
Commit : 648fd03039ad50a2cb9f822beb3b0f3c1c544b63
Author : Jan Macku <jamacku@redhat.com>
Date : 2026-07-20T09:10:21+02:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/curl/c/648fd03039ad50a2cb9f822beb3b0f3c1c544b63?branch=rawhide
Log:
explicitly disable HTTP/3 support in the minimal build
---
diff --git a/curl.spec b/curl.spec
index 9fba364..ce1c90e 100644
--- a/curl.spec
+++ b/curl.spec
@@ -13,7 +13,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl
Version: 8.21.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: curl
Source0: https://curl.se/download/%{name}-%{version_no_tilde}.tar.xz
Source1: https://curl.se/download/%{name}-%{version_no_tilde}.tar.xz.asc
@@ -325,7 +325,9 @@ export common_configure_opts=" \
--disable-websockets \
--without-brotli \
--without-libpsl \
- --without-libssh
+ --without-libssh \
+ --without-nghttp3 \
+ --without-ngtcp2
)
# configure full build
@@ -465,6 +467,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/wcurl.1*
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
%changelog
+* Mon Jul 20 2026 Jan Macku <jamacku@redhat.com> - 8.21.0-3
+- explicitly disable HTTP/3 support in the minimal build
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.21.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-20 11:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178454587422.1.10744462201168526863.rpms-curl-648fd03039ad@fedoraproject.org \
--to=jamacku@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox