libpcscspy0-1.8.24-lp152.2.6 >  A ^&@/=„(  g.gKY>O-Vx[mS rsSvvI0tRS)fk$kC^\O?bШ݉޴ɦߤ~@ݥ^XItfv=?dsn! Jooݡ­!U?j{;k[B1. k PJrt c(&YAŲq}_\JXS+Fk"N% zp{Sj: ̠A405caed1f6cc500298bd666bdbaa1aa51d318b690656f07ee1653c18cf4d67a5397dd91230c8d2a736dfaebe94f679c4e8ca895d9@^&@/=„y 9ީaDz/gv\/K_9EN!*>=hT~\ߛ2>t}Fc"DPI]T;'JF1-\{K+& alC0fCj%wYߊt>9Vu8vZ0!'=Ϡ Hh67rc셣%ܰꕄ?-5@x2 kz1ܒc}QpBPK>p@H?8d  8dhpt      N dlv  7 ([8d9:`>=@LF[GpHxIXY\]^bcdefluvwxyz4Clibpcscspy01.8.24lp152.2.6PC/SC Smart Card LibrarySupporting library for the PC/SC spy tool.^&3lamb53IXopenSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://pcsclite.apdu.fr/linuxx86_64IX^&1^&12d8279860c1620fc2dd07abfd987225a482313cf06915ceda67e2a0d3adde5d4libpcscspy.so.0.0.0rootrootrootrootpcsc-lite-1.8.24-lp152.2.6.src.rpmlibpcscspy.so.0()(64bit)libpcscspy0libpcscspy0(x86-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\U@[@["@Zwr@rosenauer.orgwr@rosenauer.orgsbrabec@suse.comwr@rosenauer.orgdimstar@opensuse.orgrbrown@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgtchvatal@suse.comtchvatal@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgsbrabec@suse.comwr@rosenauer.orgtchvatal@suse.comdimstar@opensuse.orgwr@rosenauer.orgsbrabec@suse.czwr@rosenauer.org- Trim filler wording from description.- Updated to version 1.8.24 * SCardGetStatusChange(): Fix a rare race condition * SCardReleaseContext(): do not release a lock owned by another context * SCardReconnect(): suspend card auto power off * Allow "=" in serial driver filenames * Add the thread id in the pcscd log lines * pcsc-spy: correctly handle incomplete log file * Simclist: avoid to divide by zero in list_findpos() * Some other minor improvements- extended sysconfig template to include PCSCLITE_FILTER_IGNORE_READER_NAMES env variable which is used by pcscd to ignore certain readers (patch by Eric Garreau)- Use python3 (bsc#1082129, pcsc-lite-python3.patch).- Updated to version 1.8.23 * use libsystemd instead sd-daemon.{c,h} * spy: add support SCardStatus() with NULL pcbAtrLen * Some other minor improvements - remove --auto-exit from service start even if we have socket activation in place (using it as a lightweight approach to unconditional service enablement (reference boo#1063983 and to help workaround boo#1063985)- Rename local defines USER/GROUP to PKG_USER/PKG_GROUP: the variable GROUP (call caps) has been claimed by RPM 4.14.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Updated to version 1.8.22 * SCardCancel() was broken in 1.8.21. The call was blocking. * Enable use of info level logging for pcscd using -i/--info- Updated to version 1.8.21 * SCardCancel(): - fix a race condition bug - fix a possible use after free - improve Doxygen documentation * SCardGetStatusChange(): fix a race condition when a reader is removed * SCardDisconnect(): fix status update for SCARD_UNPOWER_CARD * pcsc_stringify_error(): use Thread-local storage * pcsc_stringify_error() now returns a const char * * SCardControl() may return SCARD_E_INSUFFICIENT_BUFFER when pbRecvBuffer is not big enough to receive the card response. * Fix compilation error with GCC 4.9 * UnitaryTests: add support of Python 3 * pcsc-spy: add support of Python 3 * Some other minor improvements- Updated to version 1.8.20 * Fix a crash and potential security issue in pcscd (bsc#1017902, CVE-2016-10109, CWE-415, CWE-416)- Updated to version 1.8.19: * SCardGetStatusChange(): Fix a (rare) race condition * Doxygen updates * pcsc-spy: - fix display of execution time - log the thread number in the results * Some other minor improvements- Version update to 1.8.18: * SCardDisconnect(): much faster with SCARD_UNPOWER_CARD * SCardConnect(): Fix a possible duplicated hCard context * Fix compilation on FreeBSD * Fix compilation on Solaris * Some other minor improvements- Obsolete the conditionals for sle11 as it does not build there and ends unresolvable anyway - Remove the presets magic after discussion with standa as new macros actually work around this correctly- Updated to version 1.8.17 * Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection * Fix an issue when used with systemd (problem in signal handler) * SCardGetAttrib(): set pcbAttrLen when buffer is too small * Some other minor improvements- Updated to version 1.8.16 * SCardCancel() was not correctly handled When a SCardGetStatusChange() was cancelled then a next PC/SC call after the SCardGetStatusChange() may fail with a strange error code if the event waited in SCardGetStatusChange() occurs. * Doxygen: fix different documentation issues * SCARD_SCOPE_GLOBAL is now defined in a public header (even if never used) * Enable Trace and Profile features using compiler flags and without modifying the source code * Some other minor improvements and bug corrections- Updated to version 1.8.15 * Add support of remove and/or customize PC/SC reader names using PCSCLITE_FILTER_IGNORE_READER_NAMES and PCSCLITE_FILTER_EXTEND_READER_NAMES * Some other minor improvements and bug corrections- Don't enable polkit for 13.1 and SLE12. There are no policy defaults defined yet (bsc#941721#c7).- Updated to version 1.8.14 * Threading: lock the PC/SC context in a safe way * Threading: lock the card context in a safe way * SCardGetStatusChange(): fix card movement rare bug * Use asprintf(3) instead of strlcat(3) and strlcpy(3) * Allow to use pcscd in a remote session (polkit issue) * Some other minor improvements and bug corrections- Cleanup with the spec-cleaner - Reduce some conditionals - Fix few rpmlint warnings - Add Requires on libpcs1 for main package wrt bnc#782368- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- Updated to version 1.8.13 * fix a systemd + libudev hotplug bug introduced in version 1.8.12 The list of readers was not (yet) available just after the start of pcscd * Make the license more 3-clause BSD like * Fix a rare race condition in the (non default) libusb hotplug * Some other minor improvements and bug corrections - use a few more conditionals for recent systemd changes- Fix systemd integration and socket activation (boo#900115): * fix quoting in systemd-service.patch * add missing systemd service preset - Drop obsolete upgrade protection in %pre.- fixed sysconfig fillup/sbin/ldconfig/sbin/ldconfiglamb53 15896509951.8.24-lp152.2.61.8.24-lp152.2.6libpcscspy.so.0libpcscspy.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.opensuse.org/openSUSE:Leap:15.2/standard/0e32d0f2cf2f7f568bab050e338d510e-pcsc-litecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=67ee66360cc1bb045623919b79ea7775319161ed, strippedPRRRRRR.xD,rgҝutf-8f29cd25d59b90cc525c34f187ea7bea11f5d0330c5c1354b681d62f11b3a5ce5?7zXZ !t/K] cr$x#+P**FGC_7ahK|A]kЇvxh«#grO;z0>MjB3V]1JK%乙_Hs1j7sѡaC^k|nF'-!._FH6mAל#G`0 [mfkzq>#YqEr_1xf< d"= V5n UmԺIARxdm `e 5`:'&qjg[\Ρh%緙mQkif M.NS4!5KxRFEiZ6,Qp\׎zL1*Lvo0cT6ʤp)G6 j~-Zy`dJ9l{^op7iS3s'P L('d&W Ľܨ\$_@%I t&Cg%TMI(.Ad́@'L¨bl`>)Rځq;Qf-fI2yc;De$Za"}7rr1c UMM\URJi[qq)A7~J0" Oyٺ") 6qt{{聚oOF PCy38!::LT%}"vT-eVPP3>!o~7@eg=!Uu8ZN |C aNP {F.$I|Q㨝@ME%UJda6r>O'LS Yؘ̨.R{J:[{ZlBA_\MC@z'f]:_-yCRWfCS<\m#Ն#e}L@,TI>š!W-K`LD.7ß.R !ΦPXZ |)iV ,r\φ6<[Pu~ݿSLp+Ap_G},L7-|s ؟ʐF:Zkj0`l. g:˟uɋvzNsU^8H!=TTNCr?VTG&Z 1"i01%Y䳅Χ)RջHgz#R2ºe6w\۹0wm|D4xί ]`Q3*E)a<iuުEZmx?e]WV"s\t)JvPxU:dd_}9𵆭~Mdك'<. C0/vl(F^Wu+x|z1i|DՕ F4q;~;!/e>H(I dѴ%s?W]vZ:?@#p9B(ErKA"RbFPk-4y>pbZ).iGZU0)i7.,ZcH,hWcfn^ºdaIX>-g 㭉VۂoXSNRR3$H'V~StNK|\q Ѡr%l@(#k2_?SFG6{1"FF! a!+| 4]U {1鹒meJ /^ {/IPg\%odo($r/HF΄+Wdœ :^jƶS;+ NŊUv:G '!Q7:?UHRsĺә뤧?^=,<'.4nDKC0 ȅWQ-h1;yT"xih=KS1uzTe:y 8u0S WѰҤ qyEd`gooZQ/t 8}m%f}!o| ObJаWy?v3L>;iS~ R1{I**EK5dG{MHڃSUhBD;mɂ)6\u;5I쬏V@Q%c>r0c] {fB \ (?ڋ"WÆb88r <yj0FTa 3_>k 6;W4C:=^ j҅{!|FXF]v/hr: WN[M"$;ɶ Ku{=.LnA[Jg(l#J/^eN3N׀(+ }I$Q^YΘ /{6уi1;<]vl(3FyDQu\l/Q884 "2l-Pe>ojenX2#R3VB!j;0)J B! Tݙv ,2.K/WͻVʅYxh==ƇK:D7u}`@Fkۓ@_I"a[KnhpCU kg,#~!0:+=,#F\Kq RlgˠTڙ޺:f#mwsZq3Fg[df#MZhޣ81ۊ@6&YnEQ7ŤgKV}UeyGѓڗMF1m4Z(qy*A>0>*5$DZԓhg"6[2κ(xtٓ !uF@5"Ɵ0;բn~t/gtNֿ|x[\q]}78FA}铦 (A&"ToV:r7 ٣%u#R0N{wFR2}U>ѨIEbSI1\ּҔh(_9 ⴄ J*(yE4d.V&tj끔-`xQV4Eڍxðqc>kp> RD5/$C2ytH'<jGʡV2@ON,{@q :LPɅ-Hf IJa =s8r?F9ړAq+MMV7 rb {R1?4t*CM-HY~o⍞,V@ %1=a@5U+\K"ET÷K Y [UiV>ʧqrVУ{uȋ[ B+doy=Y_֤I3Q:XG tnC_VJ!X8$Z)P)CEeXYH6ێ(%`W%!<*Cb%>"RQ`)PLRJ7`rآܵZ<a'W;߱Qu%yAM[&ՅpSe󔂃ffҿZ@\y`Oƚ%MKop׬Hf^2Q5"ށC=]Qzo zYgvMJ]䈕Tw -CȒpϷl]KlXRMF7R3\?|Mjkī[^2r 8TQSB3Sok zEuZf04 H!Ai8ɗwy 6,ۧFO%%IſMA4 N^HVi($35豕 P Ep(2+fn)!nبH~ 6׀2[Й(GnSOϔOS)q=b4K-CU[y·tHo%,SJ)*JzTdDy`T!Qhoj ɱRyIuJ^ۇSp\dh6eL}Z s3+1şÞh9;t.Vl8ԢDqԢYΤ_akl K庆&[≑px&f7\6ngj ezMw9:3;dC1倐nwp\/ewY/nV2OM.Z~C"&3u! 0Tq.svY]enjJ$J2|%l]h i'3_/ p"} sw."h%G_ a+񿎣&2y:5dR:X0&I =d!GK9!H#{)M$fSu"F*2b/M%8Ё:Gxyd9 b4v̼5BM;weye劻(2` QN-bUgY@n bY9ٝF-V*ܒ`([tLO\_]G3[ş>[`6(=c|ٝ擢^c.7>&vF:EV8Nb Xٝb7#8&=v]%keEk҅\>| vMڄP_uGH_gV XC˶գFma+ύ<]ׯ61۟8;b*6#)kQQ#D smŜ}-f0{b`H舉M:&4Y"YX:em8 \U zc -ZCef\:@}yl}["6b+ݏHýb-L8|T0x؂ԉGn8sc`p[-#sMmZ$4 B Iy??:WMKݬoअ,&NnI1x;@">+Vi f>k*v)K}\ Tϯ5f'zkr(N|[g3D)E;/N>fQMnWp`^M~OKBd=l][!^҇>JmaV60 %Q'0YS%p6W>9Ǵ)|󼴁Rx87Lk7H_KiҠ b _aZZpbA܏3IxS;~7b'X*&ABL.l ,NGH 0 ج˽+kmXv:w;DtC/-c%ޟ`u{T@C̑=to](e#(8˛wل!pU /vuض YZ