libxmlrpc3-1.51.07-150400.1.11 >  A bvp9|o02[Aw -[qIՏ,86a SM2(R˪M(Ӹ-R *K`Sd#HLJMj߶Gt~-aB#;z{_Cu{W|7}ظU_Ol rǒ 7ӮY$z/ 旼c h-+:2i S_m-iVQH?,}t\%;[3_beNz?u;ZwCMͰ$ofee204df8e5d39aa12f0a3c4d7922f50edfc5a62c749d1b3607207495254b9644c8d30a6d6ef07989b558585e569edceb9a1e33d0bvp9|'jK1l{>OQ81{ڡ")Ccז}۠Nj؟u?z51ha,5h ¡Ͳ0Ǫ3Lm:p{=0Nj+v~֘,=5^1Y~'C ⎍Փ޿?=kNM}dL.F/moEԘFW%J:aɚF Xt]U$uCvCgOo qB }yDȤqH>p@1P?1@d  ! Y *? Uf       HP(8 9 : >.2@.AF.PG.dH.lI.tX.xY.\.].^.b.c/d/e/f/l/u0v0 w0x0y0 z00001<Clibxmlrpc31.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++.bvVsheep20}SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64}bv8bv;2c7fc4c5d35c67476c0419ff8bb08da1190e73ccbeb2d8618a1db3e0b8758ff2libxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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/ldconfigsheep20 16519616861.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-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d81ca4b73e5708d1269267f7f573648e8cc6172b, stripped PR R R RRRRRR R RR]2I3,Bjutf-8efbcb7feff9f02b23e1f6df4313f84658b78717aecdd883ca11275bdcf53897a?7zXZ !t/Gx] cr$x#FX@O-bd .BdRO~_aН g\ ? 2傆H~Uo$l~} `=;!RKT3J-Ƙfva"IE>a[̺@T!'Rg%_&[Co]eI /hu]1F"G |Ih5DYٓP ߹ΦM_)o&~"g=%ȇC0᧳[#λV%:5zjWd0N4k 1x5E[o іQp~D oYiES-@27o7J9;j0n7V<-ORK_"T{WћZu4˚X6EZgκ{JoCe][r,K]Y7 RIۘ,s$ 5:"A 6h!+0-62uSսQ NԌKSms/Zr[| d X-f.Roj(["o6[^+g-rP],\obxgk1Zl\xug dz [cח. _1-/?2GiV~0H 6!KuJXmnSb51=/O/GmlTc)>MYۇa}t)TdȻ61֪ٯ~:@>+?\@RwN~݂}/š /.ݥu?〵*4#xqLL(Ѫ7 3N#&2?픽[zFnX;@-[3$u4[['9吀V+0]x۫hg) _H ⊮-MI^2A|o{{#TF< OA=4?EXU,_h#2Q,B0&I? vbx=e`[qQâr + iN//zFuL3сβjեUͅ/@x,ʈX ɣ L4K6x%#[C*xYz =uEk^>Cpc_n=sU3"ke?@Wu^G?ǥ_-ucPaTv"y_J>\ !ԏ|oVK"?6*Ijp MvyYsRbEtqpuh!Kb op^ű'<'y"і |pWݟ1ƁƕZp1KE-oO8Qz鯴El ()dKCwm RdXZLL:=]ψ㱯 %6N]%G!ppջ50n ^(*kuv=,)ɑ8{3:MBO/=8Rı(Հ0ÚX~QYL+cR Hv.T¾#0we]?z ν &JJ l|Z.Qߣ~COK;"~'v U/xLhv!GвħbW "7uNca u3Mݶx<}bt7)Oɼ+ty=)i&icedp!hcF_4GK&Սa1Z 3-6)6Zz6 p+z<$.`8p#IbIxf-L'K~?fཧ천~Цg\? l\!\0Ɣ'YAt"7|/d?Xt}.^[(wzNl.UTAʀU)0HA& g<[hTj1qjo{@].{mN`$XFU։}q`b]vg~d)E{[spFhNMf쿓zigw2эT3.Ƹ(fW㇊IrerkZ*iR鎃/( ^-šp÷*kTwo^|֎s}OCXe5 i^. w5[rFʼS}A©u.R "gbW3k0Ջ aޛ!0Y\6$ito]ҿ`= Z˽bCzr/If*h\vm;csJ]x5<fcy;DrlvUL)x R c(-R^Y07T59y =hhi')_5'^ͼE eX9Ǒ|X6!0?6ڱ#Լ9mɽaS03/v3 5xr5֏#NY|!Пzݟ@hHA->$7 7ƷgFU5yNȟJ{! Gm 1y S:xZR/QG"Q}b2FvṔDI&Uh#^P%Y6Hj٬غ*B{67YY;~U{VVٲJcq\ g9'KYݳ܉ڒVq(sJ9]W!7,5 <; lPM(SuAnopdV.JVIzZ һRO^p0+AX/ӨB:ݔ,wIvqK{r&!_,KO &E0"[ zZl.Smj+5#fdN "#LծUWୠMo*.W_Ee u Te>6~w.*oEt5Gh ]I9Q) bƤF#o<~#ТyD] f9UfM#eldP~_:vGgJ-.#`\P7'q#`dQ?DӽRJᐻ*Q0eqcokX#FUk$C"mfH'bI(ekčLX9byd,#]5=dȧh ͞EjdßS  Å8ܺ\{1Sn-NKȚv០ aÑ+&mO I31ݹ+TunΩ͞A1,<`)g6OM^Hʉt[8.X<l.[\eto}ҭƖ:'P/,e V͊=op `D&{GvKk#\odN_fC8y"fxTYr+wo,9uB+{!0_R>nLi~"JiUq*' 6bkNmj,DXVzUtES&;<ŇxJ!ulK8=h{3֞0bGl 2@ #NnH IHg,Tvp,$8]<1(x/b}#MHIož[E y,ku7dH+FQe7<3+(QǘHO-ۢU)0ej@w]fV@o+S ?Nr/K bhJa't9q̴&!sGlr m!j[ڴ*ETA7@%)GS6yq u<5U^e྆mKbY7m[wx!?yeh/D8VyU,K0 T׋Eh*s5d%ԭ\5ʱՆ~ǥw R6䚀2,̭8CTq~ʳ%o@Xpu*~ZH%"nGd@no8_&A1 hvBAlUtv쟥ebCZs?S?9áL7?{i84"9Y," J5*lv(<8/9!ʃjjN-ݳ%uBe=[vKIڗ҆KNp)-=xY*} t8MR\鰑׭R;|]6ht@ry0@=ΰ|"],XtפҎEN3s UꪶX~W>oGN!0+1}Umœ~HZٗWˆiDoe?i\4V*f_⫯wݝ7.iHHJ,gO5tH.Z] W S[_TW v8k Qڲ=QY0\+J1~%@s$;cT8,"=,#, (quP H o;a$[9b7J *zbB!**\ vKS DyQr0(µ[כ'@r#h4cPbmAWZ@5;ז /(Jj5PVMH٦JQ, PDPxRl *i!// mjCIlL_r q"H06' z=.Sn^(Q|L3:!M(ML"&;q{kc=NzyJ1313#/{G@:A,s|7k):z2HI8 mt&K PW͆S.Uk7%cVgl(y6>2WcKN#R:+}*ءLik)NCpާ|ԃYd?VoW {K=#d h]3]𻱔k\0-}"ԟZݧz JiXǬ+XoF&l+T . ۸. jz 8%uŠggICa++/<GINhQnolP48L^EuىS ;rp*ثj^gϗĦx&%[(d+I_![o~Mr%HzȁϒhxԡY{9:%DiwumC`d=ɴm uߠp-wbvݪASe~qYlpÑSL@C7)&I8ƺ?n'NvQC͍9ܺ*#@r^]~1>wHl R_53Z 0nobQZB!]}Ҏ7n[_ dw=+=_ҞNA}vZ W1k\܍2j,̾CKM/2ǥmȍ^t)RJǤrsEƲ ܂^b֟%26/[1b"DvwJuNY0̧- \t M?ۯxY1=Ñ IU\zP"'09kN(`vh V&º &5#qP'Fұu MTw=4V`&gYe%+P1#WMOx%B>Ԅ,O4%돜!oyfq9ׇ\#XS0#2Da2j e5ZJ88V}5AN~ö0!п 6cHcn>ɀ LO]U]_ 3ayV-"U23'B K5 Tm~Rʉ@c̒`l/n N:B@qc}=yw |˺R#je2_$ϷBu-a 4Y|_ŅrlMwnn TM?%m0zm_jJ'jP1mߖXMW.]{95he $tm+JڭޛE=V9Bb!Ft5$/\nc^ݼyuI V> eȧ0*_?⁨fM改8w\I&=Я{sĎR_WOèWAYan%l#4ZX<fu.X2]ReHmjB`N Cԙ)6Y;$N2N[@AT]db M 0KQGlɪzMh%j)?Zyrf渴t%Lvll~n:b;K!)'[g!&G_۱X.u xiWL䈰D l" P!K9ٳ>b)0l{IiFR}7A gۦu giej&Ku)&AXG|$'HCϓuzZb~*s) QZ1^d(g/\w6ѫۦ-P@ _5^'oԴeB DtG`<U/v#RjWƉ5ÎnaWEerò76Ժ vdKYBRѹ4+Ӽoz/>f1=?k,YBw)2U h_9b("J~}{.-NT)1: D06e;ȏ^vp}$ Azoduc笔oݲqă*Ї~nCVpԕg/I)IvNMUbRnxmh P~D%%&vHt9|(]|-كԟk:Kw} ѭ nE~!!X[fbR3S{1B=7EA*O߭G/ NUPf{{G҃Q*@ٺRe@ֽ7OkTyD헭1$3)aiUU/䓙%-A묀edwF+)OWIwDͭ.3Ds*BlY'ysm5jBxyGk=,5xh8e l@Vt:fbUiɡT.0T/=a\92c炥6SO]~d0 8oAr^Qe29RΈ%|9"iD+6dE 7D׳f4ܣk'&TvZʭ.&)eի!gđ܀+KɄ$ e@)]t:5G$+ǵt>BR)((>{ޑ=x:%8 럨"&l %X#Ǧ/7=܃k ߡ 1Ya ֶ+Ca;z9\BEŽU ֗x%sTHUc("nDmu1r?΍%#Ee05M> x n~V(88q;,Eq%ΡŚ+@Q/ f)= TsR~V9)n..լtت?5euY[`ne'W[acaҟCCIg):2 &v-WiմT I,'кxc?_Dl3üm>K<+}UyH0+DzD!gVӻ %wHx#E1-D DȌ:jě㉥^T-چqmi]ijv׫Ŗv)T17r5es9bxEUa|=X7jĕH4Gs=uA,dT0hxo/>X(c)D*NH9>Od<Ze Uftdk&Ϙ9٫l$uaGvZuxjKt!6 MP1<\F%@ڶs&J@ kL&7ߡ"$bgVnwxZB6RJvo頭ѭIxjZN\{S\P䜒<4rV%<:$ALV]I`8Գ5+)'41;@F12%./"pxOU[l: D,^ gfM]BdHu9ޚD)q9 H0`=>uf8a!r,,i) % Ewbme-ξy} X)UjΝ6ruV:h'Lu)pRe˕=YƁHIؒTct΃aBz4N MD2W%|fO Q%YP;JwSs{6pu56qi \„j+۲ҷ^u)I#AWh#$EulZ G}$H(bR-:GbfZy~u̖b(a_G_յCw b'CkKc(pDh9p9E 4Wbׅ0s*jGgd?܆|?Ň^kWI,1 *6|T3MVB쐔u +<ov/ =b2Nh?/$_:ɛ.8^5]A]C,Cɷ [1c(~Eo@|UG؛sߋnthHiaUYZzݫF7H9Ef֘j?.*"7sHXה/P1pv+d?Y4(pQD)901 c!1|.؋w#]%։B/r@,`Pg7z/3pzσ(؈H%t' eQqGl;(3&:Ӡ2ty_[qЅwF 7jK5ݟ$|7ty"-p#Zx8Z&?6YPOQ#+Į.e8S,|/ek/YKOB%6҆/BzPBNbNgԕ%'[D[tKmdl{ߞ V v0cp‘j3їIAJLR02T6]$&CUg5=s<Bj8eVC^(vg呇!v&bt;-|.Ԧ|ylԅED GzGhͬiz@p ax$1: ¢R@Յ4%]u'RɦH8kXH9?]W˟ 0 F\MD3ɳD%W& *5pq_UŠ^( ȀЇBV2u*yne)Dsf9YNkzh[Aw=` 0O°y@IAy%BÌ$S)AvxlƱCcΚ%k*f5tf5Ҩ- u;g{޹Hwr:✫:FϭTثYWIxJ["0eM'6ezф6#0fKt:|8jb S R/Y ΨrXp[Si(U?/<= yJI"yX41'#h;M{U$xdd4avdu!bDž@R$Ӹ+t`p=H&#P#CA+c[t{GiP^&7:͐0u 9Ws=~ZznjFY)k/]" gz6H9S$<`I_n1 #'䚑J2'@y^;1^N|֚ u+Lzؾ0%PaΥX CmU2#FDlw=Ee cqlt:E<)w:Sg6V'nKl JF* f&wT<)L/V#j # Q7;l6]}n%5Ix^rY /iDS5/p'SPtȱA=I؛'&"̔E rއ3%kXqpt}g$WdFBR5 G͡3oeaԺkY H+1~y=/7; dgg)ᗁF:yceִ^G'%RG+ZI&b+p"%̬O vvbPLnMכtqk%9`sؙ5y3~*5+ͮ].5=⨄XK0;NX+%3NW2  ,Yv-4 -:}w鸒lH}rAë$eb߈ r eM/9FuI.r<`2e鸟)8vIA`gz/ џ(o;I˝1uKVHXWᓥ}>ۆ`o<,sӼ*X_~q[j$5KK̕\pzza\60cjX-V)B Vi`H 2s=h5Y7nڸY\`LV:yܺt!&Dd}.*:PEX :KS7[*$~BaqtiM4=Me_/҃\7|i+|#;T3v[T%F :/մBP-ZH sH{V(·,^]QJ8-p3C3- * ]=|{Ηʎx!^">X|DIR_qj 酚+t-i΃3CTϒɷĭFgҪqc:aՁ ꃄ6L̀g պ_gJU=_6:`9%[W}9B( R9FOMZ陛dzC!$Wh4b9qSXN->s-Pr_c,1[WqwD- VB176]9ABA(Coal|wv= pK"H:/bG=Iv:yAy 5%qx ![Pre_rps8&p XDx'@Ad.iJY Nbw f_(?O9tiUf-䤚Iʩ4,3˙3ky-HN"5f,6QLi-60i;pޟ%JߛD m̝?uhri]N [!Pd& 7%T}ܯ{YܦYf~S'*x89-lu$/7 ?h#`CwC.kt?WTTrmSCt ZvWJϰ8(qc|h=|ZO/_ގ Kx^|\+gRzˑ&w,˯h/`:=5JƶKXBZB }QSIJ-whB:5VZ`+'ѪWk.UxaH`YcΕPZfFi;XͿWR 0@6;{u@RTD覀~`-@G2st"&jGt~:U؆byd-k>7x{#ZP;VtԢw8Mj98~as#I´3HϠMSI*|@96~@nT~:Avk&e'tb'c_a?_k;(T?62-rx_u X{7KQ>u>p]Q[/58C0DDr^ZR7ypGzqwWsծ6S擦z3SlhM¤pKEN{/˅HP(Lj(NNpQ8{nvAT?NSfIrE54IAn_U ^. C/NP1Ћ)"qMca2]gʣbK (ȉ}(:cd3 <7Miq 2:7:wp{J,?_}Qn-6{Tvrk%r+>Tv/E9^QQ^-p0geu\OeؽTӒ4DKJl֣IYw391nm_xP9«)+NhZ4D EQO7U:QV[yI"3$OdT̎:ACҋr&:l;KqShsO9X1C4`kzV=W_쪓# Xlf7"隤rjf!ŨfxR=Q"zM j2Q%)'yBD߳Pd&FWk#߼l\" V:.zŜ~3Nbfķ1 0ȇ3H/3!Yj Z!Ub1d=]/.Hµ"@HY&=kڄZd?U38k/y  -8Jf+FZ\']4 !G|ニxúng `7*`"že+pƶ/]_pŸ́{n\"2雰6W׫*;Q eh #TFjlKQCoЇ?kvTz~'-q7G1{ºA ܚۜ컩 8?D.63+ iGEP}uQ-u2%!:m!@sNs+Nn=ϊe-]ܛ(~o"EGq/Ճ]zЍqm#74Wbhpڇx 9^;ʡ_ 6d`*&l5u ,ԂQ.kj3zecnE_oh#hwRʮ*tYƓAL?a+lQw)Y}V"|RBa'WN3ї{em mf-jƛA„?!R!6ϩu5(w=9n/Gٹ҃aЭwB1tj ҢbWXqe'Nuw񲌮.ZoͳԞ%.jC.0 ٯhgZBI=)NĐS[)$ËbSar,d ѐ8h3wMp*ԑSr3S-Dh.>Ze 'zGu](\[M/CȗBP5@*a4ęASm&J0'Co^}XJ9Rbޝc#̥Z[ *efy= Z 4 -t-۹c_*/mΫ1wiĚbOELSj]5'ILYH$q܅ TL[`pFĬ6q=0iAPʚ>d'>(9a&AH ė 缋 TOG} sWK̫Dppy>| "v7$j|I.K"\nׂB}h[kc,ThM{FGHh¥Q$vvn >d@Ӭ1O"4t䕉8W$g|UѦ_d DZQ| o 3rm.BkYh+UDo,'59F_bTX©EOb&Wk"A!KvO ,8b*o9Q%Vh . cI]qy[\Ny5;w{ r/%ODn%QNtLK! I {髨s0GP#F$=ftȣ!imPxy_.? 5i=BZ2a?֑ҢPS\峃ް;,FskùU.׼S<2W;cԫ4Ո#‚0 ,Kw/p_*aڮ_& S]=zЇi]&#]p4[,g=46p^}e KV&`8U/o#NT<**F&mwFXf h}g2ٚv>I&\+O l \FPԈ.SXbBuEߑhv7SsE‹GVNQS K<FJ"8ܽ*2#3OpiSvgсjGʿ6,+"0+'\2b>`OCu‡G#B]ER֖Bbp:6EN) :-,]J Q, &=Y\pԫ\Y.t#.@<}(ur[#bs0BgH_E_[ K)Ol$yΖí2'gvP VvObTӜv;֞-/v%`:Oś(Bwx[ERS 11e]:wڅM/ڼ*dgs<)%~Q1,=rϳ,v77I7=BΗp=&cIW]Wq׸}&&$=U#jB7P\R.af[Tϡ">W ,Zܾ*l0&WׂW}*uLu3%*#t.# c==KU2i0&V|(W> 'JoqO˦أJȠ`Y,~q-#I=pȘ`Kd  .tu>avaЍl:B+hH$e Tnz&_ڢ s89f;ACܾ$ł]`K>Jt6&;T@.%/#|N`i?]I {jp]6}ï~o!V>Pan˩w,I:Xw GP&!ę܎aX\^Mx`㕜vgVM .4eŞ-F"Nv}&s/q!@`\|^sq)tks}Ϩ Ɓ+(ę *~k_ds.K}U^ǮD``КGUm`ӿz Q: .|cӀP{]ߌBQ)܃Z C5%Op=Pָ,+?DBĵh ;t?z<&(|}y #@xz*1 2ڡ:dLKneoH!cҞ@L(+KcU!}]PcΆ)Grc͝T%FG?VTAkL9y$cV̓H_6Fqd~]# !( {NU0OSy&a 2' *ȠHEu"kzDYS!,2Ja:b|%*ۺ"fdK1u KI\%u{mL0_HHA;J$44$<^Vp<e $wa&ņJ;"Lʧ/WIT\+_҈u̘zL>mG#@ [yyM~-JD#4p4Hm9~uo Ճ~Ov͐HG̏G J:?DMxY+Ɏ酭{ B)'sCtPޔjTD0}%ύߠy*T=BpZ)Pϸn'C"3#LiЧx46[r+o .5C;£9_㒨)n5@ZNjOIT£nl{zr3F:ʇ+2DWG\;|5ΦY4Vܤ(^M ݀yY:z@u &IN&V CJw`k s>D{_Xl!t%7Z˜hS?=ΪK`[qCIZR'6Vp@ظΫP/i,vt{ 5\lʴ;=:ɢp|oS#lJapL(.V^D, OKQ+܂/[RA\)u~B_!G|})vi9%bc6 bgU2hLq1m)etFG%>mݝ"wPyIMx?nTa&9Ol=](DUo`Dܜ#E;: -Ʀ0qدo>Xv}WkAF_Ƹ:]#KZΕ %s"ys`bٓb ִB-ʡa@Վ s)%za-f)d=4غTc&"."Bڕa4,y,FXm'ьrLxw%lWJ,T'HpxjJjEwWׁdz{rkril'oNXW`F$ΛTmlS췋<;cQܲ ˤ ɻIԄE3`.='jTbN~PN.{g/py|@k/3-QEtnl?wL: hx!ys9G3Hǥ%#P1'dZ6q;4f-xnf{5cۆ)ǃzub|P6߳N%'uB H}c@8r;.Dchs?P;\xӵkpP`rDu "W. ătuJbyr^.D4̖zݴ$&+UͻB&.C^aӕ=Q6s&C< 90A7-B]f~m@QcXp>yI ơ2%Fs|5¶4ka[4x;1p]n`gw|SJdnKٜE1UTCWj}pYmp[{oA~C ) Ru]i紦,#f3\/kS] `B _d8 37,` FjtaإRO*p{W;-v>= 2JD- rie< 2x5+OVPJs {_$_{@ƑhB_nMsJ^k_;foa%ę33 ?$=g'YGi{$>o@"EPֹz* '·]2N1:78j%?SQ5s* u+)=UpL2wջ?5g`-{O-usBե#s9`8ݬ~_H`G4=SRM-Pq>k'~'y5)Y=0rIxS1p,ܞPT 1Y_dتxdJ(iF? Tۯ7V;."k\u:Ss:ah]Hw>)c@s/C #~ןjv}vؒ@wEa:!<Z=H][v$֡Y6K[ߚvr${u ѺBM칿ȒU pVpx^&fQ/rгCAVXQ8o^*U`{Oߦ| )ft0)E>t(oIgs?:yND J%OZMi|k]ښ5RU,s+iuw4"k!u@U[ !''aj}{f,vIh|4cRa=Rĉf`7z~Ýہ=Qݕ2}&;Oa~~3Ofvp&A S5C:OeyzvlR7v{X` ‡( E 4[ef7t_{՜Oá:Dʦgrq:F[i>U/5F#/S` :\?N+i JĔ22M(( MBh+҂qN|U1/p]:@=R}yh]P4~syGѕ{b:m_݆#K5oD ӝ 1?m hmm{Ӫڹ͹3G'O3,Tn${WV\χ>cǻ nv~Ʉ>T˱Ī<ŰԉtǠ<2;Mp״Ky^zuF?3%vIiu!F}y jv EQ{YaV*y2X=&__ږ&%jFUhWv9';7lI=_}0AÐgײq'@ē=|y OPZt5_$R Y S@w̷"zR&cֳ#r6 LE5 :doֈ;zA.pGsS .jŏԸ؃J9j?|RƏ_ >e|._TZ,oA" wDn1T]*W9t34|{IeP1@It@ @<#%K,%"?  ZX-镍16XT06s CzzDABL}Pك1/09^ 0ƍAv|i,jLs"NG\,5!g%UaX^)bZv\י-廓!1iтP-؂[hĠ4T%!̘6 =5ayA"h(#lAQ#0aQ0䰒s7o^v KU] <.ץD`h|嶆ŵu"X` Iű AE%ӂ%9 P=4rܦaKG囡_: ygHm6[=,I?z*VF'525"3/!ob" s9'7-Fhtesk.:UaZf/kslr[Fb!* V y5vWr^q*+ j2u^PT)JBԡgՇRzs `h)i ӼJ_]Ŷru8&:QǕq2^e3_"x³tƀ.n~m"a:Z]8\vw:h /):\4a%@_wh(X`@,jyG!♤x+0= =%)rSo~S; |%`Z]$!j:[Gj:QOREM#2n8Uw'i-T*ڢcFLYtz*#I+UgSzU````k/%m p{E>bb`Ig#{_ۃIfTb±.PFۣ: b؂Ud(+sZڅpl v[ t%v I%f4 { BG1e}.Zx'c,Pq[LdqbI^vԽ.RX {,Mzx T/X=Bec,dovϊWU@-jXaގ; b0+f]J ^FCʤsn{jPzRB[J^n F.IKIsgiCҺLM3yqj&[ CJok|Vlj wW@L/ҟKx'$ح3.뷆Yj.ZSv\"G57;Pjdn ~9)֜\sVe;K*8]׍N٤uO>{#x'+0_yIoVo "$됛jU\0"ަPj.2.S!HSuu,<Ϲ ?1҂J}mO ~{ ke I7σğX 7oL~~(zVmJ78@XbkTokpp/E!8$ʼn[pc0e +֊>xԁof nڊ}`)LB9IyE5|O?omF ;x8%#ZfRkJeǟ0\LnfDo!-wK?\W PZ)4p#& hJWS6u(O4b'yv7D<>ږ"; +ÎĢ=ӥsHHLC=Ot^R!lWOUXMK ֓^tȮaFdߚnkk'G5ЁG<*L+*0]|y(ifamG@Qc#VE6Q7SzWn8O^{)(a|63.IBi I$^Ov81 deAy;U'%m̘.Soī%O"K[JdSu8hVw\1$d֏!Suzv2Wˉ&>YȿI Ba>|V{o|GdE >=vq-'Sz?E%j-P5D`4C^#[R6"\s?FARgSxN#GT2Fi&׎Wk$^ )c5z tuo='l`ʫ+)8.W =&Fx /K@9`xN*lYfaJƭ{lY'Ž^mqq_eCrnM\V]= oh'oPcFsJۊ^Kya]ȘAuS0aɊ@mtW'|; fV0o?/m3gpnQѳT+()VgE. Ma%.cËP冤үX./lĞ:kgl&@w9? 6p; 2; \wR?YrXLHyrIy`g݇TYLe yYJǘ9S q*>,^ڃtyqӘ9Vg-qe@ފp_9ĝV^Ұ9~#YM*lbnUnRfS6 %nC նo|%8h8)KYd &06gҰ̨#Xig ~{wD7l7vadMF`uv]z#ayO1&?@lO.s'/̀kV;kIY/'QfDH*KrNek^ j oC׃4@1v*|742I:ӺoZqF_yOxn+_r9l)Gɝ*Ls"4H0kSqؔU\B/|s:.L;`AT#'B ۝W,FnC߫æLBF`ᩧ7[wAS˶&{A$DU(Qm(ߣE3Q-&ʄ44 woM> T`ή,٨#7u>@ERU.L8-@E0 v[DMP;lv\4j^.(NU>H6)^qFX~Ie?{MsAS2'iֱzt5q'nM~!SJ^Ѽ5{I^?ܐsEMAmF '⏽N bQV_Be]ޜXl|FM5 AGH#9#`5OzyxH%tcq6)GB z|nIvKAaƠT6djB Yz3& DxY%#M~hȌ&'q쬳` @Sjcbq{˶s':,&zKYGy~ {-A0;0&?Z׸.ۏ]A# R GzmN|_&颙gQ R<9t6/|mhn3$ };M5Lr<9<7\6e*4.[ MvX1,HU s* E7i]y87r O!ep_icb Rta/>Vxq58We-iV!kaG=C _|k%Xѩk}%Uj TQ-ށ W:Q3y*LT3u Sb'7;t{>Y(0agi }0a^2AŚ/Hlߨbf&KnD=0}6jP ;?ICױTk'0Ji!&}7]Vb-$4hpo{?w3AXjCb^=Lȗ戃%ʀ Y.}"FxЉ_|z VWCa VgPmصmx y=MNAuQ T;R|7~!ꅚ?;YTYV.b}SF\ "نO X~.b.wJW`_b`7cDd1ޘ5'^bTb{uP#D! XpćS{T3WhS\B{Ή:l!j(`pfL-De%H*#k.`K-b'oL NHY$~,l ~Ζ*?{GrM aV4_ |b y /r䁼5[Gt1.p-$]猈VV!nRfeªdjiKuM:ob7 XCUTj[~wEj.>kAmXT7?6Gr`=X4AcBeKrK89&/*AHk\-Ǭh.JǓgY¸x  =y۟!#T DQDUݦKҞx/3!Ոnu܊Szᓲ_/AI *ر/?]rO6oF^ԭGxk xZi,oYV!&s9z|͓4,9•9gtI|3,Re,VmkQM7ɚY|kABt7j!O5%Ƣ h6Cg4-&̹:-`g V@{<Ս\O2?ZI ';bkmÆ+~SA~gY =@2AoV3,u<>{UջDF 8ס̔pKVc.4 ͤն^Z-Hjsbw {8tS@oIs+"%DD8Gl&Ao_;"& `9\ ~ilq5OVm"b oh/T%Gj~ϳ WR΅ah{4, _gC.{8ޣ侄oe4C}_ T+i"va=^')r4Ot! JljPQ0PߚmWDV!(bkBGyJ/lVP b4XirO$2&ۚ%=]Yc Q?jsEP\A񿎿x(4nĚh!֯9Cg*909tExPCH}BJF&,etklFY!ý#R0y`z}+v4>$'8bۗ|}u+aUc)mH%i6U-oyIÊ8Wኃ0ʚzlTjO}G WRIf(+Lߜ[XB&WV0)G3:{>l{,8vEk^\S+9\4Q@GEa ٝy5>֎; -9 c52zvJ}x=@., j-$GxdArR߼Q &\ 18ER7k.׷Zƒm~YY 02J ݚm4دثVƎ.}7Ĝ]O$xq!MMѫ*\]bYz@ˈ.} ͽ2n8%隸=;?Qu YgĉORYF(pu01BPda b[B=G3sY <ᦜ59yL{MI~= 7O'Ba=Nl&rK 0`lvڪIIz)Y -aS=}2^a YZ