File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ libtpms (0.10.1) RELEASED; urgency=high
2+
3+ * tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
4+ * tpm2: fix build for LibreSSL 4.1.0
5+ * tpm2: In CheckLockedOut replace TPM_RC_RETRY with TPM_RC_SUCCESS
6+ * tpm2: Fix bugs in RuntimeProfileDedupStrItems
7+ * tpm2 + test: Make it compilable on Debian GNU Hurd
8+ * tpm2: Add asserts to silence compiler warning due to -Wstringop-overflow=
9+ * tpm2: Add padding to OBJECT for 32bit targets
10+
11+ -- Stefan Berger <stefanb@linux.ibm.com> Tue, 10 Jun 2025 00:00:00 -0500
12+
113libtpms (0.10.0) RELEASED; urgency=medium
214
315 * Stable release
Original file line number Diff line number Diff line change @@ -112,6 +112,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
112112%postun -p /sbin/ldconfig
113113
114114%changelog
115+ * Tue Jun 10 2025 Stefan Berger - 0.10.1-1
116+ - tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
117+ - tpm2: fix build for LibreSSL 4.1.0
118+ - tpm2: In CheckLockedOut replace TPM_RC_RETRY with TPM_RC_SUCCESS
119+ - tpm2: Fix bugs in RuntimeProfileDedupStrItems
120+ - tpm2 + test: Make it compilable on Debian GNU Hurd
121+ - tpm2: Add asserts to silence compiler warning due to -Wstringop-overflow=
122+ - tpm2: Add padding to OBJECT for 32bit targets
123+
115124* Thu Nov 14 2024 Stefan Berger - 0.10.0-1
116125- Release of version 0.10.0 (rev. 183)
117126
Original file line number Diff line number Diff line change @@ -112,6 +112,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
112112%postun -p /sbin/ldconfig
113113
114114%changelog
115+ * Tue Jun 10 2025 Stefan Berger - 0.10.1-1
116+ - tpm2: Fix potential out-of-bound access & abort due to HMAC signing issue (CVE-2025-49133)
117+ - tpm2: fix build for LibreSSL 4.1.0
118+ - tpm2: In CheckLockedOut replace TPM_RC_RETRY with TPM_RC_SUCCESS
119+ - tpm2: Fix bugs in RuntimeProfileDedupStrItems
120+ - tpm2 + test: Make it compilable on Debian GNU Hurd
121+ - tpm2: Add asserts to silence compiler warning due to -Wstringop-overflow=
122+ - tpm2: Add padding to OBJECT for 32bit targets
123+
115124* Thu Nov 14 2024 Stefan Berger - 0.10.0-1
116125- Release of version 0.10.0 (rev. 183)
117126
You can’t perform that action at this time.
0 commit comments