From 5e7df2031327b9cc82942f8673952e04cc953ad9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:54 +0100 Subject: [PATCH] tpm-tools: rebuild against OpenSSL --- srcpkgs/tpm-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tpm-tools/template b/srcpkgs/tpm-tools/template index 61caecd515d..c581d165345 100644 --- a/srcpkgs/tpm-tools/template +++ b/srcpkgs/tpm-tools/template @@ -1,11 +1,11 @@ # Template file for 'tpm-tools' pkgname=tpm-tools version=1.3.9.1 -revision=6 +revision=7 create_wrksrc=yes build_style=gnu-configure hostmakedepends="perl" # wants pod2man -makedepends="libressl-devel trousers-devel" +makedepends="openssl-devel trousers-devel" short_desc="Manage and diagnose tools for a Trusted Platform Module (TPM)" maintainer="Toyam Cox " license="CPL"