Git extension for versioning large files
Go to file
RHEL Packaging Agent f4128a54b0 Fix CVE-2026-39821 in vendored golang.org/x/net/idna package
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
2026-07-22 08:11:59 +00:00
.fmf Add tmt based gating 2024-05-28 05:51:34 +00:00
plans Add tmt based gating 2024-05-28 05:51:34 +00:00
.gitignore Update to 3.7.1 2026-01-05 14:04:40 +01:00
0001-commands-fix-format-string-type-mismatch-in-lockveri.patch Rebuild with new Golang 2026-05-19 15:58:48 +02:00
changelog Convert to rpmautospec 2021-09-25 22:39:59 -04:00
gating.yaml Add tmt based gating 2024-05-28 05:51:34 +00: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:59 +00:00
git-lfs.spec Fix CVE-2026-39821 in vendored golang.org/x/net/idna package 2026-07-22 08:11:59 +00:00
README.Fedora Add an option to disable modifying the git filter config. 2020-09-03 23:30:53 -04:00
sources Update to 3.7.1 2026-01-05 14:04:40 +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