Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Leap:15.2 
checked in at 2020-01-30 14:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gnome-keyring.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring"

Thu Jan 30 14:49:39 2020 rev:18 rq:757847 version:3.34.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gnome-keyring/gnome-keyring.changes    
2020-01-15 15:04:43.881882284 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnome-keyring.new.26092/gnome-keyring.changes 
2020-01-30 14:50:25.550903274 +0100
@@ -1,0 +2,27 @@
+Mon Sep 30 09:50:54 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.0:
+  + dbus-environment: Race fix in Setenv request to gnome-session.
+  + egg: Request that secure memory not be dumped to disk.
+  + Build and test fixes.
+  + Updated translations.
+- Refresh gnome-keyring-pam-auth-prompt-password.patch with quilt.
+
+-------------------------------------------------------------------
+Sat Mar  2 12:31:09 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.31.91:
+  + pam: fix daemon control file detection.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Feb 21 10:46:15 UTC 2019 - [email protected]
+
+- 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.34.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.TPvav8/_old  2020-01-30 14:50:25.998903513 +0100
+++ /var/tmp/diff_new_pack.TPvav8/_new  2020-01-30 14:50:25.998903513 +0100
@@ -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.34.0
 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.34/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+
 # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc#466732 
bgo#560488 [email protected] -- 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 [email protected] -- 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 
[email protected]
 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.34.0.tar.xz ++++++
++++ 19871 lines of diff (skipped)

++++++ gnome-keyring-pam-auth-prompt-password.patch ++++++
--- /var/tmp/diff_new_pack.TPvav8/_old  2020-01-30 14:50:26.546903804 +0100
+++ /var/tmp/diff_new_pack.TPvav8/_new  2020-01-30 14:50:26.550903807 +0100
@@ -1,8 +1,8 @@
-Index: gnome-keyring-3.11.92/pam/gkr-pam-module.c
+Index: gnome-keyring-3.34.0/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.34.0.orig/pam/gkr-pam-module.c
++++ gnome-keyring-3.34.0/pam/gkr-pam-module.c
+@@ -874,12 +874,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) {


Reply via email to