libxmlrpc_client++8-1.51.07-150400.1.11 >  A bwp9|nkDqmx%V+;ҧ;"g "{FZ_BM]>jx'|5/\>D/*S2/ꉽ~ ~.\β|[^1haA\\50=t&>}fK >X["L &fOج~ܺسGqcΩN!` l9U6:9ͣ.?W6,16͔ˣDyȓfİT4b1afa13d90bf8b435735e6286cb342530fef85675566ee843f8e73a8b18132f67130c7d3a65bee06f029117461a8ef356cdd95d0bwp9|bQaZ黛ˠcH~HzMfFq551#Zf{Of*6h&I*-pV6 Y5b:G L7-9b x8A9jQl%EM2 gK[1oM'RCzh Poe6$K$2`27ǷiNhd˳6nD+#`'r }#!PV5YJΨv woW'Xauc&P+#TD S& >p@2x?2hd * `6K ar     $.8`h(8 9 : >/*@/9F/HG/`H/hI/pX/tY/\/]/^/b/c0d0e0f0l1u1v1w1x1y1z2222"2dClibxmlrpc_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++.bwibs-arm-3 HSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64 Hbwbw64d4e66e37920a2b7ad5ef5972ab8cabca0b7a2529a6016b8da344649332683elibxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.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 16519676541.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-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b69f7c3bb9843dc802a8a7388153f370e3bc776, strippedPRRR R R R RR RRRRRRRRRlх/'G.utf-80953e838491ae00c1af17cb5d447fd9c886de283fe8087a41c10cf9437be39e4?7zXZ !t/ jM] cr$x#F10|KePXHJ)l< o:[K2t&۰䱎G :8P FGU7cSQw!Xdl )O}TЗd Ӈ~dN5;Io`YG= wJzrnmhʞ$8_pD 6`LLa)O㤚n#YW>Fv `!#| vY >k##4MsӫG[$ޅXHͩoz7ouޔ Po^OU>}܈$OįҪTQWM癮p} h@-εܷb64}W"h2"?&mnmBU̼E?@yBsD3b;}+q]Qէ|3THjqrW  m٬1RU`1fog]!D"5LgfO415N۪pϝCxۜ_yi^Wy刊SDuJ䯷JM.2),Sl=Vy|n~\ -uItҡN6)eVo-L~ba4qڛeN&V!iX߫6Гb=Gx$D +ź2:l͜аfM) *M8"X\9k.Uv9+:gkОsxUwU;fHEtC^2ɇœxS, bzac]U5, xȑDS_zR^cA?o֦rW$ڷPA>z{uI`e# m$#bA&ai.T|OCu[Fv\_z|uS@17RÎkfÊdOAiύ<̹m RXTgozKnϊY :lKL[Bw@:m MRnS%j@cSiLns.QSN,]iL,1WG_q|J*ݝI`{`*E5Xm/-]hQ>J3ԩ MwgW:?Z{3NY#_VUܘ`]Qz=7jHKe".c@̼n[)#)\+("W"5g qY:SMSx l=beOI|!\m FBTddЃ[m6];R0DsP>Զ2! 1Dql`b #/|2qɂuy&m,˔i]} Sl>-Vz&Nf Xl|3$X:a^sJXrXQ}W&CL)k;u[)k1#ߪ O7 hT-1`~j@/: Z[OzV- IdeVLMxl_!_nW62f &zx\TSHu8Qv殲0?k6M}T|G)ER&ta@tb]6׳q\# cz$NmH cšN89H#n9o ֳH8/2n]CD$j!Bd^>׹ӎx4{>!ϱ6wyBei-\pةN Ko膍?:v`c^ЯJ+4∊*"]U:uּ͠hq~K#XdpTDcQ ˷ ,`Е(P7weWRY2^^0J nP MmoBs^X\ d#M}j!J=U_e,jɯhv李_ >l w엧&y,h.. p:S?L2o=MM&pR8&wXY߯kf͋Y\CFg#,O@ϭq|cjIW~=Bq)iÑؘRn!G&Uurے}oΔֻ]MjdpOnI*ݓ!%,n/ U_Ry@؀ X%n"UHHW7Z;qeJ1+!l+bQ#Wm)&)#\ ^ȱP &U' pRwY1/q5:tL.-dx& w ̼NAUA<)gf nmְXQ%֟H9:\\>zq@.jgk]ΤkƱ!p& };L e? R&&vnP Yp:)2$ӮRfMð 1㸦_J̿Sp!Kk Ps4̴TTELw*43TeX9֦pAz#NH_:WDv#1yaH4^! vǠ0|.227 G->ixe@I7*̩SD:!s\D ˶ d.x(|aYDXbRYAW]Z6`4!_~w__ȲYA_Voe֮L#P+ŷof6X6Du@f~#p2/U:W~K%@F_\HMXVйdag`>v09ÓQͻRqDJ ,½p!5Eu~̅M,?78O$ޟwdL#T}V^R@Na"28ǹ>^RR2N3 RmLp=rY:xb#Tb? K}M;["Tε;QІ Y)vgF4(&$'. qCNf QyGΕ O.D/sRgF ?,d-ڵܽ m ;} \>]zIceGڑOPy+a\-qDz>Q;#NMkƷgN&=4kv8@l`@P'Àro6J,^6֚3L⊁f5ٝ>[ޒl5s2Swa`*ߜ4;[8_ 1U *wpA iTV ԇ\C,ȇy<3dW)9bD ^2s>6n}JI8?쓺Y._; љ'4^20H6OR ;ѾdH,/;6,(hO)oM!ZA=0ѥM:!U T&aS@nn4,Z4Cvnj̀ N+Grm Bea Q,khrQ \HІa :˞ndS=/nv |Dmte''9t.3A;xXS v;{EHl<}S)2c{p(G~pSr*ŚoWz[M'_{XͼTBJX?Ǎwkg;橬xP#׳o~Uo: !$ )KNQ»qPnXŪz١rEiN6IMӠeSP~sܮ⛭ȢET`&~4qEB\fK=2ډ;2kh鱔vϼ\\{#4,gĪO/ABo`t=mOJ̊[+(WO1tkVR?,a]Vn]1B7(Y (_+,~DeXufӑsju7fL5% xF!}$ 7K 4{w]w i1AܳGg +/b22$7 |,w[mYcԮ㪧O,Gtzg)3 LؑT[Mx-dtSXUJGӝxHW/NC_{UJgýlB!x Y@@C:݊`sUR(֏\y5rQ`%D.ZQg[mrpg5U}؀Fs)x9@:s_!O0bC6r709zv&O-~!* E`FML2ZTඃ%YwWsk_t}X{j~ G12m,\ 2F[m6qqvS!ƒ;ļn}A:=y)02erh:kBđAy4j=%'{  j9=i]SvK)Xq6%f u 7$m2VJV%֭%Zo=&S=mM=?U 5Q6'avq»x[WZGjE{:V4FFf"5^%:1^ݯ'z[;ٲP?Ј)y( L1|0ށReWǻ7qЁZZI_ЭA7nY {Mc$Vڜ۰VٟKTȕs)SlX頂AjFEZ҅֠]V̿W[<QmRnm@[-ɪ"6\ȽP!; ?5.B#u2ZoPB'ƿčAEr'0-6vOm瘟^1 }`PF#)~KpXv?RQ=+b:g` ;$tA \@NQX3@֋^,:\wgwڅ}\/nzwm`93|E->]p%^TG=-OQWza zma>EStg"sx3S?@؀8;5Цmm{g$7f{s q tGP s?#Ҭ̆>RnZY{&k.^fpPh81EЪ|H1a9SG)Q/łYP \Št$} KTT(sq\UL,{ڥv(8[g=7[-OdW ?c=| rȥlygIiFFqr{mS''2@yx6И \h^$qRvZ̟ᥳE싃k 8+ȕI/ԐtHdǜ-4܄5ϒB-#65XC8Fuʲm&ZCJM9&\bWò|]fta=cY翢7=,uK0[Dpegk ,Sz Jec4 4whx2OpSjgr%ȸÓL;@iF5W$=_ўdS٢QzPx|d`uop()E mw֤g(@xܝհ@Ja d{^6u!*ћ45rZϸyiΗqZE:K{6Qvو߅Aiٽɛio'{ݘ e`ɀCC SWk@*O*fyJRw͊ elEG/d7qk `/9;4/9 $8:֋/vYO'741E[Ƿ*@6Aя$ެ! oR(-\s;iCTnM~i*䢞xqA]ToSAjôu?g@$HD!yk_3aS$9; ١6dcvša8^9g(6S!QnЬ[)س13UY= O0`JB;ʹMvf+1BBIr?W=ZٙSI/ /W0aJ׾)wdV1-\ CqOpU ?7\)yD'2;gzgU5śSk鹅qQ>^Fo_#^V 8>&+aZZPWc\%lt:s6ҝgORtc)ͬLY XdUuw/ WO"*}I]Qg2a h&>?&Zpᏽ]u ׹:96яI.6~/d2[J9[G\7Ɇj%).qRUh c/Ns ~u:JtR--hOdаLIy)+HY{`rqp 3%, Zm~`Y+ b,M=ƜQx4Bس}o%=o}׊H3֮$1SFvD"ZOr,HL\Zڶa&`Ꞡpz評#,3d L}زߗn4Sg;@`3Yb87q4έtrdv3r &%I^W g,^>ᅍ4*~V-.:Y,I+B{]μ§^~Hk2[Z"RǼ{->m}7(F}HR,dj^=zAkJgDK'sEpX/~%p#9uJ3eZ|o.  _}aƔʀ]4^_rN-#.}E09%.͓1@ndMs$ 3-i YVţSbُ:[_ pH|:_TmeiG خDʁmղLM'F^~T6[P.B.R?VGEYy;Ǹ{`~QV'e>GKљ\eK!kd.#+T79Ze MdLe=|xg,.A>$='Bm.5!d(7DNeTѪrb,((]01_隘q~O4Vy06Bv^\ǧԒUa5zmh>g%]~dCH/>޴ PtinGfPz/5{J.(VHV[Ĝs )1,~mq:]&q^[+ע;?C?A0>ߑR'ΜbY[6 / '!OErB0sIFS@%9GQSO\J:wc;H.!HoBnBWq^dK'G v$UNc8$[Ra2+>[ |:Q"Ć]#[a 붉NB{7Ee(>0P tfP|:Gwq9cϷ;0dEo T3ݹaA׈O "`T'cGT)\p~/ON$ԆwZh`wb9 ) xYe˰e,!Nhc59Xɻ~/3 r^sk 7c=nx6Ιi !T"? ~6;9ЃfLhӒ2FX7wegYe-[nJY+d }㜛œPU߇":@|f%~`P.D/ 76㓃77=DAD\%N_j4:u=er194YQ F:BsrH^r)3ud|EF d d`eMy~Q 9md\m>Ơg\@Ût4Β5<2y穩z4>fF @ T,#ʊ\_G^Ʊ7N7J_Mn94Eb vcN1* ylz4M yk4 O8`&` kzƓoE[NN}@WiXS֬3M>`"A z_84#=X2Sӌ7 bŤX4B1 8 /39lSwt{8Eqb? zHl/WjD6ְtr~~`M~}*S1Xz^n2ƚl<‡-JLQT^|[н 9h;>SR2dxIW$$pS xyEznV*g^<[y;WYE֓F}!#\4&th[z!?J%SoȒ/v .*Oj=d6=q}Ke~ # 66c'珳3AcڡWG"'⪟'ڊ/My8*~Fv=9^d D"Bøo+m2!FGc_@Q}Ώuf1ߖ @nrK\eHNFd;=ڑ LXTM7-iI?+,wr7_t2nU90poE^/ܺ&'l&9=GU]Z(?_?H )*ժfLl,MD7FgJ (̎to"s\/*]ƚǐGẀ0a}[ލHP] F=-N5UGuG9_!a7ÙҮ-)YMPE,JE\yU4g)sz=H2.yw0Fº%_$z=k`?]g qKxb!GdAx vz\l!1cmL0B]ʿ d`;^H7mtsvIkי5xp.r=ԽۋS1ѩ(:W!TCS:[ӻ\  (prm\z #To'Lq!]%HM7@ ܷw y)$5:8NG@6~'96D+9 Y*|oLnb$G_~XhGb{D3< [Icyqzs"3&7YړW&f{醼^-Z`IICl/4#7_|NVϺYZ;H3Rj*T[Qdx >ԓS^x%`\cC ;2ppJ겥FS۷_^GPDA3T2G D^㲁fz& s% "i8Mzsg,R8ۃ!`l݉_cʕl?fXN:vzestf@-bc##р6jKJXpۢ4oY?ڞϾ~r-rT1VOZ'W3Fhy/$#J/}}hIBߦ#cĺT)Jy-ݿgB琢{NU"vgpԅZo>Pǟ5sܭc== o2].uif`F˶ݩOXF>qqT/ |;E šDpWfaQ/y0b5~kۇl K΢Yj.bsA-8#ΟքA`g-wp薎~*m$2}Jda b )w{?%}مp/x,QxB̴pq&Vv-L'*1W QV$z}%"_>Wp nUՒ8S:w<} %l8>dI]* 2=B- ]x+bSS ZSГ{">Fz1Xv޼; q:opf_Q6>jg#X&\TsBCÙ~~xHɯ-MY+6#\}BܠƟ^6LsI"V"Xm"o֝)Nk<\ܺ(N菇4_܋<](DOze1Lt.`ƢEM((| VnOBSI+6a:fڈ@B;$6+'Sҽp1>/m9y#`tƮ S> 87u@ź쾌]+P{ЊvvYXyDcC=}f9PU*KDNˠw^QX$UUp`םJu}qW73L.BocA,bɍ&3c V\b*ǓØvr: JW?~Tʁow >eM\oFr{ӂwz%r! 1Ɔu"*H&>\C͟>WQɸ^tzyiemwQr%|mJ9}=MP;7%q{ #ZWf D뇐A)gkA#ۖT 13,1'0Xwk }P~hl5'z33V.KТ_4b6 i+qإRxXd$kM ^ zd=ǯ1s@J̖&usl}} ' );l8Ɔ㸀tO`R=LA0({`X{prX7Js7 +,VMYϑ9'.-%)2b!dDye(JyZ.P:.g _jNew !شI.A'ÒΒf Jtbi%9*mh e++꽫*%;Df Hcw?v P?-n'Kc3LDzovH(\򓼣%PPE^r|= cw1w ,Lshr('] F0ŶΛdB~>”Oƚnjl'<`l{ t~AR(<[K\o6:U;tRw2Ve#M/E>Uk#n|ġ ̵ܽ#3_ڿ/lYpgcޭP-roL.,ZY `͑D=<@އS̿)LF {~ʣ?D@{J=#p4)A{,_0r@ p{ ?g.Z|I,@TƤy#Ka|z2F wJkJ{6{(MMr^I尟4wdR[9k0]9}*v?_!cL}!^&[ )؀cv#Ig?-/ivϲݸ#˛dAMrp`f5c Av"46t3F rF"dLH}?Tv2."%H_y]eFabǁƼ"=6*Y nDv6*P9/[3$,,oeid^[ψ | ;vpѡ#8ˆ v(C>Ve2s&9|! 2ry4![2 _. S̨D=;Nir?vn咱[`љa#$]; _|wF=B`zxeBQCySPx ;zE6;Bx/U S T0!)Ddiu;LGGgK~X4k,E2jB\X7(ٶ!ql>O)ksjfD"/ՄCʒN $GWxGO)+JT Ӳ^0fOu1'벳#)T<%5Ҟn(<"#0";EL4jSS}יI`!@Q2}1!M_V=_j鐖EIuT';,=Ul m&oy>BpC g@/%))R#hc: v:u)Gy$*iF݊ "M4 l$H$/$Kcrpb ;֜S槉 Fս˦x34Pby==#mI*N)2uZß̌쪲&8eFd&3f+㨸p~|byUC1ėϖRTҩGH(~w`dcSȴ?Y2^Y>h9[6x_\oޔ'*=zз,CC-6SQؓX/2g"9y~5ԪE˦Ag ;.NWmsmAu8-zJ, S^8j "+bUժ,w&ՠ~" 32x縉¸OptC&:P~soCNl*)3V/uLJV4uz7IorlmQ020ܒ~h<.B| ZT$! #O:Z`ԏGlC62Y y!% 4`@QwVh*\[{gZ`(,wKشpdU?'O@6Eoa* 䶹t)_x4^Btl6~%%[;n.d5҇Gt9]e1-$>([}jo6 *Ɠjj6t>.Hr(P.T4zD½l CԢ=~'i{=ԫU/ȓ@?2n*~{y/kn"M8VW=dG8Œ9JK›,Uŗ|]2CU&|8B;4,P_U } %)HBgy%ё|K^Ǎ35mQ]niM׉ H%hZ0{r!tF-_'[4#xM4Yk>sBv=myrh;CD}Ե{URΏ*M ߩ¸B#Sf9t\P5jYfK0K`HyQdR!> )5+N7,M'5(낁'5KV(AF\_3ebhwCaV%^ wdF6|xpo)Q~ j矢%h4E^^yQ": &7d+U֬wЈ\WGރ4ENl+l W)XW(f`o/iJf[̺}:[yj_vũR+ >( @E1G3ڑN)&J wT/_4I)f:Mgjko{ʎFXl,"ib87>Gs&sjSZsАV,݃{6›֪kÜr.TkR,ZR+NBKAo-{e+CzⴿcfcgxI0 XU~d#?%aK8Y&ڞjf'TQ͖jeZK'> : UV[T c==]^Oʚ"|x< ]&-ė2I 0B)3X[j^ABhDވvp'!ug,Ͳ{\q=p}ډC^H]Hbz/`%;T~GA-B%[͝FWlIмF_ *D"!϶-5ѹ܍?u?%;U;c!{1j_>YJ:´٢1#SR/n)ne˅q?E4Zok6I ۯP9=H(6@0LF!$UIgH e}{"q70Zs4Ĭ.fB757a`-53fˏI Uå.x Ix W-n d!wA_XtjqZ2G9$/IqK99 >SZ+m x۩OjXq-i<^39=&nl#Y).0&9?G[%_?:u,$@MkV'nnBͿ9XT_*OJ'dyN3|epm zht2|. l*ޕOК:CQZ;x'"`=#ѷ:")SN Pm\\9$Np}`Qj4`}G,t߱ sDDNB:T̴YȧvVMZ=w' ?>lg;Z8]k7EQ"iH`/Ż5Jr|A֟Ĝ[9Cy&ۭ<5G>=3yD ׶JE~aӺL>();,0Н]AQk2VhYUѳn;l`!.MgL S3~jU. /Bþ(1C)e \qznkZ[[FbmCbP\L_W@#k4n?* Ù!W5Idn^Z[2d(vܨaÉ9G.9èɂ,!R zy5*x]U?,=$;DY9^}$[_7%fP Yfu3MMg8ݱq.( yB)^Iv|!6ͺx`}N.^W! Ր -nۨ@N֤ft m+fDz"=Hc=e3=]3z>MӸﮀ '4ObjT)suMadf~hoXMeC<| eQFHƸ=:#Ӈ_g .ۏ"AVr,ދpr;؆4zSD$i-'LG '[k5 0/=(̎H.(K2 {P'H%PlISeV c0t}"q4bZwzb.$e}"jЏ`KH`1U~èu\,y$HT+>iAZн̰--/'*DI,W2PP+-.kRa ^ S}6.bX~34^1aQ"pDKf'}VJՀ1m+N R ۦa~m2h(`48LUu[V`/6GKX,-%9)C~RݐꍬRmwءΣ]UiYd( 1A4wzU)D&jT]E d?Ocg-J. ? F>ȪړP! IK4o܁ 0NߊrYѝ2o!"ƚVHM MUi)( ܻS'5֜RNG/_RUԘVoNnɹ3=*9Xڵո`x Zӕ&n(IK%Slqs/j7OaK.\NV̞VnzZ4a- (nWZPx_?I p["7J#p\b*!S?9!o/?ٕb.8kh})Vl o.8Q+;3WY5,Kmgbwܾ8ŬEDŽI)5X\} ^WnjS_Y&4*X`#<]<ć(ںk@z  L^2,!\pa oTQD3c/pYƫMl٩[x?=isS>qj$&@ixvD1Sޏ]dMYޮ!2cӹVf[1j6dkӥ9tIBpB4UsYF!7_ȳ$"5DC=&Ժͫ/!+Pm tݺU"¡(ܮ)"Eb?roV6}cRyTYm:1+dVy yF1ehH }3s\6OYHX %rŐ;ZiSvCBֳΖXVQ%{ 4#_I #TG[PTsbָHO>Lbd8Jy 33÷ UmXiFHnV.X|3F$t(si6}xN Y8W =>Ld\Q>#0Z(?\꧱lRf ,^P\K\#z6e,7Ԉ= XIPJoC@#L*JϠaL;)EIu*?#PMnFGU5Jtdl+`V޽ ~D30]5@;<#P J]EPp~JC/Ȫ_Y&BOo@K}s? mHzK- KYW`OX˫q` ;6V+@$Aҳ=kz+r:OGN#-BĢR~D$1ޝld#=_[OWwPLӌƘ(S;|jamϝ%AV(`Zs.Q7=[&ݥj$>TPЪt^,##Um+项Sw &NEb0&/7Rao [v @H|zC?>'h@rUH'0oj6mY@À<~OqF&j*T#'5at'NLB`K^# zjř|7 Ejɫͪg\ S 9B\`a8˲A2OlF5s}C-;Omy1x(BEW c$r6SBj{\\R=hMRuSr&gt • (sE ץǬuFl8dq u "G3}Yw|6RP{hŹ|qk Mj5:A_ o416%HBaG/wH|نo;Ыf$!ah/g0 ‡Yhq[9t]n?5Q::]f>X9d͏+5 4@GԶU"~!ݶ`iiKȐ CiU8_FХ,M@rΖHyF7վ}`J{w9D-;4+~Z]62F۹:޷[v2+iM(5||E(B.zhp(V‡ݥ}'nI,ϖyz녇+àjvC`TgA<q/nUM~Jvj)CڶkgfaA5 Êϊ;M+' DDֻgGLȲ,m}SXwQ4s@_w#6@-2ƕZWѮuXG!;Ȃ}ԏ38Dߣq}#; [j+CC+ aĤ(An #4Tg1w _sP@J ɱW,eȷ ^ J<Ǖ<*g\k-,yg/_SatNyW;hhTKgps|nqŲʉ٥ѧFˍV'$Cёc䤟 w-tzB(RnFg t|4#A}~95REuVn Tk+jUȖ`kWlý[`bgL^lB' Dsyj H )VZ WMO$DA>m4h&8)Q8;)389Ql;_ͷ WC$0k06z"c6Xܟd3n#[z1B35_ y'QK3;Sl:c$ O>ĵ _=耎\h+wDbw}c̸!hDݱ:ƫ$"vPYѥރ tkH) Qt}) _& ِQ:Yxq85mp8@fH*Z!C-A6N=\ufuS8H[jGWM!nؔ&D^aު3ɒ —HVޖ\e@ =eoin`kk&7jy\ ʵS(G5^qe|n&<9TmAIo^" k+$uԵnNϝ#kZ{sd# A qIPc깶{=:ýBw?CMcoTN[&L}/ZEM Qw0d\Щ^c2q%]~s-;ߋlc;q`/<\tBūC&Aq`@OCz{y0s'G7?p Զߕ|mOl7&C|xv=BA7 |h}|qJ"KدA'o:Z`^+E<xG}l9[{vzµ8A8j 0=dҷxˀ;4;e nWCѵKba?nʙQMe8ueF܌$f]tiԳq%,K:Ê#I< ,!$&%RmTĆ -.N>Z8+s[YqÅx~iU>[A΄R_$q5~l?L5΃ෘ LeTDS7Ϥ8 VzScg*ô\9W/խ赜?㨱k_׭fK@Z -{\T6j|̘ow;>52ehU^F>E.|ikO<̭2Ke A$M>$(-'k a*oԘ]Iٻ>"ìw-嗗訽/ yڝ ![~_'O2d^MEꀸ@>+ʎqԺ:TT<;e<inH!< e$IC]^e<X&#NK`.j ݁8 v~t|:2?+2vUY]-)J[4OpO;JYg% .t1nkR|G}|o?-,H2[ `\hˋn%IB8*RH9Ij%(R/lwHp|]HN} fRJVi< Z(ş)mNSaо*^ t7}؝ZR{žB @ ̔5' ÍNA ]7T4<*l* >a4t#@Fgɭ#z5]q'nlq*リSy⟒w$#9{.k"g<"L,8q "Gw|@8@ jKVxuSY7@h.DbD<~p4>H4xgedtO-@I& YZ