Hello community, here is the log from the commit of package rp-pppoe for openSUSE:Factory checked in at 2012-02-14 19:07:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rp-pppoe (Old) and /work/SRC/openSUSE:Factory/.rp-pppoe.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rp-pppoe", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rp-pppoe/rp-pppoe.changes 2011-09-23 12:44:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rp-pppoe.new/rp-pppoe.changes 2012-02-14 19:07:32.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 24 00:48:39 UTC 2012 - [email protected] + +- build pppoe-wrapper with PIE and full RELRO + +------------------------------------------------------------------- New: ---- rp-pppoe-pie.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rp-pppoe.spec ++++++ --- /var/tmp/diff_new_pack.OEwQJ5/_old 2012-02-14 19:07:33.000000000 +0100 +++ /var/tmp/diff_new_pack.OEwQJ5/_new 2012-02-14 19:07:33.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package rp-pppoe (Version 3.10) +# spec file for package rp-pppoe # -# Copyright (c) 2009 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 @@ -38,6 +38,7 @@ Patch8: strip.diff Patch10: %{name}-3.10-init.patch Patch11: %{name}-3.10-config.patch +Patch12: rp-pppoe-pie.patch Requires: ppp >= 2.3.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq @@ -67,6 +68,7 @@ %patch8 %patch10 -p1 %patch11 -p1 +%patch12 #---------------------------------------------------------------------------------- %build ++++++ rp-pppoe-pie.patch ++++++ --- gui/Makefile.in.orig +++ gui/Makefile.in @@ -37,10 +37,10 @@ all: pppoe-wrapper @echo "Type 'make install' as root to install the software." pppoe-wrapper: wrapper.o - @CC@ -o pppoe-wrapper wrapper.o + @CC@ -pie -Wl,-z,relro,-z,now -fwhole-program -o pppoe-wrapper wrapper.o wrapper.o: wrapper.c - @CC@ $(CFLAGS) -c -o wrapper.o wrapper.c + @CC@ -Wl,-z,relro,-z,now -fpie -fPIE -fwhole-program $(CFLAGS) -c -o wrapper.o wrapper.c install: all -mkdir -p $(DESTDIR)$(sbindir) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
