From 858e381746c3ae65d6ebfe1c24990a538e0c1e10 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 29 Apr 2022 14:08:10 +0200 Subject: [PATCH] Related: CVE-2022-27774 - add missing tests to Makefile --- 0013-curl-7.76.1-CVE-2022-27774.patch | 2 +- curl.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/0013-curl-7.76.1-CVE-2022-27774.patch b/0013-curl-7.76.1-CVE-2022-27774.patch index 99b17e5..1350568 100644 --- a/0013-curl-7.76.1-CVE-2022-27774.patch +++ b/0013-curl-7.76.1-CVE-2022-27774.patch @@ -163,7 +163,7 @@ index 7ae2cf8..175fc43 100644 test945 test946 test947 test948 test949 test950 test951 test952 test953 \ test954 test955 test956 test957 test958 test959 test960 test961 test962 \ test963 test964 test965 test966 test967 test968 test969 test970 test971 \ -+test976 \ ++test973 test974 test975 test976 \ \ test980 test981 test982 test983 test984 test985 test986 \ \ diff --git a/curl.spec b/curl.spec index bab09de..3c71715 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: 15%{?dist} +Release: 16%{?dist} License: MIT Source: https://curl.se/download/%{name}-%{version}.tar.xz @@ -452,6 +452,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Fri Apr 29 2022 Kamil Dudka - 7.76.1-16 +- add missing tests to Makefile + * Thu Apr 28 2022 Kamil Dudka - 7.76.1-15 - fix credential leak on redirect (CVE-2022-27774) - fix auth/cookie leak on redirect (CVE-2022-27776)