Hello community,

here is the log from the commit of package su-wrapper for openSUSE:Factory 
checked in at 2012-01-25 15:02:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/su-wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.su-wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "su-wrapper", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/su-wrapper/su-wrapper.changes    2011-09-23 
12:47:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.su-wrapper.new/su-wrapper.changes       
2012-01-25 15:02:44.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 14:23:24 UTC 2012 - [email protected]
+
+- Build with -fpie and full RELRO 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ su-wrapper.spec ++++++
--- /var/tmp/diff_new_pack.Fm80N9/_old  2012-01-25 15:02:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Fm80N9/_new  2012-01-25 15:02:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package su-wrapper (Version 1.2.0)
+# spec file for package su-wrapper
 #
-# Copyright (c) 2008 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

++++++ su-wrapper-1.2.0.dif ++++++
--- /var/tmp/diff_new_pack.Fm80N9/_old  2012-01-25 15:02:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Fm80N9/_new  2012-01-25 15:02:45.000000000 +0100
@@ -1,5 +1,5 @@
---- su-wrapper.conf.dist
-+++ su-wrapper.conf.dist       2001-12-19 16:40:50.000000000 +0100
+--- su-wrapper.conf.dist.orig
++++ su-wrapper.conf.dist
 @@ -30,13 +30,13 @@
  #            is significant. so if you wann deny some special things,
  #          you have to put them under those lines which would allow them.
@@ -21,14 +21,17 @@
  
  # deny nobody everything, each call from nobody ends up in an empty command
  nobody        -       *               *       -       -       -
---- src/Makefile
-+++ src/Makefile       2001-12-19 16:48:24.000000000 +0100
-@@ -1,5 +1,5 @@
+--- src/Makefile.orig
++++ src/Makefile
+@@ -1,7 +1,7 @@
  CC    = gcc
 -CFLAGS        = -D_GNU_SOURCE -O2 -pipe -Wall
-+CFLAGS        = -D_GNU_SOURCE $(RPM_OPT_FLAGS) -pipe -Wall
++CFLAGS        = -fpie -fPIE -D_GNU_SOURCE $(RPM_OPT_FLAGS) -pipe -Wall
  #CFLAGS = -D_GNU_SOURCE -O -g -DDEBUG -Wall
- LDFLAGS       = -Wl,-warn-common
+-LDFLAGS       = -Wl,-warn-common
++LDFLAGS       = -pie -Wl,-warn-common  -Wl,-z,relro,-z,now
+ 
+ all:  su-wrapper
  
 @@ -9,11 +9,11 @@ su-wrapper:  su-wrapper.o
        $(CC) $(LDFLAGS) su-wrapper.o -o su-wrapper
@@ -45,8 +48,8 @@
 -      mv /etc/su-wrapper.conf /etc/su-wrapper.conf.---
 +      rm -f $(DESTDIR)/usr/sbin/su-wrapper
 +      mv $(DESTDIR)/etc/su-wrapper.conf $(DESTDIR)/etc/su-wrapper.conf.---
---- src/su-wrapper.c
-+++ src/su-wrapper.c   2008-10-08 12:25:12.178827251 +0200
+--- src/su-wrapper.c.orig
++++ src/su-wrapper.c
 @@ -134,7 +134,7 @@ static int cmdline_match (char * const m
                while ((oslot = strsep(&l, ",:"))) {
                        if (!*oslot)            /* empty slot means no slot */

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

Reply via email to