[maemo-commits] [maemo-commits] r17244 - in projects/haf/trunk/dbus: . debian debian/patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 21 16:19:25 EET 2009
Author: guillem
Date: 2009-01-21 16:19:23 +0200 (Wed, 21 Jan 2009)
New Revision: 17244

Added:
   projects/haf/trunk/dbus/dbus_1.2.12.orig.tar.gz
Removed:
   projects/haf/trunk/dbus/dbus_1.2.8.orig.tar.gz
Modified:
   projects/haf/trunk/dbus/debian/changelog
   projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch
Log:
New dbus upstream release 1.2.12


Added: projects/haf/trunk/dbus/dbus_1.2.12.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: projects/haf/trunk/dbus/dbus_1.2.12.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: projects/haf/trunk/dbus/dbus_1.2.8.orig.tar.gz
===================================================================
(Binary files differ)

Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2009-01-21 13:28:27 UTC (rev 17243)
+++ projects/haf/trunk/dbus/debian/changelog	2009-01-21 14:19:23 UTC (rev 17244)
@@ -1,3 +1,10 @@
+dbus (1.2.12-0maemo1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - debian/patches/01-add-initgroups-call.patch: Refresh.
+
+ -- Guillem Jover <guillem.jover at nokia.com>  Tue, 20 Jan 2009 17:09:45 +0200
+
 dbus (1.2.8-0maemo1) unstable; urgency=low
 
   * New upstream release.

Modified: projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch
===================================================================
--- projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch	2009-01-21 13:28:27 UTC (rev 17243)
+++ projects/haf/trunk/dbus/debian/patches/01-add-initgroups-call.patch	2009-01-21 14:19:23 UTC (rev 17244)
@@ -1,16 +1,16 @@
 Index: b/dbus/dbus-sysdeps-util-unix.c
 ===================================================================
---- a/dbus/dbus-sysdeps-util-unix.c	2008-04-04 18:24:08.000000000 +0300
-+++ b/dbus/dbus-sysdeps-util-unix.c	2008-06-09 17:59:13.000000000 +0300
-@@ -43,6 +43,7 @@
+--- a/dbus/dbus-sysdeps-util-unix.c
++++ b/dbus/dbus-sysdeps-util-unix.c
+@@ -39,6 +39,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
++#include <pwd.h>
+ #include <grp.h>
  #include <sys/socket.h>
  #include <dirent.h>
- #include <sys/un.h>
-+#include <pwd.h>
- #ifdef HAVE_LIBAUDIT
- #include <sys/prctl.h>
- #include <sys/capability.h>
-@@ -383,6 +384,8 @@ _dbus_change_to_daemon_user  (const char
+@@ -389,6 +390,8 @@ _dbus_change_to_daemon_user  (const char
      }
  #endif /* HAVE_LIBAUDIT */
    
@@ -19,7 +19,7 @@
    /* setgroups() only works if we are a privileged process,
     * so we don't return error on failure; the only possible
     * failure is that we don't have perms to do it.
-@@ -394,6 +397,25 @@ _dbus_change_to_daemon_user  (const char
+@@ -400,6 +403,25 @@ _dbus_change_to_daemon_user  (const char
      _dbus_warn ("Failed to drop supplementary groups: %s\n",
                  _dbus_strerror (errno));
    


More information about the maemo-commits mailing list