Hello community, here is the log from the commit of package lockdev for openSUSE:Factory checked in at 2012-01-25 15:02:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lockdev (Old) and /work/SRC/openSUSE:Factory/.lockdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lockdev", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/lockdev/lockdev.changes 2011-11-22 17:48:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lockdev.new/lockdev.changes 2012-01-25 15:02:14.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 23 13:30:35 UTC 2012 - [email protected] + +- compile lockdev with -fPIE/-pie + +------------------------------------------------------------------- New: ---- lockdev-pie.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lockdev.spec ++++++ --- /var/tmp/diff_new_pack.n16Tpr/_old 2012-01-25 15:02:15.000000000 +0100 +++ /var/tmp/diff_new_pack.n16Tpr/_new 2012-01-25 15:02:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package lockdev # -# 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 @@ -30,6 +30,7 @@ Patch0: lockdev-drop-baudboy.h.diff Patch1: lockdev-fix-implicit-declarations.diff Patch2: lockdev-reserve-some-space-to-avoid-buffer-overflow.diff +Patch3: lockdev-pie.diff # Requires(pre): pwdutils permissions BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,6 +72,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build cat > VERSION <<EOF ++++++ lockdev-pie.diff ++++++ Index: lockdev-1.0.3_git201003141408/src/Makefile.am =================================================================== --- lockdev-1.0.3_git201003141408.orig/src/Makefile.am +++ lockdev-1.0.3_git201003141408/src/Makefile.am @@ -7,6 +7,8 @@ AM_CPPFLAGS = -include $(top_builddir)/c lockdev_SOURCES = sample.c lockdev_LDADD = liblockdev.la +lockdev_CFLAGS = -fPIE +lockdev_LDFLAGS = -pie baudboy_SOURCES = baudboy_test.c baudboy_LDADD = liblockdev.la -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
