已开启
add sw64 support #23
vzikl创建于 2025年12月16日
add sw64 support #23
已开启
共 3 个文件变更+14493-1
| @@ -4,7 +4,7 @@ | |||
| 4 | # https://github.com/git-lfs/git-lfs | 4 | # https://github.com/git-lfs/git-lfs |
| 5 | Name: git-lfs | 5 | Name: git-lfs |
| 6 | Version: 3.6.1 | 6 | Version: 3.6.1 |
| 7 | -Release: 1 | 7 | +Release: 2 |
| 8 | Summary: Git extension for versioning large files | 8 | Summary: Git extension for versioning large files |
| 9 | 9 | ||
| 10 | License: MIT and BSD and Apache-2.0 and MPL-2.0 | 10 | License: MIT and BSD and Apache-2.0 and MPL-2.0 |
| @@ -12,6 +12,8 @@ URL: https://git-lfs.github.io/ | |||
| 12 | Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz | 12 | Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz |
| 13 | Source1: vendor.tar.gz | 13 | Source1: vendor.tar.gz |
| 14 | Patch6000: 0001-use-vendor-dir-for-build.patch | 14 | Patch6000: 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 | # Tests | 19 | # Tests |
| @@ -55,6 +57,9 @@ install -Dpm0755 src/github.com/git-lfs/git-lfs/bin/git-lfs %{buildroot}%{_bindi | |||
| 55 | 57 | ||
| 56 | 58 | ||
| 57 | %changelog | 59 | %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-1 | 63 | * Sun Jan 19 2025 Funda Wang <fundawang@yeah.net> - 3.6.1-1 |
| 59 | - Upgrade to 3.6.1 | 64 | - Upgrade to 3.6.1 |
| 60 | - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs | 65 | - fix CVE-2024-53263: Git LFS permits retrieval of credentials via crafted HTTP URLs |