libxmlrpc++8-1.51.07-150400.1.11 >  A bwp9|a3ԓD*`f>szͨTMF:ePOWC8٪ c 6UJ]`5> kke7uOY4 ƋiA%d G˭Rm*Qa٣K xkC2IT S\UKujE^({T q-(>܂$9 uzmRbYҩCf9}u5_$*B9ba239015ab7399cfaaa652bfa7c44fe81212281f8e665769c9ec1c3c3ae19aa5f7fde033ff7807908dbe091b9d63cf6804c8399ĉbwp9|N&,FZ+/D-xcJoI "^:Ξ1yW!|9a(^`<3kL ~y&Q*`I~Mh˞Q"İ^S~5eW欈<8@dup̔vOɏNJ\qR+8 Ye& ~Ҽ[JfU4~f Xn>S/s)|E~')y M4 ˀ;yQӛË1J"xF9+ӱeXz[>p@2?1d # [2G ]n     ",T\>(k8t 9 :S >.@.F.G.H/I/ X/Y/\/H]/P^/ub/c0*d0e0f0l0u0v0w1@x1Hy1Pz11111Clibxmlrpc++81.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++.bwibs-arm-3 SUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxaarch64 bwbw63293f84b652f69774d549e85c4fc7456b02e3b590d3dff73d445c09c7a8704blibxmlrpc++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc++.so.8()(64bit)libxmlrpc++8libxmlrpc++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.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libxmlrpc.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 16519676541.51.07-150400.1.111.51.07-150400.1.11libxmlrpc++.so.8libxmlrpc++.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:SLE-15-SP4:GA/standard/9f9759920c526a2ec1ca802b4c488501-xmlrpc-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=477fef8dfa3438baca01f2b8a0aba2613f3d1a47, strippedPRRR R R R R RRRRRRRRlх/'G.utf-82ab0df03e02abd461e85f82a4a7f55f3cb07d0cc81a477423b6b0124a4acf911?7zXZ !t/V\] cr$x#F10|Kav3Z0Kcw)!4SJNH!IJp{\~pZ~ҽ욬G"MQs4C'#,> ,?mY;`89I?M%Zy>:6bpN ħ[G/.{ kENh2W׵T(\%!$7~ΗhzЏn3݌:T6<`^Mz7wF51 0ww؟z02![4H{p(6َOloUB׶s \-G@[,33q+V}$Rm9&04L:2SIG$o?REE+r=qd'z5t0'sUJJ`Z봓]8/7Wb=yp5a^Wi=o>s+fxrlf v!?~.ܱ %FzvbZ CP< -'abra!R,1Q'Ń_&LXG ԙbAU*W},Mڮ*{LTlL`$Af(|}(z=a5дrW:G.`#SԜsZ='RGhQy\;2I%Bx' %2LsR5Dɠvܜ!k,7[.!kCYg Y}% y= "SdPKkS94h ;,^ً+ ռU8uw!o5nYݻŷXo^ 1v6j~i/,@ -+A@u_) QѲQHtj CPwq \(M K\ /^d[y{5bKSnclO VN6ť*vBٷ&Glg*q*DBŪMVҗ8Wp9f1o|oM @<_<ۿ3t1/.X3*ݏ~Vwo)u ' >$I@,ӥ '2 )C[1DwbPHR_%1|B!8uĥ썡7AYt$uhxGtN_VEDB1ᒶSL16>&XC͹HH.tjSzX80Mk[>`ɳ.{:Lr-#xiMV܄*`yw($І"3+~ÕM{3m.[ܤL⍃I.j:{ێJw3.Xd.X["XSy>Ļ GD#&&Bqភ;txz׭c/meCF&C۽Ϥ>ŊOIHwOFL=LaV qM,-С#C%."|C T&Oa6F_+$RidAHmY\/ߑM(+Q 3F7@pYOEk|Bӻ4i?E|Q;Cw:@փ %d0M 8H»98"C`}F!g]VXI&oЌ,h%>=L&U ~7Gj=nx6-~u.2|S5UY'A0nȋ=wܼ"6V!'`c \B\;r^~#L.tH)B:֗쉜JacQF 8άh ]R$]- veD&Zwvg =)ytMO5Nq$ UX9< ]*öyiB2[yjBuJv䯨[>J<s_3]VƑZU4V=yǓg >KUMy} f&%+Hm rF'tv)frvg$|]/.&b꿙F4GZV+NrdP99%u˩+ϲiJr*2nͻT  )oY#^Yfe*_%WXF^W%h-u"K#Kx}LcS/a1ega(Z &%.9D7@z[[0/3W6׹$"qJρ9p'=r kMz} 3mJp%/xA؋}i'{_ڰjz.;7e= p 1/=TE*'@I= ȳL{2[7dF%BgDT6&_doM #MZCz‚@H ?YZ=zx<Q.Ilg[3}$0Mngʗ'ݨrU}Dow 9\\r Oqu ,vGqGH0̎<@m0%z˘[#?,W5j嘳suߵ1Fwb6 RDs#roD2EF\g'rJ c+ ) sNn\8וzf|l9c$:̟2,s+Bbo} \,cH%34hK0Y^-[=W'֨wi ҏ1g~R+zb`ލtvbcT𩗵ܠNd~; 8(3tخgUZU|_Ḩ>ͅd*,ihk0JsM==5.gkO&GD/Ae~3^V1\٘)@1M]#)"kJo{wTo gs5$lF4V)D]HSL$O@<.\l/:P)?^3>!]Ep!_@h!CϷ R΂Ne q&E)[|c?3;G u|~T=g{}\7'h1[cRQgkFa&C!aPEa95,)ua*Q ޱx1G>%i!Lum!&v Iص?㻨mk|j m Z-XQ8ToS*khb]?:v|t)0NH 8f$p^+&s1_X P"2Oa JEmI;WE,%g_ M—GA*wF`Z ԅ!p>@ jgND? BBJokaSr8Q[ݛR8 q >&=1 ó6ʎ:tjd O2V[gmߑ0kDې5 ʤ~C1͂˗OLB f, hG^ok磳>) `M&d~wG2+~oCodRFh퓊KPk{&͆*%O R/Nb<@gB+uͪDڻu /q.ꤪy$*d"QNfql=2%*Rt} K>6?i+03k[c4WwV,>:p5kGTٌ=ﳮ a1W>@BP$W/#.ΎYzMIB X .W!Hw~;ek ~cG(=T騧V#p˴͸+o,owwXhݩ e;$PncÎ_'W{uPҏ5P)Lэw WH1mI;ߕT&x2yi܎[1!˜mՃ`upik=¿cumK]nƳ}.K{&}A b޺ܛ_Ff6/=7wZz xvaOBKO1mhPdz w_P@"{8m[cl,0>  .[. 4լ$z@Zv4@ ˳;, e*>ՠ*&uIQZ>U{bMC:)kq QIaǫ(@%ޭA뽯s jWs> C5T-8SNVšdU['s+ /)=)(:H1v'R+aP_iIx}b/89f?B}M&:ZIj;#N.ݖfC HFu7wZX#o"!R n.υR>F C&|`w7褈C$'F#)+2D8\{#щKcNFi g~mL{ަpÎ@?#+)H'\;[7pNr 1?"A]7ue._eY"v~ L*U0,5WE9JHQ',>m+5(hBkЮ焱w`&Pu)"`", j9Xԁxƨg|Qr$E9w2ob0eד OB2;KLb#U\YvQώ"V83/\dj=uBW$ʔVZQ=UT~60Iu0N>^$b=Ќ[wQ1]-UgUk6&9 Iꊪ7/r)uJLWa$Cr4T_Ij_TuDQI%\Dh(LqFlk)vۨIXMaeDPqwă_RúI!eqĞYaHs@m1IiʅCv`5<+'D6`6ѩ[}㿱e2FZ<<BF׶8صp6JaV[?MQ'7ƽ0j䌣tWT 9r$LGۄ@ Ncmt֭s[y.OVCw{\h4E>^I<|pb , {GvN.N=)+9Xqxv6E\H\za{_G?Q!Rz :3^C$6dZ> [׎{#eQkPߠyq0 :f~oci_ \,`5{u-6Q ]Yŀ($Gcw7nZU4x`w-Ӭ޴UƻlJ p -ee|ۊDH ^aRϦ#3L`1b!hDM#Aί rW`RFL(rmH\ZD0us3 iQdŤ9~!aN{n*dNO&Ҥ/G WN oFY(ஙvDh,@*k@JQ>Dٜ(8ZY !fN'amB6WDv}980S/z%yu)<-w>W4y􁄖@&z}݊(AC eŽ^{1`?TAWGYaO+yw_3|*fm[{@X[ 0N>TԩD.M4D\:RfcX^#=!d!FU_HDnJvڌ.}bh <}dK[lo wo& L41u;Hȯtjh'‰z#yJ`>>ua$c%{sR\|B_[H%a?<ۙ\̅CD~р}o@ݩ.%˶TM1+^!)b!)xefLPؑsouM؟~}dTQVBjM 9%Vn2w4ג"7sd)eTʱCŰ+(B09!eW{uՊh\>ny"oDq!ԵK|S82F@^>Z"5ӑ@ |z|y}JQaYѺCH :'/4qLP𥧜q{3,C<_FudֈTZE|"LŽI*i(mRwK2UpWdu_mD! (DwK# Qu//hOW4wXAOJ}rXm5Na&\ (I\Mט -Mf"}# tmT #rQTTJ9"ȚBiHi}qF՘^-$ne!] t~#Qk]gqWb;GƸad 5deOg.WvGrTbwJK !vJcUXWQpT>F,/1ƀkuÉB,> 4.֊(ʢ^kݱbU Q-?} 'w;}yؾfmmsBHCC4XwFr"  #k;?n3'=256\nו!+͎T4bϨ[ocW@{'= kOcx/0Ll7Pn' 0uur/D64n@םT Yկq,S"{J˖麘 ;' N,[V;7nFpqAuRa7ZW9)h.K܏V\XL:[_r70$e-d!e(;}N;Q ̥|-c&'h$cѝm&Ed=@2QPp.TaX1JO o;E,*gCy1K[A<dkÏ6ug.pF|5-q)]в>p'.Un&8~fI[2JAȮrvI6wT.Oۦ,.=)i/ &W |`ד(*Ͼ;N&$zIb՗Ct~]~]l.j:όPȘe|8''&!Ȯ1щ{ UdP*`vnB4WDlg[YN&On'az`i # j]JB̧Р`ZvvUV ׀GpL+\밄V%;}G?OD&_$8-U-Km 0A 9yN43..d2 DxT_Jte6Q!Ϲ"2m2Zީy2fc{KG]3L #&lj"۬M r[grM5Ӵs \aTƝl~v'ͫ0&L\u'3H5)P""56]Dr\v>C .~-3$l1|&Xe1Z`ʿVꓞ+!\ dR~l"Ъvqۜ^V:x=&9E['@ 7_y➆B2F}eI䖢(-=#-<'Ϛ lѶyFߪ:`x6zj{8\n+9eX>0[Kk{PRUŖ+&jbْ_:uf?B<(H7%3L_yp61ns͔҇#s{+Cy^~axV>۞_ G6{l\UghڗHF 4T$KY~YH9zLDRN ~O|c(P {BG׹-zm0i[4ks̈́WC=I6vYCR{#8n ܍NڵOAC1za# ]j!t֓{cv|NKۺX%<̎  ~38-32[l>f!%q"lq0x+RjPԸk@e".d1j6Xj@3`[Pr; HZ5φ9e#scWƁehgA9rLe$&~-lgWhʛusGfHB:Yq6_RcEVqANcp4f(;]EN]J^PU1lpwP¹ @Z"p_Z%,LKxb'C,2Y篶kH2SN@R{dyJ csG837o?L\l0j ~m.ঃ;JP I?(Olu8bQlr-@0T<3/WwEޠyGӝצFH^HB7~|A9]&t(=Ť#OMH 8.mc1(ToA: _b z&Q* :q2>>E&7{3&mt/g ^%rFs:7(Q7% HC q@tXKJWer< %z_{/:JOwꫣyVRW~)5hzjrOQMQLG\ƔqE+$Jf"koHsrV/n3?t\M8iN{W>LHZO`ւ0޸EEzԴ!&L7a+|;F-?02:,5t^DZVk{k؉y@ncFlDsfG,#M{g=b8J؀٣4y˒kwvKU ?}|̀K ;QII8)޻ڮCԱL,-Ru5(1HOn68U*8^{*ͣhn{uFڞ.y#/3"xᴩ_᫡( r=Ft=KK`3 /|H^uO}9NU0nW'nx!Tq/i\Р0sf~#V8.HL#yg K8Ke2;r__غ%CZ.`ZF R}K뭾)Pey~I}g'>6KQw񮺡8"}ިgR gt 37o'e+=w%+AR m+]7 'wuA̬{a_VtHo~TS5A|cx.. CtWGm<eG{gVmF$܀bNS-#mٳ*Tw0}k)zsgh`t8AXMS*4׼#ԇrXF?J-P{wC| 8mCհFGҠ3,*#R`jowk,~*v"#!W*{4zØߺզ9t:72cܒKGQ ,ȼbS(OVOj?vIRNߐkQY<oIz+hA|Om5vu] mgg}Nb\ߪ{wcoq0-OZLF~ny0u.qcN'j>B#ﱥ.̏y _j]##jO(1i]FGVYⷡ\I\=0B,Y_s@n7|y?I$R ZA\V;¬yHr8 ߴ~)8< Ɠ1r5S־U(kzwv%z!74JYy0Ddu OY+<5n`ȨdeTCz !Ɇʛy#t#ži^ R:PrAנ~?_7 ݠy Pʡ@&?iS$܁@zr3GzS/y z5}?i%w{>k;P[@]\Glߣsm)€F$k% q'7KٴKn'gFX3h7M<m9>'P 匼)=`)lM)(YgWq;DEg'GoӔA6ᴘӬio[= 2S6bY?5y70F^(_\Tzv؞w)nσDl[c_4{o+Óփa3V4U3~d\PcbӾLlZ{ղeފ1C(٠M0d*/K0͉ڮ`rɑkMܳcLAssy<{U4T_ᖼ*|n@{ҋ+R%QmkS123na T!KmuZuaҋ߆g'jVy軕iG8t:hIpig5G!e9QPAToOhƖ6ij #R:>2*_Lǣ);Rj(Sb߳7jjy?Eb҉NV~}Э,Y_+XTk 5[ZrPr:bW0A^[(Idw AB.]be?&JcmAOf41eR j[`>?;Ppb;6D04gh ^/UKi,jFt BnKg¿R(7-U CFzǻg<_zPf[( XD7—k79s GT["{^PBq6jH'$c 8(DYΫwFp%ט ?߁'3;^]7_Y5LWnX=䭈/ܤa lbC FJMIVBWnUkw}mb PK؊G&;#{3 D) ѳkF-qݓnCvIn x(@dHXS 8dI7@uXFjc `1P!V|v*+A`hY.XV1l?4'z$EL Dj,*P%zt ,3v >yբ o&:윴AȊ^Ѧ~`EduHLl#~sJ= !k&m99Oũ^FH'-ʤy _"ERZzkV؎Cn#`JiɎFs}nH N:U ׽Uޓk3x\)BQ`a ;5sǚlƁ?jLcv;.2( usQxGؾƹ̅/wRr+z 1Lr6Ek`?-1(a$wœ\59?䷵=+9m{64wn2V/`3BAGþp:t皐ƹ @tNSD-3WKcdqX;HU>c[RIR1C͖o(=+rpfq]v4r1ߗ:JN}[H6{Քtn@E_h2<( B.u/R_Sl5H-$7IETů/>q fi/:͉Dqz]M]9>i?Cg_Y~.Ԙ]źf鎵cW[62M˜3B=}dLMP+&vDFkգeVi]xhVz6H&@hAR=@W__8yV-ms rPg6'{$R]@f1E8#0':``8nKһw%| ƺ(K vu6gg. ;PƜ!M]U)i̸V(E$2zǤdcya{k_Xr 袀u >l*5ԥTp.%6A^#(y<;H|&SQ4TւrFkN:O>XV4UI |]ۘZl|=Cp8 lSLbÀȣIR1"aeU/:/o{տo fL;%jBZs}@QZ%qLo}-ҡ(Pք+GG+Z"ux]Ʈۙ=?[̚h{]cCOJ% ĦUn"|LI =֠<ʊiIRS^nY'ڷvs %6>˃h@ĉT6VFS8FG،V]FZ;)l*s߲$YVы!aZ! 8َe"|kl,1+tOD<(?"΂wh<ʍԓ p3aand;u[G֮m?2C0"ƴvDfs+ to j^nK:*O6 z#!>?skgAA!`4[=9 ɧ1MIН[J.՞n*% L̾U&zsFîyzrϗJ|r0oBNFiDky봟v ,TCI M<5 T*4_ՃMvdZ :=W[7HfnL+UpIrúy+KGJ17Ił <݉^[z ɐ\ Hz0$D 7c1z@]RT(phi6 1܁bB+큛_K{U[䲿.ʨꉿnZ""<n]P3ǡ{,-X`BAWT}|,h}aiAr>.ʅ~Z&pОE R~7i~#utYbF9G"@WݧjatPh;؍U Nl4ƔC{2)߉ q@Yᦻaky7:`ٽ#ʓxOsR:|Eu,5C%S6Zq +׺Q'q^ ڟGYHb{:N"ia+ XbwvsͻuԒɉ~֗:y-Ujdn4{%}mAd`&}$)0L蜵 /Q"0*mA}R@eV AJScSF@LaD'EGq7cѦ'Q-K`#NL9[VN]hI% Nop'Wd_ ¨,bd|g}cu'N$M`!~vB9SNpg$¸Yvդo2E,\bwHkrSICfN~poοz1sR3FzcDŜEG)1Vڣw]x"#ȪK- !avcqwX\ji" cIFG?딜ْBX0z͗4>X~%MnqyDޡ)Vb+?"y}VD3 0S/ªW6<ǁ+͈j @EHN$ižSjVܜpcsTɹ濟XlvIn]"3MGlLwfd너قތ0MXeႛ|,ACVz!Aczj3m&rֶǴQ-s\yKmF&ylZQW+Ÿma𫔦dMNM%)ܞ"1.\$";f1 K gTqA#4;E+]sᘘu oyʣsnJPzcfHxymFr{4x43 pÚ3=iRK@9yHucmG*75Q'IH`vY?I