Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package OpenIPMI for openSUSE:Factory checked in at 2021-03-15 10:53:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenIPMI (Old) and /work/SRC/openSUSE:Factory/.OpenIPMI.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenIPMI" Mon Mar 15 10:53:51 2021 rev:49 rq:878331 version:2.0.29 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes 2020-08-28 21:20:30.816299516 +0200 +++ /work/SRC/openSUSE:Factory/.OpenIPMI.new.2401/OpenIPMI.changes 2021-03-15 10:53:53.229124456 +0100 @@ -1,0 +2,6 @@ +Mon Mar 8 14:16:36 UTC 2021 - Matthias Gerstner <matthias.gerst...@suse.com> + +- drop -fPIC from CFLAGS which breaks our gcc-PIE profile resulting in + non-position independent binaries and thus weakened security (bsc#1183046). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenIPMI.spec ++++++ --- /var/tmp/diff_new_pack.V7h2Z9/_old 2021-03-15 10:53:53.921125518 +0100 +++ /var/tmp/diff_new_pack.V7h2Z9/_new 2021-03-15 10:53:53.921125518 +0100 @@ -1,7 +1,7 @@ # # spec file for package OpenIPMI # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -146,7 +146,7 @@ %build export EDIT_CFLAGS=`pkg-config --cflags libedit` export EDIT_LIBS=`pkg-config --libs libedit` -export CFLAGS="-fPIC %{optflags} -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing" chmod 755 %{SOURCE4} %{SOURCE4} %configure --disable-static \