libpcsclite1-1.5.5-2.1>t  DH`pJȴ/=„Z %s[c LUnmUUc6;챲V)7_?ձA.'3o7.Lxre AQLAp[ eJ2/<([)C4 @w.szZ3ן 22\au 7hvwtB]eaM=co|/)FlwD BI~` OY /a˕%Oڿdktdbb392d6c33aad4933b377e59041f458f86e0b51sJȴ/=„eAEj Q!:j'+`sҿ0qq.J#l9<:xo{zlxibC,JœRAZu-"We$y`0dv3Cm 7N%2~CL>Q\Lw{k)cBjqBncҥU9[K5e [Q^ԏw8j|9ryjZgLvLY›:j@~e9PqqP)Dƕ#>7'B?'2d  1 'A Zk     $,h   (8 9X:|>%@%F%G%H%I%X%Y%\%]&^&*b&6c&d'e' f'l'z'"Clibpcsclite11.5.52.1PCS Smart Cards LibraryThe purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very small form factor for communication with smart cards and readers. PCSC Lite can be compiled directly for a desired reader driver or can be used to dynamically allocate/deallocate reader drivers at runtime (the default behavior). PCSC Lite uses the same winscard API as used in Windows(R). Security aware people should read the SECURITY file for possible vulnerabilities of pcsclite and how to fix them. For information on how to install drivers please read the DRIVERS file. Memory cards will be supported through the MCT specification, which is an APDU like manner sent normally through the SCardTransmit() function. This functionality is exercised in the driver. Authors: -------- David Corcoran Ludovic Rousseau Damien Sauveron Carlos Prados Antti Tapaninen Jȍbuild13openSUSE 11.2openSUSEBSD 3-clause (or similar)http://bugs.opensuse.orgSystem/Librarieshttp://pcsclite.alioth.debian.org/linuxx86_64JȆJȇ98da0bb0d40663735ce046ea41afe4d3libpcsclite.so.1.0.0rootrootrootrootpcsc-lite-1.5.5-2.1.src.rpmlibpcsclite.so.1()(64bit)libpcsclite1libpcsclite1(x86-64)  @@@@@@@@ /sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1JzJ'@J+@I@I1IcGHǶH@G@GG0W@FuFFJ@E@EѨ@EEDq@sbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czlnussel@suse.dero@suse.desbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czolh@suse.depgajdos@suse.czsbrabec@suse.czsbrabec@suse.czanosek@suse.czstark@suse.de- Updated to version 1.5.3: * add the reader interface name if provided by the device * SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if SCARD_PROTOCOL_RAW is requested by unsupported * SCardConnect() and SCardReconnect(): set dwActiveProtocol to SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform to MSDN). * SCardControl(): correctly check for buffer overflow. * SCardGetStatusChange() works again. * detect buffer overflows if pcscd if used by a rogue client * force access rights on /var/run/pcscd to be sure it can be used by a libpcsclite client without privileges * create the PCSCLITE_EVENTS_DIR directory with the sticky bit so only root or the owner of the event files can remove them * if RFAddReader() fails with the libhal scheme then we try with the (old) libusb scheme. * give a higher priority to a specific driver over the CCID Class driver. * some other minor improvements and bug corrections - Fixed baselibs.conf.- Fixed permissions of /var/run/pcscd (bnc#466211).- Updated to version 1.5.3: * SCardEstablishContext(): check we do not reuse an already allocated hContext * pcsclite.h: add missing SCARD_E_* and SCARD_W_* return code. * reader.h: add PIN_PROPERTIES_STRUCTURE structure and FEATURE_IFD_PIN_PROPERTIES * remove powermgt_macosx.c since it is using APSL version 1.1 instead of the BSD-like licence (bnc#474818) * avoid a possible crash due to a race condition * change default log level from PCSC_LOG_INFO to PCSC_LOG_ERROR * CardDisconnect(): call RFUnlockAllSharing() instead of RFUnlockSharing() to release all nested locks. Visible in OpenSC "pkcs11-tool -I". * some other minor improvements and bug corrections - Fixed possible overflows (bnc#499734).- Updated to version 1.5.2: * SCardGetStatusChange(): return if the state of the reader changed since the previous call * SCardCancel() now works as expected * log TxBuffer and RxBuffer if the SCardControl() command failed * add a mutex to avoid a race condition * SCardGetStatusChange() may not return if the reader was removed * some other minor improvements and bug corrections - Start daemon by default (bnc#466430). - Ensure that Apple Public Source License Version 1.1 does not apply (bnc#474818).- Updated to version 1.5.1: * Fixed extended APDU of more than 2048 bytes * some other minor improvements and bug corrections * correctly handle up to PCSCLITE_MAX_READERS_CONTEXTS * SCardGetStatusChange() behavior change * SCardStatus(): support of SCARD_AUTOALLOCATE * SCardGetStatusChange() now uses asynchronous events * more and/or better documentation * SCardTransmit(): correctly pass the pioRecvPci parameter * SCardConnect() and SCardReconnect(): correct a race condition * pcscd logs the command name sent by the application * some other minor improvements and bug corrections - Split according to shared library packaging rules (bnc#466430#c5). - Removed obsolete udev rules. - Install init script based on upstream one (bnc#467255). - Removed upgrade protection for <= SLE9.- Do not call autoreconf for SLE10.- Updated to version 1.4.102: * pcscd -v now displays enabled features * add support of SCARD_AUTOALLOCATE in SCardListReaders(), SCardListReaderGroups() and SCardGetAttrib * add SCardFreeMemory() * try to use the reader polling thread also for the other slots on a multi-slots reader * solve a possible crash with SCardCancel() in multithreading environment * SCardConnect(), SCardReconnect(): do not check the parameter dwPreferredProtocols if dwShareMode == SCARD_SHARE_DIRECT * better support of driver termination (when pcscd exits) * kill the driver polling thread only if the driver supports it. * support for fork(). Handles are now invalid in the child process. * SCardStatus() returns SCARD_W_REMOVED_CARD instead of SCARD_W_RESET_CARD when a card has been removed and inserted * some other minor improvements and bug corrections- remove resmgr from BuildRequires- added baselibs.conf file to build xxbit packages for multilib support- Updated to version 1.4.100: * add libhal support to avoid polling the USB bus. * improve performances. * SCardListReaders(): returns SCARD_E_NO_READERS_AVAILABLE when no reader are available. * add support of TAG_IFD_POLLING_THREAD to use an asynchronous card movements detection instead of an active polling. * CardCheckDaemonAvailability(): lower the priority of the log message in case of "PCSC Not Running" or "PCSC restarted" so that nothing is logged by default. * default log level is PCSC_LOG_CRITICAL+1 so that NO log is sent to stderr by default. * Document more details about deviceName argument of IFDHCreateChannelByName() * add support of mix 32/64 bits platforms. * increase MAX_READERNAME from 52 to 100 * default ipcdir is /var/run/pcscd instead of /var/run so the directory can be shared locally between 32/64 bits systems on chroots * display time delta between two lines of logs when printed to stderr * return EXIT_SUCCESS (instead of EXIT_SUCCESS) if parsing /etc/reader.conf fails. * performance improvement when powering a card after insertion * some other minor improvements and bug corrections * do not call a Log function in a signal handler and do hotplug synchronously. * some other minor improvements and bug corrections- Added necessary udev rule (#337666).- Applied Jacob Berkman's patch for 32-64-bit interoperability.- Updated to version 1.4.3: * see ChangeLog for complete list of changes- Buildrequires libusb -> libusb-devel- fixed 'warning: array subscript is above array bounds' (#239174)- Updated to version 1.3.3: * Added -H --hotplug argument. * Added support for IFD_GENERATE_HOTPLUG bit in driver Info.plist ifdCapabilities. * SCardConnect() & SCardDisconnect(): Wait until any transaction finishes before going on. * Removed tools installifd and formaticc. * SCardControl(): do not limit cbSendLength to MAX_BUFFER_SIZE. * implement SCardIsValidContext() PC/SC call. * Other API changes and improvements. - Spec file cleanup. - Moved testpcsc to /usr/sbin.- pcsclite.so moved to the main package (#235773).- update to version 1.3.2 * add support of extended APDU in the standard configuration and in a backward compatible way: pcscd 1.3.2 can be used with libpcsclite <= 1.3.2 * define MAX_BUFFER_SIZE_EXTENDED as the maximal size allowed for a extended APDU (64KB) * LPCTSTR and LPTSTR types are deprecated. Use LPCSTR and LPSTR instead * Dual licence src/error.c so it can be used bu OpenSC. It is now BSD-like, see the COPYING file and GNU Lesser General Licence 2.1 or (at your option) any later version * document that the 4 bytes field value in PCSC_TLV_STRUCTURE is always in big endian as documented in PCSC v2 part 10 ch 2.2 page 2. You can use ntohl() to convert the value. * some other minor improvements and bug corrections - fixed compiler warning: subscript out of range [#204770] (overflow.patch)- update to version 1.3.1 * use fprintf(stderr,) instead of syslog(3) to log messages from libpcsclite * use PCSCLITE_DEBUG to activate the debug messages in libpcsclite * add the reader serial number in the reader name only if ADD_SERIAL_NUMBER is defined/sbin/ldconfig/sbin/ldconfigbuild13 1255983245##1.5.5-2.11.5.5-2.1libpcsclite.so.1libpcsclite.so.1.0.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/66f7e41f2451ea4f621be557306afc19-pcsc-litecpiolzma2x86_64-suse-linuxªӁ-{hο?] b2s>]*.bnl}r6nڳt k+iuye긾Zn,EUS.!G75/#qT{0ێYaz\) TXP/&UJhRaYI#q3dcMIF/hv\" Z͝B8TuңDꑇ>yRٸNIH%,Cplxۅ׃l갳{lv_)f.[ܨ4ʯ%?/dy6}\Du'o *`?"O/p|XfZ6R Uvюq WwҪtd#E2JnkQ.CI~,R>=V 2\ŕDܝ+(C,PY-TaX&`q,ӥrJcJ '/~Aǘގ5"7#^|M5ẅ́FEO/oaE)\^LQ0**L%x7ƒ *X'D!|o'4f+Zi~ x|KȂeb2jF{Űzf&Z9 ӂO4ϒx=Qd:j D,diAQM@g[vUS&3O$vˍ}ӱn!IN]dH}nẁ{+D$]|jK&9Pk/_0c?%#.eeq{rqf\qئMhX0X!mq:1UEw2\@Ձ L:;bگE,))q,@ݵ qB@q7-Zj!D'ـ*{6X޽=pmZ>Z3+ynpg|ɯyqi|0}OIɆ`c/1sn\Ʃq=%H^?ْ:3aܱؒ*0 NwdHSƗm9݌ 5++aC+Ra2!VA`B\p?z}@M D}+40_;<}wD/ }N݅\m4hl*Io$]ZTB,e V0Gnr^Gn `űSCʤq حvgG8(Ĉ*Csn"Q9<-ӎg yM|Sw!.t3n5cO7IlmdDm -/YDz{Y7E $|ZUL5E1tlo2v.bk-C_crp_6=Yݧnk-N[QzdwfB735+VǺQ*;}?I`k%^Pʏ& wva'nGQi4m$7i+ y,_\HO dc|_$I7sT+P USohČ~zwVϸfߘFP#}bA(5{cW/d{)C LGLSW/4pO] º,U:dje\rOV?@udN]x6 ЏT>IJwE'k-4sa$&ޢ&̅oa5N7.B[$fC3zwnw<sQMb 3p AnzrKevZ |+~7v0Z*~nw"[[){05] ))zHI6B#뛣_ϳ2Y| cՓ1y^,]`؄p?nG%,m?b̻+lDODqJtΧhIFnGD2pcruH3D{T`m+{ @FI"ptRNa=k 0r?e{*28F'ȟ|:]ǙeP}$\K17]ek5-V g*PxAj9 0#>Q"?Pݕ :0u2z nꮾ6 HִuCM07b93F;%[uX0 |aʺ^ lakX%&Jyx=y!?[$\!}K/T)GuȌ\SbIcGv(O4bo} S}kJxe'LEcPӃ[I)ѼTOt;Jű 4.aIrݓdK₰nYZk8ZdY]x|d$C-U.]4_(Cp^Vz:;ej"2 [@o\Ai`mW~)SlC|&k*ˊbtYYen5 ĩ?"̓ Dֻ) GJMc%ԥR2# ?AI3ׂA\Q8M^;YƉYc#6Zr1hQ0&ƔGXU2Q9^ n c:?nfR%@odӓx~?dO:7uC2D}6?Zb̄H"Fܤa=m$ޚa0xvG427Xz2RxU[ L؎y;(:㗈lz\[F5xLbFlIckz1LHB˴`&gۂTr H8OY&]`)!Nj8O92iߜj ~d40qE6n4* D7ŪA򾣖q\%;)7٢暃m.I_*S?Z} j؆H;@1&7\"InjHZ#/3&"cs/<sJvAyҩPm*D@Rmm2(cV, 䘜ѱ >fQR m[H81f N)Y+NP.zSΎp7^R ~C@i0HBoi2k^Uo@4ܚ]9StR<h p h+&_+|lS[Vɟ6ug>ΚkOkp&  ІݔhW1 S?ϣSCNicOaIHʮEWsLqi\F+>an{}L F["6%dq_4o_[\.FW32Om~ZN{F"A5DpRp#0SC ]a-2B? $Ky_G ^ >G"%e(%Oywhw#!LH3 TOO%rѐ2J: M"Ouj㲫E0_,TGV$+#0tk񂰻C*= 8Ѧ;_uF'ښAޤZJ iD?F,% !JW#0ȏ < BJu~rfDNie'lƓBb7_ bUQ/$9q'7KS AYo-X2~M?}Oj ;饺WhWIO@ e+9'$\_8%yYlKa `m-Dyt-\+)}]۽u/s_c}m0³BJgJcpxm-Իa*ۮ^I{$?k3oei %un-_z[IMXYi#U9y%`tY`n#=3kZ|V0 L^_Sƍxnq 4c>w&wݘ)38xSF$Ftsܨ T,(0m*B*7+$8pvz. ӟx`༑>@[s[/^|!Wi`YXMO)C'$⢤s|4U]E6SLgv, d P7*׊?Oo@%L hl)OSRDŽ7j 8zʧ/ 1sCwh*?V IbvF9=]m]騉b#CTmZXatPء 9!zXpZIo21Ar5 툼u6ڧ9)[FQ\hV+ߥ\k +w8X;I-M=Ūi`S;0N F%;TNN1 >HLԭP+=5+w؋\4؅Ky0̌ 4q@<Ƌ[t3c"0W"I3MJ-A3DgSixJJ˃KSc3 bV(ɼrE Z&LrL,Y$/^;&Pު9uvi=՚5Mﺨ܆˷* Ge͒vLDN!T._ m i07bfzHH:~a;._ crQ%&xldħre"`48*CpD:Êm.i+_]۹Hv8Wv'|9&h9蜞̐V1҃A}..}MVPtv=%_*6S}.kYоX?RZO?Uy(F"7 4?*Q7C_F,CGYf;if_.Bl!PqqR)|&gf:upYfj\o::.J# `ZdL#9jc#~UA"=xccnE [B^28zF 82hėq.|~u]<9ҷ_W%1Klp?$7\/XiKҥ>2W(T{ڣt6!N=|%mcdzm=\m*~qVۙt1M#OWxT[mHdZ$0!ky%VR^1 1wCM#a ;zj[-VU<]@CK_qM`O(w' <ϼ4Oi 1hG |h9VՉ*wY( Mny ˜P qʥ~YӍ}7YSg-r>,¢(au [CC; r5^fu{NG ڙ)W-DWUUGDn Şo$쓫4̅G#F hq {\y4Ӹ/Z*vV[ߨ :m cڌh%񩷱B*:|0'&CUm/cA1Bj^xfW|+T,>XTZ50_G4TfZkoSxiLIG /[HtoUn8];*Ea7 Bj'P!hz/LK0*۝b{؜G kؤ&h' I &z7sbN,/ g|Jm%R_&rmM6|nBL.DN+&?P,d9_.`O-x^JDDS&.P [: `zUMfȴxem:}XrM &I=Un/ەDtkK~Ydrz<@p-(Im=hcՙ` h09qmG=I 5sj'_tuǦ&&ݏiS@yB)C5W1ą2c³wv)Do,.1jjK3NB˺x5]=\anf9^]=vV񾃻Ⱦ`|vYvJN|n C`o;&1 ^yP016*C6"CGXnH ֙Tf7))FMnne|0T8U[hee,W{Eafk-m!Q&\yO%k^I(P!s|MAr" et)@B~+XDtڌuKAڀ#FT˚K&ud}߇)KB8yGM6%:dU&N+n,xSʙlɡɽ7%όA +'{a.SJMooc2 0S7i𷴾h C)IvZgMTHh/0:LS:c$u8#*҇4 %^bXt5HdVn@О<_@Sɵ j o{pv^A _sorpY@T*Ieԩ?"$LưnGIf/Oy#t& UcH@])Ga/|5(ڀ̕tsDx|[;>F ųqz?e_l(as%2k{Yfq nbc~al8G%LnIׄD] Nkg(6ܺDBUa@+ܧh 4 N~Wy>Qp'c4|s v.0l33;H.{?ǏuJWV_i<|LZzm>4#q~Kp`cf4CVK-0tAJ$:v7;w|-^+uϸ߷h‰t l&-8Y% Gmbnh;Ad+o(y,8)SKdEAMB@]#IUp@2KIm@_k{kVcWۇW>\.JTDbݳLBKQ; 6#U_e 4ypD1 PRqx<'ԫ0.;Vq+)]6#4/&fN|k^'yNf2+:܍1,K,-'$.Tڕ؉l!kyB6X<գ%\50P>8:RtwkҖ+au[sC41bXCj *F~>}c"0|Z m{'Ҫ׷lwżt.bR88|v]I)j̣;K؁U:Z۵x_{N8-V&XDt Vh]F t1z=̫c8q4S+[`*r kUsU ]rEn۷q\K> >8*aw\u %3,WS174-\ЀuN?JH~>;v?af3m<v׫|-[42xY3AelRo`۶BϐG8]\ɨ"U)VʺO*61۝W5zr ~S(nV~edVv%[ XJbP›Nuzsi L g?GS?f"WEN[ZK T?M{.6JPb@O2q'5S]Ey@7kQk~hTyN>}_ ~4hr[V+leg3(rs&#pN3l Mr΅U8Z$ Ly&g2 \?+.Zv@O͚.DE 0YoS M~xdO#5znȪ( 3tХ^c+qGmy |zHNb*~A!BǙV W~ovzZK-fެ!fxcnb rs! ԥ1>B͘_W Ԉ+hU6knAg#؉w_d>8GF1IJۿN[vsi,ߟܙm$Lt"`ƈj1=FP@ge xUL2!H?&a46.h&ūO& >31ӊЩ)̾սZ-QqmodTa.~ Y;ql\ݑQc.nX" 10|͟g:qjF4Nuo5zW:ScpGL7q~ETagΐkIXp}"H6X ?q=FWnMwPZ?ccu;u Tge]/LLamW7Kc=#:╒mʑ|Pka֌:UgP,)ъag8OPlgaoڸLHGb?q4Fd2_cpϑ5䓜! )vOYEYwZݪuX?puyRhL eu=QHqm0_3UulQuo"5JedFŔ=~DL"o mq6K8r{r!نQRSo: gð.n}B^A ĢnW1Hǡ4+O!>XAh4ԗ x4|bA# YW̨ĥ6gaiM -KOy 6AT8T*S`{TZ̬@ X9UU4q,$:>Y5I2!#诸0G ,\Dܑab>=`)+[6]`yf#5f'|.q/›fe`/c|J?<vg0^+'-0~APBUb>.@fo"2$ pcÏԼ!%-A$Sktۓ d V=soy+Zm]V} M5<4%/t.'"mbO "`YcXp޾#u=9?`hXګoH E%B&Y]5ON߀dG"(:X(g* A&Xv@#!OM?I:5%<3sҥV Bhжz뎱&e7bb>Y9WN )gR0񲘦?8qAӏ7 vI0QH+>X<BiiΘƓS#QMgʹfmT(c]bQ19ζlFc͓Y6Tw$ 薨LZj8H:")I̢ͪS?C 8gK~ rlr>{r&e>AA`h/U/fd찷jk Wxg$D.^F,:T"jgtg toRif)u%q`L4J@ľDkb`l7e꣒EaS9."j +VV,0yJZWДL"geQONvRybpËO{n{e)^KR:L q61b9uSriP&x t:5 Ię C; & ֋ߛ SjvVyh/`Rv` vBs E9x%#T}S(jpf-b RRUM2퉐[{cg笗oAų$/hUE%{5ĎWoSI>OR\6oϔ>$$rق% &7Wn3㍂ehaThKY ܛg@#T9h$ |QI(&Nb%Mk#͎ƚ{1p脑/!9Ě9a@ߍ4]p]^Ft#1{m'Mad~>krHbtq;g&g⤳3G HI?0B4l$h_QM/Wu\0ŗzOtۅu*J@|nDZv'J$3\lՖF!WT}遍_AxRaBZ* \ekvowz.ހ9Tϋs&4?1᫷mcR5ϖqne.!1@>c}/TN-bJz¢^uv2k~-U켿hF'<H^114fz%W+ SUXCrG9LVSNu|:h-Lu0?y$q;@4gYeY3ri`T-N( nl.{|Z6`!l#,mAB*kET8'cD1mދ9m;~"%fY:=)e7D$y"ep6x[LYs"\?oI{ypm'&f'g/ *l^K<jj+#oCqKLK o^#OGD@DU,TM]{JHvX M/w?5k%OKe\^$idʮ"qvoou !g\ zvv:pd,8Z;IfgUǓ25Asœ=@pY{QTߜщ̇ ]9` RjN)1 cCE:*-iF`{h9CATg +h$1F-xk!y_ͻwU'rYYrjРb)8|TUhcmv@DI},]s$W hOJ,r\QL=>?}70^@'t9Տa7Vw\}SȨҥ ATՇ4 .ʡf }k6v{jO[?fs)Y$ ꕐX!ZR5 ZH/S* t1A:p^PJD P&^jK!tOGzmU!XI?z&2όxv'3yw~6/0JiWvC8ÇsA%P8W wLڟU#}nvѩ2D8եZ$=+j?.JLj^u(^4ZWK4C̗EPzjƿ-oLJ}#^Qޗ.˹Žqu2Q0N|:D~ߍk pڅI܌9%]'MηqdY3-KYL fHuqK9vQ!4`uUIl qo:D =842H)#-&Y 0I8P.[v /H*nIKno:m^**-6`C g_ @,A$~K7s;" &a e 5Yw:];œ~[ulkcVN)e1T}i0,Yd])0koIow9y!!ڒV9