Skip to content

Commit 56c9f8b

Browse files
committed
rpm/debian: Add 0.10.1 entry in changelog
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
1 parent 887af5d commit 56c9f8b

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
libtpms (0.10.0) RELEASED; urgency=medium
214

315
* Stable release

dist/libtpms.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

dist/libtpms.spec.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)