diff --git a/.curl.metadata b/.curl.metadata new file mode 100644 index 0000000..faa1a35 --- /dev/null +++ b/.curl.metadata @@ -0,0 +1 @@ +d38ab79ef7a6d92df91ca8dfcf9a5eaf7e25b725 curl-7.76.1.tar.xz diff --git a/curl.spec b/curl.spec index 9901bc8..4ab8cee 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: 28%{?dist} +Release: 29%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -545,6 +545,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Wed Mar 6 2024 Jacek Migacz - 7.76.1-29 +- rebuild for 9.4 GA + * Tue Oct 10 2023 Jacek Migacz - 7.76.1-28 - return error if hostname too long for remote resolve (CVE-2023-38545) - fix cookie injection with none file (CVE-2023-38546)