mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
swtpm: update to 0.7.3.
This commit is contained in:
parent
affe9132cb
commit
87aecc90d2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'swtpm'
|
# Template file for 'swtpm'
|
||||||
pkgname=swtpm
|
pkgname=swtpm
|
||||||
version=0.7.0
|
version=0.7.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gnutls ac_cv_path_TCSD="
|
configure_args="--with-gnutls ac_cv_path_TCSD="
|
||||||
|
@ -14,11 +14,11 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/stefanberger/swtpm"
|
homepage="https://github.com/stefanberger/swtpm"
|
||||||
distfiles="https://github.com/stefanberger/swtpm/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/stefanberger/swtpm/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=bed41871ad42ec852c450f5764be36b6c16456b943b912351eca9c29ce382976
|
checksum=e856d1f5842fb3335164f02f2c545dd329efbc3416db20b7a327e991a4cd49c8
|
||||||
# check expects that root directory is setup fully for swtpm with e.g. tss user created
|
# check expects that root directory is setup fully for swtpm with e.g. tss user created
|
||||||
make_check=no
|
make_check=no
|
||||||
ignore_elf_files="/usr/share/swtpm/swtpm-localca"
|
ignore_elf_files="/usr/share/swtpm/swtpm-localca"
|
||||||
make_dirs="/usr/lib/swtpm-localca 0750 tss root"
|
make_dirs="/var/lib/swtpm-localca 0750 tss root"
|
||||||
|
|
||||||
conf_files="/etc/swtpm-localca.conf
|
conf_files="/etc/swtpm-localca.conf
|
||||||
/etc/swtpm-localca.options
|
/etc/swtpm-localca.options
|
||||||
|
|
Loading…
Add table
Reference in a new issue