libxmlrpc_abyss3-1.51.07-7.3.1 >  A a`$p9|0&=3)vsޙ<]N'JrK+TVx#T8|GҞF6!IK`w*8*R,@\"ڣvA|1"@kCm0 KE a8yM~* c hjlXYAdW@-K^gќA2v|}*q~hxK߭55cA602e9c63ed2807693dc9d532cbdc334f88819e1c6af4043ec1e2bad3354f27d5118a43120eb8aa7b898edc00356b4ad4c09e09d1ͬa`$p9|bҀL<\U@X}Ⱥ]EFK3(WVY"Őȵ &ݸ}>4{S6^a Xe "vRN[")6  pD"H# gD%!Ub&a(O,|u2^FWO]R$dzl9bx6OFn]Wp\YqMb!oEgz!]Xx1h߾ƞJ6q>p@1`?1Pd ! W *? Uf     $DL(8 9 : >.@.)F.8G.LH.TI.\X.`Y.l\.].^.b.c/vd/e/f0l0u0v0 w0x0y0 z0111 1LClibxmlrpc_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_sheep13SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64a_a_22f3a4114fdee2d028749500d2c01bd99b9fb8cd41e0143c1a8a5cf73e88d555libxmlrpc_abyss.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_abyss.so.3()(64bit)libxmlrpc_abyss3libxmlrpc_abyss3(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)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.3)(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_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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dcddf98edbddfe8fc7ac4d080c0aa32ff46dd811, stripped PR R RRRRRRR R R;E&"(] \w`@D_U'_B Z#0.WQVZE%GLx"p5j9qAZF?IYsX/%Vΰ@},q_{$ Dȼ]t)wh̗E(F^Iz C Y%=[**4> _:Ed v!,gq{_Ç$X;Zd1DܪG_.~ +v02CA❸ D( ?kXn\˛CǍxcT4_'G~]nS;! 1,?r){ Ք-YhSzh!"QE.Ѐ%̤rP:ܪuؒ8!"WN[#3b91nshaՓݒUmO.ʍtp90-Lvߜa7EazN^Nhs)'s/,Q</;)<>E`3{UDW%=i~ r3Y3Z?bƊtʴƠ(*PO4~4$pVx3PiQ[)BśElchޒA!%U6R!Llu9]E0{}GJZ{| GzT}GK?τݦP8MhTvFyli@C? -2nr-Er2EX !B >a-I؟zLxIwb iU|_s`Xª5T֬!e$80]`%LA[y(y.tXHuňI6BG=Rྍ2 yFx)\ؓJ}w]gL8lł^goSe>ϪDzBܠa5H/*S*wmA5aO@1ǩgp%ԚFfX oNIN$}a ].,1dX>@!/V$ܧaӭå_aUZ *,v3)3Y#F+Cۊ"H\Ϻ2֚UЪY~؜P >7`?=Uٽ )&G/?C}X< y#Tܚ"=` x$Vv^~u a?h^d oztUGڶeJ7yX%'j<Ĉ*witc)h%Np^i)6B#rPV%G1bF~iɇ_8dCc5n>Dޅ9_I] ̆%guK<+(l= QTLPIbs@] Euk(*Ŏf丒/+n_GLuL=OԃOŅO١d@b(Rj`u+Y[k[D_ձP#^6n˗(iqo8. Zm\N'!wl8ua^L$ZV.@qθ%p*c4 "}cqLZ\ 6l&GKƧ97ShtQ-9Rw*vw Di7HӴހEiڎdk(kg ÍGE ޖ%p($ȴAЖIdzj-pF,zb3üPHUSV!]w ̮bP̚hFv\8G|%UU*P{X>GǍ=Ha .!{2 Ynz#pܠkV){ԉ.`^ O I'`4Sg_\YEK0K;䦦Ewf²CV<;R UKEIN7Q'IfJ\˝K4pHd}"(@ᔲۆ8\汑re:ѫئ| :]sKkJj%}m-hG>d>LN[>7ɷ0 *N o[ Cq69đ%XB6F:%u~4stoqdP/ v+c{񆕰6cxܼTJxOMξs Üʕrq:БySD>w7y#0~ Ov{*TɆċ}me^貋WAqwH^~MGA>=SjP] gS oGbsް{҆wth"d znVbO8"ȧ#VOos>%<eljtCy7 rP-IAA?U7C-*Wإ~+pA"]:? ]$rFQڱ&r@}E5/~|di" ;)[P7wFϨVpAV3bB4@jIXaGY!q.m\/Bk7Ϙ/D.]PO"WPii3>2:˺AZH7'߇v'O(O[Aii/yQ%د4""͓fYG?cjޑpH } R+ؼLJ:{A7⳹X?${[*f?)m:7$@╅|o~ >6]:"ޡo"32V9$ޗ9 Y<3娒;oN&}qP}tSrg?`jF5U}"A1Fi 9maB%l˜Z=2Y“&wmHr'T><%q#Gsr] D%*Y 1>4>/ѵmK`/ph1[劍=w>NĄqLsCT󛪣=p ҥP4,L$Ki(Kq> $ FzPè0E-`WMV5c W;|Dzpv=c'oh;cW5PT0:ɴH(΂D3kH~XJ"<*T^M]i˱&Mso` <]vm$So3KxRdgŏ\ՈBG?IV%+ z;C>4@;Jy|y q_ZZo w>KLJ3O|{"DhWU)ZWG(q@ X]誁NU!7U-DXB~i4&tЁ2Z #*o%󑙫|Pb9NƦv,pJY%`Ђ[̓5a |G۸dh7auxA᪟{Bmxޕ_oGY vh3,$/7!"~H/]> _cTNc!VH5밙zWo ƣt&ǺQyv.y#.saW:()<퐠{P&w lcX${IENEة؄Ә n1 +vo/h1X>fMrE4: jSH%_Zan5:ۡN xBX2sAY R `CPuuFleWR\r/5_ XJkn.\?(l#['r!.= 5ǀjxK"ĔM-MϦF|~"223@xpGGZ*4YM_cF|9'akiA?e&j9ɱƻ`[cH߇Q(%xu;CkGaz$xˍҠ1OpR(xEϥ{/J=#if92~ WaH A^ )caPyGuD*gc8帜V.!֣AU&SCZE{ ;ڐ~]t ␟?%7~!aa;JͳYV̔g+2!ڠ~sDH`8F] 2|Ri}ٽ,"TWۃ?]/E+=Lec[y ?zҁE\T J][|P?@/N` ֬lLIW?ݜQ5 B/EVa2H/g r,@{P5j_[u6:>눣%ܞ̼8+j+~7'}b 7 FzeJ(h^ dpe kfO6͚ݗKOeY^][ H~0d̕Zu ecKF*4# fLwވHҁ_ނM5voؚ^"Kw:5-:I3o= .Ҽ1yBҸ*8`Zesx ,˜[FQN&XOj魡ؒJ1[bZ+ ƀ~NvgO6tFz}E/]]&ÁĊsJH$rÚ{nH2$@X˝Ŝ $SVT]pc2Z~XGbL8pVEpw<ԜUjڜp];E_ո<K wo۫ň `W@q;XAImjHVdk(^r?ZU6ќs] <%J%(F|Mʍ&KlKnkP_߬kHE&e7n}, MNwOæ!>Cg67.cm6ܛpf̀=5RK;v!PPgl舰뀀)䩻 IT=kr{<yWX)ZgQ`^8~®Ϻ>Dv!T\*~gY?a1r{%%XLB"0Պn<84xH [Vu4|Dmc[lM^mѡ}C%Q) NUS[ +34" \ivd?B./$B2.}Gz{t1Su99.,"'RH`IOu_h66=U%jc5i; T*;:dn>a[ g·4:;!mގբ~dc)$m, PRc/>Ń۸B(v |ob 2 ZfC y\O4#.goGID;98Fn +gZ_F]AxgP[|sPuPlLL3aUZZY$ 0`Z ,p F`9 ьgR^]H;pergq_0=ٺ 2P5p;j褑ِ0¯ Fݟk/yZ?ݛE7hJɫ!ߝOZo(Śm{l4q$VK^O5A1fF|[s1;*d~^'b5t4?"$fA*%:'  =X"0ڱcTtDZ=}9)xcF‹\}Yrhȝ2qy?3y2StzW3&&-3"ruĥ3|s)74UlKLlWoL sM& i0|A & Y gcc *Y)23ݏ3*ml.giV&z3h {Q/N~ S actn;`*ҋ_ Q/9HXeWT!ҿ]U1F1% 3nڒ p?!FE6@-o_:xQ} wܩ*l㏦Žږ^&A@m&Ң?SݐvtJu9º,HF^% 6r~&cGh?O>+ ڇ_̺sxPl҄L&elujyI9| ;j,3ESSj xaR6q"U  @[;x'&ǚr՚kO#]r-2+,s p&vĩa+,ɚ3iƀ}*eOMf!hz@V(AV͍aCyIO`n$7IJ,p h?wRO( )1߄st$qӴK=>B?S0\OX|#"=ɍʼnA|\9»l$^'U~EvxvD $^CMFh4(gF%5r[t_;k]&k\ڠUh3X@]7 (lX֮?`4O!5k }DkT<+~~0 Y7c֊D}6ERrX@.m+x/C껻gxW^Wdd^{uѤ'bc>zV{n'c_nP/F@P 5T鎝4Z~A(,h4Զ&oѷg_ٙA T9#2MW?s3>7tޯB^~"Z;2Mg]29p1B;HqMOUm-Ic/9"\5CgMdRLdfp ǝg=G㤻&a=݆fR 1 4wS3WS,.;0 )K:"K!6'(}XC` . DZ'"@"= 0>s)怍Ƽ[a:^}eUCSRGz~nyfBw]=+om'B& P4d[Ɇ&xrsDh_:לޛ5"FT$H9gڏ晞;bֺjϟ# [g`g;X0sp\^<4}/:PvJ#&:ɈгL ar;6E%ۏ?(JQcKY? ۔Őɻ|zX^g(|EA?}e m@h3F= Pb; -QnFf Iౣ 苭2Wؔj)ڸJ$ Zy=)u>;2R½"ש1N'?UbEW{c]I Q *rpEsD[$}6N()ü tP$9`DwCđa1=NO=_Lٿs+CIfn֛+8~xqS!FL^M1Rcs 7 K'u'2Iͳ zEKIrnm2P 9] 0 *'` &`$uG+}qMnQk قdCw|()mH jb-ʎ)8qHՈy-J &e'=S+G7YbTbwБƨzҰ^5ic")w$`,Ve)"'Jb#ϯQ{ړJ>uTa̶,pՐXԿdlLfNZQza,P2c=uNJ`[9BIمVDYGy7~I?秆 DAr 9C琌GF*EH%qZCEWR`X|h0AkW ;NoLN!0*;]b&6iFrC08g="|AmQƊٛ%||k^ EqM|묘VR J*h%nC_ڐr{^:|XNURa:8 2Jspbj$O!g35ƌZw)Sy|58"(]#;G'Ub90|k*0e5yĒ7P]k.! h Jah[%9S/ɦ1TS8ƪ\{8P#йH=Lj/ZZ!y<˱(_HncONjDy .IezL;vJ`B&/^QNj8]*ز|Po0+Lb6o`N|-x-`qF1~ih8d*.M?tbqvXmadL^ּ+ԋ |;{8&g0{\Jbc5 $ӻG V={%qU4'">n! A{Eɵ}'^_DثH CK0'nΌՕJG 67BvԪ]2xS2[#0,V:f+xm(ٯq˙vũz'!=X9n!fbٖp]FL"..6 rHfYgf B!cu]FNI ҃&Ȗj§9ffjP<3ZzxzdFvYB=wV~B4R+1xX63pYrF|@I0Ww9 n簕х` En cg?ȡ=>3u- j^qi֭nC!Xfi,bUpZY *t1FE{UXjjϠV{ȇ2?CAJaԘNf,H|w]t>az}l\p%i}95Npcvz 3}M>gB;9 W C`1>=P0h58 T'cmHT|qf8lN),hEi4\`xa(|| xe%@BzvaDz46s+8IzfjCFKPp& .s%?YTZ# 8eiI~Cv],FB~npor~ %au3/>P+0g0D9` F-H8z>ԧ0^ lx zZɜW!,2U乍hPu=:kԇc²\Y؂F+ʅ] 3(l,("2,ܩTK:˫d8=ЂF_Iw͞.bٹ|ho*zNfW vv{xꦦڸ=2BW}✱`RkȟVXg_^̴äEu {lg4{L}l95R+LB=N/} }c+{)},H͙mA(TÁ#h܍Vnm:KH;^E5ySŦsg|CwĦImw?dM%s0Dsε,uBΫ;>6,&yլUwcmѩ@~jH\Mw ?s1ZZ|䃝(nVz۬,E0. )Gݵ`팢~슴|KBL =vι<\.dL7T-W|Bc)ϊUiÂIqS ⸯF>۳)H7= ^Br9'+HPF. uѥ3qۗDll5!oݯU,|Ԥ;^=6G+e<Ӟ&${;|d|3u>:UhAI![L]Ԭ 9\ IwIib'A1 gڻAtNM'\.=1÷23}{c*PH{ A7J }@D(5Y׿ 騺{e?`WV&$ DҢ|,>+_h BaWQJb¶64xIt4)!\|/Oc9ѿ6lY& Ҏ@G^۩Y% ׺X* Q9-U:9BYe=jX?ӀѿOm`A2کS&Cbu|uFw!%P)|" (3рDؾk9Ekr7dNQn>%" 6 gD򭕼~9q/*_⤼T;HjBZa>Db-Ns7"]ԂEKSY2DߦWق~מ1#"A"SB= ɴV8Sݟ 5*+Å#߆:ג]e0ݷ.{XI-**O>e?e耣.2[RZx; ,kGuZ#GXtD&&Qscx(,.DrC~d2qԆBnŹ('\\͢9Drg"&BA-CfQ:Ng+u]7KfqŇگ&PA+T"a% +PV X; lqIi$'Bz W#mLg~Z0<0m%p26Uni 0iv4~jKakpJR4D,x~ Ds#^,Ϋ*Hzmߡ7 XByH* *]}6!~R0Z#A3냃uCrIU6c?(ڍq]ݞ+Fz<=> pS9-dt- H #pJoqd&zxZ|J\AN]pHPݡ) JuWee{U*.hJ\K t/8?ZSiK u?>TL]kQ'wB܋! tn%YS^M az)= Q,2YbjT3 oWny*I[荱 N ~¯xJx@@ʑ6݀lnN8t)SYJΣ:@K% ,T"ʬJWi]+˺ ~襑 $M)80+cKpROVҙ" 9ּf^R>ߔ5PAP^5dwûc*G ;ԃy]YnU:/%₇421d3-ɤ_'#.bQ*BETM55=f ^؊ p;J& '{[~P@NQ.^nyE tx.~-wJDbl7xա)5Mw] CEȲ{"&=x| dof (>?(MSN)xEkds!e VGz>yNn~XςF+*Ry's/3>[܋Iɸ;#)Lm7]U$`}!y3_Jf|n}hLqoĨ%{3|/j.k;ɦFYnd6꫘*iѕasvP`ht 訑Sޯ\jrڵǫ\Kšg,dMc& Gz9^*zDZJ1!_G[L;s֚ C|˷3ƊBP??{ϪW4[J Կ!]cx-zAmg.uSe)0#Ȕ4P'9ε×Ί]mΕl2Uk^RhBIxd3C|,4_v޶(?f ɨGf:/GE/¼%S׹̢ ǵCIi7 Y~3K?)R" p3iج\F X Ƙ}W{J,Ж>Qr%<(DQwѓ˩4IQ_&-)؃ZX~I 2CEMpeHS%Y 2ҏ({&͞qq5D,e Y^nEЋ'8X^ !"ş1ӧI$)q*_E}S`KNSTFīYg [㾥P XZ@Sj|1ܷNKUعNq2ي_-]PU%O_nW0f2=.ͬC/:8$*@2BF2q?ŦZJ}LRr1L.n/4S9Vr4` tOD,+|Ry5vp {T犈8~*Eh말5s7-MUl^ &{\& 6fdȃOMucVčuFKy@-5p*O<r2nz. MLè4XDbN<o/H8wO*Lp#Ip9Bc۪l Y3VZ,aiCw~[-l3j1D[ae5Z{* mN'7uMh:'waBՔ}:"q0îgIJ O'nsKIYu؅61?\[zFDV{4|9RoRakS7$> ٖB;A/HJ˒,W\5gn6(N]JLgTH*K:\b+cGMr<Z@v4xnMwm 88~PSݥm$4`(1FQ_6cV{6Oք۔7CazxtS2+5T0`DDtvu{QA&Y'X;y|[Fd^XT Mn`RYeN [$u:sY=oV rQ܃]֫k5=JW|ȜAˉzvT"3n3(Wyf+We;h1jX8D[?u M&4KƩ{u͝"Ji))PZLH4m8,x-s$_GdЀ#35mGjzvg6[P/mlc$;&{=a ԻH06/l$Q#)vkعsЦDĞ .QcA*!j,+H I& SQ9lX[H燁J(% YaCixDQ1}Oc[%ff2$k =U3|w/hɩ]rnCJi4B :W0޸?җZOE9<4wѻ |⯜hed)\NtfUOa7RQz7ίXGmfr2SdkCp9ԥ+ (kjz.psfH w)N͒4R(In#t*ؔV"%PQS@mܲzم␘ Sӿ^ V'17b&k sũlG4aaD%J; RٵL iBK'~-;;.p*2'  |w1 X2%-K gN~b~$"cD (#snNCH/%dwPӱSuq<63HY wD.ox2xisr3g qhKACsFcR|[jHMQK*#٬'3T/s_=qhR'a2=fS~%y#lH斷 .8ǩuG2%su9Gyw~PFYWB~D` к $ФƬJ\KugmKJe2{-](pͭ%}XVaEs82NtWP-Xx[+N[W\:Tբă 8%[ +S bg;Ujihis#)6 \HtRqĊgL~r5uYv 2Q#l"gFKGf-j1֦8dDZ2emUNe/TRe`(*}+x e̠"R7bn͜I)w1RIY鮁?֧*rv3 宙gߪp o&w7B&aGl =C\6q0K*<|u0Ny"!#D@#{0)L%JƟL_^rDח{10/mᯏeZnym_EIbrf8ӮhUϦm? x&\S#XA7ܠKxmF ܝ9 z+ԮuqBDɔ *v5F8#5)rQkT <;rq-_ǵݸkD'$ZH=v}ң "*=ۊz#rEȬ\j #fz)R|,U!ds]S@׋Cըٜd>+P@ `lIAn.3B<`/RK;N4TE|5aZ7] f9$(jP<$V:Y91msp>}h /RG!i:J=ZBp,J\ZL#'eM 4.iOD_^6%CҦkΝ#|NM# u6cˈY`|8ii M,wõ;/`_DbB]3+翻Ւ`{"bf`KIZ2E* gn&-Ӷ%bxSR-oM4l;91x{GjL-kB>o%M ><4h2Ha4ɮ&/;u!EC#H{3~5e8NՇIs+9p"^ZAHwzC!jwؽB^'2 &LÌ(Sۘ%f$]h /5kSי I+P: m$ 1a=؍g~J8(uf^hƙ/]G!Js\Jo$ {Cs8-BP"s8!eEWVzQed o6/5)S )قxg`<&owtH`@Z/Nn 2O/4ʲLU4Qs)7ͮ8+ev{-N X"bBώ5BBc)V!U GUHkmɴ0pUfk$0h/wҩX ~c֏Y-5mLqLFGi/sFQs2զMIwgruk ʛ ds 'GQm5Zp`-.+3wР_p+ߕr\dkg18_4KqGc@dr)W=}g?8U%yLv*da^~2XN/K L!ۍSFSqYd% N DTp%. ӍO$&LZb] Fx .x@8"2cg/ciuتEdԕ|+I1l݅q># ~|++>um%~DOE$p Ymf2%-u֞}v "T ZQYxI\-`vIRZ#sQQb;vxF?SxHkU%D\tMYƤ-yx@U9h[M^i-_Vw޲7hIX~1PFRʕi0X( ,5*T8<-Vט'WoA$B|#:%FJOxXĿ{+Lm tEQ'&,sW&]D׎M{ڟ&)z)'x co:a @Bnß4[Oͥ >B5r7J沯M1?8t'J\y7! qTkR.Y/5Vkr4-G^Rå&.ƙOOGSS+9*q'aڤDqDCgXXpayt{7d2iݹ*˭j  3Hݼ_hۉǣsFLi 3;FIjgn.2.RolN60ǶI2wlnMZފFLN=' U ,Pn@1=;/8Z`MD¾t"'MoB;,ȄRq15-vLQ}tßZI)PƦ;RZn'G$RD ?].ʝ4^ao5yC_ur{-ȾӗxgyF J^%Ey h4izNw2gWn.a,p?ri;#萐5*9FL3͙-)uƓFtjNjp|UgҀhioHHץf\}$ ߠgȀ=uS^ZR"8޽.LlRO5oDjS1Et}q-Gp:QQNEm7!Gx{:6;SS@kGP_мCȱEJoE9[c)kTZg<,8N)48Q-b6I176 ;Mhn'ؽ?`d~3`-"5 |Ġͽ N4,bXoT6-<3q'[ v۴\~"˱7 qm y Tڡ5wVrG]A-9!hikt3Sh8SZ RN2' \/=\!,AdmV]FU DܦX=^=lSH j%CX N-6`Iba/Ay72tz' LˁSZfS VW ޓ&9@$q\l঑m9'o88׽u:oG%k+ko (3d`XH^({^n>o$INXG S\0ڸaH, f845@ܡW~Q]+mz∩֋q_6]>d0#ѳ7t>RL˲+!1Te/L5M=-p` N+mlgqSpr]]C4Y߾]F -$m: __ Y^<ȭ.,Hg^(&Iw GfӺY@e$[8ך`ơ gKn9`-xuvھh(f+DE!| sEx#%HF:uy}$`G=VPTE"LV˖֍bX^cn;%hGdM7uPk/MJ4cq*Ov^1Z?򮎆~l=tЏKfR. I]\pl~"c6㊽K0ĝ'B"Xq}Yc$b,$G /1H9!#% ! p?'7}ܣ#k]*ZIZ>/8@:q[mo&$-Y /\}5z5T =z.XL􂱹~<xD6㘊!<3dnY lb<DŽf#Muv+`y^N35o(]9mY0H ѿdo>Zʞ([Κ.SFi2 M|rfq, ˉ%~dL[?$9 |$>c)afRr1G ͅHnx^y8:9̵â <0hu1E|M" jhfW pwQz_Q]ˤ΅=pt, Ƥmd:2 CUZ3!E/?salS,XFvFE!ol@WKæ_JIƖ+m K+ O˾TĮpj&L+dMfW]YLjMҳl2ٳggڒ_m #D_6n0M 5V>H6$jTC,Θy_҇z95p[9fꝵ<7YHJ6^`<#jS8zRt B#ME V&ĶS) F#B+aP.Qޜ;5 Fԟ{#iF^+AU$ "1.HiFGvjcJRanq;"c{V/* V6j]:yDQhnѶAW;F;7Ar(T uLǹX%ـfBG^ 5n38v;@ wDd5#lQ\ Mfn$iѨV-D,y{Y~(p `^?8±2;z653yI-qש@ˎ#g|mʅ`daRR\-FuYq8D{0z0I`ay(\Zr'߿D9iXsQ. upPi {n>7JfAՎ%-TKs ^UO5QHjPc8`{mSlʈt MBƙwr%JX&aK1lZr'21a؄-d8r`]YM||$~`r>;&ͦۥWT9dm^!nzO`}$*G(j>۽'AO}}J *rj!inFnd<\ ۜ7]% ’[eÉs#җWfLQʏ^9Ѭ ZK،tK&pCJN"~đ>|m1E<'>-Vt7QqilؗИ/IW϶cT ]. e<'&ojsű/Ly`EZl&-fD3F Dx}rNx_8UyQŽPu1L.&t/I A(`([?v{=*zF;98:R{xA*NO ԗx-d*942>Eaی٧T9œ9 TV4[ tV3i Pzx9*/2' Ch=7opnr=i%RX^1yZ;ٳL[c6=):(mȴsP( ƊlPpҔwS'$;؇rI2Y[U# `(Q{`LDz]@)͑ED@ߢԒ ,<H!MòV`/(^MtyZưLL`r.E1{+' f7bK%VD\q([Ib%mw3+]" H (oy`Ld1ߤ|2@E^gg䟪nWFB NJO܍$g%R@"@N 4I >\0¯\r aCvrx}&e4^>4-gl^u.(I:M ~>rw;Ddޣ`IкlJNkM1lWH:q[}S=1::HQf-,%!̧XRۙ/LZvvTY nNpUMLd>j|"NFS]|U;,7秷zFGktCl[ X^V0 ';cL|x_sianR~~!wGDC)ql68WNaX#](g`!G.Z#,E\Y& >QKږ6cw)gXM;Qm2}ns9NΞBz.D޴5ՖGWRy:ʩ(ߚl,$CcGu<#6u5@ !5 鵶iM™O_^坘v0 *ǰqUN:Lelu, lϔLq{lpaTˆ :2>fKb: xr]3 wfa::SS3 QF{3 -237_R}&=4uF]+<-ҵo5ȵ;3o*c8cazNC3٢'a糇Pld`T$.ʔLnT'hn!Mu;7+w_!^1}b0ͷեXb E"|+~X'ALUl -¦ء*Lhg+;Q?AXq ˝O!Oԯ"E6KJ{njG4rtՈYwщŘG]z91pOgk WU=ﲢ:m+mGG`F/%!؉3+A #nEQ>417-,+Sl'LׄhiA…b/B#f kذQ>k op2[|4AcUv  VSC`bRAxmEK%ק̭ s~ x:c R+r*FjzM~TcQE}Qz\c]dcob[= YesGR(6΋S _ۛ5hdS-&FG:Ws"+ WS g?vac)c Y=5*AcBhdP>an'.vJi qԿxS:ʥէҢr>=4w޾&6| ~GWY10!o#8@Ոՠ-ȭe"H(d="gk&?^5huLb --<@wa5xw{0tM~f:X =M]bǰ}-hvs>QD:{A"b[b16F\:^! |hWa(/p48SlE mr?f@be_Y_*eV+csi+9g'AU3R%ԺUp*bwD.+0;IZ{k]MY֢j 9_I`P)ct6_$,#w|nr4T+#tq=+}A%D/ W]WO^*ּ98m; ,fS0܀w ?񼺡&dy >³qp^KXCֹ @BIwEw{VhdԢLN;dYnGȬ[K] C^G2\C0W_{_itD  L4Md,eo8#FE}a K r-ۗyֆ"$Y(ٔs:,(e֗2)A8[Zۯ箳֟>r {䀭 DaU~RXǺlRߨ!j "G\~M==BƳTGG*>=g:; x;Oߦ7 Bd WP|KKX;NB.Wkȸ 9$dw!$xPyJN!.QdgVVn҇,m%P4}' %rn n|ktpC^\x'\0$\*F !5[hܻi- ˝yRok4˫-0*$&JfX_RQX-? < e7*Di[c^my2muƝUK6{^'([B:?zbUt _ue˿3yY3dJ/an_۾|m9]+*n1FdP67DD?.|9t+7U%lcτy#{X6|J y _:sJzG?+%f _p͖)'JtexԐ)~cp YǞW? {]F.!2T{g3wor.Q }p'HE֕5 +4Nkb}0$G'3r"uYC[oghKwxo4T*ZV},LdHSu OIS⓪ K&қL^PS,Sa%lOH2FĈ)N+jUg7( Vc*%Coe0եoȃP ZY  D&^,'oѨ%S1<r-RT_q{ /UZr3#Oq ^\LD2P@j9zJ[W1/X`Xۇ&R~B>U#X.@^%Bg<(x.:"c͇e{&,Z+8:b3C{pzSa.0Y8 }SޟDV-e\TV7;7O N9HL֬21v7E`Fmj;O,Oysfhmmbc@>^I~^ˊI 9ńiZ,2:Z@>fsmRߞs ߢ4EEGN;or{$%q``A(|;u,@:"Zě;CPIyJo~ub]7rO! sfraLFܫ]H.ZCX}y_Ƈ! Sdrd+U6y<[E}J8\ZƋ;(Π+ΊH%VVĽk;ܐ6GGAAHlu&Ȓ?2twXJ2Bi(9Eb<&+ -/<?H{`aZF[qY|vEBE- ~;'ֳ;> [4&j瞳P-f?QWM$.46{jSP&q%nUj~z|j_alP ;]l$xG i*\pv!m' lJaǢ0W_| -4 {abH8VHgCVP[ @M!wuN3c7a=O>.Йo"%Z97l8"{Ph=?Hg0(ƀZO>7Qٷ/ωIXXDٸ:hp:V=iX[&O0~'x a~N۶`P~0: _8bp=9$Y4Z ф }?S t߇`Y/)o`0̃StPOHW -| Np>>"PJ5{fHw-йcYU)V)ZbS8Z(RZX=&JKa*M4 5M agQwםҩމ/.tiTOXkQ60syjiTI4>෱[2vU* f,o)Z8#0+Vu>Vwϼ8ܢ$ 2*NVWފV{sМ A jqDL?`'be?←M:%,YB#s_9ˆR+k,Lz$ f[ePuͩ%eV q!L-3}.k ᵅɃ]HTr x`Vi4DZ;i|QmY [#߈211!`f0? Ci(TgꢦUAoU˯#|*lJހs&W8Mɓa؞t<8N*,١8EW,;""QHgu8UAqY\]_r|?L^9Mɺ nj͇™~#N.YݠfXՈ'}1/ #TVKO?3Y|nt +1(Ј-Uӥ>ﲸObM~ida-=95 ↫cYIXVi9>{Z[DIC A4ؒF+}:H}KxyI@p>0[I€BјstmgJNUxtT\Gm(JQ{Cez;d䝍`o/R9m[4Q6,|F 9ۛSSnߏ\B_Vh$!};w^Ʊ&;D8ێ7S_[1~dMr"]?}~>Qu5tpv65wVydՖ0{hBPKmmZG$ov)[eH9@cxa;2 J"-w>&*g@,ӥx6pr{iIDpJM`:23cCg~g/?]#.Ķ/k\p#7(] 6@  U=/u:=? /+605frQݝTm_PH8ԏSm5m=`1t_SЕKM}Ls_.KmPg Xȳiۤ]Nj"/dhQTI>,R{wQw=I}d69*\XFivoHmuO36Lт1gl^~` t}8JxXtңu-pAPP q(5hlG1)CCzܲfjtAd˾543?{[r_V|Uh$i;KIȆu]aҽV E_h8t9)+KطC>m^Rz¹pwګvu-DS*D8gy bjԎls+g84X;-$H T sgDf";>fʶx2yjX12ZTNmtg_-gx27!f9taUS%0gkぶ3S0Ŋk=L=+ԧR=2mQ@-DN(^Q#joSpyl7a SpV,8}~6 Q gDH̲dVogŰ:Q>?THm[W Nfo+HSsmTrޞkOy [LʎRTX*,̭^Zzb2rvx=* ַ.ZCɇdQA,% zWGx6tw4PAYJ6kS\"{ogmE[Rcdx{m~=ڿ+=0-E-g%W4A"XhlK&1<=a{a$O9eEcž9Io&`Q.bVK%/F5KEhsӤ^)}?Bʉ-ˎ#VU3t2yN/-|YlT'F !vf褅W̭.AGymϟ,-@,lc b hI B%m88~'h7S0ɀO9IR B[[1Ni$SKd/gX:|8f}"1Caj.,ؐHt'fA dPe,UvGd7J:FP`2BXXO[cvjr?7Ec|Ldtתİ%OUֲ廯c~!lA^çy2X/]ۏTŘ* 8S$Oe#$Dցu{ ;j r@2N;\1|)*?IQFO2"@y"$wզR`]>1|]wȱb완ӫ]oW @~W,m]3+4XY簮E$ HS657H86(#*>wpQʿVvÆV4V+c l*#:Q/1 dt4D_tm̂^ryRidsLB?@D S^um=38;0yHu X#̲9UuÍ O7kD`9ٟ&=٨P0wټSƽr=s]#z]`9K`rO᲍d6*x8wE/{Z kt / >W 疠@IAP߾ .SҾKڨZ5VuEѐCn&/Ex} ԭzCqeLG2ACU|s rt:0sQ7J96뚚YWr~*/i>w0l20 G'N--~vE˿i?tpӎȠz!~(:(\GAJ!]Xw+%PhS㚧EEd~\I$ j>m+{u8(gtˤU})xa}t`@*80;U&)x2Xg?)X}0d36,D> Y@)&pr{q$Ev +b Thުu0_xЁ[چ!E)1O\iT_'L?>]X;ka4Ď/H]/E6<َ{vg, 9f݅}O Տ';`rh"4Ohq`]겥Ne{`~$K#>3%y/!bc8Gş"D\Ud<ʩT3YmsLj:͊Mfkt Au/oPpۼg+RA"}P,%5ۇpzo$gzL Q!]kSTьMX50L7܌U26\|"gB[nOao@QBvSY sxho/O5~;8wf,Л uWԸ̉;D8 */LqBI1.98AӐs$hGEDAɪk3Xͮ՛߈i1@ ~UjoL ι ?F|sau[܏MC_!P7)a(EsOV֋1GԢJcyTg/xFt'+0ew%L!UJIԹE;8\D>)ʷT pQ#`zLoz?_<\œyMH"!+7'5m=sDyZx]˶6C*f dyDެy-el&vb?tl< {?0 # _)E̺h,gīQQ$Xl/TJb+e\vbiSV{4`bPkڋRVi(j\I *8dębrߎ3u&ML*D§2 L["FTձСm{Ý/ b5fj!=#ڰ;o6wo\iPԢJ=3\ ɈǕ`>Y<`А$b3F5!ɢ){k=L"C r1(T,?L3ܖό^)X/j{7CVҰvIMfvJӾǁ'5v<{yr IGh0FKYeB=^xz6Ddz6 Sk=eI-9h;H鐋AloutYMbٜ㫦ܴ pZhu!AT~^mYseP|D ¿y0 ^LB$M}~7EM1`5:1ȵPtثcec zuT_&&Tɳw.XcD]=a lQmfFͳomW1>guY'3s _