Hello community, here is the log from the commit of package openssl-ibmca for openSUSE:Factory checked in at 2018-11-15 12:41:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-ibmca (Old) and /work/SRC/openSUSE:Factory/.openssl-ibmca.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl-ibmca" Thu Nov 15 12:41:51 2018 rev:30 rq:649103 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-ibmca/openssl-ibmca.changes 2018-09-03 10:35:57.532802097 +0200 +++ /work/SRC/openSUSE:Factory/.openssl-ibmca.new/openssl-ibmca.changes 2018-11-15 12:41:54.270150661 +0100 @@ -1,0 +2,25 @@ +Wed Nov 14 20:18:07 UTC 2018 - [email protected] + +- Upgraded to version 2.0.0 (Fate#325688) + * openssl-ibmca 2.0.0 + Add ECC support. + Add check and distcheck make-targets. + Project cleanup, code was broken into multiple files and coding style cleanup. + Improvements to compat macros for openssl. + Don't disable libica sw fallbacks. + Fix dlclose logic. + * openssl-ibmca 1.4.1 + Fix structure size for aes-256-ecb/cbc/cfb/ofb + Update man page + Switch to ibmca.so filename to allow standalone use + Switch off Libica fallback mode if available + Make sure ibmca_init only runs once + Provide simple macro for DEBUG_PRINTF possibility + Cleanup and slight rework of function set_supported_meths +- Did some cleanup to the spec file, based on spec-cleanup. +- Removed the following obsolete patches: + * openssl-ibmca-sles15-Switch-to-ibmca.so-filename-to-allow-a-standalone-us.patch + * openssl-ibmca-sles15-Fix-lib-name-in-test-code.patch + * openssl-ibmca-sles15-Update-lib-name-in-documentation.patch + +------------------------------------------------------------------- Old: ---- openssl-ibmca-1.4.0.tar.gz openssl-ibmca-sles15-Fix-lib-name-in-test-code.patch openssl-ibmca-sles15-Switch-to-ibmca.so-filename-to-allow-a-standalone-us.patch openssl-ibmca-sles15-Update-lib-name-in-documentation.patch New: ---- openssl-ibmca-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-ibmca.spec ++++++ --- /var/tmp/diff_new_pack.ab5ZnM/_old 2018-11-15 12:41:54.662150215 +0100 +++ /var/tmp/diff_new_pack.ab5ZnM/_new 2018-11-15 12:41:54.662150215 +0100 @@ -17,7 +17,7 @@ Name: openssl-ibmca -Version: 1.4.0 +Version: 2.0.0 Release: 0 Summary: The IBMCA OpenSSL dynamic engine License: Apache-2.0 @@ -25,10 +25,6 @@ Url: https://github.com/opencryptoki/openssl-ibmca/ Source: openssl-ibmca-%{version}.tar.gz Source1: baselibs.conf -Patch1: openssl-ibmca-sles15-Switch-to-ibmca.so-filename-to-allow-a-standalone-us.patch -Patch2: openssl-ibmca-sles15-Fix-lib-name-in-test-code.patch -Patch3: openssl-ibmca-sles15-Update-lib-name-in-documentation.patch - BuildRequires: autoconf BuildRequires: automake BuildRequires: libica-devel >= 3.1.1 @@ -36,7 +32,6 @@ BuildRequires: libtool BuildRequires: openssl-devel Requires: openssl -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: s390 s390x %description @@ -45,9 +40,6 @@ %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build # The directory where crypto engines are located is owned by the libcrypto package. @@ -66,7 +58,7 @@ # to the correct version of the engines directory. sed -i -e "/^dynamic_path/s, = .*/, = %{_ENGINE_DIR}/," src/openssl.cnf.sample -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install rm %{buildroot}/%{_ENGINE_DIR}/ibmca.la %post @@ -119,7 +111,8 @@ %files %defattr(-, root, root) -%doc README.md LICENSE +%license LICENSE +%doc README.md %doc src/openssl.cnf.sample %{_ENGINE_DIR}/ibmca.* %{_mandir}/man5/ibmca.5%{ext_man} ++++++ openssl-ibmca-1.4.0.tar.gz -> openssl-ibmca-2.0.0.tar.gz ++++++ ++++ 9680 lines of diff (skipped)
