From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libtpms: Update to version 0.10.2
Date: Wed, 21 Jan 2026 14:39:01 +0100 [thread overview]
Message-ID: <20260121133907.3552584-11-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260121133907.3552584-1-adolf.belka@ipfire.org>
- Update from version 0.10.1 to 0.10.2
- Update of rootfile
- CVE fix
- Changelog
0.10.2
- tpm2: Fix memory leak by freeing KDF context
- tpm2: Fix retrieval of updated IV when using OpenSSL >= 3.0 (CVE-2026-21444)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/packages/libtpms | 2 +-
lfs/libtpms | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/packages/libtpms b/config/rootfiles/packages/libtpms
index 6fce3ebd8..5420d0323 100644
--- a/config/rootfiles/packages/libtpms
+++ b/config/rootfiles/packages/libtpms
@@ -9,7 +9,7 @@
#usr/lib/libtpms.la
#usr/lib/libtpms.so
usr/lib/libtpms.so.0
-usr/lib/libtpms.so.0.10.1
+usr/lib/libtpms.so.0.10.2
#usr/lib/pkgconfig/libtpms.pc
#usr/share/man/man3/TPMLIB_CancelCommand.3
#usr/share/man/man3/TPMLIB_ChooseTPMVersion.3
diff --git a/lfs/libtpms b/lfs/libtpms
index 6116e9412..61cecc20e 100644
--- a/lfs/libtpms
+++ b/lfs/libtpms
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -26,7 +26,7 @@ include Config
SUMMARY = This library provides software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0).
-VER = 0.10.1
+VER = 0.10.2
THISAPP = libtpms-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libtpms
-PAK_VER = 2
+PAK_VER = 3
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 39feead951a84b715e8e4db8cd6eab7f19728c00423df16150c99004230061691cde90fcf7aafc6a5748647ac58cb696b89a709368da4b8f0c684b22321ff1ea
+$(DL_FILE)_BLAKE2 = 19c881d60f8124b6ffe1622731cf73593a38a683cd0a593445ca93033e927c94e1ba75cd30e2847da2137155934f17f785e7dfb96731596361b7a77476cc5a94
install : $(TARGET)
@@ -84,10 +84,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-mkdir -pv $(DIR_APP)
cd $(DIR_APP) && autoreconf -vfi
cd $(DIR_APP) && ./configure \
- --prefix=/usr \
- --with-tpm2 \
- --with-openssl \
- --disable-hardening
+ --prefix=/usr \
+ --with-tpm2 \
+ --with-openssl \
+ --disable-hardening
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
--
2.52.0
next prev parent reply other threads:[~2026-01-21 13:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 13:38 [PATCH] core200: Ship libpcap Adolf Belka
2026-01-21 13:38 ` [PATCH] core200: Ship libtasn1 Adolf Belka
2026-01-21 13:38 ` [PATCH] core200: Ship meson Adolf Belka
2026-01-21 13:38 ` [PATCH] core200: Ship newt Adolf Belka
2026-01-21 13:38 ` [PATCH] core200: Ship ninja Adolf Belka
2026-01-21 13:38 ` [PATCH] core200: Ship vim Adolf Belka
2026-01-21 13:38 ` [PATCH] freeradius: Update to version 3.2.8 Adolf Belka
2026-01-21 13:38 ` [PATCH] libpcap: Update to version 1.10.6 Adolf Belka
2026-01-21 13:38 ` [PATCH] libplist: Update to version 2.7.0 Adolf Belka
2026-01-21 13:39 ` [PATCH] libtasn1: Update to version 4.21.0 Adolf Belka
2026-01-21 13:39 ` Adolf Belka [this message]
2026-01-21 13:39 ` [PATCH] meson: Update to version 1.10.1 Adolf Belka
2026-01-21 13:39 ` [PATCH] newt: Update to version 0.52.25 Adolf Belka
2026-01-21 13:39 ` [PATCH] ninja: Update to version 1.13.2 Adolf Belka
2026-01-21 13:39 ` [PATCH] opus: Update to version 1.6.1 Adolf Belka
2026-01-21 13:39 ` [PATCH] samba: Update to version 4.23.4 Adolf Belka
2026-01-21 13:39 ` [PATCH] vim: Update to version 9.1.2098 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260121133907.3552584-11-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox