edit: 为适应openeuler-22.03-NEXT,降低git-lfs版本

降低git-lfs版本到3.5.1

(cherry picked from commit 268d736928613544d04b7ab5de7fc3055102a756)
This commit is contained in:
Zherphy 2025-03-31 11:20:53 +08:00 committed by openeuler-sync-bot
parent 0cb65e3d34
commit d0f1b13688
4 changed files with 6 additions and 1 deletions

BIN
git-lfs-v3.5.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
# https://github.com/git-lfs/git-lfs
Name: git-lfs
Version: 3.6.1
Version: 3.5.1
Release: 1
Summary: Git extension for versioning large files
@ -40,6 +40,7 @@ mv %{name} %{name}-%{version}/src/github.com/git-lfs/
%build
go version
pushd src/github.com/git-lfs/%{name}
make
popd
@ -55,6 +56,10 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
%changelog
* Mon March 31 2025 Yi Zhou <zhouyi198@h-partners.com> - 3.5.1-1
- Downgrade to 3.5.1
- To adapt to openeuler-22.03-LTS-NEXT, downgrade git-lfs to 3.5.1
* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-1
- Upgrade to 3.6.1
- fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs

Binary file not shown.