libxmlrpc_client++8-1.51.07-150400.1.11 >  A bvp9|ҩ;BI0Sw)IBA>W#Cg-!gaӳһJ T!o);&X?z]gTˊۚdxRsrRC&tY2m|C}ղL-}-{lDC<nf`sCwjs4R 8hu8TvaJ]3yvMXGjYBd񾨦Cxe9afE )ZEcdc7e69c263cfd5f81b60132ec120fa86c0230a84a41088bf210b1c4d7df1186b81cebcf163a034309eb5b0fece3e4b16a6c68d1bvp9|/+Ya% dNT7)jnyVWJG!e;oE58 U;AA00gqįҮFBk]FmyXVkÇE.ZGXMT.* ~9mT%q<-s]3bq^,ŐprT:A_3=ƣ^-dS]DXL'%.d9/oSwWc׭k#U<>p@2X?2Hd * `2G ]n     &0X`(8 9 : >/@/!F/0G/DH/LI/TX/XY/d\/]/^/b/c0d0e0f0l0u0v1w1x1y1z11122DClibxmlrpc_client++81.51.07150400.1.11Library implementing XML-based Remote Procedure CallsXML-RPC is a lightweight RPC protocol based on XML and HTTP. This package is used by XML-RPC clients and servers written in C and C++.bvVsheep20xSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64xbv9bv;2027365d112ddb72000fef47bb33a5c1a724473b70d5490fb999da6f876e5f00libxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_client++.so.8()(64bit)libxmlrpc_client++8libxmlrpc_client++8(x86-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc++.so.8()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_client.so.3()(64bit)libxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_util++.so.8()(64bit)libxmlrpc_util.so.4()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`_>eX @W@VKU4@T@T9R;Q@dmueller@suse.comdmueller@suse.commpluskal@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.deasterios.dramis@gmail.com- update to 1.51.07: * fix bug: wild memory reference when server times out waiting for request header.- update to 1.51.06: * Build: fix bug: won't compile with --enable-libxml2, introduced with Release 1.44 (December 2015). * Remove trace statements accidentally added in Release 1.51.00. (Released December 2017, promoted to Super Stable March 2019). * Build: fix bug: ignores LDFLAGS_FOR_BUILD, LDFLAGS_PERSONAL, and LDFLAGS_PTHREAD when building the build tool Gennmtab. * Fix tiny memory leak in virtually impossible low memory situation. * Fix bug: 'toValue' won't compile for vector of vectors or map of vectors. Thanks Yang Bo . * Build: fix missing xmlrpc-c/config.h include file in separate build tree build. Thanks Philip Belemezov . * Build: Add --disable-abyss-openssl for build environments that appear to have Openssl but don't really. (A Pkg-config design flaw makes that happen sometimes - you can't control what directories it searches for .pc files). * Windows build: add Visual Studio 2017 project files, fix various things broken for Windows in recent updates. Thanks to Maksym Veremeyenko . * Disable 10M restriction on document size in Libxml2 XML parser. * Build: Recognize additional Linux "host OS" environments. E.g. "linux-uclibc". * Build: replace BUILDTOOL_CC and BUILDTOOL_CCLD with more conventional CC_FOR_BUILD. Add CFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD. * Build: Don't attempt to build C++ internal utility module cmdline_parser_cpp if we aren't building the C++ libraries. In that case, 1) it isn't needed, and 2) the environment probably is incapable of compiling C++. * Build: Use AC_CHECK_TOOL to determine 'ar' command and AC_PROG_RANLIB to determine 'ranlib' command to use. * Build: fix compile failure in build for a system that does not have Unicode wide characters (wchar_t). * Packet stream client: Add option to throw a BrokenConnEx exception when transport fails because the server hung up or network broke, instead of throwing error. * Add ServerAbyss::getListenName method, ChanSwitchUnixGetListeName: ability to find out on what port your server is listening. * Packet stream server ('serverPstreamConn'): fix bug: runOnce() fails with indication that it was interrupted when the server hangs up. Always broken (interruptible RunOnce() was new in Xmlrpc-c 1.14 (March 2008). * Fix compile failure with old OpenSSL that doesn't have SSL_ERROR_WANT_ACCEPT. Introduced in Xmlrpc-c 1.45. * Add SSL/TLS capability via OpenSSL to Abyss server. * Fix xmlrpc_mem_block accidentally made private in 1.44. * Build: Remove example and test program usage of XML parser facility (), which was made private in 1.44, so the examples and tools no longer build. * C++: Add 'toValue' and 'fromValue' for 64-bit integer (xmlrpc_c::value_i8). * Memory block utility: Remove xmlrpc_mem_block_init and xmlrpc_mem_block_clean. These complicate forward compatibility and probably were never used. xmlrpc_mem_block_new and xmlrpc_mem_block_free remain to fulfill the same purpose. * Remove XML parser () from external API. This is not specific to XML-RPC, so has no business being a service of Xmlrpc-c. It is just an abstraction to allow us to use various XML parsing libraries (to wit, Expat and Libxml2). We don't think it was ever used externally. * Add xmlrpc_value_new(): deep copy of xmlrpc_value. * Abyss C++: Add 'terminate' and 'resetTerminate' methods, analogous to C Abyss 'ServerTerminate' and 'ServerResetTerminate'. * Fix bug: infinite recursion if you try to format a floating point value that was created from something other than a finite number. Creation of a floating point XML-RPC value from something other than a number now fails. Introduced in Xmlrpc-c 1.15 (June 2008). * Curl client: fix garbage in message where explanation from Curl library belongs. Always there, with some Curl libraries. * Curl client: fix instantaneous timeout with some Curl libraries. Introduced in Xmlrpc-c 1.41 (March 2015). * Curl client: fix 'connect_timeout' transport parameter interpreted as 'timeout'. Always broken ('connect_timeout' was new in Xmlrpc-c 1.41 (March 2015)). * AbysssServer: add 'Session::headerValue' and 'Session::getHeaderValue'. * Fix crash in 'xmlrpc' program under most circumstances. Broken in Xmlrpc-c 1.40 (December 2014). * Packet socket: fix missing parenthesis in error message. Broken in Xmlrpc-c 1.25 (December 2010). * Fix crash: multithreaded client program that uses the Curl XML transport and does not specify a Curl timeout transport parameter crashes because of signal use inside the Curl library, unless the Curl library is one that does DNS lookups with the ARES library. * Make a client that uses the Curl XML transport and does not specify a Curl timeout transport parameter wait indefinitely for a DNS lookup, or at least until the OS DNS lookup service gives up, unless the Curl library is one that does DNS lookups with the ARES library. In previous releases, the RPC failed after waiting 5 minutes. This was not intended as an enhancement, but rather is a side effect of fixing the crash described above. But it also adds consistency, since the wait for the DNS lookup was always indefinite, ironically, in the case that the program specified timeout. * Add connect_timeout curl transport parameter. * Packet stream socket: fix: sends corrupted packet when the packet contains an ESC character. Always broken. (packet stream sockets were new in Xmlrpc-c 1.11 - June 2007). * Add XMLRPC_TRACE_PACKETSOCKET environment variable: a means of tracing communication at the packet socket level. * Fix AbyssServer::readRequestBody for chunked bodies. Always broken (AbyssServer was new in Netpbm 1.39 (September 2014). - remove xmlrpc-c-no_return_nonvoid.patch (upstream)- Update to version 1.39.12: * For full list of changes see: http://xmlrpc-c.sourceforge.net/change_super_stable.html - Drop upstreamed narrowing.patch - Add xmlrpc-c-no_return_nonvoid.patch- narrowing.patch: fix invalid narrowing conversion- Update to 1.33.18 * Fix bug: infinite recursion if you try to format a floating point value that was created from something other than a finite number. Creation of a floating point XML-RPC value from something other than a number now fails.- Update to 1.33.17 * Build: fix a "recompile with -fPIC" failure in parallel make.- Update dependencies - Enable checks- Cleanup spec file with spec-cleaner - Use url for source - Update to 1.33.16 * Packet stream socket: fix: sends corrupted packet when the packet contains an ESC character. Always broken. (packet stream sockets were new in Xmlrpc-c 1.11 - June 2007). * Build: fix 'make distclean' so it doesn't leave src/cpp/srcdir and src/cpp/blddir. - Changes for 1.33.15 * Build: fix 'make distclean' so it doesn't leave src/cpp/srcdir and src/cpp/blddir.- Update to new upstream release 1.33 * Abyss XML-RPC server: Implement HTTP access control and the OPTIONS method * Change strategy for overallocating memory - grow blocks no more than a megabyte at a time- Update to 1.25.23: * Test program build: include instead of . 1.25.22: * Abyss server: don't reject a request with colons in the host name (e.g. IPv6 address form "[::1]") as invalid. This appears to be all that is required for Abyss to work on an IPv6 network, as long as the user binds the listening socket himself. 1.25.21: * libxml2: fix memory leaks. * Server: fix method add failure when signature string contains "I" (for 64 bit integer). 1.25.20: * Client with Curl transport: fix bug which disables interruption unless you register a progress function for the transport. Introduced in 1.24. 1.25.19: * Server: Fix crash when string value in parameter list contains invalid UTF-8. Broken in 1.18 (March 2006). 1.25.18: * Build: fix build tree != source tree bug: no transport_config.mk. Broken in 1.10 (March 2007). 1.25.17: * Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07 (October 2006). 1.25.16: * Install: fix install of man pages to wrong directory. Broken in 1.18 (March 2009). * Build: Add a user-defined default constructor for class callInfo to avoid compilation failure with recent GNU compilers. 1.25.15: * Abyss XML-RPC server: Fix bug in access control expiration. * xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable ASCII as \xHH: shows \xff where it should be something else. 1.25.14: * Windows Abyss: fix 16 byte per thread memory leak. Thanks Angelo Masci. 1.25.13: * xmlrpc client program: fix bug: doesn't accept b/f to mean boolean false. Broken since 1.07. 1.25.12: * Fix crash when sending structure with a member value too large. Introduced in 1.21. 1.25.11: * Build with --disable-abyss-threads: include instead of in Abyss thread_fork.c. 1.25.10: * Fix bug: infinite loop parsing XML when a string or character data is longer than 1K in UTF-8. Introduced in 1.12. * Client curl transport: fix bug: multiple authentication methods doesn't work; only one of them takes effect. Always broken. 1.25.09: * Curl client: fix libcurl version in user-agent header. Always broken (user-agent function added in Release 1.03). * C++ Curl client: fix bug: ignores proxy Curl transport options. Always broken. 1.25.08: * Accomodate newer libcurl, which does not have . * Build of test programs: Fix "struct sockaddr_in" not defined in server_pstream.cpp. * Fix per-connection memory leak in libwww client XML transport. Present since the beginning. - Removed xmlrpc-c-default-constructor.patch (fixed upstream). - Removed xmlrpc-c-no-curltypes-incl.patch (fixed upstream). - Updated license to "BSD-3-Clause and MIT". - Removed autoconf, automake, file, libtool and libstdc++-devel build requirements (not needed). - Added ncurses-devel and readline-devel build requirements. - Removed support for openSUSE < 10.4. - Renamed libxmlrpc-c-devel package to xmlrpc-c-devel. Added the necessary Provides/Obsoletes entries for libxmlrpc-c-devel. - Remove static libraries./sbin/ldconfig/sbin/ldconfigsheep20 16519616861.51.07-150400.1.111.51.07-150400.1.11libxmlrpc_client++.so.8libxmlrpc_client++.so.8.51/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.suse.de/SUSE:SLE-15-SP4:GA/standard/9f9759920c526a2ec1ca802b4c488501-xmlrpc-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=50e00db88f54041aae97051152784feeb82bc8e2, strippedPRRRRR R R R R RRRRRRRR]2I3,Bjutf-89bc904cd09c4eb45211e995da84c9bc8f797c21781d50490ee497ee9662584d1?7zXZ !t/;k] cr$x#FXk@F/J9Of`s*!?<@`D97H'c5M4ʬS4YAXLr"Um=q,0wShNɘ-q* XG[T׆jued2EZ^4G6.oXf#?œTm'6@VH8`k8nִʧ椆gqAJԝC;sb_{&ΪQ ;{銉m{!є: j{sky8 h6i "c=J{˅оa*;dVhD[@-Ĭw`[~7*q`]AOh@X4`IntC[T!XZB ^ `G|I#gtQӿП]M b(01)Gj+#'@74AB(DPɲ]qs-/΄`m6յq%>/4{ô2bnh]WC Yk@XTP|-Jn_ў+3*h+@Bn/|3ד5@:q om/܋oihѐg\n\( $NMQP_kQSxQ X3=8Iw1 H-rBvT#L=o#Xa#Z :̨|r}g]JTyQsRGlC/g|OX EKˈ$X 7$#1wAc.;nHOI5j> p;.Ҿ492?LW?j?8XȾAB=Y j9[H_{iMl}ew@,Q,ְWlE>K$a!;V9@K}ܸIe- ;/qR*{4~4ݷi_uY s %b_YGz[A~ ({5Hfg)R/mw7U8_e|$ViXHo+=StcOx7{B{P'῔mqQ IW:Hڇ\ Wj(8X8 { G;X&4kԇQ"~t@\>0U69X7y4J,MSK/EP}j6֞ΉGG:Fb>7P w,*R'Uuqak~\`Nֵ})_vݲ33Q- ?XcNVJ_ k1pUհ&xbb4dHpM.^+Od#$F)cdZF:&;1ɓ Lw1ibNtqN(֬`*[j~FGQνpxE7.66r~'x3+fhTKae!߿\@d8e0_] mNHrjpδ#wb&LRvV4HkpF(.z ?ҰZ\̡tm֜nW[-`' 9×vYȳy`,p;C9h&nUR "GmvrnJZ"1V2(&[zrN}o*I¸xM,/T,;A rĠ<Ǧpj\/oe,83t4#ΒQD f!0J5NO*Y D0|0\sp%4"َ`r !4uҩS"Yo䝩gےpYq?1Ձ'mSLOȒu5FAAGF)6P*MȯEW-yCAKֱ4LPz$iGo\ֶa)Cnx*wx7O,;*{b'W퉋ykȒks,W+mw9޾|$tFg&QAgR'ԅuOkiR>BNs1M7ׯC'z;k-p G ڞ%+\LHyZ਩<" X/? yVx'V(t5P( 4?;EG@'.@;oYWBPd~ x ICXf!0T5t1V ~6o*rO=D)y X1QL"WTB+YnK{.=9Lkk1|]2%"j>aU7[C”Yf>ZT//]bwβlzP 5ϸ/C̏;2љ5(Λ ڣn^]/Y)k@̗0\>vJAzzer(EXe'Jˀ)v({Jb*֙58 T-[JVY.A@LS9 ~#k&n!?AJ'$sUNo񝎿YmF=vw5M6ekR.*Jm"BAâ_)snO6Tzw}XVj Ks!~5pzK 0l'u'G7+;g?â04ޚ[Z䄠?O|D] nj놣^{kp3]u(<&v,@YЋ\src.G}1)B [42F^9 -{z@\>[)p1svb̵ծd}A9*!IJQRnj~VѢя~!W5s JA7w\,]lF'ygx(q2IДݥ, ↍v6_m͊G'@fS ssg˽=b q1+-lEqg/_{)@6 ےL +v ~H|DҢ3l5E޲{:䊔mf-G-KPU IåKgh싧`=JMܶ>#TNovgvZ`Q1i4 zuY, ЮnRYAtm 5ǂzpêҢ"i.8}".1'Y:ŏ'H/ jEӸ 5O^*>vz =2YGV_$φ{E"ݝ:SFӞȲw{j> ,_#MH0e 2䱣"G8 mE^_Q(2㸈z~`5>hO?6gǥ #G-JЗU #06!]~Tڐ5{;JθfaqҲrEm tƿe<pr @M=졦kqwiZ59?'8q?R{l5< T@88=EokzmgMfR3$V'Iyy}e$BN#]Su!3,U-Рu &lJv`/~{ʹ];3)Fc.~eV=WC ~s}nmb,V!A*Y1^l ك -Lg &KJ[>!4)F?&T Ml+:4 %pCq K젯 [4GwO3Dw͎j(Z39lsOų$QY[ĉ[=Jv~b5 #Āw4=;~娐f̍.l_x~xMC>`U{4'Ka'D\9,\$JA&y3CAKz騨!XƄa}RB@ >0#,p~tԌ|Sʂb'ְia}qɋf&t3d֝Dٔm?]а_;|\.VĨM{m)hn8Y-FD$<;7j3y>x|P)Om8Mxóa/KTB@2mh;s~kJ\= / =^>¯q4{.WbZ_Ftq #CoDl ]_6C[}BJjɟ)im-;|J)nf*34oFïDtHL0"} Uºk^o;մ&1^/_ ɛW ļs9y ]!Hx`zSؑRm$Fwj. 71ǰ^3jhVgkI;7w+5~|[]ӏpl^T/m T}򯝞WF iJ@ь} `\mҢ.=䵞"ؽ H m.Ƣwd@Qr eYZҧ7$%TJETڳ<- YfZѾn!w]<Dވ \y &8ȗ=%lG<y%>5G9\HǤI@LBk$5SQI +q)<?t}ϲ:9' \0ĴEed jQ2sB;RD:DRDg91m atCqNE"h>b+I%T%$`rS{b}BF҃W΍T 6o?'wNhɒƤXյe(|SQ\CRo5JOLR,NH*3+"4KA፨.G||hcyQ(iS}ya&)"F5f`g~=!þ{UJpT9yX&lGp5cnk[YHVu}ﱏ[ Qt:X D I#fnk*=??j@.'yIGEI^t~Dן=O ŋ /e0+Y+{Yq׺Խ OI/3*ep851, swiVՀ#Jc˫;̖D0ܬ3BuZਔ5HUiJqPi<3C‡Am~eQVBuC @& o.|YENW2<u7@x <@ԅh\pg[q&4"$+jsr³]".Gx#EߊGlunt|+]{pc튇7p ߮Қ`Y.=*`.eQX$Oo EPNW$pE,V  83C0-/DYb,CeVĥq67DS>\>uJbh&+,OlA)[ @||>0_vC|Yпp[N1VX=A~DYbip6HG YYD<Ē|dh7Y^#]i#ٗGc>@+)(.o)ɵE#g0]'~& Yg_,PUE:.-r=h[$t̒S~PZ%[{.3j }P,*s|),v4A[muZG//u{rI掦!ԝaYR,rHYnQo2+^t㿵Ń4gW#:]i`"C8JF%I{n@uh6Sf aC$RPʒO ׁsL温;:%6`>S~f[SHa+ϋ!|{2'no/~Ux!__)3-׬E7'+aPY%3#CZ~iaᚪ'^oO;a1uzeW+tE扯aD#'ϩTrӆ.~'Ou$//n~ZƌD=Xs`ɻo8BI񧴳١lN- d[;얬[^GZȄx1O\b(*<1ݴNw*+=hsp(k)}"/||I.b MWGo@SZ185:]mM<I_50tl_ҎUJ@Lt}$o)fv%#}K}Mdf{ 1,.F,;ۃLRpְ+d=JF4/cPD_^m#{L49_hsM"F2$0=ip|! Re7TdeýR`]ts|tjIV'uHY*q9 XX;^^/@5-1*c̝8[4'k]<0ԥ1}z"Ьkzbs9 ި(G^V:7j ӝ0r'x yHmTczzuI>Xg2Mƾ42v,(t@&EoCpfa,Zv'H"6{Km}PwP5%S,azhVUc-ڙZBf2ٛ=T1vQKڵaZ(gctCQ6QicŖyPӊ8E< sN- .:J+|YfIzG O Eirгןv Q'KaWFf!P C/Y|~{ٻIF,D\3D'N\C,M06P:3Df Vco 7'PHOTC6.ϲ%Z&g1ضHNݣ!.yvij?YkEEs`ؤǮo]G_J8 @=j8Lq;G{DDq l@̷I#q] OH"bM| {AL臨^Z;HUzMzO KrSGBXn7C鞔q"/JVf3:KfR|H>oiA} 8zzJx4zGga-%1|-8$YǦ8CICOn|}V/A |J0i-,GqD?^5"RĈg _f~VLEg3^CKRxrtxGC:Nd9i:uiYޖ esЄ¨ˁy'!)C)}pJ1%!GYuRL+:x7l;+t*֋";{_/DoUkʞYV[}F.v9i߫{-&`.(C_V Q`\f/PD%(#60]X_heoAfɍDeu ]X`: Ok lud<۳*丛|aCw8F~ΏQzt&zu:%ڌ9}%5K;"Xs{vBN7Z rL3@¢]OA`b Ĵ> \Hfe\cMM˛i4`W +F#>}F.`^٠Pwtg9%|n\H*}n˥/Z]7x+vy¨e (BY4[e:Խ@`QA;;`2f[ݎ)>jC˔B# }mG5Bc`z 0R tDK'*}w{hG*:hE,g׏cϗ}>UW?̟M7T<ei`R{UD/:ziĒA}; vaq4ۻ9`03n=1 6ju.@d X}h~EAOBuWKMe~V ^,GawUb4*c0YSlvz;lաGVlbw\DHG4Y]`oOzDCQuO,/hdF{L}Bo )$zJL)eJe?oL`77tCՁ%hxDo[c4UZt& csqe1DLG8_NŃWy %鮄0MkB1uS7^"7Tl3EvnN v 疺* fRFQ+ !YcŊA/?[M=a$Dc 8h|ˀPkgPZp-F{ 5M gqrCbvhR:a)*;µ7/)0!V '?ZU7ˀUxr>VAj I{LsAHK>{F5TƗ A`{\m^ѓ 78B!0 D_ϧA7}Mxe; )US=&|ΏNuI:pxwaHy 1>a/PZ_R۩s :Wt<&ġrEY]#-*ȗSck_iun\4it/7. 2@:¤Dw#;mTr.#X4v P'Y1gHgCi t=~=_3Fȯ{OPmtrՑk@M5lG20D1% _~ePĈϘȏ:W1]r26b(yiE"d[a4q2kr43t L8a3AL^ ^ #a_a_%7#1!k&羝-$W4S_+4-mQF4~wUeY S;woP^ O)sbh[;/ {l/OFh'*lU=c:PQ.L7Me#PV7 :r@V1N7)cRqd0@l=Ӓ#8 >vޏPg>`; -VgȒ!$iO2E Li7WuIֺ<9LOҬfх-qF̺ esJ-N>7-&>(&>%).%밆nuE (붌zlYX񶀧QDQC;K&g@}F]9-adWj{̮|+` 9Yau7M׬ Ý.oa4#>.Kzݽ 9ʵ 84~6Vpl}lڷD)ѽLrYdhow+'̉o\c@9:r-MdGC?>I@t/Χ4ucOF.Y6GfCæ\ #›~%6- 5N/f@|ڄ|k2B@PY Eu.lÿe%Itgp$\,.A[ WSϠNyG^lU, nUYiTOI~̀/Eˍ]O/ :V?˲uW=fvkK:QuHU[Q3,]}UcS C4ZW$ ؟+'Zni}4ԻsVgJUE,"H@ ;!v1'* 3s͘ϐztjR Ȼc8%:_"wY3vDsp A&Cug첗ʧ&ҏ1"k%i[WhZ[VL5@&%*TR\!T@3CM(uY}}ZLmf0h9(nKYV:b)Vk` cxKxS/ZI șڦf-ggttfjf.;%>4 ¿^NJg*kU4i +2I#^-Cu }~P-Iș+gf_35皳6nE{^;D?uYXs7Wׅlؓ!}}%!nD|šIұ2g͗\ 9v+j! rCOpDɪT|ZxZQ㙹 ſ+bVgxDE^0ބ\#F#(X:| ,./IEF?R*wd/O *w>pO@|{-n8x0 )v4z~eocl^_4O~<xRj}BO]MmCV!RkAbdjhT8'75 #sA((p{-c&TvQ^kVB4-H;$jjX:& E=HoY$B՛t-Uj*)8wQμ[({%1{huT'U}'Q"\5ܱAo18;"'˂·+mR0y=CQs^Xt *хCҟvǯ&3p_wV)p[j0;Nf} q=?ni_L c%}iv;-s6̦!d |4:].ɜ'Zx8VTL2) m§*5,x\P=V%BU_B;lyFHAD{\vnIt]*O}2dUK:"x6^'"tIoR,a*v5:g!y\XU5K6ނJO[Ӈ\G;9|ThƞkTfR]ّ&Gm6최FW >hsNlY%{D 0TxY.l)M|-,2;ImN^7 ()U*u YCv&5D4D`AZ)[TOt՚c\J=*C7'+@`fx6?uf9nO`7}Mr=Y gh>3tJbw1 ¢=IW8D/B1~daK A1pwՄn{M0ZJeF.oC#_,mFtrXIX#tܟb䎉Tcs= oK8e/, >WYe#t/7Q4RB10`ܵù\r]3-vٵ>)M[< { 71LA1BXͺ)qA족8D qh(r-AN /8=Sq.7cƁ"o9]W( ab'KOYzO!GT A^`=3V( 3(s9hkד0uG̒1]A`-?LL@Chq nF{Azvs)Kɍ(@g")lS))|ulF^/$UYr~2wSò ȵ3퇊|e9>IOQ'#>ԻQDѦٞw8 F)"$Dl<~l.R@FcZ_a'}m݉¶iíPLbm@Hue)z87-$oTeF ~5d;1vX0_d0</@*8.6cꬃ}Lm-L@^Q\B9ɹ]U(<#Busgj< -`\0њGhGN$)wVC;FU4VpTUXѡ_?NyN 3h?IJWO<6@F"'K*'d5!H ʜ3$VSd.VbN ,|BÝ0u[&Gs]>5էOZܼEVtgþIX׎э+s>expG U/Ҡb#:HGyg~-yumec#<]í-S }G;k"fKpC6K1o,MCCA{OUE6m{hN|~n$u5bYK+17LƊMbց q~;؉H4srMEtEDR{pR>6$ ?K4Qhys('3|o͢-(tDY00a4 M8WN} Am,n<# a`"m_Qm;PI8e=n mDO5*3B20y,ce5#eh([JP` 1Bu.H-2ؘq9=_o2FC0̝BV#c)u(ZjeilΑ"]Xއ3n^B*2D7@Q-8:OA[|twe5~³Ir)Z=@BCM2ǧSp `@Pt`0n"9/4N>$bX!>\}ai8GmqgR56  Ĉ;Q4֔= ;فzQfyd;4rrꐓ!q]ϴ#z}ӄ4f g'۴P,^"#/ÇEp8WQa|m3^?Zn lha^v"V[/j$.v3`Dc/ WP ҂ $ُOt AI%]Re\7pSe:Yl+% T6NsµZnj5ٯBpFb0p ^BSu[%4LJ@=`aQT)48<|mx] aD-KuIԎP'r=2Dq0bxJ<Uop&coU7nM)SD<Ď~NpLg 6j4~q){`VW&wN;FaViOh s f;D2Q3?G9Cna +YAA;=X:wNNz'vdª1*m\]x:BOR|׉T3? %m&6;Q,e3?Q>2rv/Nwq/+YFpP?'pOQf(o#zVc-"|vym[m$ GsqdTX[! `Pl+κ-"AEt +A?3ʅ &H[%M \At0dƁݞyh_|e$hoVXTFd#o4ߊmٰ%y8nx&skp>G?X>YÐ[lд+SdD]!f|r kl:ܵ K<ù"3٧նSa6Fހ__ϗ(J Zj;뤒B$M7m3u)Zu͖T%'r=)ɇ I.\Z~LcIa5 P8! <0mFЙ&+;?nv7Zm /ƅ0I/VbU9<ܪ櫋'-yi.G lTDz }Ӿ5]PL3b)W kdp7J/ 7 iNW^v҈(i2v]lR$#|t|i&uK n_"@]I^,[qg{iUs yɤ;Q;)12_G@6ZIQf^0=8*噖4ڿ.T#6qg@5DNND D $v(h_%B4 ņ,7D%%ZZ{^/}pMژ/G嶌Iy2#y*5?J拜EV-5)1uAUbhbϜ\ D^'Rcc&d>ъF!7NR20ԿE޸k|yajpUUKZ'-m,RKe}b\ P#c]/aC!AjKmXb5 p6o8aI _Eu|/k, jU˭0XLZ 6Qcy.||{]5ngg؀IfO`N'<BZ|Z?+Ўgg(Ő hUd ܄Hz$;=Ǚ9,ڒ~7H-B3=Y!QQzR ܷtT  ă,r ٓ.lRrGTcTndEiQB;Tx/Ͱ[ p#6"kNOĔ"*3Iy 5tx &m BC)6)[2dc[ dwQq4-- #8 ~:gVgH5eZ ZHP[!҉0)ڿcauJJvP)6\wVg4 ŅzR-j{{#;DqގFtE%0XK{-9r@ъ mz⟇566mv\c ]I/9)T͝nVJ#ȈtunS~!НI@&rHWBޢT㳡Tr.o,q*v\68R4bޝԧj2a[$Je6;OЫgnykm8%8`qN\<[uѯ[mq}D^Vk 8,mq5h#k9Z1LسMEZ5Ow9 ;OhUi'9}WF{CSx@;lhM1 Bm4IȆYc=XG uyhgǭ'lͰ#G^pR lvgn.Z03]?9%\zcZt jN]oF&"Ϲsx ,V83Ӑ,@faç;%,pе^ܡyt5f/p>_ +sAʠX!QiʋMcx-u핇nX/lJ&NDI]鼚i> -Ȓ#Ebݞ^MeO v,C#zao uEp>v`H@rG[4=` p.ޔJC5nte%oI,YSnH#uI2MZ7X) -tYVv?. Z7%Mr0sr R$Yx^6mwf7<*4"[4%WǯY )r܅_P'X.F#OT\ng8!Ё IZu 玓?J:Oj2ى0k1ءzf,;qK?\CShW$ G@Q1]oD yۖ蕉FGDX29nsOm`;QJ%_*$EW ļ*vYp~F&ĶfDDT0>dx/HCPӍlpp:WIy7ptC";Ð̄dfgdyx$wL=\BeJyԅS(0Ub]'vGtL&9TyWpĬb*3CydߥbHuq4<&!Rw~3@Y.sȸpZ(t#veb!h*<݅pK - 6*@u bi/see2ݩ QQ&ͺrV]Ub'ʋ02Z(\0RQj<}}}cPI@?}+̕JX}W~^ PJ:r * ,JHϖ^ AvlA;ø9܆BbjKrsjD4_uMaFoKgJ(9vto WdPް}y 2EH'TU:y'ph٣>2)f!Ë U8ːߜp@aN_~;fWC V`p L9j*6_heqv%tٵksnӽLwk7?9VxtJhMO^87?"ݾ{p?mުԃ8[n{鷘f|pzE%R ~c?t%R-:p8Ҏ}>ᖷ|LdW@]Ff{Lk#.;WzFik[ZC%tB9nc-ty,5΢NRYBh.n#m՘6}ƹ~wcwImrTǬ/;p;Xߣ0`#'H@A;3?YoS/ VǍyj'Iz wkEvJVxJ%zfho+5x1~b.V.s L[>r@T-2u3ЃHdvm'\IKk>cYȕlOݻ$|3Фo)XUC_n5]%,g!;xېoo%6T4QG7`}*pzע#鞳5|I+x}[0^Z{~ R==륀Lk.SyT_x,KmѕYi@ahqOM;R}-LL[\ҷP*9EiZ4~0҈?-@]CD kZ1;aS]4AwW)CW#9(>u@hDH~\{!|c\(-\Ubl&c7*w =x(HNxrv-]ZCZ;bǘ0EJs30FAp7X%6',dQW*tV\Sc~#뻿fEHo$5݀ARWH|L%*77~8{:Ŕ&u.7h]_V rSdχ(<y6mX]_736$(F}efOw.4!z^{=GSLz='VJ:/T*ϭq'lX 7 OQC`!#+$(?*qTpQpso9a%}M'Fd ;Ů qihiUV==UbtcGޥsԪ5}?DF4mv+,ת)܏bm/se0à bCW5WlV ,yP-K@==OL 4zs6 .vE>}WuOzc7K YZ