libxmlrpc3-1.51.07-150400.1.11 >  A bvp9|&s[U03^}+a%y6(Z R[=Ѝ{Ṧ[bg$MφxH;̆-#; [ԁp@1,?1d  ! Y .C Yj     $LT(8 9 : >.@.F.,G.@H.HI.PX.TY.`\.].^.b.c/jd/e/f/l/u/v/w0|x0y0 z00001Clibxmlrpc31.51.07150400.1.11A 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++.bvLs390zp32(SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390x(bv9bv:db4aeb9cec5e25000c5ef8d189a63eee05e197c8dd446a5af88dbde62bc0dc1dlibxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.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/ldconfigs390zp32 16519632121.51.07-150400.1.111.51.07-150400.1.11libxmlrpc.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:SLE-15-SP4:GA/standard/9f9759920c526a2ec1ca802b4c488501-xmlrpc-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c57e3930e0a0422020b9fa4f6571b3684f92732d, stripped PRRRRRR R R R RR=y*BYxc0o,utf-8b5bd093f8b4458198f377f6bccc7294abd88b50b1d61d80fecaadb66dad88f58?7zXZ !t/x] cr$x#FLW~l-}^5wlICu6բ^+3cS֯5  ЖOe$"4L,Z3}2^}6%$Wkw#u.C<w^(5|:Lـ$X9 N4;jq 6$b^)=0سS7y:scf sUrPwVU)Ex!n&tmACaV9{Yyx0a9(]a 2}>ZQ _ZFfFEYI,4bǍu|x,!˼$s>$+v_rܗTQ2RJtm#wN ՘.cM`vYG-CPD,sZ|-&; Pp[my(Reьۮi(.wgpJw.xšδG 8i{5;`?dJt>.%ɉ>MfGh=WCr F(bȋRpqZX䘂{oC$V"{>waN2yCcZj^+}92IO`%k@"t[x<|Z3م qcڑYcS{e cT͑d k͏<$ &؇rxLO^KVMY[eP0{g'I C-Ì2-hA!`P~TPKυ2;KQs1+pl,[$vpf,9Ñd>,4dIC tn6xuLBl$٤X#| 3=,S¢%b=` pW"B:GWC]7׬*G+z?KMa!ƴ`IoCXF4kbfUto=v* d2oƱU5FtK9(CiAziW7_oh+aUX7bspm|˕b7E/,.ŇbꀜjQr>7jxH? ܥusA"ԄV;gWiXKr. Ѻ*OD_ cӭI3KLr1i!t'LͱSNRNioj⿐e,{L)\mo(>[7]([9u]&;"U@ܿZM- 'tC4@JF1rQ_5-e\ An:2XIk]hOvsuyQ*wp$*iYeێxn0JH7/Iqe:Ԃh!QqYQ™$YƄITwYwik:h朿W˦.!Z)-{EY efX-KvvY_k[>}P@,;-٤$+cqA`9:wIViZTmFke X0926U#X߭aFDR(nWH;v2ίh3*bV<"woI_@^T ^eAޟ ͻ(ucL 5iJ=EmmkfWϾbYP/uSWn'_) nm^SF"Q% 4ߓsY&Ho"I3W; /B:9Zf*i=O;2!6g ,Mb^,q_j0-x7G^C2 Vw1^wܞ鸬0eD*xp3ǽkKX`=3RpwGNT ^MgPNxfebtDcHhQsnT#S s9PQhxܡzNae|1e'+ L麛j^TR~eɍb:L.8sO) pN H< X MRRۂ;ۺWrxt<(K?b29O]~Jnt޷YnwleI<·>ySNq߂WreF;#jɇhOyő5 jBΖr5R2+JX"Rm(cVk% V:`>!K]K];:V WIk35wݪ&u?pZfAbiyJ WF`X%nV#+Xr]+eoPTacuebHNJ nHvA+*ϴ]*Q9v(d&CNKUSmu!UįRcjr^rVqi~g&4cE\qҹ3:uhU*%آX4jJz}`p3@JCY O7E 3 f.Ppotzy}ެ+|50FOk@]XB) Ţ `h9ޭ*łKfZS9`҂tMaLL1=|^-3KUdZվ^q5f|k"кvYI BB=+ǽ kAh;G}OաH)l9檌:0ހYmvwkML6un?dWE +ot>V-Fz9Q $4fĜ`0fχ6Q[AŐ`EӴ.;d^=\/{ke-wT"*fil,Nhq,:E*qUjib0eAۍ1?adVFy&lk"LP2jNHhEX4+wgõrƚwSJZ9W@{X\[D t\ѿDoJS/I3M)Ē;6r6ֲU+]m;}Ԏ@-0:HOP CE$uDEPmA &Qd龬ja#+n5l^ohU;m(A[Cl>dP-aDۢxx 0h,d+mzTݚjY {cXDVpq9X+bPŏ'4mDjO}T?ar:3!|]yj!J$Ex 5TVUy2+~'*Eܹ@x{n-JeÿY4Y ??*,&ucb0=+LD ENW|"3-*kvZ ul"DnsY=@i4&_[(2M!Ҧ)lstg7`wbx߫㏥;EQSS ?ڙ_XQz|S2fxwg J!LUh^"-yQ_$0KtZNIU=H#=!LjɆ7f 0dx'˟xI޳sZ [4+c:֨v >PcrKiW9%!.]#sI~+ש56[y 䧁BQruo0KCo;Cy{lmT:ZAd9ɜξNcxGCmOc+Þ3Rueɸ1ϼY`jӒd{ tHa_Bi]rRIݲ߯r|ڍ۔b)kc\E*xSdT rF9Jg@ZrDV8t/ɨ23nm~LN~ ,D+ ^5¯,^ s@#\:n9MA7K$/̖(8tGb  )y}eB[GnOGЉ)9&CI_7VOAx})FE>7Tw13s\I? #j4^C=.Mxd#51cJRig5*/9mM{1\9zTC* u[j$Lq䆀6B{/I% *kĜ!f5RYcD`B!*ՌϘj8laXz:޵X&ƾL~8@ّP0QHN Ŭ5VdAЅLkxe}oD `"WPy^; R@˝jRXT+ITeNa@i9f#[k3F7^ꣁ0bd$ԬF}/^2|$.-Q*& +סNK1xݐv*?&x EE^0+BLXV{&o@R^xӺwOj Y87UfIfFi.OZI!2р;hdރI^oYh4r3͘`+Ϙ˯C "cyͶq/;6`L 0b0-h8Օvj3P!ˁڿRꃊ)>X2+.LEI|nކLc#kx}>GկBdkK}E,!h*ѬaJ|&v1_bJh.6y,Ij|#|Fd1.Q~j >A--+G*5!#am pX1G1sTXp{jam,Nn{rZMZCvb?_n>ץ|e)f'?i"6F = +dh>e@VU#G7W?C]h6numvzk4Iٖ{]nh5Jnl>-)FcUZ0:F(Cd0quOL='1S?:yMp pAw\#mYŖZb8m-V~i0tPe X\#m"]an&Lx)ֈZwjn< ݨkoCxe.):3]0AU'r_Tb0PA>Vۢ9xgdT^do kC=_8+4F;# qyLC nܙ hʃ:-VRj'&*eWZ_kwX*,Ft/ . {-Q*Bx?~A)zV,İ==qq&WbgNw{rBH~lcju)Y}KO 12ǼB|h|i^Ʊ@Vw`0۾f Qoi;G(C`YAIKL km;:5hq $e SB82’pжpg*w}d l\*(igYvg2K؆nRfѴƮkR玦C(b:qbjt&D"ÒAhnzsgklXO~u;~$p\9o BԹ)!n.o)=ښ,7s#fC*4R7τ‹tleϗQI)v#NS[.q=' E %ic$BqEz,ߺ15g6Yg7;x,yk/)pCX={S\\?Э? OYy1P*+.uG)I^xSuI?3!(=)=%8J :T5fw5N`ԠYOR­G=B腊yPgۭb~{fzuGo"j~;(5.m9%Z~ЪUQ/~KIB+/h~/]%qNJɿ<"H&ĺ&=L>Gў(Ky?ŔHm 3'mq l7h3<]P--vǤMbDAMsi(L tE|^YAsZw"вҖ\cSKa^@婕noJE ͧɿ?4&jQ`+@Ud%bvMk ئ}jք'9qյlJ3'H,\7UNgQy|dx%ϝ 3_*E3@lv$p7 pҖua [nPbVY)dW:;z:,c`ﻣEڡj>me&1qO + n)ԁ6>e^TetPpXw*yE=77x1!2sU,oxÑd9ky\)K+M1f38I̓7H`AYk5Μ)C4\xLi@0?46Tʄ^4$E %Va{Zdb^#>A) FRj"`1ԓ|>pro7Nq7JR::5Ei*k:Nz(F%S=cZ>vmRup4%]ו|\{ z.. Ee+[RHVֱEyROSKs9<q>~!|zAQt H}uiVݽC#AX)✂VomZ3Um8(H91aZ?Bž|&ܼB"LDSAoN #5QRMND>QK镢R锩FɘQ-}.{KVlwʛ.B]hf!(o"89Nm 6 /^EaJI[-l6azѫ\cbI8Y0@FZFELYHZV_xp!ns,j*/:{xaoVxv{^R XT)? M/[c%ҫթMsMtx)?2 vh +3}%봭˼ĪAl:V$ýH iJ]vq` _b;J5@/Y{uBBX!P5 @/55ﰊkAHizd@ e#dۑ:&.Pge ]`"B6ɱlD` O{j@ thU,j 91ZasE7k^&?\6;st."K+- ϴOB`4BL6;dKlsTCl%OH鐷1g\B%QBfa5mVsgkCJ6 o> ň)Ƨ'X][O}Q6*[6zIIG Zv] g`O,D.$:iÈ|Ƽ^9dq{笁sKTQVCsoQipqpS-mqb?\GkΩ oitE:[xqC]gXĊ:=H;@aӊi@ɨ9]vPS#MUFP+% vgc aߞc<'ĘR(`<4_+"]a&bF.E"0!"sreU<JۍDq\uN´]ۈd EwɲS^kY?lg{ F=Ԥ04=7Bp*hz?5aW XCJGE)oI1-s+':BxVLIv%O0/`|=X?LS3KgkN=LF };#b~2| Tu]Ln质ؑƱ)_DT^p j | 9`e8@R}qk"KkD:67/ڞY `-€☬G?M+r &Ь Y1Dy #铈ַ*z.aL6Zt*tF{O P6XE ŠqلG >3E$=H֬3#V$`DmvȈIta7zz龲ڹOd b|]i햞2pz 0'rx߇H+o <^?K].x^'{1Z zi իlW9QʀZwܮ|cI7S {wdĥb$_mZ2VISuK-g-.Vǣ ][{ۈXb5D5b'#"GKWFSy԰52̚R ajiGoэ3CÿMХ?@A~&_讃_ Q}0 HN1!t"[z{u!O$<>mfNlUR,[W22$$E.]l$8=f`s rWZh&4X$h\Q l[nSN)!xu&Kl$75wZQGmk{qP4NZw)(w݋?3G d6&Zw9<Ʊ뮒-YQj4l,LYG8t urCU$ d3(=*Ĥ&̻6`c/HYb(7drUhJXGPŧ lEDAQAMA\k3E$pqeEog4q%"5koB F!^3V0Ec.D@Ȏbj3[#x:>4jd3!?;ȹS׸2@{wYnc!( B( Aa b<pluh }Z1~W$.hn3^)qmvbmk_84s+W>J^C]w O;:\|ڪQqiu)6ܼN!L84S}Iof$N9' $u {Lv($5f˱Gxkv"/af3\-@"AQ_&Y }&iX7&YY@[vYʜL=!E\H}iScθ LmM<t *|gַo*PݻRdTm7+3vKx[م jݏF(I )yZ&,z}mq# NLz@Ŭ{]wdckw>н~%xs[\64nIKD6:F5|EDo2VXM;:.ZjͲ/my>t & @0RZ/ZF x=+.1- :dxRګ,]Wn*:,-G1+MvCbvKȝ}M$x !To`qZZ"q3з&Lf rU <UK,Rη&f%b[BqvK\a^e8:~8Q.%ߣ%'&F\D>[o|인3ܐb0p6D4;ku+ 8̽=keV%Z񑕤)kYA%F|݌'NH`Fʺ,ڑnu5k(]|ijD&&)m#3@6>{ Ņpq<b fLhwg!+݅vjiXK1qk>y2{(ÉVᛟ!>^wǒD}dvep!CVK/{3w,[]1AkDvDuo:/28 xN7">Jqc%cnӆۘ {|mNF= fT>jW썦rʁEu9 ح4@DLŎg!0150I L~BqzB#D)k!"A}1"!<S-W$Kw~UoaDHI5-{$l1SqDʃPCTn+H2d5GXDJ?'> o_TVE4/6lЎNjL?OX]1h$!"Q>wfm(,QMLbfeyl{ %qy*A2Q'bx)?ӃS='u v/KP7FU6+oeESKd"Lq}kUÐN<(ˡ\L/|ˤ`&1Hxg4MbMh+דn8V4#bF)l*7B A1g(/~@o>.MyzR-h(38.&%E 7BJj(.@e%s)`kܜv9@܍I ҿ:^C⍉᫘#tlh1"w䞚l4<6.P,2}q߆<*ԯ5Rc!~%n]}~.]|C o(\8K߼op"~9[(ŇvQ9\0?&Ri>GA&h.0vճfFOŏy&RS!ڏXh^jG, VH0J^+rX/JOˆG6PCC1j$dpKg(+r9hU'׺ni:0c64GO NYo|sm!&M^Lv3zC~fI͓|><]Ə >ޞuCǑ(1( 7 JX>wPq*%9QfgI>U1 ׹OlhVҦ8%^ "&hPZYR+l2%NUoKA.oÅ}{7܏ 06qe/A)L'@×A7vLEHBgbqu.5)ܑDCW`$O  IM8Ɍ=8 V(-3Y.dv_ɬ@ ߔ"O()Mf} 'KTR$!ey]~r>X\I<JX<`߇8DX7b؃8^u>>jM((ŖLϕv {^ZuhM"tA}dM56fy͏Vt`))E]>ВI%-gb  ӲW G>q:2'࿊(φڕ`ڏl` BkE-%_4 kev'\T2M,D/ Jt,@ա`]0(t[S u'1:YB.JHjUJG %R`1}E\xirbI,7k7M[z`xSAʣ1h?`)$( ϑ i/t<16J| Ƌre˶z(&=6;MsvE0"GSp0<*rP8.)Dy^zZV W#,6~Aha2>g+6TbNQK":#4bp:Ծs* } G`JEFyͰl^:Ey+H }zY Z[WΤP\o$Im(A mYT<ˇlfJRT\aSXN F~V>"9fC <^ 4VDIs?]͹b֪Qa߷ B4q,\|+t iݵtns*4<i}U;T*1=ΐ!ݷSp/JhkO. 4`@#rl&*@e0q`87'(i0'-  >٣-e8]Lr A䆉-+T>%)-]1rA D\0- .}V~.ė;b=1Br|IJeΠRn+=2ҷJ5o~Swѵ5רKSS43a^@&ȔNS6]cu# T-hxBcg%||Y,pIط/Ƞm/чdx. g.$z !E:|z$=($G:j/9Ϣ8mJVbʹi?M8^xU*l;s.6w׬q{5iD%x̔ϝ]l,{YZtv<3&lB_vܭe\쬹@ޥ"&pNЃ _Bх3$eDJV?㊳o8m=QG9m৑J*K{lhഩkYEur;!{O7#7sD? %]*͢Z@OG1[Kh#~JE*$\S ZCP7(qƔۆ[KGBh9Z^:\k&);#إ'LDF|r9[%VDHn3 ea@"w+$S9=JHT7ҏ!%Nr6OL@܆*8J=˫tfaR9ݾcc&p EM'%oQl$1,a/^9E(8Iƅ/K;K< `+v RbU b"p{C)=cKn6|.].?JN8˄y9;liO`kA]fITfh p-/tȭ F=NdX/Srw1 [UIؚ1?pӺ U 9*)svENWSb$bZv4PM} Xp`56mF H@cޏ_uX[{T0|'S[=[9"T!3Q")YMi"|4Po#y%1)TȠ*9H=']GKЄo6~cHISjz.-/h,W.xfd9,E!IIkca&u#UrӁ>Als*u`Blr$)hӱ+`޳ޑC2xLl@?FJS#y'q}`z#)#p\^/:F !  *0R@b(]4xmpJJl6ُ$LĹ20D FC]!۫q+)I5ٻMRRJmMw̐#@\eԟuRw}Ox cd~_=m̀e5IH؎J3fK1LCM.M;Oexy1Px',J+~Ox[@Pmj j߀:5\O7n{sZ?KBZ͒`!:m{3&$=l.#mQsQ ?:P~VdӉ)s~0 l#K L!j7 +Lȋ,9sj_yE{ 7A7[ںAWV<S"歝ɭoI<-J~ԭz&JZ/AI@ڦ6np 9ШHM砪shMR ͺ3etpZZ,4<[yA~lIraD;SVBH# 9Q|I [BR{G';W@ Z$ˡVV0Ŝ6a Mvm~R \pE\E1}(z3j|d0}dޭ\߳9Wc6/%em=rCJ.Ma'T˥V C.r[.3mrЕҮz1>J f5^bcYO@;ô%@S:JrF?Ji |r?25$|v3BCj#r43kI,[2t$oӅLP4R9/uJ76S@T/ cH_LaD}dwK-@۲ZwD+obk7p ~& _&$-w1[J=+~-] qQ8/;Z=wJxZE 6KrN(|MaXβ._}FPا S0;)KLs9wƟV!~*͓{xc-c6H#@LKGR 3_VC_8Z}-5;RY呚\_e~DX{EoA (QdB,c`C>C%:(|BLQm?ɻKm_M96&EaU5^fUi2 Ѱg^uZ`ib.ͦIY);ևus-/dqxiLAHݜHM驼0ՎR&VإwDڜ 1f4}[51ࣸFz3wPƇ;pB֠)Rr|R}a<`PDT`$&Zlͽ!k8mMlRn~7Oc\jPG:Gd (v )r{-aJϘi+@+];~Sy )⭫ӟ6fB*5lnմF/i.\z|ڿv Xr-5 N$h:{NXO&ߙ>UHx.%m+ u7bӧ nh/W6؊<8j䢛z%PCԍ˹# ۇ(bx0Ic7<v= ![)6LnUbiruyI#IJxr|)רiCȏg{gso?!ך;p2aݦ\sK.V<m蟿W+ ")qo74&lMρj(c~$u/Nw* VoOHm\l@b5X+e cx"M u6HSjAYuwpIhvTk27gb28iIⷉs,G.  N#FKNN گ"I= jnk ,7mydo}Z7cEKx퐸gF?]H_nr:5?#?4voUT t!H~6Z%_`@Q7hcn b[C/T}VUVw`p!ȄI-19hSZ7b8ԅi@n4eDB4d!?xxGf<!,.`WF~`ތT I3_|lq\e9l6Pa&E(N2B]e_疊 WOj g$KKg2vgS/Ck^8HFlN*#[V*|*l$7!jL%׭d~";|"T?/S` ~ƺ”J Fܠ ݬV3X5 ,O9 hTRuyQhKT&74GEOLh8Hgb-%K[d<)Mrﺬiz9y]НTϸ(c Z?4~6}e 9#9Ce/DhqErurOWڪK@Nʗ}WlX=ncff7}zcvpsxM,:¬3Cz[]1xyPKRq$0:(1u-+V`d_GI!)Ot>h"OYIqIz!Jd{fo+XyAJKGi/OMn`*-7L&oGrch o025딅ff +|b4Zun~Y%WyR Rð 6.JL|miTV NyԗktKgz;lɂv&i%aN˾֚P-~XV ijH_[؞O,s:pN(&m\ ̮5_fDZ!MjC>''L.rQ݁Rh?ro0@}Am&64GO P,>rz ZȨ-I )gD1ox4x}X(J;=Fg gC?C^Vc c6 l-4g1zzP#. 7| :gۧ/ 觢Q EcAp1yxQlF -;pN{m"AOAR].|O_?U9tGq7/;%50T-fy@;1%/.FЈƂ\+uOb V5x&w]tU1ퟠJhW /:G7OT8Y%q 4EkEk,^#_=P/Ar3T W@av }XxJ+&{a[=̰r<`#pc*q=cfg؃(?Rn)) 2xQJ͈ͷ$un5,ag}!`D,)K'`qm[|>#b)8=j<ײl3˔8` _kP|ELم&L_ױIdX_ Zm~8Qu 7 xdBmxR_?ldؔˀJ2Kd63{V>R:#7.C_&f>F,Ma6Cz>Ԋf43:BñRlB~~~2]C8y2Df(]' {heXGe 03:S#n&v`ǛՀhN`j"eO\ʸ2y/dsJTNr1^TykW'qL:Np6ny> *bBڍ/ӧDe/B@R/UqBe NG1b(2&fqX$# rS3A l%e+(i?JeJqPc;C)@bln8sTm1̘cZf9j˃ɷ"*N!XD 9pW/O: ;= ʫ8n!8GX'f>yHDֲ6w1V>W.ޖ^zm䵳L鿾]ʻ$vTp kd*[ףb)62C0 mTcN_W1[Yex6W9{d *̗R RzIAOI]AZJ`F؇ghq+7b"OƋS߸B  4K?` =IZLV6> l#CوX gfWTS>n,0j1{}CWVZ;Jãg%Gq5xɮ!+2Yr*8 {h ,&܏sz{2&Fj-$v&h0HC|wWwɄDG;`ڇ"#ZC$ @_z#DUԪ&@(E8c_!C0rʒ|㽘o05܅yA' A_xGج ,җ`ohVW9Ewt[| y/5'>wRj\&ȦRQ37&I#7`zc-zwgUPB}9dCg{;UϦD{*fz>D]cRDi7ڣL˄^#w|½Ŕ_k+@cß?wJ`[YDUKRο4w 2ojSaW4< _ t$! H}{ȹWz ε'^N'j^?p6D%]ӴK&ȏpIY)8o$cE,U];@Bgi"OIOd 􂴇(r*cnXW:̈́,q:$ܸQe#[OG w q[ )j^&(^#s3k_'٢[ۿ`9Z|͇P ,^ >SƪE|^b/I]F]Һy[Pkr~ƎE<]R%%obHlH{T&~ۭk~``9b>W>n vt遊`ozm1"[>ɕ5H2//wrM\]$r.ք[kn=> ɟ#^\ֵ[Ke!$'0ޝB+v8)A3NBV܇FLǦ2FxX/= (<n2e`)T}UoPK@6ny",]l~ފ_&YFH.hzTּ&8M; uZpX1}DUƎrbWNN'ҦU1ı.+TR1񢝟LX>:Y7Z"VRܭ'Zpj2ܸs`_X"msnە}iԨPhy93x/\ڞ^}!k70\Iٺ_55aX&u7仚KF]܁A)r95% WTZbR[ǩ2Ƨ9mxXJ+rV4j{|Ƣ!{. sq a>K=d eݺ$ٹOp>/Rv\OɸP0' Kʾ-ډFw1៱Zi cA~_BJ!"IQ)(DX:#$nMMLur~ڐoZvk!B,#zHf-T~n6aMX)j]RIH5rTÃ4 l|g*ـ{x,nZ4n$rv D.h{WXà#'SВm22oS|i +RY?Fa)MD ~I ;,բ$o"}l-ݛWnmc3VAæE3 cXF"FETu[p Epͱ "0q.V "s3}^gIVLU$ =w2i/N!R澿scx<0tO%||.x: s=@ellcQD"wrE*?XRp[_HWî?B&k`t-#&I}Mm*UFQRDVۢJ;P/3Q;K)-i)Ы-KMqofiY9aS~+tl+D38]f)ЯkڐP i. `4^1LVJ-&~;< S$0sez!5C xJ1LPUkY?HwPyȲ8T6r~y)y'%j/+-hasqcik]D"_%H2>w565I#_je0vaa ijEjZU^Nc"㠹n脛 `).L_e e]~zPG@_c|!6N{}B\l3> omJ,Mzjf{j^م4.l)HawOA40-`|& =Þ8'8IsMl 6ILSM0m дc2lrQ-8I-=Х:eRAhd67fo*uȯ*%%!45N'?A-6NY &}E>h0h`jXo "uqo׌26BySRdu<>@:7EЗ%xOݬb}P@IͅG%giOǏ< ^k0XR9(3j]t2t>LP3 p;Ǽ2?DLH&opRJ#ln?KFͫدfmx : as6Գ Ub; O=~w\$۪}b*nZ|Ђ~AZ}ڻ6B$1ܘ{ S*\C"{Yqj;D T]P{VҰ1 GA)5JuƓ^a 9y+O!y:~v\FYm=5ԯw$l\>GA/vڄ&#NKMA<4AN+luci܍#r|@Հ<_E`"uJx|󄒙ղտ8Q17&9`'E +^ٿµj\DK*ׄjбRXxAJa P )&3$,j%vy^axC%"Q[ }3oŭ˜l1o*d K"FSS3B4_pJ!o"+ [\4;qStuI(e%t(R-3F+N\6Ln{QVB z*V+!@B˘ [% ZRh_ף+K/_ih(,6}ݚ:BuĦ]P7I*%fKZȄ94}S_8tXFayW]\$͛V'jq0h fY* !]X|aRrƬQQ'sjkGݝ'i^!>Z/VWr셪Hq 2Z¥ Ũ{JW6j=HYHwɡ*%Q=!T/;nT'p{?5 "`9”\OD$g[ y̺w$s*@`q@=S:p%135y07>|,Kzp?Y7s,kgTvtO!&ѳddȮuuZ쳙:;AW4#JB5!VN)m!H̉v0 Y8^0cdeo{46{e6l[yUrdG16N }נؖ?+%ɭ@q0V#HB*/{]y@OcsA4PO]h\O,qȮX~eLsg~۞kgVw{+baY="\Mmkq&}`(VL? gP[otRQ6jˆ{0fX )f7/n6X$O]NIqy@)S#\/͕`iMK@K}F-_D-r㦛M7%2 4!* D&U!E-nV½B䊫c"q鍠 1օ$ӓuxW= WfψI^eX SjV9⫭Y_Hkh;@jtHX'gpY%,O=k$r3/-AGK0@o;ȞO{&S=c)^WU]5JdfvyjYE]j`15ij8W?KɈ 3ë!p\5te$ڼϩT44jPl;t}QhQVFOzZ8r?kl"KCڲOqs;(<{&0df)f6PD4ߗʟBir¥f#8OvLE_QdyQaJ!>W5&Iiiv-I>U߃YIu*vکT2&˒nw.:aRV #Ssڒ0`7OU]#)Wl'X7v飍-]MrjdήNΈ @Ɗ垈(G$i;ky{".Rִ6ݐw"͵[zO޴-8Aa8=>3~mrC J㚍EtkI(NSAL_nⲺif_5e9%`hpJBg6SF>.se"OiqOkP[bpɄ<1,ޣCXhբeb*(:8VY/cbud-[u$tv1>EGp 8:;Iq%_RNBFZPV뙩{ X9,`"Z}-&q'h$L(y (ܾ#*Y`HbMpt{u0qcXQ"Kw "DfOU22`c& G3jM"sLd4_c\0-:bF0.{9a__,"Jj 9 ڱW c?(-_t%oE+O$p4PAT\\M-i],8>-pa\ ['W*~-lmb<ܘA U ɑ$aVݾ?y^VD[d