Browse Source

system/swtpm: Updated for version 0.9.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Gene Carlson 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
6f302d2369
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      system/swtpm/README
  2. 3
      system/swtpm/swtpm.SlackBuild
  3. 6
      system/swtpm/swtpm.info

2
system/swtpm/README

@ -9,7 +9,7 @@ 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.8.2/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.

3
system/swtpm/swtpm.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=swtpm
VERSION=${VERSION:-0.8.2}
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

6
system/swtpm/swtpm.info

@ -1,8 +1,8 @@
PRGNAM="swtpm"
VERSION="0.8.2"
VERSION="0.9.0"
HOMEPAGE="https://github.com/stefanberger/swtpm"
DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.2/swtpm-0.8.2.tar.gz"
MD5SUM="773f1b0fbdde470d55e254eedbdc9406"
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"

Loading…
Cancel
Save