From 81bd3e7d6ba28b077df2db0ddd886362814c5142 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 1 Oct 2009 14:19:20 +0000 Subject: [PATCH] - obsolete Changed files: ConsoleKit-dbus.patch -> 1.4 ConsoleKit-fixes.patch -> 1.2 ConsoleKit-skip_xmlto_validation.patch -> 1.2 --- ConsoleKit-dbus.patch | 175 ------------------------- ConsoleKit-fixes.patch | 47 ------- ConsoleKit-skip_xmlto_validation.patch | 18 --- 3 files changed, 240 deletions(-) delete mode 100644 ConsoleKit-dbus.patch delete mode 100644 ConsoleKit-fixes.patch delete mode 100644 ConsoleKit-skip_xmlto_validation.patch diff --git a/ConsoleKit-dbus.patch b/ConsoleKit-dbus.patch deleted file mode 100644 index b3407fb..0000000 --- a/ConsoleKit-dbus.patch +++ /dev/null @@ -1,175 +0,0 @@ -diff -urN ConsoleKit-0.3.0/data/ConsoleKit.conf ConsoleKit-0.3.0.new/data/ConsoleKit.conf ---- ConsoleKit-0.3.0/data/ConsoleKit.conf 2008-04-19 07:39:49.000000000 +0200 -+++ ConsoleKit-0.3.0.new/data/ConsoleKit.conf 2009-05-18 13:41:52.525113368 +0200 -@@ -8,88 +8,131 @@ - - - -- -- -- -+ - - - - -- -- -- -+ -+ -+ -+ - - -- -- -- -- -- -- -+ -- -- -- -- -- -- - -- -- -- -- -- -- - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ - - diff --git a/ConsoleKit-fixes.patch b/ConsoleKit-fixes.patch deleted file mode 100644 index 2586ec9..0000000 --- a/ConsoleKit-fixes.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -up ConsoleKit-0.3.1/src/ck-manager.c.small-fixes ConsoleKit-0.3.1/src/ck-manager.c ---- ConsoleKit-0.3.1/src/ck-manager.c.small-fixes 2009-07-31 22:32:32.382848777 -0400 -+++ ConsoleKit-0.3.1/src/ck-manager.c 2009-07-31 22:34:55.159597733 -0400 -@@ -810,12 +810,9 @@ check_polkit_permissions (CkManager - AuthorizedCallback callback) - { - const char *sender; -- GError *error; - PolkitSubject *subject; - AuthorizedCallbackData *data; - -- error = NULL; -- - g_debug ("constructing polkit data"); - - /* Check that caller is privileged */ -@@ -837,6 +834,7 @@ check_polkit_permissions (CkManager - NULL, - (GAsyncReadyCallback)auth_ready_callback, - data); -+ g_object_unref (subject); - } - - static void -@@ -873,14 +871,12 @@ get_polkit_permissions (CkManager *man - { - const char *sender; - PolkitSubject *subject; -- GError *error; - - g_debug ("get permissions for action %s", action); - - sender = dbus_g_method_get_sender (context); - subject = polkit_system_bus_name_new (sender); - -- error = NULL; - polkit_authority_check_authorization (manager->priv->pol_ctx, - subject, - action, -@@ -890,7 +886,6 @@ get_polkit_permissions (CkManager *man - (GAsyncReadyCallback) ready_cb, - context); - g_object_unref (subject); -- - } - #endif - diff --git a/ConsoleKit-skip_xmlto_validation.patch b/ConsoleKit-skip_xmlto_validation.patch deleted file mode 100644 index 1dfe366..0000000 --- a/ConsoleKit-skip_xmlto_validation.patch +++ /dev/null @@ -1,18 +0,0 @@ -Because xmlto-0.0.22 adds --noent to xmllint options, it's more strict, -and doesn't validate anymore. This is a temp. solution until upstream -gets their documentation fixed. - -http://bugs.gentoo.org/show_bug.cgi?id=271678 - -diff -ur ConsoleKit-0.3.0.orig/doc/dbus/Makefile.am ConsoleKit-0.3.0/doc/dbus/Makefile.am ---- ConsoleKit-0.3.0.orig/doc/dbus/Makefile.am 2008-07-31 00:35:51.000000000 +0300 -+++ ConsoleKit-0.3.0/doc/dbus/Makefile.am 2009-06-09 22:30:57.000000000 +0300 -@@ -16,7 +16,7 @@ - htmldoc_DATA = ConsoleKit.html - - ConsoleKit.html : $(SPEC_XML_FILES) -- $(XMLTO) xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml -+ $(XMLTO) --skip-validation xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl ConsoleKit.xml - - endif # DOCBOOK_DOCS_ENABLED - -- 2.44.0