Git extension for versioning large files
Backport upstream commit 8c4c965e028475082408749b50ed7a686df0d265 from github.com/golang/net to fix CVE-2026-39821 in the vendored golang.org/x/net/idna package. The fix causes the idna package to correctly reject xn-- labels which decode to all-ASCII labels, addressing a specification bug corrected in UTS 46 revision 33. The patch modifies 13 files in the vendored idna package, removing obsolete version-specific files and updating core functionality. CVE: CVE-2026-33811, CVE-2026-39821 Upstream patches: - https://github.com/golang/net/commit/8c4c965e0284.patch Resolves: RHEL-183684, RHEL-187159 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir |
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| 0001-commands-fix-format-string-type-mismatch-in-lockveri.patch | ||
| changelog | ||
| 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