libxmlrpc_abyss++8-1.51.07-7.3.1 >  A a`p9|i]6n `c{pEp{7*h$K|]>+mEeZIM Fu7=gb>Rk_hm_jH}U5]ObmT }wQ)8`^z%ݣCd 'JJ$F?3Z/m}}X[>)Vk ?R(֤`R5Y͂m]җINLifYݕG 6n̮0V8ٗـ82aeb9f07fed1da06fb216c451ea1ad0288eca1d7b0ac331c1b005063157fd3408901e0a12daebcc8a6046a5976d8610afacc833i\a`p9|t5hO͗6_ZQ@=xpoQңɝ(kxT۞"vY$`+DprVU/8@,1MѓN|'u^hf9BwvGTgp@2h?2Xd # Y .C Yj     &0PXz(8 9 : >/@/F/ G/8H/@I/HX/LY/X\/x]/^/b/c0fd0e0f0l0u1v1w1x1y1z122 22TClibxmlrpc_abyss++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`+ibs-arm-3 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64 a_a_2ed2fe4cc1d5ecdf84d9badb1732a6b1be068152b9062af054a1327c0fd54113libxmlrpc_abyss++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-7.3.1.src.rpmlibxmlrpc_abyss++.so.8()(64bit)libxmlrpc_abyss++8libxmlrpc_abyss++8(aarch-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libxmlrpc_abyss.so.3()(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/ldconfigibs-arm-3 16359342511.51.07-7.3.11.51.07-7.3.1libxmlrpc_abyss++.so.8libxmlrpc_abyss++.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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f6c3c377472e26e9de4cbefb0763a3671d27b528, strippedPRRR RR R R R RRRRRRRR [TEl盛(jqutf-8c6bf044e9a3efb9f14ccfbb71b0b0dedc7d35dde6722cc46c07633acbd5971dd?7zXZ !t/ 2] cr$x#E"kfk(ņsU&]ln4QmSI5ew;u")cN8}=o q2m/P^ CD%V3IsjV#7D (Pؑ }gn;V؞/τߏmhTTN  tEŶgeDNN(Wi{^yYSq4Yx6Nt"wU~ 9ro}{RR=Q! %au sA! eDmH9M~/{۳_QfJ} %ynt|QkdDEplb $,Nz3EDFiOAӄ*V ߙ1]UJ| 6@*%~OƹJP^_,4VXT؅Ɇn1)+ VBz'ӌp^\=8f.^F. >' JS!jƝ Z.-wPwD]44CqWyO? $ E#NP+ư gw$aB.(u> X<~z.lHpȓ}FeOedeVd^H+ĒSԡ2 SX%lv4{ 8V/$˩>2bVg pfidd\ lAQLkl9f-y̒X3 G#w VpVãcwS\&2^bȉc'>,0>D6 ^jSTYT,]o>$ي81үH]~MQ-{<.m:;&6b0’'溮Ŧ;L.-q%{ ćoQr=w ;+D3/[5Ua-|vV}*LlO_񩦔Nt*LgRA$GTЬ{Bi<{MdNz$_ԙJU^:{K\FoD;<|0~ L.95i; ,OAE) 2\*"*.wݤW 2> B\{ëGwJMs7ajx]`@)"r~}ϫlHqC|5L!y~G o3DJ*qjghŰHu 1 nvÓO yQ6_.8*>{:T#[kǫ?Sqz]JGOb/6v zI;e!7S ꥌoІF 52#O`{g;nGY_N~}v 4J Tֺ{]ӥk2~yH9Dv`H@Y2zVW_kcCFn8>.C.@suD4X-نJ !g~ѮtE04HxJz sw(>|kaX~l i)L[Jbi;jEM0|09G[Ĝa*+6}7CXi4Xi/Zt5`,ZTh0'.FEfeh:Qҽ1o=IxXI@5$7hDU*N ?.N\& );5z\-Wk/߉D w_Ogt˹D7RjI-@eY 6O`QHztV8W5%n9֔t 0ӌC9{Ly¸;xPo.I$f 7v~'2Q9et.f=5O3t)R(,/|:GɬG5p՟\z)dD4 bE $@{A9O6Xm/IIgH]uO)!$" c`&wv Ǽ/=pes6igiOb15MJC٭*:e(K7JYjA$J!0gm3] w'fm'G;=O?hn@,:bk#X`^ewA+OU 6.5cyxWsIkt r={㓑M?F`q#m5> `}!?3dW #/p1}OZڤ @wѮg0dJ1I2f 4Z@/EpDj+k/m*3'r[XJ@v{;9!igu-;"1l8䟁䛞N߬, A 9Pa4Gn|H{k78b -e=w+T"rҖ(Άr-TtME, L!w?ĎfmVNX-g=a;}^ %jYU 9+pz++>l*FNݕQQ-侤6[1~QK!=f2@k8}B(BA]sCP[sl*,ӑcbycQOzDfj$XgV:iJ{~h">SE.t5}Xppk'̑l"B27f^,s;ey9 D~n}h-ͷxi啄W-ߓi/GZ-)`;C/yҧO:8 `waJW`31a?c rq~YĈnѭfQqsԴ|kA0\*{dS<'cycˡD`9#@#rNF&@K(8N|a%p1r0i߸ȋV31%;l1J46|Oa\ۢ%H 3Lx%Bd ق&KM t6?ؓO}ɍ9 |yyfP+J]No/G{UF=@vKbn2:a4S_Q6~Mo$bS;7KDm~+~8CQ1ttD`zvmF`s~|6{e4 sZo+gӥǃ{+eN<,|Ճ=hQ+!$3ta_m5Ky32xN^y1&A-ѡ HfvC86^,z{m #؂CSqBkWL CGlDzKPŦBB+zŅml!; Wb"p GgMIU!<{V~8eb uq-kϥolSy۶Q`*Sf 051RK.qSe洕^_ua`?Œ 0\>RTgFxj!OఐKeK}.Shl*#OXLdy+cWtT .WDN>eSNʻcC)T7Q)RLHrEMgP7*E;sqH6 _L\A\W8x1-ĭ1u@6 OƠ,>>QѴU2!hl[F%X1vI[HQJ۞KbLAsgɋm7} eo,ycȞv=VqepX_]cF*QYV8/= J$ri3F::!~A{=sN7$*Q\,fŲK(^s : v֬R OA#-dq7gxgʦ)qÇM8vpy߲eAŸpEnj@34c/ I?#ܮe#\aTs}j=5q 'f9VO5l?uew܍nyBqq,6ؽ l3, jb4U3";l qL,NBNA@ȫEEpLMd,C.T8HĞW Fxkzk.\jY/ >PpInMElvZpˇy-VmA@E?l;]P-c o (cůj]!vg '(t|Y@(!+x:P3Kam M@Ւ:@iCslT3UoA7LZg3V?ȵ!}}A.&O T1ř:}F]i \5ؘ.TW]8O46HQ ibϠRlI4&:al/xBU%o@s%Y'%̸'Osn%߼h]S3G|Cʠt%? <? YF&/:0s"h] %CS}с#K?=L*ugl8WY;_ L 0"㗦ӷcnyx Jv|^J+\GA HT.Qg q;ER1M Ho.ϳ}a LdԚQk X` ݤGeL[>-w1Z?\U2/'lcQs3<28.3&z]b;LE֪Jr%ujF5?:3cboFF]wK-7ri>iQ~33v#"S,${Hlimpz+66jn<ۀ].D_4,\ d!Ԁ-#+jC 1%=0;`ۿ ՙ3XU&>uoζzޔrK~N45agᏔտPxT6JpS<9=ySe0v՜vj9GqEyv*vdLٲq8!\b>=L бbw J辌bߖC?߃:p*R;ۊ5Hqx`n$d4ưEV#3eɽĹ] g?[!ߗWϏD R&*|؋d;Yշm^Y%۬=CW+ɀE5`@FIJ+Fw~`FBoԛ+B͛XY15÷X-wW1fKMU@4Q*W+.q:oRgwFpH!S)@>!odx r:rhA>{NԸLrXWvnW"ƍt6_Xdpk' :VVU9:^wF_ U ~=#OH bB5:Ta`ⶏ,b| Oanl _,ERudv=Hv x,$ J$+3g5G.⁸1]v0tzA LA- Qooca7;<P.>w BaIU;sI'PM'08.K o SM,ۿwـ0Z o]GH,^퍸Tils[xz8HK V9A+[fDnN:CwrZ `@uq5`Yf%ds,u!PRD~z,$RT2IVU1mH1D3 ue=J >29(䠨h\M-_B_nK9n<k]3dm'X.W Us/[<4o既95\ E0x`B*. ,f~p\0ZI@*@+?I[,,_u7B0IMg=3| ,dQت5` ܫQ 2pdK(0VG )K93~̏`{J&\ٌw/U#<0O`覛LfkpזA,FWK`2F-ǂ}a2.e~ajN +$M7~,Ôys 4^YcIH.'[qam )}|4S;Êvm?ӥgn"Jߌ H+^ wC}Pƥ$~GrZșul[6`:,>Јi]'ˋ!nonZ9KVMc"uL3P9<ٍYZ3RS2"gR@3/Ool^p.T\RbHC+ΣtGpiaC()q[A ƜF (/^sYfҏP5e F.+sFC|V29e(/}yKv(1EJ-_|EK| Reyp} 2x8B+RfZ>>.C>ףLXk['h}jF@ 80644’'cjDV``d`` ¢Ysm#VO&-9JHLAh.F+.HlI(#/< eU}PD>+is¯Z2Ufs-1"kLʹA&.r%ni*é'[w, M 4݈_t _)Ȕ/[э筎>> -ۇ"rQ[bw$ʱ.ee*q$? HɉgTadžHü8 sg{9!hraWw'LZ<|V-xz71&yh킠WeſO<7/-E<+bS܊d%?z[뽌T\JCF<$Nb: ɤֲid+rI$2rqvP;+zg:L@)O E`7m‡4lsXXL5(EmquQ 0KɁyrd?y{ [ڒwK7Kɳ"\f=QCr{f]\C'5 hO ٤Ī6o~ EÃ@ w\>0{(4Cw{f˦W@h`Q#g&A&'EDflz8VHުhFr!K4f: Sһ*Hr Z\tp 72@zU _X$~08L˭g7-Y捽kQS;> U푬t ۚG&^{Aяݻ[ÕΑC2INŷ'E!>(,NFI^WP=_7@t9+At 8> V3\?}QNldRZ4V 7wE >`|R3-H9H|me7ҵ _"p62 [M'v"7I._;։' QN@ܮߙ8Q 73tqg8JBSn \7:  H _0Tr3[2|$<]^)} l*/GRC rpu’gDL P,!Rl6bVZQa5Ρ q/g^7AVqO75{쁷pV+#3b)7<Oy/W6E'WJ@@G] FGb}KbQRR5H? HRd'@[.4԰`mRӎ+@ON1qZ Xlꑹ^ᔳ8)HoeYXP[5kh 4>BOs5k;[OY %NLb {Hu PBAha=] ?\y$.]n:.(cnuq)lsj=ϺVoō&nLսj$"xIa]RMZW^oh7K Wf"DGrw'Jb`/Rs#}ҡMm̠ \lU]|⤼8:=[\c¼VkgAwbpklfYԱeN]A@~Ʊ"i@-|:kT?)Un_O$4V57_vN0hrzHΫ JXW {ҭ ؤ5QM$qطl'&gcbi88qʫ<S%FOF2&p_|nx ŀs$"_'po Z Ez˥:xA"#a/vHs`/rpÒd.~"JAV/axB`uVsK]IK[h&Q: hbGTPt*gi.*a`CϜs!/H]iGq}vi%p"a0e =XK>;1Qc|ؐEc=ü=NWɒM/Adi!Hd!rZS ~˹+4? j.Fh pew js;m N@C! pʴ[Ia==-e=B).]:.RsXc<2 &VkE0o?5HeEK9_xEɀ#h%jZ+$Ԫ%(`>%ۭKڄDY HQJۙ[d߁~fdtq [:Td@UOٌ6MFt"so/YL z̍GIdN&k-GA`3S=>d % VIQ~YԷ:{!gƌ,ЫZ?M"JH $sd]{ =CZʳ̀z9 39qP4#Ku5Gǧ]&Id{|d+z Y`j7.s `kq+!E0%,LNx>e#WjÊO.X%!hqB k.G_Hfו= xhk2>6CϬ6A¯"x''=w^R(BB`Z5\0AQą/(iz0HeHZoiMz;͡|z]Q@+Df^6O1( J"zKF'QOQ' iac"ګ%`;zX; zh65zP|@{QTZ\h}3 =8ppoTm]ʒPN!>&8!.F>$c5Vq.Z9zn6֚ b K}$/G!l4Ҭ߉NƹmU7zUAS) ^YM%6òQ^5^ȟNzZE2Qp"~WQUfM75KD.N=&rgo$P]Н 72 E==H6Nd7X6 FZ!DٔA %7ZR(`XF:eș٬ YZ