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] f44: explicitly disable HTTP/3 support in the minimal build
Date: Tue, 21 Jul 2026 05:56:18 GMT	[thread overview]
Message-ID: <178461337861.1.12044837418906193595.rpms-curl-0bb37a28e977@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-07-21  5:56 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=178461337861.1.12044837418906193595.rpms-curl-0bb37a28e977@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