This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db-move: moved tpm2-pkcs11 from [community-testing] to [community] (x…
…86_64) git-svn-id: file:///srv/repos/svn-community/svn@1342219 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
foutrelis
authored and
svntogit
committed
Nov 4, 2022
1 parent
f797975
commit 98ed344
Showing
3 changed files
with
4 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Maintainer: Jonas Witschel <[email protected]> | ||
pkgname=tpm2-pkcs11 | ||
pkgver=1.8.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-bcrypt' 'python-cryptography' 'python-pyasn1-modules' | ||
'python-tpm2-pytss' 'python-yaml' 'sqlite' 'tpm2-tools' 'tpm2-tss' | ||
depends=('libyaml' 'openssl' 'python' 'python-bcrypt' 'python-cryptography' 'python-pyasn1' | ||
'python-pyasn1-modules' 'python-tpm2-pytss' 'python-yaml' 'sqlite' 'tpm2-tools' 'tpm2-tss' | ||
'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so') | ||
makedepends=('cmocka' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') | ||
checkdepends=('expect' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'openssh' | ||
'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-tss-engine' 'wget' 'xxd') | ||
'python-python-pkcs11' 'swtpm' 'tpm2-abrmd' 'tpm2-openssl' 'wget' 'xxd') | ||
options=('debug') | ||
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}) | ||
sha512sums=('599feb4d888c25a3359927b1d408f9ce85ba69d8a0e7af7ae9f3736e8940ec8d5f58b3094bef3b6515c0b1810249ea98cd73dbce592cb63de3b45ff976adda80' | ||
|
File renamed without changes.