Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2012-01-26 16:00:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sudo (Old)
 and      /work/SRC/openSUSE:Factory/.sudo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/sudo/sudo.changes        2011-12-31 
17:20:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2012-01-26 
16:00:39.000000000 +0100
@@ -1,0 +2,14 @@
+Wed Jan 25 15:09:14 UTC 2012 - [email protected]
+
+- honour global CFLAGS and LDFLAGS when compiling sesh,
+  to avoid rpmlint error (bnc#743157)
+
+-------------------------------------------------------------------
+Wed Jan  4 16:54:23 UTC 2012 - [email protected]
+
+- update to sudo-1.8.3p1 
+  * Fixed a crash in the monitor process on Solaris when NOPASSWD
+    was specified or when authentication was disabled.
+  * Fixed matching of a Runas_Alias in the group section of a Runas_Spec. 
+
+-------------------------------------------------------------------

Old:
----
  sudo-1.8.3.tar.gz

New:
----
  sudo-1.8.3p1-sesh-cflags.patch
  sudo-1.8.3p1.tar.gz

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

Other differences:
------------------
++++++ sudo.spec ++++++
--- /var/tmp/diff_new_pack.jNhilq/_old  2012-01-26 16:00:41.000000000 +0100
+++ /var/tmp/diff_new_pack.jNhilq/_new  2012-01-26 16:00:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sudo
 #
-# 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,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           sudo
-Version:        1.8.3
-Release:        1
-License:        BSD-3-Clause
+Version:        1.8.3p1
+Release:        0
 Summary:        Execute some commands as root
-Url:            http://www.sudo.ws/
+License:        BSD-3-Clause
 Group:          System/Base
+Url:            http://www.sudo.ws/
 Source0:        http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
 Source1:        sudo.pamd
 Source2:        README.SUSE
 Patch0:         sudoers2ldif-env.patch
 Patch1:         sudo-sudoers.patch
+# PATCH-FIX-OPENSUSE make sesh position-independent (bnc#743157)
+Patch2:         sudo-1.8.3p1-sesh-cflags.patch
 BuildRequires:  audit-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  openldap2-devel
@@ -47,7 +47,6 @@
 minutes by default).
 
 %package devel
-License:        BSD-3-Clause
 Summary:        Header files needed for sudo plugin development
 Group:          Development/Libraries/C and C++
 
@@ -58,6 +57,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %ifarch s390 s390x %sparc

++++++ sudo-1.8.3p1-sesh-cflags.patch ++++++
Index: sudo-1.8.3p1/src/Makefile.in
===================================================================
--- sudo-1.8.3p1.orig/src/Makefile.in   2011-10-21 15:01:26.000000000 +0200
+++ sudo-1.8.3p1/src/Makefile.in        2012-01-25 16:02:52.488970711 +0100
@@ -101,7 +101,7 @@
        $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LTLDFLAGS) -o $@ 
sudo_noexec.lo -avoid-version -rpath $(noexecdir)
 
 sesh: sesh.o
-       $(CC) -o $@ sesh.o
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sesh.o
 
 pre-install:
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to