From a8d9eb2d468eef0f989fde1e619ec837fc2f7f81 Mon Sep 17 00:00:00 2001 From: leefan <980488905@qq.com> Date: Mon, 3 Jun 2024 09:12:58 +0000 Subject: [PATCH] update curl to 8.7.1 --- curl.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/curl.spec b/curl.spec index d64b733..642764a 100644 --- a/curl.spec +++ b/curl.spec @@ -5,8 +5,8 @@ %global _configure ../configure Name: curl -Version: 8.4.0 -Release: 2 +Version: 8.7.1 +Release: 1 Summary: Curl is used in command lines or scripts to transfer data License: curl URL: https://curl.se/ @@ -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