Matthias Gerstner
5acd8f14e1
security issues among other things: - Replace use of sigaction with g_unix_signal_* stuff from glib. - Rewrite of INSTALL.md including info on custom configure script options. - Default value for --with-simulatorbin configure option has been removed. New default behavior is to disable integration tests. - CommandSource will no longer reject commands without parameters. - Unit tests updated to use cmocka v1.0.0 API. - Integration tests now run daemon under valgrind memcheck and fail when errors are found. - CommandSource now tracks max FD in set of client FDs to prevent unnecessary iterations over FD_SETSIZE fds. - no longer call bootstrap and switch to the release upstream tarball which has now been fixed to contain all necessary files OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=6
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 30 08:29:07 UTC 2017 - matthias.gerstner@suse.com
|
|
|
|
- update to upstream version 1.1.1 which fixes some local denial-of-service
|
|
security issues among other things:
|
|
|
|
- Replace use of sigaction with g_unix_signal_* stuff from glib.
|
|
- Rewrite of INSTALL.md including info on custom configure script options.
|
|
- Default value for --with-simulatorbin configure option has been removed.
|
|
New default behavior is to disable integration tests.
|
|
- CommandSource will no longer reject commands without parameters.
|
|
- Unit tests updated to use cmocka v1.0.0 API.
|
|
- Integration tests now run daemon under valgrind memcheck and fail when
|
|
errors are found.
|
|
- CommandSource now tracks max FD in set of client FDs to prevent unnecessary
|
|
iterations over FD_SETSIZE fds.
|
|
|
|
- no longer call bootstrap and switch to the release upstream tarball which
|
|
has now been fixed to contain all necessary files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 13:04:41 UTC 2017 - matthias.gerstner@suse.com
|
|
|
|
- first version of the new arbmd resource manager from Intel's tpm2 stack.
|
|
This will replace the old resourcemgr previously shipped with the
|
|
tpm2-0-tss package.
|