Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO-CHERRYPICK] Fix CVE-2024-53263 in git-lfs - branch 3.0-dev #12118

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SPECS/git-lfs/git-lfs.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"git-lfs-3.4.1-vendor.tar.gz": "a7b525a15b71a92ab789853a172345a4e4815de71ebe3486d5b843651b74cf1e",
"git-lfs-3.4.1.tar.gz": "2a36239d7968ae18e1ba2820dc664c4ef753f10bf424f98bccaf44d527f19a17"
}
"Signatures": {
"git-lfs-3.6.1-vendor.tar.gz": "6cb4c1deda8ef0b2014c559e06808b58a4fd04f2b487ad30566e0d683889cd65",
"git-lfs-3.6.1.tar.gz": "062603dbef8f221d867e542314e9a6ea1970cae536b4495de2e915529b0fef8e"
}
}
5 changes: 4 additions & 1 deletion SPECS/git-lfs/git-lfs.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Summary: Git extension for versioning large files
Name: git-lfs
Version: 3.4.1
Version: 3.6.1
Release: 1%{?dist}
Group: System Environment/Programming
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -77,6 +77,9 @@ git lfs uninstall
%{_mandir}/man5/*

%changelog
* Thu Jan 23 2025 Rohit Rawat <[email protected]> - 3.6.1-1
- Bump version to 3.6.1 to fix CVE-2024-53263

* Fri Jan 05 2024 Muhammad Falak <[email protected]> - 3.4.1-1
- Bump version to 3.4.1
- Add BR on asciidoctor & drop un-needed BR
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4310,8 +4310,8 @@
"type": "other",
"other": {
"name": "git-lfs",
"version": "3.4.1",
"downloadUrl": "https://github.com/git-lfs/git-lfs/archive/v3.4.1.tar.gz"
"version": "3.6.1",
"downloadUrl": "https://github.com/git-lfs/git-lfs/archive/v3.6.1.tar.gz"
}
}
},
Expand Down
Loading