libxmlrpc3-1.51.07-7.3.1 >  A a`p9| @K:3Uiza:UM7!YC?.XB7F*#<л DHN) gBJDz2Iph.Ep){0 yN&rU<JB;]cT{@vEWo+ lَ?I#`@ȬH(.x;%g^gW!ȇ @Mӻ}mM9@lu*m)L36b50b2269863d34c9939e4609d18d051baa931d0e31f59e30e14ae3b7bb645887d601685901e966b557ec113407ba830aa16fa3Pa`p9|tɥdxHNiӏ1S%Ifdj'O_ᄪ&9m6bA(h"\;'`b0fG(w:gTEi" :Q## y-P %'m7P318d/]aqؠ=(F~@^qćwi?E#~2>!6}xn7*ﳢD F<.T@qgwk :s]$Ih ah{28V+>p@1<?1,d   S *? Uf       @H(8 9 : >.@.F. G.4H.<I.DX.HY.T\.t].|^.b.c/Rd/e/f/l/u/v/w0x0y0 z00001(Clibxmlrpc31.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`s390zp33 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x a`a`49418673f4c74b4bd4a47280142ba5f1d2711cac51f18882897e14b231fc8763libxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(s390-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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/ldconfigs390zp33 16359344551.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=618df3361efc8b15354252c42dd3957810a4915d, stripped PRRRRRR R R R RR0S εUGZmutf-8b74b5ea1caff42759904962c02e2babf9ea3e42dfaab976685315bc2e986c1a4?7zXZ !t/x] cr$x#E"S^8%FQQs Lb[)Φ}Tq([25j6[[9CEy*G'^A< G#pmOmrܗ<Si _T^ Xȫ7墈 lmdzxxYVynL$@ ]S`LIDؿAh?Ȗ~ ;T{Lѭ\IjjsҼ7x s9n-Qǯ ,Ns/)cX{3F] /4>i!j>ĕL'jNs 4T'ޞ[+3rAx%p$?LPh %L(til:B gqDdd8d Z ߜG :3j<~Ȱ< %cco]㫏NPd1τ`!П?_!,V.:|d` tm>Vب#h4+E "u0MM]8`kqqsC' 9Fb#'*~032f) Ʃ.9>@ͻ WY"r&3tTյ#pmYx=nYr)%?-&Cjq3w$l?OqrWu=yY耻)ކJN/{Уt(l >}KC ӌtw{8B d#=ҌmU "PNꂽө,:O}O}uŐs0 \˕D*Fa o9:ҵ](z -p%u2 ޒ6f}6_+SPytkt)_6~P7IEr Py{|PJFJBce>:A2wm_ yvg0ɓɄ ZDK.\أ&fBFah1Tw4+2,{1^5v53✤׏Wp_O(7xF>h+B.ڼ; /G-^A,BtY~POǮGHwrwɮ?~^r 3vYT-UX?* mraSyNjzgEXx:{,3広룭`Z7ۡB!A'rL BӄRz(Z/Fp]QCx;hyCw^ӆS{86M{j j*^$~V"c5hsoޝW\=d@!N4]w?+p't.sT ŞS()k([z~fQUzK 6=fu kt'HTcOxЫwTSΊ𴪺 IގסcӃ-%!6|`9,H H lJ |IJQt6 /;Z}&lq>{߃kg5H5>ruqke깵H RxtR ~]c_Cj3:8{*ށ ! i)&?h}Ul+ DhsGk<~qh{ҙ&Ǽ)F.÷I=i:&KE^6!)=Fww'}ln馹Md!%( j+iYazԭ`p[zH-DɃ *gcW |= ]΄ &ytuE茭Oy ,X.P+SU.Gu -N]m煢Uk|{#'@-9Z .rא/񒩂L0\g<ݛ%M/A]Fϩ#EHd9s ~tB?/xE:+Ʊ<[$,B=_3V]r) QHdukօ?t1~5 #z6_Ьx0Q%譶 W(RZOݷ`WwAix%yl $o-ޘ/W0Yex|aߕ뀷;XA#VN_I ?SE/t}kTDTŰ:KjO{) Yߣ7e\eҮDzNlMxERJe3F.=zRx7ftF#_-2B\hf7I$jɌef>x{4 ۏD1y s˽ʹd,q#""yǡ3n%4ic&H޾.q)q %X(tovf\pZ7˲>+ wOWuDdLsd6to\ LEyjcnSOu_F%l@%$l@,5> ș]gvY# ьT2cF{j_,_0i3 3€?)fîsk3 e[46L;~bJJ(ZR287cl”'%& 9dB3t22zy"޵Z0m9 CVs \sע"NmFԆx~-"^n9'2kt5S+"ݼlRZw#f-)=ZEujeKC6%U6R*?NԽ6~^HX,wW1(~= 7.޵3cz4{xfը%eg-kO=8эCᥧ݁.>tHWp0ɩBD]  i m6U^ % Q&|{6nj E^_rD_Oh&NZA Cwu=tOѯ$!1!@ Jf]D$!~ pKSIbp sQO?ёԱtu8"Hc\C WX /)kY/܂P[J2!;Jt"RC8GlсQ_O&qN9 PDխj# rЊkI=q B 7nQ]3$XR^p-/JЛ.4Y*-|-Q`(9k'[E]+NH&4U_dٍ &LRA$~!-d+ R3 KjD"5}$5 qL*r҂qǯK,? /EwL&JTn~3*m/p ze(=]8,8lOuUOS/坨4u]mNOeߣ焖vAg,vL|XgtҿoLkj>DI!9't|2x ,,p%@$\vz!֥Z'$7"قW2ِEN> ݉v%501bDΪH^@l1M0Z!<1Zm:ҙj&VI*^P*R#IO6?ψir0=omJ`LS<п=O}v:whlCNZT8HlrB8~ﲈ-HsKҒ0_:+9X=adn5`Y-{H B#cH" YI&D| Ҳ -g*B| "=$Q% XbJ|-84^FC!>dDX 0Delt Ѿb7A.MEqSi8hPvn|^kYpCWp nT"@ UɚM3(AuL>=7Zb:D|8W/$%Q X?RV޹6C"2~o!!iMF_OZZ 86J6Zf"lϜ+]ņCm(->)c/L e$wߥԆE^ :֎nTGyu!H.d|+$\)qT%6Л{EDc:xrJUY<Ҫ) [\ɀ.x%$~HwyׂkU Laċޛ w.flB$3; *[TjFM$a0-e\xu`*a# LOJ|O_T4 l ʨ>wDc+^h8!]b ;`ܴJwvkhrr'7O_Y<ѻI/]S%<*6j`[@M[03GzpW )׿na~ Ź^?jo Yc=M^e%A|:|$fW/)b泄L{9R[HKIc e&}뉏ޞφciBQ̃ɱ$2kz_znce(6 -BCrUvgX9ۇ^˸>Mfc=S[҆O\NH=y:S~4b˃ H$ں-+1EFOxTl'v!.o/+Ts/.{?6McqdumB36t: g]QPչ0iB7Y;EB[:NwhUk9R*nbI(J4Vl'k؛qmbl1R]I 9!gZkH1tȡ(+ڊ8M{?-LrI݊|50<g].#>&Iɭ2#1) eQܤ7V0-% FFf 0s]@e1yXB0'qk{cg]tT?Z)C+◤[&(UoPE/3?i*I8.|ob2yjj]Е[Qn >"9; ^U3D#n$g)ra߯uBQ#Z=8-/a҅I ?C !.@J;37NtLPzݐڜ"%G:$rUrSjX VyK vH.=\F+D +;F=8 蔞S*q;#)` CQ>Z @HSKÁszYn ӊ>Wv k;RI(Pu"nH &Te゚Wo9_X3+v[E/-gT3,GOcwT8J뵿 SNpV\_c%,`6\=EtËy,ϩgXX`/zc? Hˡ`;;d$oCA{B/Jb(l-n%Amu  &45PԈ$b&'G͐c.Qb1(rf`12_@°u#O"i)n_9䕁|BP3үYdQ2upÍ֧Ðsdwu͐݅z0*z~up5o"ib箚C$lHEWt/9/a*vWU*#=ƉU\L*nuS6{TOί@qvkWZĮeu njKvq%HcȽ9.56>-z~s ֟=m rt1cj4W9D❛Em>-G@)ކrYH&f;${餈:JMqW*?VVMU߈|{YnM9G24|'CZ7p \?L{-2G-^D65cUK1ݎ ukmw+P,{@$nPHXS#\H,V7.M;,>s{QM2ZKȰQ[TvqGr[5}ƭRKڡx/qG>o<Ȧe'`_b{=jv!*&djm0 G UyN*pKnpvtTD 'ag10c֕ݷ5,VA} EPʲV+jDyrG^On4L#OF[ǜ {chgGMmܰg0:nT`N#;1E (4lvĞY.*Cc"Z';@k趖>~R%V-:LEYk3GGa:^Z_jTZ7|OtqK(φҲTB; ^' ID$>g6aWʜ2 |iA @BVY#-c)TO1 }K{y^kebb02A!MOmҵ "h-NhS0-ܑ!y)dm-PSَP'w)E0c7vMQcN~n{MFWynZ5.@i쒹#B>bcO0803/vO1?O uh7=KRΙ瘑>jDE$苜 ؁=#Cta\~V` ӎDLuW,>hfm OxQ~V\n@sK^c#IUf"NPDNvόj"|t/?SR 8e]SIN_?t >dzP)/ȔmQO_鱭%.KSq{(c>wskĤ^JEnP`|{t[51^@!Iv )48R701Ֆ|d?홃CՃ_2X;ZڟzY#X>q{5_+)G(Du-/'rVke.,}9Ҿ|j7>ۨk|Tnd ݐeq{C-*@¡iZBHHʍ8^EɥJ< jY9cP=Gx]_m!XXDzޗ"sJϻ泭Q*Z/VЇbSڅWmKBR9gcyp>(`O"h[Ycw-gpyunj?Lq/W,ץ#$d72ȝ֊H'LHCŧX a՛Ux\K\B(2GRhZO?뭒*;.8% Ulɳivfǭ,i|g* Lxhj&^`LL Rʌjq"Xy@.9P9뗙8$yP<ޖm/y۷!<:RNi~X}-!Pk !.&8Ņ ?O=T^ 'lz%x]W|Ifw|-'>=Ϡ;Gʳs3AUI68kZgwT^-gRkcEH!>q'wq"qSn* M5n Ύ ӞJdkݧ?FMnB?Yw hòux8m?'x`CAX BCVQgx R<ŕN9] 35M_c̴ws-]! pv%ؿKii<'aB1{j*oe#䳼 wy<3X7. ilHmta j}V@*SY`F\y>@%L܉~)8bܠQ4~>jn,%Ĺ5<̒z֌8ڭ_8qJRZ{uS-ƫTVՉkZ#M+Χ[`}@;/uBG`ZBAs\lpL)ģ+֬יPǘWu؆܆2"~=Q@`P$wgHS$,!X`S#E-`KdDQe.n\& V3U E46Hdh,/}C:>l1B$q@7+änE8,TPߝ׉=$f8`iXgXiI@Bx&="I&vq2kn)V2vPup|ڀ^9C(xc ;3W J(X/ .bOvD=.0 V8 LSU<#d%ș-=O()zxIG!T☺R>2KVʀ'lN2FVZ&k5$VNԩ]OWa2 Lґk*àkc'=reNzc9+KTԟG&:f7bh~c[Q @/+:*5RTDcv3 \1% #@G ݶ廗6<ʛo\Gɬa0\6lleiF٨u-Qs\ܚ@y@7 `RsHꢉiw5P3nd G3BH<}cԹ:9~eg8 4C#DVzڪ侠wcM@wQ}}DP|@O*Z]rMX_ˎ/0Z%$I38j;k\lj"\+S{B{,wV7-%0<1 OݎM@a}%QkhZwf +HԘ,\;k&HrrZU:^V(LhA=RdAt]dմK|Y"\_RE^?nõSp]Dطdx-牛+bI'rOZ<)a 7:IԱyS3@Dz <5%Cބ,`& O4@Nv_-ykSL͖<=i;W]:^\oaWк ǩb]#H%"@EeͶ^8׻b8)*l '`9jX.*֊n|)ZcDYзoveppsS(Od1T4BƖ9q)"JQ}SL5 mس(*o(3FY2.mm$Sl3%ςUp=ňfd744˽Hϟ@zJɳ+PS\:tAo5}jk[+!VfT8!IS)CP=^ik387JD9rR,*# )ܳgUT? `GJ,`'Ɇu!_/C)˗Ojozi7p [loK||o: -GzępgUxrE FA==dDoTg4:(9q'Ŗ9)NUN\#7j .@{L1ٴ*yUImZOkJ+O4<-%ȈJ)uV5 N-|5W͊nyl 7}}4&y rt:U,ދq&kR^Vyrbgœ[~1~YaƎ@pGG~o1R>- \ 2݂lbpYL(TB.GoAEH6:1`7)o/ bkVj졒:~:Y}J ,E`ut ZE_v#[\#PԳ aT+䙆Iٽ+-Oϯ(>E.3=uhP_SUIҭayO =}B!5.5ßb hr{DLKH2P]EYǯ0 1QJ Rɰ.dDtc+q}*Sv8$[>gc7<5u>ԀI*`+c>Ԫ3uṱORT]$_XP0/6>r*Z{@QX5վf$M?f9,њfA}C~:]SC-<#yKY鑭-DTwS?5}Qyr8Q4@\/ jLR*l&6H9s$ rmQ3I#PH,IҸeVR' +pH=kK熩볛2 :0ՇHbEK{UC2'SFZyQׄ P}mI9\KdKFr`2Dx{6UJzowb-ZUudMQJ/)%R!j\;# &_3yLahu{|tm;"ML,s8z.`V쉺*x9@( d!R4rwp]{Æ@D:Xd+Yn-0ګ?yݍ7Ssѽ_W݌7h4wB|";?IـH`Ԗ}=yY558D!Ӓ~RAk~/hA r7 M$=.;7ߛ^Q*UA`=~i ,W(Z\4+l3#/mL"8/wgS "74Nz4X/Kɀ\8;.W!eoSdms/eNlV5swJ ߀6C4 zbC<2(/ַlT^㍏E<@iu$,9ªK'!t~̐jȊoiA $Tɼp>q3[S{}k lѽ`HϬ/xb5鏫0zN8&̭YL`5b5˶"`D֐BAɼ.p"ܿFġ, FG^rpO>$AҦx_"1Tx-gVE;ymN7!wСC1pfؼ,#Ąy,)~BP# אS_o[ 䁟5/?!H~$D׆Q_؋#묾fS,9A2?/m13ѧ MFMm܂Yݎ瀊H>?*蓷$3flx[FFxQF$8('zyP"ulwZ;4rF!5W.%3m`o+Q=; Qƕ[ w IZ_s,Lf'6<B KuX6b: #$Va`dCE~}2X{Qü8*[~mm#'=У. l(bS)|jRzQEX;Lޙv dz@(XSk u?`/80 QV,m:`( eh;xHX X4>  )cdq}20d CG08'GՎf/ӹV4ϒE\|j"mrr2u;&ˊ-)}KdͶƿs] Tt/KΣ 0U`aB DC✇ ґ6,+|m ތģ3F`}~>iSTGdɝ[ׂO< IOAZ(I*|;RY@okNǚ-[PrU(I8 Xܛ(;FգڴT푫{ ,|\m{j# e 3У8l:* KSr`^3̕pÀr̠jFyȗ.3Hk`/"6k=tc+̏icQnMpr!`H5>1"Q }"BAtYI$ )W#'թpY. `+j/YGGxuX>;^D }NƯ?wHXbf:|LNhQ;9SI"=G\>9iA [V5e}vHPexmF>uw~F PW(r<[.0Sw@s}>MT!$o ~Rb#(Vya C6F:s}<\%-kVU58=:єT ~Sh][ؤ}YJxqNnsj#-HIbXv d+CCF{,g5;}fL7D.w8ʵEݣjcSH$}bD\ ;EUmuLD |4m) \0U(W xXM:]U,jVkT/aǷw}>B(skZ}뮟TR ȶA9sppOӶ'QZц:k%imk#8{9zqd{0j83XnoB(%(3LڹbauĶN 5rGy[w9/H6BrW37ɭ=|}̖F]0{jQ)ùȍcKrԔbvK_Mv X&rxڸb.J5|pK06rXnXDWn @pvQѭX69`?h*E~v4D a&[ Uu0j/n?ĝ /֭~leO,@vu4:F Gnő+}L&~Ż,/GvӃǷУNmATeBG$ѫSM9 V>\dx!`;aOB[n"xM@PL)[?ĬwR;2>GP>BVIQX ȩW!FaXxlvo&oZCGCvOX?_*GX"a%4wFШ4矒t9NV߮+emMۊG~?5~4r?p8VOOO{0!iv:"?؞ZI393a̓Z^pBΧcbj`Pڠ7lUVM[&of(hDkvFw񧺠髓ƛlʠbjv֛d)Vy@m m kURwwH=<}2Nw N Kjf&+ՆYD 3'(2v+}_&{0lÊIcN`47pQđ[E>95 6X tJx?!g++83BBU"?(␎vfs4-Nc1Q!v 연43rY 6d eZDbX+Oєx_ΰ=RjYfc6Z*.n.HA[JD9!s' .,9ė[/^uGTssH .n"Z8Y'Ȫ"ٹ?)ePmD/,sPR%0tS^ͣʔQ?8.@}uxz>-,aOLBB0%VtBę;'z uܤOY(~NWÜ/{T}k W4joCEP]´#Οv5)(  f ᄹVϧ3(6$ (叇/RYkwex}$*_ޖM4:057kuPb$m-1xIAHyxbO:%"Pϟ|Q?v"Tq@ʉ֮&tǫ6L52fߖv3XkVd?SdjvDD4̖#tHd/_eJRlTJ"n#>>Nywl@:af#sÈK0ͅn]"Y[`S<^K=.QН/Sީ.(ZdV5W#mUPWTDE^$Nԓ/R1&#~66hwW`')$׷09=gh1HFG]ɈDc1.9x|kVpOtY•buv)W7E+.@S \I%p);2a}*/U䨥,m晿>s*5tT d{ݶӐbN Q]l‡RbR<8 NR%g۟g\״ u Zo};p%,G;eBɋuDr v[LC#KI;',I(x7'd&G*fm\KׄBߐO"Ą$f>~Lo)k3{ kX~'z8P|wszO8Bdg,A/yڔ2 =3W1}e^53yEg?域9&NZ_\| R ?@t-3_q)*j]O9($"gcuDΊfLm/Ҷ'N0Z^iT IL6DZNN(oR#,*&JE5Q 0p|˫(^@+kj+2ӍwY/E萞OW6 1{)xm>M%[騗LT\~l.EЇijS塽F W6"e{'N\/@_ 0&ke4ڢ>佞'=k0]& 6XU:9_/uҼ5ʊa2%$HZMRgq%DiYUڰ\1C7x ?#'wKfуKVM _%:ezkT+]{:ØT{lbzTyeyEGˆV Y!00uXP~&.+!\0 ~Ksອl|nT,ΒHfbo=EB4u1~R~OC~ΏL 0s'8z|o{g>cS R:FIBuCalKϷ׿}HiJݗ'㫶 _fnt#H3 <0.2DɄHX00q'ʢ .IX ɎE+!C;LXA /o{ LxCC3兛 j/y&XWvou2I鮭rM:.&jn 6UJlCH(I7o?a5 ϟnO# ᑦ+Um5BaYg2>h*cŐ%^n|F}Z:wiu3ϓ3:ZSn]u:\Y3&W56͎=Blů0j+u@|#A_eJk]ι<x7l-cpTn+@;w 4:)$!1TM}v"=us*g0q:Cf(Zބ*=C+oԀC)"6irZ_92.ͭ)DI(yWa,lFB|sJBaGlX_m6  Ӵ &xN8罹8:K*{|El8t<Ř.EJP@ɂ{|Τ޲ 1{ka:.`#VDX{޾JЦh;jʤ75uczRgNWI?˚ո..lʴ,Y~=Kyj7a/u4L-)oP*>5:sЁTcRrXձAUN N :kxc^TKdZpX `:7+J⛭Y yHf[v~o.CC~@J0SMˠ Lʪ( bA؁ylM71D{D]2K:Uǂ[C4K<\&[dF_>(ІQ|B{IbHP? 0on2`ҷF|&`O\\+h+JFF6akdQf$qNFwS7H ^Zsµ@է$-xyH ^qOKIVzry{,:xP2Ϲ|V:&UNkO!4*=;97 1#L_ime?ng'z0z' n ,<ʜKR15Rjs61&gdV-Mtrez.}zDEQ ta#_ה68E*6=m-n z'wxzҤao%s5N1]N`1("lM] xWU3@2pqFms[ L]ߤ{z1r_h\r^L|yNECC@y?n?C (9]x%C|-:xo>O%e~i#kF.-kyI>Ϳ 68ZOaqoSuU+'!WN=?p|Kf_CR nxXSx H%ڰ.}߷+b/͎-Ti$Wƌ kG.)LnU@ k 3}@]/D.ʷQszq8>݊6w<{͆t1g48aFEb_2Iiql*z|:zV#HHSD-  0(+6[c e{>1n@l)tO<%">Y#K.ej(0mJsL]_w KEVPyUhŏ35eӜWzw`ӻPhz,o|YK-Z2Rd{ K5у|jQoT{1Kk 6 ~?+8WyB!}d (f0359RYІ=^t Qv;iPz#i?1@\P I&Ő 2&9zUpET_]iN,qF B+ubmco.2؜x{t=Vbw"áktҷIjU^cܪ. "l%>r":skTt7{(>{IHZ /b 8wR&Q"vQ>ϘN\OW/ȯX]ȼBAuQ?}GSaFW!q%wy9r^Queq\v!Α yς{e\GP/ElBɰkP fI;oWOg^>Ƽޔx.K|-D4W6~-] ޳J!0 }E^E}ۈ =oȣ3Ze&67`R*~kRYsΰ"ޛ`>pX=LBCΞh>!OY:7ӻ7hq6-ceÉD`P6hTm 9*}}N5Tas4Lu{U\KT$4'se:yj/-J `_.zy2SF .זqh]H,vi~ gpHnף%֍@܋4i90{56[RtSPG>1HVX~8-Ujt͖NRx=/bM?[ ]]o[A^;ylnG#PL2_aj;EERY< :պTJ{-r;SV+si!@ߵg(SPw kSΊ"?ȜxBj:Ħڏ0XoLTHvFHFχypĈOt̤v[,:&;-5vLּ>0_t(A/NJ40Aɯ= !<5tn77Q)QܦOb6miG],(J{^f$|Rlb]&PLxXn"S񛻱>׭P8jMkkny)@J5Q'$SLK%|+y>:eSn>kQuľ6 2.SC>ќ_ $sggMêu,-foHmfCgV0s/D J |;ؿ#9F9/(niW ;o2N5_SQlJMo!I B$:?;V8ƌH|=` kS'nHs%) cBu(]wYgNqM5zAs?n~j8SvhF)ԥ&:J?ib/wZςm9Z-1Ss :p]-) /M بTժ꛷,RVZo{ZC[{t!N)u|!8emUK1GxRȁ$7TҞhcb 57?eA.0xR \gZ7JäŠ''c@NU½[}=N_>~-rG|#ad._ #1T~\B*4c &ٜ>)QE6"i혣>qz!-v6Bk"ajDnB8oфJjsdQ6jrpMʨ=|`3TydQREn/DU?:N mY/G*h'a}_x/jFj1 }]<^r{/$JlueJ$`DE)1tlapD@jK~ T9`d!{ tjh+㡲R(Z;Cޑ3b>8}D1/W˅'k1,VY"Y^:WQ될ٻX!ݻIIcOWH?]E*2H Hu5ΓYk&^=#.(u3p^Y Ǯ-ac0p>a0*WiQMV `Le Zc ΊWm}4I[wREb]4v/@wRF^n ]*}lS*1 KhucMXkNOﭼ9w "#?6N,Ocsa"MŃ]tU­kgw^|$>D mtg`?pg bXyOzĝIv4!mnm}ztc#ݿfJ y<Ə&du0N($6 G0kIRdDMZHhvט_WYOSD;f*Xr94 1@\/ h_W #^0!a&!%5X=~z &\Olp2,~rI1^0x;~~k#DHDJn}\SLߚ=ASke\w%ϣ.) bJ"2ТO(T{ \ݫ^y #O!Ҝ1]lg] *?7K\ٓ^ٶd@XQ.vϝeK&u2O{ta_:_:J<% ZNƱnYp>Įv:>2RqۼX^[ %d( . R-qZmea$x5d,]E<1 B/o.yhZ<"obyD̷?%1(BZQ< eC7@Qh$;VIբhF!:J۱{{ j~ɮr9佤 0EgRoHZm5@ia[Γ!Ͻ>H@:tlRI"AJ{Cp,q,Nf8f]hg:$,W@ tEa =v}J /5uɂ|:"&z'.'X &jҞ"vSvUx|d.M~2uN ݔބ(Zw~e4}2#m;K;$+혦tE4%MO=^5#ĭvv8_coPYĀXBb\I{PCKh˺4wGc^Z-:aw\s "M؛23 -p¤OqEygZ:[/'+n}4W,瓟01Fx[8=>y#b.3Ɓ,ƯjNNZSQ}xC8@j驼Pܰ^0A;RK eX~P>uD4SG3D, 6Lٻl7k\aR\S~aԨ潟q?Ήh)P,,O#dpwd^Sf|xZ,zX?vwiu@Y҉kCB 0;ޓYA{a >VV|W劇v+~a!N* ūkhwGmTvY7<_9X/~~Xo>HiVF7Y օaJ5Dm1R% pT &bZJZ&^ƪb!{'sj|1fqEӞaC+Sy!oJ JREj|$1&/~ޝ72$+/B+*!~털 DK9/-UQ"E8}ݦ^{f Ӵ~koAC?+"*E} ۩!k[pu} s67X`%A25} RZmYN(h`2oSfBɺtd“E꿞UA.\7&hvT͉n'\M?.z`%@U !x.&m%MOƭUðS+ XIy`dp aZGwF%D'쯍*(.bl=5nG:C|$bŁ&2AR\x"SNg5YD9C+jg]euS S> C2&.HMymxϴ)佖d0aK Gf$]ԋ]9|-IT>"FN#NJ:YP OGLIX%rx#%Hg ]?dXSv?d8Xq m{LqtBosA!G`}|ѭ! 2vRBɼ40a+p7"≮ohFN^26-9v14[X#-ZbȃBE BۻDΣw3HdcS}RDdӶۗf *TϼS/'*暫 5gUiP[i,䘫ۗ! i(oφcݪؾ/Ru`Ble'N5 N~0)Oy\5+:CLU̥5 .D4/~C@b7tiZEW(̚$$Dک)ZT_W*lBe"d<fTVOT1Q F÷C-]Hs^r <'W|=dgяK胱fV_dHEN(:2|^BVSv`J5aI&Aj1p"x5 `Ia7 m+~e`Щ^%,ZcIpy&Cb<1/NAU/-g tך!/,OUwU,SHS͓}ɝw{gsB`Rǎ?Vcc8JvYDe3Z};n>*^ ש oZ(^veܚ2vm?*gY$ )rh.lAs:iq=`dkSaS'x-WBn$lIZ8x~~Sg *Ջ6nR%ƒm3ˉHt hΒ