Skip to content

Commit bdc53ef

Browse files
xorduxCBL-Mariner-Bot
authored andcommitted
Fix CVE-2024-53263 in git-lfs (#12088)
Co-authored-by: jslobodzian <[email protected]> (cherry picked from commit 21e9fb0)
1 parent 9853652 commit bdc53ef

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Diff for: SPECS/git-lfs/git-lfs.signatures.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Signatures": {
3-
"git-lfs-3.4.1-vendor.tar.gz": "a7b525a15b71a92ab789853a172345a4e4815de71ebe3486d5b843651b74cf1e",
4-
"git-lfs-3.4.1.tar.gz": "2a36239d7968ae18e1ba2820dc664c4ef753f10bf424f98bccaf44d527f19a17"
5-
}
2+
"Signatures": {
3+
"git-lfs-3.6.1-vendor.tar.gz": "6cb4c1deda8ef0b2014c559e06808b58a4fd04f2b487ad30566e0d683889cd65",
4+
"git-lfs-3.6.1.tar.gz": "062603dbef8f221d867e542314e9a6ea1970cae536b4495de2e915529b0fef8e"
5+
}
66
}

Diff for: SPECS/git-lfs/git-lfs.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22
Summary: Git extension for versioning large files
33
Name: git-lfs
4-
Version: 3.4.1
4+
Version: 3.6.1
55
Release: 1%{?dist}
66
Group: System Environment/Programming
77
Vendor: Microsoft Corporation
@@ -77,6 +77,9 @@ git lfs uninstall
7777
%{_mandir}/man5/*
7878

7979
%changelog
80+
* Thu Jan 23 2025 Rohit Rawat <[email protected]> - 3.6.1-1
81+
- Bump version to 3.6.1 to fix CVE-2024-53263
82+
8083
* Fri Jan 05 2024 Muhammad Falak <[email protected]> - 3.4.1-1
8184
- Bump version to 3.4.1
8285
- Add BR on asciidoctor & drop un-needed BR

Diff for: cgmanifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4310,8 +4310,8 @@
43104310
"type": "other",
43114311
"other": {
43124312
"name": "git-lfs",
4313-
"version": "3.4.1",
4314-
"downloadUrl": "https://github.com/git-lfs/git-lfs/archive/v3.4.1.tar.gz"
4313+
"version": "3.6.1",
4314+
"downloadUrl": "https://github.com/git-lfs/git-lfs/archive/v3.6.1.tar.gz"
43154315
}
43164316
}
43174317
},

0 commit comments

Comments
 (0)