From ad77edcfa411530c8bb95617760e9d520d8365d3 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 23 Jul 2021 15:56:43 +0200 Subject: [PATCH] Related: CVE-2021-22924 - bump release to pick gating.yaml Ideally such commits and builds should not be needed. The following ticket asks for an extension of OSCI to avoid them in the future: https://issues.redhat.com/browse/OSCI-2320 - unable to apply a new test configuration on an existing brew build --- curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 5492608..67f6af2 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: 7%{?dist} +Release: 8%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -382,7 +382,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog -* Wed Jul 21 2021 Kamil Dudka - 7.76.1-7 +* Wed Jul 21 2021 Kamil Dudka - 7.76.1-8 - fix TELNET stack contents disclosure again (CVE-2021-22925) - fix bad connection reuse due to flawed path name checks (CVE-2021-22924)