libxmlrpc_abyss3-1.51.07-150400.1.11 >  A bvp9||&8k.}Q| 9%?nEQÃL 7 .+_,4—CY,u#~M(*ڛ`']MKNł׈zA-| oFg&u7X`S^~k m^}&sPϭlҵlekXil#ttKނ%4c2e0b316a0b87b05ab7cb1bad98638f210ee79cb678c5a2ce84e693d08895bc7c8ea6a90a1d84c64d969993d3cc7c5be5eca892ͼbvp9|?.. $>(`CS#ܰna./đCWwT+de-6\M5},TDtOCp LS!ߕZ4OLC+y 0Gb{|+IǸ< CT<;YO}k<.v&yE eFЛڭg>WV^epOGS?*BH E>;E%r{0as2p0[VE>x̥V JR>p@1L?1<d ' ] .C Yj      (PX(8 9 : >.&@.5F.DG.XH.`I.hX.lY.x\.].^.b.c/d/e/f/l/u0v0 w0x0y0 z000018Clibxmlrpc_abyss31.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++.bvVsheep20SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64bv8bv;f4f60fe499d64b42c98c343d16dff3de0b6e8ff2d83ab4b677954fe3c20ef063libxmlrpc_abyss.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_abyss.so.3()(64bit)libxmlrpc_abyss3libxmlrpc_abyss3(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.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.3)(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_abyss.so.3libxmlrpc_abyss.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-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd976b91a155004b60ef470dbe0cc74268708fe4, stripped PR R RRRRRRR R R]2I3,Bjutf-8c4558a128bea505b2812f66b050f401690b2db88ecb4f400a912312118e7834c?7zXZ !t/ᱯ] cr$x#FX@w (X$prF:7"Lb6Z)E: tҋ t?#^a([|:3 kr@ηAڢ @K$b.]IF -2QR>`Г1]K)(%7.@dq&9pc/A]߱X}4g]۹Xt5E=i-:6Yg&|ōݙG? i1Sx>W$y EWvDd _ -;cSeC[pr *f fooяDL~ڬQ&&ƭh1SI}b}Za>|Ȏ|P,|ឃ !R`,Wp.|N*#ag3sUYM dat.h2*)~$2?TX~`&-{oZzDVUB(ELR6_a$*xl~:1mKr3i-6ca:>_X²Rkm Zv |Dif&9슚B _PՆ`YI`۪1ITPⷙXq$!z0zZS1 5Q:fX[`VKc16⣯fz3 _<[nAOmKrd\dK̅Bul U@Ao%`a@RKS$U݆ cRTbf?(O!lXS_VCFtꄨ_Z~*gZhWToP& ,^1VR']ݛ.>otaa5J&@822 v]Ѫ9`dLH{Y7tl3TSMGgV$m%Plѯ% )LWj&&-x`We}>o)!H5N/sU8׷i|%VzX,] :Z@Ok[K^gs(%:5R8c"!L3b!gn9-؜ FГ1$$į8bVC9KiacIaM9D~taKԚn̯Nlp6\UiA7aC'e$(8`+R$`FcdϞ( {~4P$p6IM6=FrV?K-xu?/,2%!:5 .'W4YСah(ӹq6M!Qmҵf:MQ m49j*Wxpϛ=,unPCFY<'XN]͔J^[bjm/hlI!u_67}ù6YzR9 ͍,&XL_MwՊr%t?(>W{mC̅*ZW_(~pkVڭD(#Wl*mlm.XIxl##G&w+ 17 pGi7j9Fiq.V竲+|3In-Ay!ΈFu]C'm}&x~3?-v18! 5TSqEI<[[Gj'cX`\q')BpׄI< k^3~#HA]4&ҥ5_7_ː’[83"Ob2h[7fʤ7 SGui "a߻sk)9|J")ӖPO`@,h j&$'ժܣÂ@ ͏rLX"1j C#cŢ{wzؘ zK~gpī߷'1DJCs^V{H 0.ڛ./ S(#s(J6 \k„ƪ&-%t|#끴$U2GxDebބ7b2;e ^/r+u:f%b;9>l ,Ak?9~7' ( kTARD{sci,n8W0g= mj"#'baxs(Gfx7S=?lWyb6i0gQ6y5WG-/7V9a%Dҭ3-2MRo|T#t_j3iU٫K|K#`M8>&4h+zLm-Uфcq -juTH3sYƧϱebY15R@kYRiϕ ![ާ/yû2'P"]mٲxr\(S>TEbd.k>gx\w ru]-/A`cՀz0$ ՗bZ}y;lDUdCHY*7\ 56 a!#44cnHN-)oIŊ杰@a* w@2呑 ^&4+Dh kc\-Y6?M$kaUPSzh-wVQ6OźxI=uu l%Nb?0]C%503`ϥF` ^CbWoQI] DFXlP0lL͜x"*/Y֑?Z0Or h Ŕ7I_iH~';#(gb3CW\6m3 ciU27*Uweg^/?+WFX?OV0@Lh:ޞ)^`UIT̗) O3>pp >ذ\nmCȽRq:ވa2+d`n1dHR0'hYA ^$kiQfCD#OYl9!륋#Q>j(\UvRA4(UIL*pAEZd%MkWy%wW:NN0>F+lOTԒ =0'/ Jō Z1Prr+ؤGE2 ~Rp;Q屺oZyl擣Vi,g,Ju!WS*,o/%ڕ]xi%FsnqKb5DWH)!."%h'?\_-bZ?AiId9 ^~s*5_,ľ,`(ьO^{>$D| hgR+&6AGBG !;#Z'2?%%~'ir;Lä53Ջ%22 ̺F)bO1GJ;.ӅP c3 -]<#յ#AԟsZWZ/SJ5+@a3h6"| g᱉nB,yی'0{{nbH7SZuV)x;}R 83hU{wu[O͜Jj FoAdu5#Ry#0PBC|off ՚xΗ"W pn@e]^*<`QA*CJm_ #c'6< WVJ&=;DeM MEzHuGlJsHt@#bL~v.M+WsP }!۝f^{eաg 3]X?`Eh&GrXN;_ld`A90̦ H/?(51穿U`܋AktFV1gjLSZz)7U5vqaȹy$)foy%o &qjna TAb>X๾&2rT* n6R[ߗx}7c9lJ>+T |Yз);2N웯RtsueogJUbZJL]86GB&#u!%I)%.Voo{k36I|w]I {Sq 0'vAQ4toGl_i5BD 'C,ԮpC0Ž\2k{HSp{ Rv_ + x~a3q(M9Kg@@os'—z<ˌKnϕ5G(j5q@k!7{/) dF )3YA;~ť zȁeJЁ@ Z*>ص4Kxf ZKTm.KE@jEF]oD[Dƒ~o s䵛$gܽ`>g(< -֟1!ew_+FexȠp7+Lu5H H3OJ~ba@ ݾ:Poj@% bʋjdX`nZ"vSI+3 Eq{ YCY .hA9iʘs|35q rs}Ӈ5&.2G+nE0e!'lBq.bEN- sWHAl5"oxLE ZKĶYA;7U~&ĺͼsbZSP Ѥ7\;NکY{tlg{yZRD\S|OU_L*dz Ԍ}˲!M5bDa&Ztò+4tHt UBO:&fxV.YsiyiVRI-HAvȽ@_+rI:* 0>Y/y3 &3Xsc6B dZ"D)HFa1?kJ) RWԛ˲R-S$Iuf J o{7™cI.N^ Mc{Fꏆ|䴰P`ϳ1iǀ,܍^9 aCO{/aP\l:9eX쥍}O8QfTiS-ޏOZiJ<*AɍNio'"|AݢD*j7NfS$vz߽K}Mip x4]|]s+%{ [L}w_-(Z|$CI"= Fh.jmC;tw=S`Y¶ -fIS[ DZ -ӌ:76gMAus3zs}M?|lŵfo*9#AXih=ηg*?7\?BF&DNUJm;[4vt~b`'MH6 mOSC{S,rۓIjNn}h̓b/}en5?6MwOI[<>Oz<}3z*VHˌ7xQuǝQZMIBdC 瑥b/~ ]O"zL6|aIF>U-#TOdq(mAcDOZ8+F_Emp h/Ù|%=ˢE~#E^5^w`ԗB vf'[hhI\ueU+Leoaߞ{2-EL<p0^_{ Q|/0.h>tR1x$K.rg]e8Zё_GӉj![ (WK76 Iy [p& hRUC;^0 \S>o =7^#^EKPm{'ȐDdNM5L828͏F2:(~d =nybxRHHc)a O$&b䠮"F"(.4,Mͧ88NYޝ{}W)mT4,)g AMcZj7^,]뵉fHc$;@ul&YdkПbHNh)e"3Vbjݿ7?$__^}u^JDU_$"v͈LPf{TveoI韞#q­`iU90 H:Ry,Q|xU`&6 /d"{уje~qU#Dܑ 1uT E aZ ~]r~'z(~_9e`܂ߐ3IP<|R,:^e[&M3w  \r!]h)]Rҩ%6?@eg.t#dדhM0Rt&kfa4a.GipߘlJ@]`rюR[#- e3}zXcu "DnCOCG#]RGƼ߯=RTzyƂ^g V\r~%4zB[-.y-/7H/^«EIhWw!{u1ԏznp&7M V\hJěϽ~z}c ov˪I1r#C,V>#9~j G71q֚䌾ӵeQXɭ 54C5t'-("n9H~t@Ɛ@MFTh dX5x@ Jh/t~ V!wӍq?%ҝH;ӹ=À{#'U1skrOYJ:@ M^:Eyk^ӬwM13r.6ܙa*y4ҎVF<ȁcsڰݠz8$j*\p?q,X>j1!ٞ,=v%1K",SaK!$>vXJ忷[J9`P[OgWfpRid&mFG_0V{b 69wNUb ^W^n]A>՟1M:)h٪]]`r~ zi L>x- @{ fN`eWbJR]!.:2cxF [/ܟ33"%{<'`Daڮ.b5H@7Cp2'SBEܢX@f@e6c }K}u/ ~BI559Mru-wdW?bnω?'(+Ngc0Biǀ.cjB ꘆm4Lqi p5.-Tih;+)xҟ}9ipagcOPf;{xsَ鮵`! ଣ EW'm8.f,mIA P*dc"WE0sz"XQr$+ Z(?y?ַH82o-FhXU4aB&챗*BmMK Ɏ E鸪S1P~nEcR)#Ml UIL>&/*fv$dAO/g}΀ pF.5 &>D6F@vkzIxPIcE4g,ᖫk yiLv+f!9wf^iqpWXm&6cPxY1웋ĮtKp8N_<9ӈ_~өZIj =؋?LPs3:)E|u?PoܖIIs ̋z+:910GNMf>KC&o/ +HoluGca'u\(0h& K:sdLx U@o 92zSShx-fCua)zCARE = ro .k޸e΅`{pz o<'==`8;_È#C4A܌m -έy/:2 }B:k}58uGsB}ౌ2x} #*YxrvK$|@vF;$~t o3SXJ._R*Kbu)KFN}H 2F̣ M9q JWC!EQY)zn=)Җs }D$Q|y#qz'NgqZvlk_O&,!ݡ,: lO!x%)Z{GJ-,U>; $u OcFS \nUdq&Hg_}+$6e !B6gY/!1uO)7ޢ%q`tGM D.4,H_"C25 sC"pR\-9Ȉy%zC6h!ID;ArŭnNY_Mǣ:)y&);S\M?*k'$)7]?l<.-Xf tb)/GPrB A!"G.l)5 RzeDie\7̏i-!|pd{N]]?:z`dr1 )[fy+!.48z?-r#QtgTzQȒ&&{-D패Ȧ ; >2E}|04r}TSm;ը!]׏e3b "N8Qo¹a'>IVgɮ RpD7xx'CɂoMQ e䵣&ԩ-_TݵhH4sK|CiОwH`$PNLqԸ^-9rʃjW#[1E@cZw`;'!o>!aԒ'g z5ϊƏ+v-!Y;-ZWq31j+LɸtPe#oCkWÅƣs"L'Kh聎4bāIBWo̿`a1%Ȉ|MkD){jb2rhBYY:/4+kI<,^*gr>^`*<* ebP*I|cAb #7Q8x&*YAjF3 ytrM}?8E9|7:^W))hag#@y:NBMBH$닷f O4uveHtsbNi.fsO=Jv!HB=~ gFZ7|׏"8u+ Og+A* jJ1}2ap'KKgDu.! 9M/?®# MB|:7`v(iM ЏmJgj~6Qhn#]:kGs׮ $H_Ub2p/ H5{É 0*|:psFa0hY{p]̩,anbh/PUaB{y2ٚ—,FMCYϮxoZ|ً9Kug㉠ۙ 4-_ՉY +9s n0s=rW75}x}o{5 Ḻ Jl>4I}Ja.u2~kr7|K Sᷠgf $4g&%:j 6#8/ elyh$}e T0To-QlT>3w÷Mg)plj_QS|g5s=_L[&H?K[= n'*M=`*S,޾bX٪@:Tf!lB4%z\m?n4uINg pB5JA9ofЄzԑyP& -}T[a׷%HZ/>0eKS9֟ͻ43?R:{BQR URYltm~*FyW6pSaG*呅lK¯Yě=`|A6Z<=C,cB3Xae?@|细#kcm $ȶū ;##*옍F!vJ_jƓҬEv&)Ce1߭gP; 2uena(0duFv6۴!ļ܆L1fRh!$!N2XN8 T@/'``u#R#u\#R`eEMs>ro)HZ='H݋Riƫ<:w"n q"Er1U)`bO6VA-D7W)Tg2bЬ|3& Fhů 4Rz 3.AW3c[ib]!0ջV{eÐiUoOZJEgt>$r+y(4nҒ]uuZ &BwbD :]C+mdXkgi5x|EeM,8ȯOkɶR0(:D- ^PPsέsXx ]J6cc}|"r.{ ΩgR <@C# f+[ًJ}ô@xnM.+ډ\al!U8Vd5Lm^m;}zeN:9L,ųbP٥/BZV.} $ ɇEFNAVS* Q8~dȎHr )Qz/ nmҺ{eȪF`S5q{7ѽkzS9V(a "Uگc-`E ;[KvpnHX[I֞`E9T9 ~$Y6TD_ @C3nάv|o^is~ˊѯhECS.C0|$V8;_q}d3Bڿ/4@⺁;sW!Mk{ ̛Ҩ)v>^u}O|w5KucwVq KwVq{ͻ|ǽoX9&6O7q*VıquYgTZswse({TQE D$y16s>?Xc=g=mVELXi!n~n LwUrä@X2ӆzb cBN< UgK9r2S}rv] 8b`;C? $QTtHv2}$}8= _M{cpvܹnr6ȁPBEO, %\OVzq{1q z[HdYF<)$f41JwӐKPXtDP>? 9h|ڱk{tnഅ*y{Э ̯,q,_&&JA t F`IPYOo1*Ґiٷ4u4ruc^R{ѰRC g֮G2&|;R$<熃%*;,4peoҧA r-k)mAIdH-rUsՕ/}S6faE&g)lx0y|(G!DZ`&6_3(dT`F^4$4tҞ5#u.%pg_Lʞ#]@S9.d:i$<|3gAb?1s"GtdfgCQLt!i/*ܩ2?4d,`,6b>eoB֠F$R8JOljtKh!& ) <)3Ǯ /^\w\W0<{N%i~yjŀJ/Z3E(]S0aǤŊvȃHxˈO 0ؿ59L^]TQi>&:?^* r$ Z3Iwքl VvfNRd6dcIިҳ OGV Ikۼ"gb Bt+zVtHhġ0/"Y;+L%zA^np V[iuaL.5M21'-kg4{TZջq S%`UםDNIcrr9m>,gXCDAfPdH9ںH'Uz Jʑﬔ);6N  T+l8JG/5ȇ\ưkgֆk荶9`$ؑ9JDB ߙE%}V] :m(VpFz=_Qa;gӇ0mRZWlNb빗D\gyLuvgֻJ2'J 2p{1JfϳmK *#>Q Ǒp餿wynX "c/I]pLT|7%CC40$Ue7#pf܍rŵ^ɳӽ 룱D|'?3liD[]~s5P\pk&],ELl"Y?Vb ,=fvޝ/,uP[o%q]_!l O]t!NטݽIaL\3ë-Ɯ'?$Fl}>bLˬ~QYH#*~R7w=b glL :-II{ݫcX (Ⴎ/,Ÿr@VHGCP1]W j#c_ qE&OS76dȄ/Pbiidmꀟ4:S*P\4֭G=hVV!i Lm/IoaWӿ]R:"˄;Fdѐ/2(M P)Vm: ",ctP0Ga[hHP4kr(sƒHW+]'ʃbwt{!$kk΀"_!cuMeŭ<zzQsIJ]bV Kxi`VKbPU_-2JN~ xDu$*W   K{?wd@:$F~3]JKz3 *}9>٠HrJoQrqgͫ=[!̀Dx%YquЂf UZ6y1ZuFl[w|E6eVLe^(;D]Ԁ20cbHݲX!_i5We; r)e`,vx/ 3 cMi mYj{y;/5 SjGC\ VCoFzbY]!_ D&==[|S ͋—j8hI@˝˾M )? QU?[TVGwLw</Ƚ&ա5VrUGz*N90x6EDhǿLh5[┽oҟY%u os^&ԷC?u_vVTP1PŌum b&S}>PHw=_U &ӵb(X̧;0]g=:p,D# i _6 qo>m8gקE7df4î le EX'ugȎlfPq0JP i>'{rAVΉBM{n`Z|8lڴC!|XځwUd _tO= *uivoR7; DД/³S:X4n!˔8# ,MKXN7`OjaU@gb|ڋ3bC@z(fmBoAƲ:S~/j&EgVV>caxPoTЈ82D3*8 IF|@m*GbP" #d"7iYm!N\f)<K5 qAs6S-o`yҡ4Ȳ%>-syi (:#ؗVvl_cXj1o,]F?]p"wIy*0o[ga% ߳~ik0:Z:4i`d6g$EMи u'2vNpB2<ԓrHC%7k [v5L:b19wGE S3&YꅵI%#AP8Tq ZlMTLi U.SeHI>og0P6Z283[j;'o aM[O{i yr\J[YpgNJ d9eafFМQ1`P¬zŴuJHоm8 d2Kȡ:"IRG?c95QYZE==o2\aZ$FP8{i7 ޯ쎠ώ6oSioj~@pf) jU<$ј Z|A}iI mz8EugBMv3tU5Pӣ靔X'z㫌w]y#DVx_8WىI>9sle@N\?*!1dxML-V hk.ۣ,}_h<|dz;u{*W^PsCU,U^`fȾ5DW;aղw^ k$jEդ۫ e_p@.ߪ.X֚<,"~t]k61. g 䝵˵m2rfJAcx7ɡfTtZ6\0F zr ݸ[O=0g>Kyeaz-q!n*4줇J.:~PNk:Gypj4)%-fHs+B]mu(j$y9:N*Xm" FZ` EγF ?XզMar–7YN5E(9~6I?:NZ~rG)$8؟g^[?)*ge`;7U?ͳٽH;q rι; ^+j]=}HWg UΙA="e9RFd/_5]/ QLkFK9tEV )ZN? Y5K6:em߲TlVL^*Jqߕd#B| Ztr(b|7emsǪh{яSTٗ7'ָú>1Es^^Rrd&!]Aj"|u:dϳG8Ǵ{teSiwx HCu_]]HkKFճ{0YcTwYXCIU1n轓2QGogu>wSB^D;O?#(~B@wZSnx++Ye![Nd6Wih6EzZp~^g*E|IipEQ/:M+3$5aP,s//xR[Y8L _T>E:)%8ⅧS ked9/6Hd&Ix)}U(>^N느fss59UP-}d[?6[)źZ*sXoXkBހ4-1 B n "-@[cez#܂RQ|wA&&a'l@xI !…҄Ha /p&tQyG&<7tYuSC]IuRO"5(S"{ԤPG:ƒncTFL)DVN">CS#^CVgSKSУW@/@0wwՄw|x_{}yv& ]0&}npc?bkNOhzΧe5w ojUH m{W> ޜe |[3PSo$><fƗYHv7E\O_o໐Le滺>2i[su=jcaM cECQJYotM2FnKA *r1@uSt?WshPzU/2riB\#KP R׭$SKIx-g<ve$V'ȏ e!N:n>*&;ȟ$jݠ1JsYsc}9SEGZb Mj؀<^ׂSld~YׇWs:qĐw<.j539-!zԣE:-ۨlJX*$w@޵h2lr]|n=2VbHD(#⠒j<,: [!V[ɉRlp3^aY uvhF+sFA=S2nR`Bk, =OSnςw)٪+\ٍ%`@-=;Ϩ7)se$4 ݣm!J\fZkf..8,gf9:aeZfDvFy2n]44Ja8s2R\lW› ~׬Ћi ”t2<t\~BYM E"[h7FSln5ohPF.~aARm}2b ߴ|+ޥs6;o i+ޕ9DQ\uymIK2ZN\ZoݤIIқԫ]绮F5 8DUD Pm¼tPl"&?dO-`xٞmn֧^ Pi03+MI]VB^c $ΒCKWh_Ifs2FeYz߅kR>8{!!-5͕\O%p yC_$SF)|PIxH>W葺y{fhƅ|RDLj0BLvm[/T7> XM>Vg^1:/rYg '*Yx.p#CN9YSu>V8rƔҼ&8흊C}3)nk="֤)Kx\Bc )>YOb'vչDhUU>z\^8Z&Xg :nX(~Cbdw#>fWTV6U=h.|m;-y-YVPY)cK4ȓTz~W % EА 2@=M&SfyYuʡ_P/?`6AGJ1IWTT>I|}V|V Z5`f-+X &M=qȀL!W 0-ʟNIpi_Mšp\j $#]R򩨇P?IŨJʨ=ͷUgA[#X;w9}1/ ]b}zC|]Ѣ&-(2 }OiVܯ: ɂYކsst,jv f EHL$cZOۅ Yi`e^L@pN"3E-zۉ!28&]W#77Y+#eqPރFvLqCaayKA?ˎ8T`*,׋->I²_Erzrid>1qίiT CvOB}x,#7" J^O R%(ئNrk3.=Eb1~8b/4b.VJo5IR~oBdHPzOНiR2S=z;-m6,NZMwOie)RZ?5l8|{Ċm0q!wUmKYlh!ųQ V$>d*VTm#5 IQAT.3 2$t%138 JR1koiJ[(ƩˋЙ 7Ljp, s⩒oqg\z5}-]qU) Nr*,V:RCqؿ^F?iw}b zp* n7wL&A} oznazwew_py-+`̦{fDxf ޜ!Mrc+UFB@DcMtKHX[p9D5M;vbn@}q‰cN Mf{pɚr~-> \t&-kȹ.rZ~; 0-IM %t*a%_K \Jg:C:_Ȱ+˭Ն6xW`AoOgib=ՠ9у!0{eݪK a9CSG Sky4yu9䉓U]u'%w~LͰBz-0VJ&Oxssez1d4ۚo '8p/ fαBȎEf{Z=ݐ>9ftS>HZNEOEb|"ɗߏ;%s1Wtk&YHsIL`ZӁ pϾ7J$Ø'٘!VIX{>+˱ܸ[y :òW]G+}aUk콯$dHrqP2>ף"XWm2-P2kDLQ`M"I3ʎ$2k+ť .OM~E[qO$1r3ՄDpRz)c8&~:*h 90&ɐd4AE5!_I $W6kxF L!n>sʂJ]}Ii[KdnMW= ɈpA?L?-NG29yGuV ѓFǤH@/dNz[;K1cV!T!7/Ljr0Z=Y X xpE|lt8`_hw#S1`=v_(NpDQKE1:>//b,nxь.4ZNW3Ĝk7h}Ac@aWh3|WǪUoVI=]+}VȘq%j7yX5P"F̱;m<@PnE(Qg 䥩Dy`} Tz >k1bWaڂcBrR46~a]◵ ~b5Mjj8Rm}=\LaL16ٍU}㆛xrkލzZCoE@7~1@F @Y,WA5sOd'GI$Bm ~eEh{η6[bם@lu!FƷ;0\o_ &Bgi +1@.(\l[4m^sZ[dM\uAg-B dWk~_#_c Juc #@*ötu="u?ȭ %tH[ s tFe6;'%e@ ­FPl@@z~1aQ-&5ET\ezHd 96xV>Ŝ3]Yj!πldz%ie2t Ux5!\ZZlJl-A{5$M"G- Ջ3kF;͜ꮡ#"!V8(4-E Vj`ݖƁyچŽDX+S#++ 4Ep 1Pe;48CQ6; ;oqCҬ""l/.Br]u/>ln~' BzA }˥xX,20KW@)c-1s tkO\dLpL>{X$|=${8$:{L'\ƵF/ `\ccQ*5*z?{5Zî*>iqop >mi!C;!$fHx7(GsEj⪙ aAG^`J~OfIV"E bCu* ,D2YODo6BF />bP#sRI~`NT6ݖYL3VMs^, 6ER{E#} @j{q}MR VMsad `ԤbFy5#c< aϯQ F-3#Mf-`C,P75G#:F\`' @S=ˆ&L؁1 D?`Ad5 ZWr|J:FJ !2WC*]XGu /o{o+o8) BspͣNڣ@_S!=yԿ !keФxF/yEQ)PV UTdaba2e*wʐ]"Klg"D"^ip\,Su(l?ÿ<9?|33Vn,Ǘy*}I!'E2{`]*Kw߂7Mr̞n[>>\ dJ܃90_W5f [ [Y]0Z z bPe;}ت(OsEW=føYuw[1mC+?p<ͬ~OUr̟ ӷCKsa! NQo2L7<\ rr$ô^Ӓ EIWFr@lGxvf5R6U);F ^B]2 JShʦ2njMG䡆(QlxijAط7U;k6t/.)ze,JVyׇr]qⵗ~xxķu\ L/mqڤsHZ_7fU ' %1}4H`_+̑oT=Ě= N]Q)OX`pxퟖ~Z|lןP!kj=q]rif4UYq / ūMe\kۤX zA Aٜ]V]d åޒ&Sv yC;ՂAf6)Kd\=6=@]&-")٫K~pL+e}&YO ]ܻȆZl;ݪC]p4^xvl[-a%?_X<˟5zlv뽬-aT\#V Z WE6,(S'օ2WNØ\uuwyzDC9xH +E [NnJ˽8#>ji71$c(s(!>x3<:D@߇WТY.#r#v dJTYSp O(Cq8ޅyv=C{A]C7=3_F"HT8ݲ.c*L0ʯt[W15o fSg®J$ o9D (oަ6=e٣!lSۤ73P>|z~$ jqWs1ѦЊ2!z(9Œ=Ne7*k"H̺+-B*`CJ4q](Oo m5đᛤ潓OccbX&V',o3k { z;{}5 ,Ns]3 S܁%#!uSTײ'b)*?UtT>pixZvZ;(o3LwEbԿz՜ŪCD˙n.8›3"`g*U6;|-T9LZ7S}%-o#\߁.pza= B]kq.Y]tEe.tQ,h+/h>z=._+/WANc)Ճy0P6噮Dt4A )s&P4lvhh~'Sƃ67s~+~:>Dl )xg?XLWcEfTbĬ7}Zju73<t v#x|erae|Wm{κ_=pU[^ { *1Ɛ ׍}$~ڷD@W~ s&lNҥF8_{͈A 1nwiM~-x< ٔa>O$0VKhO\ PG8y?ߦ4*j{iW˱J/DrMA0-LmURQ ji5%ȒSkP:>5# c˝X+b3snŭ݋"ܐݤ^ W (>7*cG7^K{r2y¿ )'&qЯWz9_l㳓,{'˥(v2zkӞ]ZE{1a;2۹Pue1AZ`BBҋ5 #T|)袇ܥ(L%~7w]Dn1;+_&P8-=pL1N1Jznho9mt%yuWeBk"nw3*H{q;E^jYs]{F8 C:3u'Y3U[F$!Ӽ㽲bR1GN$qgua^Z:4f|ͅh:k+Wq\ة@jZ G8}ʒܭsUPDCSL͏k/HR\J b1xѱ:#OY.KtJ#( ;ˆW} xjyBY%롨*F}ke# 4rIo>Ef~$7]dg#֚qhQCpCntI5_GfZʯ5!hKFݹcF'e!~=!u"Kѩ&* k3CA.`U´6^{_kCtb4qjoEÙj'K]'tJi.)EJBVKT*9=j!T7^h!ע@B& MxEzYﲟ{/ߕ|^YR Hlt6&ɽ {_6kgDu|ErkȜό~ ;JXoS8zu oTHƥ0/J1i`[碋h+.dNy MJAtNl0p@RIP|)օ2=HݪsD^P [$Pv6tEGif9^FJX ݀(s?p$OaJeڌ;jŔJ]R'I8ݫ5ao_`nAR R}P#.zҵ8yCDF|Wo?(8j_W"#ghx> {^Y_p5Ϛ s`!Q@o\pژ;2zZ1VL>Cp=oLޙM=7uMBdBL$'<7հZ>V%cJG ACD[p`<j ꫶=H4mѧ_ >Yu0` xڼi؉.7ݥl`4]-X)[WdL 3$ދ8\R/6l2 w4XsRlIZ@(hό-ZX^OuZ;jv/O5sfKn{ ?nՑn&;7:-&"^9^tMGxpb[k>5\GL5:P-cX >ϺX!oFa )9'<p 6$ A 5$ -7sT0m{O;֗PKWkcH<I>^m-j79~d )3¹U w8$%Lզwq .U$cC]FGkAT?Rkag@IkWІVLG`E"Y!9|UwCv|Rw6(j*x\ݮyA{hI]dZ$m[PžaWŽð\tԺ RN"rXPOĀE1 Agg} Ձuu9v B^y:R_^v[7<6yeMFrE fbՠua9\aIzYPY{dOfsCH$#8o&D޹bDz Ar8b.e$l3AϲFѝcBjHZ-ɗSU&mT4?Yg |`?>S oMV 2[dAp; WT⩾FF4-&+j(t7W.ƥ%ʠ&Մ'B3P5>Q?\U;,(>6v/21b۱~1Jy4jmD39"ps¦Gi܆ˢ4&NF[Tmή`\~W { &?3VE[D%"sòӶ`qfuJA#w(y*SctT]љ?4I,fZk bWO GźN*} qb\Y(svz;oJ_ `+4Cv_xQ}YJ쌢8yugˑKH*@BGvR4BG0M8k#OBlbEdy;/Z90ߩ`^.EI]r+z_`e|QM +J@.&ߌ|#;xuN^vT;[[B Dw)-_6#gdY`'"n SIu\2HHF#"پ2eXf%{4y|8d - r& նVPz.X:(s$҂+n+6MaA?ƩVg>˲mnj 'x>w#{/2<l|Ԛ$Q}GgE.iʀFEtfh =WeܣnA]¸'l+A>x}x} <*(&ٷpn^=Ɠ&qT9[>`4Y{ A㜃DgM{Q M]p,b2-?̈0lp9j{^edJ |jzuhZs7u1b]p&6^K*%AIG3NQKNe8Ly/o 0&J$*4w5Qi- =C˕K`> ڼs)~8>v 6~2IK,)ϔĶ78ڠfsIʤo49w҇ŃS+\U7c*g#Qh6{F^z1j}vޡv ɴ$Lcqk毾m:;D]xo8yϿ1#]~K%%Z3\:5`M lZQtV>\)/j÷;(XگI dg,QVw[dH4(֬AI6MbKqmyЗw0QB3}Jո[ZZCym ,L;jVuq abypuݱ4peς^'|%HuCrBD17+Aeˇ:wbLk{iS>(Deԍދ%co)sOT̗V ${%g1z6s S.%1i\?I:3c@p 9$~dTi˰ MkyNZ)),j[lEelI&:Ѝ*(ݭ)Km18Hu%=&wׂnoHh|g}\s PealsG*$14Q[ӰseEyu=i(:8KYr dBؤY\']eg]ZHC2U&)c&ہ2BfpƵ2[iz4%bN~TC3 ny[xi8Gj0㽈HAtȢ<Tk\O 8x'{BԙEb[>wYCqOJku-7@ X~;aB [s2Y4$kUksauuלޫGTD+b񋚥}6˪ëu u̝ J0uNx3GNJ>'0ޒʯJ[֭VJ(h<bWU:.zSegdjY_sozD?8,I`ғKT]s5V2Qܔ_]"B(3$hYA}CP _AtT7L׶~T.V;ͤx_̿Ɇi/fH9wmq5wNY`_;?ԡ z"\s/KLTH&ZM0_Mz]3w]8`$Lx cӔRt^:*<%b*7.O[Sb6T?$}%2Oy0ryF)KTe1) t 5YO^ osY-(6@9j\ ;@RK  rHjMށ#L?5w5rXч*tuS^2 <}awłm0Fuc'biKd, -JoUmTںEY`8-=N[FFyfXu(.Y{P~N G_a5cotgv7yfÁ Td`ӽx`l/'X|llպ}H5l<}/c.!]]p)WD}/XCn ajMIz DrŽ|1BlxJ AV<>Dуx'bt Ӆt5"';g!+RBT= w< Px~ T~AhSq@x*B'>+g% Nn-9YwaM+auZ(>} 'Exf#+Bw^,g\aݝ 0:[] kLiY!/i4Ȃ fN+& .I ѧNJ$Si}H (ygRDR#Izޖf';%*:J Ƣܭ\(6R!\;sEdT[)'甭+;{(>V;&Zc5"v, Tĺ:s6˜_=#8bHXb M X`^Ty}/}c^?m49ZiOd g̉B7?!䓐>ֽ8DdӅdi.?srmFfpڳ/ֵ%>~=Kq/4*}3ፃ/w>/Mݵw~< ˬlyzpx9_Gpٔ{GH`cUV0 X!jpu2?=јU {3dKޱpgeq*1=(y.>qϯKF8bsON}()kKT6 eF_9k'Sss? Z|OD)]*/#YR=o",.j!ѹZanw[d36;,80;}.i=it3Y^K 9 &rsrF_a}t~XǒmW*UM lI)r2Tl7%'0cңd_e.JhسcpF .`qN@-l{fOv%RϯJsy{wk2G?X<>7Lr|!?*H>=S|Ō. 1"D83.mQ}"&lIuhZ_Ih]*Hx: 3ĤPXiQbPaOv\4I%4F5::>-:A_Ukac(C^np@'( ǩv,_zיd7 !Qצ|nm1Ѣ+Њpof@Bv9QB37J ؠ"+&d8vi`v1p薴eV P YZ