libxmlrpc_client3-1.51.07-150400.1.11 >  A bvYp9|0]q#KQ%NrR'08m up( 5vPd,D &.6MR Z &0t}11t8(/wk*^[ J_ٴu]zߨ]!C57Uӳ/C୪pP:o..wqy7P#:bW#Rj!;7UӟB*~T7C*OZ߰#QĠLe66098b13f803407dddc93821fcb6507c545b3328e5f66080c0f8b9d01f0b7ba4e85891e80bc7da14ec5c58ae79023edc8a65699u<bvYp9|7=׉flJ/WGq^NbU@kN/|Qp@0?0d ( ^6K ar      *4\d   (A8H 9p :' >-@-F-G-H-I-X-Y-\.].$^.Sb._c/d/be/gf/jl/lu/v/w0,x04y0<z0\0l0p0v0Clibxmlrpc_client31.51.07150400.1.11Library 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++.bvxinomavro SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxppc64le bvbvcc37197dbc8c75f597da43c70b805fbc4836a79d3ab1013e021ea4b5ee153555libxmlrpc_client.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc_client.so.3()(64bit)libxmlrpc_client3libxmlrpc_client3(ppc-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcurl.so.4()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libxmlrpc.so.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/ldconfigxinomavro 16519631001.51.07-150400.1.111.51.07-150400.1.11libxmlrpc_client.so.3libxmlrpc_client.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-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d292c9a9c27724a463ed843cb9025046abe392e2, strippedPRRRRRRR-~! _7 MyRϑutf-81b38567d88054ebf40702221a820ed2714c9efce6a369c93a06c998c42d3aacc?7zXZ !t/ @] cr$x#Fj#vXnsPZ]f1BgB&o-% yϬ*s6{{fd.ꀜ j%6̍Px_O&TzάX"Tq7w*HR6%^B_"WՕ"{ /X&Ami'Ym1< ۃ&.n/Π1ἅys e@@U%ƒ8w'c@<ѓT@A+zq9tBL>!yHhH/QlD N +d箹:#WѿkCq~͵#6qAW6!]_\1ď>d1jU,9Ѕcr\00l5 gQ)IGRNh'1'ʫ bH~B!r92eje<__KYDk]ca<7z.i8WxY%ޖ~*>m/Z`'zB8G o)!-Q< km6RpHx}g}5F;J"-?,k j*sHk8ӄUi@ \CGHyG4#IS@UWh2rwK1u#c]QŘ{[%k 6~@.0wq~[`$SdXRh0qd*oϜP#)ѣ-WLk e]幸Syǎx"rԆpYc9o:&-nͱ vȣGo%1:p Jd]_j!?hz`x۴xے}C@'H*t]L[@;YѮeRt׭x$| >$ҍCT%[ZIfFQ1-A{|}MPיEA(WugQ\| h_rh66~4)ɔui{Jm*nfH[~!b`Fh;1k!ٞ|I*)[V)ď;Xal[J#5+K eޠXk:jTIx\* qsCC,YkU4z*݃igaizvl[w/o]'ȫ$OI#DQtTMaci&a qWK_T&GA9:˗ >ޕ} RB7vwt/>y2][=ˬ v3v=I1͓{A[U$|TM,|U3Nuh{ƪW#/= )M or~9J|i^2KM"sӎ9,f P~t 'M(A:p!v#<e (M-ƴ38!w~я|]}{X$Zئp(,]u 9ǢlG,s\/Kv1xu61@V] ;ޡg2Vťl +8- Ts]R?W] =ER/ݣ0Lb>jv IXɊsOJǍ%ѾHQ aEp6qYUvK^-gžĎD >YhPG&??hS JXW)'l`DSeKO(~2HQsKUsW6Jђ5qd,|ERL+Oٵqb^PÏ!%D8lx`@wșqiMKUj2{]M4T:&S޸A x=pMLȪ.F,=O>s-I~Kļiu;d5}7 {FNHU:kz9AjK;4h2QQ4'o~0OAb˗tnaMSKaٝ!n;sY)qg|Bgp$b ҕغŦX9 _Dt&ÛdE $U;=ʏQzǀF#'?M҉.]\#Ct6Rԑo6RjbzU>n|'`$q]n %{|_|Mox }$>K*RZn Ee 坓2+{=5\ %S/0#t FbfaXn=^_r]*¶ xB.<:{,CMR"^ !Ar~CMn IğZgEG^Ix QK_Tq0^4~̷H{KlvoQMA#L=#1_{Wm8hd) e/ꌊ5lUk`9czn)gCvTaіh`:SFB5uIi_$=.S_7_ y)GoÃޑ/⾭!\Xڔ5f[|Vn.:C:x"E\ܢ̨Z 5OT[&;'#o''[wzJ( h2u?Ck} .:-LB&Tu"7F17 I%*5ΰ !O%*ع++y)??U|C(<\o)&{oLD8<_ZJI-ӓsYd4uD?&}!Ƙ:ovڍN '>F>xzW z`MmBuWOF>RTZ[WXSy| f""o/j:VX^C+rdS?R~s*#* [#)&GRaB ӧ/vG З]WAķ[i I5<.SK;iyrS|2Ş^(63z _0n.~LfmQuE#ʟMOLR#$ R+"YksɖUL` ?%!&}5Q$,!YK˼q+'iDG6h/;dv6,Mv_ҹ$+h3C虔q)Muij$$4GE8k9/pJĔqDNcPeD"^#`S߫{|ZqE:VqX'b""3)^zUaOF57}հ:0Hκcx-'ygẃlfн4Yl9grplўX'n%RwԞځō5ab^oBkb2Vô셌YG`g\u {^ Md@F#AYdl( HSJ6#V^ 0<-ݱ|r3)`Mq}73FRu_i(1pC<,tr:cD, Bњs/4yQ?U@0 ] kqX򙔖Pg3k3TYsT;s_(ڜK0dbI߸ē3c?D I_f) DІ:.qOo=h4$Y"*nsJ8oUǝ ,s2P2}u#P1-f,@ry}Y,45{ohn>z8hyT TO(Ҭ]%L \ À.48l,\z ]r﫡l)Q(bOyeSBP6'iڏ`Dsz2+ryOxqa+r,XdV]b: J]gþEEp^4 vP?'Kc~&t_.(Ĩ,܋B39Hb(*ȯġ V^)GCh*5'r%e%׮)0_&VoQSPSg*5?R陷-Jl,rsÅ&j!6D,U{]uvc\X\F۹HKݬQB;$p;igϘН͓ξ9&s>;/c_P/1Z1OLKs-ʹ]:c3 PT[Ș7g|?Z; 3VP 0QC.MN_ hWVyaP\:IvV. 0}ѕq}Kӣ3Ie`8$xq1X@}T4KMpeCoA d(u_5e&\~ k. ,fr!DQ[]}+MIcB _0/RBYc2σU*C߽e֞Kɂna:nw={AR "쉴|k8\Dj.G0b~))^iSVYxs9phܘ_4.^nΦѦ1e& A<3!xn_)A!8Y4T4disW֎11E&0sH4']8!u~U hz#93/4;~!e妟wl#_|NVoByƒuЊ13F mW%k.%&Ȋ sm-Nh;okLx5TatgsGiR'Lw3$A|Q*`^&<)cOP/+bӑXpM[;.6}u ?3uktM$[)ܞ9,F+9\ԎW7٠@]>icbJ?,ΠQ4521_UeH.-Z.!rA^NM hRqZxNWz1%rmmE! N_#sMRX/#Yqno{f4=蝀B,#CxZwG 7g⡳`1S7*ALyt/;v 2J'/Eri,p!`]%ӎ:NQ|))mnUuج6ؗ;nn\Mx> "|Qpo{" \ʷtÂjq7;.|X̍AJK]MF)ٗE8>.rd! GpBĻ ~LfGt|tybzƼZQ̳,R IF.z6/cͧ9Moֲ2]z{BhN'L<zH!F (|q6g'I"m.Kj$CY)]vaA_wxaE̤ M=9\f(IkJXlm8ZV5"nD2d82Pw UqrVׯ#`_)nkĪLN0H[`׊uE[42D(`4K~YwmIo  dQqs9qOEgգ`}I \y`.PL޺yl=s=dQ<–Dn)k0.Jwi~yn'J?|qP|Y%^@jzscD*{7>D#LEv Uëo zdycdJǻ=Ń vF/b@x6p r`C}(Q_JgzPNҤ5ZK9eovˑ('LGmC!H!L-Kq|n>W^Q,`7]og|p),/bQ!grn&:"' 0vv]qˮLѻe(&!w RE93O96m/kC:Z(/XGc҂V6C=PIrWT 6ӛFn% 1ohH?3ѼVS'(r2n7xIpsµ3zv_*KZvc@déȑi4UEhHЉrW~s?fӦrw* |,y?q,Cf_(ob@\9 9[s3%^/;r DZGR@Zo$pD6\zLRZ^,r@=Po`2 >JKJ4d+㤾||EQݬd|-)|DTO "xk*װ]qkfA`\R԰eovMhʤӋ2FA3 G"-LYbGcd䝒m(8qWm،2Zt # o'G獓sUhYvSz^G;)IOf,fc/t3FU^=Vc{aabj*jmgQ[ᡩT(nEH@CY\3SxAr)R`_2$ χ|Ux n5~⣁xhc.NT3k;>C*h'??2_-ldmS%ߤnoOwFo]w7z`U"zaam [YiSmC2~-A-F|ޘÚe:{m'KDAUvHOPT)FK=zܶA2>z1Gћ.Ιl:He"ܖ{]:QmSlO^OgWd+cXrT< ;-?,x51e{!8+3| Rϳ.:/l ǃu[=xCG[ ݃jI{+o ԾhGəi% .=F5ğ6*[-$ Kf+9͛ 1lma3*O.g(ꦗLf~ jPW4vιMVyj)Ƣ"bzYlVdʼȹ+eeK)gɞ9غH!2:8܅mg`Կv bp6L!eCK&4矫jEB. KK7iA}`oax?k*ZSj$SB嶅! V=܅5eb=#3t<] 0 ({mJi;ar;lf$3;*P|*rKtah1ͩf5AK(A3TpD!.6@*vJG}'OrNW*(*&=ZEA~PgAf =j`EvO\rsnsR0Hq{3ֺ0߻h`ϣۀ@Q ޯwj^ b6+.9= .YP˙%\Ku&!>O'>(2Rgf++ԋIGX:E;Ev2AY\WĬqGN,[tP^ѕ'wiWG~?J|tm \Qm1Ǩ {FD\=۞_1zZDS\\tcpeVg^Z f:R,RBc3t&Bizg?1 {rzYҷdk]i}LRq<KTCض'0v!T;8|(LpQb37/̤'@ -04 WߤSv`m*\^ZpjO*urGOG-@:#=QL*v=A ^;fr _ uɰӯnŐ#7Cpa ۍSᔴxӝ#7ZZˊnaI`ɜmᰥ K(5y. { #PI,T璻9Rp+؜'VkM͉@hvE)ABP,&O}- zϟg5m˥E RS =A+Hs/T \^hWBQ̌RUGۨt:3@5ybay:?1>u5'#_HwgE@iM~"\+4l.EB'%A ĈV02#3m3!0!*|HpBq" l VD+"ЙqĒϪT[#Gyӝ1QܞL8ί񑗋)*ÌYxn$ f {| A@y US=gx~?XğCCթnH^j7m,6 H5:*%jA-%l,usVKyۭzlЎANp\ _jh M5OL7_@;B.0#$/m\'#Zמt+XH3V*_o|J/IXZu.s;"΁HbŤxi=3He~7D5:ϘF=k槍gK"KU؁}{$WY2mb5Ao_ ,]n:L?yM*Y4 J9/""1']T_uܜbYpnriBQ/Ⱥlۓ<.~L X@<9/{7"_+z ( ˤFN2"l֊zspT@8 󙡁LdZ\G$牱IB?Yi;&A+l+LS!BAEؔkAp06ȭk{Ie)<ک@5b ]//x hWZ7L,x7>o]N4S#]%cB):*Y/o:jp7 )mSS9#qprMC\ܿ}H< *%T #%4$nH{L _vm|a7EG!TW߯@Oe ?ȷoQ"UE3H [)S1]3b3v ۢ;"K1$h=Yu~k͖چtdeuC x7Sm{f]RpfQRպ$XQ3~oga Â`'<w*Y3[3[Q^8pᦈ'd)>͠ #-|Kп8/RA+]L,3OG xuB_Oj'Й ŐMG%U8}S֣jrD|{0,Y+5e}wS3FvH쀬R{Av3? 8AsTp(yC3 JuMM)bgW gz\䋽 uv! KvEiUN防t!Ⱥ/5aSBݚw)<.vU].4[3e]xCkM $4SLR8$6TL<#Bǘ]ΐ}ulLEqug`1d4w- YT%ح}2R{˘wGPWsB !<+J&1)-;^9ϓ(E)Jp(9跞k{{P̃餝9srhpSo}!u3"L78wT w]Iʭ{nT="͝½pNkd㯖Pjی&,Kf[@F5Fz(;ED%ڍ!`Y6'U *OYRa}D\;_Gloȹy/[vn^9D 92Zl~NUתS"B=5`n$й8,+j(C7鴋 _Ѫh ] h/oIM4O5ArpaX ѩWǫK@$f%뤽EPzM5ޭl8r3mV[2tخ˳PǘMAE|Y ہɴv--F )peZ{;yeѣJ=b"uZ ra"=ڑ$̴GLYɜ fԬ)<%@(3` C}Ck'fqz񈏕( z&9\35ӼvE.0]s cDp\FIEU)<5ގd`p__? ["#G 3A40t _RI,|.̄xة]գ_o ዬ>cƝd=Դ]yULuR, [Bnk(K_jk QSGjm<=}Rb mNeEy&zb?TIV}/\ :'D_ӝwO4  KU2" v0 HoƤz8s<׋_tMvyIuŐO]j|R=:auZ7.<}'l~eI+#8H4MrxQK,'Fe=WUև6mtcȍ*_e- OQ_G24_ i<`rO#\m0Hen_;uCBoKd@O4gsR\ajt B&.河xr~ ~^+*h>6¾M/EX4Vb%O`.Z>r@ڿ6őp*)-<θ!2>PB οRj}x~k+[=V~.Ş[ fPOAxOavlLX3ZdF(IF{$~a'=AIc~Yzey=zaʨdU"'N8 h%bHąT"db2TZtlQn' 5J늰àI9ݥ^ ; c>`-` 3X|I%~Q[>n. Jmp13eh##a0+jE5O߁W&Es<[c]/RK{4B9E7.Tw b o,kWYŅ;`Fߞ066 G< vNսQ*(o)wn4X12[kE_ rXF-*[KhK3⪞1KJw RJUJ<F8N^R%{+.8пsT3^l|Yf@Nv%ؖ2`,UWT VGDɩ%1keyuE˂ b[)F!Mާ C }z†}]I*/ l>lTA&t10m_H'ʼnݔ<Ƣ[C! HfhfE'8ȐcXghs+%@/yax հZ V,{ZzrNݖ:t oYP<諣!&"Gǟ"vV-(N/30VxF%9\O c T+ɨ$ žW%amC><OǛɓ6,3Ma6X[+Cch%CX[2t/bO)L6'AFCb|=$23+Iⰰ{Ee(P 2/tIay^kWêN:]t4H~5AI>Ζä2Y0 A0jO6 0un%/ ÜM\נfP]OH^v5;0 V¾ӥ$1|xd_7+m^6dXSn"H@eb܎5tJn@SOPI j4@ߕSF/ +Ty4I_7{"ҲgeWs<s7H4_L L9/ Z*4s4'{jQA IQu11s$+wݿs6NWc~u'>֙^nG!bcu7LLs7f\ah& ~l K'NxR$+fiݑG|k1$ƼT.=`*2!T9*\'p˚Aw"UV 4iXl2_yyR4E U;|J, 䌹V;lpir}iApѲڊɍLHu t!vyH<># aBPvz4Veh * XJE"&,߳m0!ExY*2$yc|UM K GVlk]|)ZIx3t FF,=% 9*LHKS`f=^z-ZxR &`<ٹoCy$~zXB)^_zn[YLb+t;1CkV~EWx"&K"K#na3Iu6eFɃTˆGgX~b4͞ "wa'|k;0*j(-d8yo kFv/t r-&bNtijcęB 9s¾a9WZ@X@߭BNI`M@>E[dޑ6^ RKL:yP˛Y!/&şe;> Q҇%ꠠi 1 WlzeF]y9~^z