libxmlrpc_client++8-1.51.07-7.3.1 >  A a`$p9|9QBBl!+&=b~w=7~oȮ5=!m9mRuF9ZnBR\5q21j33E؃F}e؄m̱mLDmmRiE,q,+8u{H-80"g]ȴcN\<r5bmjZ][B97fa7b152adec4f9f652a496dfe32d9085456fd63ebdfe2271062ca351094bca9bbe24b1c740b210f89f37ed568502924f8e8e83a`$p9|-#RabD[Z:w]dEw17=[ghg:ƒ׵<.h);4R_#I2VQa(3 Jy}Dz)\ [uZ.:bR|*'UQDvUl> &j_coHoyj$&0É{i:%Ov?Fހ)?.A8e@kcGպ"(ZPL O$}TŁ2ۃAKK^V͎;<>p@2h?2Xd $ Z .C Yj     ",LT}(8 9 : >/@/F/$G/8H/@I/HX/LY/X\/x]/^/b/c0hd0e0f0l0u1v1w1x1y1z122 22TClibxmlrpc_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_sheep13xSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64xa_a_435e8479c67f668b272c5b86ff89f36c9cb9fa9332837007bf74abb9523bf2cblibxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_client++.so.8()(64bit)libxmlrpc_client++8libxmlrpc_client++8(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.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/ldconfigsheep13 16359341841.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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=91795279367ea2ae41c7b0811fbfdcdeca1682d2, strippedPRRRRR R R R R RRRRRRRR;>k!9 İ - 3WwT/e.>{!Ll+:sq|u$#HԶdnX>ZR%1fI8[z>T[<Y7lI:Hkٍyw@A@4Ûe&klgr,>vsYl qn.1NY-SoEg_;` gT%rVb:ES F7UQ#軗PB~AD$};}MQA #1+Jdm34$W(\:tښo,> ;5I[s)<؝{Pwٱ;6@h-0|."BZ=B`̯Ћv  *8f^ݵ ߓS#Ri- f՘;[Hޠh %Z-'&ac#<?ӍrIk'_2 \uU?b=Ź1Pz(bxe ,D]Խ-y@FLf՝qG_fsbWp%_)΄f-փ*ݬGV|Ȯ46dM!,;,Bܨ-E`5m{V{ .I4I=?Ͽm9X_Ud4qcBpRMfuIaLiǝY#TIMkc 7d Khq! M-kAIRM1تnː&ʐi3<qǥ{s`*x&|4Cft櫂R`{x)"Rxhʘ0B}g*ؗk)YfTa'-j@ S,FoJ^0%2w^̯_gpOI?uH6m g)Qra2cc ٩j^@n2Z 56qko<1X=f,>(.gܪ7{K &S CS>$aXn'A Ut }:r CΡժgډV `A*D GEԅ&ǂMϠ=q );%S?%V{M9jZ/Vx4 Pݜlq/.|s_A(G1\NKҮ}eZDn\jj E3` G.i5ku^֛⚣ L)tX `J4TWC ߸*U%U=І} Ex!0~>NDg9tnZ+LiQޱ{ܕ$UqӾ ݻ|K}Oͭz@U3uFx ;}ɯE>dA //8Gl-I[rY3(><&$XCz;5#JIfzJZ)($?F 1^aDB.wE[:F0ZhָI1?/ƺ sBVO'#lwÊaiЁAwzWĆ 1-ySޭW%N-ڼqN:NxWqV9ho!7u-IPI MJu hF L0™7 4AH|+}JŜS"п,ƞ@s9|1ܞC&fز Yj8m?fc3H]~.4u }:f􉉃40mxЕ7Npn"GwOv&kS!m\ QUZɀ]L}?0/d#R21;ƱAՁd 1Gz)\ TYH4,`Jͽ"ꌿ@a8++uskJ| EmƦpj kBq%L0{'MN{2V,Pc?lM$||5/n>Ӏ%^`J#/7iU 6;w*u1@+~DkD*XݣVTHSr+dgV@/Y+^I'D^4Hz:`zũ.oe@ JqsO1GNGOzlQ:Ѩı}Rn9?'vQ\]ѿU9!#n@jϻY!jAq`TVwN=IQQuF-za$-ztAɟ j!؟z gꝐ  XU? q$RW 򥸪g\&'ȑ܂sto=nRdKQwIh!,LbT['lCf͇QJu"Kf#+z:D,Tb{]j)Mʤ̙dS z&q(_!/ZZX0kn5.-~3V;R1v)9v' >ȩ<osi<0a>DN;{*tG1:2h/Kb:AԑhrR_3 Iknrmk{>#05ZrCB rTk7]:Þan4mǺCkAj#rı2. ,1]_yZ[R \ A8Tڊ 8IlF,.çREcP5ħ;)BL6jp@D "._"_)&6o-r*P5OpXK&D>>\?ZByi 9H;[ܓH530):nAA»ѥBLWa0DT7w!ig0da6yy 隄 T_ bq* qZQ4ER(g-;dש620H|8}g.hl`^dŞgņOۨ/NşxV+T^Z 95>zI3 5ꆞL# yFE?Zyrd0վP**w{ b Ey{Th[ۋ.>Z>ŝRZyVMGț SpNNHgm (FCV^"Xs~ [m!e(!XzdWԗtAM0S%͡VВ.$4 n_ c}G̊ 7"nI'"rhꕱgnejE1d'#,Җ%sby<[玨a!ɳA.pr/T_kP\(џK)tj*Xb#ʇԄTvSv{IsTV}d{]1)HUf-1s.q&gB&-~c0!/$k&u"hwO$6Fg?GsyJa _>{ϗ֓`+:!WWaSLmkbp !.ԊNtJrRܢeZa=@⏰D[d k52>=,;?K~rj[ Qtᾦߓ(ؑ1fssؙFL0c*tvI>{,&^@ `OGUmйr>nK2^[r%~nDSdzv {D鋿τZ#V, ,8TN LQr6d< q1_߃=NVfΝpH@*[4p8fV!NNLթ|m{"4+VkRRZvU2ٹg,^2.Ŋl-$]DY+Ń"+ՆNmj{?t{dk;"`QUtQ-wҨt^<^ Ӝ䎰U+|V[>aJ03IS-S޲ׄIS#HFkO }<(z9Ri2wP]EF?t!b6)_&"ԹVxPacnAgf[.P` pC_"?KtFH4d< ,SgY=Jф6sx {)r6r"^HB+Nc "üF@v>ej 5r@F u[;KV[?ݜToq\,C5x;Z@{&VW`Y@隼a-z!0nPjY]*<AG`P(uf*)=&dW&_/K ?X9|bJX&#C ya\V?]=`1Idz#u@+];D.wXŇZ Ғ{ ,;V |PH mZ]z8U6c>{m }3XwH(^or!efStRL=]  Mb*}ezaisU(yj}-9C\ ZE~@B{/`'ցO5D{r'D^(zҢ+5y0C a(| ɘ^֚EE˖tQQ['ruk;p%:\/ pqՊHI9˞"X_8u[5&~c>:RE7{'H=0lo(M}|A!WWrP exf{5 `/=_ 7Եe >I>'0j*O|roZ6+; i f*60/+JxMDP+c|6Wq)xnsVgc{_vl9?Fh#3R:UiwW x?sxlxf\[EτJzlMH#Hg9uf/|gq#ں"-" cBxQ RǛ~a @^)wZϪkǂCћqեvݿ >N`tbnyVKY: 9xD/̡c:k.܇i.ůH oB-zO2s"'ނc6m6[&X0X<*ҏљV )hGSDef=@OU{DajWB@Agw #z={^yYæ浫Vfb'Ox^~_Թ=|s;(b.\м(KP)'w Ω;+WIr;Z_!}6&HqLd?_6&olX]#tnyļE' 9uvItkNdYʘ/CjÑ5ym#|f|͈q ¬D[`㽡IvhTTDSϩB/^-2L8>өZ=؁=j>D6uzМ,tS{1 =?F0s4"lU j CUi=HH0 ò[;|8uNH9~03 }558wN7ɉI]+9x]V47Wx [ld@;=Aԋ7u(,D\!xB8)BaS?`Jl,]ߜL{S) yo FI0%!=z]kmO\ZWmrԛk ZF<p  Ƒ-h2&P'~'CԔ<8{iO^ 0ӫ+) 'hLmĤ|(Ux>4w'}KKEr umXiNx|C͍nZɀƠ{%T 9r[0uz ao:5 FٓJ'*cWB/3yrҎ148݃uRI-j{z|0? e<关jT#mϘ^Hlۨ9C-e#?q'0?vP"5",a3:A*Z9#i,Ϩ5bSK5&Ypӄ v GD_2>%a(cX*5Fa~߁5soMWηTȯl8&g pZ%(I[& $0d{A~&bHd"RW7;=ޜ5\8U[lxIxY*1be q綆4 g] W:jǾg)T>sf?\:{_AoP馠ٝ<MI$K}䍱 qfA@-FЍuЦYkX5=BEz}:"C=!"nD, L B1c=ƠwɍQA̝V+0 " jJJ L@W@e)aף.g$&T T!Lm`Fo|K#{%H~VnQleMh='yy"BiAZcݰlKh} vǡ5|u8b K){l\VF,~BFN;C׼ͭGNv *keDW>jtODb,ynd G)UfTDZJt8BMZO>d’1p܆S|k67--a"G/T 6-*Ѻxcqb<8HI<,4P đ/O&UV9LjK&/I†Egp;uu0WI5T02v0/M5c*^GR?vSpҋzE C"gumrI(b|%uXݵ9ʲ DPLE{*>o;dG[amhSOQa:F$TWWS#t_Дh4r yF66cojma:}^þ@垉o2I$iS:K̇A3ƒw6PƲY9 oĔXSZ/bA&ոA8b`>[̑ۥ0j{BvݘEsmx& 5G*Ek'Cd ,>̀xAC1z}j&IM :s\ЯL.F/9C$Y[ _U,ICPϷlMNLwx|zrl|j5u<ҡA{hƂ&UF~C<@'߀?H lp׎`E+ +ߦTz4,H-1 o( (//*7" jDiPdK7G%g:uQ/IhJm[DH</rwz'ƶ65D/*N`5TB!߿{̕uy{=PEe7sY3elM6 {Cjp0;V\W«r!;jN>G(Okz:UDVi5b.5NJn]ښqҝtex99lo).M5lh7#|XZ7Hc)V{ /ިwp#|6\CFG C Pjʝm :'-՛YNHMpq}lT|Gc!.Zs#/-!٪"PPn7fLO3,]dT7Bb5R`$Y>-G&r+"S?_2,NHBBOM3 UʞYhlFAy boi'nw\E{z6$bPХ6lNhᄄ3h - p&fS˽  l"]~zEQ&/xR@U Y01yW@" zA1}L_tZk̤Xp9Pz4M@>/!S[;w0cp { /&˥$+u5>.c&+)²pc6:\ 4z6X[Z@(RT:j;^? l؃2A9(Nʼn_CDoѥDRjJxg%vmm\HDPun|7{H'V]zt~Xza9 Ő}n]Kbf`t)%XXKo4X{9wp1uhY6l ]IaNF +Ȅd Z⒂G\Vc->ؗ-s\ww:fl\; SxxH7ߛsp,i]-');w#Kˆ.g)M, ѫ6ZK> YȮM4܄uҚXm? x#,z/ߘåׅQ x6}{qLKO秖\1|e3((>? o\g%V(~ݰ68sm-)14 ,Ħ2:X;Z:Ck\s9R.GM2D7cḻ Fd*?TF1C,O|̊'fdz'jz^>kdNj]HCrw"wj@~HSzJ6JL/P@P!]Ci\L2w L3}-gȑ>d0KbAQ\ۂujPS)N:VeyxDqf_/Gʬ=|"Ҥ jUx?وg3%avq E^#CxꔴOp]<~1cͯ)̃Qcɠ:t9o[=r/F:q L75aa%/"i76N43z.uw*OWH0])־/ɟe(NLl1ߵuZq9P~{Kc(&tc瓕9kbDgFF 2&B|<&5kМ&1;;Pc?4  G /2`]j- !tM5 c{ϓG(v7vHϟ~~{Z5VɈ!uy!$uil…n19P=Me{b\m@<ڪvSBܒ;o' 9ȗ=ҳ)dU'G>M9}'\sL$#2 >.d[뺦[hƉqc>ѷ,EX} eHNLM!s 9u>ϳ5݉$ċM̨t`(fth+!m:c:@G ԏ!D~DwkGA=]+FS$ĪQR;ÔY4Rx٬*%ZYkl?u{+ =p2heV@ad:|ЖhmAjVp We9 xxa2YkMVsbs#/mMN#tkCӍyr/EjN?L].mw[]eHehK9P[ShoFEi書iznnc|~ /@wW_k`oz_qfM*r f^ދZ^̵~ϢmE6=\n!t쎸<)eѨmV=VTTF(~`+HGB?!_N1Ҧ )ĠȗF;P[|U (wgm:jːuH=2;pa1[Żiwa´sԹcx*!;K<}d!xB<#Y^ƶD]V$V0Hà ݚ|r?Iwoxc,ό5)=;<@ӆP3pV?霈E<^3 ;Ԡ a }+~]GR'<% U躁PZX6>RDl;y=0Y[#]$N ?)i{On/p=Tb/_V^ 0}c4VAy1ο#]ݖҞN#b V\p)Koy\4~6dڽ+-2E8lp6>'OK5r0C@^^&h4{Uِ)} >ɖa~N7nNwT->G,Q2i_Xpf~\X&-}I8Y 9(׋ ly((Qz aByi%P5)G0͇T EyA5Vpv|X >q[/>bocL1 LE[ڬҮy#-|/x?@%c} .?Efȭ< /x.3B?Fb&jFO7"])Ij=.)Im s.O8zi\) M 5S!J~9Qx"UKӜ(E$`=T93XO>H49"xͳZs+ߕ'5OR RH K߂ԧ'k#|$C?UZ!!r]'(9s}g + hʃ?~Jm[}{ݩw((jjx2 CURբBAkXrܜ5PTQ-!EBd& \8޿rFFV2DC86 =c|҉p)OiØi3b NE&lD}ҵېaDg"x v 8ܗIJR97t:k_n_5; ahɨ,74$W`|j7pk)o#7-DϡrSw*6>aC7>/(aMqFִsfAl%nQu#%lEW?]f(RAOY@ Yl7V53%I5oH=P#rgKSHPN4UeC}l%HFMqf1BGs!o(;Ƹ<4wF5eyG`D6R=^K:٧Ft䅇t( ɋ+o6tx$}zd-> 't0:Õ͆C~_l=8|WoԺ &xngxş=59+;4w٥=|gT0ߒ򛎿9j9VgM8GFo#DE2M6L'\l6A.C'㞞2h&I\o-4VA &hhצn >/mt^u~uY9T]4D۔RXl_Z{}#paj8Gb0078ߕb#l1du |?}ҏb.7C$,"DpJt[R*G|y~pBKH/uޙn[UejM6XR ky zy'?X!Q{蠶ⶰ;RO\GL6bՃhoW4$x+xd˂1p/i+8a;dm|}:.%: -K?] NM-tVYV PR#=S8+R(AcF 6ձTIɾg+r9>?kx"{u`B=1dG 3r]Z٨yȏKYL6AL'GL, 3 }``^"rڃjD+Jب /VzvNfwP? %\av,iQVغ/g HY&5a@#ZFWdGv\iO:GډrjЉ}awW&Evs"r" @d v8jUۍmq~ܶc 9Ȃ EPBO:1_$HgN"BE ߐ_-Vl^+T4#A|Jiz,Y;@Éi5Ɇ;/xu2Wh ©̈́N@6%P0CnYVKI*T0bOMϦ>sf:Qg-'m_ABT+lx:W6v 3pmsX @\TxHt@h/kHLح[ \5@ 8 J_ʐx ]рT -{WN/Q#ŇX1hDL%42v}wLf$HI 껐}[fIE>yBJ$LЛ & ݑ(Ų=\%I^ТKS]nxVG7M0~Nhtc0mι/*;]Aq9n>Xd଒KN$܊kxҰZTt(SGh:&" T ?Tn*2<鼍<} ^ly6@i+` >#ci33^ɈG1֞ͨz7K՘\n 쏻`tv jߊTߗ9i!D !w\}3UM$:ll"..I#@-WÈIr!jB#t?XAZb^Pi&υ|frG6HC_yg#WC*oQC"?{JD RW;Y}Y9^9h'h_tVǷkk2JbK?<ߢ4-%YT'S0pH)ݼN&<,M|y_V0 Aeq&ͥ&PE,B'Eջ0Ku>Ο,U<IS !jdTn]?'_JOQo6v4+ um!>_a1HR 쐆E" H:̅Ӌ0bZǸOUp)} ٤3 lbMAne<ΧP()f_*g%Bx%^uU*9ducvn׬9ta\g aSdGY"+ډî<ZƮ i!J!$e,cJƞdQXgJG^[0Rpj2޲EJ2uXC5U?6IdCV1۶Sz~AN~(}yLV9UZA]ÞɅZe2d ZF.5JCh(I`iu_:td5THNv2 2/$J![y O m2i"@m구?e2,m[oiIR #5Ŕ]TLri,QZ̆A&u_l/h; BPT<7ux> a0 'lFIӞӦ``aJhk|wBccn_-m=" G%a{U8̘ O[rDp7'Bs,O%JK:8R$IW-lzKEKӁ`%&+؇8pP(<9QGgcHl +⎑_$q,l(8ihPs[䎬udj<@}G 4j4#ۍ#2עS M5U\c|Ì'4s=6D=RWt*^RYD$f<%ΎL2̀v& x5#"7F60xC]sCCG C"?~CovN6,=` ǶCؒ FQ@w VC"Y .@FSr&PX|&aGQ`uxK|U7ITRn:0DP-LQΞV 0szp.NBƑ[$@yJsRn:^WTNg lctS":i,H4z1T'r4" g:V,*]v\^634x!h(Ӎ2U\w@%`Q6r-<IssmHh#P*on]kiTSLnjӀ`[.gR^U}Y:9-U}2 =4BMz-ϞpNgf5:zPnݢہHNoZvQQ ߲Vf@Y&E/`-IyOaFgmĢdkO^nC<"6u(^C 䓗P;B FЂ]H #!%COwŗ:Gkx=">S4?B< Fp+ '5hrP`c|J1=q(v[lX~_H \2}ũBBLl6` >n똡NC2d<U,׵n #ɝ3$va΂p"=+sNjaqw3%x(WV3rK0,[24$E>p̘5±Twmn{A&mUǁcв n ~u/2,/F<9낳qNHoyLXHBVwF E;#.ȷXca+Gu<8&.yWKwW8ҍ! h&H atErdϹ0լp>;{HKm &_/o!Sz$ |l#ΕW2=6, h QMRrt[,5fPa vl,ߛ|9X1OݭhMH_{{Vh*lλvu.(p:Ց]UXY*g+] (db( hkb3_pqퟜبc_toJxqӱ|timyIцgy8ϵόm`3y+lqdV051ͣ^ ;ҘC"z9`M[)hCHa^7cѱq;bTەpB\4H̰~dP}vY>P~:mTד_NR=4]v-0¡w- }@X9hY'KF~ ;!5@W~za4!mT2`IJK;/lwCې|-sS(5:b6՝l KV#X䎵e 8ӷ>ZBu5<ۋ4یKDGcN-\'8} >QbcыQncv٫ۨ@BWdx? aqqr$LƝL7f v5χ^ves&=CTԿZ0?4\"as|[NœYNPkfU `@&HM몴vE-ZA\ DHZ;H\zP'[ SwuH_T;v- 3e]5Js!d;aOjg9ꔜ-~I]1,6V_ tq-=ˆ*p:jvWϘ"Rujl&b$s57~2dÜqCjB"i\spJ'GBȵSwp: @;gMnHH m 3'] ?fFt[+Zc)"K%nlr'STp`(&ez* ,!lkQyp|ky[n+I]f,J&bڡt;\TĬN-ِAřpag4b 7. Xm3Gٍ &- ih}2 ) AgiR[2v æ(hVehfx9ڴ?3}T-J-D D' (1uh`rd+(QxS t%NyQ?^