Commit Graph

82 Commits

Author SHA256 Message Date
Dominique Leuenberger
cd398a7cbe Accepting request 1193691 from security
- Fix SELinux sbin/bin merge (bsc#1229047)
  1229047-fix-bin-sbin-selinux.patch
  Can be dropped once https://github.com/tpm2-software/tpm2-abrmd/pull/846
  is merged upstream (forwarded request 1193685 from cahu)

OBS-URL: https://build.opensuse.org/request/show/1193691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=27
2024-08-14 12:13:54 +00:00
4a0438e2e0 - Fix SELinux sbin/bin merge (bsc#1229047)
1229047-fix-bin-sbin-selinux.patch
  Can be dropped once https://github.com/tpm2-software/tpm2-abrmd/pull/846
  is merged upstream

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=78
2024-08-13 09:25:31 +00:00
Dominique Leuenberger
7a8ab520dc Accepting request 1190949 from security
OBS-URL: https://build.opensuse.org/request/show/1190949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=26
2024-08-02 15:25:40 +00:00
7fa9a4afec Accepting request 1190938 from home:jsegitz:branches:security
- Update harden_tpm2-abrmd.service.patch to contain necessary SELinux
  changes (bsc#1209831)

OBS-URL: https://build.opensuse.org/request/show/1190938
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=76
2024-08-01 10:50:21 +00:00
Dominique Leuenberger
84e2d8338c Accepting request 1088672 from security
OBS-URL: https://build.opensuse.org/request/show/1088672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=25
2023-05-24 18:22:12 +00:00
86346a0423 Accepting request 1088671 from home:aplanas:branches:security
Fix missing ? in macro

OBS-URL: https://build.opensuse.org/request/show/1088671
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=74
2023-05-23 13:55:07 +00:00
be96b17c89 Accepting request 1088652 from home:aplanas:branches:security
- Cover ALP via the %{suse_version} macro

OBS-URL: https://build.opensuse.org/request/show/1088652
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=73
2023-05-23 12:36:28 +00:00
Dominique Leuenberger
084e1b5dbe Accepting request 1041873 from security
OBS-URL: https://build.opensuse.org/request/show/1041873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=24
2022-12-10 20:17:39 +00:00
8e63387014 Accepting request 1041872 from home:aplanas:branches:security
- Version 3.0.0
  + Fixed
    * A bug in special command processing in TPM2_GetCapability when
      an audit session is in use cuased tpm2-abrmd to abort.
  + Added
    * New SELinux interfaces for communication with keylime
  + Changed
    * DBUS permissions in tpm2-abrmd.conf to match the in-kernel RM,
      ie /dev/tpmrm0, permissions. Now users MUST be in the tss group
      to send to tpm2-abrmd over DBUS.
- Drop dbus-access.patch (merged in PR#805)

OBS-URL: https://build.opensuse.org/request/show/1041872
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=71
2022-12-09 13:28:01 +00:00
Dominique Leuenberger
275465ba4e Accepting request 987872 from security
OBS-URL: https://build.opensuse.org/request/show/987872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=23
2022-07-09 14:59:04 +00:00
aff03c95a6 Accepting request 987871 from home:aplanas:branches:security
OBS-URL: https://build.opensuse.org/request/show/987871
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=69
2022-07-08 09:36:10 +00:00
892426b7ff Accepting request 987866 from home:aplanas:branches:security
- Version 2.4.1
  + Added
    Contributor Covenant Code of Conduct.
  + Fixed
    * superflous warning messages about tcti status.
        WARNING **: 11:00:56.205: tcti_conf before: "(null)"
        WARNING **: 11:00:56.205: tcti_conf after: "mssim"
    * GCC 11 build error: error: argument 2 of __atomic_load’ discards
      'volatile' qualifier
    * Initialize gerror pointer variable to NULL to fix use of
      unitialized memory and segfault.
    * Updated missing defaults in manpage.
    * Port CI to composite actions in tpm2-software/ci.
  + Removed
    Dependency on 'which' utility in configure.ac.
    ubuntu-16.04 from CI.

OBS-URL: https://build.opensuse.org/request/show/987866
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=68
2022-07-08 09:24:21 +00:00
Dominique Leuenberger
8ad3f04a3a Accepting request 966798 from security
- dbus-access.patch: restrict D-Bus access to tpm2-abrmd to members of the tss
  group (bsc#1197532). This prevents arbitrary users from meddling with TPM
  state and thus potential denial-of-service vectors.

OBS-URL: https://build.opensuse.org/request/show/966798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=22
2022-04-05 17:55:07 +00:00
9bffff1eff - dbus-access.patch: restrict D-Bus access to tpm2-abrmd to members of the tss
group (bsc#1197532). This prevents arbitrary users from meddling with TPM
  state and thus potential denial-of-service vectors.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=66
2022-04-04 11:06:24 +00:00
f5802a1cf0 - restrict D-Bus access to tpm2-abrmd to members of the tss group
(bsc#1197532). This prevents arbitrary users from meddling with TPM state
  and thus potential denial-of-service vectors.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=65
2022-04-04 10:57:16 +00:00
Dominique Leuenberger
e4c37f44dd Accepting request 936756 from security
OBS-URL: https://build.opensuse.org/request/show/936756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=21
2021-12-08 21:08:47 +00:00
484a6963b0 Accepting request 936755 from home:aplanas:branches:security
- Version 2.4.0
  + remover syslog deprecation warning (bsc#1185154)
  + cover update to 2.3.3 (jsc#SLE-17366)
  + contains reload fix (bsc#1166936~
  + fix tcti loading using short / long names (bsc#1159176)

OBS-URL: https://build.opensuse.org/request/show/936755
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=64
2021-12-08 17:09:43 +00:00
127461b313 Accepting request 934691 from home:aplanas:branches:security
- Use a bcond to enable selinux when is available

OBS-URL: https://build.opensuse.org/request/show/934691
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=63
2021-12-06 10:27:18 +00:00
Dominique Leuenberger
513931f99e Accepting request 934685 from security
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort (forwarded request 933795 from jsegitz)

OBS-URL: https://build.opensuse.org/request/show/934685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=20
2021-12-01 19:46:21 +00:00
b27e01aef4 Accepting request 933795 from home:jsegitz:branches:systemdhardening:security
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/933795
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=62
2021-11-30 09:31:21 +00:00
Dominique Leuenberger
d0041bdfd8 Accepting request 908096 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/908096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=19
2021-08-02 10:04:17 +00:00
1e214528c0 Accepting request 906866 from home:gmbr3:Active
- Move selinux devel file to devel subpackage

OBS-URL: https://build.opensuse.org/request/show/906866
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=61
2021-07-19 08:32:03 +00:00
41e7715f7f Accepting request 906496 from home:gmbr3:Active
- Update to version 2.4.0:
  - Service start depends on systemd device unit: dev-tpm0.device.
  - Numerous memory leaks.
  - udev settle service deprecation warnings.
  - StandardOutput=syslog deprecation warnings.
- Add selinux module files
- Move dbus files out of /etc

OBS-URL: https://build.opensuse.org/request/show/906496
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=60
2021-07-16 08:20:11 +00:00
Dominique Leuenberger
def244e4ba Accepting request 899900 from security
OBS-URL: https://build.opensuse.org/request/show/899900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=18
2021-06-14 21:11:12 +00:00
811636d17a Accepting request 898987 from home:aplanas:branches:security
- Requires libtss2-tcti-{device0,tabrmd0} (bsc#1187077).
  In MicroOS systems the recommendations are not installed, making the
  service fail to initialize: Failed to instantiate TCTI

OBS-URL: https://build.opensuse.org/request/show/898987
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=58
2021-06-14 08:37:45 +00:00
c98a16565a explicitly mark %license
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=57
2021-02-02 12:23:47 +00:00
0686fb58f0 note about download_files magic
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=56
2021-01-29 13:09:02 +00:00
1d55170c8b remove now unneeded workaroud
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=55
2021-01-29 10:37:52 +00:00
Dominique Leuenberger
450571fde8 Accepting request 843600 from security
- update to version 2.3.3:
  - changes in version 2.3.1:
    - Fixed handle resource leak exhausting TPM resources.
  - changes in version 2.3.2:
    - Added cirrus CI specific config files to enable FreeBSD builds.
    - Changed test scripts to be more portable.
    - Changed include header paths specific to FreeBSD.
  - changes in version 2.3.1:
    - Provide meaningful exit codes on initialization failures.
    - Prevent systemd from starting the daemon before udev changes ownership
      of the TPM device node.
    - Prevent systemd from starting the daemon if there is no TPM device node.
    - Prevent systemd from restarting the daemon if it fails.
    - Add SELinux policy to allow daemon to resolve names.
    - Add SELinux policy boolean (disabled by default) to allow daemon to
      connect to all unreserved ports.

OBS-URL: https://build.opensuse.org/request/show/843600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=17
2020-10-28 10:25:47 +00:00
878c029dde - update to version 2.3.3:
- changes in version 2.3.1:
    - Fixed handle resource leak exhausting TPM resources.
  - changes in version 2.3.2:
    - Added cirrus CI specific config files to enable FreeBSD builds.
    - Changed test scripts to be more portable.
    - Changed include header paths specific to FreeBSD.
  - changes in version 2.3.1:
    - Provide meaningful exit codes on initialization failures.
    - Prevent systemd from starting the daemon before udev changes ownership
      of the TPM device node.
    - Prevent systemd from starting the daemon if there is no TPM device node.
    - Prevent systemd from restarting the daemon if it fails.
    - Add SELinux policy to allow daemon to resolve names.
    - Add SELinux policy boolean (disabled by default) to allow daemon to
      connect to all unreserved ports.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=53
2020-10-22 12:19:32 +00:00
Dominique Leuenberger
6e1501cfc9 Accepting request 755854 from security
! please handle this together with sr#755853 for tpm2-0-tss !

- update to version 2.3.0:
  - changes in version 2.3.0:
    - Add '--enable-debug' flag to configure script to simplify debug builds.
      This relies on the AX_CHECK_ENABLE_DEBUG autoconf archive macro.
    - Replaced custom dynamic TCTI loading code with libtss2-tctildr from
      upstream tpm2-tss repo. (requires tpm2-0-tss version 2.3.0)
    - Explicitly set '-O2' optimization when using FORTIFY_SOURCE as required.
  - changes in version 2.2.0:
    - New configuration option `--disable-defaultflags/ added. This is
      for use for packaging for targets that do not support the default
      compilation / linking flags.
    - Use private dependencies properly in pkg-config metadata for TCTI.
    - Refactor daemon main module to enable better handling of error
      conditions and enable more thorough unit testing.
    - Updated dependencies to ensure compatibility with pkg-config fixes
      in tpm2-tss.
    - Fixed bug causing TCTI to block when used by libtss2-sys built with
      partial reads enabled.
    - Removed unnecessary libs / flags for pthreads in the TCTI pkg-config.
    - Output from configure script now accurately describes the state of the
      flags that govern the integration tests.
- drop fix_dlopen.patch: no longer necessary since abrmd not uses the tctildr
  shared library. This one hopefully now does the right thing.

OBS-URL: https://build.opensuse.org/request/show/755854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=16
2019-12-18 13:44:46 +00:00
d451320a04 - drop fix_dlopen.patch: no longer necessary since abrmd not uses the tctildr
shared library. This one hopefully now does the right thing.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=51
2019-12-11 12:02:48 +00:00
73b5f87efa - update to version 2.3.0:
- changes in version 2.3.0:
    - Add '--enable-debug' flag to configure script to simplify debug builds.
      This relies on the AX_CHECK_ENABLE_DEBUG autoconf archive macro.
    - Replaced custom dynamic TCTI loading code with libtss2-tctildr from
      upstream tpm2-tss repo. (requires tpm2-0-tss version 2.3.0)
    - Explicitly set '-O2' optimization when using FORTIFY_SOURCE as required.
  - changes in version 2.2.0:
    - New configuration option `--disable-defaultflags/ added. This is
      for use for packaging for targets that do not support the default
      compilation / linking flags.
    - Use private dependencies properly in pkg-config metadata for TCTI.
    - Refactor daemon main module to enable better handling of error
      conditions and enable more thorough unit testing.
    - Updated dependencies to ensure compatibility with pkg-config fixes
      in tpm2-tss.
    - Fixed bug causing TCTI to block when used by libtss2-sys built with
      partial reads enabled.
    - Removed unnecessary libs / flags for pthreads in the TCTI pkg-config.
    - Output from configure script now accurately describes the state of the
      flags that govern the integration tests.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=50
2019-12-11 12:00:43 +00:00
Dominique Leuenberger
44b560097f Accepting request 726060 from security
- update to version 2.1.1:
  - changes in version 2.1.1:
    - Unit tests accessing dbus have been fixed to use mock functions. Unit
    tests no longer depend on dbus.
    - Race condition between client connections and dbus proxy object
    creation by registering bus name after instantiation of the proxy object.

OBS-URL: https://build.opensuse.org/request/show/726060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=15
2019-08-27 08:23:15 +00:00
76e0c2b6a5 - update to version 2.1.1:
- changes in version 2.1.1:
    - Unit tests accessing dbus have been fixed to use mock functions. Unit
    tests no longer depend on dbus.
    - Race condition between client connections and dbus proxy object
    creation by registering bus name after instantiation of the proxy object.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=48
2019-08-26 06:52:49 +00:00
Yuchen Lin
6cbdab952a Accepting request 698147 from security
- bsc#1130588: Require shadow instead of old pwdutils

OBS-URL: https://build.opensuse.org/request/show/698147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=14
2019-04-26 20:55:02 +00:00
d9c5e11335 Accepting request 698139 from home:jubalh:branches:security
- bsc#1130588: Require shadow instead of old pwdutils

OBS-URL: https://build.opensuse.org/request/show/698139
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=46
2019-04-26 10:42:04 +00:00
Dominique Leuenberger
2d3fdd30cc Accepting request 682103 from security
- update to version 2.1.0:
  - changes in version 2.1.0:
    - `-Wstrict-overflow=5` now used in default CFLAGS.
    - Handling of `TPM2_RC_CONTEXT_GAP` on behalf of users.
    - Convert `TPM2_PT_CONTEXT_GAP_MAX` response from lower layer to
      `UINT32_MAX`
    - travis-ci now uses 'xenial' builder
    - Significant refactoring of TCTI handling code.
    - `--install` added to ACLOCAL_AMFLAGS to install aclocal required macros
      instead of using the default symlinks
    - Launch `dbus-run-session` in the automake test environment to
      automagically set up a dbus session bus instance when one isn't present.
    - Bug caused by unloading of `libtss2-tcti-tabrmd.so` on dlclose. GLib
    does not support reloading a second time.
    - Bug causing `-fstack-protector-all` to be used on systems with core
      libraries (i.e. libc) that do not support it. This caused failures at
      link-time.
    - Unnecessary symbols from libtest utility library no longer included in
      TCTI library.
  - changes  in version 2.0.3:
    - Update build to account for upstream change to glib '.pc' files
      described in: https://gitlab.gnome.org/GNOME/glib/issues/1521
- added _service file for syncing with upstream tags

OBS-URL: https://build.opensuse.org/request/show/682103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=13
2019-03-06 14:51:47 +00:00
987a3b6fee - added _service file for syncing with upstream tags
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=44
2019-03-06 10:40:25 +00:00
fae18a1e25 - update to version 2.1.0:
- changes in 2.1.0:
    - `-Wstrict-overflow=5` now used in default CFLAGS.
    - Handling of `TPM2_RC_CONTEXT_GAP` on behalf of users.
    - Convert `TPM2_PT_CONTEXT_GAP_MAX` response from lower layer to
    `UINT32_MAX`
    - travis-ci now uses 'xenial' builder
    - Significant refactoring of TCTI handling code.
    - `--install` added to ACLOCAL_AMFLAGS to install aclocal required macros
    instead of using the default symlinks
    - Launch `dbus-run-session` in the automake test environment to
    automagically set up a dbus session bus instance when one isn't present.
    - Bug caused by unloading of `libtss2-tcti-tabrmd.so` on dlclose. GLib
    does not support reloading a second time.
    - Bug causing `-fstack-protector-all` to be used on systems with core
    libraries (i.e. libc) that do not support it. This caused failures at
    link-time.
    - Unnecessary symbols from libtest utility library no longer included in
    TCTI library.
  - changes in 2.0.3:
    - Update build to account for upstream change to glib '.pc' files
      described in: https://gitlab.gnome.org/GNOME/glib/issues/1521
  - changes in 2.0.2:
    - --enable-integration option to configure script now works as documented.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=43
2019-03-06 10:39:57 +00:00
Dominique Leuenberger
7149753868 Accepting request 665953 from security
Incorporate FATE# in changes file for SLE-15-SP1 (bsc#1121860)

OBS-URL: https://build.opensuse.org/request/show/665953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=12
2019-01-21 09:52:59 +00:00
2ffd556609 Incorporate FATE# in changes file for SLE-15-SP1 (bsc#1121860)
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=41
2019-01-14 14:21:47 +00:00
Dominique Leuenberger
92ba446dd8 Accepting request 644573 from security
- 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.

OBS-URL: https://build.opensuse.org/request/show/644573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=11
2018-10-26 09:10:05 +00:00
1d9194c69e - 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.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=39
2018-10-25 09:01:40 +00:00
Dominique Leuenberger
466bf92992 Accepting request 643993 from security
- fix broken build due to newer glib dependency that reports a full path for
  gdbus-codegen, breaking the configure check.

OBS-URL: https://build.opensuse.org/request/show/643993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=10
2018-10-23 18:42:25 +00:00
14047cdd08 - fix broken build due to newer glib dependency that reports a full path for
gdbus-codegen, breaking the configure check.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=37
2018-10-23 15:47:33 +00:00
Dominique Leuenberger
385c6e60ed Accepting request 638481 from security
- update to version 2.0.2:
  - --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.

OBS-URL: https://build.opensuse.org/request/show/638481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=9
2018-09-28 06:53:20 +00:00
8b282ca0aa remove signature file
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=35
2018-09-26 16:04:57 +00:00
6860a81c92 - update to version 2.0.2:
- --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.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=34
2018-09-26 15:56:05 +00:00
Yuchen Lin
121abbe5e0 Accepting request 636379 from security
- add recommends to the tcti-device and tcti-abrmd. Otherwise they're not
  installed right away, rendering the abrmd quite unusable.

OBS-URL: https://build.opensuse.org/request/show/636379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=8
2018-09-19 12:30:37 +00:00