mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-27 22:32:31 +02:00
Release version 1.4
Updated both the release and library (ABI change) versions. See the NEWS file for a short summary and the git history for details. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
f9b805fabc
commit
318a3e6b2d
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
2021-10-22 Mimi Zohar <zohar@linux.ibm.com>
|
||||||
|
|
||||||
|
version 1.4:
|
||||||
|
* Elliptic curve support and tests
|
||||||
|
* PKCS11 support and tests
|
||||||
|
* Ability to manually specify the keyid included in the IMA xattr
|
||||||
|
* Improve IMA measurement list per TPM bank verification
|
||||||
|
* Linking with IBM TSS
|
||||||
|
* Set default hash algorithm in package configuration
|
||||||
|
* (Minimal) support and test EVM portable signatures
|
||||||
|
* CI testing:
|
||||||
|
* Refresh and include new distros
|
||||||
|
* Podman support
|
||||||
|
* GitHub Actions
|
||||||
|
* Limit "sudo" usage
|
||||||
|
* Misc bug fixes and code cleanup
|
||||||
|
* Fix static analysis bug reports, memory leaks
|
||||||
|
* Remove experimental code that was never upstreamed in the kernel
|
||||||
|
* Use unsigned variable, remove unused variables, etc
|
||||||
|
|
||||||
2020-10-28 Mimi Zohar <zohar@linux.ibm.com>
|
2020-10-28 Mimi Zohar <zohar@linux.ibm.com>
|
||||||
|
|
||||||
version 1.3.2:
|
version 1.3.2:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# autoconf script
|
# autoconf script
|
||||||
|
|
||||||
AC_PREREQ([2.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT(ima-evm-utils, 1.3.2, zohar@linux.ibm.com)
|
AC_INIT(ima-evm-utils, 1.4, zohar@linux.ibm.com)
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ima-evm-utils
|
Name: ima-evm-utils
|
||||||
Version: 1.3.2
|
Version: 1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ima-evm-utils - IMA/EVM control utility
|
Summary: ima-evm-utils - IMA/EVM control utility
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -4,7 +4,7 @@ libimaevm_la_SOURCES = libimaevm.c
|
|||||||
libimaevm_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCRYPTO_CFLAGS)
|
libimaevm_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCRYPTO_CFLAGS)
|
||||||
# current[:revision[:age]]
|
# current[:revision[:age]]
|
||||||
# result: [current-age].age.revision
|
# result: [current-age].age.revision
|
||||||
libimaevm_la_LDFLAGS = -version-info 2:0:0
|
libimaevm_la_LDFLAGS = -version-info 3:0:0
|
||||||
libimaevm_la_LIBADD = $(LIBCRYPTO_LIBS)
|
libimaevm_la_LIBADD = $(LIBCRYPTO_LIBS)
|
||||||
|
|
||||||
include_HEADERS = imaevm.h
|
include_HEADERS = imaevm.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user