libxmlrpc_abyss3-1.51.07-7.3.1 >  A a`p9|S<)$MP t +'O9>؅[NdEwXgBI^E8x:6{wgSw*~RnG@]$^t;]g ,SSDozۄ2DxGj/;]ֶElq'o2UV.$*2C輈7m~Q鑺d;P: qQW91aoE,TX];WS3 Tj@Ceȗ2Cò$Ϯ XP0`Y&6El]X>p@0?0d ! W .C Yj     ",LT  & (K8T 9| :3 >-@-F-G-H-I-X-Y-\.].$^.Qb.]c/d/e/f/l/u/v/w0Dx0Ly0Tz0t0000Clibxmlrpc_abyss31.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`+ibs-arm-3SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64a_a_257b46082aabd2b7af3ea3cf43e5e2ea82f74ef31d0f90f3ef29cd7f48aebae5libxmlrpc_abyss.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_abyss.so.3()(64bit)libxmlrpc_abyss3libxmlrpc_abyss3(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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 16359342511.51.07-7.3.11.51.07-7.3.1libxmlrpc_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:Maintenance:21237/SUSE_SLE-15-SP3_Update/1f13d19b2e2df010161f033825f39506-xmlrpc-c.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d77a6a665a147467dfc42027231b86bb7fc726f, strippedPRRRRRRR [TEl盛(jqutf-849553b32e9c5dc3e3fd154c9dc167ede4e78244d9275d570535202ea02f20c42?7zXZ !t/WI] cr$x#E"kfDkR8DtWV-[}X*v:PP`jIo:c뻥#9pw/ځb9ѱº"~< ֮;Jmߒiu.XkY9˜22;V˷_]tKup=>, YU"~8jB8Cے` Y;I][s1B ѱ}AF}pJ"h}jV=|64î STG{j^eNpʟs=4j;A F]ݔ:\FB`0 Gʲ l&wfz-8M\;| vABC᣸9XT5gFɈA-F̞,1=;R*me8| ALr<}$Dv ?p2("h۩'ki\ -^2jk[˩{}j#C=Yp| XF'\9%<<&΃n Kǐ;+ttRo8&rA5LxG;!^eysG3ru0(>~N>7HcbzIA639z,xɓXZ)C %oT"gAMmy }EŤ݊}*sd #8kRv6Qow6p>rh|p+#m%Mh킎jH2H:UI_'׷BZiEZUewf&*p3\CPs 0 `(-Re)ka'n@ 5x6XDSpT_/X|q9oW4#VoTvj%z -.,lwjšX{g%5; Շt[ m&̂iffwUIVA]=NifvkuT&{~#D#C-.7<ԡ[бqXʋ5ryA3&ZצAD{|._H"#Zk)l>I"oH>ރ3?qP|&^L\ZEŘ{mĭҌW*ԠN'tsYΆB/ެm>_(*-Aջ:JؐAe,3Q{Xʓw.+?nAD@^9?߳` $LLǜmh]tz+4{yr7#5o/ʗW1vk z'}K;; Үxo.$49NkZeNee׺C3|&J3USf=l=:@kį:R*5;2ƇoO>fu{DvzRLM4lg 7rFjhr2Y)VHy1 TZ]9RkNBǝX2L2 &!>N^ޑGqP^@KĮDCFEء̶Tv7y&X{0{ߢt-~Xza(:</1GL?dq4D%te'S/1ܤs2 58.7߻5Vtr# 8{bO:5u..[9)K؟qk#,t |?x~HPeX3PPZ*Ci@sM}w58ﲊ^Pu՗\l"GݜO=̐)jp:{T\4W;Qx5apTv vjME&0\r+r=$!*/y;Q&ڻ1-3d!XsZ Q1@0uQ %J:.+WkN`SG?.\/P[#{37 m,Q"]bLI]۷:wj.,sW4Cf)<84_@z( o|'όlsN5Tٍ]6?) v;0F79W] -b[kzV/%Ӑ{a2vvϡvz,oU15^\>(`;j<N]gk( 6=Ʃ*Oˢ \Yݺ>Y}X.N[YO!qZ,^v򔫖6ͫa߅xؠ ;THNqz P"|Ҙ [jڶ:C,pνԬ+B嚼HRjaq::nKE.eu @b/HhC6T#.ഢqxR/I~M}rݝA=,2Ug9P`tBD[$Aw!maZBהJ1H:(yy V2y ͦ{ X78"`iDldiBX\aО4HfzU!_2[s*leÐ#ic1]kڗ +&&#T<íޖE>r2acCcUZ`3k Fb SqzGU/ij82 ^^CpznsA'?1Z%,p_V!?OK23WFNz#}-ps#fiLvLvXպc`:S[GE'Ү&*7(] v(,%("ys?a(:ƫnqG"Ho2 UȗyCAm^UWj|Ԣ;&ku9.>z3@H5J YoAq{ Źi^t&էIL0PFӄ! X=c`wQ\+xXՈ1m܈]g^xDl=?<<#99ywsx}(?N͘Lc^Y,JjL: (۬NL\CXBE|m[qd5؜q` V_J]8ZɎ:0̺px""Wt 8NF@>ɝQ L[?E X_ӵDk+X*01q bdL JC.DՅHX,9 te;G /ä(Biysŭ}]e(s9Itk/J4/2vN7BsFjs$F(F::V" E@IApB9uhCQg ۫(bihʃ=+zgl~Q~764s \7G4O[(* Zs+Ҏ{aj T01H-NA; g=#qM+G7+`BHo$%O:čf/E]]%x%8SY]P&訏%0*)ZJ/!PtGO Vrb<_.*m{V|j HJ\"rGgBW(OڶiȂpaUNHO;c8 {+B6{wn%֑ F%+.MKǿi5 *hYf)P\g%Ȕvּ?Dq@|qڈ7+k s%:L[ Tƨ6qA lwSSZWFe-)p(bE#&V/ C@*9uvOogƵSSL&_V>/B69g{NKj>z.1{W.@UONd\}=n7?x|.bŲ*I \}ӏ˃"f_Z1:@GEGl)!qxK=ZwMdMoᱴ`lÙKK @vG)^ D/So4NY!b_֕"Q_rU&/G@G|8n:J.TٟSh Ur{Nos5ʧEٶ*4{Mq jt ]-9f"^^g4FCBiUz`@0hbf^ ֱ 61`$>{A7g_#% -\Sw7`>Rc| O!YV_TB!īACVj6^릥VDgo /(?kޅRo6.=wLjVN;^?R)4Xt`Sw0|Dwo{#,tf:E[?oդB+& kcPԥƽa;]_9[^R'7-ulAK/m⫔x M CܦhO%Ȃ=BS׵+)5O!et_ %Rd0ޯ9R *g7 ?ŕ 2H܌VE8ͻ+ 7!P,w$dz)n <} ͅ:S*q ^דFX7kW?o/ 6ks"fY??\|u_PźjZK]E?P  /w:Ʉgco ov?#&Falls +*Ӈfb3Ũs( ,a sV"S9|6>hVV{}W;2X93 ^`/Q埐#:{ӉovDFrJ#5APJ K3"%< (!6nT-<<Rq[e4sV!a7$MTl@8IT<8tj8gxlE* ȍ;d\6;SÐөiN .Ƕɜx,.' ?O ΆxMskx O6C?qu%;7*kh}HH޼N)P$9`>m[K v%>&cy~5ϕ'W( 8𵇨WvSя*1*(# Ϙ7GL]j Fũ`Oʎc=G9&CBK=CR DF| eF qR-D#Nϒ<&a#U!nV.i;i̔ZC†]/1VގwE,(FpEqge= A͒BaQ.r`Ug,e:Xq&k \=1'Ԓb~) jً//k,6CsMT5Q7Op~\^Fu5G|QTA"(\㎋h+ `[GA VPw]7PU&h/7R;u 9G#421QVOYV6ž bo 7PRY;D#w~!$b |{;]ƶ?qL%>YT@z>._) :-}'^  q=-vb-gHv*U+X9Q[_ ~% yrlwbWiK BkU+B%"g_P^5/agq}"4euv =t==iQw IexoB #Oa2_zcHf'RݑisEJ3'~Ӵ@'C`m&$lvh58컣@ê y9.TX>ѣ->@wLH:-溙у[~y@NaW"N_]hݳLgAy톚6~SѢ + 9ͤB 8Rl FBv u@9#d-C&!a:ʿ۬CLGp|ѷ(rEj2&P=3[*Xc͟[)uk,#:  #l㵚DM+zuS< $me?m-{t_iHC`VyXf@`P^#4܇9d9' Yܓ258U-(]A /v̨U΂??#r)*"6͢zU 4M7`aU]-CtnsC.<1vWklvC)3ԃ6tgi^IgtٕfɲԼt k1r6ćL^dn0_:] EwX~!$g=>IͱI4~%Ȱ!ͽH*j^7F)DZܯz$KL١rpTgN,~ b:&@`8ٔI~ G`b+P::EDv[2X;2&C1aYM]Vz$&{ .Gug ZoG>bE% G_Q0xiH%XU8G np5a𭚮)V2MqR}DR h5Utr:6=e^0"t7xs";׮^.I~2ʲμ1w hd2E-w,*=PbvÆ4SeIDֳ)ڧj Ff3SAțg+b`.N$4(\X\kq滔`BN{V XUS#f/1}~A-ŰMhI4Dy 7 y&Gּ GWS@ih^"!*T84]P{?$qG Hm(g39;l*|ɽmP#%˙D`r˦HO%ZtGK0G$t)DY2?.P:zڜZϘ^]Yſ PzmVT@n?ZG5}T4>ޮ[3S_﷗,Bι ݶuošN) ?b+Y x$)dT6*_41C6{jh_=۴[~G "XP|SxB,́4 ah"rgdw2x$pQ@s>SS"qInIJ-T>8 c_Jő-aj!'Ssrz$2L>iuVՀD#(boB !<>{A'("unVqo|HNݻ?zk!h$23SyKd`;ʯ20񏷩(n;P\4TU6& o07!,I/%1ްqxkFA'bcŸ*b"oeQ\Gd+Od]vm%-/T, 4CL]V^tPwp1IPScȭ\.xtts?΋㈦\(p2ȃ^H {Ҧc]B& Aˆ k_+p83OS>qP&2l /#\#~_G3r+b%4 \ *=ʛu C< zKSiQ곕>3ι7_Rm+5Vzxļ00zW*T )iBn-K*rĉW'^6P!&C #IGĩ c(H4C~cсQ^GKs'q^`C-q/]cyxtg퀶.Ǟ}>U2)cZ)Ff1WJ@(d8+Í|)5 }f^<Zpz>{?!ғɰF6$55v ݟ$#“4y aPcҫ+b%BtI&~+xJjTkbxj[[ :M+1HPxSo,Qh=] hGJl@#ˣt9_̋UlxbG@tp'{GlȘD{#erE\#izvR(m3GB2\EWfQ.>UF㆞qN/{*C>y^̎gxoJ[Rb@h$g0!+;=unwFOgG0ZB>#0P7 4ο,qR(:Ej^|S@Q5?쌜A7ˢ`qwHA,BS3' ӫg,w^tח:R4[ݣYJG:-IdtQ\h7|$7nX u8Df4~0lZx\ 3*T:.FKHFEżܫ}h]1!Ţ3ܠΥI/i\ ^7X&ʒ;<{ (ÕL쾬Ttӛ*9@"/c@QnK7Zg^I#dp_`l[q'$"Y*RY!' *lF%Ls[kn僫§>oEz; qhw{jz YۧiSiA~t(W`#{ mv*d9F\, )vPoׂtlr9&/ &CujЇkłybUkEM<}KBj487X8W8Xw!E`밈C҂^;WFU{5M5u+``S#Ս&ˁ**jE@߂C镊(yl*UU !Wx&1X*zWּ1Nli/|Dpy'}T}PtA(>9ڽ> #ܹ%C> PyMJe$NXs|y?t(%=lauI׫ }]ڲ^݅K]ƒky7$NZөIbo Ls}b0x }I2NʯDش9)R*Y9#Y^cPWƺ t8uWu1+q=șGVV^JBDh1O z5_ .l|YRQpDͻ6Rftfɂɩd,@,To&c!G׈GHw=+Aq$'nk@^ؖ&5tb8)}F<@صQ c# *{u4v)D.}{*K0ܽ`1erKJm>RKLȮP8{nZwDI`[bWX>~Z)DX>C~[LU[Kf1Vp9c䴠09 9H/Zi?-uH@S?QZ#zmt6-N$,iS5x6V]Axd855m/.C~Ji [O-nx>aWVe; WDΏdR҄N[ љH^'#Lm7)`Э`sٞX%Latt6$+ԣ P'r6yFO/Sk:% NpttsW~ͤ)哤MiAGFy:]5Cl"4rrn[«B5ay*UgKӯRKNX$ 7 aM!O,٩56b7v8&EnYLxaѽeTXX2dpQ^}y,.Eۈ>'ɌF_^[fBxdОnوJaXMCȑVs3S;:bs@]/z%6C`62rHH32ۀoEkj]a1fp6ǵiʐu`nS T"#eڡL:8G3dqzI pˆ֓ՒW1*tʂƫwEHu$$}vwfya?x/ 'biEĕWWGq.K ; 7",cӂ;>=n] 'ͪ/΁D )]Y& A_[F/v1ժm^t'Q&py;,^ɻgf0Hѭ: #!!2ZefG?/ YU)AN$ذ uvf;5|[G-}Pcl(tG#I:HOvd,K4$!C QRLֿY?LQ>}4Puk?ʔMKD(svQZ:,y4i`@eMy++oO֨p@ ؅$tJo%'QU2$nzJ 0sg( sUy K9W o $M7tAQC<ۏ@2o,|U«M ,\a6IbKbK5Ges_5]:M5Nqi^[sinf)>|43,5E;sИLxdɱ!}lH>Ш |z)Cn #svpy8^jv<y_~LߥC짡 }#TKM]o+\9ΆUCi>۶/eDTWO7YŢ_DF%:P 7=>oe8zKv{u,E ̑@Za_T%F G~dk3M%vyAƃJS?ry&̬`gghksuH좣EJH'\t e ldc8!b,/3O=j2yQ\U@Hu PTPJN<&ȁiU|(N7m+@+ JigN٭@.FTkN~UA^DXSd]$U=ᘳnQߧ9R;L9{?Qo<|b"w~Lqs-L|ow%6hYS >.`{`'o.^7:zbS#rYAG? n. h|Գ$4Sݧ i\{˵Mz X8o6UmNOK6^TeZJc|CH9rϏ?Zԥ5',ly؎,y$>t] }j!_:41䭤ǎF S&Sn/hX1dzn&zcc0HF;&pz WEpPxs!< '[GU{1-x85D-?-i+(⤾c2 nl^( -p[ͨn`Q칣i Cja׍Nq+w$^u4Q85\V)"wϑ2TBiQ@J(wVÃsZ,'Vme.U7&eBAQ[Y7{m#Z:hŕ*yykQKG`} W)13>՞*Q6q"QJv#m\燊Q?)P>ƀ֊ǴDI?yKn̪ڼ8p: ̻6mxK<+>g.MԚ~7q1tƉad2sB})؟[J tįe[4Qܤpi`9cO/O{poBvғQٝ87\j)hI\׃rI9qov#j78}oA uwJH'[k0"gL$$J͊xgo59;2e}h,MYeQsؼO2_VZyTEh71syn^k'i?hV"4I@]IRm49CL5xO0oBRÃ? oR}N|BuzʒՇ+=Y#{5O!2aȐҖ\ZpPƐSB;|mh|؝>D[{?\ⶄr~!'is8Ztvj >igY2I\%ׁ|%u%?^{8:3IDҦ#h]@r/L %NuLU{_ R|_,!3ʒ'[CSbfM)E\&5av4Diː=i{ş] vS}h!ܟxXb(,MrzuJuP:l|?TD<jt?b3.Xw!GsܣF'|tE ]K-ջc,xmN#E4c0cXVRbXh/,CfCʙB *GjR"ⴉ&Woy!J %6g5[* Hy˻7@Jd~""q}8 Q12*t?p c_{b1 ۜh4E$#-H= ɟ)թ ׋>nҼwgoG6+qN3UdN lY `4mCH |&dߴ 2pW%;f:D$>n\Y귟3 vݟXPw6R!MJ?k*,Y m}Zdձb] |!I{$t"?&L؟l1)ճɖQ3Z^#:+I|@uEVA133;{ ~agP\{dU+g'- k4! wP[8AwYf"s҅]*p(*ՓLN(.]-҄ N D+ՎhR d#-~Eᶞr >hT^~ G}+24c*#ZGeF1؎D8EiƮOO7)ƾuETY6]m]i 퀞(噀6 s9 \Ws_L88_Jpɲĸ˳p}9M25bt`Uff' Y0PAV"6J:%X9!yŬ Պ%Cb$-_]|Rt(Wx&gITZy56Z a,8XE}ÉvdL^#xDގcYeGTmi#_D]u=>[l~`t2-?%6oXRhrUpcUH ^)ho:LxT?VV0{/ޡD,zQn鋀 ]hRZ]*iwX[烲YlkĆ/ éJҺ -f=P?X"GEכΑ&~x=nZucU(4wIMZ~!F)B7Z$DvӲ/8|>zT5 kQK'9¾: WdH< D;~.MHdLD|(!U?FQ,؛4gqQ|ׇbsW205̶Rc[):(>7aYkp"+uP;ܼ0ptk/\EdJ7VsazST¢h/gdXbE ;f`렂 DWD\hT?nj:J^s0?;i HS,pk$]xehFĂβ ZZվ=Z/r}MzJB= d\(IY^*@rh|D ƊUQ.7&I.[XNq.MR="ǐMF3= f"EBbRUlE#c}`1!( l"{^>&ݜ7=ZrF%`ap:ѫ"ibfn4m (}IAݞ6‘vNY\EKmn^SЎb!+Az5NX&e :Ԝ~ĘR, lToݧزm9,KıVnK34R0bG͡}sb>FX\r=ϧiqCr6?0m#U)A P~ W=*ҭMԭ$uH=uKb:rta(=xШ(i3dv .kVl.tec9̄! nI tN(W/l6[?@gr2touw{c.˱Ae5 pr>v'NE+ X-|Ly٘aU{tZl*٠aPҳzPHΥNWM§{`Q/'z[Hչ뷩BQZc ©וτ>c9hHJKnc-S@&C?'BSfd(7wOܝXxk"횺۲0tV 58l*LJmP+ͼ/xՉ?Hsz?"k%WFa c>ڼkbC &źΰ։#4̝q=)P]3=@՚}xK#<%r(ag8!( U35r@}K}B5 ICN:\oI (w'7CVZTI%rT!z4f.,w|:~Afm\dC6df,5˲1L[CP=VgT3s{e32Uf MC"@nb 8D(V:\U$ĎV5:W;Ws-)Rj3GNQKB*^oo_ScG[t+nոzH!`I+GU2\if*cEB!6l}9无-Cpqo0ūI'2RA 2_8h54Z'YHXxAhys$ÅW=R@xep!851u6v7z|h*yfN ;FOLvA69@[)yZpr#e`T};!F2lkw^@FpףlqN_+X!8|}hNͦj6L%S6vnVbtAġ @MNK1F3 %g&eOaԮ ՞tgkV[w1^ȣ$|m)NaN2XG+iuJ"jXϧ6# I°yA:yc(c9u:ד޺ 7^|Eܛ#0>b{8<76cSPpM%ᶻ UN}(8Y4=K&Ϭǩ{ds9#7Xwceࠅ{E ROl;\FlKpsRF5=٩,>]JTf&\;j!8~”| x5IִdJ.V̹y;C)f#MA JAPݐYٗx#]¥3a߰t*QOI@[s5QƺR;L9brC(&ط/'c Uu]қ0e/@I#X3P(\S{wS͒\5 Y}Rsлq`~/\+yu.[M6r7g1frgM>dy.]uBÄSdh$*pj![$;)SMǻN\ e&quԉioAjCppes3LB7du o}K|Yᄥ ;rHsbj\>yIh0[pxPկd ~nWmӛtuP<NNE `VI=D߹3[MfDzyPiٟ`78M_1DK1YNzSܾ{c%ٯ:^'w}e 5I;B嶥5>|J}8>Ƿ HƓiz,!ٌ'P~+pDڼ/0iהn{[e*]5eAcqoǽS]GUxZZɽdG,^IjUɜfأݝlx>rA.~ va\5&Vz{jxU2ߩ`^O~ A}$aZP-dY l ]q\Z2d7ȵ3O-<)mNn" Li;f"=`n!FF,HF. jOKL|d\GJ<9: {rTJ$B%"y} Mb~̚$IB ; d6DlkGO8({.uK7)A;nBKz43_yI4|~`Rt}4|n36] YnWeM- 2Wc`{4$&xlg"LE3y_<RMbR' <ь(09\є0uar'Z'-yRCmv0-N;.z2!}͛DBɯ+pum20)% 3)=̃sbxT4j#[m$~бyM`P ~s,A _9ǝ'wx"ԤFT^;C6館O /9)-IK 3;t{[d,'GmviޔT?,0r+ 0WhCs=`c_V?f!3,`!/gya-n0%_?XB}'0}MԂ5eöz/Hwb!9<̐X<=&GMfhI8qO ]YqtbzߑM>) hSBזAw]e;P['a65:^˘Wӣ*l-K~'}mЊe-!4NΌXú"T. ggcNSS)<^dpXT ]e 8=j Ia+ Ttr@e2Cv//8ȎlsFCtd"yimr$N {Zo|Dq|W8 iaRG)٣lOwdOϼazzԩJÝ3Q\_Ő+_m=3k8la(e-dyI}0U {S'`ۄ3-!BL AXV/܊W#vVHP~#ECE3`@:ґd-DôHquUWt_w.ı&j޸{" 89hOA GŃ}s.k,y@;bׯ&:ϷJuۨsxcOT͂ܖoE kO>dvKTI_ 1C'uk8/mұW0UVP+4m}JDgF&FjU@B(hڃvY6m#3`'\ $綎".#9t"#df}#֮Ш)1%/q ~UX{ +˙pbj9v<GO}4G#gI)OI+okG&-D|> O o~I),$#zqmllrd.{fy gQзojH@e&UG/b(6@pJl1Lǣ܉%67R^l>H\Ĭ(q+ؿZ5OΊƲ+C9puㄆ{ Ho^zQ$D+wY_O[Rʃl;kř\ KJw3 s uE6w1?dKfV5j֤89uLq3R'L7 cs >+y+af|3!j*FcȲnei_< ƭ*>UdU^ _psy2MƑkCfIAUl@fV 6f \$P.ͤt2;#<ڢw}^Bk'[ηaZ1f-p47dηVT1VuOY=U7T&iC9ģ $\mzMhԋ]@тQa(e5Js>V=+A%ѯԠ62KmD_k+A 20E/|y)ˌQ R$X f:dk[BEd mG4@>/lzKμ9ɴQe|u"ɮx0.C3 a}-SCӍFy-KyX':n憉Kn ًd,2"ܳZs 3kLP6Nt_4kG3%$T0x ݈6Pp 0P~Bz!vO-V~$c_Ff=Z>x,]~(e.$끛*)(29#=O S`"R'+ⳡ):RCX` &Wc4`mGlBy |tixADաԚyX||gT#:Op_rA_ KۆXn~P:uTIDkZLYI*U3+ĴLWjϓu[ 7f~H<(]"䆲s70 Ql޴C{㶡l^ziSacHU lTʵ^1P1"P==,njOOU#zᕍoU4f++{S Ʒَ}I)+8iUŃȜ1S_v5-Bk=. 3R=7>@Ba8:5VHXjn3c[IhpTɯ26QR?xfV hk[]uW՚h'(ytgPkv&%,pTǯ`-MU_ڃK1g @HÑ)6Զ1m;1>:dQ,7mbV.i6H/- Z|T6DyA͝kM8dPkDJQ?`;~aeOgER%A7GC DWWj;*.D}D5YR:qg?!V(Z?eMꂣÈ"> qVspѶo )q͟ NZݞ]~' K$aha͵ -L%`%XD g֖$2qw`C*<]ua✤J |ڠHz{CDDLs,cb Ul.W5D t8.M/ve&Bn\FY2PvE}T),e _gܹviP(l63齨7Ar?n]*q3o]llIj" nq{+j6I3VK37\ @*xeIܵӾk+8%-Ȯic^7ja㾇]Kts޴*n->zI/4zHX0)N7BtN Wd0rf+-vb|/ y'OΛH/eŜՓ?/FZ724`>XC([r^7GT0ŏ7Et$Z"pmrftLf!/H@&?q}N:;GQ`9U,/s5–lX"a؁&?1dP(>Sa+_T YlqN%BBZl#45ZkE~ýA' ]s-˶+׎b;-% Bw0,WlB7]o㟹Ec#0) |7+Ryi8g[ U{ܘe-R-mj5iMcc|:]Zv  &gQzhrģ6 V 0'kZWjr`]'4]ZFPv>aIi>bo.{;;?6~ &i\!<μsDR{mGcT L]T#qkb0W-|(Z L+"\]CRh,>j eM ػAm=k PVpqSe2s)-O^}X <t8DEE*)Ox Y uRQaα 1βK~_/)eJPb-Ii*"Hchb\DJ7: *b)/Ikjhb|ĖU2iu4P~C~ro stM$Rfsa|-h5 iޮM dMgb ¸o5}n`\r`_{kHJScвspɔkκav*A~\:jtV?p\f6%{PSV}9DL_cf!)&j6O^(^ 7+s%橬g;38(0TFQ}PYr E c2ziWJ{ b*V?٠ل/N44*%m ,mgDO3ncri2 e(|t:Ze*``8tr/aA /KGZiL]AˁO=abu x9d: I_r&ۓnakM=eWNٖTCSnFϻϝڪ>:pB|W1ʶ|@O巷;S@tyBI2Vcڀ]LjigMCk~6 3\ۙ@wN1Ǒ~:v O=SA?$:H6SDEҴ^X7QsmbU_Up6 >U@u#MERag4j9NYћ.UAsRIt0ao/}ѶE!/^|o$ީhUG6:\ޔ32 y9Jz#dhVuWj|;9>Ma\U҂ªAxog4Jk/ZƢ_\#5v3Y " y+!Ř-R22}k*{}P?D 3xDDCeR|@jObK{qf@i3۾ELaeЩK@Lic} (Nzd>J-;Jb9a\q#7И):FKtP%r{H ہ0@f(PuۼB0ƽvB\rVv2bvt߽U3b2TM'< 2Ak!l늷ElM.J>9В81ǹNX\ƲucK1A8)=U )%g*6Ě.$lw5 Bsb؅ ?\q3e4ѤīkϻA480Ss.!Y>/$ i\RwVӘ68}vԆAY#4^rCZ|}~o(yh|z%~+y!6/G5̟Nf'"2&Jv߇0kzvn4]|y gb ƒ\--f"<x w M +C谑Xerv\Jv.t\x@oTGꐝ` 8]<./}ǔğg$7Ef(:C_RG啄SޠFv|>-dAQl}}3豬<|?$Vr|jgt dMM(&)hiwOtn#z-5S;ahd}gN* )\.}4&&@f-Hz_:&24CwB ]8ßg󬿞aT^Z,v垄 )/ M[Ԟm@FGkk,:7;Yݩy9ݢ4C! fD*T#IK){_{'YNō$R/FC! 1{*r PiYB6v6*>*_Bhz`^%K㏗-pX I@^`}0G42 {znrե^XWc2StZJ6FuJD.ۍnn>zuH%kC^UgnUYW!++6u Rέl63jj5tsud E>Yoy-ZS2B(8z\OC<<Ҏ ac SI G4ZbIH42t#a-qO:I3鿸`]6MUH#D*Ftq4 # X:B.⇦P3Ъ@ ܘ$.'ս|)6 s؆H붵VE38yyo>˙B<"σ1m <#EҿB'\e71ލ0N"-bj2BҚIkapc͎T"r(4ᘄȑz͗Ά.d::8y7ZT҅$R+ sKĸ:I]آN0;iC{5)K@<,4|tUӽ^$ zNLrvH܆\PLbS_u4.zˏ E8,MÝLk;q-cf\o_Z ET!r-I)tM|h.'6vV'(0X^JvtI_~ ,^bwDJkM<\TxU!p5hCDfzK>a$wuRwRͪ_e=dGM5[J U.TsT5xi qlHpj%*w'_̙w:jh38[yKNo8hAHfOך$GSv:[h1f-"sI%:ӳG,p6rǩY4}5W-FyBdbj/svu^NS}Klq3m1a0Em~8Ogm ON} 㻹2TF%!HJ PYBB =cy%/Ww@b$+7S㾩xó"GlhooF܁ M%{l7ܥJ>VP+~$,fUm5IȧGsmʭTUp&GAa9l"Jz[U` 7VwK7E}F4]NyK4ɼ1cP:3b=m=i -r`JqR U8t[غ'JY9 ߎmp \Ld];گ VD"#펪)E[i}u#:F7o`,?ӦpSz=S}v,Fi1U]D+T_FSW˛AF.=Vt}pCvz`%6=|s "{vL830{[a ҶSN_DvSzUoi@x%VOyjCC۹j* &|_?W0n$aʷ׈7(%0[AЈɓNZ`׮ !T&q( .~dWCEI:vu)8gQ*E!sŽƖ,ͅ^Nslwe=Vwoߔҿ*B1T#=΃ƣDp2z]AoʆAQ25$v {fwꭥehx`@b, \u"em,2a ^GЀfvd 8 %EZ^zU39{n7SдH.'-_Qړm,Ie,g 5F6٤_qS>sPM7k.>'I*1+t+ϘCxng ӾnHy 3Tȁd r @3ufӦ&[hcn)6?.d.wLgz *gI5-w^Mng[,Ʀڍu?O~E GPiG_K&('?num*A:O 2@)D3٩aC,2m N;\7+*0mzZKԺ"xRmaygWQ,L GG`@t?^0bx]AJ/Jb>WHl|HN2?_/w8z=ax6_K&rmBJA4׃Zok$z+.#NRruK7Eׯ/.{\dz=Ϡj/JR *}}шnjLrɯoQ[gL&M[-Q5cGt__J6)tƶ6Yb\ūि`lD*UϦKw66 @b#:dU/b t%wPQ{(<CoQ}k69ʾ8VfUPo K4S , QFqz!\+*&cc}_n}W(p1RrV{ʜGI*9*Qtk҈  !%)nZiteJWaw&ZB KhC.4&M$jʣ'w9j5ouWbE7 x)bخvg'^8A|x*yK`;X55TR;CY'qW:0r7h1#0_A{,բP452caWV7M+`1#*c)`tzW?\Gd*yDru.ЄRZֳbA+3xKtMPӱF4 {$dZ*Z[>O].l)Tz.Մ;z?V`>:GOfB;[ IסQ&7>[1m=7, K7bC]Va<.&m%MIwCmo ɫ