Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tpm2.0-abrmd-2.0.2-lp152.6.4 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: tpm2.0-abrmd Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 2.0.2 Vendor: openSUSE
Release: lp152.6.4 Build date: Sat May 16 13:19:12 2020
Group: Productivity/Security Build host: obs-power8-02
Size: 234752 Source RPM: tpm2.0-abrmd-2.0.2-lp152.6.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tpm2-software/tpm2-abrmd
Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips
The tpm2.0-abrmd package provides the TPM2 Access Broker & Resource Manager.
This is a daemon service that coordinates requests to the TPM2 chip via
Intel's TPM 2.0 software stack.

Provides

Requires

License

BSD-2-Clause

Changelog

* Wed Apr 01 2020 Matthias Gerstner <matthias.gerstner@suse.com>
  - 0001-build-disable-unloading-of-libtss2-tcti-tabrmd.so.patch:
    fix bsc#1166936 a segmentation fault when the libtcti-tabrmd library is
    unloaded and loaded again. This caused a crash in the context of the
    tpm2-tss-engine.
* Fri Dec 13 2019 mgerstner <matthias.gerstner@suse.com>
  - fix_dlopen.patch: remove this patch to fix tcti loading using shorthand
    names like `--tcti=mssim`. Upstream already has an appropriate patch
    included in the packaged version that works for both shorthand and full
    version specificaton (bsc#1159176).
* Thu Oct 25 2018 matthias.gerstner@suse.com
  - add a Requires towards tpm2-0-tss, because that main package holds the udev
    rules and logic for setting up the tss user. Without this the daemon can't
    start up correctly.
* Tue Oct 23 2018 matthias.gerstner@suse.com
  - fix broken build due to newer glib dependency that reports a full path for
    gdbus-codegen, breaking the configure check.
* Wed Sep 26 2018 matthias.gerstner@suse.com
  - update to version 2.0.2 (FATE#326270):
    - --enable-integration option to configure script now works as documented.
    - Format specifier with wrong size in util module.
    - Initialize TCTI context to 0 before setting values. This will cause all
      members that aren't explicitly initialized by be 0.
* Tue Sep 18 2018 matthias.gerstner@suse.com
  - add recommends to the tcti-device and tcti-abrmd. Otherwise they're not
    installed right away, rendering the abrmd quite unusable.
* Fri Aug 10 2018 matthias.gerstner@suse.com
  - Update to version 2.0.1:
    * SessionList: Fix Connection object reference leak.
    * source/sink: Organize ControlMessage processing.
    * CommandSource: Replace 'connection-removed' signal with ControlMessage.
    * SessionList: Remove all locking.
    * ConnectionManager: Remove 'connection-removed' signal.
    * ci: Build 'check' target when CC is gcc.
    * build: Fix bad URLs in configure script.
    * CHANGELOG.md: Add version number and date for 2.0.1 release.
    * Replace references to drand48_r family of functions for portability
    * Fix for type-punned pointer reported in newer compilers that enforce strict aliasing
* Tue Jul 03 2018 matthias.gerstner@suse.com
  - Trying to fix build on older distros that fail because of a missing or
    broken autoconf valgrind detection macro. Removing  autoreconf to hopefully
    fix this.
* Mon Jul 02 2018 matthias.gerstner@suse.com
  - add fix_dlopen.patch: fixes an issue with dlopen()'ing the tcti-device
    library from tpm2-0-tss. See
    https://github.com/tpm2-software/tpm2-abrmd/issues/486.
* Fri Jun 29 2018 matthias.gerstner@suse.com
  - update to major version 2.0.0:
    - support_dbus_activation.diff: removed, is not contained upstream
    - the tpm2 stack introduces an incompatible ABI to the previous version with
      this update. There is no compatibility layer, libraries have new names
    etc.
    - upstream changelog:
      [#]# 2.0.0 - 2018-06-22
      [#]## Added
    - Integration test script and build support to execute integration tests
      against a physical TPM2 device on the build platform.
    - Implementation of dynamic TCTI initialization mechanism.
    - configure option `--enable-integration` to enable integration tests.
      The simulator executable must be on PATH.
    - Support for version 2.0 of tpm2-tss libraries.
      [#]## Changed
    - 'max-transient-objects' command line option renamted to 'max-transients'.
    - Added -Wextra for more strict checks at compile time.
    - Install location of headers to $(includedir)/tss2.
      [#]## Fixed
    - Added missing checks for NULL parameters identified by the check-build.
    - Bug in session continuation logic.
    - Off by one error in HandleMap.
    - Memory leak and uninitialized variable issues in unit tests.
      [#]## Removed
    - Command line option --fail-on-loaded-trans.
    - udev rules for TPM device node. This now lives in the tpm2-tss repo.
    - Remove legacy TCTI initialization functions.
    - configure option `--with-simulatorbin`.
      [#]# 1.3.1 - 2018-03-18
      [#]## Fixed
    - Distribute systemd preset template instead of the generated file.
      [#]# 1.3.0 - 2018-03-02
      [#]## Added
    - New configure option (--test-hwtpm) to run integration tests against a
      physical TPM2 device on the build platform.
    - Install systemd service file to allow on-demand systemd unit activation.
      [#]## Changed
    - Converted some inappropriate uses of g_error to critical / warning instead.
    - Removed use of gen_require from SELinux policy, use dbus_stub instead.
    - udev rules now give tss group read / write access to the TPM device node.
    - udev rules now give tss user and group read / write access to kernel RM
      node.
      [#]## Fixed
    - Memory leak on an error path in the AccessBroker.
* Thu Feb 22 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.
  - correctly trigger udev to update /dev/tpm* permissions after package
    installation. (bnc#1078687)
  - prepared support_dbus_activation.diff patch which adds D-Bus activation, but
    can't use it yet due to rpmlint
* Wed Nov 15 2017 matthias.gerstner@suse.com
  - fix_service_paths.diff: fixed broken systemd service unit (bnc#1066123). the
    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.
* Fri Sep 01 2017 matthias.gerstner@suse.com
  - package version symlink correctly, belongs into the lib package itself, not
    the -devel.
* Wed Aug 30 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 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.

Files

/etc/dbus-1/system.d/tpm2-abrmd.conf
/usr/lib/systemd/system/tpm2-abrmd.service
/usr/sbin/rctpm2-abrmd
/usr/sbin/tpm2-abrmd
/usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service
/usr/share/doc/packages/tpm2.0-abrmd
/usr/share/doc/packages/tpm2.0-abrmd/CHANGELOG.md
/usr/share/doc/packages/tpm2.0-abrmd/CONTRIBUTING.md
/usr/share/doc/packages/tpm2.0-abrmd/INSTALL.md
/usr/share/doc/packages/tpm2.0-abrmd/LICENSE
/usr/share/doc/packages/tpm2.0-abrmd/README.md
/usr/share/man/man7/tss2-tcti-tabrmd.7.gz
/usr/share/man/man8/tpm2-abrmd.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024