libxmlrpc_client++8-1.51.07-7.3.1 >  A a`p9| I{LѶwj[fgޝ, 8 b*{<$Ixcy>׊zɌ L"۪MĞ kvxfK\é~Xxq F ;-iy5͆ [)df_\Ak;V^ @A-[)ZYsӭl/ Eg\īRr N?9o(Lz|뭚ْQȼ]wM0caa3729c8eea4c149190fa075086867f636d9071e956445f50a9c34194eb3bf77f410697a47c3eff5195907c9931784fce39d58a`p9|puz3l n/u2ow*9ew{ ' k b!(U2CIFE F~m< DcyTPxdV|QK6:\.njL@S`58,,+ S?%#?.EW. 21aU+ ޤN+lF~|.&(/cI*V׉qQt҅ny,aml9VNV>p@2H?28d $ Z2G ]n     &0PX^(8 9 :s >.@.F/G/H/ I/(X/,Y/8\/X]/`^/b/c0Hd0e0f0l0u0v0w1x1y1z111124Clibxmlrpc_client++81.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`e058f39d77a6d359eb76558d9c3a5e6e4c7faed20992947d6d2dd2271a7e8000libxmlrpc_client++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_client++.so.8()(64bit)libxmlrpc_client++8libxmlrpc_client++8(s390-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libxmlrpc++.so.8()(64bit)libxmlrpc.so.3()(64bit)libxmlrpc_client.so.3()(64bit)libxmlrpc_packetsocket.so.8()(64bit)libxmlrpc_util++.so.8()(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_client++.so.8libxmlrpc_client++.so.8.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]=afd8d4d3f5e4eb373d59dd6d7ae97d1ab1de224a, strippedPRRRR RR R R RRR RRRRR0S εUGZmutf-8eeb3f50cb4f289737f4d00daa25b98d084de562f73535f2f772c8727800119bd?7zXZ !t/g@] cr$x#E"Sf- MBX>A5k/ْ'/Q~`mY8 [9oCv΢s.4/+_ұ|2#ʡ/(KږvF? ˛왰R*q,NBόbwk} n >FaH;i t4qWkY)`:?V;U7JT%Y&P f<  |3r8 @R>?Ge*H;0[Lex_5|?tRWIh(ȸu,&.žZQeڌv 8 Dy^3MfYH0rđ&_R*q*J _HR9)y! 7>%>ĭG?Yae1KӦNa= Q.J*\%x"]|DCR`ty_3E͜fsDe1]?_6)EWz N}CoZ񏝟/&BLcػO7(p r]'zE.Daxgj9QQ1dӅeg*rV4ἈLQ;T–Q zaʂGeonb;Cp:6}*8dHStPF+&V:~Vy.ݎ3D/l=gpӦ,WӸ%\ 8™{P4i*ۭZ^TL_F j;=ZwsVJ..Cn`R2yj=}L'>,n_ި~ jWZteFh dL- ȍ0QN_(x"ˤI6L#Yqu1E`"XwE^!DEDwi?t#w];k:7j{iD(gm1*%W^ 52tBY$cJT$#0IH/[%4(a&ݻ619WO4~9C̖u%54c\djbCKT^ks_sg^>H, ߞy/t};.Ie|􊸑oH^=7,:(T7!U:ʮ>{K@͙ͩg+rcmEׂOFIh4kljQj3oY}w!VN|a:o>G ^kQ3[gՉ,$~+HʍY…܌ꯣY R?6bJA_҅vk)j1gn{L5J0չY`/ Ac/vD 9`/&P ׇAY_J+ X(2:ڐ8@.aOR#aa **27lIbٮ˩,( l} Dez0 Đ Ƕ/jc*8d+|j 8ʥDH )nG@ Xb4 ިyO1!Ilro|}bX` RM3"0 /ҟbD4A * 6`Q,ʡ'y/7+aSQӸJ[1%K-P܃t4a[Vg#m5En y߂؀/|K+6= D! & Bu0oN fd;飪|_!A>}4T%X,l UXsQq(Y 9ssep8&Cf&NuѪ_THDv[|ou  'اD' Bu=-@v2 {QLn|EA'mDHcovF Kh/| lU8Qׄc* N͠r{S\P-]* k|(l1<@Yo5xb0/<}ÉT_H'A+3EZЇѤS¶a[J~y1н.m\ûV2@D@f ;c ~ AfGm=xcF"YxODsL uwAh #ND4 /v. o6sLEj\$Du&>;ϿBv/AU[+= 񦸜è֔1t|DfjОyF|@1~<W]ހ-ym[<]tInN Ex ɳ|,ݫUӷOAR*;6ӑkw/"lŽ? Z(3ߚl6O<pg121;34q2“ gxq@ yטˏb#k]" Dƅ `O_G=DP928p497uj7Z𭅋C9Zl /n%rC>HTZN/̚ث1y0Ht2pu߿s@צlobœ?cS O2/^ e"ǘEB֭UGmD0Cr|t-c=d/ rj@WӲWԃ琾ˈdh#32g%/8U 3^#{^06elN?$P$N檗VCBVqD^B >>8ѻ&\~m_; Xr“Ti-A&o/UkqN#Vq~@6:(+ s8iO}c燃Ӊ@& Vqp[qr$pj=+vҨY* H<+p:ysb Yf$]1`s`U}28d@oj* eR 9^3+򖶯b:G\[=ضOst.vtH9BN->hD@h4`a B F DrTi'/EM+K9Fq=,vh>ͩ'cP鿯/MyRrm&\݄#J* ZyB-2G$4Z?'49 &*$1₵wIgl͙@S*2nF*J2bu2! dPצ}G0(;h0[k(7"~P\i?&ONգE>{s4v\q^l4,)-BL?6a^I%~F|ʶ ]Uݷ' #L/\L.DJRҕfj] AM22(=NlP@'W(.~,ƭgt0K @/zI&EF*ȫ[ g\(HExVRϧ9`1`Q5E KjA0Խ)e93HhKh YABo:C(1or8pq& @3%/6ChOEYbQT|)ׇQ"#Pis\4R u]xU|YrLgm"PݓmZPvT - N %}?I |M24}m}\rg(n/!ε, T:QG/*y>+ ZdSa阥ŧwjHHBIh)*I,+2K^łbȢJIq rݪ3[4~R=7e C/z#s"Z'+'\*2`PsЈ8tδBBVB {aly*F<*Q}AF5Q:nB.GH!*:WUʛ?P[&/ ̲:eDMQ teҒΰC^Tp+sdX0>lh0ꜱ2s['"i_@ 2* z|fU7djbψ!/`R,8R8\-k/7G=Fؑ7 9! p[hP_^!poDnz@$e[ OOBpHTޘ֛>UuCOOWݐȲGI.򟥡㇊Kt!CCqSdqAZ)F:hsWXēYM ]RÙ,HcyJA _XTN(4e,IR6ӛE, 3C-E^ @|"\c[;iCd9rT?d5-!TUSPEʕ#`a38墫y&9_~6ZBu#85z`TN%v ev"CbeG˓D>vcGJp(%wzJ^ [4)Fw,4.Nŋ>ЀO~$.TooGdζQ!EnYjSZ 4oh )Xj˥Ä a2'N6LOr`0dy l5!y\;fU/I&{Z?_q:Ȥ[KI8[NLt)D..x9:|./L֒Б61zqs{- B0Ψ˝>~ʟX::|DaߚSbDkr':t̡xp2W}QځN'l+X\%3Vs9=GaR&J,;M\ۡZO<ェ$4E*轂R8…ze'DR F0!":b y匕GexYZqoR5vhn,: eAʠsqw`.p !Te&q S0TWwO; k9,]YRx\f/~g R մ jwPPb44 ge_vߛHڌ.2̏#ʹK{ː-hۇ[`bJ SVcҝ5?MoP;z&B a0̲>si@[. ZS6izpQ,-RY%Hp=ͩC&ْF3q)Jؿa3]Z; uZ_%,kKB0&RGz[ndl8no? 1^gI"T}p]TujLhmHFoAk|vDhy:+Kx`"y(p@{ qO˫WSL!GzKgf[oR`G6It$[p'"cnu=,uYVxZEV 6,äZjS,э࿪rriUj90ˏ1+RĩQHT\hW$?:Rץ>9 cV(nݯ#1Z:5㲾G@PϿ>p+n@?A&JvY`?4wg-G͏"flp[-  ӜDg V5+3Sd\-*6bXyE$*!W`zMB?HYk%] MCUW3_v6)Wi;!bbᘾ2M%i( Ao&zha/H$Zkj3lc?2xkl U`HὅluW~l(e,Ӌ@A}yDDҼi'uUbT%Ps=mږ}u b؆H[8TB+MwPw<EDm)мnшX)WuY#'B:qH^p5y4t 3r![k"PYZDz%?h젢6, i36SDQz:t]!^r$\OB g) /,M|uE1 c!9T@zFW PhT,ym{]eK֪>v lX" {a3KrAĸ%h@#XyMz[{i4 ,/d05 3kC$FH2M5f9Q&n 8:ZKʾ 9:5)7ئ]ʗތN^R"6>ru_ViczrpW=f„0[g/4Gf1@G~X7A<em;T:4yT=Vuh!8z۸s9QT>5YktRuw/q*$j[ 6f!6jd8PMH"EDQWXl~aQ+0].?hAö@dƞ0퐎ɮo;9WZiwb0. ;7 Ww/W;mUfr>HyOCsW) WM* _tI'O"0l&-c/}BcW5šw3 epTy-.z'F:]-.cWLĘ1;s6Ƙgf宲t=$6P'<zdKވ9zɶmYh+|lU,3c'QV5"J:P'| =rODXјF5e#O߇ T"oXIim]&n,atb㲠a @;pDilK91`(CXE+{=tݺ>֕xU#GqKp;EoTXwR IIYuimzx3,3.Y^z\RF>A0 šV/};c[?swQ@{IkTLnaEVVʣ8ֲz@Gv]3&, is@Uzpy51-y (NI+V&q{~2ZaT8+(}sɷeeê(c/`ļ>@89,Z Ch^5i!J:B"ɦ"朰r?`&J!.l =F0e\=RMkэc02UdBWwt],4wtʩf*Uv HͺD@2;1x\ U vug=4 !i[Ұ3-ɀ*<Ƞ N[8KXץP&_iUT\ծ/N+lܻH'FbceV,A2q$TK9\y/s;)w+=eԺ}HY+#- 8M Y{% ;?-5ilQa`@eViJ4vn)%Jnt~Эv9җg@д׊\zA!FHr,+j^|JgM4| G$Mg%-hg0B ރͮy^{Gш&)D<35L래 ⿡zթM3Igrx} $1c}h7Ȱ@n6#gsLpP`iL{`EYK7N;TؠMI"r\ܤNH/W6js]qwˀ_/)ѧit!5/@ oXu\BkI~:0 xΈ H +]ٽ7N,1ou۽.1 D^$'29^s֣{=YxXu$bhH|E 4/MD?y6JV<9J" ]"8Z }si׮ > ]i= XiMwЗIfD˟0S;)\UA\U83!sa|j?s݌ |`,7IH țQUfw[s{ n={ j/z C808Ҝ9mĊA Xx˪9MԦ1Ds#B lzڄBVEks!ei?u͛,".ж[-T(f s|5i'nRC EFU٥㰔 sHAͭS,u%$1j'1H7wlWZop5ͷo@d۟ZazT8 (hxP$%ګowFZj^Oˢ!"M,f^Z皚>oR#&,xx5d.ΞcIB&wYl@0ѾCp -F[1'ݯPEc->hvᾇzRxxkNpر_7kAF81n;wmGLD{A-~z/~o?gF47N[#>~/t g_/6BqT+1i|R)q<0(N8u[Zĩ.Bu^(梋FkZQSO+tH 鏼%,dfEXkhF䊤6ז?*Ͼo@q&Wls4 K~_񊁟R@J~eDu=dar_{u"rmne-=>A m)HwNmgLdB$\~N^*~1s1kitx` <?ٸ[SUCvLvR,o?u ߷JÉ 3wg`^m+iXJP F]:\bk>Obӕ+ b=ƉD’]Sk PvNtYxP"v+$ʞHi'VgL**C`S;H09|9(?fqdFXTJJ7qM<" k򨙍kJ3Xn!O3ͅ,Og'9}mYk-ްroF]F:y|T>;Cg7nڹs|k+r?@]p52PjI<દUndUAa`)OHjOgТ#_Sڔjӆ+{NUqzSF~bdxko0ME>ܑ 5kWaQ3%vhtbDIӚUGRMć$&{{5l簍@%[(+'_.Wࣙw HXCdǯ~`ޒz7` dj&Y2<|>1Ȧcy\֩*A_V_ۖ4(,|#1ՈˑYSL\Q ϧsaG_7 W)D) KDnͽ4+xHRG)6&!2X/+oCm|rW0x+%C%U;Ǚ(+o< 45ʕ;j.iubwܲ~t= ]M]O@AYB5,랎k%yDcv=X]o>vOsN$W C _KxU=M:׮ҙ]%-qS$IiuaG"p-( ȹ>)m|Ȃxn }(P+5OJj9A@Sιmw={9Lr$˹ nufXu @{nzf(F_Ţ168ufjIػ5R<ݎRۼ;T(+w+m#`)m(t j_{b]3" 9;snf~=I&? KCY) ͔j"ћ$}/cmD-`o}F mWk5 E(ljP"Pċ|>l Wtn2H 鱛XbT3d빛ƨ9#MMH.0I|ܲluRiUվcǎ.4~FQN8_Z4<ѕz̝iK31_x,e~*n((`~RX_F ss'!\|||yƏ9:-CP'dmpE+K^b3Xeɒ_ >r @e_[`k-9dyh:\/2kt 6>?cjTQ_u42!R`PRwJ=-JG-;bJpf*,LVcQ]qI_N2 ,mg`9[5*?T6,`'jC2C]g&/+2^|ܶWn8AW_>1#E[x%Hfd [aEH16>*pd!q|<'whL&ˤ&+wd%3αG^A[$g1ĢGP-Dڹt U{t mJdN\K?q gKR:<p=rϹagHh]3-ƻ[KKQ\M &ֵw_\)>(&.p;4XesA$2~[$z8NFꈢ]+#`mJBNJOFy2I3c-8_uMT ~>"޷f`57fBՕ_Id=N LTFz#qieAJ['6E "z LP˟x9s8\|mZ[IQ9[B =zWoF1<9 C',τIpV^E[K֭RgG$pC)cv{XO`]o) NV s{u{ guul=zi*?I &rQ:2,cxKъCH Ip ޾` d-υ_+ D6@S֚xtQyg>z˭K iGck2>t>xًU`aV͸.g5N5oV|]RmzM(Ï4TFkz(+15JY]$ImsM&d$WxtN,19ĹL(*8>q9"6vi6+,aRc)"Mq 8C R5{y :4铝pwgv;~nAbig"H{/u n6j؞$X+g"I޾bӠqY㽢Z6nn,ڹ}e ߹SsJ;98̣4i.y9xCP`q}ծaR4 ʓ{w!u%F1}2Xxw3`TG~MtMHjՂWuV0m 8sρ_VH0v6[LD<\ѺT|KD*}x= &}3G-IJf9U]c|6T44^g\8AsC˰I 7zŻ!6WX҃ c6Nw.U2сQ&@8Z}A Uƪ/+%w$BZѷ}2wˣŷuA肔nܻOʸJ'z  \t֦Suk\G}' {g$BRJ9_Oam W vQM_,4䝣a*ΎVqJS<$kDI 2@O_M3γ(K4 :,c&nփ -8|_(H<,6y{[sX5R'bR.iEmaFnHܸ_b6y5[UmOytސJ<6zBc'ѝSHksUa˕m}{k"UT6Q1^| jV 6I~Z7mX,,ɸQP|ef!>߸yt.OFUЛ _|ԓXV æ,Aqzo~XBЮr'Nqg rK[r#\&%'8BX\r^>e#T !&Eʼݗ6TEW{^x}F"@.1LȮg`#42W&#{3>`F2)%Z:6j̎͡F6_{CnCݝrO$m̩ Q?+€2p^zL4vO#{!:R {rN" wsǍ֟^)Ϛ;z 8Vր_D4~K18Y϶L^13T{@ 67.mL җˏ9|3BXYyHd) W8M*iOas>Of^mRԡ:t#/[HaXitAZ4>* gWrHnJ7p|=StFHjr&9f^$n˺jn8z6Bwv,kùh MŻ:& td}sh J&EdU~ (द/ja02{ )Df$@Ss(B@HC0|;Ͻ/Bi@hNljHg{^ s5gvB:ǔ2n͡CqHDOdu65"=s\OZ„>=ؼxq] l`:9ziX}&nU3nr"'*gt^S=bT0LM3{蒃d.l}]8`Q-6-qIJV& 'A4{;Ɖ%x!u|sB]^sKZWmE4~{bClxHo@dSs|63,m)[' f +"҉8/2$Qp:\|/H{Y2YG6. E7X{*h5/,˝|h+t8sisƱ̤fDU-^z3Ԧ5=}k7O 5tz)0y`hEE?i11%}m~_V8:t`νlg妊 7Ϫ؆ /(DK֯ѭi1 3} LDdYjut [֕!Lfg&NbOBꄵ)b,4U-5XK̭cuj- x犞OC;}~G ^83oZaU0JX N-iitLt.=-R]~\e)"1x-k۲A]ds1D<'E]*=#)pfc:v{DZeWԎ8,PW:>4(tyM+: !S,O3nݎԆJy<M3:} $d@ kVtZS+g?FtvmPa"$4VŊ?EUѨĭN꛼ Fa7E&%X^'Dy1gfZJ gg$wQiIk-=K${'ZjW?Gr!FO\kt? 4^j@3pn$É斉_ J0m ֊F^1ޮWJ嘄K|!{Wqc m.͋85E_9V*MԦ٬W&+._Ni@CUNT&ٷϾٛAOeh`U~pT-Cwf TAF۲{_$( (pA Z h8B=b]_;q_H t aw0x]F_c4*7cԉY$녈S+[K@9(ݭ.Pҷkaosc^; 7jco[.$.nWWqനUS̅dY~p>z.x^WYPlIArC eOX}.'r>g1PZ_@f^=]Ø ㋝n`1MN]HW>m.ʦG{),If ePv&ǀ6Yy*n5I#g8ӔcZL#y@6O53I@H@F( \Ypp1N 14T\|z' q,e]qaXczӨߨ "dr)Bt* phA.{I;_T]i dTØd@Ԥ|P $'pBQUe#V'-?Ihqg@Z70r[j(Ğ*:Ro ζmn!Ur䢻Nݘ{bɼ7!$/,Sիws͋H4UrN d8s\ +gOJr7ԯ>m糝?R8P%h2Md2=¢ʱe 9d^+DW,G^Vmá3gJW7P>2mɖma{^;ോǠ߃3cxi>N9nAs%z;%D͎4[_1su [.oPj{|"2o6Hp 1J1v Q^ N1 u6UWGe͸uQMvL6R8/IX&˼FfRLRVD|=N:rlK{04nq:m)- =hv2btA jUZ ,2搸3C[c\#1+2@ZբFU=+Urƌ[F5|K.~XOe~8HlEtRm2‰s_FlNi4 d]w~.` }`>)̣rڔFIKbø2+lL-Ӵ6wQ@ ΋8gfHIJ.:Hi甾}r PVZA'nf헑! 龑x/?&HKD65,{J' mWWXh^T [!EX_oRǁdt%4ZoAH%Nt%f@v̥WYct} 8̓ /w]`k} aՍ(a2lI 3 &ݷBhу,Yo9 wA(,yHϯ]kƃ֍ׇMvO[x|ΩzHh<4-'uEBwX:"gwPNj9s#ycyrᖕIn\v32ǽ؟-zɾF sd&q?IQU(@65ȹh/&h/{' $z VdO4 \ "ͽpSSPYyQ+{RfZ~x$fm>ꗀKQZYyb/fRɘzm&jt)<~/mqfw\v]VOd[R RfˆQ]c>kV}TZX lSa ٴJaK/jcl?*̔P{.xgW\K}WacLgu%Y"4] ^rrXv] `V5Gd(#{;=~AH Ǭa猊z:S]nsS6Mē]eL:eB<آ%~4DO&~}'hʬu%)w۬Q\9t>|1mE`ğ9i].6=v3=m+\;֢Nq-o n#/VU@;`Wc007{P?g&`aUdlnCZa|lQ~9nnNlLޘSHUW4Z>mt2]ZMOihΘWϲ 확^aЇf oPiS|l,L6WUs_Jcv,ɏORDS\a| \^V+8AK," |ΗgL?WcҞN y'$MlTkhD㧼M]|o Zt93(&! 雱 ?j+ _JJ,gQ#FJ> )RC*Ur|7u%>bH) J;,sSW߉j#&m@ 1vBT %> Zh cy*I0&MjV!etn"[({<ќҟ[mqa ]#\UF_x&k\wGqS<QSԭV;j:ǂOlЬkMp XNn˃%Š4Tva@bk&)[p#wY sIy/*s]-@Nd)޲ ݻVq[, H=i}!b7(zca*Xt%||YYqso/ru-TǂӠq2ʗeho}ʡ3{,a8tTfҢOOkT=مuXdzRtwjS B`Cұ(Jb'Ex((װ $@J-s"6s+ pi1]f ͆3ѐ'\9= Z9o…z2H!nتe$x@z>S䒈+pd7ܽdazCW_"0<{=GMRl~VˆAaTn5>oyQl?D x+["Ŭl).CK