libpcsclite1-1.8.8-2.1.1>t 4 DpQ2/=„!QQ npF@Y#Ϊݏax@/KbD(hkq 'Y40U5nu18@ w[IajQ9ၢ5p05"WC8 I-N  ľY \% k`Qhzl3o'1mB-Sha8],{k}ybb9o/ &-\^wd bi쓳Jnw5@RhާDgS_#;2($mӉQ2/=„V03+Jgx6NH<`NIHF,H߈Fqx ;Df_'RK/´Vr&(cM %a)7#0RbF[6x^G?#H}0=pD:[3?ch,q7KJ3Z|D.r}W &Si_#E8K&h'w~4W~>x:5~|5!cF<3CRzUũ:k 4da1ddffe400ecd63ce7cb71c186cc8289351579t>?'t?'dd  3 $,0>GT m~     <D'(H8P9:>$@$F$G%H%I%X%Y% \%<]%D^%jb%vc%d&De&If&Nl&Pu&dv&lw'x'y' z'@'P'Z'`Clibpcsclite11.8.82.1.1PCSC Smart Card 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.Qbuild27openSUSE 12.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://pcsclite.alioth.debian.org/linuxx86_64ȡQQecf1ac92b7fbfbab325d4465bf294059libpcsclite.so.1.0.0rootrootrootrootpcsc-lite-1.8.8-2.1.1.src.rpmlibpcsclite.so.1()(64bit)libpcsclite1libpcsclite1(x86-64)@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2P@P[PPP@P@@POOu@ONU@Nσ@Nǚ@NRDNP@N*N@M@MӴM@MM@MtM*K'z@JzJ'@J+@I@wr@rosenauer.orgsbrabec@suse.czsbrabec@suse.czwr@rosenauer.orgaj@suse.dewr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgsbrabec@suse.czwr@rosenauer.orgwr@rosenauer.orgbruno@ioda-net.chbruno@ioda-net.chwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgcoolo@novell.comsbrabec@suse.czjengelh@medozas.desbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.cz- Updated to version 1.8.8 * /etc/reader.conf: handle FRIENDLYNAME with no " delimiters (serial readers) * Info.plist: Correctly handle reader names containing & (USB readers)- Verify GPG signature. - Fixes for SLE10.- Fix path to nologin in useradd (bnc#796242).- Updated to version 1.8.7 * Fix a problem when a reader is unplugged (and the reader is still in use)- Fix useradd/groupadd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- Updated to version 1.8.6 * Fix a problem when only serial drivers are used (no hotplug/USB driver) * increase log buffer size from 160 to 2048. Some "long" log lines where truncated. * Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is started as a daemon (default) * Some other minor improvements and bug corrections- Updated to version 1.8.5 * Fix crash when a reader is unplugged while pcscd is in the middle of a PC/SC function * SCardBeginTransaction(): fix a bug introduced in version 1.8.4 related to sharing * Some other minor improvements and bug corrections- Updated to version 1.8.4 * Add [ and ] in the list of accepted characters for a reader name * truncates the reader name if it is too long instead of rejecting the reader * The restriction to have to call SCardEstablishContext() in each thread has been removed. Threads could now share a PC/SC context. * Update IFDHandler API Doxygen regarding the "libusb-1.0" naming scheme * Some other minor improvements and bug corrections- Updated to version 1.8.3 * ignore directories and hidden (.*) files when parsing a configuration directory (like /etc/reader.conf.d/) * fix a bug in PC/SC spy tool when loading of the real library fails * add PCSCv2_PART10_PROPERTY_dwMaxAPDUDataSize, PCSCv2_PART10_PROPERTY_wIdVendor, PCSCv2_PART10_PROPERTY_wIdProduct from PC/SC v2 part 10 release 2.02.09 * Some other minor improvements and bug corrections- Updated to version 1.8.2 * rename pcsc-spy.py to pcsc-spy * pcsc-spy.1 manpage * fix a bug with a multi-slot reader * Info.plist parser: avoid a buffer read overflow in & management - moved internal changelogs to devel package- Move libpcsclite.so file to the main package (bnc#732911).- Updated to version 1.8.1 * added missing files in source archive- Updated to version 1.8.0: * PC/SC spy tool * Support systemd socket activation (the auto start of pcscd from the library has been removed. Use systemd instead) * SCardGetStatusChange(): check all the readers are already known and return SCARD_E_UNKNOWN_READER if a reader name is not present. * SCardEstablishContext(): Invalidate all the handles in the son after a fork * Add define of FEATURE_EXECUTE_PACE from PCSC v2 Part 10 Amendment 1 2011-06-03 * Fix some memory leaks repoted by Coverity * Some other minor improvements and bug corrections - enabled usage of systemd init for 12.1 and newer - add libtool as buildrequire to avoid implicit dependency- Readd if structure to support older versions like evergreen & SLES 11- Fixed runlevel, hal, and /var/lock/subsys- Updated to version 1.7.4 * fix regression in 1.7.3: T=1 cards were not working- Updated to version 1.7.3: * hotplug libudev: support libudev >= 171 * hotplug libusb: Fix a memory leak * pcscd: exit immediately in case of SIGTERM (Closes Debian bug #620305 "pcscd slows down shutdown/restart") * Send logs to stdout instead of stderr * Add command line option -T, --color: force use of colored logs * Define g_rgSCardT?Pci as const structures to be more Windows like * log at level PCSC_LOG_DEBUG instead of PCSC_LOG_ERROR to avoid filling the system log file * Remove the deprecated define FEATURE_MCT_READERDIRECT (replaced by FEATURE_MCT_READER_DIRECT) * some other minor improvements and bug corrections- allow the automatic power off feature- cleanup spec file and requires - moved libpcsclite1.so back to devel package- make startup more robust by checking status files (bnc#686674)- disable auto power off/on feature- Updated to version 1.7.2: * use libudev only on Linux and libusb elsewhere * Try to use a (CCID) class driver if a specific driver fails to use the reader. * add support of multi-interfaces readers with libusb * fix a problem with a multi-slots reader * some other minor improvements and bug corrections - cosmetic changes to init script output- fix syslog not being present in runlevel 4- Updated to version 1.6.6: * code and behavior improvements * many fixes * uses libusb-1.0 * two security fixes (bnc#609317, CVE-2010-0407, bnc#661000, CVE-2010-4531) * for more see ChangeLog - Disabled HAL support. - Create dedicated UID and GID "scard".- add baselibs.conf as a source- 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)./sbin/ldconfig/sbin/ldconfigbuild27 13592778541.8.8-2.1.11.8.8-2.1.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:12.3/standard/557b27982ceb416da81489d6a28b463e-pcsc-litecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x3b274746fc95d875b53c39d99530ece4f38f4246, strippeddirectory PRRRRRRRR R p"v'#Rka=)pcsc-lite1.8.8 ?] cr$x#CØ!|bRY۝:t83у$΅"ǧlԨV܄6MjzJOB|ZUpmVV\U/ΣO#P30jdʌL1aDvuO=]^[Uź\ן$ E-]3v. v 9w v_DP9.h`,iNmDSɷ LibUϼðA08WsѺIOɩy:BU<][ʋ:(%ZOc=54?. {yMB&AZL_ m~o|[EX C"N&@4CE穲EMf.¿Yt qT:>~;}xCiH\<'ܴyIh03V0 DQ,t)'Iue ^y?G?n[[ek ^*K|a˂{ћ"}UM8 > z#Z4WZDZ G²kO Ien67qVɔ=O$iJ!$Q EЊ BTg秈b@TﺦmP,#IZ*!bM+: ISM=L#& hKO ȅLplgӲ?nm NͣX(zcyZE8nd2/?>\"*MU=?M $jVQԇX|(EܩτZ|=; /MWwl"COq|Dg=3r['\(YjF5sIf`'BcF<)Qpj `FD)gJN_ݴ4_'L)Y7QR9xKRj/" WJ͇o#i=2=E%r~p&r9M2VH 7 0?fËo#ߛ>sL{uNfr++~BIS2 ]cj+FsڊR@SjKE$˙igS%2"q"thкs:赻>J&0}S*AsY&OwpiabD.ZK-uӿ3!M|W%TDkssx;(@ϥS-E~"*4UQ`}I0d 5 riB&&/su5=uR)m [\cGIyA,^,0pA$')vi+r"8)UߠydUZ _~IJ5h(zFP]Z H3~(fxͻhڹ1E\s_)غ`boM ]%+}Ķ`ѴwDWF"(,r2RW*--IfC73-V8mb;.tELe$pzUu''i Ľ&, 8P|0;,q(v lQ&Pm6A2Hc/#9Łwws@>z_v:_t}s)".Wtf{Fi=ٵfAl֫5Re_|,&٭G􍨪չtiN Uz1%{Ē+ȩL沐|'c$-SF(Ldsz8lr8BPd{V8[њ\} 1Hdڋ| *&JpVHYVc}#,"kh.߶%w"Mo휴c%UTTD?W $vW&in}41-[36skT`;QUjtjLTȆ@Q 2Uv8 ;iJ;sJlQ'.߅Z$HqZKƍ9m^<-Tw["nʅԁ|֛L̺p^F"hZ_lgMtO Qz:z?~oОDh0.ZoټrwNƪH k:[J]GZ0ߔAm6v9 G5-L'@/RӇ$"UJ?Ax<|:,"z{ |z 6x%>:3y+I8F,0(g1{0fy&4BfZoR"AeFia ֈ_S :&G_2`ENz=1a{M3G [MmA7mBdE% ~ KM,kLY/$48ȑa剃ۈkP]e DMe`fYyN?cJ\ 5'N-A%߷]R'+2dT?ýKAy`% M{󁚞E.-yB;+UOag=zK6pBhL)(\=tdg6dJ˲h#}2 ,=օmrUH $xdARAacҌu{N>*!:IFCP9f5?aHã#j*܈I[k AGձU~yDWV2( Osk#dj }?OX ,dz4`)Ҳl{*ѻjUd|d=Y sH>&ǾV.^u>NZC5o]ƵYM/}AMe~ɩR8d9lVѵ {1GNP_(Oz4uPFܓkr (?WS@k]0Z!@ww* 퀘/skm*a•kE܇/QUXX0ԩ#HAr^ Dv:*R %?>e]ܾɨ+ya@Y?Ns-fV`1{co\pin2uGj>b}?ƭ=x͢`FS0FBg . -"!sѻN=ĵ7]][mõ+(ZN17K$ Rq@lX̃b#V +(= nw̮}ئyvuy/QWgjZM97 M;|Fsgq%GN #qEc6e4v PbFg;4kĞ[By n}4dHUOkt.+l彇- @P ؅LoUt䡱Q > =i*Km̟AHUr}fNIX.i=.:خ̷-FE_ԛ/6=l$;+l}#D9lGyoq"y64+6 )Iߙ6E/* ΉiT7GhE؂*71쫢{sj@9c[H6I?YkbG wqƷk)&}ƞOZl̍b)g׾EPk4ռlo V쐀L_.#B3o赣# {i%IgMhi@bA劄g_O # MτZD'E (e.ľJs*C?v_)0;ɦhttB #3@<@R$tp;/o8 NEzZi u0+l+FƼ!$b)t[.Ol1Auq-߶w֬*Nc#۝IB`!H<Ơ}wx`FՀ=A1Lq^szޞң頹FJjhyJ#e);u"Z_׭ԱIQR_ 1مDlO Dрmd`ɴ X #p'9DwQ1tcyXt|S@B$4)^R pgXft?N_q'eha0c)SKSGan+]ve9IXLxD&NR BVMt/C';9k-Ê`@:SUlfXpRgS+QN<:RVM8ZRl˻r֡PE` ČGHpWp|^xHf9YTpkB߹-pmFF%q&*qW$^+4Z0 Zz[K rhN$><0s5fB>Q_i亁~s`38\i'u `#σ)êA`N;[0Dl`P6VZ܊CAw1cvЉKORjN o$_:zDe ΡSa˥k;sfN>2>Edw㎓60D/ߘ~m@2?:KPƵNu [v/| c*rnķ|pY 죗 饾brՏ#S,vs7@1n%V\n͓ lpJX^YSWATd'(eʾfXjuF|)u|NW˾*pFsHE ߪ#eK˚Wl퐇\C3:LB=;9@6 2^D[np Z94T5H԰2Sb<[i, Ə F34!#._l:0@AʲuܮөC_卷~A1vc]F d1"C <|6\w N'Dz 򀑇)ajS4(9"|'nya9o[ڟbgb{q B޵iU\m< Dռ4K򔴵~nR㋣lydd 7gyXPtćW )a4+6icDz[c~9 3FFh!(mQǑ7j% )x|~}K9}m>`u;σEVHAu^4Jǎ>y(jʮp#{-פ#VhVnC0HD AY >L6M6/M{BkmH dA*۾5#~ }ξ3陝tX֨tRq7TIʳjs}=E2,#:0_Rdxװ K5MOPRW 9q05%1}vvVV@ OO+g $9'Nc+h6:g*CaY ZӽZ wTI+V$s;HxniGFXJE5OPF&#il*1zݽ tJ=x؟;z1͙}lM:/d'Q"}aVKT'̟ͪ4f\k4gng ,mk*m/Bk!2МDNt'@ǦVBtXOa`v>B{hK xU pm^l{ȧ$4c6_M+U6Ӱ_ &/&q)WiFtGU%V~ng`C_r^!+s&Kͦ!%rnyLX& imL-aLT OUOq\p"3x<~ WKġYl]zGlj^6s=($%<\ /Ѥk0Px'Ċj0sT҂q#oң=}Fspo m\/r)P 6 Úq/1HT ,N5%-%Whv dW0馩,m۰k)'M236`>h3Mޛ1m6 ؍ȫN}aܳ&,@f}m:tDL2y{;*ߦ>=I6*Y_;1m*VXUhQ z*@}|pLJheٛGgB1n GhcE\.upe )K =?;]}s~:|sDҵ)Г!g AГ8g%yԕIHK@"~YbPpmmll|lB^ 'Qi! \w̳~@HS6h6R'-wvenHԺ,Og yܵBNHS+oA}t,4YJ#{JS *gvFȃLxi<x34k&Gk v I~(MUg`Ucp7&whMa=IȃW; E:ÝȈчvdNᴢ5ra!eҾqɢNL59c9j*>M~)D(z?yvG ",zQ~ cM뙀8KбP`LھmZ .EZ#?^KGOnAB+-nyySZ2tWPZ/xX~/ls]b/s$[B{M#pU8`믍*Y[m2Yp!O.Cw:N(Ԁ^ b.Dܲ Hi>Wn< 0٥ȹ/at[K X)"K+MCa;+Lլ8aDzGHn~1رYG0BG®`6G|P];A9oP7#JnqM\?R=[Y?P|WŠǵ-Qbd%%9T{$(VR 4xQ1+=]\57z  ŗJSbe9W,Q)ov!S'>v5la?2lH(߅To]O 9oS+3?@_# W:#&Kg.ΤU=cRa(QLi*0 QlOs]]rFiDy}2Y?em N`gP$;H(MN=7Ii*XpCc$WqӖA֐ZPf+Z79*$7Diy~zĤ ƒEy^g;4B32"idG^͡Gϻa dYy["EP~2 1VmEa!8PDV5sŹr+~S.c{ d΍K$WHR7skPHq&/UVv6=7s@MKe5vN5.ɩ}ħz30EʭX?&M$z'Ӊbv'siӛjʍw)K߿j8as%jK^{~Kl>}?=J[ TZog6–ܖ0ai<**>={6,d}=OFT,zNi7brwZ>y(vf( zcDBM-[0wWB&B7( %#+2P5\+T"* S֖\p' #_zэr#{I{\EFDzJ~]z7Ôwzv 5)@RzY2?pZo+e}ěX6R,(< SGr{DfsEH "fЛ/j,׉ ES^ }m>sY7=ϟsAԀ)~Dk^n0>sNH+xD!$gC'9})8 މ/1ɯSru|d.LzOgQwVۑ-I?d_ؤb8NFvg lK/ # H:+pme#@@<@tcPCX4lޘ KoK_dW ؑeu0iIOU jXT4c)Kg_O0`˺\WhѾ:.VR\<KW|1uă(^)9b2ugu LqH'dd&' 7 wNXMD{,qBZTQ8M`L_%cQCK-P<}"H} h#T>fv7C+qf DS]~pٞBr>ԁY. ~r坘ltfFJi6]H"@9(Zp^kG'd'ٯVv4v&دH>3C4P%~NPR~ŮWֹ"vFN ʣM~9hf{Yc'$Ӥ~ rb~S5xP _J1d <ot jmuy2EđQFM:(G]U2>@=4tڃpS sJQ2},@^ݩͶ gΩ`.ǛSZJxeM@v$z(ULCO2|Pqc_D4{nHVP.ls\\E{= Z/Q4B^6>!k; 2kP`S{~Zؠ1qfɜ%C9"E/cϾb噵ofLf\;;5U U뗻+M:.֛6JFB8WzΓi |3xX/mOFNmz g[ ״)TUƊʐ'|r ,`3VtA]:ߺ3ڜ5R-֚CaD]N tYVIK,,8ŚW4iȳ%3 MP\TRwKXW\=ۋJކa|[x2Ng{JXv.ͥ\k.&-CCL@aG֑;pk;C)TF|OkIz4}V4%iW$5,鮈(mtMd썢Sl͡u"LEC~8."֢,Hv$d'o!_UQQVwXP1@(j1ިap[L\YM#E]1? Nd(=VFex/~ U#Dcd}\8!mCkZCجWxh?CJjHOʮKGZsiZ8`v}L)R]`*RKRW_~OJ~>R-g\zjd80eV@6 w4;˝6Ȗ m=`5Yh BU7