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

A new commit has been pushed.

Repo   : rpms/curl
Branch : f44
Commit : 0bb37a28e977b7262815c52bec34ad931af93f73
Author : Jan Macku <jamacku@redhat.com>
Date   : 2026-07-20T13:45:31+02:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/curl/c/0bb37a28e977b7262815c52bec34ad931af93f73?branch=f44

Log:
explicitly disable HTTP/3 support in the minimal build

---
diff --git a/curl.spec b/curl.spec
index 3f48a15..5620c24 100644
--- a/curl.spec
+++ b/curl.spec
@@ -12,7 +12,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 8.18.0
-Release: 6%{?dist}
+Release: 7%{?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
@@ -328,7 +328,9 @@ export common_configure_opts="          \
         --disable-websockets            \
         --without-brotli                \
         --without-libpsl                \
-        --without-libssh
+        --without-libssh                \
+        --without-nghttp3               \
+        --without-ngtcp2
 )
 
 # configure full build
@@ -463,6 +465,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.18.0-7
+- explicitly disable HTTP/3 support in the minimal build
+
 * Fri Apr 10 2026 Jan Macku <jamacku@redhat.com> - 8.18.0-6
 - Fix bad reuse of HTTP Negotiate connection (CVE-2026-1965)
 - Fix token leak with redirect and netrc (CVE-2026-3783)

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

only message in thread, other threads:[~2026-07-21  5:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21  5:56 [rpms/curl] f44: 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