mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-11 04:09:11 +00:00
rpm/debian: Add 0.6.6 entry in changelog
Also add missing 0.6.5 entry and address an rpmlint issue. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
531844afcf
commit
24adfb7580
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -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 <stefanb@linux.ibm.com> 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 <stefanb@linux.ibm.com> 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
|
||||
|
||||
11
dist/libtpms.spec
vendored
11
dist/libtpms.spec
vendored
@ -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,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
|
||||
|
||||
11
dist/libtpms.spec.in
vendored
11
dist/libtpms.spec.in
vendored
@ -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,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user