commit gnome-keyring for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-keyring for openSUSE:Factory checked in at 2019-05-03 22:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old) and /work/SRC/openSUSE:Factory/.gnome-keyring.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-keyring" Fri May 3 22:17:23 2019 rev:135 rq:695781 version:3.31.91 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes 2018-10-17 08:25:07.994678611 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-keyring.new.5148/gnome-keyring.changes 2019-05-03 22:17:23.940101291 +0200 @@ -1,0 +2,17 @@ +Sat Mar 2 12:31:09 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.31.91: + + pam: fix daemon control file detection. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 21 10:46:15 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + pam: lookup XDG_RUNTIME_DIR using get_any_env. + + Reinstate pkcs11 module for specific programs. + + Build fixes. + + Updated translations. +- Rebase patches via refresh_patches service. + +------------------------------------------------------------------- Old: ---- gnome-keyring-3.28.2.tar.xz New: ---- gnome-keyring-3.31.91.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-keyring.spec ++++++ --- /var/tmp/diff_new_pack.WdkGIi/_old 2019-05-03 22:17:25.508104443 +0200 +++ /var/tmp/diff_new_pack.WdkGIi/_new 2019-05-03 22:17:25.560104547 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-keyring # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: gnome-keyring -Version: 3.28.2 +Version: 3.31.91 Release: 0 Summary: GNOME Keyring License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/GNOME Url: https://wiki.gnome.org/Projects/GnomeKeyring -Source: http://download.gnome.org/sources/gnome-keyring/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-keyring/3.31/%{name}-%{version}.tar.xz Source99: baselibs.conf + # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc#466732 bgo#560488 vuntz@novell.com -- Make the pam module prompt the password in auth, so we can use pam-config. This is a workaround until bnc#477488 is implemented. Patch0: gnome-keyring-pam-auth-prompt-password.patch # PATCH-FEATURE-UPSTREAM gnome-keyring-bsc1039461-pam-man-page.patch bsc#1039461 bgo#784051 hpj@suse.com -- Add a man page for the PAM module @@ -34,6 +35,7 @@ Patch1000: gnome-keyring-bsc932232-use-libgcrypt-allocators.patch # PATCH-FIX-SLE gnome-keyring-bsc932232-use-non-fips-md5.patch bsc#932232 hpj@suse.com Patch1001: gnome-keyring-bsc932232-use-non-fips-md5.patch + BuildRequires: automake BuildRequires: ca-certificates BuildRequires: desktop-file-utils @@ -177,6 +179,7 @@ %{_libdir}/pkcs11/gnome-keyring-pkcs11.so %{_datadir}/dbus-1/services/org.freedesktop.secrets.service %{_datadir}/dbus-1/services/org.gnome.keyring.service +%{_datadir}/p11-kit/modules/gnome-keyring.module # Own the directory since we can't depend on gconf providing them %dir %{_datadir}/GConf %dir %{_datadir}/GConf/gsettings ++++++ gnome-keyring-3.28.2.tar.xz -> gnome-keyring-3.31.91.tar.xz ++++++ ++++ 11780 lines of diff (skipped) ++++++ gnome-keyring-pam-auth-prompt-password.patch ++++++ --- /var/tmp/diff_new_pack.WdkGIi/_old 2019-05-03 22:17:27.260107964 +0200 +++ /var/tmp/diff_new_pack.WdkGIi/_new 2019-05-03 22:17:27.280108004 +0200 @@ -1,8 +1,8 @@ -Index: gnome-keyring-3.11.92/pam/gkr-pam-module.c +Index: gnome-keyring-3.31.90/pam/gkr-pam-module.c =================================================================== ---- gnome-keyring-3.11.92.orig/pam/gkr-pam-module.c -+++ gnome-keyring-3.11.92/pam/gkr-pam-module.c -@@ -826,12 +826,27 @@ pam_sm_authenticate (pam_handle_t *ph, i +--- gnome-keyring-3.31.90.orig/pam/gkr-pam-module.c 2018-12-29 16:41:53.000000000 +0100 ++++ gnome-keyring-3.31.90/pam/gkr-pam-module.c 2019-02-21 11:49:08.910227458 +0100 +@@ -872,12 +872,27 @@ pam_sm_authenticate (pam_handle_t *ph, i /* Look up the password */ ret = pam_get_item (ph, PAM_AUTHTOK, (const void**)&password); if (ret != PAM_SUCCESS || password == NULL) {
participants (1)
-
root