Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2015-08-01 11:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aide (Old)
 and      /work/SRC/openSUSE:Factory/.aide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aide"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aide/aide.changes        2014-06-02 
07:00:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2015-08-01 
11:39:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul  2 08:07:07 UTC 2015 - meiss...@suse.com
+
+- aide-dynamic.patch: avoid overwriting dl* functions, as we might
+  load libcrypto.so dynamically in FIPS mode.
+
+-------------------------------------------------------------------

New:
----
  aide-dynamic.patch

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

Other differences:
------------------
++++++ aide.spec ++++++
--- /var/tmp/diff_new_pack.mebcGg/_old  2015-08-01 11:39:04.000000000 +0200
+++ /var/tmp/diff_new_pack.mebcGg/_new  2015-08-01 11:39:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aide
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -38,6 +38,7 @@
 Patch1:         aide-%{version}-as-needed.patch
 Patch2:         aide-no_m4_dir.patch
 Patch3:         aide-xattr-in-libc.patch
+Patch4:         aide-dynamic.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://sourceforge.net/projects/aide/
 
@@ -56,6 +57,8 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
+%patch4 -p1
+
 %build
 autoreconf -fiv
 %configure                                     \

++++++ aide-dynamic.patch ++++++
Index: aide-0.15.1/src/util.c
===================================================================
--- aide-0.15.1.orig/src/util.c
+++ aide-0.15.1/src/util.c
@@ -497,6 +497,7 @@ int syslog_facility_lookup(char *s)
 /* We need these dummy stubs to fool the linker into believing that
    we do not need them at link time */
 
+#if 0
 void* dlopen(char*filename,int flag)
 {
   return NULL;
@@ -516,6 +517,7 @@ const char* dlerror(void)
 {
   return NULL;
 }
+#endif
 
 const char* aide_key_2=CONFHMACKEY_02;
 const char* db_key_2=DBHMACKEY_02;

Reply via email to