From b279b92885a52405d2cf332e4d00a3cc67f0ea44 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 4 Oct 2021 22:19:08 +0200 Subject: [PATCH 1/2] New package: libtpms-0.9.0 --- common/shlibs | 1 + srcpkgs/libtpms-devel | 1 + srcpkgs/libtpms/template | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 120000 srcpkgs/libtpms-devel create mode 100644 srcpkgs/libtpms/template diff --git a/common/shlibs b/common/shlibs index 7e5289f58f66..f7279cc13b02 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3443,6 +3443,7 @@ libcss_parser_pp.so.0 htmlcxx-0.86_1 libcss_parser.so.0 htmlcxx-0.86_1 libaom.so.2 libaom-2.0.0_1 libre.so.1 re-2.0.1_1 +libtpms.so.0 libtpms-0.9.0_1 libspandsp.so.2 spandsp-0.0.6_1 libspa-alsa.so libspa-alsa-0.3.6_1 libspa-audioconvert.so libspa-audioconvert-0.3.6_1 diff --git a/srcpkgs/libtpms-devel b/srcpkgs/libtpms-devel new file mode 120000 index 000000000000..a7b2c51dadbc --- /dev/null +++ b/srcpkgs/libtpms-devel @@ -0,0 +1 @@ +libtpms \ No newline at end of file diff --git a/srcpkgs/libtpms/template b/srcpkgs/libtpms/template new file mode 100644 index 000000000000..008fdff25741 --- /dev/null +++ b/srcpkgs/libtpms/template @@ -0,0 +1,34 @@ +# Template file for 'libtpms' +pkgname=libtpms +version=0.9.0 +revision=1 +build_style=gnu-configure +hostmakedepends="libtool automake pkg-config" +makedepends="openssl-devel" +short_desc="Software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)" +maintainer="John " +license="BSD-3-CClause, " +homepage="https://github.com/stefanberger/libtpms" +distfiles="https://github.com/stefanberger/libtpms/archive/refs/tags/v${version}.tar.gz" +checksum=bcd94c8880c471358c58db89be30420384ca0ef50a0048da8d04352841d1e2fb + +pre_configure() { + autoreconf -f -i +} + +post_install() { + vlicense LICENSE +} + + +libtpms-devel_package() { + depends="${sourcepkg}>=${version}_${revision} openssl-devel" + short_desc+=" - development files" + pkg_install() { + vmove usr/share/man/man3 + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +} From bbe9d5ca674e907bc634b1ba10ccfe6727fd4dd7 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 4 Oct 2021 22:37:55 +0200 Subject: [PATCH 2/2] New package: swtpm-0.6.1 --- srcpkgs/swtpm/template | 31 +++++++++++++++++++++++++++++++ srcpkgs/trousers/template | 1 + 2 files changed, 32 insertions(+) create mode 100644 srcpkgs/swtpm/template diff --git a/srcpkgs/swtpm/template b/srcpkgs/swtpm/template new file mode 100644 index 000000000000..af667ee522a9 --- /dev/null +++ b/srcpkgs/swtpm/template @@ -0,0 +1,31 @@ +# Template file for 'swtpm' +pkgname=swtpm +version=0.6.1 +revision=1 +build_style=gnu-configure +configure_args="--with-gnutls ac_cv_path_TCSD=" +hostmakedepends="libtool automake pkg-config iproute2 expect + socat python3 gnutls-tools" +makedepends="gnutls-devel libtasn1-devel libtpms-devel json-glib-devel + libseccomp-devel fuse-devel" +depends="gnutls-tools" +short_desc="TPM emulator with socket, character device, and Linux CUSE interface" +maintainer="John " +license="BSD-3-Clause custom:IBM" +homepage="https://github.com/stefanberger/swtpm" +distfiles="https://github.com/stefanberger/swtpm/archive/refs/tags/v${version}.tar.gz" +checksum=114905d6a51af89baac9ac279bf6534761e01adcf9c9bb298f1c09c7d4b2599d +ignore_elf_files="/usr/share/swtpm/swtpm-localca" +# keep tss acount in sync with trousers +system_accounts="tss" +tss_homedir=/var/lib/tpm +make_dirs="/var/lib/tpm 0700 tss tss + /var/lib/swtpm-localca 0750 tss root" + +pre_configure() { + autoreconf -f -i +} + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template index 8c6355f86609..817beba476a9 100644 --- a/srcpkgs/trousers/template +++ b/srcpkgs/trousers/template @@ -12,6 +12,7 @@ license="BSD-3-Clause" homepage="http://trousers.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47 +# Keep tss account in sync with swtpm package system_accounts=tss tss_homedir=/var/lib/tpm make_dirs="/var/lib/tpm 0700 tss tss"