Rebuild for c9s

Resolves: RHEL-125838
This commit is contained in:
Jacek Migacz 2025-11-20 15:46:59 +01:00
parent 1c1d8e021b
commit 6fd1834c6f

View File

@ -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 <jmigacz@redhat.com> - 7.76.1-36
- rebuild for c9s (RHEL-125838)
* Thu Oct 23 2025 Jacek Migacz <jmigacz@redhat.com> - 7.76.1-35
- cookie: don't treat the leading slash as trailing (CVE-2025-9086)
Resolves: RHEL-121659