Skip to content

Commit

Permalink
rpm/debian: Add 0.6.6 entry in changelog
Browse files Browse the repository at this point in the history
Also add missing 0.6.5 entry and address an rpmlint issue.

Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Sep 1, 2021
1 parent 531844a commit 24adfb7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libtpms (0.6.6) RELEASED; urgency=medium

* tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node
* tpm2: Initialize a whole OBJECT before using it

-- Stefan Berger <[email protected]> Wed, 01 Sep 2021 09:00:00 -0500

libtpms (0.6.5) RELEASED; urgency=medium

* tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer

-- Stefan Berger <[email protected]> Wed, 23 Jun 2021 09:00:00 -0500

libtpms (0.6.4) RELEASED; urgency=medium

* Fixed a suspend/resume problem when public keys are loaded
Expand Down
11 changes: 9 additions & 2 deletions dist/libtpms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -112,6 +112,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Wed Sep 01 2021 Stefan Berger - 0.6.6-1
- tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node
- tpm2: Initialize a whole OBJECT before using it

* Wed Jun 23 2021 Stefan Berger - 0.6.5-1
- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer

* Fri Feb 26 2021 Stefan Berger - 0.6.4-1
- Fixed a suspend/resume problem when public keys are loaded
- tpm1.2/tpm2: Addressed UBSAN/ASAN related issues
Expand Down
11 changes: 9 additions & 2 deletions dist/libtpms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -112,6 +112,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Wed Sep 01 2021 Stefan Berger - 0.6.6-1
- tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node
- tpm2: Initialize a whole OBJECT before using it

* Wed Jun 23 2021 Stefan Berger - 0.6.5-1
- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer

* Fri Feb 26 2021 Stefan Berger - 0.6.4-1
- Fixed a suspend/resume problem when public keys are loaded
- tpm1.2/tpm2: Addressed UBSAN/ASAN related issues
Expand Down

0 comments on commit 24adfb7

Please sign in to comment.