!10 update to version 3.6.1

From: @fundawang 
Reviewed-by: @shinwell_hu, @myeuler 
Signed-off-by: @shinwell_hu, @myeuler
This commit is contained in:
openeuler-ci-bot 2025-02-02 02:24:55 +00:00 committed by Gitee
commit 0cb65e3d34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -3,7 +3,7 @@
# https://github.com/git-lfs/git-lfs
Name: git-lfs
Version: 3.6.0
Version: 3.6.1
Release: 1
Summary: Git extension for versioning large files
@ -31,9 +31,8 @@ storing the file contents on a remote server.
%prep
%setup
%patch -P 6000
tar zxvf %{SOURCE1}
%autosetup -p0 -n %{name}-%{version} -a 1
cd ..
mv %{name}-%{version} %{name}
mkdir -p %{name}-%{version}/src/github.com/git-lfs
@ -56,6 +55,10 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
%changelog
* 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
* Tue Jan 14 2025 Xinwei Hu <shinwell_hu@openeuler.sh> - 3.6.0-1
- Upgrade to 3.6.0
- Support multi-stage authentication with Git credential helpers and relative worktree paths