summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 15:40:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-02 17:41:15 +0200
commit876e0d82f580daef243894596aa1c2f5545e899c (patch)
tree07d317472cf16bd342d7d1bf200044f87ed9c2a2 /patches
parent7e3cd4d1d83c24ff5070fea5b6789936351a880a (diff)
downloadptxdist-876e0d82f580daef243894596aa1c2f5545e899c.tar.gz
ptxdist-876e0d82f580daef243894596aa1c2f5545e899c.tar.xz
policykit: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/PolicyKit-0.9/0001-compiling-without-pam-doesn-t-work.patch29
-rw-r--r--patches/PolicyKit-0.9/0002-we-don-t-have-_pk_debug-any-more.patch23
-rw-r--r--patches/PolicyKit-0.9/series5
3 files changed, 0 insertions, 57 deletions
diff --git a/patches/PolicyKit-0.9/0001-compiling-without-pam-doesn-t-work.patch b/patches/PolicyKit-0.9/0001-compiling-without-pam-doesn-t-work.patch
deleted file mode 100644
index 26fcc215a..000000000
--- a/patches/PolicyKit-0.9/0001-compiling-without-pam-doesn-t-work.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Date: Sat, 29 Oct 2011 18:46:37 +0200
-Subject: [PATCH] compiling without pam doesn't work
-
-When compiled with --with-authfw=none, I get
-
-polkit-resolve-exe-helper.c:46:31: error: security/pam_appl.h: No such file or directory
-
-The patch below fixes it.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- src/polkit-dbus/polkit-resolve-exe-helper.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/src/polkit-dbus/polkit-resolve-exe-helper.c b/src/polkit-dbus/polkit-resolve-exe-helper.c
-index c56b2f5..cf696a9 100644
---- a/src/polkit-dbus/polkit-resolve-exe-helper.c
-+++ b/src/polkit-dbus/polkit-resolve-exe-helper.c
-@@ -43,7 +43,9 @@
- #ifdef HAVE_FREEBSD
- #include <sys/param.h>
- #endif
-+#ifdef HAVE_PAM
- #include <security/pam_appl.h>
-+#endif
- #include <grp.h>
- #include <pwd.h>
- #include <syslog.h>
diff --git a/patches/PolicyKit-0.9/0002-we-don-t-have-_pk_debug-any-more.patch b/patches/PolicyKit-0.9/0002-we-don-t-have-_pk_debug-any-more.patch
deleted file mode 100644
index bae0fe863..000000000
--- a/patches/PolicyKit-0.9/0002-we-don-t-have-_pk_debug-any-more.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Date: Sat, 29 Oct 2011 18:46:37 +0200
-Subject: [PATCH] we don't have _pk_debug any more
-
-../../src/polkit/.libs/libpolkit.so: undefined reference to `_pk_debug'
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- src/polkit/polkit-authorization-db-dummy.c | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
-diff --git a/src/polkit/polkit-authorization-db-dummy.c b/src/polkit/polkit-authorization-db-dummy.c
-index 0b4c848..9615619 100644
---- a/src/polkit/polkit-authorization-db-dummy.c
-+++ b/src/polkit/polkit-authorization-db-dummy.c
-@@ -105,7 +105,6 @@ void
- polkit_authorization_db_debug (PolKitAuthorizationDB *authdb)
- {
- kit_return_if_fail (authdb != NULL);
-- _pk_debug ("PolKitAuthorizationDB: refcount=%d", authdb->refcount);
- }
-
- polkit_bool_t
diff --git a/patches/PolicyKit-0.9/series b/patches/PolicyKit-0.9/series
deleted file mode 100644
index c3c6ba9c1..000000000
--- a/patches/PolicyKit-0.9/series
+++ /dev/null
@@ -1,5 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-compiling-without-pam-doesn-t-work.patch
-0002-we-don-t-have-_pk_debug-any-more.patch
-# a80f910b6af26639731bbea9afc2af67 - git-ptx-patches magic