libtss2-tcti-tabrmd0-2.4.0-150400.3.3.1<>,ggp9|Wg4DIRZH CVrj]04+veuy{6Wj@3?3d * R .; Qb     &0X`(89X:>0e@0tF0G0H0I0X0Y0\0]0^1b1*c1d2Ze2_f2bl2du2xv2w3x3y3$ z3X3h3l3r3Clibtss2-tcti-tabrmd02.4.0150400.3.3.1Client interface library for tpm2-abrmdThis library allows to interact with the tpm2-abrmd daemon. It is intended for use with the SAPI library (libtss2-sys) like any other TCTI.gs390zl37`SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttps://github.com/tpm2-software/tpm2-abrmdlinuxs390x`gg33e828ddd95b5856b6123a021281f8e8d6a16f54706fe44b90561276ba9adeeelibtss2-tcti-tabrmd.so.0.0.0rootrootrootroottpm2.0-abrmd-2.4.0-150400.3.3.1.src.rpmlibtss2-tcti-tabrmd.so.0()(64bit)libtss2-tcti-tabrmd0libtss2-tcti-tabrmd0(s390-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libtss2-mu.so.0()(64bit)libtss2-rc.so.0()(64bit)libtss2-sys.so.1()(64bit)libtss2-tctildr.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3gd a@aaz`@``@_t@]@]c\\@[Ѱ@[ @[t[[m~@[;e@[:[6@ZZ ,@YKYYp@thomas.blume@suse.comaplanas@suse.comaplanas@suse.comjsegitz@suse.comgmbr3@opensuse.orggmbr3@opensuse.orgaplanas@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commvetter@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.commatthias.gerstner@suse.com- make sure that udev workers have finished before daemon-reload (bsc#1231071)- 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)- Warp selinux into a bcond- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_tpm2-abrmd.service.patch- Move selinux devel file to devel subpackage- 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- 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- 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.- 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.- 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.- bsc#1130588: Require shadow instead of old pwdutils- 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- 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.- fix broken build due to newer glib dependency that reports a full path for gdbus-codegen, breaking the configure check.- 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.- add recommends to the tcti-device and tcti-abrmd. Otherwise they're not installed right away, rendering the abrmd quite unusable.- 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- 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.- 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.- 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.- 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- 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.- package version symlink correctly, belongs into the lib package itself, not the -devel.- 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- 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./sbin/ldconfig/sbin/ldconfigs390zl37 17367690032.4.0-150400.3.3.12.4.0-150400.3.3.1libtss2-tcti-tabrmd.so.0libtss2-tcti-tabrmd.so.0.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:37038/SUSE_SLE-15-SP4_Update/2f2edf91f289d7c3e766ee94f4531fbe-tpm2.0-abrmd.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=509e1fd9ecb1df04ea0d4179249906a7383c6a8d, stripped PR RRRRRR R R R RRijD/*utf-8c2d835caf1fd4563bc0e3a24f730656d84d4d0b4d923e4cc1bc050be44cc80d6?7zXZ !t/H/]"k%{Ɩ"kK8m4>NuXŋz*`C^#?>juw q aWXu@8=>)O-Wuz fD/XO]ꏲ)xʷ?Usz2ΊgF*N3k%:nJ.ByMؿG| Iu(nB(-ɇ .r.]mJE%AmH2h_OY A(eЎ8a8Nc.'&['vTᮂ +1u5;%XX˱|<%- (Ci a%47a.+v>&?`\es*Am6a-$g䑇B ( "Y/3 jخtI ɜz$IJ1"2=͡$;+ɵ`bfN6VA>1-wx't^6-M -eiW[."bq<!+s2S'qV+-hO GPDzơÞՍ_rZW.zr/LӺzQO6A/)F^RK{Ix.?ʌph=yRta0& [H[s#EUEK4Au#EkO ?\q%A} mPPC%=֩a r:UԳHۍTP2uȎzm%VRu MEO}y@)-9kgx6&UBbDdxCQ.XEg$Eh%VCJ_vXi ]tKYvL26ɺW7G%P9c5͎IMS92y@^qUiHpS n":א2`xL eo!xC[^(GF);?yTegt\$y $iiՖY֛v2%%}g"0a'l<5#(B;Ix,U١W8Q4;(!tHlZ%9 ߄PQ _s 2{@\ {5@! /DSk;Z6r@9j<"AeШI 2,fl+h# tppgiG-&Z:0}wCsջƒąiק_`:v m3eTnH [0]# ^1B;sw ;7ccaHm\:!94.(?B<ȲE fO"W@ k!q? \.ǟ9Iszp, iDya W=sfÄ^Yl1w/"eh2H ěsλK@%; = IB'Al+~_˝hJu`ӥliJ0?+fIHAs^Dq~eh$ʄlOqCeg2Z?C>Dqys!b^Olnh;[,}-4,3pA:ky*^&2$+:a"'9Ix|X~ 2WZ_'*6Hkk?ᅰg׽3櫉A&\(L<@EˣNa ^ImG/)' jb?Jzhb<ә)wyIOݐ؆Yc2>; 赨v$C-^Iovp28Pv/ѲWϛy1=ޯ@kvRnrᷞ`:c}!dLQe8{hxv^ky/ﰦK Ka*[IkQ ]Ek]:ñUBB9DõϯdwdQ `%EY"T{q'x.uŷ_+KO׷3 љD &z9Fb<#^Y60{Sw>`njCV+=Di!O0g#@(2aK*ja`צ/dք@Q& ^q'"l痢0M\j"v 亜b_@bx3S*{t6Gr_wjQoTzYSӫUYtyGpxw~nLg/6O`bEY:sdQKl.*U_u-ϵ^sjqd%Z#&2/P`\~r4z{?% gJ$)ftKo H_9+=yǁUĭA߸pu#9/6e8FrEkx G}))ng]);HL!},?DճJn7jyk̶Hm^TrS:?cd]77ePԊp(V3z[!vԓLd?^u1!T -lO7+p1pQڸ׺'-:ExKvd,=Ӻtu"AEǑ T';Ku/D(\E:^n55&9W vPOSQGURF$'_}I急>:7CZ,ʸesѬHgqo1Sb+RbX pE!"O`ffwϰbZ~ U/RFƉ#C D0'GID)Ñ,O,#ǹ&Bhj ҂|!4 \M_̊I @R`Q$K5϶Ll2$js^E `QJܾ9ovlAQX2+D|:!?nt_+Q+$7]-7m_$)ؒA~"< ~B%OSkruetr54_TIׯ XRRr`r<<c \}?&@z 4+p88LspaK@,KJxJi~7EJ#;asIY?B3ʯT74̈4:LIDƌ gzB^igXfCB_E[$ڤ4ć@{g ü µ?ީ.9pֵg])3=_.󮝾gƒDjK 3rrqa74& {_ Ƃ+T/c6V`lPNl܂5!e.>G:z{=3%C0E^qQ Ǵ37L-ZDP.H 51jUgѹaɃGC5%\UdFV{7aة pc S_8`NW'4>/:)5Ae刢ӦD?Ph 护>a8@#+&Tl7&O1@8AbxԦSwaj9uίp|y>!kwѾhow.-ŌVc}jq\oG ԕU1>kaI-=Y_ N=oQ .n){ _"79to4I=?m-]^- 7BSL- $r^(t&#}T{ԅy}7[JʪWkA' Gz!u~K3fU0#p8#^ݡo<_ 4D('"JC="6!+$/oeͽ ~$ t<ӭΕ.;WwVEm۽X7t A=GdhWo(_ ~ҎQiL_aa fRY'Mb\TH6v>jBIˇSQ8:W?Uh$L<]YDCܙluߜNQVq <)8m }@V8RLW7zNޚ.+]=b'>AW `D HvhMi5EiWC uxېk)YVls."4LZZmur '˯q3qG,X`s=ѣc3aXLoΫD&zJ&üJcgB~A ̷1 Z &qvm]ҴanC(:V +2`َџs'8;$ /2=~DI] 95:vTUV73)&h?KUs'2\L”"mIzlxr]s@5 f;8 xC-yې)l FZuk Pp<}hugVͅ/Z %DkQ_b*%c \9 8W2 ~mgDu OtJp^ p%ߪ@%ڜPiN'Hܑ&[X5Y@D9fŲg(BxBT2)rT׃-p~GŮ08H G;8Y|baIbˍROQԕl'=x g吖nkDrTó꒯ۇ|2a8axcnSEDBkJf;z3" ,)Oj 1/7}Fpo;vUzM rt2SLֽ3f,zk+rHzRGNiy?/QYyGa) 4 ^VL-jX"U/593 ]蝩燃U6K^UnaǕGyqōc2J`^87&ZYONnKb"6jgzpUO @; TVT&̈D>nLJp1-^>:鰦 4"4h1; ,WA\ߘ _~D1׮"T{=b ULF1|:z5R{E 5IZih]!;: =L)30G./c U]}5ck==M&.u s,AFJ0LwV&WN Od<2O秅_9%koU*ԅޭ/Ca#&OBI > 4jC!w4P(^ e ]j2;E(xvx Qzy}gkac'gE2K 2_|3@+ƛ@ȃ`gV׷=f*ImCRoiIc"':ғCDPDSON L?P^GeGj: 88_޻7@3T^'+Uvz!϶y,zPn+Tf"L~n7ὪO_D^z.U湍(-[X@`CAQ+Fʁpf Å["Ɗ袄e-uHl;_Lt,9|K6>+#$;*ǜ?Q.\VjMQO`0F15ڲn4ͭ OdµnS6(L{͉[&3r;-5sM0q4La΄"arqM$nkUg'z37'KͶgoHn߯kO*a%llޔ#|a %5YFv/t*_j.' ˭P6L3wp]e1DsBLS(N÷t/ᮖO[b1B tg'*3R'Y ulNOG)Z{7u'aIGuU韅B- +a$Ϛ}רeYO?VsO*)ۢ rY}ӐmlmacOҴV'lM)@K,2QPpM +\zkSOlq 3]vhg$Ϛkl[ziZޱk TGQ8DȨI][Qc +JK} o+).zݗ/QS{f_2h&1?Q L082߉D5RÌĢ 5?>jeOf; ?iPrC!_C#ßzn+єN2IȰ'ф>06H D֋(Շ񬢽R6 `"ȍ~w6ɘmiL#"-&5wNO+A4xA&PTre;~XH 4GI,༹vRwҤ[iqV>2WՋm@;(r$~ZYxfT?Z2ﵩ9L0l 1%]Ioo_x-s>rƾJk bIM  PA72lY [&m͚H#vĸ!_%R9BsDPb4:\4E0Wgȕ)dUʺCsl^%l"WD'3wVQD'ЛYl[e@ywIOK$x࢘4ڪXI5[;uW4m+8̬ jH~>O.ti A}뜶QH][EgA\}Wh>ZM !l8J(mi{Bcq,h.~X?,"fO \dS4K戮5pZ#! D׆+̐q[(iKctWF 9Elڮj3i&ګ ah]ҍlRe1YT@ !. ?$0 ʮ`%|;NxɈY1j;(Ћc{uRY5"߲TcG C_\-z {,4wnC rc˹B7=&jx1U>SqOz1]$Tx,:B^Ule1꽼A,@t23b9cx|xW[Ft0w?z2\{Æ%')\lR"9膉p3"$сXAOɀ%BJyY;ihཕ F_qE}q^pY ڭя ڜ`4lrGYdXN_YR(ն!Skҙ,r%&hD1i}j.@q52HO+=:ŨW0\0?d܅*J:U%(I2{}4w=ԧsu 1-Ƒ\;!xkJHpE$l y}x柁w4wMk{F&~> H7i`uQ뿝 "9Jqzu2U¹8DGWCЕ;nYA4;G |\QR՞̩z wx&r?@YFZZTFUsQf?Poh:,ư+`rIz  ިb^#iؙճ9ХWTHe~c>`}7Kb&32nsRɁ<3`:/D&?O%.}Xӳ E떑0K$MEfoM:,fU/ۡ!9y_xDU K=KO&Bz,b>s mzlڣ݁řF%Uvp ܜ!fT@rkX㓇lL [hmZ9hch5畔ܕJJ=LCcI?)!I 5/kcQ첡u&qEQjm@%zY_D6dFr˞v, >N ceZ\k,d=dqi5Q Zʩ6PHaPbm]i3!GSsRa]`:u;\يgZy? ;5 gP1 *2>_NV: @k,\|)=AbR[zn_/C{ P s,pF [L3Raviaa+\F>"~[f'*@v̗Eu> IRvD=Ĩ_H<[+?~ zDД}Yʄ !.f1u`,o$W> mBI&wM9GHPCvh~L rwDic$P4bM\TAL!F|طp}? rw֝ lGnΙ1.>~ ]D֐7e.8F:FS?,IL;_j2D,5 m܁xrҫKrH=v1$oS3z_,=OBNPÅCs'(t'MEtXyb[vrn&.gx>ΖjЙ$nޯPB-Zl#T JecZ)ST,9c˴ tU$ O2O:n?+`ΩэQeŘw م>4&\D9&_p|'G5lc5 +GrgH4& u;R#K(gGތuIJ)w !GC1%"FH^lqͳyFkI Xvvd6cpe/_P_>{t:\epOB~fKk\6+Q)Y%.#|hi'nA(  ɠ <]J36GfZE#J ad&kQ6Qˌ^ft,J%uϒsDU9T1$i]WIdp"x;heUcS:hղOZsw?{ R0X U/lN&N-xS"¯mZ'N^PLRݎAm>E)$MʖM9ՄLa:DDic,wLIsɄʒ' b{Ԯx2(qF`,Ě"ZY/Y(0kYwj-Gu_?@xe~YدL(` [)黚Ik&TU7@vx6Ek29(K_ YZ