Git extension for versioning large files
Go to file
RHEL Packaging Agent 71684a0290 Fix CVE-2026-39821 in vendored golang.org/x/net idna package
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:
 - 8c4c965e02.patch
Resolves: RHEL-183843, RHEL-187313

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-07-22 08:11:18 +00:00
.gitignore Update to 3.7.1 2026-01-05 14:13:32 +01:00
11fe8dc62ed2eb158eaec28af90d2f509e7fd91f.patch Update to 3.2.0 2023-01-09 10:59:31 +01:00
0001-commands-fix-format-string-type-mismatch-in-lockveri.patch Rebuild with new Golang 2026-05-19 16:11:49 +02:00
gating.yaml Add gating.yaml from RHEL 2021-06-02 12:36:44 +02:00
git-lfs-3.7.1-CVE-2026-39821.patch Fix CVE-2026-39821 in vendored golang.org/x/net idna package 2026-07-22 08:11:18 +00:00
git-lfs.spec Fix CVE-2026-39821 in vendored golang.org/x/net idna package 2026-07-22 08:11:18 +00:00
README.Fedora Merged update from upstream sources 2020-11-02 16:48:58 +01:00
sources Update to 3.7.1 2026-01-05 14:13:32 +01:00

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