2018-02-22 12:37:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 22 11:34:51 UTC 2018 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- update to upstream version 1.2.0:
|
|
|
|
- Limit maximum number of active sessions per connection with '--max-sessions'.
|
|
|
|
- Flush all transient objects and sessions on daemon start with '--flush-all'.
|
|
|
|
- Allow passing of sessions across connections with ContextSave / Load.
|
|
|
|
- Unref the GUnixFDList returned by GIO / dbus in the TCTI init function.
|
|
|
|
This fixes a memory leak in the TCTI library.
|
2018-02-22 12:39:11 +01:00
|
|
|
- correctly trigger udev to update /dev/tpm* permissions after package
|
|
|
|
installation. (bnc#1078687)
|
2018-02-22 12:37:19 +01:00
|
|
|
|
2017-11-15 12:44:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 15 11:43:19 UTC 2017 - matthias.gerstner@suse.com
|
|
|
|
|
2017-11-15 13:21:15 +01:00
|
|
|
- fix_service_paths.diff: fixed broken systemd service unit (bnc#1066123). the
|
2017-11-15 13:20:34 +01:00
|
|
|
service unit file in the upstream distribution tarball is already configured
|
|
|
|
and looks for binaries and configuration files in the /usr/local prefix
|
|
|
|
which is wrong.
|
2017-11-15 12:44:33 +01:00
|
|
|
|
2017-09-01 16:38:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 1 14:37:48 UTC 2017 - matthias.gerstner@suse.com
|
|
|
|
|
|
|
|
- package version symlink correctly, belongs into the lib package itself, not
|
|
|
|
the -devel.
|
|
|
|
|
2017-08-30 10:33:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-08-03 10:13:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|