Skip to content

Commit fe3ffc5

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade git to 2.45.3 CVE-2024-50349 and CVE-2024-52006 - branch 3.0-dev (#11960)
1 parent 1bb51e5 commit fe3ffc5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

SPECS/git/git.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"git-2.45.2.tar.xz": "51bfe87eb1c02fed1484051875365eeab229831d30d0cec5d89a14f9e40e9adb"
3+
"git-2.45.3.tar.gz": "3075ec9cbcf44a72d7fb232191c0982d6676a1d7432d3c74b96d397ff874b071"
44
}
55
}

SPECS/git/git.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
Summary: Fast distributed version control system
88
Name: git
9-
Version: 2.45.2
9+
Version: 2.45.3
1010
Release: 1%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Azure Linux
1414
Group: System Environment/Programming
1515
URL: https://git-scm.com/
16-
Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
16+
Source0: https://github.com/git/git/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1717
BuildRequires: curl-devel
1818
BuildRequires: python3-devel
1919
Requires: curl
@@ -110,6 +110,7 @@ BuildArch: noarch
110110
%{py3_shebang_fix} git-p4.py
111111

112112
%build
113+
make configure
113114
%configure \
114115
CFLAGS="%{optflags}" \
115116
CXXFLAGS="%{optflags}" \
@@ -172,6 +173,9 @@ fi
172173
%endif
173174

174175
%changelog
176+
* Tue Jan 14 2025 CBL-Mariner Servicing Account <[email protected]> - 2.45.3-1
177+
- Auto-upgrade to 2.45.3 - CVE-2024-50349 and CVE-2024-52006
178+
175179
* Fri Jul 05 2024 CBL-Mariner Servicing Account <[email protected]> - 2.45.2-1
176180
- Auto-upgrade to 2.45.2 - none
177181

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,8 +4310,8 @@
43104310
"type": "other",
43114311
"other": {
43124312
"name": "git",
4313-
"version": "2.45.2",
4314-
"downloadUrl": "https://www.kernel.org/pub/software/scm/git/git-2.45.2.tar.xz"
4313+
"version": "2.45.3",
4314+
"downloadUrl": "https://github.com/git/git/archive/refs/tags/v2.45.3.tar.gz"
43154315
}
43164316
}
43174317
},

0 commit comments

Comments
 (0)