diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2022-05-18 18:25:03 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:05 +0700 |
commit | 65e8e5a6452ec4191be952359c6ef1110d9dd8b5 (patch) | |
tree | 535cb305e1bc474b7b287ee6a9c5a9f8bd5fafa7 /system/swtpm | |
parent | 9e4922d81a297b2aa8b70c174d3c0b6bb3f9b424 (diff) |
system/swtpm: Updated for version 0.7.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/swtpm')
-rw-r--r-- | system/swtpm/README | 2 | ||||
-rw-r--r-- | system/swtpm/swtpm.SlackBuild | 4 | ||||
-rw-r--r-- | system/swtpm/swtpm.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/swtpm/README b/system/swtpm/README index 5218bd9ec95a0..d193999a4a62d 100644 --- a/system/swtpm/README +++ b/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.5.4/readmes. +the documents in /usr/doc/swtpm-0.7.3/readmes. The user and group for TSS are both "tss" by default, and should have been created before compiling the trousers package. diff --git a/system/swtpm/swtpm.SlackBuild b/system/swtpm/swtpm.SlackBuild index 57cd06ae9c749..b262858f6adad 100644 --- a/system/swtpm/swtpm.SlackBuild +++ b/system/swtpm/swtpm.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=swtpm -VERSION=${VERSION:-0.5.4} +VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,7 +99,7 @@ for new in swtpm_setup.conf swtpm-localca.conf swtpm-localca.options; do done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING LICENSE README TODO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION # Each tool has its own short README document. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/readmes ( diff --git a/system/swtpm/swtpm.info b/system/swtpm/swtpm.info index 8b0d72db63588..823aa0d36850a 100644 --- a/system/swtpm/swtpm.info +++ b/system/swtpm/swtpm.info @@ -1,8 +1,8 @@ PRGNAM="swtpm" -VERSION="0.5.4" +VERSION="0.7.3" HOMEPAGE="https://github.com/stefanberger/swtpm" -DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.5.4/swtpm-0.5.4.tar.gz" -MD5SUM="08f545f7d12241b9cc60b09791ccb280" +DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.7.3/swtpm-0.7.3.tar.gz" +MD5SUM="cd3a35094cbc627c07dd4d54c56c8e5b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtpms trousers python3-twisted" |