commit openssl-ibmca for openSUSE:Factory
Hello community, here is the log from the commit of package openssl-ibmca for openSUSE:Factory checked in at 2018-11-28 11:15:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-ibmca (Old) and /work/SRC/openSUSE:Factory/.openssl-ibmca.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openssl-ibmca" Wed Nov 28 11:15:16 2018 rev:32 rq:652214 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-ibmca/openssl-ibmca.changes 2018-11-22 13:25:06.822025747 +0100 +++ /work/SRC/openSUSE:Factory/.openssl-ibmca.new.19453/openssl-ibmca.changes 2018-11-28 11:15:18.262738722 +0100 @@ -1,0 +2,7 @@ +Tue Nov 27 17:55:19 UTC 2018 - mpost@suse.com + +- Upgraded to version 2.0.2 (Fate#325688) + * openssl-ibmca 2.0.2 + Fix doing rsa-me, altough rsa-crt would be possible. + +------------------------------------------------------------------- Old: ---- openssl-ibmca-2.0.1.tar.gz New: ---- openssl-ibmca-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-ibmca.spec ++++++ --- /var/tmp/diff_new_pack.UQG4c1/_old 2018-11-28 11:15:20.050736225 +0100 +++ /var/tmp/diff_new_pack.UQG4c1/_new 2018-11-28 11:15:20.050736225 +0100 @@ -17,7 +17,7 @@ Name: openssl-ibmca -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: The IBMCA OpenSSL dynamic engine License: Apache-2.0 ++++++ openssl-ibmca-2.0.1.tar.gz -> openssl-ibmca-2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openssl-ibmca-2.0.1/ChangeLog new/openssl-ibmca-2.0.2/ChangeLog --- old/openssl-ibmca-2.0.1/ChangeLog 2018-11-15 16:49:56.000000000 +0100 +++ new/openssl-ibmca-2.0.2/ChangeLog 2018-11-27 15:38:37.000000000 +0100 @@ -1,3 +1,6 @@ +* openssl-ibmca 2.0.2 +- Fix doing rsa-me, altough rsa-crt would be possible. + * openssl-ibmca 2.0.1 - Dont fail when a libica symbol cannot be resolved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openssl-ibmca-2.0.1/configure.ac new/openssl-ibmca-2.0.2/configure.ac --- old/openssl-ibmca-2.0.1/configure.ac 2018-11-15 16:49:56.000000000 +0100 +++ new/openssl-ibmca-2.0.2/configure.ac 2018-11-27 15:38:37.000000000 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # See autoconf and autoscan online documentation for details. -AC_INIT([openssl-ibmca], [2.0.1], [opencryptoki-users@lists.sf.net]) +AC_INIT([openssl-ibmca], [2.0.2], [opencryptoki-users@lists.sf.net]) AC_CONFIG_SRCDIR([src/e_ibmca.c]) # sanity check AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openssl-ibmca-2.0.1/openssl-ibmca.spec new/openssl-ibmca-2.0.2/openssl-ibmca.spec --- old/openssl-ibmca-2.0.1/openssl-ibmca.spec 2018-11-15 16:49:56.000000000 +0100 +++ new/openssl-ibmca-2.0.2/openssl-ibmca.spec 2018-11-27 15:38:37.000000000 +0100 @@ -1,7 +1,7 @@ %global enginesdir %(pkg-config --variable=enginesdir libcrypto) Name: openssl-ibmca -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: An IBMCA OpenSSL dynamic engine @@ -44,6 +44,9 @@ %{_mandir}/man5/ibmca.5* %changelog +* Tue Nov 27 2018 Patrick Steuer <patrick.steuer@de.ibm.com> 2.0.2 +- Update Version + * Thu Nov 08 2018 Patrick Steuer <patrick.steuer@de.ibm.com> 2.0.1 - Update Version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openssl-ibmca-2.0.1/src/Makefile.am new/openssl-ibmca-2.0.2/src/Makefile.am --- old/openssl-ibmca-2.0.1/src/Makefile.am 2018-11-15 16:49:56.000000000 +0100 +++ new/openssl-ibmca-2.0.2/src/Makefile.am 2018-11-27 15:38:37.000000000 +0100 @@ -1,4 +1,4 @@ -VERSION = 2:0:0 +VERSION = 2:0:2 lib_LTLIBRARIES=ibmca.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openssl-ibmca-2.0.1/src/ibmca_rsa.c new/openssl-ibmca-2.0.2/src/ibmca_rsa.c --- old/openssl-ibmca-2.0.1/src/ibmca_rsa.c 2018-11-15 16:49:56.000000000 +0100 +++ new/openssl-ibmca-2.0.2/src/ibmca_rsa.c 2018-11-27 15:38:37.000000000 +0100 @@ -309,7 +309,7 @@ RSA_get0_key(rsa, &n, NULL, &d); RSA_get0_factors(rsa, &p, &q); RSA_get0_crt_params(rsa, &dmp1, &dmq1, &iqmp); - if (!p || !q || !dmp1 || !dmq1 || iqmp) { + if (!p || !q || !dmp1 || !dmq1 || !iqmp) { if (!d || !n) { IBMCAerr(IBMCA_F_IBMCA_RSA_MOD_EXP, IBMCA_R_MISSING_KEY_COMPONENTS); goto err;
participants (1)
-
root