Rebuild for CVE-2020-11023

Resolves: RHEL-78377
This commit is contained in:
Marek Polacek 2025-02-07 11:35:48 -05:00
parent 4bbf28b708
commit 1a0c9fbe99

View File

@ -4,7 +4,7 @@
%global gcc_major 11
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
%global gcc_release 4
%global gcc_release 5
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
%global _unpackaged_files_terminate_build 0
@ -3599,6 +3599,9 @@ end
%endif
%changelog
* Fri Feb 7 2025 Marek Polacek <polacek@redhat.com> 11.5.0-5
- rebuild for CVE-2020-11023 (RHEL-78377)
* Mon Jan 27 2025 Marek Polacek <polacek@redhat.com> 11.5.0-4
- revert the PR middle-end/57245 patch (RHEL-76359)