[arch-commits] Commit in tpm2-pkcs11/trunk (PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Mon Mar 9 16:02:30 UTC 2020
Date: Monday, March 9, 2020 @ 16:02:30
Author: diabonas
Revision: 593114
upgpkg: tpm2-pkcs11 1.1.0-1: upstream release
- Non-modifiable OASIS PKCS#11 headers licensed under their "Intellectual
Property Rights (IPR) Policy" have been replaced by fully open source ones
- New checkdepends "java-hamcrest" and "junit" and CLASSPATH variable setting
for integration test "pkcs11-javarunner"
- New checkdepends "wget" for integration test "pkcs11-dbup"
Modified:
tpm2-pkcs11/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 15:07:54 UTC (rev 593113)
+++ PKGBUILD 2020-03-09 16:02:30 UTC (rev 593114)
@@ -1,20 +1,21 @@
# Maintainer: Jonas Witschel <diabonas at archlinux.org>
pkgname=tpm2-pkcs11
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pkcs11'
-license=('BSD' 'custom:IPR')
+license=('BSD')
depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml' 'sqlite' 'tpm2-tools')
-checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'libp11' 'opensc' 'tpm2-abrmd' 'xxd')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'java-hamcrest' 'junit' 'libp11' 'opensc' 'tpm2-abrmd' 'wget' 'xxd')
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('24242f44680d5d3b152d21fcda20e874669cee3a03524daccb41c5f72499858e3bd932bf470b356727089b80c3fc8ed9b4b3a34d8657d4ec8eaac7a063e2394f'
+sha512sums=('0ae590b2616f270f2c912201533c350f689b9459db29d8c05e3b41ec9415b595b323f451015fe134193f38307141146fbfa6a0064f28c918063810e3cd028f32'
'SKIP')
validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) <william.c.roberts at intel.com>
build() {
cd "$pkgname-$pkgver"
+ export CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit --enable-integration)
make
cd tools
More information about the arch-commits
mailing list