libxmlrpc_client++8-1.51.07-7.3.1 >  A a`p9|KJ{DeW:'- 8DE$>=]w,Fva`Ը ':*|F~*D]>d#H(iw#VAtbGh.<'"8wfÆB'Sb)2CpNH JF iiXU27[0w8>{>ـwXӵ'Fg ̓^CgME:'0f55539d195bd6e197b8ca82e940011a3b8c7a0a9daa4c983f1337cd713bf5c6439261b4a8ee3fad6fc792ddd0121c72b72abf320a`p9|R[.<*17.N_S>R%ikI{Z( 4kΥ}",&!CK t a3 а7A= 6fD`w/7ǔb53J =e@ %p޸.?eJ^iJg,댊밝8X%A:!vBlNM mGi*Ms;xA2q;ۆt9;`~k~h e7"}pX2 tF{2bJ\(O>p@2?2xd $ Z2G ]n      *4T\ (8 9 : >/@/-F/<G/TH/\I/dX/hY/t\/]/^/b/c0d1e1 f1l1u1$v1,w1x1y1z22(2,222tClibxmlrpc_client++81.51.077.3.1Library 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_2a89f02c30a3e5031990cac6c51a544f13568cf567afdb073cf7515e496876ablibxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_client++.so.8()(64bit)libxmlrpc_client++8libxmlrpc_client++8(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)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/ldconfigibs-arm-3 16359342511.51.07-7.3.11.51.07-7.3.1libxmlrpc_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: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]=d45baa36317fe417fdcb9e50f794ee72f2abe93f, strippedPRRR R R R RR RRRRRRRRR [TEl盛(jqutf-8152ccab52fd7dba75201550361e3a76f91e08b89f4150233ac1555e3f62fa81c?7zXZ !t/j>] cr$x#E"p̧7,$g5VZ}D:ͦzIn+!0;_`ӕzXWmY/Z8v w Q-Jg{±HE=}񾆏*Ew\y?7vCS$En(>2Boqk-{rN*">Tn"S}dWu~;0MQsNE|D喅BrrÕ?VLV2Aq#*9 OÄz8|q-`- },M Ttj2S1"z`v# hdt /1G1Oo*oƝTؿ]U\=wmbͥx dXϻލwk+Fa/m9N\mP,K?J-+?׃I-K9h9 fMˌS> SF;9vCkjPCè)Ia{ȺYՑfD+ kd(U JKB4&ɳ32o)ZvMvp.&m1lKbuf I7ZƦu_)nlLRIɸp1gJmyaȒ[vUHB n@-&"۶mMh'c+3CFDPuՌElq}b-Vu!)TekA'/zl}E~Ei}pZ›> Mc<o&lI4fHaj!zg(ӣk?MwZ{}vrNFQ>3Ɠb 'Kڻ<# BVVIha Û^p8ؐY*+2-Lm,B 6|5Q3c-Z-O~-4rz?-"Spdkϰ1Rcשfv;/*5p^ ^t9nˢJ<l;2Oםp}*ET{8NqpkvmʏIWE{+X&)Ҍ3 ,V63Kh EXM&пlaWvgX*n>/7PYLyT15kMLHLQ)#~)T7\ם mrsY{B_VToLA" DXJxWi&m>G k_ uG-f V.x6yЭ/16\ג$7Xc}86@ѯyp}KA.C l\Pc C"84Z&!\‘ =smV\y=/Oӓ7zp@~г" /bۛ5WO-9_ѿ2b6ZPydq58"#7J @ Bd_(2+BURioMƌS3 IF-ЌHg@estE([TdI;}ZSiɿ[)1[O;H15-\Fld"tRL5v8"ufd #XtJƩ16Ҍ4 jSDP >=ǎbBnz:{EJeVψq%&D6t87?7^\`wC4)0dN9:N >r?!d%2ʶbAnHh~77}T¥#O 3 ,KpθѥIFҳЀ&;OVH`qܞZl@0X؊ S F:|->!O{`}l?l"`LfapWObh̚:,l_0ϢUC0'mPC#s=KMvފF ۨ١zV7퉱J1XfaQyW5ا=o1C]ZyoQ=+Y~Ltw懔bdZP`1]7<[R7$ : $Wlp[_GqECMljjTcJPDz9 r ^8o.'`d$XTv+ ˃eޗ>BwLW[6*JG%2m!Ywl|VkPnE U|xYc7QCET@ޣtjn~1Blqd(%p81/oOpfWZib(?M,.Diu)O9UCYicR,h|IZ\= N"|AV著IS*ӧ>g O"NkkE̼bf*hIԆұ{Qv·k < b"Ǚ(0>i>KE?'u VEbWiy6"3 f/yvf _4HKi-O+v #*m̌S ngFخS3'p[_˫ZK9cRn"rKCL!xuW'u/x[B V=٩ڿAZ>44,Bm<V7{ lFKv5|| M6,$%D(\ -IlOkOW%B,-EP!RSu5$+CoN:;"7r8lvp=p`hS\?kw?OC@Oy`,%Z3biZZkv'*m&Za%IIܚMr|̳IyYObsBTf%2\SOE Y32YC#$j "c55DicN$St\cL ]KU2#TF 1|YLX7\<&O.9664]iv]V]˚oweZUT\nzM|ew %D-bڍミfA$}l'Y´kijؓ|Z-mЇ$U"j9؂+ؼn`ΧxcjZ|^l.nBK.'IYm%- *Ɲ#9#,ۻ5rO~+aȒձ 6NܩN0jE#踍r( !Jf<0AMrf |oaq%a"*cq(sIRPO_FGW½20+@#(tVhBWn9e{y4}PO $'k7ŶroFk_61fO݉ۢp׊˪/Ӱ}\ķV )l%Kd0[*U "] ǡ7"*)8Z}|BpJTa^+B"uye\97[7![g!Hp]Dx&o1ZO/]t2n[PÒ=^ R?`-5W~g;a?@piH#G`'%a(&:@YfEj0aFd`[2W>˥r4K,TJ$􅔺SktLzҀ#Ѥ\8Q͜lsֿ`?Ra$[Ʃ3Y#Ŭ92zs2`=ԴhSn&Әʋ8(^L s1` 47_)-#$ܻMe"o}B?(&s)+ o6_ Rq2s˛uP& ɡfTozf7d]\ 1~Q ¸~Ja'N[$^v+0B?#c &w9U{D+#5,qiRPtzW@Hީi0OPPj~ E\P(3 ^82gX>`g-JF~gA) n=Χ"@HP,6dhXWb`ĝιn"fg r pXIbRֈ6 B+jSu^E>,A/o^6m .eY H]b57#uG j:l{J _x19/և$Bn\jDeC ﯵ*I& {US|(e 0((C3j%e`,/rAm.~QykVԇu50IDzRFT"J[WcJ {&鏭EQA9P;̀s)QEjq-b@ ^4 ^uƉ&Rv&dA YK7J2KG?֞陛10@JHtKf7i%}a1󢦡3]Fp(yLD ᎌg 7>B H(dtB<`Uy2 ;6"Z+&dUcTkcs>*)J/-?9fZ. Jl;Χ[ ]`=?gD,DqѦ:W*Q"tL qMÎs$3_ѡ+g];D SAi0&aNXEƨR 8meQhIU^50#-0?!f[FDXs;N HOȗM߮`T p?vR!2>_3slܬuW-S7䙎lP_1\#$/G+M-DX2 W{Bxֽ8rr #%)nj<8aa u_C1.+ڝq/[$|"7qr]J=;GK Юd:܆vV ؝٣-v{F7]ƝGFj-Gnfڏ٧VOapM ŽZFeKپf#O5 >Q+<ǤŁz7]Eo> p?1( 1oʹ<ͨ:gzE_<*x\;dw| 1 H  {e}A(ZN-qT\5g?ִ}[˥ s,EmBsaܧ}{֔·ә["gVf'0h"/Ut];6ZbzmmMBṁ&D y tl{]>zq<%swVW;;K}%6][$_A1>'&KegF$=]^2Ο(_HÖa=G%+sJ )lͿYAMqWgvO8sI+zޡN:Eau!wt- ? uositΛJ'x>KJ"[|5HrDe~_  >8F:$ĔjX}Cvwi~2C`^l_wDg# qUB|? PϮڮPRpݥ+'YU?hz\@7WK?ΘBQ  ͙3O(6 Ժ[D9xY0\/u$ סSj)0+4pO эsr׼3M.YDƿyC!-"[_qۋbP*qp@hؕ71}YV_F976\Dyv@w{ ӥZg;ņ}6RdkQ$Gr-P[(RMVo*FQ>❢-a[lPn&\7g\#Sގ 2e96>{sāĤ074$ABt*GE#Ay;H[ݿIZFbmNoKR({ՆVȱhzf^:' [w]'?j1xZȩܢʢg#3h2Ỷ,ROc:D :P}θ3ٺdi| 0y"jSO' kTk4QcY%DѾ/70um!ΜH̱hye%v=L.Кh97BZ.~<˙1M&3y"J7ZU,e;e.t~[T zb`  $!qimT1ZšQ u Ȭ2EIo48Md{qcA^\VކF$ՀW Io^53ER9  Kvca;:+PtO/*ut@ig%G%Wsᛩ{;սW 3X9ic[DIJ^Ղ$x ØA/ޒ=d@)`[sڗ͕*C($HVsq)w|N8%wxiդr5M@Ɛ{ár,֦:q k3PjcEIWoy>U:jh2%I8* HAsB"2wkdmae 0 eMAq*CɌssx"Ck!VfLs=z31f Uꇻw@Fo:e={^%7鈭dbU5Vf]_ b8p+#^wӶn3#(̂1<eM=&V ݚ6XQ'C,4E44LaxiX Ʌ3Y }aDIP{OKgOM϶t}R)0&3>f]~8Q`kbԾoի˵?j譋]` %j2{=A[?z9wBCh'@q";@=XA=!HDz1_f~lT Vkl6=C dX:keR]P^r@] ALpaaM ik=Q/͌'Ij6\.X{ǕcwDL[lN1驊{&S`y,] fvL< y[h{UqȞ;^bmћGl pl+aA[m'8KZ"gc/t|*gVdxhBbX~8dn*7cg[rAZcs!ߑM] W`uHaI[~@3FT??$>Bwdn^xb5 &^I |p$o/כ V^Q0"L"%Uu> ebRe,2|Y 1OatNkݰ1 M;e ޜ릯 [+U :0 @hfpi':a9ִAb69m&<T\~ BHIֆƛܛ#Lgx3| ڋ r~]빧 {1%:4$cq瘐 `a5Ƴ.N@8?i[ԓ\&wjD~Y5'+%wd]Uz8~NFzWɱ+@f)xh^Hu⌃Щ\P~ظna*p-F%MkpӍJO$)tBΈTdOx|vS%ƻԽX͕ꄙ>b |)`jNqKd!UN5lL[z% Snmhfj6l0W=nپ?ါ+>RLl٬I}lhvΤNlZ9ËB5ߔ&# /&/-8,ysTz OZfQ+sI4dpxH PEx]g^fg>LŬDsr5auA.l^]K342t`H̼UoOA>©@cEaG#l%;*h KttLia-YS4Jȣ4>m }oP=Y ;n>tMo)WƎPpQw8P~uG7[۬+yCZHrWÂ* 5%x{"MA u¤ߓwbdANE@RA ]]csF=Pԡ0jv(7_0JSdӌ-s U^97akZJܶj Lܑ oNocP'H"\ ȱżJuc^gHrÃ" 2 ܱAuh4vfK w163W$ <=Səqi[xEc9$|sdZnKHFhFJ}]S60NpipZNNP3Ms:$C:dtR9iF,RF I'0i~;l1u0up\ve*U8/C5fMX6E[m])=g٤Wa_ɋKH2 աd")=Qܬ]Yϑϛ,|-V]臟؄=w)<%gWO!ᓶN|$f|Lڱ>o 3f ŞM_F⑽~#~ 6 32Q jqjKw&J͉&w/a[TM@_+ـ m1$_l-,ɫ8">,OWFfe\7RAJWoG20 ui `ҳj{;Ңğ}/—!Fm iSŜp 'HV?oY4c]Qcz{KH`k.Q"u_V[m2 S,\7"We3z^Zc_۪h8TQW\^J[Id2X~Un8m|ۢ&sɴ|cC:dHtK`'5G6)O +E3 R~B/U -LYףӍ!^`HވAA|1q63vV`QkMSʎL(qwTӏd,s8mWUuM,oQÄe<{ᬓ^D& A7*qN:h9n !OLa;gQ'<#ag_b),&lk=0U\TOήۀzi>l1rwQ1AC4R>o~ss`ZpsQ0ǃ~CC+Ɣ}` ?3 Vz-m[;MNWE+.x'=4kSCSvDQmwclH䱸FV )v S=6K@4_XxfNK|*G$1p~1My= ~l#^tMlQ7P⓸5|\pWݴY3pȱ5_Faz"A:\]M˜r@W1 }x#K0߳SG!0v Gik`3\7dN?jxEV-֦L\ !AVgzt(۳aҿFO#B(d\xID4~sZ=<u @q^FN<zB/{trR0Fat|>)QI~ inGح,9.>a?VފtRPvx$Pgǚz'KEF9"˅O]P 'i ^>~SHە!ቾmfmiMM$؜l(]VtbfR{+=lX{|eJ"ͨ4ј&~MM`ď*e $ɶږ>ėKu6.7ګL8 5&go#,#Q'毕{uieNޜ1eW2QwKrCWT>:p? 5DB۠cRRC<pny*u4BE>Mv &.PZzjj9RAD>r4wA/aklTa]5KfB a÷c=mN/\" =}-ڮ 'i<($SO|vÌbfB|Cf{8ʯעY'y[1F9srxpUAod1ҧ}S ~xjqΡ@X5.֢(eֶ?㋶yσ]G5<}%![OL%;:S$b7x~7yzBUphWY mIG3 Ms\qFE°[jғp7y&vxV9UQ3qpIt+%Zav{rSj+|cfLxfuu5rk" **֮C!7J (nq*,W`ydrRp'^9:Hk)B4%& @849{:ӟ1UMrIcnd<Kio r3N_s#5gvq2-$Rfg`auF?).&E@ ۝F1wGi^ nk`89q}tNJQcBÙ7FشI~{ NU*Z̻1:$CLVDtyF@jR]zt9hkZ8s{_l,Ӝt?Da.DLgDv"B hW3]R9I_ϒ|J8A2+]_><~δVpxЀic xe?}@8^cErL樻Z:2!pqx8Hlÿ͍5ʢ/ܶZP6ie?pbvs'_,%'bQ!5I˾>,`L[>lu ӏӥK{P1~#>%( ؇(T6%dV2o:5"K7G / OPGU8a5 XJ>P jV`"pQ/mߢyTm+D%4ψVdؿ9 H붋4$)tI#OsZ!L/2 #R2=_f`-YYSg9]HX/mSb&}E/&~ hD iiMG[U#`]C7> =KSVaN#zd6mA2C!m% hVS~?0#%i桦?  [PIGuw&+vOG3dJfHrTA[ ƩߌBϵM6G5ɓ& [汎0/=ޝq659/;km6I;F]5FW4.՞;) o׻tWV5{ tT3ˠ0Nf6u[:{׿W<RzH)I)J"(q|}Oqn<շB߲y|b*cPCE‡ƒۥA[]toLtt]%׺S1CMͷKTsq&Ba ԫ%)\Gc\߁pk;`q[PPT#p,Np$]?={o=Lj\t ; +X8\hj20jHkDE^`zOE٫ih34<~B1-)䛆&oًT£'r(pL$QPlDJr0QV9R3.qNIq[D꜏tzD/ԕdbB $A!=4,0G>9hT:l!vH$#%A]>m}nݓ#eս6/1!.އ)Ao٫nZu1z_E.Sw4-)ʾf&pZh(vTkU\ӏA#[L(&E^8U$ߒҡϋ D% !^}؇k?mi0>6# +ˠ{wפ ԷU]:}J}1exi|Bf@EiH))xjQ/&g&@:y.+ZeWNLiȊ帕2g *o H6(]ptd$Ư׋՚uT;ctz*[6ŎbB 0T7?a53ۃŦrء+w,Gi<(+Aj-cGEKm4/pauJJ 1`4 u ZC'hq W4+7FZ#\%-`cꗦ[?;j$G 2#gPDuXfժKv{q`_T0o_)o=Yzo@O2@fE6rTf5k Lixkfh,OL4'׶3/#3IH>LΞ;Z߳>e-o$2d~@A'pD|uE(BJl_}#o_ĿUby"fa~y  RA,&)4[N¹f=qLr)2mogvA+5Z` 4j9'oB%}eqE 1:3k4>V7Yʀ oOENKnNM%KnIW쩗-B5d}!Oc7uߨB-/-tgZ Rh_f#oM~#~òp})Bx?rkgFv]Q~SG^s%[$b|/r qsv}D@\IM2Rxhzݞ|8r]w;I}Tޓ7b&yL]4suѬ%./JW|K ܝ[,/v߆ `Aa(;6w:)EgKV"w(ajZS w[9\_!bK4TQdM'Q7xvC$Oc}xCj ?naE#~[xh.N.B9'J]`~œ}CR3,1Jd% 49dN 8 g [}I{v6a9 {"]]H};Ɯp SE`<,qr/]ݎF~ꄇQ5tpDbx8 (z-7|=|p hm= -UC݄R6Z>^mS0yy@o"`lfl_m=p CNF+/W_l)K%ҋ2Q-!}3y{Uԅ)rG?6;kM>3o%)ʽ 2n@6DԌ{F֛:^̤E8%HPQ7MJKEWt/#rsyxf0&|mgG4Uq6M7ɫ7ڏQPKU~{ȁxҝ@pqGJ,T?SdS}lL,'zs  5R"]lD\0L48M7@軀XPY# 7)+nWwj392^#gj=~U R`߲t;z b_H{jݖ:[j$UH8=ō.Yeݺ&ZJ]Oy:QRI|pTpp^t5Qk;j +qcqםATCwŘZuE$))wV,9Ȩ9_n~&``}#UQ4&:/I}t.[}v[ˋRgqZq^YjS6$Ds " ɝ%b1\`Lg1H`; VQ$rWPSe+C{ [7|diy6uZo| '~o-L[Yʡ ?U>JPA1?Hi|rur7t \]oL!-\ -kYu]LC*rD@Izk0Mb`~GCdp'CR}'|rn<̥ھΔ%j. Ʈ.I658/=L;mq߉;~x*mRx>7q$'xd/$u#yU=wcqDxUDR/J)ۨ-3J_sYdN)e遦^#{j |) (5ޥnw"F`|ft؄QF->zp9Ǝb ъYZHyQdc9Vdauy0"0'sB Czi`|Je\{u{PS*$ ƝigOթyfGau,dRC\ا&~ZםR ⎵V/&=h#ndlJS7HH;b e4D$ Ui&ݰv2u^\!AoH"-o9V 3; oZI2 )@+īT2~c}r>T8H J_O?EK`Q4(F;ĕoz%n'!ɉ3 ߐG j'E)D$X H&MWNL3 A5y+,߈;Wg)f4nxT^LO?Ce=ls$s&bbK$Sm2 ubZ)/zc al)J||)y@H%3ͲeF'W~H=%,24)0G:1aZtEv!e-{2s|ULW+Z0}@Ixytl= @_F/NE?Q*WݽO]b B*oBwFA8Gs#_ЬVԭҮ|蛒g}Bn^KOT̨t%@u>lTQDSyϞ+C 7Z=3jiSk\A;M3Y2E\0Ad+GaCf0rǑ`y gL%F^z{;H(c&{h !:{{v+:Za6->5>z2UL]6u:q5nV)8,֩nF]@.4k%yTナ~v㖆eJ(U Bjny۟|xW2#;ԦuKjIfœG\'<Y|˱;OXFh~PBj+5 <`AB "zC?}lĝ{`Zs21|߾:ϛ_0Anh^ |ujٌLҗ+?ϋh{*T[Y˷|GJibN++u|֦P8pRf H%JSS/ؘyrBH8㿾-F&Uuk:!#r1 ;?XBŰ24GBh*~!X_hrn]O^jcLk:1ljgH ruTgހgζ裿&nC!BpDS pE$vVC;m}A:^mPUd?y yQ+OP8rIR!(noP2Waj7-Z/c :\D=kNL"ah"]c"]Vb?=lM(:f<y!P|.=qލ\m)oWHGnSh & H 48/;0EAI~8>J e7]}P6;_[l+juRlI:9΂ [ Ş_cETs_E! .Э26~nVbi %9U!PY%'͎Qwmsh'ljÕjoA%rي\jC-T$$pMڱf!rg#1goSo267v}Y ڳ,P\׎z%% yx8w1S^Ad[Sf&uuњ`x/ d?d4UĔƤ䥷-\v,>~Y}\gz]vPtuϽVH{Z%ݫZ}/T uS;yOSML}Bjpj?Ko&Tfh~ݧ)5*I@ٓ;THEjۅz Rժ(v>O%E"P@ijCL&SYDc>PN\0hcߑ"{ql1pڹn- {7[Ew?&3 ):OGֶg奏0̉Q:; ]_O&^p?U;OY9B(yMjR_ ikؘT&I5Bo(R|$$ [E;L4#.5)I%𐲌g|5ns@ 0.{$;$dR =tvJ\ƽe]_xcUt ^?`\s.FvGb#A,seH鍋s}nSWKTFp @4+v%nMydI`LnAa?ü rև"nj?S| \(g'zfh(k5ϏqŻ ``H/brSWאFgܔ Djc 9@wml<뻈Bwp &&\!& qcѰx wf?eUxƊJ SL,;U`T bo]C !X &0dC@`b"#`Z7Oȓ.?IV'F,Yd0 p`+շg-O$:$',nB%%Cۙ,y.I 6ϰ,/q5ݽaW[%y)*3{`EW 06c2oY7)j)NVg鯟#Ƚ}q1*ٷfѥEGu룍tq@S $Kó44nu=ŗK2K iLFWxZ%nel1}heg[,I{S hD+xjqP5D)8 +7VЈ܂ĝK >aC PQNeK]IOwzYwkRO8*)su,15Li5Z"pq'nD)񁻗F4O4%6)hg\Vƚfϧs,>1tL˥6Msi{{{gN%o1+c!Ʀ ^QĤ?+䯈:V`^|>C:+B~CV W"-so$"W=.Wd'QildV^JN"#*Da [ݚis,KՉ?E2GUdRH5͸ 13!yӥ`Q^J1(RLovpX沤4joE?b*:n~dy+5zG}RD~sy跴'xJSsaUof+΄[)H\lt^=ȑWJِB;=,p]aH.ZӔG h]!jmU4|*b8Lx]f0*z r8BK-)Wՙ-hؑ/( ^ϓNg>U)?kRPwCIEM̈BU{.-+ o<3j qNyg-DXM3doEW)Ͷ<]`-W.l"vZ)wچt`Ke(,V6)*^ 6W rQ:0ee[ WRmz ).)y/G4ѠD& CFW|KbyutZ/1F#_Eb뾗F%qFOT1!WV՚܇$&0`ʤ &HEg>YcLOP-=P?SF6 H-H3͸S8tYMQEu@M%u R$? pB׶9Jnpբby9m[ϦU! Lo^i !:6^n:syRx"=ْG9vV^y;cbO(hxZs\À8stvԼ-bؔDY@Y+X.n=ge^yЯtD'1[{[Rlo媊'ىpҏ&HRKYc˺7;J|t%g^ QxZs?rl2-/3&%MvM洜/5|(WdtMȫ &n&aD9wÒG5IEa`t:EX6{M{MK{? m{piC)R/=+ B"f'3EU>vƣ>G؟(3j1U ­˨a<AM HGէ-5z${V%iE!Q1o}3q<^_Zb ]^f$mp ?{hעڟo7&hF.$E$x{73N7^ iktnDB:Sگ_y S]g}J:>zY&xLט 5vۤw&UZ?~ӯzQ! g/J)9iX̶=fPqlNDү "rǨPN3}&qmP]9Z2[esDWz<d0=ڙwE=w3=3XXs-IsTwrOad^Æ fKvTHo;ad`ɃO3@6 SM:jnzwIkuɪw c46^0gKcK߻[kZXx!XǮkvy[ U[3$_^Mjg6?j7 ?ܝOUQQ2@;tW)k\ c~-9J1%LMrP'heJ {O_*$E: %J4\>W7ZGD~ !JQC.SJTo!/NT)ׂ `"9bl>e7HF7](98P`L?D?C91_X)A5j^d;INX YZ