Commit Graph

78 Commits

Author SHA256 Message Date
7db9b023bb OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=49 2017-08-03 08:23:08 +00:00
5c1a7157c0 Accepting request 514157 from home:mgerstner:branches:security
this submission is coupled with sr#514156 and an update for tpm2.0-tools which
I will submit right after.


- no longer install the udev rule, it's now part of the new tpm2.0-abrmd
  package.
- fixed a warning regarding a missing dependency of the devel package to the
  main package
- correctly package library symlinks only in the devel package, the library
  itself only in the library package. Was mixed up before.

- removed tpm2-0-tss-configure.patch, it was just a hack, fixed by requiring
  autoconf-archive, see https://github.com/01org/TPM2.0-TSS/issues/227.

- Updated to upstream version 1.1.0
  - With this version the resourcemgr daemon is dropped from this package. It
    is replaced by a completely new implementation found in a new package
    tpm2.0-abrmd. this package will only consist of the libraries any more.
  - Changed
    - tpmclient, disabled all tests that rely on the old resourcemgr.
  - Fixed
    - Fixed definition of PCR_LAST AND TRANSIENT_LAST macros.
  - Removed
    - tpmtest
    - resourcemgr, replacement is in new repo: https://github.com/01org/tpm2-abrmd

OBS-URL: https://build.opensuse.org/request/show/514157
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=47
2017-08-03 08:12:52 +00:00
Alexander Naumov
4cbd149abb Accepting request 498585 from home:bmwiedemann:branches:security
Add reproducible.patch to sort input files to make build reproducible
  (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/498585
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=45
2017-05-27 21:39:27 +00:00
Matthias Gerstner
71cab5af7c Don't ignore errors when adding tss user/group see sr#494834
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=44
2017-05-17 09:32:24 +00:00
Matthias Gerstner
9c3c7ac5c9 fixed typo
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=43
2017-05-15 11:53:42 +00:00
Matthias Gerstner
05ea297074 renamed the udev rule file to have a priority prefix like all other rule files
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=42
2017-05-12 09:04:15 +00:00
Matthias Gerstner
9661aea8f5 - create tss user account and install udev rule to fix startup of resourcemgr
(bnc#1038586)

OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=41
2017-05-11 15:15:35 +00:00
Matthias Gerstner
287aa8ece1 Removed unnecessary dependency of libsapi0 to trousers.
Trousers is TPM 1.2, this here is about TPM 2, so having a dependency to it is
very wrong.

This was probably a copy/paste mistake during creation of the spec file.

OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=38
2017-05-10 09:23:36 +00:00
336c3baa0d - fixed typo in resourcemgr.service (bsc#1031004)
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=36
2017-04-11 14:26:35 +00:00
68951397a5 Accepting request 458493 from home:jengelh:branches:security
- Remove --with-pic which is only for static libs.
- Fix an improper Requires line.
- Split libtcti* from libsapi0; these are independentlty
  developable units.

OBS-URL: https://build.opensuse.org/request/show/458493
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=32
2017-02-18 11:42:59 +00:00
c220cfe8e2 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=31 2017-02-15 18:15:01 +00:00
84a46c674b OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=30 2017-02-15 17:17:08 +00:00
22fefd935f OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=28 2017-02-08 16:30:51 +00:00
ec118cd26c OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=27 2017-02-08 15:27:23 +00:00
e248e2535a - Updated to 1.0
- Added
    - Travis-CI integration with GitHub
    - Unit tests for primitive (un)?marshal functions.
    - Example systemd unit for resourcemgr.
    - Allow for unit tests to be enabled selectively.
    - added pkg-config files for libraries
  - Changed
    - move simulator initialization code to socket TCTI init function.
    - socket TCTI finalize no longer frees context
    - rename libtss2 to libsapi
    - rename libtcti_device to libtcti-device
    - rename libtcti_socket to libtcti-socket
    - move $(includedir)/tss to $(includedir)/sapi
    - Move default compiler flags to config.site file.
  - Fixed
    - Fix run away resourcemgr threads by closing client sockets when resourcemgr recv() call returns 0.
    - Set MSG_NOSIGNAL for client connections to avoid SIGPIPE killing resourcemgr.
    - Fixes to handling of persistent objects by resourcemgr.
  - Removed
    - Semicolon from TPMA_* macros definitions.
    - Windows build files.
    - SAPI_CLIENT macro tests.
  - Security
    - Fix buffer overflow in resourcemgr.
- use sample resourcemanager.service

OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=25
2017-02-08 13:48:45 +00:00
2549f1db94 - added a systemd unit service file
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=21
2016-08-06 19:28:47 +00:00
47c374c550 Accepting request 394096 from home:jengelh:branches:security
- Correct package naming to be in line with shared library guideline
- Remove unused systemd build and runtime dependencies

OBS-URL: https://build.opensuse.org/request/show/394096
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=19
2016-05-07 08:25:53 +00:00
7c573c699f Accepting request 386130 from home:dimstar:branches:REQUEST_383973
- Fix rpm group of library package: libs belong, per definition, to
  the group "System/Libraries".

OBS-URL: https://build.opensuse.org/request/show/386130
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=17
2016-04-08 09:42:06 +00:00
17360ffe84 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=16 2016-03-24 17:38:07 +00:00
ff697fd230 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=15 2016-03-24 16:03:55 +00:00
680423cc57 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=14 2016-03-24 09:49:46 +00:00
9db12012c4 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=12 2016-02-24 13:51:28 +00:00
3bef03c03e Accepting request 361251 from home:msmeissn:branches:security
OBS-URL: https://build.opensuse.org/request/show/361251
OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=11
2016-02-24 13:01:43 +00:00
bc24fced49 OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=10 2016-02-24 10:48:24 +00:00
b439fc3fbf OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=8 2016-02-24 10:40:41 +00:00
897a09d27a OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=6 2016-02-24 10:28:33 +00:00
b9bb8aa9cf OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=5 2016-02-24 10:25:48 +00:00
4d4e631d2d OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=3 2016-02-24 10:22:48 +00:00