public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/curl] rawhide: explicitly disable HTTP/3 support in the minimal build
@ 2026-07-20 11:11 Jan Macku
  0 siblings, 0 replies; only message in thread
From: Jan Macku @ 2026-07-20 11:11 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 11:11 [rpms/curl] rawhide: explicitly disable HTTP/3 support in the minimal build Jan Macku

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox