summaryrefslogtreecommitdiffstats
path: root/system/swtpm
diff options
context:
space:
mode:
Diffstat (limited to 'system/swtpm')
-rw-r--r--system/swtpm/README5
-rw-r--r--system/swtpm/swtpm.SlackBuild5
-rw-r--r--system/swtpm/swtpm.info6
3 files changed, 10 insertions, 6 deletions
diff --git a/system/swtpm/README b/system/swtpm/README
index d193999a4a..aade25f8e8 100644
--- a/system/swtpm/README
+++ b/system/swtpm/README
@@ -9,7 +9,10 @@ Please note that the swtpm command will emulate TPM 1.2 unless it is
called with "--tpm2".
For more information about the different tools provided by swtpm, see
-the documents in /usr/doc/swtpm-0.7.3/readmes.
+the documents in /usr/doc/swtpm-0.9.0/readmes.
The user and group for TSS are both "tss" by default, and should have
been created before compiling the trousers package.
+
+It is not possible to install Windows 11 to a virtual machine without
+Secure Boot-enabled UEFI firmware and variables. See edk2-ovmf on SBo.
diff --git a/system/swtpm/swtpm.SlackBuild b/system/swtpm/swtpm.SlackBuild
index b262858f6a..5ee5e1c56f 100644
--- a/system/swtpm/swtpm.SlackBuild
+++ b/system/swtpm/swtpm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for swtpm
-# Copyright 2022 K. Eugene Carlson Tsukuba, Japan
+# Copyright 2022-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=swtpm
-VERSION=${VERSION:-0.7.3}
+VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc \
--mandir=/usr/man \
+ --disable-tests \
--with-selinux=no
make
make install-strip DESTDIR=$PKG
diff --git a/system/swtpm/swtpm.info b/system/swtpm/swtpm.info
index 823aa0d368..f7fb113589 100644
--- a/system/swtpm/swtpm.info
+++ b/system/swtpm/swtpm.info
@@ -1,8 +1,8 @@
PRGNAM="swtpm"
-VERSION="0.7.3"
+VERSION="0.9.0"
HOMEPAGE="https://github.com/stefanberger/swtpm"
-DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.7.3/swtpm-0.7.3.tar.gz"
-MD5SUM="cd3a35094cbc627c07dd4d54c56c8e5b"
+DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.9.0/swtpm-0.9.0.tar.gz"
+MD5SUM="cd621549b25ffabc2f5c47b14b74499e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtpms trousers python3-twisted"