From 6850be99242b3d64cea0c1102fda122f97c52981 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 12 Feb 2025 03:01:35 +0300 Subject: [PATCH] import gcc-8.5.0-23.el8_10 --- SPECS/gcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/gcc.spec b/SPECS/gcc.spec index 333af3d..e2721a9 100644 --- a/SPECS/gcc.spec +++ b/SPECS/gcc.spec @@ -4,7 +4,7 @@ %global gcc_major 8 # 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 22 +%global gcc_release 23 %global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f %global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24 %global _unpackaged_files_terminate_build 0 @@ -3338,6 +3338,9 @@ fi %{ANNOBIN_GCC_PLUGIN_DIR}/gcc-annobin.so.0.0.0 %changelog +* Fri Feb 7 2025 Marek Polacek 8.5.0-23 +- rebuild for CVE-2020-11023 (RHEL-78274) + * Thu Apr 18 2024 Marek Polacek 8.5.0-22 - fix ICE in the vectorizer (RHEL-32886)