]> git.pld-linux.org Git - packages/gnome-keyring.git/commitdiff
Update to 3.18.3 auto/th/gnome-keyring-3.18.3-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 26 Oct 2015 22:22:33 +0000 (23:22 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 26 Oct 2015 22:22:33 +0000 (23:22 +0100)
- removed obsolete -collection_alias.patch

gnome-keyring-collection_alias.patch [deleted file]
gnome-keyring.spec

diff --git a/gnome-keyring-collection_alias.patch b/gnome-keyring-collection_alias.patch
deleted file mode 100644 (file)
index f958279..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-From 2f5e4db43492c8c15577ca18081d06d1bf38ae60 Mon Sep 17 00:00:00 2001
-From: Dmitry Shachnev <mitya57@ubuntu.com>
-Date: Wed, 21 Oct 2015 16:17:14 +0300
-Subject: dbus: Correctly handle alias paths in lookup_collection
-
-https://bugzilla.gnome.org/show_bug.cgi?id=756865
----
- daemon/dbus/gkd-secret-objects.c | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/daemon/dbus/gkd-secret-objects.c b/daemon/dbus/gkd-secret-objects.c
-index 995c930..90493df 100644
---- a/daemon/dbus/gkd-secret-objects.c
-+++ b/daemon/dbus/gkd-secret-objects.c
-@@ -1047,6 +1047,7 @@ gkd_secret_objects_lookup_collection (GkdSecretObjects *self, const gchar *calle
-       GList *objects;
-       GckSession *session;
-       gchar *identifier;
-+      const gchar *real_identifier;
-       g_return_val_if_fail (GKD_SECRET_IS_OBJECTS (self), NULL);
-       g_return_val_if_fail (path, NULL);
-@@ -1054,6 +1055,11 @@ gkd_secret_objects_lookup_collection (GkdSecretObjects *self, const gchar *calle
-       if (!gkd_secret_util_parse_path (path, &identifier, NULL))
-               return NULL;
-+      if (g_str_has_prefix (path, SECRET_ALIAS_PREFIX))
-+              real_identifier = gkd_secret_service_get_alias (self->service, identifier);
-+      else
-+              real_identifier = identifier;
-+
-       /* The session we're using to access the object */
-       if (caller == NULL)
-               session = gkd_secret_service_internal_pkcs11_session (self->service);
-@@ -1062,7 +1068,7 @@ gkd_secret_objects_lookup_collection (GkdSecretObjects *self, const gchar *calle
-       g_return_val_if_fail (session, NULL);
-       gck_builder_add_ulong (&builder, CKA_CLASS, CKO_G_COLLECTION);
--      gck_builder_add_string (&builder, CKA_ID, identifier);
-+      gck_builder_add_string (&builder, CKA_ID, real_identifier);
-       objects = gck_session_find_objects (session, gck_builder_end (&builder), NULL, &error);
--- 
-cgit v0.11.2
-
index 280b1fc93cb688f596381132e43a247b6bdcc2b8..a3cac4fe0965e48d5ec3670ae1c272a3cbbe61be 100644 (file)
@@ -7,13 +7,12 @@
 Summary:       Keep passwords and other user's secrets
 Summary(pl.UTF-8):     Przechowywanie haseł i innych tajnych danych użytkowników
 Name:          gnome-keyring
-Version:       3.18.2
-Release:       2
+Version:       3.18.3
+Release:       1
 License:       LGPL v2+ (library), GPL v2+ (programs)
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/3.18/%{name}-%{version}.tar.xz
-# Source0-md5: 672eba19f4504351f2b82890682f2872
-Patch0:                %{name}-collection_alias.patch
+# Source0-md5: b92e33a9d28998e3e3dfd025d4424cb7
 URL:           http://live.gnome.org/GnomeKeyring
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.12
@@ -77,7 +76,6 @@ w czasie logowania użytkownika i uruchamiania demona keyring.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__glib_gettextize}
This page took 0.045509 seconds and 4 git commands to generate.