Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tpm2-pkcs11 for openSUSE:Factory checked in at 2022-07-15 13:52:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tpm2-pkcs11 (Old) and /work/SRC/openSUSE:Factory/.tpm2-pkcs11.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tpm2-pkcs11" Fri Jul 15 13:52:42 2022 rev:4 rq:989314 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tpm2-pkcs11/tpm2-pkcs11.changes 2022-02-28 19:44:00.933951338 +0100 +++ /work/SRC/openSUSE:Factory/.tpm2-pkcs11.new.1523/tpm2-pkcs11.changes 2022-07-15 13:52:53.499571440 +0200 @@ -1,0 +2,28 @@ +Fri Jul 8 12:23:01 UTC 2022 - Alberto Planas Dominguez <[email protected]> + +- Update to 1.8.0 + + Fixed + * Fix GetRandom Memory Leak + * Fix some spelling mistakes + * Fix unit test test_parser + * Fix importing of RSA private key through pkcs11 interface should + fail. + * Fix ECDSA signature length calculation. + * Fix memory leak of tokens. + * Fix suspicious sizeof usage in _str_padded_copy + * Fix encoding errors when importing a certificate into the pkcs11 + store. + * Fix try/finally scope issues in tpm2_ptool. + * Fix, an OOB access in db upgrade path. + * Fix ECDSA length calculation that was causing issues with Mutual + TLS in Firefox and Chrome. + + Changed + * remove unused macro set_safe_rc + + Added + * Add support for OpenSSL 3. Note that calls through engine are no + longer supported on OpenSSL3. + * Add tpm2_ptool export commandlet for exporting token keys into + PEM and TPM blob format. +- Add new dependencies to PyYAML, cryptography, pyasn1 and tpm2-pytss + +------------------------------------------------------------------- Old: ---- tpm2-pkcs11-1.7.0.tar.gz tpm2-pkcs11-1.7.0.tar.gz.asc New: ---- tpm2-pkcs11-1.8.0.tar.gz tpm2-pkcs11-1.8.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm2-pkcs11.spec ++++++ --- /var/tmp/diff_new_pack.5dT5YR/_old 2022-07-15 13:52:54.031571612 +0200 +++ /var/tmp/diff_new_pack.5dT5YR/_new 2022-07-15 13:52:54.035571614 +0200 @@ -1,7 +1,7 @@ # # spec file for package tpm2-pkcs11 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define so_ver 0 %define pythons python3 Name: tpm2-pkcs11 -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: A PKCS#11 interface for TPM2 hardware License: BSD-2-Clause @@ -35,8 +35,12 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-rpm-generators +BuildRequires: python3-PyYAML BuildRequires: python3-base +BuildRequires: python3-cryptography +BuildRequires: python3-pyasn1-modules BuildRequires: python3-setuptools +BuildRequires: python3-tpm2-pytss BuildRequires: tpm2.0-tools BuildRequires: pkgconfig(libcrypto) >= 1.0.2g BuildRequires: pkgconfig(p11-kit-1) ++++++ tpm2-pkcs11-1.7.0.tar.gz -> tpm2-pkcs11-1.8.0.tar.gz ++++++ ++++ 6185 lines of diff (skipped)
