libxmlrpc_abyss3-1.51.07-7.3.1 >  A a`p9|Y'wEHFO$MxIj$yCڔ; o6~t\~H4)U9'[S6{3AHq ~{nN w"3p`0.vb%k$of6O}AB*$16EWhɀ-A,5y9=_ϲCOו@~ }gvI :<ըe_2.S7(Rb=l:l3[0c24bb6d4ce693853f8d25dc5ad4d62bbd2f49bf6b920d0a182e0340aeb36f6914e59e5de878567b08e95ccb3230ab5c7f432d93Őa`p9||Gտ d? ek}(?}rbOQ7V?`;*CW`$ nsO.>d+5mbj./t: z 76v)LY:EykjC0F]5s`,"?Mtlٞ.rU7o.Guٗ:V#qFQA1F^1*^[&׌ *!9֮?P{O%Øa/-?,Y qh Fq:Sn@:ݿN8>p@1@?10d ! W .C Yj      (HPz(8 9 : >-@. F.G.0H.8I.@X.DY.P\.p].x^.b.c/Zd/e/f/l/u/v0w0x0y0 z00001,Clibxmlrpc_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`s390zp33πSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xπa`a`b60017d38135ce58dc7203eb33aa6f5bb046425926a994f4945b26046f78f4e9libxmlrpc_abyss.so.3.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_abyss.so.3()(64bit)libxmlrpc_abyss3libxmlrpc_abyss3(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)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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/ldconfigs390zp33 16359344551.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd73a3ba972aa863ac5ff0beb8f500df34bdd969, stripped PR R RRRRRR RR0S εUGZmutf-8c25cb7e14968feacae4a093804d361a8efaab5efe765261fdd707de80193a842?7zXZ !t/7] cr$x#E"S^8%Q S%Q?c,Cu@nEhfN(#PpbPKc`i*gXϛ`rb]p3c*+I!sCA]YFU#@"Nw&>ѵ?oz_Мy: K)aw59˯ Dt oW)|e{~=QmAR@ȔeիլO{#1?FwWhQGHRR7>C5(bUd)7-@#R,CWotMK#QRaG qITm]dbjX-.z;VPG*'aĴpqN{MTWJ% aŮj&nG\ ͔ytAsBZ>PSNBxGEX`粺cõȾEcWf _cV-!V}[oqRS">i*EhAN,:4s% [CM<Kˌ4 3>jq{#8zc-KQ|G?3,M:R:rkx1Mxh>3?{]%r&jy Ջkx { ~<=Arp\/|e,葉\1C R&>jVDbGmM< 7rn|פbJ;n~W|Nu]dKm qt?2\g].#5Ncz$<8UL\S"/StMIVt Zus$Nj('۱³=? QlPrdm'\^/vl>_+!dg-`mf@[4ahV khTfԄU:(+c[HcN^u˜ǹ_KJwL_!,]i~rpm6XoګC<" nGsZ jTUE ]@ڹ $Ǽwu6>#86e$K0oĀRܕ޲A\S#p$J~7SEӫ5OF &"gD?$H`lHljқZ!QJO:krL7PA,o&7tdj*vsvŞ! V$""G _x{?$$` B2ZUKzEHfCF1|R4QSa1ZlbLʪW/3]ˊQ=\{((lk)  3ı_a\ޞ6]Dcs@U-[V06% 18Z[w=#AU!]f7Z uRF@qBP頺Ja )#[ʍwl|Z8=S37%ܔMEY:Zt&Z!5*gb0#ICpzя\]bB&H+dLS'97C QA _'COsu /7L[%Afx%1 P@~ّ86C10sفIGvG36M PH&񺮃  e'U/n9YZ5&n6rE"ycn㣄`Oug,*Ĥ't_w7L"/pJEJQ]޸E.9o*mz_=Q<b  hk nϙNRD3sB *(j!gޑC0k6}@1tRp!P* .8ΟPft7I53⋷( Pt؝ޝM故bޢ9\Rfە_g{{#E9J}a܃ zuFAśecfO4yhDnj]pt. SZ}7y]*t_~J/tqrx*9)T%43ڳ}h7\\ɒ}Tٖؑ&t#OJuc~Sv]AF]o A{)t(  VU1خ㚯Gcx"J<߰{x^zSoAs3lVsfBq 63XVxY^,-VyݠU~Xbj Q&Dж74i8oSoGSDHaz$QTWkQI<uڳ9vB=ɏr(?p@[ŕ/ FE\=]r[T {US8 c{sK U@\H[Q& LUۿcJD]C%S?){jb7'0ՃKLZeps2?$xk9w[[ȗk,oodcgmBrVx~*aN&Y ;RXa:[D$jlP(ޡ󵾲̗Bs1 RK[qnPtC|Z7\`C @6G-xP,Z~~ejt~ %t*A㷣ډȀu绠[!N!a+%6n?ɤ4 &vDŽyRd-x9͍Tڜ|Q4ώ*0{g?5\^ڛk f%cN<ޮGLH$cӏ[UK%rĤ~0OZb9fggBb5+WCkDp%-z f0ftO|uNUdt21VW@%bٳd KYԶ Ԓ`z [8yQtm9Q t/RmMSDa5|.L|EF+cԮBDty܍,VmR`V^@D!39Je(_&1DXbəvӯs0;d^$-S,( ?[\ K5&"St_iVe0!J{)r2\cbI8A @3cxhN 4}:c䡊GcEhdH ZI36\h,7!zZw˯Mȕ F*qϷع@ 5ל %01wl+44[pQ( V(GrEdTK1Y[(k_Yd^G{!ne2sfeבԓ5n=>S+˧ { N2NStaRT^Yv]sv|fA^fpЀ3*Cݑn,$_rJ~q3޲gY)Y:I7Y`ft6&f2_g5ȠOkmj0O{AwI$0'sof6XfD:>AkRF6+>@ QKPB&{`%"o#9?ڸ ԑu{ag[eIݚqvJdjfC!\#x!RL cdE9PrWj)_b/j09p ոhz/WX(5kBAGaZ& Э0LA}wCnZFQXҸbcx%9m%c]4g24-򲤎7EE.s/QQ8W2+2j+@ +g˫غO*I6nZK^ͨG_tMg)OM]YFۦ}N j>7 P-ZgQ>5 O@&g%? Pt$x_m:  ]8krk5hK`o@A bHp-0Y 4kR!Ε^"F #U>m1eIk(2x'N[%#A-Óy&4eQ_Hea#G8jJ-x"wqݶPA_!.Fu68i$gpi2 eޘR:א7fY5NsUi2}x5"d5N*A39(B xt//5r(זN pDy~6A6(Y_[pPrBc6KA)0†:S, _Kt!q5 HԳ:rpvP-X@Ac)yjqyNT ^]eOlVLrϧ+; /Bߗm_xi)Q(ূKeG\S lM+MWؿ@ F}!klӬm*q8{h)ᵶNk@ ,S7r үunk Minq+X{~ȲpYн_J؊+o(V ? ]I>nv-TO>v&5K7]bABsY &LU=T /=cB#-CV.<#'}?3_}L w0y'{/ևN7wzR4-2qX2jf};bO)bD$ (#fEh%MjYVw>3YW[Côw}؞XMQﻊ 0 sRT}vEXp&tgCvNc14+wWA¨dK!ˉy-8Y4M# ^v4DeZ;H5A"{A ؿ5șY77Y6(VVr}10? s;*_4H, T,-=:#5z0]eU"3 ϵ2p$~sktZGn164+HR >yU*MC ChB >QqR!&sU* `cz_DIQQVd, W;SA-+G0Ky}1|yz} 6d _ѷ&dwοpgLP:v-oϡ9 Vh|"'BF =jXM1%)۶sHm(lRs >(ͳ+e /MPDT'H?&X qHbuM\)IIB]v]ܿ01쪮|(rAfTpp`[^cx GAA`/fS3V G̈́t=h2(Z1* | ii$Os|BK;67è:SNjոK\ȰcKS_\dYJ9754X_`JVd6Î$xST1DXfpјtJ$1scBͲDZmD41{cH8p@᷍pey'A<2l=| Dbc;Ebъe_PZQ{BPvټg>Z9rOPu6L%-p~zioaQb[gc :Rh5O,ᑦؠqd|FPE:-UAz/l@&&~m "`*~9eI('bGڨ1,14O#S$ѸUG+[M<̖3$ _sZ9 OfZu頀.CMr OQ)&^(=wL,\[WR$37*Ne7.nJ-66ߝnEww?7>O&!(eLOe ;N*a*wA=C'_69U[9g=tS_uZ۲ q`o;* &(8/PƦg=B`Lp-˯_v1zmy6K5E`- TH&a qDAmE>˙oWQ'kZ5S!׹Q5Kl}AK^.\>5^m}9iљ,L2v,И=f]H ƎE߄9-_)U!Qoa)ǿI?N!E_4ĤEuL 40~̱v |J׸::O}R`,I"` H[l_f)2e {r +]("iReo WBWSl^)h&]5 Q#{ϭ8\-kҀ]vV7J)FA/B4Ax,².VH 4whܥ 3k9O-_(_]."z_H/+y궁s|}JZDF~Bw B-6pX;,ǙΑqZoksPG΍vQ&OoIRd$5VP(/M3ȗb{^Q1;$,TQ%t%=CDϥ3<z(kkY8dZPϔ_״k~W' &Bt\E_?'Vxvc?QZqv_@"Bz,JoxĤPBk VhQrLzs!|{B1tFɒ5&b(Au0vHF&G0#48O,<Թ$@+ieN'* W QA;ؕfh lB# G0{czϫ#2Pae8Η@R9'q}~?[)`d.Ud_JAosO:9AWCYR+|M pZxsqبu3^yi&ޙՐ\k)?ġ2S DzwVmzdR_# vv/skˆZbVKMX-*ѷǖv;!4>F xu\lxs;]!$A Gb|zJ)35w&d "snD /pв,FvgZ;: `k Pd%{RDW7̞ *%q0KzLP7oM ) .R0Xv9Kcސ[fɖo.| J8wyq33L,sչm [h@O}9v\c-)- CklΪNH;\X"Cdi˨;t=ہqi%/fYMˠ:by;0B?gY^p2:Zv:}'/}_ +}\ GP|ìDCJڧ8,MrH&w! c/gS~ A S5N6Qwa8ZNGֽur0Ŕڃk `/( z*6ׇ͛^ħT]/=!j~2IŠPWjzM <)3.aExwSzrܕ$g0uX?=޾0#vYXw{iNcCOL]ɘic#nS ΍<~Fv0bDq%ڤ_W&@4/Ѽh3deS^7,>Rf m?6~k`mxb,yJ%!>C=+tGkp۫v>QJIm|̨nNŭ9̔GR9v3Bij>VKb'VׯqA~`e ^H%/j\p۝c6h¡3XbԈ FVT7W2g5o&184yK|{gSv6#sMnj;aMHD'H߼= |u'Y;3\̰{ UfLv|+,6c Ij7T,2`mL@F3aэ̊tLZ Y;B}]S?V&OS9n n-M|^ [a{0 ҿ@ɋVXD kloߨy`]$7Cm͠ڙ=^ˁ=/ou%K?r1ET*X,Ĝ>ebu4(J0-vK1#9|RT@V083@V \t6P 0sat\ĕi7fdzFO'uVanactTAB:I&q *Q Sf H5ٴE%8&5CIeI헆߈db[Mq*24,gwt4i3X5Pz79|N!gH_(fa I\!ݻ=ȡ{6Ű6|cfڃZÓU]^!*?H0m.j?(} R5Jup빒J2u60:˹h~$A:@N. lk7  HSU2qVe~e:y%3uD`!q=pJ375^= aeđ ۦA~b7QnƓ.%Sv$"-§74L0| \ZL|z=B@%4V'UA5e4r b[<$6?46KFh—#|Bxc[8t|EME O*' 蚱+&Kdh[[Ӌ:8prbJ< TѰ*=`R᪴ f}DCm-)^mU>;JDzEFБ{6 ̍vGGu/MNMx{ͥ,',0N8?Tb09 W@8`gvj 8p5H6Q[;fmr⹨?^|x9=LX8Z+`1iAe>VG *jIlΑ /Lul~sP1> Sq VUXltjʆ:(+B&U!z\t5봽HsXk~$T : }E䱕? \(VHV fAٜq T(}p[OIr@wWi}y1 s 9 CK/#K(&; jAtoP 4VXy .ΡT ^wx'zKf)e!e_IepRLI}J Q@}Q6܄sG "nMhHaQK4\zRJ틡k6{H8]qˠkSZYup`be'F, Tnػ%*S[kOΆGu2+5bn8/6 %pIFrU/ NuI]Peʖ첖{ޢ!4 g[n(Hkӿ1^3|' $FsL_.066xJFsgqSU=5qaRF)rՙ+`䒻,8 xq 'Z?\s>hч,쬖ͻ`)Sj]_ 9w7Yj"ǡg"}CdW_tIPé%^^b*1owaY V yt ~Ldp40wAz%!r&q9)lwyX+tٞ=$R# Np͂bt@_/Tʝ/Ì/4qxo_c7ReJo)eE븽xlg!L;%19/OjQ'B7|Kn/F _+3=1oU5l1VSJ}ˬDB|?>r0`Z#HOf61.RꙬ54.|`( h @jrd}-^c5ŗ\5 Myd =*1% jeFG!L. Y"q\cB`A&)Ղj*X`;]X "t)6E&pfuG3b$DTZӟLGU|]LZFBx[?Y@Q2KG.7+SdkID98Ж,7BK6 ExJŴwd B㷊tw+ UQse㙖2;fSwn[Z=:p^\ ű$#r/@}sY!ܬԢ 85rˆ.msg%|%{c I^ڛ˓WU@z,`7nJRnAP"MUR͵>̧аÇ-_x}o&Iljꊝ!3(ờ~ƞ6cG*eprH=¡0tX=w:L ȃ 7'.s-FYHl-?P])P6QݚZjɼz-p ^LJ ?pǛ:H(jߺ3POF̉>o+KKZA&.yu]6Ī-͠E-F :Xr8R6_.$x_j#,xc_y` NͪdzivܐbPh$>#ZS\sl7̣bECrbWSКIHp:4ݲu2bQ}42Is^6e/_0rmكefx-PmqZ$w,z@WpD$c þ5Pv)D7פ]Z^yӽjLfߞ`M9숊_4LEz[ ROm[OgSi]g=Wt2;` Coz1D!=sneE[a$5nTs 䂕r" _dƕ 0£ Pw]W= $>pzQ8b0eI7c1w͗ҴAJEg#6m$+)oᜉҰ9}d_4Q:E?[:M\Pάj*=gqQs/MbΙng< /TE%kHQt9IOP@lNh~gC(7qMvG[|tG{~-Pckq\>ԎAL|[|jSrb4ZkKٱ`S^ dx*RYBy*0!c}ޫ!' ֕ɲ#2V?K|..s<m?mK+z-B8_ 4k m|U \앷>ƺ1EBbMZgY!4"UIUjn몍\R2|y9Qw wu*1j 83 `u28d~"fXHwN9[̈́_[ʳݨ )o\IaQ  !OG:|dxy UzVƙxv #)/'OM8b ɝ쭉C=̳*Iݡ\[jGOGQN,9Agح2o feY"L%h3PR[Q$0k߮lT7[6m-\ҎUI2(6(Y$7~ԒOޢBJadk"99I t!8V7kf,5W@LRv^%me F r ݳHdɛl R"?kt/^Y$z85q^D2GK\6;#xm,?ėZSS4|MAmbOWa䵎YA"jh/Oc bsȳoQ݂+yK-|,YZAlZT ̘ + R%TڳT$g4\+Bfاc%wЖG?R!gH,U섦 /*YM#y$ HHdiC{fV$viZ&~[/n3֫16% {94R'*[Ӵ30~3W5=:}X ~_ Hǎ ":?w@MVMi{(p޺Cv%l ?J#_~_w;*Ky'c@BOԋ#/q@,qC+HF6Ā upUgӾ4>Hwc6t ?|9ٍen`LpY1I/? !fQf}+h]{O94# nϾ鵤9ˣn䆖kҾ=ׄbA.E<Ʀ) ,zvE"uTGpu~ggW iUֱٟL7 gz =vuVfig?9}RD=dT2, m~_j+HT C/A>F/lٌLCJ>2Ya| fYd'uL_l`=.kQw^An*XGV[r8n BD OHBbiPO*'#!TˌLvoaT[twP,鎣J[kf&0< D_ E fgyVV]k&n1a٦7 S u•rV_L~.r@(DxJ05dSbXkC߲4=ՕQg#`V> 85Z4%IX,6))g&?޴:Qc\G>{B ALW4 #&S8$1ER獞!"F1I%??SYD?.t['VWb 1 rv1 Q:Y `9;!>Jyy~mȕ2jd?_Mܨ|]o &4ܐ]`΢d܅5;Ħ-)gV M72qZ&` '>N 05]\IYܶȑXvbFLEy*B"ŷm3R}i*m]7Vи18𿌎8aޏHۇH>ȯ@_p2 z.vnJ!,A3c0]~wЫ^=­aϏI#& wTz+htX9VIݞf%W#3fS!}N6F,K?s0ڍ=;<VH`ð^TEQ!`nlk2q(o#!cfsf%NG,*/9s6@!dSueIQW*}i% [Ed=:h >`AXu;a )ȹH*Ť͘>S;n6N+fe-]Cvʌ( TjS2,(%K,G"BJGuC٫ܿ@'dGQ WNR~X)(yLeB%oˢYh5 Z|rPK#Ię΂`5ܼ<=' nnMj|\Xnc#Ǯ]WF%+1xъ)p ܵUmQmt쉄NhBɋ*lV0LǺDB&j,0sS,ܗl 1yz^u]Q]/`, %ft73? zJh}ux9Eݍ"SdN"Gܖ>x.ǩku :>MUvpVP 6w,W P眿Zkc>p"8TM2jHfǮ`-tFZUGdBb K諑٫D ';API߉RC ?a&Iy;{H X`` q8ys3y~vBzk¦:hA=>+3GcKُaR(Ao.oCUTvoft-ij\Cg.I-o:]$I*ʵd߇2&t?gkWtҍυ7߼B+մIel%w8"vM-aD&“7mm:ڇGgU 2̮Ϝn૓3Cx'c9:DX(vYq1&@Zw7.ܜ/,=e EJ Y0§ !-ׅðlbXk;j:rFUcm5d;DtDN"a*Fg_jZ5JQAp$Z澒9֨?F*p D$6 ;wo%dO,} t?¸O3]$ As& /Wb1-=GP T;ԗ*[Y 3\5Ō)=Y4.l ܔr Qo77Gv^g 疫O\(\W(RE!C/7_H'90rJ:xπY)t^Mwg5Y皉&?3AĪ8"W:$!WĨAVޡB#QZ5Y kO~ c;G.*Th Z/^"ƴA*ryʌ x}jWYQ!g h)MdQ֟%3CĦuj V7c.H|-OkOW)Z$*(S3FT ~j]N|Ap,u>(rAkk7-V"]j1?x%č ܋zykD@ք6O9B%,HჳJ(9|a4 SD on|ѥQVVl >ge9b9~iFjρ<%m\' ,y ]2>d'C幇KnC>Jhb"mos ,%H9S6daf5Dw|_+_7 jØxq;&a^) "ISo&#͍g.lmXFp-2hT%ѝ-2/aIJpGlMlJp u.S2]֓[ &/5fӳkYy k9lQn?mCe}^*rB_eJKEh WVPsejkt0tTPo&,дcjSi/Vp 5 Ќ%w Qm{@0Pgd~ ^E&߷ڷY^e]HQBe$v-"\ڽ]=DU[%a%B$bI  $ʈB )A>+ˤ!XeKkK<\v§. {tݑ?drhFa*y\,N"Ԙ J"\YOHfJ')9@,Y;gYAdTؐۑZD8a}WQ/nXCȣQ49jøяxnLL)W 2g##D׸噩O&' r ]X8Lӎ!seSvrȀ* M7V9;mu/p؄?0uts纘=(8@_FXËD&?P4!cyyX-2]ǔRAe}-lq$ѺL&yVr3WUb}\ޏ Ӵ(['G&1أW&&-ɍ-X`clhqJXH՟h0؍׎W`$}!JqQ}6*Kѽ1剶¬╁0eqm[+Z6kss'QenޥӞ}\!|mXIeRƱn<=yhoP6K/?v\Rc# Tl8 Tqp~j&ԕTՏ+ r H[pX]|jv%h&B{hqcϾW]2weL4WyKӂKkJW "c}zFTq{r?L37VKbiDs4u9q7Ya=y+Ahp"(^3 &T[RU;!;+gxw?\uw\,tpM"N5F\ޣ1yVӗHK(ׯx_0\lX:L$BGZOzyPQnłu#똿A^ba:iYHYy7ǐMs/2wSETIrE=F&Ū5Uy|<*0DN z2Wz" H\YTͿXڠ!ju \#JʧhʥPuC.H v%g PtP5I7;U{PF%3эY-W"Mv~xŶo)PoӦ5t# "mZx-Bwѯ|K+8M`%z䢗V2,,m*yF$𷋹Uy34:C(6_EyT,T~&.K)w+d%)ėJs&+3!fi~#%, 8cY5m"12&O8ry}S|䪒 ?Lc/SvM-YGvc{2)_ƐpZYگ53z5Z'wN mVrm3A?KdپCr;O5emWdCnzup$n:Ljsoܹ!PILadnGާyUsiD:tEYC# !&qʦOlе=1|><개CƝvwX7{8hJ&ᣮOǥJ;hǯ&cP~ lx?WwifώJl~Xxl0w>~aѴf^Nx>$BVNx ;w׎Js4ޭwNCϑuwq-:G@wȸfK`3WteJ(Yqq1~*q-e\7Pҏ'c?X tosS\eM{UᇙfO4,FG{sLas$C8JEmuM1=,ڰu/Ԩ+us>V^&O@cۆ+v(VhjXb /(W>L+lϪi=x!Um^JN"pc2;p@ہ鷟׾Bw:m7LvDq9=>1m\V5୼@:^}4NprL*}h09|7Inqo_ERT#b&2FI9BT H\YXQ[<5,Z%] 'o~?ǚhMH`x΃ĬH&9pB!]_G`Wٞ+ P/ Jy~btYb*r}s ' ӗt,1 lV)t31/dl!!Rŋ ]`[fK(oV'uBRV Lblsiw_ ` fc3Rvz4_C**SH ox2X,z Lc0QvYlػ)4S\a;k6[(|-(,Eیl$!s˛&nCp]V!Ǟ8?&8Q^.dSgUvb,R3nh{܏Sh2~4yBϗ ӔZ>HˁO slmipg"Pɋj? vq"cK۽\ _˹Y2lEz ҠOMDbF%PC24C]YX@r1@dԜM/OWHC9ESn>eEFAmn PQ6lWp`nP~j3Ā0ܕ 1Wmr县U*,efUTL5Crpԁ5 允\kXS 'mh.DɉTn~vҬ;o U&M&.Uզ^ Q{M9崴'sg0cÜHl5pӵU.jEUCe=t۵W[7eHMBE&q(Fg@mMh M)F}5,a䟕#Yd xV>c]ϒr+hIO_pf|K*LL9NMd8%^ۜTMI7k.jLIJ% fa9 udD-Aw!#%y9~;kRϾM0ypyd`t Rb)Q%ҙqiGIjLxt)TX?:;r~|0ZjE+4աh-eX"*R^.=P&eC<-T#A@Y(5aLśݤƂhmaVr.V}\ʑpӔjt\"EY_u:8%^}#FރycFХeH*IC'&v %npt+$/ZP@QLHN2 )[qq4hÕ^Jcf`wP/bc5[,od#Ra@ZkFGSC׫+sj?d Р~`L2޼߾7UG|e?+!gI&z6!Jt!dFߢ샹όkG=?P!Ac:~BHgfx*;.`Q5zx8!\.s o|FR]0@@\e>×QIYlG49|;az2ƭD=`)^&bA(a/"-Ke?~~xO%\^C6 qtno;?͐3nYE>zU,`S^#KŘ\dVq #JW G.&[of&#f^*@L֦.^xJ.wD0o DX5 d uEVA]h_3v ygl7HrU5SG x0KJvSe׹lsg3^Iޟm-mMu&KV)g܇ O]4{nK5ʔRj BX=M`=sHD㡋ŵ؀"2=8=&kBGU#dܱD5ju7(}C~߷n/cRݸ|E>;,Oa$$86j>:ԉJ6`2`E(2ȉ(sMG'^,Fi:$AH zw@h&<}4a6oߑ$/.?t K%/2~OӞ}uwhU+W4Jjm =1\>#^2A(EDL{i?*,G 9{}pq?ɤ\joaIT{^Ƿ% A. @";jyxUd. ?7*s޶\3@0t~tf?}[=y/ҫJ۠x%g#4n|iWv/LqmAw=YT k:`wVL$J\"P`ibO׍RsbvE `jp|!0o7FgBt8 " ?`e,К6ʿh,R??VfnzDgogvԕ&QWaeNMw&/,䤻W]ЖFYz&+h$Tnf~U!: gI$ݞxE[+("z iEMG7 4@hX2g{Ϭ;>\ 7L޹ߋWpCq(e"EB!` Fgc=}QɔHۗU%HvuNS˶ \T $lFt:J8>gu* H}$), /x;䀣|-sg+fWV+1d>=I{cN Qz7[ck,F Xxp 2MZj`"Q(> G#y$eRb GBdG%7 sjWƧQ(]mQާkb0X|CO)˷|+zCs T1Uġn%[2/ 11(J#W 1ڐciĭS;H+EvmJ-C{>ghrZ?2͒%r J=<脔q#cK*f? aVgdivh!2s-85 0'lɢLWRWKS_;Lw9p+o{/̬wxd(WcUCTЕjw\Ag m 6E~YM|¯G:% I>NpKp٧%%vWL(Vkv L1wi|gw)-g_ GClT{~]mȲe]Jluڠ5!#(?Ae^OFŜ8wƅ'L ʄwߋ_ /kbv~ mg J+EntH| 9MX(iؽD+GGHfmީ[N%|7?XH̍ Pe%4 Y1(LIWAlů 8ZYov>jyE\UJD(쌪2̫2uwg\7ϛ{w É+wr齨sc!̅ty ttOWBF:7_b lN#iO=D$G=G.oNi]3'\I`F70ص޽-,b͙ ~UTBn{pG@$aJ5Vc+nqt}?$Ǽ>Ԗ@  Xy= gL.'zE[7<=tE Ly OtYqdmy }%WK8훣~S͝K5]XYA^}q`&_3@{c?a3|8(CsXcu('lmK4}}vנ\#0[C-ܾf P>e @6"타wGTvl덩:8Yn$2Q:x/<{5-){ŵK7FfL{V>W Աb.I*_}4v_ڛ kҐǀOM F1X_Ď( W%[doKm[icF怳Y]%@Seo^S'`I rvTXPXĒbW}E865urp+0Tu57?6aݒ mB<޳_\JX&αۀ5.E*:qN3y}G?ߗ<We;c/-ɸOVqNci'`10 Yso;Fyh RjN'|=/ tgͪ-c##s6S1 ̽HՔS gz҅X|i>P/ h滔b!6 1EUJ^\_Za#qkik[L7݆Dލh_E<;#NRfniSf%Ul=joXc}ѠSWP7}%E/\`ߐ8p bml Q.^WG<Nj_52Xg}ԺUVbq %W˰E[#͓J )w eKNaۙDIzP4HsA 3<&gY0;@xRk8LXkMo1+P7EH"43:|!18C= I[}j"T<{=:B>AzA3 ^E b 'ʍD&;ooXm8& mԁ G)&J"¹^B'QqXhqR˰B.*GC@u \Ve=?QţXDqo=YɐmO$z;R Fpd' $?G:/ea~OEU1-{(Dz׎Ѡy Nn_!(kK̿ctrX,w 94ٲ&M郚/$h̼R[cYr {z *)-?L9x>)ߠ-(f}TP:1? ^ͧN,ͮA'#iwN7͘HK:NTv6lRY50#dP'Mnwj>sֽռ 쒠AR,*G2nõ!N1%i(a`ޮCYѕ1z^&)ۯǶszPxc'e}a֋bZCPzUU_k!8{Ya"wz $&nW`W88"]^x1:.0P$:Thnl񏢭Mf~AW4y*Օ؝0M {fȉ}2%+MFc,24mR= Dm%LWR('*}vLgETj=^ U:99?#/ w94L GD֩]?> `GuX]#!6g%O;sdfQNHԟx49ve;e;C&; zxB2a6&G(,OO}9Oӻ91wحsm:vuI`_b!> ?Eb`7PNH54Xjx9#uk/2g;o1 _=6L 7+32_ݷ_e]_4*{>)[/SÂ^wEt(}֋'"8ݷLNlrbl*%j*'>. +8j]͋ یt(},kAC0%5~ЭT#G<@lLNhfm&?6/>m+ے!t"qmw,Ƽ /]V>p70UP8 ѲB8w 2mx%kkXNB4bdKwp*8Qy\nw{j*<'؈x+N~U`|,eI%tUB@ahL6B[ax wG)߉ly59LYJ"tӇk|SgBU0Or ѵ_#d_T^xR9W˼rw05ЖK{?+g#~ YI:1%36pq"7YtP) AO5%XU%y30T{ߕ..'3md1z_3Aӛm_Qq`W5)LyKI){ğ);j,0Ctɠ }1SH3yF7J.׫{q)[deZ87[AON"6FWkyި„!pKGۏ/K.η]A(Tۿ Wn۩g56ڐC^+0$vQҵw(CwÓ? ErN]ҠSZxfBHiMQƚbt=G;oUj TuΞBKmSѰ tTjKEDmΡi "t.h*5wǻrs@:?؉MY~< W@(CPkjp?*qTT[w-$3TL`, Kp ܈.&oEGhXʮf]7߽[|OcP&G5mXpZEH+`Lu:&LMpZ 7EFс9WV`^iv+]q7k[zw5Ӿ\e?]m#Ӕq :UEQ-pDܵ?:9sRͥ`AV*êgR Tm]whOgR}%+P >XQs&n @r ȉ[U',` lV~Oټp#o-՚[;PKX 0;h.,Չ.b+W"=tm.n듫jL#wiTdQ>xjEkFbI敮uãam*5IU07 P%oň} uoŤX6F^c2AdV8b :͓筹nI->b!XbFu;%kZožߒwY- ;âǺ YZ