git: 327babe6239b - 2026Q3 - sysutils/swtpm: Update 0.10.1 => 0.10.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 23:19:56 UTC
The branch 2026Q3 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=327babe6239b2728f4e3c791c769c976459be132
commit 327babe6239b2728f4e3c791c769c976459be132
Author: Goran Mekić <meka@sys.it.com>
AuthorDate: 2026-09-06 23:17:22 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-09-06 23:19:50 +0000
sysutils/swtpm: Update 0.10.1 => 0.10.2
Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2
- Update maintainer's email.
PR: 298251
Security: CVE-2026-75900
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b)
---
sysutils/swtpm/Makefile | 4 ++--
sysutils/swtpm/distinfo | 6 +++---
sysutils/swtpm/files/swtpm.in | 3 ++-
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/sysutils/swtpm/Makefile b/sysutils/swtpm/Makefile
index c636d8022344..099639aa2888 100644
--- a/sysutils/swtpm/Makefile
+++ b/sysutils/swtpm/Makefile
@@ -1,9 +1,9 @@
PORTNAME= swtpm
DISTVERSIONPREFIX= v
-DISTVERSION= 0.10.1
+DISTVERSION= 0.10.2
CATEGORIES= sysutils
-MAINTAINER= meka@tilda.center
+MAINTAINER= meka@sys.it.com
COMMENT= Libtpms-based TPM emulator
WWW= https://github.com/stefanberger/swtpm
diff --git a/sysutils/swtpm/distinfo b/sysutils/swtpm/distinfo
index 273fae772351..e778730f3a35 100644
--- a/sysutils/swtpm/distinfo
+++ b/sysutils/swtpm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746085619
-SHA256 (stefanberger-swtpm-v0.10.1_GH0.tar.gz) = f8da11cadfed27e26d26c5f58a7b8f2d14d684e691927348906b5891f525c684
-SIZE (stefanberger-swtpm-v0.10.1_GH0.tar.gz) = 415992
+TIMESTAMP = 1788708122
+SHA256 (stefanberger-swtpm-v0.10.2_GH0.tar.gz) = f61cf6f1e9bbcb4cefb30b70cafaf1c4df54c6961e65cfa63830e8ad0e220134
+SIZE (stefanberger-swtpm-v0.10.2_GH0.tar.gz) = 417378
diff --git a/sysutils/swtpm/files/swtpm.in b/sysutils/swtpm/files/swtpm.in
index 15e24e044108..1c3587373009 100644
--- a/sysutils/swtpm/files/swtpm.in
+++ b/sysutils/swtpm/files/swtpm.in
@@ -81,8 +81,9 @@ stop_instance()
pid=$(check_pidfile ${pidpath}/${config}.pid %%PREFIX%%/bin/swtpm)
if [ ! -z "${pid}" ]; then
echo -n "Stopping SWTPM config ${config} ... "
- kill $pid
+ kill ${pid}
rm -f ${pidpath}/${config}.pid
+ pwait ${pid}
echo "done"
fi
fi