* [Buildroot] [PATCH 0/2] Bump libtpms and swtpm to version 0.10.1
@ 2025-10-27 1:41 Jarkko Sakkinen via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1 Jarkko Sakkinen via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 2/2] package/swtpm: " Jarkko Sakkinen via buildroot
0 siblings, 2 replies; 5+ messages in thread
From: Jarkko Sakkinen via buildroot @ 2025-10-27 1:41 UTC (permalink / raw)
To: buildroot; +Cc: Jarkko Sakkinen
Jarkko Sakkinen (2):
package/libtpms: bump version to 0.10.1
package/swtpm: bump version to 0.10.1
package/libtpms/libtpms.hash | 1 +
package/libtpms/libtpms.mk | 2 +-
package/swtpm/swtpm.hash | 1 +
package/swtpm/swtpm.mk | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1
2025-10-27 1:41 [Buildroot] [PATCH 0/2] Bump libtpms and swtpm to version 0.10.1 Jarkko Sakkinen via buildroot
@ 2025-10-27 1:41 ` Jarkko Sakkinen via buildroot
2025-10-29 22:01 ` Julien Olivain via buildroot
2025-11-17 19:55 ` Arnout Vandecappelle via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 2/2] package/swtpm: " Jarkko Sakkinen via buildroot
1 sibling, 2 replies; 5+ messages in thread
From: Jarkko Sakkinen via buildroot @ 2025-10-27 1:41 UTC (permalink / raw)
To: buildroot; +Cc: Jarkko Sakkinen
Release notes:
https://github.com/stefanberger/swtpm/releases/tag/v0.10.1
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
---
package/libtpms/libtpms.hash | 1 +
package/libtpms/libtpms.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libtpms/libtpms.hash b/package/libtpms/libtpms.hash
index 1026aaa4f4..66f3131e47 100644
--- a/package/libtpms/libtpms.hash
+++ b/package/libtpms/libtpms.hash
@@ -1,2 +1,3 @@
sha256 2807466f1563ebe45fdd12dd26e501e8a0c4fbb99c7c428fbb508789efd221c0 libtpms-0.9.6.tar.gz
+sha256 ebc24f3191d90f6cf0b4d4200cd876db4bd224b3c565708bbea0a82ee275e0fb libtpms-0.10.1.tar.gz
sha256 82f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fb LICENSE
diff --git a/package/libtpms/libtpms.mk b/package/libtpms/libtpms.mk
index 19d7cef89f..6e5708202e 100644
--- a/package/libtpms/libtpms.mk
+++ b/package/libtpms/libtpms.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBTPMS_VERSION = 0.9.6
+LIBTPMS_VERSION = 0.10.1
LIBTPMS_SITE = $(call github,stefanberger,libtpms,v$(LIBTPMS_VERSION))
LIBTPMS_LICENSE = BSD-4-Clause
LIBTPMS_LICENSE_FILES = LICENSE
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1
2025-10-27 1:41 ` [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1 Jarkko Sakkinen via buildroot
@ 2025-10-29 22:01 ` Julien Olivain via buildroot
2025-11-17 19:55 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-10-29 22:01 UTC (permalink / raw)
To: Jarkko Sakkinen; +Cc: buildroot
On 27/10/2025 02:41, Jarkko Sakkinen via buildroot wrote:
> Release notes:
> https://github.com/stefanberger/swtpm/releases/tag/v0.10.1
>
> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Series applied to master, thanks.
For info, I fixed the release note link in this patch commit log,
and I also removed the old hash entries. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/b4c9596dbfd3bbf6ae84aaabc84fec03a7232cb4
https://gitlab.com/buildroot.org/buildroot/-/commit/2b449935c2e8e19a03a8962f49493a76ccca11f9
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1
2025-10-27 1:41 ` [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1 Jarkko Sakkinen via buildroot
2025-10-29 22:01 ` Julien Olivain via buildroot
@ 2025-11-17 19:55 ` Arnout Vandecappelle via buildroot
1 sibling, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-11-17 19:55 UTC (permalink / raw)
To: Jarkko Sakkinen, buildroot
On 27/10/2025 02:41, Jarkko Sakkinen via buildroot wrote:
> Release notes:
> https://github.com/stefanberger/swtpm/releases/tag/v0.10.1
>
> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Applied to 2025.02.x and 2025.08.x, thanks. It contains a CVE fix.
Regards,
Arnout
> ---
> package/libtpms/libtpms.hash | 1 +
> package/libtpms/libtpms.mk | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/package/libtpms/libtpms.hash b/package/libtpms/libtpms.hash
> index 1026aaa4f4..66f3131e47 100644
> --- a/package/libtpms/libtpms.hash
> +++ b/package/libtpms/libtpms.hash
> @@ -1,2 +1,3 @@
> sha256 2807466f1563ebe45fdd12dd26e501e8a0c4fbb99c7c428fbb508789efd221c0 libtpms-0.9.6.tar.gz
> +sha256 ebc24f3191d90f6cf0b4d4200cd876db4bd224b3c565708bbea0a82ee275e0fb libtpms-0.10.1.tar.gz
> sha256 82f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fb LICENSE
> diff --git a/package/libtpms/libtpms.mk b/package/libtpms/libtpms.mk
> index 19d7cef89f..6e5708202e 100644
> --- a/package/libtpms/libtpms.mk
> +++ b/package/libtpms/libtpms.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBTPMS_VERSION = 0.9.6
> +LIBTPMS_VERSION = 0.10.1
> LIBTPMS_SITE = $(call github,stefanberger,libtpms,v$(LIBTPMS_VERSION))
> LIBTPMS_LICENSE = BSD-4-Clause
> LIBTPMS_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/swtpm: bump version to 0.10.1
2025-10-27 1:41 [Buildroot] [PATCH 0/2] Bump libtpms and swtpm to version 0.10.1 Jarkko Sakkinen via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1 Jarkko Sakkinen via buildroot
@ 2025-10-27 1:41 ` Jarkko Sakkinen via buildroot
1 sibling, 0 replies; 5+ messages in thread
From: Jarkko Sakkinen via buildroot @ 2025-10-27 1:41 UTC (permalink / raw)
To: buildroot; +Cc: Jarkko Sakkinen
Release notes:
https://github.com/stefanberger/swtpm/releases/tag/v0.10.1
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
---
package/swtpm/swtpm.hash | 1 +
package/swtpm/swtpm.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/swtpm/swtpm.hash b/package/swtpm/swtpm.hash
index 934d3b6ee0..fe7f646ec2 100644
--- a/package/swtpm/swtpm.hash
+++ b/package/swtpm/swtpm.hash
@@ -1,2 +1,3 @@
sha256 b281b4e8c39f68e1928675f788abc70072e4081152e129144359a8c5c304c06b swtpm-0.8.2.tar.gz
+sha256 f8da11cadfed27e26d26c5f58a7b8f2d14d684e691927348906b5891f525c684 swtpm-0.10.1.tar.gz
sha256 19d27d6e96d07022e5e688f75c974f1ceb9aae9e90e0fccae68666d02099cc4b LICENSE
diff --git a/package/swtpm/swtpm.mk b/package/swtpm/swtpm.mk
index 598d56cf1d..25377f5771 100644
--- a/package/swtpm/swtpm.mk
+++ b/package/swtpm/swtpm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SWTPM_VERSION = 0.8.2
+SWTPM_VERSION = 0.10.1
SWTPM_SITE = $(call github,stefanberger,swtpm,v$(SWTPM_VERSION))
SWTPM_LICENSE = BSD-4-Clause
SWTPM_LICENSE_FILES = LICENSE
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-11-17 19:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 1:41 [Buildroot] [PATCH 0/2] Bump libtpms and swtpm to version 0.10.1 Jarkko Sakkinen via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 1/2] package/libtpms: bump version to 0.10.1 Jarkko Sakkinen via buildroot
2025-10-29 22:01 ` Julien Olivain via buildroot
2025-11-17 19:55 ` Arnout Vandecappelle via buildroot
2025-10-27 1:41 ` [Buildroot] [PATCH 2/2] package/swtpm: " Jarkko Sakkinen via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox