!33 Upgrade to 1.6.5 for fix CVE-2024-24575 and CVE-2024-24577

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-02-07 07:24:51 +00:00 committed by Gitee
commit a19db9eaec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
Name: libgit2 Name: libgit2
Version: 1.6.4 Version: 1.6.5
Release: 1 Release: 1
Summary: portable, pure C implementation of the Git core methods Summary: portable, pure C implementation of the Git core methods
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: https://libgit2.org URL: https://libgit2.org
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc cmake >= 2.8.11 ninja-build http-parser-devel libcurl-devel BuildRequires: gcc cmake >= 2.8.11 ninja-build http-parser-devel libcurl-devel
BuildRequires: libssh2-devel openssl-devel python3 zlib-devel BuildRequires: libssh2-devel openssl-devel python3 zlib-devel
@ -56,6 +56,9 @@ rm -vr deps
%{_includedir}/git2* %{_includedir}/git2*
%changelog %changelog
* Wed Feb 07 2024 yaoxin <yao_xin001@hoperun.com> - 1.6.5-1
- Upgrade to 1.6.5 for fix CVE-2024-24575 and CVE-2024-24577
* Fri Jul 7 2023 liyanan <thistleslyn@163.com> - 1.6.4-1 * Fri Jul 7 2023 liyanan <thistleslyn@163.com> - 1.6.4-1
- Update to version 1.6.4 - Update to version 1.6.4
- Abi change: libgit2.so.1.3.2 -> libgit2.so.1.6.4 - Abi change: libgit2.so.1.3.2 -> libgit2.so.1.6.4