libpcsclite1-32bit-1.5.5-2.1>t  DH`pJܥܸ/=„@|+_3QUSQP]/94k-{ڶ3>IYLIcni  ToR% YgX{W>ZVs@ATuOyB: mF9~Z3f?rϣ[˜;WY(a¹k;Ŏ l$&ts wiPi s*/.2@K5'G?'7d  7"+E ^o     8@ (0889:>%G%H%I%X%Y%\%]&^&*b&4c&d'e'f'#l'%Clibpcsclite1-32bit1.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ܥbuild31openSUSE 11.2openSUSEBSD 3-clause (or similar)http://bugs.opensuse.orgSystem/Librarieshttp://pcsclite.alioth.debian.org/linuxx86_64/sbin/ldconfigJܥJܥ5781d59bb8a2a242edef755f4a9a5494libpcsclite.so.1.0.0rootrootrootrootpcsc-lite-1.5.5-2.1.src.rpmlibpcsclite.so.1libpcsclite1-32bitlibpcsclite1-32bit(x86-32)  @@@@@@@@@@@@ /bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)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/bin/shXY1.5.5-2.11.5.5-2.1libpcsclite.so.1libpcsclite.so.1.0.0/usr/lib/-O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tablesobs://build.opensuse.org/openSUSE:11.2/standard/66f7e41f2451ea4f621be557306afc19-pcsc-litecpiolzma2x86_64-suse-linux?] b2qP|wjjeNE3O }f@B\d+v ]z73)n"26~Уi-~Lk 6I<"㣆h䰸07c "/64l/CQ #a!pz]Lc=x틩D5m ,ѳ5ۦXDJOd@g#7,'+0wѾ-2׿Xg-;B9>!ݢ9gvÈ&P&|I[}a;N]cUI+պUX p>85x}2@ hS\=׀ESdʛR y+N n|QB%VZ'mRPVŀ.ŧݝ0F;V3;k/Y%ؙbn7Ji1hkM2N r>VnNOvֆ7k$[wTB^Xglk-þRF׷{\N&\@^ j|W-ȖLC 8Q=Mrf3֞ob0Z+P<;;A Pk#/~AJ:C h%o7a0 -_?%\uNY?C6UCPxLhU$c}]{ c_A2̩8jK9,-X, -1 D\j.^X'a;o J[Yj0ul_(2Mz}lS&/ SRdش`]_#Қ #[>}Sa&ɗ|\\/Yn)XVɞ+e o SQFo`}`r9, ̞ch&p._9b}utիekX+k!.+:H1[-M}PVt)ȪoL8D :N/Skf"+mmDp Aihy-䱛$?V3qбv@޸SǔUc4{I/7}#ó'Q]4½Vh4B} 60l(L5lg'_ ̗& h2Sl,`€]9SCf[Lj=:ώXsƄt3x/K !Kդ TRwA @l/YMvj׃tRl븜M,)5J:, ~ߚZ"5]3Db}(*L_ֆB;&.ix=q V:ˋGn꾂)@CQWSg~BQ,TGXi0&Urn!11/~W hG,D/-Z`I{ h(wr"9,ؽIi_] ɺ:d=}-k~I;prj5oγ"!_UCTu'P&t AJqiwu&1r_5'Yo  >4R6V*]YJm0؂clG<#e`Ѓhl{NVQmӢ50B3@uAYAIfp/IƜ{N'-(A@ѣB.~\8?WuvRޑdaaisR!=|c뮏l+^0ݪ3Wx(z͸, Tv 9؁ݜM&Sqw1|;6YM~Dz.? e` ,W(@1VR!m>obc(F*pWΆ76BWpq["z\Licqߕj=F橝xeh+F%Iq~Hң2á,J9۵4Ҋˡ~{GJ K>{9mײ.[@W!-gޙwVW۶ - U0Osl;X! KTNüeSPm; ?^Ȑ=8A*}(KXp睻|BEX)#!v7eDdtgFʹsK8ر_ &KeϣkȖҎE㪽KCb0?NՈ8ޕHO< 89H X6Q}" Qϸu=\HV#iӾ\F!LF2ު1#>9hBh(ZG=g'B*sFlr*0Hmkݟhko;:-WGc )\s$0 ;PACn@j#l 6?w>&KT0]A(Ewwmn,t]tYV܉ˣ&2pOE"Rt)-.=l">IiCs 8-- ZMZ7 NT* -6܊q7:RE 6  %)Szi&UG<uM;,22|敻69G$uv6.Uz/KgPqOR)KU (r =_t[h/~7 9>G kd܊,9USbC6̣5kӄ cw/m*^f %8_3; r7FxA]+L4t_tp%Y/T"bp(>ݦbxͥ[IO:'wufسFBkl|=>|tcɂXW>FN?V UݱO>bg#X?7xG~??ӧy'=R+T}em# a3 iGC#rsWљZZP mash Uy2Ysn @N}-67}J Q2)B\[OKWXxQ"ʎ^pg&*E.&O0sbXAQdϕ#yn8w5_:aw|؝4PE GT+hI~0yoN{I'h3+ ڑ.Ri(ѥ #?U; teOi#j!3u5:_q a7?=4N(u(CAȊ*[e u/GEz .E;ƿG+z~1_ېĴNo@hgG/W|(-݅>e[`E,rT9 amԟڑ_aL) 4 aiطVl+0q9գ}eH(?J&8 Yr)m44I0N+_v ֧K*??qɒR4Hv$yܚ5"Ǣ'Z@eUXeP&8me=F -9{[fz3SE޹5wqE֞w~h/SBܿ-:U9ОVIsF[,DÂ鄂9>|L[1C"Pjkܞw N"FmNLQD_ULz>^vde9${;3J ()2K)kُtȡ9ĉE4}euE N?2lvR%!!x+bJ!=}n(e ?1*b}k9Bs鰌SS@#$ODDPf(6~D) L>7aJMi-o 8f^OCrÒ~K+Geт 0sݼN])HvVq0~kc0KBK 1*H̾u '%!İU`k: 3f3"%20ö='L*?'P(xrێ0M}h +tf;>H-b5NV5$4 F-Dz%<T \k G$CUޱNOm.h._6毫}apK(zGVd|"Bܙ}NF)w—İx4HBDn@`9zjjLڬ4WTTM xzsT#qSsB&GY\E"8>1$X}FZ7H׷8OgoMfW솑kk?"FH B ' D?Z Hz(dAk;R,MWn&:*lamEEd%ʵ0|?=9vݙaVt&J1L'sq5ݮRYRhi#{!KRPP=!.f0GlBbe1 S\,9ltn*&73{]HS8^)Lop1ן)*ս 70\x25-d3$rTj:tSDVi_˧{W Ҁi Vc^/2G;Ep2~fRMӲg($O(b%@eD",]d,âԬ#*]S y!W ,};@4r cWxUtXn'R)CCS#Xn[47v;"dQ*ŋn'B3AmaK@8|GP*"xW}'/0 x#h?Bp+.s{ }$m;f$ y'=t]=6jݚwsa:*ϱ.hsVs0Zfp-%LV8 jY RĮ4(Rr@ Yt#}8VyP]]կ-UjH-1TCםʩ=wZ{߲ZG++/S3:d[qǴ3^` a/kvJ//6B9?4z( j#krr#os P Du\Iwy'?S!UDwƗPtc*k[s*MnBe_DXyiⓚi :N2uv̐-eSSsEȻ0zHHi>N[v U!S3p34*heRv xijgxkaGg]9uRIB~A\~x=pmβ/*.)t*/]bFfZAIdS_2t,I]i6.Fto6TNUŹƳo{' U^;Et[XOF;\r}J AluL@W9y^|!Igru/M*v1!Csξ0 Ksu`'=SNO%t7A(Ŕakde/!|OByEt|g5򧙶5Ch}=+‹gR58+0薗 )h3\[q&4  p۹:u=IF,WO% 04Ӣ)QRzl.փb&7.kh,AƈCMu{Ua|6; MP'{Nzvk7ul/Ȓ{xĮv6{<kֶ Ꝋr!ʫ_wko07/}@۪߳OEoA У5{EBEp :o@KgC0, S?A+ȒEȸIIS0%6{bcXr-C&;7?:idczޭA k՝mɑ2Nh^ۦROcG5 39Է~$1 i], N% X?YVS<.b>y:)koA{c({~r/lO-ʢ}myz (i]H VppJ,4JrYu94 laKWlTS+-_oFG_Lh/QK(0,;UoSJsEwS{b_ _p3įD0Өa'Hy1F/]4l';;A+xTMgǻ+{2{9u]ȨL,ĭ?~r"<-Tekm|i llqE]z &O !>~-ÎcP8Z؝D%sB-I7e[!(=<%3|ЁIRm}ĊEaz(SNcUI ܬڑz@\\0k O| 63GϰU'Xw>Utv'W:aVD.h YcK0gLX/CފS3&tXX!]37(ukq!~Maݶx* 1͊v1ɞ *Pl5 dsz\> Zȇ~QRi:^AfXXZ<ӄ~Y?sFNť h/+XHZ9_@4/gHKB@5c]{^. HTa]H΃63˝M*h\iZ8yC?iD{0UlU6ނSAG}QٵS%ʍql[eeZ"z/GK0NTCHw2Y γJr͔4y R7u5o2yAD>I2i<#,tKVL可JbD[B#ؐIfbIPbHz& Thr\V{1cbQ< BYސe٦dE1g^`,X+:/ѷg+WPro,19/I1:bVDMd>1[K%dI&`qxHB{;JG.% /èu,ׅcd]+- #f,%!I6o && F zu#! V< `女wԽqeOH-=S®9'iS򐎵O/1|h% $%=!o t*O /nP@0@r@԰8IkD*`R봚#__m"o~ 3nB^HCT≤ڵ<}$>3Υ)͏7(,uX0~}e5Kɤ}K9E9ZA)rTKC}dzT w N 3\iE8m\1y YuW+<گ3Zmr$\;y<ۃN⍳] ce|auiCU6Q%t;leR2cuK.|J"’{H|N7-y:ssEa}!uݒSJL4_Bu̶RYԬ[xQYD@ 8 tb{CbYi?֓(<-*.<ȂfåH mf7@PoՁoAѵstu;3(B Pčdr><ǗAu< ??^efACeQRC) 3fPJ4o켛"pnD{EY)':j!5H -K6%K=A( ~ۣA )eR)ŶUS;r0R`'J-M@V3$IסY/]KJ 0o!ι1 SMH`}}-ԣt#0Iv'pYN?LMy2Q3UN `Z5@@)L7Dued?EpN;pCmqX=[7 .J@Qٓ/ *!=`h}Yb&) IsK@݉LN_х~;9igf0 t(`xRHn&_։ˈ84_Jg Fyd9,_⒇9N1DZY%r|aϜD]ǿa%Rd.֐؍Zη 6R>RfHaVW RG8E,ONݏJ"UuQS71?y"9Mn=jjD: )< (8,?Y|pN O %a*g$͒fa P |V0C@9H!2!92 GQ:M7(v~]\Qfhw7 '#eh}ԞWVЕj9t2kPPyN+$[,ޠi쪚 sd}#I? |{ 6jbI4UP3.ňEEqLEQeQx _y1W L|9Ih#C 9k2Ff93` >Fu*F|ㄑ(imw7]'C=zo=@ >&xs?E)#pؤPc .x(ę<>NٴԵ7c%/'/y>`ԎLRnH]cІb> oCR\Mr8hQi@w .7mUDF]M.н(N /%X&AsD#嚀N/], TFO|3h4 {)/|sTweLS4K+,PndgZFs2%-MU #'EUj@M!`J̎IO-c vϛc!xHϗ>BݜP*~7E+`W]J-'E"ssT~7;4Ҍv>_kSq8E1=er2#ML9Aٝ/r)]Z1JTZx"ړǧ\˥ 3V>5r٣,1lc/Fɿ* !ʡA6ԉkUlyM`駂>tGPKׯΖHRt>CJNw:J a>r|\oG࿑r-RUa1L/L,w9ƢU+X\u[seM 6_m`gsm1Mݫ4?,E= ] PN} t@/qH lUO̡Jh@]go!t` yWN+NKX",1@n*/bC{x{ˣÈi']0581⛳; tӞf 2eJ o Ҋ&HjC3h} 1E[l͙Vi&n69lԔU;\T?YFhy6ʆ XP kF̥܅ }<] }#2$=jBoO>Yoj8VDt+P(Dč]|Rd`G m8YV0uV-K>RjzԲq9N2l2,DF|mxU렴0DkÛ&YsW%XI|X:vg~1r% d1[GƱy&ƻ\O>#悫~)^9mfOe0p9[|M1oH-y7F2jOR .Wc{߄M'-#=/$r/Ou&IS G֖Ь Rdasލ H{)ˊ *~VpǿkmU.X |?#r<މtT!z9D> ,Dli9`j~M̢ Dx14QRgMbj6`9X%fox$&nu#yٗ}d_q ]E9B LC5ʫWL"ݒc(Jv=>p0Z=sc8X4HЅ(V&bu[- ߜU+pPOfK:wrf%Xd;rߩ#l bL UN2exm}To2zڳ+++3߾7w\K ?+lR;A[{5K{a>Ft-gWxd*En7lǰoxLhKs0?Le' @=hLkO#DAn]b+ .˨4%= * {,_`D%b4%7 5Ax] y 1}TeY.AوY9isaiAц `߱q)iī%Q#R 癃I-5 yFKkK7 JTO~/{mteMI=5ڀ YwM4eBnu\=Jn&oR\e?T&)K|jYyw(H\z a `<͜ak ,ҬV ɞ#7V .1hr?>L@ [_ak/+E]pF0C޸x)Oʆ ٫3b^Y~͌WBKbW4cmUW..y l m23k_{T_啱xZ/Lh>}hi%p޶ySE*!߰+{Btk`F|"/~^UgI/Uԣ'YdU=VҘNZ^s5\CcBzwDžݤ&MPANQgUJK?# !PˀqZd5xaZx[xeߪKł  7?QNf 3B'XͧOC4?~1ݜ_ fEÒW9͔{;-{aR &zH#_j8LC\lwjcY/6[/\b ҵHE[8MHI־`=x5Lpe']ٔKÊbk(y'H^=C2iLXڌ@`?Li@iCoH$QfhIIa;i"W2l[jgNo_wCF}׻S(3T/>n99|;rfbuJB:޶҈[69l [s5X`ڧȔs)^_x ,L7C&MD)9Q׼m kкF-<(o "=ПeRi$+L6oãMX7n¶+"QEӭ/X3,T:JK?/ ma0 [7W¸ OJsV4ħ5G& fga[鑲|qFVj:ԫέv^b7GB S2yB@A&07; #urYa,P:pq# }j]&/0P阐u&OҾ)%OMxeQzۅ(@Y^1a_"Ǿ9(e%LfaO8@5<#ꥻ}Yj>/-i[LSFRY]i c[jqwSJqkR` CĜÈ)3&Y;t6Uz!,߽Ҍ!ZœĽ5-4ulByO"=fѰ:T ':ӝ${ݦ6nܮ?.PcAv`yUF>Κ"1Z gW P@Y=Rz0ϗIŒi򕌒)YDсJKIItbZW Ujts hluɅsqL6)] [A4 c#>#*eđ|Dpii`/6:B#x:RG4H|7 -2519y/(m,|O`G'bU @F+A!RwXBd:awбcTb'JꬲM#uւW.To7;]w Yv=Ф=2z[: `qSPw˘'w m\  |ngqcr&Ωί+@ Sw'1<[^D%T9[`cÚds>օKn'5b@* `_QRɁdcA:'qS{K$8{Ԫ3-L"uC w._cZ J:jo~/DHv%rz&b~*][kN>&` ;ȠR#vRg_0^a@E\9vh])5mFvv56!NCLGnb&RzVG\8f$7M8AKl$@? !7iIj9% =ޝ^,-M`$!b.i@P ~~Q^> io,/4#$.y#.^Zruep֠$-'(Myšq1o*j]jJ 9!^,"fgSePX]2cpݟSֶ8Q Vl&Q]p!},q#;O\Yf%ݫ$ ^N7pOGܣ "w$muKXQto^LS`@ƱS>+I5G=qR2lzD eqox6")Lj\L]Q#o]UPY`.z۩cyaqRFLH pp *A;V W##~-_7+fSt0× zi8֔6VMvK`1~ 9n$B= jumf8V:WqQ}צ=)Y|t5DEaSxSձ7I<(,.A`eq(8j96"yYGϽ*\W Fv5@1McJԭ@2h>NR3ݩmkfbz~bmzfjd,=3#\{йIfE*-"+NŴe[92[4 8.hݻ` yf}{