已开启
add sw64 support #23
add sw64 support #23
已开启
vzikl创建于 2025年12月16日
3 个文件变更+14493-1
@@ -4,7 +4,7 @@
4# https://github.com/git-lfs/git-lfs4# https://github.com/git-lfs/git-lfs
5Name: git-lfs5Name: git-lfs
6Version: 3.6.16Version: 3.6.1
7-Release: 17+Release: 2
8Summary: Git extension for versioning large files8Summary: Git extension for versioning large files
9 9 
10License: MIT and BSD and Apache-2.0 and MPL-2.010License: MIT and BSD and Apache-2.0 and MPL-2.0
@@ -12,6 +12,8 @@ URL: https://git-lfs.github.io/
12Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz12Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
13Source1: vendor.tar.gz13Source1: vendor.tar.gz
14Patch6000: 0001-use-vendor-dir-for-build.patch14Patch6000: 0001-use-vendor-dir-for-build.patch
15+Patch6001: 0002-add-sw64-support-new-files.patch
16+Patch6002: 0003-add-sw64-support-modified-files.patch
15 17 
16%if %{with check}18%if %{with check}
17# Tests19# Tests
@@ -55,6 +57,9 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi
55 57 
56 58 
57%changelog59%changelog
60+* Mon Sep 15 2025 zhangfeilong <zhangfeilong@uniontech.com> - 3.6.1-2
61+- add sw64 support patch.
62+ 
58* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-163* Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-1
59- Upgrade to 3.6.164- Upgrade to 3.6.1
60 - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs65 - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs