[arch-commits] Commit in tpm2-pkcs11/trunk (PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Mon Aug 24 19:41:03 UTC 2020
Date: Monday, August 24, 2020 @ 19:41:02
Author: diabonas
Revision: 687776
upgpkg: tpm2-pkcs11 1.4.0-2: add libtss2-fapi libdepends
The new version features an optional FAPI backend.
Modified:
tpm2-pkcs11/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-24 19:32:58 UTC (rev 687775)
+++ PKGBUILD 2020-08-24 19:41:02 UTC (rev 687776)
@@ -1,13 +1,13 @@
# Maintainer: Jonas Witschel <diabonas at archlinux.org>
pkgname=tpm2-pkcs11
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pkcs11'
license=('BSD')
depends=('libyaml' 'openssl' 'python' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite'
- 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
+ 'tpm2-tools' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
makedepends=('cmocka')
checkdepends=('expect' 'ibm-sw-tpm2' 'iproute2' 'java-hamcrest' 'junit'
'libp11' 'opensc' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd')
More information about the arch-commits
mailing list