Hello community,

here is the log from the commit of package fipscheck for openSUSE:Factory 
checked in at 2019-09-25 00:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fipscheck (Old)
 and      /work/SRC/openSUSE:Factory/.fipscheck.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fipscheck"

Wed Sep 25 00:50:24 2019 rev:9 rq:731327 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fipscheck/fipscheck.changes      2019-01-15 
13:13:51.920475886 +0100
+++ /work/SRC/openSUSE:Factory/.fipscheck.new.7948/fipscheck.changes    
2019-09-25 00:50:25.537877768 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 10:48:51 UTC 2019 - Vítězslav Čížek <vci...@suse.com>
+
+- Remove #include of unused fips.h to fix build with OpenSSL 1.1.1
+  (bsc#1149792)
+  * add fipscheck-fips.h_not_needed.patch
+- Drop obsolete openssl-1_1-port.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  openssl-1_1-port.patch

New:
----
  fipscheck-fips.h_not_needed.patch

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

Other differences:
------------------
++++++ fipscheck.spec ++++++
--- /var/tmp/diff_new_pack.KMOeCp/_old  2019-09-25 00:50:26.017877692 +0200
+++ /var/tmp/diff_new_pack.KMOeCp/_new  2019-09-25 00:50:26.021877692 +0200
@@ -26,20 +26,14 @@
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://releases.pagure.org/%{name}/
-# Source0 is a local file because current version is 1.5.0,
-# but the latest in the official release folder is 1.4.1
 Source0:        
https://releases.pagure.org/fipscheck/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-Patch0:         openssl-1_1-port.patch
 Patch1:         fipscheck-dont_generate_manpages.patch
+Patch2:         fipscheck-fips.h_not_needed.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} >= 1500
-BuildRequires:  libopenssl-1_0_0-devel
-%else
-BuildRequires:  libopenssl-devel
-%endif
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(openssl)
 Requires:       %{lname} = %{version}
 
 %description
@@ -65,10 +59,8 @@
 
 %prep
 %setup -q
-if pkg-config --atleast-version=1.1 openssl; then
-%patch0 -p1
-fi
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static --libdir=/%{_lib}

++++++ fipscheck-dont_generate_manpages.patch ++++++
--- /var/tmp/diff_new_pack.KMOeCp/_old  2019-09-25 00:50:26.221877660 +0200
+++ /var/tmp/diff_new_pack.KMOeCp/_new  2019-09-25 00:50:26.241877657 +0200
@@ -1,7 +1,7 @@
 Index: fipscheck-1.5.0/man/Makefile.in
 ===================================================================
 --- fipscheck-1.5.0.orig/man/Makefile.in       2017-02-23 15:49:16.000000000 
+0100
-+++ fipscheck-1.5.0/man/Makefile.in    2019-01-03 12:03:26.003429620 +0100
++++ fipscheck-1.5.0/man/Makefile.in    2019-09-16 12:46:20.335487000 +0200
 @@ -567,7 +567,7 @@ uninstall-man: uninstall-man3 uninstall-
  
  

++++++ fipscheck-fips.h_not_needed.patch ++++++
Index: fipscheck-1.5.0/src/filehmac.c
===================================================================
--- fipscheck-1.5.0.orig/src/filehmac.c 2019-09-16 12:47:15.843827233 +0200
+++ fipscheck-1.5.0/src/filehmac.c      2019-09-16 12:47:20.847857908 +0200
@@ -41,7 +41,6 @@
 #include <sys/wait.h>
 
 #if defined(WITH_OPENSSL)
-#include <openssl/fips.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #elif defined(WITH_NSS)

Reply via email to