libxmlrpc_client++8-1.51.07-150400.1.11 >  A bvp9|;bk_li:Wa'zA΄zԾK,@$-HgLzUhbSD2r^r]A&wv4eˍYR`x05c1*~֚];b(0Ԩyoʅ O@5&26 O|\R>Gݰ2Wiz mprXO]7`|P뷯;>Y`GI jbM_Ř:J;Dҏ4:fc3f9ad90c8088f30b9170aea80b1287a84407403015393e73d034d1eefcdc57a5a0a9972d17294130cb5fdc30be8f00a828d126܉bvp9|T-tN_N|OTQ[A7ڐK_0yZ`הxz*p@X{hiVC-Qq}i6D :T7/w?/|پW百9Kzi@fZ #Cj5lhC6 o-ݕVD رj߁ LbٴǶMepp@28?2(d * `6K ar      *4\dj(8 9 : >.@/F/G/$H/,I/4X/8Y/D\/p]/x^/b/c0`d0e0f0l0u0v0w1tx1|y1z11112$Clibxmlrpc_client++81.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++.bvLs390zp32(SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x(bv9bv:3fc89efc859b628c072dd165510b47aa10915e6e0cc6daa20c7fa9655cb81cc1libxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_client++.so.8()(64bit)libxmlrpc_client++8libxmlrpc_client++8(s390-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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/ldconfigs390zp32 16519632121.51.07-150400.1.111.51.07-150400.1.11libxmlrpc_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:SLE-15-SP4:GA/standard/9f9759920c526a2ec1ca802b4c488501-xmlrpc-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7fee584b522371f0b7985ab79f25c07e213eb5f, strippedPRRRR RR R R RRR RRRRR=y*BYxc0o,utf-8803389ff819564f9840a58e23a8726399660e61318f3086ba17ef038d89ba09c?7zXZ !t/g:] cr$x#FLW~xVps[^lW:x[5nDZGwo޸' D_Aawf8v*صB&`'! 2/ۨ@$yP]'dn7}oT>0J{ Kbt?'ƿ_C*+xa`ʄwRXo#`@EHUپpue*p%M6ݿ ./ vټQqIKǷ!ce"~4(H>hE[]oj&_ jTA>i`s7Zܚ&X<`&Ў8f)òn3 ?ÇAˤBLky .2Ym 7J_A#G *. i (s̡~:Eul!Ifi=/ϯy:5A<u;MBJavNk}0Prbj` ܢ uw KiG7lE\r3gR ɶ'72oEfׁ4bRjRRNTC.#1%tVH30o'C&($ ݚl-6ž1/n+춮n'(Cwa0i  2E<1IWl}rXdD;*xщCŧ_\Y^/V6G*xNoA`@%(Rm Wdq9 D6D3?E'"T*0˄Y6tƏ;ATCy~_BjU&H>Bl"lT*(+ۢsq{ACUкע! _{wQaEmhQ")5;Ilr@MO΋qXBAN&v+u20*kT FB=m0 ,8Vv25 AO]|53&' D,( \b|n ^& \Fj-D ~1 )W5jr|}sc (tD-QqISxLGz:ˍc$gTe{Ig{{43 .܂-B{D.C?Oe-zJS҉`xE7Bk~x ⴟJbQ~ &0 !b",[6E-c8̅ͅZ~XL?di)[!*~a`02{=vrlBlN|@sM XԭKB1!5az?;m7oP\fKof$w0٘i |e_c@lk 85[%Ee%{h+;{ Q:j!#8bڈ~kUMis*KD] a Sߢìfxh*-Ⓚu4b:YaZ ڈiO^={EM@nCGg-U}bJB`&9er HT pod#RMȌ9*W uqVl? k{-_k# ə?ǢڑTJDXD3|*Sc;s9xy:dE*QCM>)LH^k' q5_3N+ b?XDzR]p摪/6nm3}\T^(9"׶TJF~n: X gY姴` q $.`! o<O50{xH3E,qL e[qEU?Z?Pm&ߏ|DZ_S%<>DNDv~.VP's.Ј샍/}Smh5s l0ߓ[w)${s =SJj6}B!m2zWR @/%Q!.;umaL|AAZ\w@1iP˯Wϩ(t~=?~WbwngЎXZ[kb_70Eǀ#*(Pf\f?]xTbx4zV+w*T~wj-٫!Vd¾/1Ln_ ([+;B4G EYJ6b#I9TMaً]cdLj~k [l[+j搛= fXd;Y kHޚ"r`Vg;VϺv50o 2Čq& qv'W򂴲A}:vՕjٓjK.KRT4|! ́ulSv͛5 (_BYq[gZ˧`|![9ɖ]Y]!\φ\F5 +9A1Pʭ:n9PG(Qwh,vs cM?bTL  ۣҙ.DbNh~O`]G.UI?|GChq Ms:&ޏ4: &Lݷq\"hAn$snS~՜;ZEKڰԼ2`fgV\$LE'P[X hZzwi!_)_ƻԩ vNy's-bT^aY+_M Ҭ[ֆ +ŨJO:m+|1"AE1DJN*a6SgZfr xj9JVc sĔpFڧlf€cyS!$;x,^h%!55pU1ИGj񩂡,ĉc v=k}@mu5|jedAe"qTAYF.aS| x獬a#Ff?dOgq7#F&шHKw@`90JsɛQ({顥ZPlGz%NrҒDIz\r r @oUq` SJ}#]Ռ#TtiJxʅ'6χZ2ؿv.dδǙFȸ]iJ$L;RUmǙ}S>>2"z)d?Ya-8(77ۊͺG>޽?/U^viݐp4NCKh=Ɉ硙46y]>A 3s4~]䍽_> 5XT=x5F m0ێ3C&P[8E >P?^UWIF!s*ZUjZK a^hY@?u֬ay{7Qę.qedAra 5cF_o4~jV58Ws`yZ?+} ~f HcnGw08&>34D'S1 9[4RF[ǚUecl,4WMay8S&49wK-_ѱr%}3 ~Iqc*ިH ,Ev\- ?|4:YO*=Q߱<_u#S"o#=G8C,,;/l>3yob?f{86G4*K|4ȷ)3~chY#!k.Yav 8y4~3 iJXkhb#*6wRczm$Ev;&KV=/opd!uƹpSx5Ɇi-aj _A4]L: Nx!)xYt@Uyo&P,&\i'|11SShD,A'm`EdSRF}ͻ헙n; 4#J>p+<#fÚ)Xg3:%?AX9'gw)Bp}~C2.P[pH7_`878 X;[g&)O+ ;pG80]XTܷ$ǣea._pt0{@o;la~)MgrHsIYS/9y;A(9 *sgnGA'_7>:c%/ @6{q)GMd1Xbޤ0 OEٟa`)j$6"5ɘ@LZ&I^M 9ai ?Odr ͳj- )<4ZEs ٓj06H3 doRCCF>. nATt H75;#=pKAuBYs% wsVoY%bکlh7JeYFϾ Y,W 5%k| L YX2p;U螳`AP`8=_Z,.ޝ'6Lb[uĺ1 57ejQDԋ9vѕɊp`+?A `Bncŝ=5_^˚tX4J3,;?VawAՐ6*ϳz (CgdNn{9hWx,cK21;)X)rqÿu\;pXs4׿ږC ))]wU1&iz ={5I&v; ֊EPzJvTllu:SHGݩz}~Dہ:Onԁd_2@CW%l]R@wMEDC8~Hb=++N16[.)Sf#MnT8wޭ~3jǫ'U'i#c8 PfTb>лB~Ga%F\JvrCd}^^Oћx{!a@S,<~)a<:tMSn8tΌDM2s<ްx ]6xޓzFw*l6h2~CGA'%SQ B3)ZY9ڠS%J\`>WΊjWOx⮹h@حi)_Cf$4AAHIͱnwg)Wɘ:" b&ri&T\{0YU,k86 ti%Xե5dx6 %:Z.Nf.~0r\lAsѮt1]ԟDp;9a6m{Sr3UaԉZ"JD!n Exx[*nyj} ԵvP#Q>-n! M7EŷQ [9x[vBˊ{Su̇.]zq|䠓۴^B%`A" Vp86_lCτ&bw6NȪttGecJ`F$͡P"IkNk hG,!5ؼ!9sbd''4MMHSˡ-\oLN60U{nx5k;'{5(\X&ΠpWP$Yr-77qUw:z\(] Jc¸2Q0%:ټx+*u|y8EAA,D,FT+v^+28mQΟqAi?pK` mʸ\84dQJ^BjЈFhza*_`+wԥ R=m5Wc;Y{Aܴs"*D2[)|Wx4ʽ[dѥE'k@qGIb2~Ani<`VńXbi!{e/4yWs*52E&,%ߢq; gk;y& JQM}d}=r'XfiV=]N$ÙT`Q,4-gejHUÐͰAb xaٸWQ+K6B3 .Fܾ!YB WDWU^#_M&SqDt\㤨֝#Tq~ҚIm(%T?@iu&_0N?Ȧ^Ֆ,ˀD%̺E"":7W~H\L/\g%b__ =YAbr\ w_k(P$5E#v"@e8w۳4@c)h8u jQJ3>)&y~{[\S'[#=tBp8*rr?R!S]ݥD|`A42Vq*PgHŜg8jUk0."nMh!1ҌW&%L,RD'}N\ ^.P*}cw;Q]}੓"W#w ,W 6 < LM;-@?f@EƙFf<+aaPKV9.'h93_ ; ܾ.",ȇo)bkpz(=6h]PD~jTFy0ZF%y;,:~X7}^[H3L37^5.^1[}"אIXfFS|l ?J!"?׳d ˜ٴ≻^! =OOsꃹX pFa ϸu <eI\>Wzs${HqŜdZ{R%[~nw4MwC"=kVzf*9]G'Le{[e%x&Ɵ*tdp߫_w@dZܝ{RE]l!) 2rpajexc)0mDw cg\Lz,ooՅ ?9vlx-(YFnǃˑ3E+攜PUo3뿫H`lP,;:|O Jph)#gL@__ K:~,0hg+,Y5A~5s%7=eZ4]=E?wcl%, "TE1 ja2 { 42R vo1}Kd.ib~G!{x#\_3;-}޷- Y*i{zH%qoܗN"Ң>rx+#p?G㬙&4#/TGk(HX0/%gt[8-ayժ)v8]7@L]nB!EʙG A0!R_d35O㺋ҧ4DrW.@ #[ YkCP%AA4ivRz3}fwzG uoԻR*|w/1XD%(>GvmɧR>A ûf-Y-?aq8(5זAwz񕺕±.`xґ>6-Dq[RaHLܒqy_48'4ƹKDUx8IYyk+x$WhNp_)#IVtwb=#]KUDM$ IpGaX*8T՜F \~"-kά?8oK;Їzu.eww4nk^y3BjM6תJt+'y:x@Z ZXoO[7ԧFVTkzC~Z3w4$.NM>kW`f \c}|͛l3u>^t]X6K9a5d ;g kE9w7Hn̻ s%,~6$4>283cSW]yP0TF R-%t6\Y&e]x3C VI(kͤ)T3l3ǙiѢyT&p ¢5"g4Z\lxK@ o@S)ȤW7A"+;]ܻ5L1!SdIl϶̣}/sbk+!LLݤܫԻ)^ YhP+ɘ3HkB>,oElg#‚2cF(~o SIKmPq.Z: %d k!lɉGc(LPIuhqsO`5MOX]9e?2$: `hrMs?O"q/{}~\c|$sW.D sn2A \Y 9+q}֙ F&Fa]ݗ"hĨ/ە|DYYJä5EY,rKc+@aYcZPx,DJ+ ޵ymhy{U xb[A_j_֡nݒio:|j?;3&$%O0ܽ(Ǹh{ES_dOq8#y4|Bm?ɂi?i 36"BtNz+'q>|׊'@+㙨 D4{UwRV>]Z0fD4_DΒ4G`oP KxPgo ~r49V"#yt;9CRhe;,Qs"٪Fn؀#DqDNts%*P #cn,:g3E.}h9'p&O*s8}` 9= dPR˃!c;Mph|шz#LrT[#[ yiѕs[#+&QK&Ê~7k{Hp#i2"HzIf1YbƕBnZe5,lGsi_$Ҏn#ղ|6=y5/y^-p bSBq@bXrkdhh$2%`BST mpVH" 5> ,E.1pu+Ц8"V9wx cٌ]n*eIfv[QK㈾v aЍsz9$x;`Z芳dR+@ݬi <'w#Umwa@'lu"d.uTJ*qJ}MZ_Q_As <Ɋj1/Eyu*s$!?ߙT0;('wNz"Sɔ7wܝQPj0\ Ԇ6 s^IܦMB>Fܙɫ ly*ƻcb:v )])Jͩ؎Z3SąT g3cC%F+ !.9{p8zZd[;aJдmY~Q!vObsGq;uz?!gg=NgR ^swW쯁Ysa&WOguNs=3Dq"'/wjLI:3 &ęJ=%3KjH6%hZ/81Ɖ4N4FpU]Zy?Tvm&^^no,MI@!Y*Q`wޕ{$P=3PHSQ^f=PͶŞw+(C$Wf(B7->XzFي >;m7"٭PMGj6i `b8|=I(Mo771dgt_ؓ~PXa饈gĮ&>&gnE򼚋eU莚C#h?TD{#&c\Hݎ;"*I@bI Vg&L BͲC2 _'-ۮҽ3'Q֙ЂS_I"c|]#=Bt{݋s%903}n*DJ-xUpj7(~ (g,_b=d-0Mtz#%cC|EPf6]alhx p=L6 ?Kij1Ԟķ wA@C:6"baXA Nңrz#L|MOQqjHwaf|%:;וt͗?&;FVďvO~M09;U&Qv!E3 BtbZV5Vt\/e H0?Q.b4ε26b&eТ.DǷܺL)G #3b;\cƯBNØu0BH,#1*ڴ 9}1Ȉ?X"aLdO}]"=(C^ɚ^E) q [LQRW( |YqBreG^1-ଁ14KŁ-EfCP:8IHwMř+B]vH-,ʶe8/PuB᫃nuugYMSBK'/U\g O -'@rG.G! k0 ƵҳxzLq?vV!qcn z֩7`Qh|- oFͨKr5 .ٍWNpm hw.&Cv] 9[$5*w{aRBﲞE^̭,Q9eR 4{7)jlLyl6Dr>C ^H/>&?cb8=AX|?'4ixWPޭ%HdGe eڴL"*"T~ND|+ߗyƶ#Y]rz_(7Z^͍u1'JӼR՟2/^; IF  bL}o ~kBzcƗɂ˱\ sf*Sjެ]Xvq=%]RV?=;*mfՠRhL=Pf OיʾP" 7]gC?6w$DQ>KPN!h>ś,7_>I3pJN墚KtI㊪ϡk0$1uR;Npk`?D\!1)O)h :Ë!9]<@P J*wOG@:#J{, )yl}竺 V0qHБRC?er 6Ǜ|L1t>uS;7X(W 4;AMB >~l]i%.!z"NWU5Vh`w;`Ėuଌjm`CPxtUIZ12PwY7l[Qgcc09ؐ:6XG"]WRhf-Ƭ⩦DrkOB%QD+ e$) YEgIO).dhNB'4FpWqkN;SXQ60t$v4TI|:CE6ɜg:C`-rj켴:"-ۧ'Auf+3RB~xpH6dOJxIi&-3ѭ@ nIѴh1qA|:qx憉 -%hSiUݵ^Kb&55gy lP<xȝd7]p-j;L P|k8%go ;uY|L RS*2-Y%rj Q$[{.c/A´(C1Q=[gEY;FbqpR-Y(R"DdEYŎHYaEf}z}eaȗ-ˮo\@m.hu6^phE$EX@;R%0c 8-w#S*kR5F~)-lE1ٗ;#E4Æd+08AcIKjQzFJ`2)ܔ5ĠK;8+aX:KzP.KwĔyE %rSѶ\МJ9_}0zJ@(}J;s"E Bݾ ÿzMYQD#Vmu}gd)fك8S_Ԁ2}llR WC Wih˜;DFy9a- 9zrc (T&)F]vUҪ1 %jLX:u%)u_HwbrxI2EeHrm1őbUyi%ץ}5e}0IjInKԾ<*JUg ۯMBt~Km%|b)%gHHnloV <,sopu{SEBCy%JM@h yPiA^I m#MH^Z/[;F$3 8oSΒ7XgZ!r˪r^:Teɘ2TFK?Ѱmbޣy;#oCNP :>m_`~3$Y7S*X),x1˰?8߼'6/JmHpi @) +]0 d腡g~O+h)eJH}iJ&Ld}b`g41i;-.'l jm6vAEX?霶D@S|3,cINC|˟}2],yD.#xFƆ Oj"fa!z5ɢy\[_xB%E/c#5ӂp@WOC*Υ'1]0~F>&p0,W 8\D>Q5Ic7V5g ݛs8BD;Vy4.I|XT{Ep$`>KGH2O40˚>8ĥ? p .uẢU; |UߊnJLْ3Loĵ>U<{ȧ$,q>_A >=d9j@?fDs<xhISi;e߶,cPкhg.]Lދ+  'pn]<6glpϫw5,o}^jVѦ}oq|ۡs]+])föBl4Ԥ Dg10ˣk\[FStx "#v&'i*_W*ce.<}&tgꓦ!V􋞐ߎ!o͆S\\&Omnh9|j.]E/~' 䇣D9\l?ᝳ3g3<|6`FZI40LdXɒzphrȡw%;P]xmQk͟ޟK۲>Išv7wljUIڗLZ>m(d.q>R)|$ tH5~9Ğ6LSJB`i}ZN]T@\au$uS4] .-B;(rRS)]2Pg0JuAsH_TVqjZC>>9 AmWEt'ZnvKԊoQ.Ne>U6J=?w!208Sp{A% & rZ~BezZą%rLV^%XCo g&)~2y?ܥ OYm A߂ڢA'iY6~H[7|v!Y6c$ XwqPqGA0p_HrT '2# Y\IWkdTi?J3`rQ gn*uܠj` ȥ4$ [.zӪNfueKg!N9lobiV7gLTzܿy@U'0`!=Iw%`mh aN k/"OGT/Pt .1I8ԡauEL}[5& 6 ,ߏ©qXc3JD1㺔 @YYl›CTֶ5G2IEQ|1OnZi騊aJH c÷/O>Vq;߇&0>PCl|'}X.O5m<"T8Y1e }"VC,Pt12S2/U*XR1Wkơ١>q7[LQMV7<¢ٍE>=0_QfaG+UزBsZoI vζ,!7qր17cjH-I:4N{Pƿq u1Kt]o"Wr0cQPi>$GV?"T1Pn<|7P<{/V=I\Q-IU> עV CV!m:2/{B.o`^u`&M}ٰ~;2Ef޴GNfX`ۇfT7WD^q/v'K@zB_GP ~7wH9V{S?WTs ^אg?rђe|XڹկLp$(c*BtZrcQ0cKH6A#:h.i*vj5ReJCΤ6q1_ڕt4)l%0Qby9ã# o7-b>{\&^>)NrJj%p3:p "7[gU[cso` D V&a/xMF;'eVָbgcǎU˞s* 9ǭ&yuW$(Z),92$ؚ\2W6p/O4ANeWk};SH r &M60WB 1T% "|v1{W]9#L~]soJҳ>*DqLp[nMK|gDE  '**%Ӫ,s}hh;5#||cWt)G[g´O9~5'I)0@8\VAFLf,կJw`bj~I@"{cL:s,N9"f+R˗ҝ\B ,`&|d:~",Xr[2֛NbPpHŴc/KYwb &.9ti2*c/HڈP;6{/iKkp1ezs#9Z_.[x.*F Td>~Nuɲar4Hr%Dmv?I- d=+1–@< /c?k%Kϥq`Z€mT@KUg _h7Gj&I%0-94$()7L/BG%}ґkޕEԫFb2Eng,lXEhV%z> Fʋ1cSĿr9!e6mC@iLFkXN[KSzC2 Z;K⢷Y[o=A!` Mc5i58@|(!:'9'-?Q\4^t1Q>sm;#wC,&yc N[V FrQ0@08@EzL1w#Kcj L5A7I>g8<,Pp4w+c5[JnwffP_#м[W'ԉe$&K$4aΌ*ȳ"-8w?:HEUb|gcbHj􉥤ؑ" uFvQH|~}Xgˋ)D+ plkv!"@R??SbiV-2I1I|YFA \r/';l<,zA7m4nc,Vָ=,z%JzVBZaܘgڀL2CsߨIC|wk?c"&F#tU-0ُENl$uB{+ZBc^6IBGZQtܕ^N87äQ$R%Ŏ<_)+oRwB-B :KW&!EPzu8tØ#ɇnRhue]UY<=qK3` sFSKxl 4c>%>A 7Akk; x+Diׅb {ewPB+{LH(J /NG_̙dObg L3nMd⼻t΍r WfkB,#7QA5Qum4:1ҟ@b_;X5h9 52ym_D.+bst) ɚ)={Q.}T{V`)jҖ)P[?`ch5a m|! ?np"TFAzԊw6(ZۢraՏ)DEG#)B}`"}t4xhZ,Ƀfad(zvR]xMPI[F8[m>1:)ЧNIBllNڒ Lx?TmPE bW ]?TkYzԮ?7G2i\X,Hhlϳ-cΏb{+'ޞ%4J[e/8e9(CTKN;hVQ#+o9>8j ƻOH˧]dRAߊv) T:45mQTd3m^.V[b?z/,T&Й`@eү|doR؏"P-CXL> sIY,TlGe"NqQ$9s[>N6BɐbzX)d/s+^Gp8J>'Y~mfyAw 7sG#մzбx6L)e T.ď#Dz Iݜ+Js!]!nw (1mJE Ӛ֩طj *vȭV%c(g:P< -JG:js~W=nP% vZauKIOQK"G}}DԍuҜ7\dcMIڽHX|@_K/aGW4{f [G&z̉tSYW=I.&V@o?/wEy;zd Mm Y7|1XA2ct2?8~+U:A"JfY@-rwGb׀FDi 3&w=_9%9iHP/