libxmlrpc3-1.51.07-150400.1.11 >  A bvXp9|iwC#5 B y92jd\zX["j4}yr|(jg\j[A&+IQ}|\Eku°E|lS1Rw <bN8mdJm<{YОu4wEF yj$$Xhs?+J6!,X M߸8ݛ0@D{P:/}fW^nIeܞRL=ڈ34d5b0360cc7fd232e991d8de12140781ef2cf140b4198094591cfc157c6f1f55f05859edcc9f88b03ee93b58b84934eb9736838 bvXp9|s-I.p'08yC{] h}LD@xyO2v`<듀[,APDzw楜L6jA'ol^fF95^}ֲ %gVҀC|LӿY݉-CD"4dߠbvEia' u4SfgX0 `uRwГ?xIrмCRoi:G>p@0?0d  ! Y .C Yj      (PX/(U8\ 9 :; >-@-F-G-H-I-X-Y.\.0].8^.Yb.ec/d/he/mf/pl/ru/v/w04x0<y0D z0h0x0|00Clibxmlrpc31.51.07150400.1.11A library 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++.bvxinomavro hSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le hbvbva98741b9c61bd312eda04b8619f8560f73e57e6f54cdc3866c1f0f0196164bedlibxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(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/ldconfigxinomavro 16519631001.51.07-150400.1.111.51.07-150400.1.11libxmlrpc.so.3libxmlrpc.so.3.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6c9c05357061afe6d5c23f836ffc6758494c4d23, stripped PRRRRR RRR-~! _7 MyRϑutf-811cf208011ef55410b317c8f9b0efaa0f8e6d0d20222376130b8cd9a8095a3e4?7zXZ !t/] cr$x#Fj$&ۜp-$OB,UhBC39<7 7?n߿矕dau(eN6g,QgØ>VT0/m(~z*&\cu2[W1-fL~"8C(ܹSa25MeEh'UM}- FWCvNO;4HW°ohZbo,+ &=ߙ%ʁQdCh41RfTiw梮y&^j ԉE2Kj0 Í>:b)fIhUwj^ds_]aXAqzŭ7q?7t +9ZObbrpj,%K$hYnVOaS+"&?[dUsrC7ec_<2F[i^ hn]VQ 9:ѱ꫟婳L,ci%7?*bϠzyЁ7 , K|(  zoO)"1]Mx< X(DJ18 J0(X|HEKx ؂#_lٕ-)eʇ?'~YIVn[ZDtjo1,ΧxHWB#_3yy9/ڮu޸lſ^xZYC>` 4qm^'lPlO7k 48368S"9%v$ n-SăPLW$t0\ RGMJ-M!agy9fZz)i-n1ὌݜJ7Ei~+%IO ^A`9#/4F݆q^"PQv}⚦=r?:>nWÇ(\dn6gTlu'(aUk{vkѳvx#!$ҏ}H TӿBw#+*ⴙG0p:Ԟ-DeYnS=pYqTuCdt^m1D]ˆN֤xlPpDn< }(t2?V+5guF 8K>.GQmy9ϗ74 $pcl@N|}EUUKc5ڦ=zX&fIkLՈcwiE'"njnOyꤸz6,,X9BΦ<aCks i`\"&-T1^*SNڻFsd%  0: ܦ`P3NO AZ `:j&'|<>㧒#_FXu\%r4+nI!)۩*;(t%4xMR%`jRcxxq#ݑ1oe#LG *o\ =WT/G5R'd0) /(0B>F\J:<]=Q 8f!\ _9޾gyEu#{NwG WF7(ds$Dkz'꿔DDtAߩʳ0WN(p!"VmyGFI(OI~h5\6s=^h򌁂F$jxAr ˏ\)!M#tN'[v8cCCa:M¶]Φ&[nj"le> ֥I-NLgf~\_k:~,m#^m򫍿)D l4p˼HѫxƗx,oqFgNޱmV8lm>yB㎌ #!bBx}OrRtEA%8g?ԻA4gB8ja6)%LJV>5,Bo W[X.vk.~J]<2);qMෝ30pb7 å~G!v &ɷ;5n1{fJh[>ŨuT6,jۣěu6C&,)&֎9z%ƥti_^c0,2ޗFYw`*ٛ9cqH%Zjg!Kg8[~ u+iOtr2oe}'†{0;1Mm"D]$i"fG˯ 3G?jץy}/Ӱg2f=r,qX>Qvp#dg6@*c[ƷDEAtŪP:OqDž*RVUa6j?`!ܕW‷ VG%VXfXOӽGmVCNHXԳ$ UrzR YtTӚ _CY:e$չ׷qAyY#?K8\.F$؆/]߭6qoGӼ iY -SGNLdU )@2(0PKζB tTTpp@익2i? s}IO{pˍ?ÀyX;ж)PSFŬAU jBº~z노jiɫxO?nHnx" 0>pɯu#!*qMXʨ!nY6+6Ȉx\enTVJ޺yy7}¤& _ڰ_u6}x;Z'm" M!q=u;0 IWq+!!1yU [!bKWst8[{jW6fᐅv0_ʡH+VQ ^;BaMPeڼ~WwuXm]7m>0WKҳH"V8 #~_H6TᒯfB -IWwО֒qG2IlxJHs1Z WaiJBjEO5>zryMHsId:U;eF»S\CmhH!J[VYxC+z|TYM83 5YqQy }gyOݹ:NYvS^AE1!ΔCCrpn5PBcI4Q4@j }OV.DL&yh=HޒZnABUOW $_!V>hca|D7F'OžU7[b5HTқټ5H:}+ٰn-a[4gvPMh z[gȖ k~42;$]c4B;m*ǐ^^ähZ jRZ,I3J\ Dw̓!4>d<եH ܎{7fiwʒtEVD ܋=X* ?89"߇,O˛hED9E"!C157 }= X)^rBg<P/AIyU'pB>*TDT,_f_mbyS>IVT]F;k!KY$m:tvX~\_3Mud̢RFpmĦQ+F:BqOptWvO)so ndD'O(+ߚ=f;*R@;oAsF:lY)BI iHd4l鈻hU"R ֳ f=wu^CJzFݜeqFj$+Uccm,qI6_nM5'+k8#1`͛ %'?oPVQ/y۱l.j:Wpg f w":_"fs[w+&3sPz}MMb 9^;e'ׇJЏ2qƵGczSkTC2ߌx+DMnubCm0@]33]tf Ե=R1\ Lf@Ced(K5ʁ lr l6&jU:(_s|&a)i8bsh* c#ijo8 o>*7(1WKy mE/H#R+Cf:2Ғ#&LWx2wE;aˎ'>[eWQX.˻+%)?8rG ,4>/"ڥGŋ:+Wuo%$,K탹zL,Mkt[(49Ľ dkaH$lʦF 4/qP^M_]D`FV*ض[am}~3~&6+ۘ YHjڧUb{M7SϮհ=6 H飧ypE>WYA;_ [!j7) |B}չ b5tZem=?5[1A/g"9 fuHkߤtb8Y:q7tVITew+RM][k oE w\us/DFWJ+#lwn7,|66Hoa U7NGw{t$ qzv(u%-L:6vQ6^tCvqBDA$Z@u˭~ i3~"Ri_oaI 4TzuV0~}L1 iBgy~_oѦ 4ݵR߬v îWZ9VbAIf/ਉCÃ.5 TkQΤ),Gg0@sd\sWiGMF\/0i7JK,/*nj-ML E)\ 7{#ˎyҀuN_Pn fh1 9.m /7\*ϷֶU@+X~hJN 1{ $L@ʈS k.vIHUt#r`J/ṽqEwW8jl|L0,boOg/w'[I5tQ~ ,Xc|N!>;vΗz| ɧj|e"sw_"ZEINhk"vL[ ,jLWN+^r Zc1`xܴ"=xyXkr%ev0+`Љ@6r!v|a . qrV|Na-|@{ҹ&wyV;;e&pv4GSYdb|PqM+O_2Trks;&@?;vz#$W 4DF!OS(#24Qp{B>= )=BsP;(3~vz?cU->E=Uͤn/|2|!lQf2M:F9p8aJgJuN ,X3KⳊ?.Zƻ'ɂ9/tviگpOuҤemi%Oa-v  ;OOBVoּ87Ǎ-P 7aD-j+/+(% R/xl| 4sBT&scpPn^&22Qq#e%r*b-ƀ+9M}gY,u\D+T둍(_ os(Bw+;WQJ%yhAPd7k o20 i S*r]AA**ϝ߇茪 0ʨтUS#h3"^[%zE `Jᒀ:$戨9DgĕIcG]j>ˊ*o7ڐ2h:Ya]Zm]Vl+I&PhrN|m}w`tvf_M ,F4J,gu<,\0;7lU4Kӡ"𚀃P֯,eԕBdYD҉9#5Dyoy&TPpt92*FՋÄVChv9 -mCmcYnalCȟ-&w"~oݻ QHCRqV K 2>E7eKD(j+'^kԆDGDdr+0svy][6hYo$kEdjxJe/diVYzC%O(ut[=?.xnOj!,!g;bsw(c,K 0YAH1ln6aEW  G@ 34 ^v\9UXވs)@\ӽWsn5sX[M]-77lo! EӋ#htV[gd[zyJ;M2dک~w2+(ʴQ8T ˳xL@G8.gw\[mOeGnUOWES%Y_nc3i0zV}Fyr + o Z]~ae'7ޗXVI H*ںxp^wA&Jx6Pw=S $ XHXeۈyZ RϪKVHLOZW cTb7k]Mp$u :*^cyF%|]Qol7E\v=>Ȕw/Iw:d;K 5w-^jqbs7m+To9P'zBVA])d B)M۽ o`WWû_N FPΡZL.TtVih`E=b>_+>3> NZT]cw|8GLWRu`1fGdU*Oo>}=B?ÐZVmƯN\;?iǒIGB&ܜont#rVr㺟:`R>|_|؟N2K H~[ވm?ƴTv?1h μ|`pRCHl9:gnn?Tpurn0T(U= y.Րur|<0 0ݫs2iZY~="Zt2'94l@G'k&p_4Np%_LB%U6j;)UN܃ $)+.,gֻnj|_ ,,Bܾ-ﯭpst1"*sɽ}bP}'Ր2CI=qy|s0d9#*Q!< TzY^{.px' [wGw7|]f̾CO}nI8s,e!܍KʕѦ}Z O[p  ҅4/ODvBsxpЕ1 !*R1'V*fuV/rĶ G:z[D^}jG\ڹgpO|xcJs//䇥o6Q1;iVStdXȎ91XpZԸedN%\дye ;`0DvE(qI_ p0@כ{8=,+}Km{ՆEh?2ҠHimFcHmaG0J9qUzhIͭ4&Z$Dy&><|o&oL"w|͒eoRqq $;7-Y Zk hma11iIπQkՆrZtпNM:I&*2DTb$Bd@,?-x޿>vP5ˋư14sLN*B>4~,ř,Oe][Bc[ə?{ wiTfDv @MLp i溥o,bvncx&hP),b3P,k :PI=OuE4j W,CN5n5(8G4Zg 3G5r`s5.CFqU)?Xd>3ȋ !Hc՘;h?͂:'<8!gZ$cCjKBK׶ a*9O>XO*Q+\F*G,sb`L_Gmfw FC>-_ŧ<=2u]rgLz"RVDPȥvxNP`!`W:,scД^n6גwxfQQ %t$qtaXYJ.-͑EvE0KG3s59êVY9h`T#(a^Bgܔ?O| ĨAap|Ts4UjlgӤL=fIE5ȇO~0㊁r‰h2L`gcNT0T=dTk}v3gzmÐ7 <͚j#x׽~]h7[vKc1:yV? 'm]V"DHh!Ȋ|Î_)~uHdW , =*9)M\?? D" MΦR8LEixN#ibqGUߘ樧DxGy/5%AH{oK;áU:h Gyoo;_^ ]>Pm 6&01կeĬGǜ.|5ong'[栄P8 f:rܞ zquS0NhU$|THK=ʋ]HITݹO#E3t-3+Z}JBgC?p YmK*>yk觎r*RpMJ(e}DKTߵdv`Ea={V/!%QiȆEGcFf؀ٶ)b.Wl >Zt.`0f Σ?=@g&A2t# 8̹,SyX6o@U ۉ?H\:$[#L䯒7Be {TWY,'TBW!SU5VnQ0盶)hFHzZO{pV/B%w6 ielH" *p1ؗYm')ْjg >O;Dn$x@jk>A,MF Ű0vk*a[j~RK]vr6%LƐQu-b*J ǗKOK{M=T(U6.]*y3+=CШIx[IU륍l$M)/87 D>J)ڷS tm:S C)yt쟗uq}'=lCGb=,o/ Rx̉(omͩ[B9By fAQoEPk&lA)B|](zr" NA2R0QBkuHJ̑I ?6KfzYG;pgrRsq?{fDYo /*:hsng8Y(qã&t֎:juU*J MK&ͩJW6|3M)$X6B^-Q&}hjGf.j@b'ejO?g-h+z;hM?׳b2Y y\;/Q s'τ? T&SQ]!dfR$2J: f\{i:}}TGV6(eF .>0bx:RF]h^Mw TʰTV)6Tv$dekDK&񗶼ª}InhL ӌ^ǩ 䜝殮7pHXit ZؚkQv.qylS` Y^>9kvßƘ>Jd6R[em>*-8Cy%sVL:;%]')yNGqmPliIaY "_h\V}·Qy:Fqmڒ-{S ִZuwR1(Goa_ކ#wa՚_^)iԖ}ƒ3j@nCh=HnU%"&tBM]#.fp&`5vCˣ#1ji*ݿ/G̨[+Eb살2;)' q`*0;9(y5׬>#"Kp9+EyR HSE?GŸe‚( gP-3O<ܵ96# LiTP -=ɖL'Vgѭ%xjJJi1R:[,~4Ykcu(Ñ-(*k*z ;Ǹ+Ƨ΋&W&t:K 6ǚ'Sd#;/Y],olE:jx\C50vZ99٢lo{ѷ@tPj¦ta e0칱%lː(3$?} zH\Qd|Ma㢔!\\%"KD,Sd7[/Q+Ҏb (Rl-$qY?Ԍ*u ]{W|*5YU)hK'삅xmp74(y8|[1a6*qgthmoGfx04I]/bvn\뺾'$u#kǸܮ4UDiFR=vRF:xA~VRqK@+lztV.*$")M4I͔2RSxefdp>ewJEXYl^=ʏteLGYl Թ}!9Ӑa-UM-U"FK:| EQH;?BW|;Og5=Pmy=H*$8BP'gZ,9l,nE;mJۜu9wˌ)}i$ufG w @^|*Пkbe`C"0,KeDA*]{AB O)/y36/|&tyZLupc[pMG)gP+iJUH|blL% m_$(fUS`6@hEپV݅A e#tR-l79noi $vڊxf`Oj d7V#)AIߛ$׷!HFgґN,ΘTq P"֋orڌ\b)?A&)>PŚxsϚOx,Iz~S:m>đƽ}'nZE{t2Ods҂!Ćɕ+8,]r}N5.^hmDZ3ξ2H(ح S){%z4 ,z }A?41kaDWP 3Zc.d>W }Qu hٍzw̥e3M":={9`k.K3#)Q:`Օh4U!/ߤYVU4ǰ=@/$n[t}⢃s+kαV omҧF ($CܚC< D0Nj}: ]G7芓訑/Ұ,D߸l7yUz޹WJ3y7aō}#pm%1UkJ6qYvW]{Ս.g; =eLT{= ;%` eV>Qt%G,hșHlOz}Q\}$%<&3f` Ceʴ'&:L^@pNH 5Oq^8U=mbxwÐ@^OsYi(D@_4@z^^o1eZ#DYKk=@Gd9 6o{SY?r?Ӌc L-il?`I#Y^^@׎E]D;ERGgTe"ۡû|FQyJSW9txvrBhpe"Mw >-˙*? P!;]1eilq9E$_^E{>VNJlq+3q Jl)o|s|k)TM6[!l4ͭ #el-C@G`Aޟ&,;yÝ }5ZVCXzpIYMetlu8X4ur9fvO:r)4וcO.z8N5Js-{4ͽD|d5=:{$ZiMd8%?F-;նԇ (B8ႂ L%gN5f2t $Yh iw#tVn'qEҀ-("r"Gf}d&OG 1^z3I _g.@~N7Gc4/)f/+/'hgپu)"#l}W_+J6ё$)(D~jkFZYU}ug8A4zR)GXL=~ ?^. ip7UiBfIX6c;V| #TOOy,;kxtp Ϗ]wc57`u!tr"7n IY⍮A#wG YIџf7 W{V2oIZt ÌL}p4]L8}5zўXs͘,/h# ZF}7,MKXb !E.ptn#l(!> [YwpU6FoY" "UMCx03U}e϶Y1sstB-G/66{^MUyNfLЭ' V]j%o9Q[~-ݐ6x#ىUdh+>N zx>mOfr>aVU7+!a[-3$8@wck蕦Z,$BL8 b2N3NQG {urz[$} $~a a0Q!lF KTi]H2`xt1rzm95cJ1{ԁec]V;`@@3B4B J7#F2X{{ YM֧O}Xr9r~tA2c:-/ՒSd< =7# S<1'rhƲ9 ¦lˬ2L> ;{#?]Pr+a,U6k zm`tQ)yXsb@)nA  ⺣btx| 6|e7F3\h6w |g"e1k O҃@Ya")7) [M5l<b#1>oAɽߵBTz[^03<%PD# AҤ?iұdJ4Œ차 ;~T?ʑu 4{砌vt tZC ջ~J5H{;w|eihW!њyPu8F5   "5TiłnLxd bpحK d1%?Ĥ]`JXsRDIyG@t UiF:b5&i^+愶j2O)QkbsYyiajPrJUIH;kV&mk<0wb],PB32R8ҠTBC?5AniVȡy (Uh"=ћ =TS*2)eOاޖ*loɃ, "]Ndv/''/i`m[taN޼GҫD*72$)qsH$B/1PDf% DRD8"<׿ ͕;}U˶^7 _ύuLnyqioTh ;CUK~PZ#qrXG_Bz )GLudהOmEy$蚫N<6M~av_޳B[Y]X2E>_ 7pֻUNDzb9"$:K4R›xY+/MեgzH?# }ՉWg W9҆4X\hMy4Lx͡n;A;Y + k'T8ahp4r K>´w8]4מyEdX*mSF`"S,mzR\m K?=m Y^o -oi4kcVL5KJI[ {.FT,÷`dX\2/Euψ4/K4т9 Ah}S;4IXɹ /PK2MНND`ʥ‡ZAEt3(&htЮb"3/^⒆Vk]{{>W_ u >,BymI8r-͌M]p-V+tl}&Ob^ڗUN!u Es% "RskGtnj6ߚf΢:ZBbzԾa9uиҾr'd?.x༠n&}UZ{*˃Z7_=jݕ}k'AߥE/Z $Sr/#š3JZ1}e x!!H>?&063^[vA¶)jG(*0$k]"Ks̀}C_F+D s :x<&dHQRe{h2kԁX${c>&m6pbV7ٺGw/G3x55Uzӆs5,U63wX-m1C!*j}ӪUbӼ6Ӈ7z\vc mIil.yhvD񉏨Ct:l^jG s)>z8S{'ߗ$o ͘EoV5|UU;OŶ麤eX;a|;Bs]TH^h%UA#VT:=}n1dT!V,#rM"#?jA.[O)Ε s/&ɱo|mƄ-!6D lP_ŨZx[\UX3_i?ƥS"Ǵ}{Hə؍ikjf Z;0v6c :93HFFV:Swjz$`N׌Jm w)jkk$j7w8#JwyQk0xt < KYye"vL!%-x+;P У9,͋NuqO2 JF[~!o8o͂PSHsm=뼊/+SRavЈj"ņwONG nRc):?~h$H]4 R~GA uIg6[$@m_g9V,%U7yމ'w/^czR]Fh9u-IuAENj_pZ= El AK9 8*m$1%fܠmte\. 'L=(pq;PKSv28\j5 G!zz@*(0iJ$}F[ji}ɅddE&:7h蠹|Qh|=Dܵ}J֎Úo2=*]8[nk c#<Z;n2gx"'-R=$/'\ٓ<cj= #z! z E{oP6/|xV ˡ#O+bFEiVaS/ Ը'܂#j~X_ǚHoK:B6Էdui@hR; ki7\$ +,O#MY`\Cb=*mmw|By0CdkíqY LENs΄ЃO-D`^h`9SѤ>a}ptO\E.&[lX򒪾IVVKJlʒrpfoHc1 9|{vRbA6r JKHCXh7`dDsHAW˘ :;{27 tQ&ZtAB[3ۨi)IșVvR֣uC™R܏EOvqvQ!q"[DF46Bj9߀c_"Goi.zUsˣ0~UZd*‡ mS7c-326JIi҆@T^'7u?8+$&]BS;r6.̯aE Jp[^$P Cx+t>9\,|w\FK\0wГ[V{Ll"1.X]8('O\!,4'b Jw7!}vQc$4i`ۏ W: Э5 =,R̶eIRz"YpKΡ_vmoUمk SO8zB$D:19;'c|5dm+\|Ci0>$Jʶm7}ϋJ%-fn!b[W(xɧ*fFae `\^CϮ qK'( 77*.7Z}`V'5مܣ c-0Ĉ' *yGdSFGI?h2DHrql%n^׻ 7v€+{+F0秪PnAZ*MlK5 Ph/̒s}Bv1W A(RQRZATYj8Y]{+.5O|F߱800L C5R]V2}Srքj=W&< =DL/(><~Fk2R&S5u5~<>RLJtqȝF NHg!@x#׼fxi ()۸N7y̟ A}d '|Rm(%m%–R"faRM>۲݅_ [{lSQFy5zh&< 1d'%uUsojĤ}ru[^uK_ˇLj+wk}gbFGBLk%͂,\z6Z5,!qbP^ʼn3lŸΦhG?CGDYO9o;6_6zbck:|oY!d}ճb7S#ڃ29 ^ʻJ ]SnVz8jş)9Y=@NULtZiUN מZc9^Uo+aUGSz(SX߆,AOrvGF HElh$wj =3/U*u_CW(aZ5jIQ\xc!y ?n=קE&9^:.sj'wHT ;F M);:f KdzO9]VF՘]iȭ ?ӻF>IM(aL=.Zo-NЧ qjf';m g&Lw n}sتIu?!|bomO!A Lr0OJ;G\Ȕ Hs6d}#9=gV}:uNӄ)b:Yg+19Sw0]>oci&fUP,k*nmZAA#i G=s EQ2-Z}   Um`n;с>P0r<{ڷ %)(ŋ@i¶P|DcԺ\op,B꾗zK]eCosbV+P(2l=hpB;*kÌ36=@Bvv&dz[(3C{{DZ}G.VX4IN?s^ &}]bdxrhOȨg.̦ %goR`kQJ#fyV%JЪ7/Yy@ErN(&4aK䣥Rv}m GFfT0[I?NeF0rUf%oBֲ)fbk}XTȲp!x׻e~ˆ3X%~"5 יWUqNYWpW J2lgR ! A=B$\LT@99.rvkE'm&06sX+-vԏ]6M1,#r*]#VNv|-uXҳIli}]]}I(ݿŃ<_eP5_!!L͕p5cp*" yrk晅w_00ޠYhgM@Oj85W B:;0[vq]OV[]Gib. D9S| _̆Dc%"uǶqvnf,<Ū'S3tI\ߊ jsi*2êʦ#&q;) HG !]?=wȓJ4||'V,z 4ބ*<-!қ,7L}–>-\jK+[O(rO3͹Ζ*pWb^$ͰpǷJ/*Y2hP'BIsBZ,J;ܮZaꟼw@Ȝ]oͽ_s ~!HS]E6dbIHG&2s85N: &bNa.'ȾisR  '/V4J2qc0h=@7@P*m8Ui7_y`luQJM)9tԫ%M1UHrȦY[vdw_ݼ#n6Bzscb|/#q)sGFj_طȑ<EzyxW*2{xcYhl 7SqݗI'ǐ[ 'Kڡy>Ԅ}KzE$'Mܔ9u}[ -j 'w[1:eѹu u1c+v7tu-̻u0=RMDl= I ?kd$>A}oSK̫h=E#franLxP2o$T|C6wxcn=迟iF,qKI嵍6%AG2e)eTh.Z7҅#[h3_Y?Q$eǜҕ?Ȃ`ѕ,e%,õCaʬ$)lY\ ԕPחrZuX/.#IjYBSўKwacVtRIX\k 7`O"x2Ѹ{ UMY[b3dm)$: AyVrM''W 6UEϠSoy~eeZPa=J&G5@G.rD -v@aԓDx-e#S]^}/C,ZdހB33Z I'i^`cՂS7b(iQSi4-nɛ]ah%F%ҡCOrAtEWs8Ǻsf;VX&䲜\^{E/.=@jcr~=Fj 39JZf_Abjݰ>g0i.5F:/Ytj?HpX/im0{y\ o$W^ʹO=R E#Y֝eQawBcko!=dq YSl RVLpSo!]=@B$Kzo%:)iR"_@"3-aYlNf;M^*'cl҆`WP[2[2"ĩCȕ Gș䍣;}̯]')2>I؃wD^ 6oV"Ͱ tlv%8eAQkkZڠ}(ښ,x{e}Cs,ׯiP1fkV'DпJ@El$ 6 jrL@ G˻ckY Y7#@w)g>Ekw{?7Kq 3~Vu-D|'a L\LnϵXzL.8cu\QUee2,y>ޯ.ft/Qq~nKd]Tj!;$N}WD{d߶'.ei xq@;Eh*QrQ:X"G=s ^?M[޵>GrEf%<,noPUzt=JR 8" }"=IDhBdƯbD#7hopf@W#uNf hDk>Kl<_řfA^ޏo|"\xM "vt2AεzdX?VNL _5,aBb%.&_T_d?l!񭰉VK0Tֺ2ly|,pj5FAcl knen=6S {H/#Z+)F$l4f.O7(Yt|+)NVd+^Y@O1ϲzd 6h'*S+]S\*^]F(2@m2 QdcRy9yC>{ߍN?LViͷBX{"gUd@^n(W!]$Pehp j4bhLHZ7 Wev #‹?q^¢U*ݏ N4aol Z7X뚄 mLbי B<ڬ@F,8;4քpSV}8[T,?"X f) ፌFIDK^'5#Ѝo~RkmؒteP6&G< «!Hu]B xz9, R 6|dx }V^;i!v&ģܑo*vE^0hv@! U*fծy@x,Z*7WAoGM7sq"$ppVz|nhcL1L^a-J0k/y抾SfSqHr|\c"X܂#UhH#~aZ-Z׳(ϚQlX=_SUȬÝXs+߀զFF% \N?3#/Hn^?'F>|yʕoJ=!NTz_,{ ul h@?hX+&#M1=J H/*Lx61-%nE ^SQbr M",ؒ_,Xԛ`1a kQ;g@ƞR߻=j⿭y=|cF7U^=qBr~/ ~XPH=^28Lfhg 1zA/[ywQNSم SA1G-e4n+6ܢ6RrGIרFfVC 2~+P5tBJ1KDGy SJ$x ޕB~GFPy1ʚ6>>?,HG\'HǕo۵}TϬRQ}Gz$v9e478 8?b f֚5"PT$9c,N!&cn>&}[=[cb*Kb[ R0cV' ekwK,9&N|z9 9(Sz!iD{ =T#+6t>Ng?RLb`u/m ϷwNaiw!3nreٖ,(?Ol Y'*=# GHL nit:f5Ftw{(vtib62@@1pc$7T[r%Yx bՍcv2sx$Hגd-[b#!Od///初RNE*7v*?ra (`za-CZR~_D.6aKA @F:r5c *C>zP2AHrĿ.дUSLyK,)$Hv릾OsN,6Oxog e5OCy?Վ8\ϢR3)[gmV@* iltXsI .:i-vKud+,Kc`uk8'{وΤ[-mye3Q3̻>o;W#;\R,؅k 9nqJy r[E"F 3 )^oh 3BW * 4 eY+/[%cSA\>4(Ѥ,Q0Hb_.Q-:U!DqkhlBtJm@Z>Y-g3nfEKq)ci'ӆ f5]~?:pyN8`]'!n?xKd.{3ѨM3g:#DňU$͈V"Cj p r z%n|g> w<g(hX8WsXhuojBCm@( b":جRal$! uT:HCS3vۤV]ŷQէb7D S2]ڃPJ C@5p GBa [%N_P0SxΫa-d\Vjՙh^#w)XsS[!n:_<dc.RoIMцFxГ1Q-V/q&)n[r|W,UiG 'w}sRK{#䈊D5 A¢IBCSt5{i.vB, ZdЕ8 t0zXEg7?'Ni^šXtu]h{ Ks$#EwmJ[F3w~!"K.ZLTbj()"R=-ܪh "]abV~KۿatOyo|d )s#:a0@%:V")* ʊ](&IBzpys:hV}:]QvX5CT2'8V*ӣn䊩i2i;L8lݮ> 'Ew)Ҝ\k_#xYnO'a1 O"UK39޲w9>m\տy5b ~ F1nmT1|J'U2uD,F@oRK UmnwŴ(=,}bW#cAH#EnO k%wو\3(& L,&d[%mŻtm6en6.6Ak d'f $_J0G&s@wQ9/U#OQgi90<](D. \盦 cbYx nn|OFJۻ)XS0xA4Uf[i)L0P$j1ixvqδwM-k<=ԍ3nHl~ :}>n e9F[Vz|؝Kzz* F0TYV iE-P⹘l +63l~cSҋ²Ǣbxd}!w[zQF,4ⰇN&GFFhL|AT̟46HHj5jxgHKqJo@qw"ɚ ¥`+L59!]|QYj9aiNϴ4+_Ů|| AWq ;do^-O1޶ YZ