Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: swtpm
Date: Sun, 10 Oct 2021 13:18:25 +0200	[thread overview]
Message-ID: <20211010111825.p4DeHxmCsRcgXuh98eHb6xkgbZgxtSHjuU69R08XQr8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33329@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages swtpm
https://github.com/void-linux/void-packages/pull/33329

New package: swtpm
- New package: libtpms-0.9.0
- New package: swtpm-0.6.1

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33329.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swtpm-33329.patch --]
[-- Type: text/x-diff, Size: 5128 bytes --]

From f3844aa2850a7f5dc9657481201c736eb279db20 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
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 | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)
 create mode 120000 srcpkgs/libtpms-devel
 create mode 100644 srcpkgs/libtpms/template

diff --git a/common/shlibs b/common/shlibs
index eda1db94ebf4..3cd258c3119c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3445,6 +3445,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..90ae5f6907a8
--- /dev/null
+++ b/srcpkgs/libtpms/template
@@ -0,0 +1,33 @@
+# 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 <me@johnnynator.dev>"
+license="BSD-3-Clause, custom:IBM"
+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 cf55c0e6c8631d771f5d9568a279ee49a91399fc Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Mon, 4 Oct 2021 22:37:55 +0200
Subject: [PATCH 2/2] New package: swtpm-0.6.1

---
 common/shlibs          |  1 +
 srcpkgs/libswtpm       |  1 +
 srcpkgs/libswtpm-devel |  1 +
 srcpkgs/swtpm/template | 50 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 53 insertions(+)
 create mode 120000 srcpkgs/libswtpm
 create mode 120000 srcpkgs/libswtpm-devel
 create mode 100644 srcpkgs/swtpm/template

diff --git a/common/shlibs b/common/shlibs
index 3cd258c3119c..8fd7cb54afd7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3446,6 +3446,7 @@ 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
+libswtpm_libtpms.so.0 libswtpm-0.6.1_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/libswtpm b/srcpkgs/libswtpm
new file mode 120000
index 000000000000..0e4930bcfe73
--- /dev/null
+++ b/srcpkgs/libswtpm
@@ -0,0 +1 @@
+swtpm
\ No newline at end of file
diff --git a/srcpkgs/libswtpm-devel b/srcpkgs/libswtpm-devel
new file mode 120000
index 000000000000..0e4930bcfe73
--- /dev/null
+++ b/srcpkgs/libswtpm-devel
@@ -0,0 +1 @@
+swtpm
\ No newline at end of file
diff --git a/srcpkgs/swtpm/template b/srcpkgs/swtpm/template
new file mode 100644
index 000000000000..5e2b170c32b6
--- /dev/null
+++ b/srcpkgs/swtpm/template
@@ -0,0 +1,50 @@
+# 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 trousers"
+short_desc="TPM emulator with socket, character device, and Linux CUSE interface"
+maintainer="John <me@johnnynator.dev>"
+license="BSD-3-Clause"
+homepage="https://github.com/stefanberger/swtpm"
+distfiles="https://github.com/stefanberger/swtpm/archive/refs/tags/v${version}.tar.gz"
+checksum=114905d6a51af89baac9ac279bf6534761e01adcf9c9bb298f1c09c7d4b2599d
+# check expects that root directory is setup fully for swtpm with e.g. tss user created
+make_check=no
+ignore_elf_files="/usr/share/swtpm/swtpm-localca"
+make_dirs="/usr/lib/swtpm-localca 0750 tss root"
+
+conf_files="/etc/swtpm-localca.conf
+ /etc/swtpm-localca.options
+ /etc/swtpm_setup.conf"
+
+pre_configure() {
+	autoreconf -f -i
+}
+
+post_install() {
+	vlicense LICENSE
+}
+
+libswtpm_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove "usr/lib/swtpm/*.so.*"
+	}
+}
+
+libswtpm-devel_package() {
+	depends="lib${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/swtpm/*.a"
+		vmove "usr/lib/swtpm/*.so"
+		vmove usr/include
+	}
+}

  parent reply	other threads:[~2021-10-10 11:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-04 22:14 [PR PATCH] " Johnnynator
2021-10-04 22:20 ` [PR PATCH] [Updated] " Johnnynator
2021-10-04 22:21 ` Johnnynator
2021-10-05  7:54 ` Johnnynator
2021-10-10 11:17 ` Johnnynator
2021-10-10 11:18 ` Johnnynator [this message]
2021-10-12 19:31 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211010111825.p4DeHxmCsRcgXuh98eHb6xkgbZgxtSHjuU69R08XQr8@z \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).