Dominique Leuenberger 2023-03-14 17:17:53 +00:00 committed by Git OBS Bridge
commit ec8f5068ef
6 changed files with 47 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd
size 1393977

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEW0grjj4Z2nyXjh0BbeLpB44fUMEFAmI4ecUACgkQbeLpB44f
UMHBgw/9HIbzxVx4tlOtQIjeD2QekFciPop/CTWUUr66SNBmresvVTKEKvtIxbP1
YDjXXkTMVw6N3MCewidhY7lXb6cD1R1V+laqrxoC8PkFSqns2NbG5mgTsj48NE9o
lD/5DcaUljqClXnQo6/5KgpiSshp+4achQTa0BKrSE57ALPlcXJZhfx8DOeZ+3yZ
j5MPMPNlL1N+3h9Hi2t4xr/JCCgnnbsr7AE9UZc1GqOWOrlYJX7z8HYZimt1ISOn
FmXWPPl9Z0AVY6x4alUlwFGsEgQ5Oute0AAfMmfa3hg86Ofq4NkeVkWrgk76xmRd
xrhGKsr+8H1HUUv9BU/3BpvCmdJ63nIaLSPubPkxJ7sMuR2/PM51Tw6VK/uIu6jP
q/y9TwWx1qEN5a8HEhQnITa/WACjvGSb9YZWbfhoIkTo8D9anCuDV8jvQKccpEs/
p/Y2mikfni0SvLxMGA4O2FqQ2hc4gizXnoCSwucYnXP4+jkp/rJzM1eKzUwl7hVN
5mFMsBqPGOnI3odQ2LHJNAsWAwTW1xRIBhbrATx6kksfeKxDdCqNTQSQ2OiKa+fZ
NaY3T7B+AuKsdlgRWsd6tIOH5CKh+34TAXdMBIZmREhmfFZoH7fUg1/2Mr4U7nJV
SRtf7ouiFucGr/44VH0vm4IBKVEYCsXJcLilaWc+ag/3N3WBGoo=
=TLp3
-----END PGP SIGNATURE-----

3
tpm2-pkcs11-1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35bf06c30cfa76fc0eba2c5f503cf7dd0d34a66afb2d292fee896b90362f633b
size 1396590

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEW0grjj4Z2nyXjh0BbeLpB44fUMEFAmPZLrwACgkQbeLpB44f
UMG/fxAAq6LcxojU451o7FavO481TX3zq3qyYTmEkrTtRO2rnbKEyOcDP75FOYG7
8gFFEZYNgucFU9qW9vzqe7d4whokijozNVcUy7+Wz/qr2e2DTEom8jC/1FIrBwQT
Ahn6w+vCjYm8ZBcBO5w97U8ZDOB7FOovFRZBMaDuyWeEVsVxN3xWupAmth4B6L2h
W8CmuQZTDAX2SmbbjnmBSCDkW8/hyuSIcHzsTRUxeRsVe2WVoGKUkl39zDHOJsOi
Fo/uEkZiwVGFQtNo7LxCXooXZfcpfKDK2AL9fto03Rl4DTB7CW5xqEK3ybECa89i
8sed2wMQLMibwzbln2GGfOu/Lr6We3nd98FEitKKXeSuMraDp5m0r+JMLvx43d9J
vGHVLJoEQ3JabUUctxOi5R2ZYYEalBRzuBwpDt1qWhGqwt0VAOKVrW3NMs3vJci5
bFG2sVxiekTK26S2ozsr0Pivl6mAlZRDGVAoff1iiLWJAr10hmGV7etSsARR87Ag
lSnGBCqwk1d9RzI1VigXIbR0ZdHotry2B4CjIQDm4y71JLJopc4hpjD5tDFz5PZ6
bLCV4jVrBq5kjgABMcIY/MmMPQ+2oE2x2Manqbj2T18mHQYj7rKhJ94ZRlJxILE4
C29jS025HtEsYc+FVO2qfCok5p0p6v4n1aBrkzr4S6/RGUwy19s=
=9JcL
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 16 15:21:43 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 1.9.0
+ Fixed
* Fix autoconf invocation on a release tarball not being a git
repo for VERSION. VERSION file now generated and packaged as
part of the release tarball from the git version information.
* Fix TPM2_PKCS11_OWNER_AUTH not being used when a persistent SRK
is needed in the C_InitToken path.
* During an upgrade of the database to version 4, the config key
'persistent' is added instead of 'transient', causing KeyError
when using the upgraded database.
* Leave the original db on upgrade failure, a bug caused the
original db to be unlinked not the upgraded db.
* A bug prevented the use of CreateLoaded if the TPM supports the
command.
* A bug when creating keys through the PKCS11 interface (not
tpm2-ptool), the attributes for CKA_ALLOWED_MECHANISMS were
encoded as a hex string and not a sequence of ints within the
YAML. Correcting this will trigger a db upgrade to 8
+ Added
* Env varibale PKCS11_SQL_LOCK to allow setting a lock directory,
eg for temprary directory so lock files do not persist across
reboots.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 8 12:23:01 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com> Fri Jul 8 12:23:01 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package tpm2-pkcs11 # spec file for package tpm2-pkcs11
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define so_ver 0 %define so_ver 0
%define pythons python3 %define pythons python3
Name: tpm2-pkcs11 Name: tpm2-pkcs11
Version: 1.8.0 Version: 1.9.0
Release: 0 Release: 0
Summary: A PKCS#11 interface for TPM2 hardware Summary: A PKCS#11 interface for TPM2 hardware
License: BSD-2-Clause License: BSD-2-Clause