File dbus-cve-2012-3524-3.patch of Package dbus-1.openSUSE_Evergreen_11.4

--- a/bus/activation-helper.c	2012-10-10 15:30:26.858788089 +0200
+++ b/bus/activation-helper.c	2012-10-10 15:38:40.708201466 +0200
@@ -140,18 +140,13 @@
   return desktop_file;
 }
 
-/* Cleares the environment, except for DBUS_VERBOSE and DBUS_STARTER_x */
+/* Clears the environment, except for DBUS_STARTER_x */
 static dbus_bool_t
 clear_environment (DBusError *error)
 {
   const char *debug_env = NULL;
   const char *starter_env = NULL;
 
-#ifdef DBUS_ENABLE_VERBOSE_MODE
-  /* are we debugging */
-  debug_env = _dbus_getenv ("DBUS_VERBOSE");
-#endif
-
   /* we save the starter */
   starter_env = _dbus_getenv ("DBUS_STARTER_ADDRESS");
 
@@ -165,12 +160,6 @@
     }
 #endif
 
-#ifdef DBUS_ENABLE_VERBOSE_MODE
-  /* restore the debugging environment setting if set */
-  if (debug_env)
-    _dbus_setenv ("DBUS_VERBOSE", debug_env);
-#endif
-
   /* restore the starter */
   if (starter_env)
     _dbus_setenv ("DBUS_STARTER_ADDRESS", starter_env);
openSUSE Build Service is sponsored by