From ee0a20347c3630f5f3d52817da814f9d5c1143e8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 29 2020 18:48:02 +0000 Subject: import dotnet3.1-3.1.106-4.el8 --- diff --git a/SPECS/dotnet3.1.spec b/SPECS/dotnet3.1.spec index 7efaf98..069bbb6 100644 --- a/SPECS/dotnet3.1.spec +++ b/SPECS/dotnet3.1.spec @@ -16,7 +16,7 @@ # -fstack-clash-protection is not supported by clang # -specs= is not supported by clang %global dotnet_cflags %(echo %optflags | sed -e 's/-fstack-clash-protection//' | sed -re 's/-specs=[^ ]*//g') -%if 0%{?fedora} < 30 +%if 0%{?fedora} < 30 && ! 0%{?rhel} # on Fedora 29, clang, -fcf-protection and binutils interact in strage ways leading to # "" errors. %global dotnet_cflags %(echo %dotnet_cflags | sed -e 's/ -fcf-protection//') @@ -59,7 +59,7 @@ Name: dotnet3.1 Version: %{sdk_rpm_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -462,6 +462,10 @@ echo "Testing build results for debug symbols..." %dir %{_libdir}/dotnet/packs %changelog +* Tue Jul 28 2020 Omair Majid - 3.1.106-4 +- Enable -fcf-protection +- Resolves: RHBZ#1811776 + * Mon Jul 27 2020 Omair Majid - 3.1.106-3 - Improve hardening in core-setup and corefx - Resolves: RHBZ#1811776