Hello community, here is the log from the commit of package opensc for openSUSE:Factory checked in at 2019-08-05 10:38:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensc (Old) and /work/SRC/openSUSE:Factory/.opensc.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensc" Mon Aug 5 10:38:27 2019 rev:45 rq:720278 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opensc/opensc.changes 2019-07-26 12:41:23.577880307 +0200 +++ /work/SRC/openSUSE:Factory/.opensc.new.4126/opensc.changes 2019-08-05 10:38:33.611318780 +0200 @@ -1,0 +2,12 @@ +Tue Jul 30 03:15:14 UTC 2019 - Jason Sikes <[email protected]> + +- added opensc-0.19.0-rsa-pss.patch + * Fixes the pkcs11-tool example + * Added missing CKM_SHA224_RSA_PKCS_PSS + * Add support for PSS padding to RSA signatures + * Support for signature verification in pkcs11-tool + * Switch cleanup steps to avoid segfaults on errors and more sanity checking +- added opensc-0.19.0-redundant_logging.patch + * Remove redundant debug output + +------------------------------------------------------------------- New: ---- opensc-0.19.0-redundant_logging.patch opensc-0.19.0-rsa-pss.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opensc.spec ++++++ --- /var/tmp/diff_new_pack.NWWcQP/_old 2019-08-05 10:38:34.307318696 +0200 +++ /var/tmp/diff_new_pack.NWWcQP/_new 2019-08-05 10:38:34.307318696 +0200 @@ -30,6 +30,8 @@ # Register with p11-kit # https://web.archive.org/web/20111225073733/http://www.opensc-project.org/opensc/ticket/390 Source3: opensc.module +Patch1: opensc-0.19.0-rsa-pss.patch +Patch2: opensc-0.19.0-redundant_logging.patch BuildRequires: docbook-xsl-stylesheets BuildRequires: libtool BuildRequires: libxslt @@ -60,6 +62,8 @@ %prep %setup -q +%patch1 -p1 +%patch2 -p1 %build autoreconf -fvi ++++++ opensc-0.19.0-redundant_logging.patch ++++++ Index: opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c =================================================================== --- opensc-0.19.0.orig/src/pkcs15init/pkcs15-oberthur.c +++ opensc-0.19.0/src/pkcs15init/pkcs15-oberthur.c @@ -70,7 +70,6 @@ cosm_write_tokeninfo (struct sc_pkcs15_c ctx = p15card->card->ctx; SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE); - sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "cosm_write_tokeninfo() label '%s'; flags 0x%X", label, flags); if (sc_profile_get_file(profile, COSM_TITLE"-token-info", &file)) { rv = SC_ERROR_INCONSISTENT_PROFILE; SC_TEST_GOTO_ERR(ctx, SC_LOG_DEBUG_NORMAL, rv, "Cannot find "COSM_TITLE"-token-info"); ++++++ opensc-0.19.0-rsa-pss.patch ++++++ ++++ 2257 lines (skipped)
