From 8f6f0d76a2458188d272f6ad0a1bfcb2538b59d7 Mon Sep 17 00:00:00 2001 From: leefan <980488905@qq.com> Date: Mon, 3 Jun 2024 07:57:02 +0000 Subject: [PATCH] update curl to 8.7.1 --- curl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index d64b733..a9de8eb 100644 --- a/curl.spec +++ b/curl.spec @@ -5,7 +5,7 @@ %global _configure ../configure Name: curl -Version: 8.4.0 +Version: 8.7.1 Release: 2 Summary: Curl is used in command lines or scripts to transfer data License: curl @@ -206,6 +206,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_mandir}/man3/* %changelog +* Mon Jun 03 2024 lifan - 8.7.1-1 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:update curl to 8.7.1 + * Mon Apr 01 2024 zhouyihang - 8.4.0-2 - Type:CVE - CVE:CVE-2024-2004 CVE-2024-2398 @@ -464,4 +470,4 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la - DESC:fix CVE-2019-5481 CVE-2019-5482 * Wed Sep 18 2019 guanyanjie - 7.61.1-3 -- Init for openEuler +- Init for openEuler \ No newline at end of file -- Gitee