libxmlrpc3-1.51.07-7.3.1 >  A a`p9|}r4p}bw2^=d'y"WW#93BY)cC}q%g:F$җcOB0[O5G/@Ƣr} T_eי=h2yt򳾦h̶F![ oATEaEz382qv=a7g7 tL:+ߞzɋV-ŧqn]e;GTJn\"G 煈9abeea312fb6d5dfdb95833c7af8ce62fb0e185a76f7857f43efe036c0066d5e8c98c00ce947b60b97f2f93d838ce1dbe81fad580a`p9|G)NAzt~tMCTBRX لDW :Ը僕@|MϚ hP<'25ۆ>eWn{3g'DĈ[׆~2ߓЫ6" SR>zKD"B&AIq;LvI> `EtUñvjMe hE -ĴVQb*uoNUB]*&ɝpWwrӫfռ >p@14?1$d   S *? Uf     $DLs(8 9 : >-@.F.G.,H.4I.<X.@Y.L\.l].t^.b.c/Jd/e/f/l/u/v/w0x0y0 z00001 Clibxmlrpc31.51.077.3.1A 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++.a`+ibs-arm-3 @SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64 @a_a_e9cfdcb6382fafdab6f4e05f869722f86aaffadcab642e0d7e2b7343beb1c242libxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(aarch-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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/ldconfigibs-arm-3 16359342511.51.07-7.3.11.51.07-7.3.1libxmlrpc.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:Maintenance:21237/SUSE_SLE-15-SP3_Update/1f13d19b2e2df010161f033825f39506-xmlrpc-c.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5fdcf7fc2fb146d2280cc91f4a31e3a20a7f7a4, stripped PRRR R RR RRRR [TEl盛(jqutf-8b1713c894cd165806c3903e9177a8ec3c5c92276a6cd27bc5103c016dff1c66e?7zXZ !t/烔] cr$x#E"nCiS_U/UR{P5$O=HPYY8w2yL_qfD.tP󟿇> e98 kފK@c''&>_/\ϙ4{A%|"ץn7R0 * W-- wYÅوCl๑ԘJM;8Mڏ"^uIU9D*ŭ.$>;˒cH]nv0揦M#ئ g<,{`EB uIJ\H7Ub/95' kӫ SLXel2;^\,6n+MThؽSd&knK ]7Z~uOlWbڙYg'u&A)EËE0J ķDdxf3'nΘè"_q^gx6hyW&Q@rPoAJOB"O/Y$.1mv@<'_n8iUE<<&H2LӲ@T~*fZ{9iax("1AoFRBvTyI˭\ϜR,Z,W %=&DG9 qƿwn+Z,5#kOZYj$sn] p\\bXn;r6]& ZW(p5AƿW7~)U^ M(L߾_^ W*Q~]#q 1l1*MLJt9萞Wu2X#cc)pra8џqh^:e׮]]qiJzKAמ:7e47Ju`fHI G9}&o^/C 4,hTÞ[2. k^dͷ?QG'xhd[ZzW>A@&W$9,G-F1G̭E} S4]"l[\\XTB*5W]\EU.|ykЯ%m[0_/)n Wܽt7IR[5ܶפPe2Q ҅m3ThČ]( )p`:Ū:xo#9kW4 c(cA'}=Z??qF& VoX#պܫօ9I k ~14G"(:3A-/ Jf/`&vZM}ݻ{H ^a~4j\Sr$n5anfhf:Yeb纇^"b30g`o5k@W) &x,7)ΦwJ-YWmfYm<zn1<;  gcAM⁖g,(b:gZBtԒ%%*^S5Q'OLRI6(>^NNBW\lNt7q-=gnYn-% ͸䂒O2}}|^b}{X_7$vQr}`[ȓ`ް  '$}D0~YIM 9u.d5$[v&21TtbFO 6dv9PVJBCYEVf<<]K!cQ= {  N ShK*fA~73H̅u[[ha[{ wu䮳 \1jLzo=/C4KFe6Ek~uSfa\_=Mr6xꯔG]H/(XG 'qzR~CxSLDGǃrmբds~˴}F<oW#CK!#|Ic^`E.TuVR+q%*w!2h( nFjd۵@M>i2< l(}n.u-R={[%DC̭ ;G{bSHj$Z:wƣ^>NyFy6w&4RW:P${ elѥ.|<RxKd\݆GMNakQQ+li][kQt]n <pG< vRr^i$zFJu,v}IPmr&{dDl%6!ot[Sj@ o-0튜 mo0Ov))c!.J&]Z?L̬ BŢHSbxC| rOT1tXꍧ귑wGN`` tY>崟k"/ ͠Ifm4,{XItG9^k.pޞw -$aST yGvjrmzk(B ozJ%u]OqUۜt[QPatm'?b\Z(+?G=5o;'D›ndlؽEmՂwdYncF+aAqv}Oh眘=!g1y֔dvp%1tTiK},a8K@M.z?E 5150ϦVi9So$+DJOhȅ;Jl'y |6?AVj4΍r% p9\0)ۧ\>yCl#:YvW)A6IÐ %!xwҸXɊlNyg5K#ɃQ _d'˺'E!aGs.&2U&*$/LsZ*HmV(߻S{k=hX~<&VfWA^8az`1s(Pގ8]l)| 4=hy,lqPr+pToO5qIv(C)oņXaՑu2~K@;Uz |UVC bK^9zI<0N׶ON*,ſHˮi"'qYGx NKeuAÖ؂m4Q6Hy')m Cw[[.K:XPSDzA5/C/I)<˰]X:L[o]=2b|_ z Ƹv ӑ")(.PL<IPUFGYviVj|<#2S3A6ɸ L j36l}OO}Zgj?PJ{3+瘭βs ?K*^mŬ0g4i]:j_◹GLu*8ʉwzJ/KsqBATu.S2Nutv[j|%_SiKb2* mM9MNUSSKe6 )u; J =Sco \K'5b/L] ̜}?ßmDRz؂]JaְQt|Ql|lKxlK7ES_SoOc~&yq9 _>x<&WL cKn4BsVtCW[9OpJŊ{+ >cMVe@+: wԺO{K% H!,x\G8+ϒs@ Tm-He1ZE nZn4%.9w iRn&utj%O]ȡģ\A gnbJuuV.IzCtOP+tahC]&u%6ޝl=yizkpԫ]u'$:xĸ}j_ak:b+< =l0QPJ-'5Xø낐3Rrmw]s8wbwkTb^[bgv54J!o^WׁŬG"Ř=%U^$7dtąBV!1ce<2CrQ9pТ~P|.=Q)!G nrj>gk{b:BJҝJp& >v1J%4PT[La.!Ž2-a{ۊ-%g3#M =먝߆QhTdw҂Èg|7pot" jyc˒mqϑyed hUf_«Y{8l5(ODrpA@x}Z}JDW08t0ĭ:D3:)g PWoUcICX=Y.>޴1E8F&NW"K\ [_nYXi+ ~[NP4qUQ+^qp} n*> D3TN1]!DaO=R)i5HfH檳wׂHw@-xL/[WLNG/"[E5Dg33]qTV(iaePa˙/yEա@eR1Q- ts16f z)eeb<:lJ:1l8n!Z|OK,2>PGƯ%>SJ_ A(TXTCrc<fazPq" Zc4f-EAaK|N5/mq<0)EUFWAxy$7b6oMwu5a?®ytHF8[\Ph]b{8nۧ "R;R'!7QSIh?)PJPOUvYCifSoMӽF/@|97Cn8'_[?>d$#؃~dE#ß@׉/*5_![tӆ_״4Ttwsd\p#UYܶHí[/{%yoGyYfA__J`/j m} ($' 24(DpOOMV;?6<0S8Je.WSX&1__L_1ҪW^<jqm%|BP';ݪq^(ǔed;jj5}p 5ZÊI>*&2@T(24"ZAesճ-%gbV y.G괱4vSN؟tѴx3٩ Ȃ),ǐa\h-~(>nE&/38v1]6w|f|WkSO\HAn;)R?!4EY N,i$Q ,H$R9\bG5x!=Iv1*EL,h9h( H Pc؛ef!!R:uk_nӚz1Cח`K9(X#A؄$<+ZPWj.bfIHBFU|2 df`$ 5ʰ34Lc+!N3XrG6#:s+ <MExX$cB'MY? 0 ԃٚ1aG$*fm[(F{-+h: 8\Qb\a]*'X\IH͖RklD_2Rִab KgZV}ЮCըkQʝTOC/>4F5cykw6.mIWdם T qs/Ս'$+d$OK`+UӗN-KE&Gw:}q"K9-F$\VK@EdStP/i1)1 MPN*7l[cE372vo;U$#9}83ɾNWo0t{ܔޢ`flN#'txZ`IWSkyB_|K+^!AaE (>n jif\(ɢ>UQ6,#7-9l@o_ϑ'{5|65:27^· ⷱqgYD*kGzQHm?9 gaK[W3Uk6xZ V(kՎD4M2b6b}^(W$3Px;vѰ:-jO N; 5d̆TS 0x|M.˅Н/AEr6#՝cM5W's"=~WP?lj6aw*?[6kkE2'Sh/i3[Z<0׶w!  lqO(qZqLz9/>EF(^&R0?5izyqf;^$"~puW&Ijмg$7W' NO:EOؚl܌/v(k>]h>ft݀:l4e\6n*tPST+h)-fiK^R4|wٶ#9xvjͬӞz&ԡ۵K9(;T nԎ˙hKzw p;bNo-kЉ~7 Hżn Iߺ3~@neU2t)by[u {Nċ`1 [<l{,V8QɅ|A;ڧq*Q>bC ڲ`Lu:a+C4!-pa]&D'coh FO~tbvWM]/$SWy_w߅k0OyF5X*VV [kNMKt_M_ iYb1\iD''܀QŠ'q׷XJӏzn+pL;zs~o}QzTcRv@XY& ɾ&ЙvVLDHɠz\FpHֱ%/%3;^4J;٤zҸnOc4](oSe=R5kT,x'>GOƋqd\It>ؿT1{cKB+xc!R[R#dY,Ԍ#)~QF<^)r|@ySjբV0:(oMJ_RW˰<Ŋ )Xc;zj&" H,d ٓ1iw9(;sA#{9-.#klaiB~lAyUH>ModbDMU iBq)dFQ"a4phZFs 6F^<3ϕzhJ_>|?.m &IƗn{V^wMK L:f̞[B̬B!pW/lepAݘ( 10zLӔO"Fwov>]MdCAY/@U Sb.by7r?kˊpk Ǒ_Z=pJb|8Z2 uY4/BF|7"6S_|Kp@ asٛ]\f:+a[#P4"XeDM OIvsYkXY~5-!(HDEV ׂ&Cp^'ڃo)dPzL9y?IehӬbtBv^SuƟgDNnWr'?n'D{#:K7Mf0K~` o D<8`ضHP ZuB*ؚE3fSDKK;%:bl$E(pLS| -emöjYKSԛ /ܳ8%]f?uVh85Z' CxL;{?I$HW[qyH_R0pbH9bL浠G)Xmptۗ LD4=!}Sz\}@x8xYrp~[2Z ʾu <)>; F Cdy!sKZR|cOF@?}.؃*Qbcfȸge >X. /C <;ʡk҈6nAߙZ)AAel$~kN'JwR >ss7@Z9dxNޞ"F>UUQ&?7̜prX x^3f`vm ?\4́SyOj(lbRضႽrY%}VF˧c\", e@-^ Q6΢!obpwCI`9:`VNEZ+sc{aLZAPUcј}.+z20d.9uN;$ad,V}퉞hߣm1L-i`-d.#E1y/ei='h djU1LG~NBҲm9Fkk 9Q׭XWLoRiLU*D́hտ63OAY gD\*nSh߆&Ww439JV8ꉺbBa6=9o2$ZS(dpfAu!d2b|ZLdZܩ\2@k-Y]'dޠlA " sI>zgzMPqjD?3ةp٩("v$,(Il8c@j38J>0;(_ z^9?uͤz/e(ԎuyUps[ϗ$sO?Gڂj~g9Q%c߬HFfgF\NbEwkHD|TZqY-{ gT@=]_#Iߟ~H^`dYVRGcQ@K#o0]wP1<,H5YjW\V+K-+iK TE`8v1gu}|?zV޺w+ɜ'l]nxPnk)в>naYs(,(V"ϼ!p* bZkcTN_$wB_:qj]걷A&搳!{ {Iji*apY|î6 @?1*EU"w`պz> P|Z-LVs(j$3 ]! )s''q3gt8AyWwgKqrg7b}\/Fri' .N; xDŽż^ ߻ +8. z+[+0X 7 f3YN Z.*VC|d;m g>S /b| GH2P b&ށ21T_$qS DŽ&dfGgK4.~P1U?4bM1I`wD/<(DXlP ;'<IS\QM崶brۘeVE?B09~ Gy,>tmgz/56SBW@Y %Ds8viwm5'9x\g!ꅷDS#嬢 :Y{{}~AFI7Ǎq.LlXA(IH5H݅-|4zJu[B uEl*|;BXo=U Ӌ[OBT.6swexW&2u&h OL =϶m!O8Sx`1d[(Ѝn7_ (t=_0y|И.2\aRވnM\E<45cVǀ j%|CKn\o' mA7;ѱJTm( =s'D9PMMО'c+x[D 5pZ{#=i6 mP7z)+RoZ#: `0I1)|/ǜ}n`&B#bNBaдw힔^׆wCDE^3^Uʽ1뽩C*-x/1/L&\Z9F+zS5G93X{v9P0NdZe=֢{ ?F|nJ\&uEe w t.=fk$r6r]Elh0f3#ݼ--(G2 |'#!!0Fi3 7fRvRp :3IH\bh|:G4ǷF՝$,CHb]sP͹|LV]ĉd< 02`2n8U#'@%_uf:@sʱzaC wyQ H;x]/R#ZCq(35y6")h2,ջgKlB&y%?ZЈD;~eMm!Ca5ʕUA#_8YA1=福Jh۸6Q>Cl u{ N켊<݅F܁oH[S A(ư&Oltժ^H|썭 Bݒ\h|#fm+{yPǍ?` 42$f<1VjI)=;Ne"#Yƭ|T?-jؤ,_*EPS4ZA@Mn| tJz}5Vgy0=(1P0FfpA-Xb7JX4E,~}ǐLImMu/ؿ=.@CHNtIsXm&nVhk. Wxy,d4&$Y)NG9|TݿO\7F' )h/2ϡDqvM,Fq^g*ԊQ9ݿE{`E. ZJfg+({ ͶhJǺY(%lg+T|ԙ3!01tV`JvW֐ٙ$3e|h?V9mqV`>ٵ,Ro-{Y-]!^ U#% ҡ-J)&_u⿧p^wҙtS~ _haVX%׻d`y5v*oVwѥkŶd#ks]߀:v(t u;COEٚmޢ+$p8Jw{#P|fj8 EMM9ӐU`HJB/ʱ,x|wS4@⾉8M^{*aǥ>"opeM@3ɈzSvf+Q&YL3>Mκ81A<[ 2t6M!s!iε|3n=Q4UPϘnn*u * pT/(4tyYl"ߊ_+!άbk69!%[!HB8A{V\{Z}  i(/zCܪ;ALIkx V"#eGHSyFsD]>"'!*E1lzs hq0Iaṇ0dh6rlğܤyጭUl?l_wjȡߗN*So̞ok9@yn[NCR!ѽ/Gꚡ7 l ן|l5[.k x"Rƪ=:mqcY+Bzy/XDW!5ޝ4 >}an0 -Z=ڎy)_ھ1|0t CH(A%%TD _C|;q|IjSktEؒt*%06 ᪢֠9+9pL@$=G,R5 ]o,UBc]yxVĐ #Q=pЭ$&69L:i}Ǥ$hHY S&/h˳La8AQ0Ke[R3ALf'!y6z.(FjvzssL(ϔCm~IGO#Eq\ -@4Q9:u`E [ߜrH?O/H. m@n2u"1rsۍ;_m=1{,e~ С}O`WW,]8DU<9S3vCI-F7W2UAf}KrP #]_NPTuhZCYU%f+?7@qPȤ$Ud_U{k $g-O<(cf?-21^Ml!+N8sv2[R"4 P8a4J\.V]fҠPQ{f?̚'`dTkT +̡aRA>xЄ!|7ilӃ5#2f'PE'P#ޅ=2z.gwg`wNi?])rr9E"1L.URlNίC 2ʧ$sʌaw%?D>o9yAY4!%6W9T2࿃K^ Z5'_O@vp@s -:aWYNGo[(P;v|6U̕^ f9JhvG: V>K I1"}fM:2-kv0V̵gsEv xDbHHO0 l&۠^JsL_Ν2MӌL'Cm _/*6mŌwIYrwrf_pI'[*sj9O't^?d ]zm Nĵ-qg[։F:{ T x.;.$k<}3f`cFE#S|S0%&"“-TDI>H8 `;Xmj卥r^"%,vCd2/E}Sϗz:%$ojK]wett¦WΘcYJpqk2=\,FDKRr4v>M/F (P̋]%wQtXj G aZ׊]݄ jueӪ? .8V~-1^oDyV3VǃLnOZ}HERܪ M|kcOx.*r+:W>6"(NPRz^ASq,~_B}B4-H(@?ꏖ^7@'ح73 I 28Z,މԴy&{@GsxJE݌,2?󔖎~ Pu! mkќY@-7vIJ'-/S!, }r$uxMu9wnߢMt ՛P,«͋İs$&+)zfDyX(&!PT? 3?I]{G4XAzJȀ k$3#FڛNxeɀԀmFP%7e-[8kJlS pkiTηj`,öcOi5U_? Y },<"G$rՐ 0)kǴAH$Wm)9;yyjÇ⺊rpvp3hT!Jd1.+ll)-#Sgr}G1o|#dbWBZ&&PYi+Pa\{$Y'70Yx}7lϋDK0VvĥcpelDa;CL">q d19H-GMhIN;=>˞>0w qT}vv#S19px Sǻ4C9Ǚ:Sb9VHnґnFuXk-2DS<n&y/?K׿k+{LF}oPXFV[uwzWujP.'24]+5aZC}F0{uyI# ,:2vfJD1V:QF1 L1ak?!Aqc4~Ԑ(x^0eXhT*.UK{9 o{N9;ze-xm+aKQt#âZ!4?NK{tbÞ^K[珈U])feˉU ǽTt:!{N[r 5_`%&*F|(_6 `F o30I 6y T{6^UZTf3_Mzfi},&_ AY97#uf>BZ{D{䄋tOӈQQw|[ Ǘ52b.ERc\(pP Vy;jpgz&鋾X[$'0O* 0uBAb9YED*.ݾ>@w _.kՇ$wspy 4L " $=n˦oxEɗfjAh\=˾ Ne*݀,3*0;0<0))Tw*ak:ކS7>ޚ;P1qe9O@͙F/^JO%(}ns lL3q<-Sn ga&ݩ," : gMLG8 ;T _KRU#1(9^$pDd}COu3NHR )|؝P\U{Yoq39*xBoʷ,Abځp>mx i>dB H*s$`[BHѪRHK:Em49B 1vT5X* m {iNET|YZ0htw+'b˟٨>$RZ^YkY?^,EBքyE:A.7>\b^Hjz!0 湱[Y9߄ +`>Ĕnwj!{W_@}g q64 vNB'-j΀,2tM^⚵"I5`M_0ʴ"?u(UsOQL7Y-n-; :rBzrO"t6)łB=8'#T:X*\qcm3V@*ɞ$/5%0#@QGu~wTx8ٕl)x:(AlG/L?ù.|'a+ (exfc@}?o(>0\fZqjس*˭Q(H,STY~ȸ7O8t];$}Pj ҄8Y?˨Xi8#Ѭlft H2wӿٴZB!R'%Ckdg}q눯t 3nMD Fa#PQhD&—VdŨ:c)]gCt:C!R, <ЌԖQc;t%>On+>yq`> mi~iC[59jȣyGlim&E B7b?'/A)y'ڒĿ6z|[mhd"Q [8W !T$NXaBDGwJt]]["]br«%9m ͳIFN>Rd$4q)9U wm7u?v./Kv=pQV8T T0a F;qJ)' 9h׀PA&} QT]wOaK-5C0cQ-깒*5zҚkȻvLUx۟=}3dMBRv6y`Oc_.a>Wɂ1<|8S&bRdu AmQJmE)ȚY yvҽS1[M;aE1E,4n8D8e|ĩ>w4xq:& ͒[gd{b]|DQ:Ck4t=qx?6L]7@FP#hWE],{`)bT" ?:I|5yé.suZ 曾/`ŸL΅8`k%9u1ش:{xӮS6 ,=PVyt}Sl/̱ZJCsEIhp+h&iHG!*,Gշ 6طo;WF%PE.!o"M7+OW+e1_<'uط=KQ4$aI<]*Isl1Ԅt*[D{DZkûlHrל'cǴ.L2A Ɔ]ag.I7ۋY]LV~,Hl~kU7l7`g HJqNz \Ӏn\i_p/ַ0௥2(P%pV$mV;" 2 @Ȟ:v$P_YQH٨PTh^Z˘+51^T0O`5\k<@w2N*~vo׌ a-QmquG U-=泫vDӛ^*p4Ezf$Q8CQL=zD'pt1iu&ɼp8m=ԘO['`]}!Y_KzHBD/6iIf ĘpBI' >\. ŝǫ >>$yDց:/@' N!xڅ1F5Hz gs4ÍOL)pЪBЩ&Cy5䡳Qer|]}h%"B2*%]ɠ9JM>"#W{(j (;*e4d|1$zr?VDmk?e{Z.4]׺( HH| Zc"ptrP2O]kO}13@zwM稞 2C4ѕk}S|/(h볪)0t5`\/6Dd&) m>2ZX"^/ @dҊ'qjcs-̬6]R K=E] WB|l+P/(&D}pse,t)*yeiK]ړm a8uԞesAjÉ%j :m>c _Op)ɧ\_T^_ڈN]%H`'r6C 0%<)VƔT z}IB^c뾘 41 P\-!9$Hd?J׸=+d6&i³ƽ~})$yY Ş5Uա7QEE[UT4W+'ZRy_ Xr :GB uҫym(~D3A )xx/ج!-k?yqD;tKTm0;SQO7x<(SA?,$g$ ix?鯚M7k35Y+BSa/BV0d Nxkظ쵸ZVZh!hvR*.6B3Vd}lIGCO Qm\p`K iV G٭jU(v7Xjq1 r#U$ Rd44Litɦg-MP@'4eAPuPGj= &ZX® 07f"g"j=9"Џ0? ]U`e;±kY1opvg'x;E#ʅwiÙfr;͐5r=!4 񧃲uۃ:o& 9Nlɖ<[D3o*lV"cbKbxk2}e(=_G;͛ƞ&(v9Eo*5oVo `)󒜦t7!Xd,ىYYY}aIYS?ƬFT0K,+o4Ojkutd}beK!;4zTEA] VXG[B rr0τ,qvetT5q58 uTi#HJRa!LGŪU#>Kf2([Z?EJV 89G\):y"a9"CU.R[m׮HLoCNW&ݗ2oE- $OQ|3&9Q0.:nOSx ՂϪ+ Owmmy9-m4!BН+~bDCŨ0 }J^$ 4H:8ҭMdƌ"КYom;3QdNdn!}cmgg/A R2gRN?cjv@ke.0Et@НrPid&;nnHbKK.?Rqp|hد,?Ȉ8T"&|Wxǔ {uC]L=EˣuKJwlM+yWHf& 8=wר14'!ħ ]s9ZPQCC@+bpri:/ *G ,rT},s1:6[26_ecwc ٬*Qby ] OzTea@L9aK."\y9VM}NA6b&nU$9 ! n  Df+uDFgqҭ+3r<dgM _꺝TAIouyV4~;kYpPJGz<@ nVCaR Ӑ<_d5Z8KԱ31L9mKYKGHG!."؄%R>]V 3_Vn^z̔[ЁNДDNHڴ`b7^UΕ>Ԑl }|\7qk-i&C%o7ǭS.&zV.*$<sXM6YdEX  u3 `&W!~l:Ae/8m!ͺi=A2Qѕ *FV,*9_ԳڥM;"U.ݗG`$d^"C?p`Dɖj՜zhm=rRݬ4HHQAz?S$s;Oƅ!zBp (z9$- | _ o7۫Xm(wSߟh2dc572};'(eчOi-G K({ղZHo ewC1/<%]&AF.|& \[('Xr3|6v# 0,0?ņ({_H H[?ua{qdϸyc9fn7E睓Qsj4N6$=HD5:XCanA;'hdWdn$eۘ?{$<*|/t\1W)g5J(K|,LҪzAKA9r2 Fa9P G |G;BxeyG (_'諾7xxBeʠ?6,kd-l($TI 1/G)Hv5z知?_=l'_+{x|4y/$+C+}_ƀZ| 4xUCD[G+餏Ǯ 뵷NTt00qdJM!??~1Z'_P|74w{||!z."$OuFE'n6uБjtG6vI^: ̘1`&l^CE|~їϢfa%UA-q' fk aXH:4HtKڛShɞ&=Aޘt$K_[DOB~ )fvJBSnt곸#1& baYcky˜1_Nc1 *xDxHX;M)Lts2S!8$`|bk`U.v@쪙.@)~i(]!K[ӿe#5B8mOuQk#my`w-0 vp}3fg9nGTU} ;% '5'1)A1{&LW䏡#VN ~йl?αkuP`Cz4Uϐoau'˝# -vpPηҁF`Ls,bpe\zwZDiV(amG+&njc=hkF?f9Oԫfl4$(7e15^K"\VQ) &f2hgH3n!~SUix6?Έ7cC ;}#A?$qD}^X'& h=tc聊œZ3(ƒlƫ 04iOdgzɠ)ț i]D ž9UX@|FI:-o9pWfRe 066E[]rwB΁Ќ3;JdhpgO/&8ꌨWu{IբAG}q~+s NV㾧EA4 Uq`u_DfBot#0ԐˁlڅXTg/(qA_^kvqf&ֻw a56T‘]Cŀ:A/V:dQFb$/MU&imĎR0Dg撕W_#zi0PG>{tռ{{U0 O\Xx\u s doӷH`7ҷM 3h͏44.g)3m1> By[3@R$Y"j( ~Qj'Wqp<=RХI7*թ O\'iIƾkѯ{y(`gD#U88Ye3cС@$蓄6u?X7~M]S`"%sQ ,,㮞eԣfg4?Kv2BnQ-o5_!PA"f5vb'40lIkhӌ=+ kq.n[\QX7<gx ւݻzҾB^ eAo^)^ F&}Mj:Fk^gӅ )ή[U[Uݯs |Qv|n։y=\ql8KvqrJͮDkdj*ted:YҦЀK7evFW({Eq!,B62#WUd&No2-#v ӧm$e:_FOÄH*7*ȓpU(]uD$fl>. ."}w#lW%_:%Ѓ)v`nq'a0e[BڿxĴUBbjtܹk.{``yBxL@*G"*O9ZXӷ+Ə!i,ku04krnUsf8Y{8Q^ /${3Z<;N>B ʱWHpOfQM"Js!]+ ,Xij@~ؗy`Ow4B<1Ϻ[N}^QPKK}4 r )sf2ϩ pb#ݡ9Q]}nB7AOXcU.Jrt9%n4FwkmOЪ2;GawhH*'pv4ҏ'I RiA*^fo MoRGHx2+dujO-!tTwSCCȲ0 Ѣ #s6E`T))nFFiO q~QK@PSF?O;MGS4dp. Xo]x,[}0J KQޮ{R v{K&Hיwcܢ%&0TT7(p&*ʛ\dJcas[<'lMb E+O8c#߃k0R(΂ba <`xr!ϩpd z8,,rJLfѪHCyܗwj EvVG#D)$&Ƃ-uq xYGLwL%t)gW-0c+T![uhݑ\Qn#ꡕIw1{"DXY;m:|c 'ZECJOԅۯhxX'KЧ:᱄9gX."jѳ ηAwas2R~fUBi{c[\c55(e7?^ߟQ>$/pOnA:TI9\s2Wo$k./*0tL\AålB} "}-Y2-(L;)wkTu??fɪ~39>OUh%^Փcǵa8?j>\.DF~ ʌAKu>] 8T:S8Ciu!ԤΑNXXcW`&;N] _#o r¡TjO=cʨ;_~yfk4WGEb#yVuE| j0ny”Uv,sdžД|"DQ0wS6P7U HA_WrQ *p~ DtNF7B/n?[~.%6>S LUo&թLfg"= _4$^ Et{wXxEL >܈ wfAq%Vb<$慍"%45-up84|)% M} :}`^^%hOB>O'xN3ga9.~9SsNYC(!5 5٠y>X=:;ۥfx8 =Gq)fCp6&1@3vhY)ϓ̪q׸ejN%ȓy"n4oHP:=-GV CMS4:X+Jm