tpm2-pkcs11 1.9.1 -> 1.9.2 patch update #3

Open
sbelikov wants to merge 2 commits from update-tpm2-pkcs11-1.9.2 into niceos-5.2
Owner

Upstream released tpm2-pkcs11 1.9.2 with bug fixes and one additive feature.

Risk assessment: medium. This is a patch-level leaf-package update with no explicit ABI/API breakage or security advisory found in upstream release notes. However, upstream changed token/certificate lookup behavior and tpm2_ptool token lifecycle paths, so a quick manual review and smoke test are recommended before merge.

Observed upstream changes include:

  • fix tpm2_ptool destroy failures
  • fix certificate lookup in pkcs11-tool
  • fix multipart IV handling and a memory leak
  • restore SHA1-RSA-PKCS in CKM_ALLOWED_MECHANISMS
  • add persistent TPM2 key import support in tpm2_ptool

Packaging impact appears limited to the version bump and source tarball tracking via %{version}. Please verify the spec builds cleanly on niceos-5.2 and run the basic token/key workflow tests before landing.

Upstream released tpm2-pkcs11 1.9.2 with bug fixes and one additive feature. Risk assessment: medium. This is a patch-level leaf-package update with no explicit ABI/API breakage or security advisory found in upstream release notes. However, upstream changed token/certificate lookup behavior and tpm2_ptool token lifecycle paths, so a quick manual review and smoke test are recommended before merge. Observed upstream changes include: - fix tpm2_ptool destroy failures - fix certificate lookup in pkcs11-tool - fix multipart IV handling and a memory leak - restore SHA1-RSA-PKCS in CKM_ALLOWED_MECHANISMS - add persistent TPM2 key import support in tpm2_ptool Packaging impact appears limited to the version bump and source tarball tracking via %{version}. Please verify the spec builds cleanly on niceos-5.2 and run the basic token/key workflow tests before landing.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-tpm2-pkcs11-1.9.2:update-tpm2-pkcs11-1.9.2
git switch update-tpm2-pkcs11-1.9.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch niceos-5.2
git merge --no-ff update-tpm2-pkcs11-1.9.2
git switch update-tpm2-pkcs11-1.9.2
git rebase niceos-5.2
git switch niceos-5.2
git merge --ff-only update-tpm2-pkcs11-1.9.2
git switch update-tpm2-pkcs11-1.9.2
git rebase niceos-5.2
git switch niceos-5.2
git merge --no-ff update-tpm2-pkcs11-1.9.2
git switch niceos-5.2
git merge --squash update-tpm2-pkcs11-1.9.2
git switch niceos-5.2
git merge --ff-only update-tpm2-pkcs11-1.9.2
git switch niceos-5.2
git merge update-tpm2-pkcs11-1.9.2
git push origin niceos-5.2
Sign in to join this conversation.
No description provided.