pcsc-lite-devel-1.5.5-2.1>t  DH`pJȵ/=„ۘmBhi Fljm/w&D˿C߂jH9BCp2JԤx&Fa0K8b6O]ݘ.hΠZjGJwa 8Dii$P)#[o $eRK1(.4^ccM^/I]p?1B)մT,h[D?h|_~WiWق! tU)788ebeadfc42c57614d8911f1999425ee9034311R@Jȵ/=„Ap1+ w1mZ$~ЌE+FUL,ޱIE?Qc䁴Szwapr{SՉJ)[ n ][ 18I@ZTpڴ%ÿ[řj=$+V8Ë($ thM8McœL˨O _\B'r*o62ddJMBDp(WW~rYf~_4]N.S!(Y{-t>5&T?&Dd  Z  *MS\             - Zx M(k8t9:F#G$ H$0 I$T X$`Y$h\$| ]$ ^%b%Hc%d&e&f& l&"z&4Cpcsc-lite-devel1.5.52.1Development package for the MUSCLE project SmartCards libraryThis package contains the development files for pcsc-lite. It allows to compile plugins for the pcsc-lite package. Authors: -------- David Corcoran Ludovic Rousseau Damien Sauveron Carlos Prados Antti Tapaninen Jȍbuild13openSUSE 11.2openSUSEBSD 3-clause (or similar)http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://pcsclite.alioth.debian.org/linuxx86_64 l."2 A큤JȆJȆJȆJȆJȆJȆJȆJȆJȆ27d7c66f4cfdd83dab2cd4f7498afd5df81687693f64b35b71e359a1c42caa53a86e6145028cb9610f18923db29763bef5b55bf48667db7bd3fc5125abdee333bab3a2e4d360ec623e3d8daa235619cf4148b75438fc2df2ffd7be1f927c090dc833f6ed1acb73ff43a5f4a3be3801ed222852f903986f8e4a398865653c5452rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpcsc-lite-1.5.5-2.1.src.rpmpcsc-lite-develpcsc-lite-devel(x86-64)   pcsc-litepcsc-liteglibc-develrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)1.5.54.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 definedbuild13 1255983245#########1.5.5-2.11.5.5-2.1PCSCdebuglog.hifdhandler.hpcsclite.hreader.hwinscard.hwintypes.hlibpcsclite.lalibpcsclite.pc/usr/include//usr/include/PCSC//usr/lib64//usr/lib64/pkgconfig/-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>^v[e @b+`aʄ%3*jįu{UQ#Uqݦ?+Ii2ķ߫~(o;}B-׊ nZMʶz <(*E\OO:ީ"rSyg+G!|k'Xs w(\rx͚Bx$$}bCѾJ g`nlKԗv#—"#-`Ψ&k؊]}E=Se锊bOtȳXrrty8?Hjzy#"R`?j.EbA%_(~)Q4EqGƒ%bg^C $ {\6ńPBȍ&Ǘaʡh10LJ ɇ]0jl ҡ&:1utlĘχq^.'%^zECc{jʧdTZMa}ɴq5jf{7̎%[ f0uF%)]C8ߦfpP͝Y2&W-`h l' S0 zHX OHcTȭ_Էb=cfڙvjlEs*tb@HtIb53Qϊ6;焏٧h/WXټW5nuW \oP]M g+*DNӅL&,C2jY~GskbBwh,1ń=MLE\?%|m\wH`O' TCvJjэ yUbή}RfCzg-zNia:c $8Q1^A[@)'!񬖫~4a*I-{J*-;:;rw1EjީzB.kfrv r!zRh>U'"gf \WȡO^2]G!zRK+3vK)"1g> .=ҡBb+l7\m]j+0BF<+}L(o< Y 5cvS͐dHgG G 1 \>#Tq_SN ⢞7EgU6$6LaJRhrH+@uX ݝ.76V*ĻTVA;Bxb'"!*QʛK˅)iX/CFM2іyH틌c֩ 9te< TBU9&afi\[#s5-kc:us7oÙwlAb[Hj]e:i]dh"!"{Vm3:\"yn.Hu wMK+BMNɧAM-#ͬ50YS+К)\$M^ywvF?6Q5P-wJps'opLA"6kH#qL tWA"s]x(=@IV(`5O*Ϊ;lۏװ%V 3k ބ$EU11-zeHTxmGc-EH NF|`$"iWYrޠr9"{S-sz~:q"\t5+:C2pѤ9-]ZG, uj}-.NA(zFR!N>Pkx}1֗1|U^`1KI?"k@W?0UP!5&+Ԃ6 ` j2Ah'=Ra* Tm>v$u޼n{(F*`=.&BNI4I=사$bk|Y |͆DUꒂsZ 6_O8é{m2_/{v}=*Lݱ: ^nD3x1}4ho^pB̚~:ddU0QQZS٩Zeo >/S]ҋSk%-!2ҝZh<R=]}2REHkɽ2_Eb7I BpBt sx[;[Ă4ShoծXWIwy1jn;^t N\)g,nݠ߳2/l!COY(]r[(E4x|q笾.LFg|Lq;+Ch+靄7}8x^UKbU" Ѕ16?<%lu*GJ@z%SgEoXМ ks3aYs3 6 \mV:$cg+~93,uD)OU5Xœ{3KBcgW٠jE KC_67Bv NKNtrA R|7ƽjfxͅ߾t_6vd"$6qbaPl]=}?] J>{JLT=N3pk pԛښ&e{$+LY7}JVJ+y7Jh}ddRru3v>y"KOGW;_O7w5`5j|DC71E7vDMĸ~]wM9`Vf!X?åN劭`P$ 9 2w ,"tUGw靜Qb*njP=kGu3q9MuJ/Xӣz䛌葐i=#J SCc0LOr4&4E(l`?NHd\!^3?W涡cvuD1Qg 2efI'$aQj[j?@l]ҡrlM<"MSV o? ,ǐQ0MPZSK?IyisXIN8cLRaV׷ W1Ui1]l7r({ Ǎ>qԽ lK *m6_z Gt#x)lJ`8iPعz3~RfetKg1Ah9HoPSh4ȟaiYߡ:CЊד̈́t_i:΃ly\Qnj8ϗcn 0i>+jC\7p SKμWk$ 3Xu8^hj orR7 ԙ{u_ndP m O/syV.ߌZt2͉c FjY"$e}>{A2U88`u<ȹ3L:<Z\`Bgw֙:a7u SDu~,pd'qKf ɞ|8zedǹvKh,h6ZlQֿ2]PxxAT͗\ry";w9kvJet9ml@а+ly1P;>%eŢ1Gvn,\$.}hf4[yz{cAUSO5~XXkȝ*ؒ{ЛJڂ{&YrԀLbSRg~ZK{@$8tv.CҠRnĥp`m!ʽg ?A L ʰ58! }4oj:MQqM~  u -ϱ-B% !矐 qP5vٟO@HkGO!RBﺼ@ڊ"vʫ3>r;x(-U$~twu9گoAmSY :Z7NK6ҷYt|Z>[d6`f.?$X7śs Z\L$lbOw[5-2wXj.nS5+ )7 ?R?֘:o#$Ocn?2?`b,L2~d Ej}IuoHX :;-yw5Qclh4vW*!4 #U_jj<-'EuR '$UT`/MQ4o8}̌(? pZ3k6m';rR g+̬C\P71 (l-A Vf^ziil싐WygR$ }ڱeiwdLe՞4I%/#cYG#$s{]7^tp- #rLI!WTdԁo'O>^f]f| jQȇ_e1?$y14u LnWH&^z,×"췾$ă/fQ؞偬b.$GL@he6-9 t~@2ج˭O`h$5[U^؂J-ʰe?>5owhy S$ӳķAtz,][9*g9p(@xP9V/Ehׇn%a&FYgeIꉯQf"pj!h>*ĉ.0q< >MjwΈǙZ5THOșɤ/Gr6sUŮVbMMP`X7]$c3hv^g N{jW?%&uw^6&H[Yܐ(J;yskxϋƳoj{6O68RDXtAk@ƱLS#!\bT/ɻB%: =,$rT!z"#3Zb\="*4oVnX.4 g_+GV؜!m&o FMꯇr䇼n+M:a+ۇ99d5yiek}LKLSF eh]|8( A5&DxjrwwA<}hPP8 wר/i_ صÄR[J]5R^"o`MUsqvoZojҌJ;er{;Hp]F VT.UyF?-{7yF/5ԟSU~9*:QXhm04vPh/2| C͹Hf8nܨC8U;[ {}>LvPKǖD5hԷK,wNhP$F4ב$ESkelLdž-$#Y RDxбS?q<jIRpr& U\K(fF2$.%.=Z^Zރe4 '90IngЂ-` 1uŘ\׵X̿1?JdtѡGm1Pq/.2m?;f^#)&Zk&aJMeF>'O\>D?V " Oȟ%ⵛ`~Y,2ċ]O3}SΜra;E`~t|Kƕ5)nnƘD:/l?vUHv<I8;[2O+u]ǧU > -OGfIq'=3[b?Ƭ)Xz'ӵ) ٛr έaC!vuW>ԥo,:RҸŹv"< S\Xs+4ֹ/E(+̅Jg`0JﯖȲ/4Jjk19T.g_ZX':6I(0АYT41|SNVo nQ\{[3, 5Fg~5n>Rp%>f|WJ44N0rJ`n{&.iJH!yxK n/UZeݨsb Q9d,Oل%*j/dFϷ%Ǽ6ROeo,U0 kOSuœ׭GKK-}>PX,-O .(KR=)ǒF&TZ5N9M/kY :_ߩxEiv0!ShJu/.xPↈR0l{.vg] ?D(D$@I `v5)޸k#}f 'cn#fr 6;*†i۰^-|~ Fd/Lw2t :4Ts|/''Q FCb,ϞU~hViTʼ‚SE!E%= QIߎȓ_g;=Rz}%ngFe_*7~(=kry'w&1OTxU,?${`CS^3:yS[3xZ\ dE(խw Kz"K>A05 B`=8a:(Ѱ+&oj6N;{3l7OV6&3׉G/1[)# N#aAX 򄠝g:Sc znaۑ""NɁ{C"́sfbnތ#tJM9hefM b+}G_!L[借U ҟ=4=D(AByΠ V)_?nǓk1r*} *x:&!3!Vn+,AJߚ@;4%u@T( PKO)0.M6He_m)_hbHb}|!{˙\;΂})2S(J()=\}Mڢ{cK dv^JD)$ bʺ\"k^ubLe;f|?9r͢6L]~sEc[ y]`0`IZQIsXl"b6A^ȿ-8|~bMey؏Xiͣs 8gAP c -p\jHäYޢ& z4cy"4*RDR /!.5eFô3bDgPGv!p_t'@_2HCjgvD"6f>qWKy$+<9"&+~)TH,%NqҕW@Lp=Q77"`gÎ ݕVD"=f%Js>F/iK$P~aۺDSE74|@I^q{t!(#mY jAF?r[y5&jIZ=`v s::[oUZ8 k ;z7vv8fVO1خf-}-qYaK~,~%јyU2בJ>jЀʊ0NpjZcΝl)T[",$i%/!Sy(eP T ɠq.6& 9'N}:2iIt$JQbـ6;#,h(kP'X ),JEù;gZ`}L,Z7dP'1CEPjPʀSÕ29Џ-Tp̻_KFd@{ӻԹռ\QVvif=Y䀧pd;D +~L.!3@ݚjl#FzOWtGd>^_X9L굈Ut60POhM{1TfTMQ|l@?퀘[Bd@.9%ǵs&.\ĿմbeeprXtڱNql*6iYr {1'kˀEX<ިl~8b ]{~E)9o[Ry