From 14522486d8b66f011e5b9348172eddc4032c8f83 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 20:21:54 +0800 Subject: [PATCH] Update code from upstream --- git.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 1e03119..0e8dff1 100644 --- a/git.spec +++ b/git.spec @@ -23,7 +23,7 @@ %global _package_note_file %{_builddir}/%{name}-%{version}/.package_note-%{name}-%{version}-%{release}.%{_arch}.ld Name: git -Version: 2.47.3 +Version: 2.47.3 Release: %{anolis_release}%{?dist} Summary: Distributed version control system License: BSD-3-Clause AND GPLv2 AND LGPL-2.1-or-later AND MIT @@ -697,6 +697,10 @@ rmdir --ignore-fail-on-non-empty "$testdir" %changelog +* Fri Jul 11 2025 Ondřej Pohořelský - 2.47.3-1 +- update to 2.47.3 +- Resolves: RHEL-102449, RHEL-102463, RHEL-102675, RHEL-102681 + * Fri Jul 11 2025 Yangcheng - 2.47.3-1 - update to 2.47.3 to fix CVE-2025-48384 CVE-2025-48385 CVE-2025-48386 -- Gitee