Skip to content

Commit

Permalink
rpm/debian: Add 0.7.9 entry in changelog
Browse files Browse the repository at this point in the history
Also address an rpmlint issue.

Signed-off-by: Stefan Berger <[email protected]>
  • Loading branch information
stefanberger committed Sep 1, 2021
1 parent 58cc3e1 commit 3461a60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libtpms (0.7.9) 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.7.8) RELEASED; urgency=medium

* tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer
Expand Down
8 changes: 6 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,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Wed Sep 01 2021 Stefan Berger - 0.7.9-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.7.8-1
- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer

Expand Down
8 changes: 6 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,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la
%postun -p /sbin/ldconfig

%changelog
* Wed Sep 01 2021 Stefan Berger - 0.7.9-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.7.8-1
- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer

Expand Down

0 comments on commit 3461a60

Please sign in to comment.