Hello community,

here is the log from the commit of package mtr for openSUSE:Factory checked in 
at 2012-01-27 15:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtr (Old)
 and      /work/SRC/openSUSE:Factory/.mtr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtr/mtr.changes  2011-12-25 17:37:13.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.mtr.new/mtr.changes     2012-01-27 
15:22:25.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 24 00:55:32 UTC 2012 - [email protected]
+
+- build mtr binary with PIE and full RELRO 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mtr.spec ++++++
--- /var/tmp/diff_new_pack.D3OySu/_old  2012-01-27 15:22:25.000000000 +0100
+++ /var/tmp/diff_new_pack.D3OySu/_new  2012-01-27 15:22:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mtr
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           mtr
 BuildRequires:  automake
 BuildRequires:  gtk2-devel
@@ -87,7 +88,9 @@
 make distclean
 #
 # console version
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+export CFLAGS="$RPM_OPT_FLAGS -fpie -fPIE" 
+export LDFLAGS="-pie -Wl,-z,relro,-z,now"
+./configure \
        --prefix=/usr \
        --mandir=%{_mandir} \
        --without-gtk


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

Reply via email to