Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package csync for openSUSE:Factory checked in at 2021-04-19 21:06:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/csync (Old) and /work/SRC/openSUSE:Factory/.csync.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csync" Mon Apr 19 21:06:11 2021 rev:28 rq:886570 version:0.50.0 Changes: -------- --- /work/SRC/openSUSE:Factory/csync/csync.changes 2021-03-16 15:46:23.153226983 +0100 +++ /work/SRC/openSUSE:Factory/.csync.new.12324/csync.changes 2021-04-19 21:06:29.708073969 +0200 @@ -1,0 +2,9 @@ +Tue Apr 13 08:56:21 UTC 2021 - Matthias Gerstner <matthias.gerst...@suse.com> + +- explicitly add -pie linker flag to make /usr/bin/csync a PIE binary + (bsc#1184122). The problem arises in upstream + cmake/Modules/DefineCompilerFlags.cmake where -fPIC is explicitly added to + compiler flags, which are also passed during link time. This overrides our + implicit gcc PIE profile. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ csync.spec ++++++ --- /var/tmp/diff_new_pack.T4DtWa/_old 2021-04-19 21:06:30.168074658 +0200 +++ /var/tmp/diff_new_pack.T4DtWa/_new 2021-04-19 21:06:30.172074664 +0200 @@ -139,6 +139,7 @@ mkdir build fi pushd build +export LDFLAGS="-pie" # FIXME: you should use the %%cmake macros cmake \ -DCMAKE_C_FLAGS:STRING="%{optflags}" \