From a594c4692a9623469cc8c3556b7c3ae6bae42948 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 23 Jun 2021 12:55:49 -0400 Subject: [PATCH] rpm/debian: Add 0.8.4 entry in changelog Signed-off-by: Stefan Berger --- debian/changelog | 6 ++++++ dist/libtpms.spec | 9 ++++++--- dist/libtpms.spec.in | 9 ++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1db77158..2fcb3c694 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libtpms (0.8.4) RELEASED; urgency=medium + + * tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer + + -- Stefan Berger Wed, 23 Jun 2021 09:00:00 -0500 + libtpms (0.8.3) RELEASED; urgency=medium * tpm2: Work-around for Windows 2016 & 2019 bug related to ContextLoad diff --git a/dist/libtpms.spec b/dist/libtpms.spec index 6290b405a..7e6c4afc5 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -78,11 +78,11 @@ Libtpms header files and documentation. %define _with_openssl --with-openssl %endif -%if %{build_type} == debug +%if "%{build_type}" == "debug" %define _enable_debug --enable-debug %endif -%if %{build_type} == debug +%if "%{build_type}" == "debug" CFLAGS=-O0 %endif ./autogen.sh \ @@ -112,7 +112,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog -* Mon Jun 01 2021 Stefan Berger - 0.8.3-1 +* Wed Jun 23 2021 Stefan Berger - 0.8.4-1 +- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer + +* Tue Jun 01 2021 Stefan Berger - 0.8.3-1 - tpm2: Work-around for Windows 2016 & 2019 bug related to ContextLoad * Mon Mar 01 2021 Stefan Berger - 0.8.2-1 diff --git a/dist/libtpms.spec.in b/dist/libtpms.spec.in index 0c3b38065..fc1f29dd1 100644 --- a/dist/libtpms.spec.in +++ b/dist/libtpms.spec.in @@ -78,11 +78,11 @@ Libtpms header files and documentation. %define _with_openssl --with-openssl %endif -%if %{build_type} == debug +%if "%{build_type}" == "debug" %define _enable_debug --enable-debug %endif -%if %{build_type} == debug +%if "%{build_type}" == "debug" CFLAGS=-O0 %endif ./autogen.sh \ @@ -112,7 +112,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog -* Mon Jun 01 2021 Stefan Berger - 0.8.3-1 +* Wed Jun 23 2021 Stefan Berger - 0.8.4-1 +- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer + +* Tue Jun 01 2021 Stefan Berger - 0.8.3-1 - tpm2: Work-around for Windows 2016 & 2019 bug related to ContextLoad * Mon Mar 01 2021 Stefan Berger - 0.8.2-1