Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2012-02-08 17:20:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsync (Old)
 and      /work/SRC/openSUSE:Factory/.rsync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsync", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsync/rsync.changes      2011-12-27 
14:20:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2012-02-08 
17:20:27.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 23:25:26 UTC 2012 - [email protected]
+
+- Build with PIE and full RELRO 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rsync.spec ++++++
--- /var/tmp/diff_new_pack.r6vclz/_old  2012-02-08 17:20:40.000000000 +0100
+++ /var/tmp/diff_new_pack.r6vclz/_new  2012-02-08 17:20:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_system_zlib 0
 %if 0%{?suse_version} < 1120
 %define _initddir %{_sysconfdir}/init.d
@@ -78,8 +79,9 @@
 patch -p1 < patches/drop-cache.diff
 
 %build
-autoheader
-autoconf
+autoreconf -fiv
+export CFLAGS="%optflags -fPIC -DPIC -fPIE"
+export LDFLAGS="-Wl,-z,relro,-z,now -pie"
 %configure \
   --disable-debug \
   --enable-slp \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to