diff --git a/curl.spec b/curl.spec index 7985727..b87a63b 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.76.1 -Release: 35%{?dist} +Release: 36%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -565,6 +565,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Thu Nov 20 2025 Jacek Migacz - 7.76.1-36 +- rebuild for c9s (RHEL-125838) + * Thu Oct 23 2025 Jacek Migacz - 7.76.1-35 - cookie: don't treat the leading slash as trailing (CVE-2025-9086) Resolves: RHEL-121659