Git extension for versioning large files
Backport upstream golang/net commit 8c4c965e02847508 to fix
CVE-2026-39821 in the vendored golang.org/x/net/idna package.
The fix corrects ToUnicode to properly reject xn-- labels that
decode to all-ASCII labels. The patch was adapted to target
the vendored copy under vendor/golang.org/x/net/idna/.
CVE: CVE-2026-33811, CVE-2026-39821
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| 11fe8dc62ed2eb158eaec28af90d2f509e7fd91f.patch | ||
| 0001-commands-fix-format-string-type-mismatch-in-lockveri.patch | ||
| gating.yaml | ||
| git-lfs-3.7.1-CVE-2026-39821.patch | ||
| git-lfs.spec | ||
| README.Fedora | ||
| sources | ||
git-lfs on Fedora ================= By default, the package will run a post-install/post-uninstall task to enable/disable git-lfs filters in the system git configuration. If you wish to enable/disable git-lfs manually, you can set the following option in the system git config, and package install/uninstall will no longer do this: # git config --system 'fedora.git-lfs.no-modify-config' true