Hello community, here is the log from the commit of package clamav for openSUSE:Factory checked in at 2015-01-03 22:01:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clamav (Old) and /work/SRC/openSUSE:Factory/.clamav.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamav" Changes: -------- --- /work/SRC/openSUSE:Factory/clamav/clamav.changes 2014-11-28 08:44:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes 2015-01-03 22:01:24.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 1 21:34:01 UTC 2015 - [email protected] + +- build with PIE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.GvnLSl/_old 2015-01-03 22:01:26.000000000 +0100 +++ /var/tmp/diff_new_pack.GvnLSl/_new 2015-01-03 22:01:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package clamav # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,8 +96,9 @@ CFLAGS="-fstack-protector" CXXFLAGS="-fstack-protector" %endif -export CFLAGS="%optflags $CFLAGS" -export CXXFLAGS="%optflags $CXXFLAGS" +export CFLAGS="%optflags $CFLAGS -fPIE" +export CXXFLAGS="%optflags $CXXFLAGS -fPIE" +export LDFLAGS="-pie" %if 0%{?suse_version} == 0910 # SLES9 needs this macro to enable the quarantine feature in libmilter CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
