libxmlrpc3-1.51.07-7.3.1 >  A a`#p9| w@of}aH5*2A.*ؽ˔?m dQi|HAH#i.> ?hBZO?R_e8sw]#74Gx˝6K Pt9Zw zS:8Ubu*FrBLf.[|.QH v?Geg-ca2="Nnqz2=|Rn X4,IZ'*ܫ:& $h_ *b72fed04c5b1d75577fb81c28303c129c8487b5eab1e21adea79bfdc70aba3c8f3198d30b1a13b4372d3707e9edff26656932a85Ha`#p9|rX&N?I(H~,^6J5a@~yCLv>ΡkjIo6sxK+%AnJ&fpQ9̑B%# ){#l5R,H#$ICt"9b VkP;@ Υ}(=^{'D?n S=#StS 7v'pFTs{qsA7hkejNSM9H91ɱ/8\t.՜uaF]@>p@1d?1Td   S&; Qb     <D|(8 9 : >.&@.5F.DG.XH.`I.hX.lY.x\.].^.b.c/vd/e/f0l0u0v0 w0x0y0 z01111PClibxmlrpc31.51.077.3.1A library 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_sheep13}SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxx86_64}a_a_eb248dcd9202ff5f1f171d05f6e73bff4734694ec729d7eb6c2d583a091eff17libxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(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.so.3libxmlrpc.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]=7927b8aa756fb246d7d3dcf873b4f7c00eef5afb, stripped PR R R RRRRRR R RR;[솰EԞEd]nyRqb5E(Q<힡P뢙Է:[C|/, 4LE(>D (4vj2XW&sa@RO&y wZCY3OCDT$`A>~ a-,DF)JIJK~s9skߊ't`O~9Kv Pڢ*ws=3?{qSkfS C 9+g`%W:"?êwfvx48WE҄ZF3هߩvІ#4"P1 ub|oIVl?PP/5ZA26rjEgʶgjK? k>CQE"^?v;G#ĥ m{cD+Cn9,ae^شr%JX"lW94@]q`). ލu?ݦ?ן"rkQY'gRT.h*1j]O4"R4ZAcE-1-Zk`\O4Kߵᑌ+nFbB-.OV~]Ǖ76ɍr~ ֝e;$NyU7eȞtI1̈w;JrTօ*JSeL@wы Ya3E<y< 51Q8tυ{8# Nv/ rj1d~M<@Io6a2Hf$J}|ݲSeqPjĨy{3@W㾦Kr@(bLg(ִ4LP ҕMŔ7+@xkd<͵eV22FAøW5OE _zADS}zٓpu$LxiP`o =^V.ijok~6 sAnIRDNyE?6;:fld:^lqK줊mfS}|}));p^@$|1#+vJeć6xnMWw4qA{`N[dH`yJ+sqGlۅly F`3ipdlMO/Q&Ra ʓpX|`sLWأy1sBf >mjoJ`! zY#uAFX5Q oƚ )NIPwCH;uQL^O{5)!EuS"^?Õ!N[%W1;Mj*?([M,IH8q ~XjDhàxiHH/*;vkoxNranAflG}2| m٭m)TD|06c9c*JHhe6j aWb(b>Fɘ lԫ.-섡0njU2yAjb<D'K_"v[T\k6G |r$λE=.#I0C,"x%inBm{}rh#Hvb8,yM|HA ^:ҰzjQkV&PS$y6_j$_2Ar%3}OwԄ_Xf4#=SyG.6 zbW"6K ?R m -fCPZ{T"8FGOIC\{ 0ӟ-爙# ml]#Osua\V|8g<z[P-d* P"[O**EhA^ݿϟ1saG4-f6' 4>/҃' twznKIr`i{]mm Wnz)l}Y!2]N:qa&Ys+?,ud0.{#_K$v`H$P鸐t~OKkdUD wHf\Af+ϛ?v 7mBg/nT.1%Sl*6 mY2Exf> ,Et7pՠ%y T2a/[+́}aؘKNN#QOm~8~mDա;ntc0$f~.CrQ{#%x.TpYXd@z؃^X7})6(LhA aOPڒi3%J(B(յ :Y]Nx8e4?TڬinlPQ1&đgˋ؇wخ~pǫ"_jhi1 wЕ) SU;KZS5Lަk&bthQkajwiEd?g,JHE{WZ:,S$%í,9R~* K D%[r9>zǾ=)@ACf׷:.Q6]D!k ?Zf)(Y-?V9 n=ΙP4 VV@UGmcgr"٬}'KA2ߣ'?"EBm^E|7}X(qƭîǞ?4hlr%fÞFV&)yq9U`fSEχrׁD6ώ {ysѽ9]|gsv3@;_%WUgלxHN4 nħ[{|,M܉r:%3Pqr% ey Y}𠙝lR t*S{h1]27|ZY2F#u%oKY7/nJu#ĂjcS{sPQj͒GMDl +Ҫ+ S$,y,Ej)<{p\6\B-FM(}ԃ![ZӲ"ϫ]~լu vd^_iq@YLƘmsazNLޮy|ե85=׮I(SqWGxWXMgˢ?|e8Y ~Jf$#ϩ(2՚* ٬fDI? OHag|ahxM0wԅNHʠk^b{pV8X gUm/*+bۼ1 C@ v&58XCu\CcM14'e<Gp:ª68wunl[`Ed_sĕv K X6JXw/ GI29o2EH/Ta0Q3Ry[ed'Q'ewLٕ 8u܇vj AM VrnB$*YaW4`10DN$'H4B?X3-^R:Jh)%$4H`\]ĝcڤ)0WNY*/Wp}b:qѬ)2G.Ӕ 8+OJq2] */~]cfbtWj[nZ4GaVg|c qaI Lj*8mo\ջ CK+! "IA-s$;@g=cr6| VJ<nEqjr8 TAyVyJ5l}/2 h2`n'"s͉1^ 5h9γT5s;wNTO|ʬX5g2ġW~㡯HovY t,u)%yzPyOC= !ho!W8Y}V1Xv#2ITS( u{tcayzNǬ4JX^sG&񘧴iWۍSh{tGdoNFK76_Q '˧M+\/6+F&HW418Ƽ(:gh|]AܤP Ba L9(H0ZPs:W0016 C?W6S.rYZt <'53'͓|$)޺hql $:N"S=?L>z(8iGJ8?Rcڠ0"R#,i1n|/FG@ EV'O٫Э;4$m1W\٫/TJcB LEnԽmH8bYGʘV8v! tXہM]*Tay?brȿ+ҟ(UzPMsM}ݖw6"#6xk)#.H3|΋pTaG1l%g@d)[qqbd}tyKm N~@F ^=wnXL#=T,Y-=lSњHfІbfsЧI(m]`HR@E;&/_nԌwpRPa8Pӫ$q@IuޕٴzSfA€MئLk>q lqlo$qmw-&hJ|e60W-"ˍvoשQDx" \q(m5ϸW`mlfx`5dL1PfJ#ٻeR⿘<q-> cr*E(E b"5Y8+''P{}z!ޝa|La>@d>%>i>hƨrR9;I'4]޼8 "f>Kq`2.,&_9HWp|Vm@HnyaODz zTbᩜQdN/J]tῩ?ċ _o3+m"H@ߘa'!c`ƄԦ?E?dzq+y1>vG0Ԥh gPpE;fw\iD:ў/VWbJ,`fDP/e+\^NIK{#yԃ¢ߨHEOC: YCg[z(WLG>d[7t,:`tX$Lܰ\QUlz[z@+qAUo9ĝ/'hk8n0PKg|FI:Wp<ݴy$9p ^&s}`}dlE8A!IY>o틬!k=4=hMS>Jz̓~!yTaK15Gc:/mA:dmMOgu[f7l'(>dcFٙu3U C)7p˫3|O{2j~`H"΂B] ,><>oD.i^ 38(V6 a\a=L]}w*T7fgۡBψdU\8r1y`RHBM{jMox"|c[-COw`STta4bӸi򭼴M1l#O+YH֩k*P"; :W0~qٳ!w ENBłBLn [ލO#{Qm颮&Od`'+"UQ{oD1{c!q}tv!}Mp*L-Jxc%Q\a*%0g1&&JMK>f nq@IxQl@sO!#mN8Υ߯_/CA3@X4jSb"$Z%AMv۱2IX򊒒v=/t)"\ % ̍۔cM CFXV gz^0|{u܁.[z; *`c8c$aawhqf7$Rc Zm`$I5,s#pT]4x ɊSG1ަw"#h0Ɯ!}YU9QzK0 ,*5L@Wd,fԝeo`YE|rkBrBi"t@x~y*[m|Nk#}AZ Fz@]:ҿxO`1IAZMحۦj)jTͮjr ާ8>8 |qX~?Q~ʗ ,?. GL}_"ՊYE vf7O /ƪEn~xQCQRuK Nw?k -hwMDhg G{Bҽh blW6=eZw ȺXO!߆0xH?*AxHi.x%"_L6Nte禷PbāZE4ȸؿty/v[P,^lQ?W$%<\4f;"B cq9() xw 󓫮tg&5O/ѕh:/ :CA艏2Z,']bGbω3h&nɧ?ɳzxD{P~AzCoO] /*Dy 2P@.T-C~ւKY.=Iك'p0{[z ~+Aݿg&2"wMV%&O&ئ=F͒R fI2xbģؖtRX>835qRw8UaRm$oa9jkoZ׾cϷW_Sw}^X\OACV|&RoߒBA-iL:ÇlliZL;0L~7Y֚ޚި4!r.Jv{v# | QKQ#r/jܹ \$PzGfL,>|$zczhnbjR(3qSSeRR~i/4c*g{ Zwa3KO'-1|l +V3ivYBzYle~@҃1<D3s|C -jƧ|r2jaJES.ƞU|0* seTA)74T<̏K35xKhb7hb/u36yqJ2;WL ѓ>Y8lY5^ ã -#f"9^רc4.G,$ec0iMٲz`>[6rgLtvdG8N8 嫈8'vvuFް4KzL+'o8o-2 JSXG'g TʕZKoo ;/Y_ml}Y%ǯRv)Npfpa܆OJ+\2"*r袌{9 v^\e:8u{'5qmh>gnx'ҕeDQ=. |93ppFW˳\Y9T͉l5M6T#ȓq³>Ib2.Hÿe&hGY$[^7 ^n!'ꈽ>5[rd?_Ӟ_TK7#,Dt?1.wk{h,ʆ·phkwҹ Sk 䀻Dn]T_y"Sm==)&^:>y, >|Cr( n$tr,Ll{k~ sؖHm - z50"_?;v5wx '5pjQt5D*Tx?lTZNBW1H?C$TADܾ*o7_:I ^δfzX0n/,bpM*6:3ZpC%+='PJeN5d_eWӥG} wK;Hqؓw4?8/8`>F <.YG1Fį, -Δjڮ\oOak$FcfkLp:YV]r?Thd3Xq83χaԺPKoqKC5KWpF;(";r%LFG 6}(;*&橷vU'RrezYAhCF<UlgkpOF|@ q2Pa ;~uߗy4ڈ ǭ-% <񣂓s쳇w)=BbsD[%`(D(hY@̍<x uHe5GtWDoFXmͿGDpG3=%l|&S5 vgtpfYD"iCTsO_*M}jf]%nh2MúL7#1^)r6$9z"))2f^͡1i͙0@NG ~E@w [&P"!dĸ%!n7Efzf[6xIA䇂/hsx FS9*s=>3I>s**1z`=Dߦ8zk˺煊JEP@)8 5O]P 4 ܰ,͸Rɺ)&T L{$'_ ')iߎaq/GW\'n1 8r=x|{ڼwS~hPf;+u9{d M5ւ ufh8}XGTS8U-ˇ%KY'6eCi ɖ((keFV CÞ[8 3\ڛhlG?Ղ1/ށ-IZȅoe\z7]#Iwr^ ryqhh˾꘏[3Q$Q)m/Fkܰ_7)\sk"Ed4LVts@1LI˅ˢF8~@|vPe=e މC`f0O6Yml^+3 t/pfžV܄ng}v8 ÞgfH%<ƾAI1 O{ÓQ2T["}JhK^}.aoذJ7i=!jqu=өpiqdڵtd4CwaٲBɞixBFhy\@8aY];.xpcxXSb eVJ(&+(Njxk [;<*q XO@ˇ8؎ yncKMa;fOk;l߅.Uhv6THΏQA>\CXa{۔d#;e IkYhb,R692oYj3Q2:)# `ge-p3ޖDP^Ӳ߷+6=oAj223^* v4mhGEl2ymWOPB*NJ:`sBK3p;z ~ C3UO  ԟ'.>^yC/7+kgʝMy~f?erau^w0jtBekg`DSN|0#.Y\+FvU풨 -}y*Qu52 -k AP>Aӏm|ֲueh}H4 XC[$h륭gH4(>{u}'/<7<kKO^ Wi?[v-{PȀcȥƀ3Vdbuibk8#2#eQ,R JP-*OiRU"#g#/+Onbw}buEI .# Hq85xLtgE w;ڨ;&3/L?Eq5.GW!Q$>^UQm^}ިzQB5s*+yh5+zur9[vƩ?꧞ݎ ӏď靴 ӽ0֏1ѱ\t}K6]󜊲/4be}0櫛zd(AJ;Bx7`Asoj0VM$\גH$֦m b["苮P/ /ށ7~-(SIʁL49͠^JÉ:5*d$R  a%2ĵςIzjix4R{AR5nI61SCEeTAfhC1v QGoH7"𿇛9mk?mzQ@m qm@Ve": icn\,cU#&ˇQ-?o3IXǽp+5OܢD6$4EҤY[}haelQ}H/WQ $1>3bTPeVy,F`3 gͷ4T8qNFumao֘d J{WP4f*fGX`OC?0 郎w]nf +)0w .^!ܜk@t:瞧oo+ TW1KDt@u\p2ܺ($ڂ"?#As釄dq;|qfּtv9~1_X,Q $unt+lbWMhd PJpAӎO$2¥) XUOv`Zq'׊mLə"gv:nK:(1Ԫd~PsȧY~E:*X-M jU1-v8 RB|Ap&R-1kLS_-AW8RBLJOY =6skU>y`iټܐdOn.NISm_᧜HK>i%X?7dH+80|ܓK<ܓo^-FY󲴎%CP Lw$-^tt/7}=ι|$}5 ӡ}.Zh]Zmi D'kybCkWِdT[w?j]v33Ie$D&,Tet^b$[}cF?ȍf6Se_ep͓KxnU宯a殚F${{K xIψ!ڍv;!]yMrybtDܫ%|ķ$Cb\uPnzJUysgth9̓^V707Wz_U6;Q}N8|g DAωxh{ } 1I+bPO 2gjD" uxҗ8+J&/Q̼r(*f`)Ѩ@8)mAmq Ad:2E嚴xd4j:ɼ/;|[dk(qKZSH$jf_,T4&,9'9m+4OtoiQ$7a7IXjF\1 f\Xd ̎4?b-S_h* 0>@ MgXߨXTml [-˦-%(H3/]OA6c ۿZvqH*4-u~Uĵr p =@\Ea%4-ěuepK$LǕ"^Etvr )72 r!ce|whRUz 8LO3LKK~qNJŤH JbFItmAJ\K2Y*e\\m2XL]>EDOR ˣ.589qۖk*hRp hWІ ga&+f쌱Dm Y!ZAq֠C tb 9*|W}`r]{tQ- N}3|nbF319 -rHXgr$ (Z/_/7zjtJsh-im)^p3œBL #[N._oW hO#tyNHW*dU Lgi(ű;;?]C"Z0=PpJ:ˏjo|'m>v?Exz)5UO/: x=yZBJ< ț9/O|]m[H%3y` u[R/95G[ܚ6#%iHڼѦ+mW*iC.ue 'WcL#T04Oyqh 5$U2eS#S]# gpɎF23`Uµ4}y(wbeoc9`:#Hޮq~}̿m|{Y1aF w6Hffyhܓ 8d"m- `x̭uq GӬ㋋߄4$:)6>=-,iRue+k7ZJflIe'mDskv-BZ6s%Xo9jj^jbO]kBX4f'k0ץIٱ⻭hH1⼇my5DEr?0D)rKiכvEV;311]$E,JdݽHAc \d +r^y`/b?V%~,7LDwSrl5^*;DqјxSWQΡYޓcG6Ҫ^@0d xʵR&I|E h) L΁HΏ>JhaVFsyx{z?!XO>!+7)B&c*b?dM9ܮ^Qעz6k @d@hWSބ(kivɅ]Z^i)4NUp A@ySe*Y.ѢOyˬ.Q\ )[wE}Fk-Ձqc಻s4/M޺oINJ6Rr^Wvγ?O -l[=;Jt8Uc35@޺)+v,S\bCHHVr饟;*G,DHiLjT}Sֱ#Oa+Ncɗd~A9i'44w A@0}% ݻbbFkÀxq ,Ivmw-&e4++=bmMeB9$a\ [e13k6tWކmmB#^x'6Q_1KcCy߫m 8X~n$rFA|ɇ -Տre򧘅1a-'iQZ^x>49 Y6-rxKl?˗+afUtpw\W-;K1sw4˸m}ævN׵7﫲gd!V5˫'[ } b.zKF n7u.F-_Z?erpn*\=Lz9_D`5:{Z++~*'a)[."\N>owF6X%~.W%Pcvrޚ(Q5s\&  aTC+NƶZæ_=(=-V3HU#J)㇡'"|s.by[ɗNX0pbmhʐ.oA>ϕTZ8Lt!9Nh޲Iu3ZYBІqIWȵ& ''\CK- CgT +~M=,NT|89R^bS^ E;ȩ>͝Ñt(붜E}ಭ|X; -v}ܔiSO_+y\8D}wnBBki ?0d0dnn⣔܎h%-˧ߝ0?W3'eC&|,*CU{6T>ҔCh$#u(MM剨]iZxjlL,f@-! 1Ϲ.4 {d$2ٿ]DIz!lvOڎhOX]Hk)B#UߜK([g2!`J_)},/3ʧ "w ɠH !,a=2іd;bV ,vGH{.u]{-;(-R~ɱ8e;LcĆSL67ZbXdVYU!zuڇz<\-G2z1J4sZ#DkºU^ZIcbpԪ5ByLRHL.Pub{]c~4 YaT3f1I2-kvɭ/Jspu<ɘq֡s VЌۄں~ha@܂o~ .Z];BE=.JHC?VckZ6""ip/]ŖwW@WbFw`#LMNig"Q,r-h)3QW}j#2_*y|$~[y+Wrg)25@έ5$XՍjq*rS^|#U[M,*N4,^9ݱ_ki;X-rVҥ҈HHw;(y ]Q*d/ZU'+L'Н^>[|rlAt7cOBx@;\,44ͫ L:#y`*DcEoʁ]߂awA:5nhw1a IN9IRHs,~DFhl/f{1&F͍qȨ)?atq2;K \$߽x~KIY!ިx@.}Jj?#8QgXqo?Lms5Yyʄ c}/ynm7"˨abBqt;]}Fh偤&v?4rxR\D43;o{39-ZZO#|;N0>xo_g ֎75z4?KṽF!u=je9tEg 8&ϳA#ں:ƢE9sء_C|Q,.Ӳ\{gXwDM3)Ȱcܞ!D}bnʫ۴]а=*-8a.Nw%Ki%=ADs[uύh}$orwO-|]u iFRh/bWCG RDhЏR\ Ѓ{4)Y@PliWNRN>0 :?Y҉{>IHan8P)VP=őJ[8TumN$(俍܍+5D7$"s4R,b~,(g[;]^*J&sT͎TnD7b4ArldXka)/Ng21zX »RerGPJηYAF"?؄/h H[\yzp&\}(tZY3OyɐuTedA\ {(<&C>hPW~?K浮=(~1+h xkj7Li_`]bxHB/M#` %: UzE V D{SFYEس /6C?dDG#|6 FާB-մdޗunIdJB|G' 1ىKzHߑq|}W3l+p : ~wG}g9 sibطP^Ng(RNX΃lrC^cfj_K3-CEwyBy*.j>&1w0)Dh8ʋ},:?s5^9rsTU*H:hP>RFּŠqaU-Y_}qnnďq%N]C*\mtjdw {&хY?Zp2k3G.瞋fhM$j2NZ a羦d\FI0O f0K=#Ŭ<@tri}`I`iI\2h6O:˼ k2Z]nq gK|6@OF,6RpEPl6rB(VH0~r_)O\A5P(FvdE&>4^řˮ]O7>c-"yIE-ČŸaH10 ') ԗ*|`Mls9uVD.2",BsbCŤ e{ @6g)^Z`Y` E2n 7x;eN{). QՊ+/;ƙ=8|cb/WOoYRE$$T/bc"K]J-ʠ K7pzS v9'6׫zaMi D2c:* :A;m"n5<ʘ0}C&g˧Y)K[;Q>7^D}lgJa7 f_ħdR:N>5! <9/Ye3.v:8O%gHp Ugb u ?koClg!#F0bVv@GUr[SƧ}L/F~Ʃ'%L w@< ysmP99M[ G֢ȴգi(p|XoJB0"0SDGU:lUP&w_)z7#d53K=Y2EDIk{ ,~lN۽xܦP<\xI \PauXgu0oRh@rДPop,b\ֻ/`$U4si kw]󌊡)vd׹ u3tOڪQ_{Sdq;J$Йq}3}|cM .&Ŝ[kOB#n4~ʦJzEѠ-Qnֵ_q=fn Dw0Ax(}+U'.ygc% [_PpsFءtlY ዱS[X LAxq;gX+zZ(QbQaN;~T=hDef+>+ -Uf}WN# &A6s>.A,N-fGް/RUfj5U]o\b, .rJ}iBxkI&سD ^Q.1g6[.&u.\9F]!!ΥTi`7ٖIgOI;VPIjDS@t`!Ӕ&7`rݢ˭LJD@AYq.Вʙ=Ctw=sfvulJXA&x" j FzDvyGb a1: FqV/g!s:~`[mmORw-͟1e(ǝi:'n6+lJuPûDjpr7e6bimxwCw!*E2חh!KY]ҩ-Eنͻ|?Ę_a4b#edfFg|CN ;tAbf-UvLI0g=؅o;w-B-:%ʦU?nId9kpkQcrQ\g*'12s z/UYlQ~R/^ӛM!YILw2nBa?! &j#50qyWI}JFDP­FPIrJLSƛx03;xUgV/kJFUw6<?j~ V˾GsKগ~?[RPcƾHaÝw$R_x27xno7,2EQǜn žb)m>&KGyheEY!^[ޔi+LۓѼ?93ݢou(:ޖQ5utXh!~Ԫ0luVꅠLQKQu{wk;vLaZީj"Cky4&Z}nc׼"VCsARK7"79,w^#UJphrW8}u%qkduIsq͘[=ñCJjN0׽TUմ CxFC$zۑ P3&ur(@h`@OApFЛzxb7iylj ףWğɏ?h<ͺ`h!H6.` r2[;(!5dks𷷴R',!of~F#b22Q&gtp?1RWC8!L BdŧYRpJז;좽 XziҾ(A|9x$Dkw9`*QމhM0$#XIʸq6P{; J`F |sMWTΰo3C 3zY:.|<2KT(~h<]A1>鰐T; FaB\!{37;뼑gIJìJ/P5x4m7r"{:e%y*:cR5ȷǘk(>$"fXo遼غH{OͿQqXgLX%L-^lzƨ/UVŧxL3L[Zj{鵶5)p+/ʟ^mOӺ%[Z-@hZ1h)Z^;m/V2|LoEG-`f]gWT5WRЬsbm:Rs03.aˤMɓm5]MP)`qұJj48#3 [v" YZ