Hello community,

here is the log from the commit of package libsecret for openSUSE:Factory 
checked in at 2016-08-31 00:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsecret (Old)
 and      /work/SRC/openSUSE:Factory/.libsecret.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsecret"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsecret/libsecret.changes      2016-04-01 
13:02:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsecret.new/libsecret.changes 2016-08-31 
00:03:46.000000000 +0200
@@ -18,0 +19,6 @@
+Thu Nov 26 03:02:09 CET 2015 - h...@suse.com
+
+- Add libsecret-bsc932232-use-libgcrypt-allocators.patch
+  (bsc#932232).
+
+-------------------------------------------------------------------

New:
----
  libsecret-bsc932232-use-libgcrypt-allocators.patch

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

Other differences:
------------------
++++++ libsecret.spec ++++++
--- /var/tmp/diff_new_pack.bSTxvr/_old  2016-08-31 00:03:47.000000000 +0200
+++ /var/tmp/diff_new_pack.bSTxvr/_new  2016-08-31 00:03:47.000000000 +0200
@@ -27,6 +27,8 @@
 Url:            https://wiki.gnome.org/Projects/Libsecret
 Source0:        
http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+# PATCH-FIX-SLE libsecret-bsc932232-use-libgcrypt-allocators.patch bsc#932232 
h...@suse.com -- use libgcrypt allocators for FIPS mode
+Patch1:         libsecret-bsc932232-use-libgcrypt-allocators.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 1.29
@@ -90,6 +92,9 @@
 %endif
 %prep
 %setup -q
+%if !0%{?is_opensuse}
+%patch1 -p1
+%endif
 translation-update-upstream
 
 %build

++++++ libsecret-bsc932232-use-libgcrypt-allocators.patch ++++++
diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c
index 22f005d..a01fb11 100644
--- a/egg/egg-libgcrypt.c
+++ b/egg/egg-libgcrypt.c
@@ -107,11 +107,6 @@ egg_libgcrypt_initialize (void)
                        gcry_set_log_handler (log_handler, NULL);
                        gcry_set_outofcore_handler (no_mem_handler, NULL);
                        gcry_set_fatalerror_handler (fatal_handler, NULL);
-                       gcry_set_allocation_handler 
((gcry_handler_alloc_t)g_malloc, 
-                                                    
(gcry_handler_alloc_t)egg_secure_alloc, 
-                                                    egg_secure_check, 
-                                                    
(gcry_handler_realloc_t)egg_secure_realloc, 
-                                                    egg_secure_free);
                        gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
                }
                

Reply via email to