libxmlrpc3-1.51.07-150400.1.11 >  A bwp9|y=eat:CrOB AU^8C { ^(QIJ!$uي;ǣ[jb^8 ;4˷.Uzl`PyHQ˙dWœpYˠBIl7w4ulMu!<}m2SD SA!Y%mFNc\%T>n|Ky SƜײ7ύXP\h?UkP*89nYp[^^jq'=l8a0e5b9e719cca0573b3eb380783080f78778ff378e053cfb46548c22f56c5e1f699cd8e9ba950feb6f9ff3c3d3d7a865ffcd111Pbwp9|Ug ڍG/wPb miCeu%#Ixc;m#5xÅRnAmQ9^ m`tU#h}f;4G#CIkqRXؗĚwIQO mPuLG"/x*(󡈥u`O5A?$(/xΩˢ_ֶ^9uKsbi= E*r!|jT7 {>p@1$?1d  ! Y .C Yj      (PX(8 9 : >.@.F. G.8H.@I.HX.LY.X\.].^.b.c/bd/e/f/l/u/v/w0xx0y0 z00001Clibxmlrpc31.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 @bwbw1f5f6112ad2e345af6db247dab7ccdf3be945bcc4f80d53d392dfe949a78a8b2libxmlrpc.so.3.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc.so.3()(64bit)libxmlrpc3libxmlrpc3(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(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.3libxmlrpc.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-ccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ef98a19cc54944eb14b44bc6a2440d69c2e58c5, stripped PRRR R RR RRRRlх/'G.utf-84674ae329fd54e9d89b0a8e380b20a82f76f17ca5fe0d196be2ea60fdc70daab?7zXZ !t/] cr$x#F10|75o9 -mrFwK3ͦhjѺ;$%[S ;GgĀCz=O/Gxm~(F#UGQ"GTc[M`Eg-W`PAZ[Qzm]kOg:GCX5{\4=#e_syoOGD->FP]˗/sn2y2YU)st` o.^m>I4a*/.>V965dd$vݖ2~9ҳxt4iT⚨ªPD;efоnq<'8\:'-GC˸i\Nr=;CEwP=ΛG;ڐ*ݯi`ARON:%'݅FsokL!hksu@u[i_h3H.&Rxc$zy2qe)r:BO9M$zj/@ѻu+Ay]y.A 64M-bκ\xf,Exo\{'r>&4_1]ӻwJf8hc-Pzy?s /Uah I6Z$y8B+RU&WNI G"D^N8M%~4;8eoTŶjA, wZt/$YևcsJWd6ZtHSNϻc6A3HY{?(,>LE*a'!\Mg PGpZf`pm#;G,g{oJo8n+8/$JE$MX:3̠#cVRr"bE4 gg̏NAe_@\x e gb2Q@ho 6^ũSEtڛZiI V>F$tTg柙C҇v5u7-_} YNkA TB($"CLͷAuhUݠvw]$V-}\AXg:qJڬ-:DwbaTgXΖ.^]1SmC Ih`S¥آwl+.y]8wxW0t`!-'I Hv&VAccޜȼ\㜑 Q|Fbƶ*Y }0k~m^<'/F %XY5ќ0\Z + oRgLgr}u(huUL!:"rȚgS3MrJ0  Ǟ\MTzR~u43y:c'9$广P grls`^K(i&8 k@#0);g"̮x@15AhY=R[MғeKcդg:x%_WܞSbQYaߤCDF S}f=AOcvaKZ0A7?#@.a^ vJoLD2?I21 vm3{;`b0L0vpJR_˩f')Fҧ=>k!*õ'{xzk21+n\-q4aS3#Ro1 M fo0k^w#3@c.Sއ j"S qZ,`~"X3w㮵1A [`]q%n'e_uYqXiGb ;l)|:8q[o9bA&U{Shw{JNv\m3>RG'h$lu.krSdܼ3yS 9b /ǖ'fy|4aǡlO<_ȃP)l)R?>4YYXA*Z3vZbX'~|=yAioሺܖAz)E SWӚDkM @fJpP#A\&^:wK`4\_I~!7<%7*[*Sa QG)բEOO ط'^e5xPT6y a1C]mp -P]ĺ۲\vV)RM4G(72)@DB-Kre 턒N?3˕4buuи:bJXmpk!y,Sv/Vp{ѺI>8nWT =wоKVU7} Qi66*kR_ޫ`}|y'e /H ?s۳M_NjLj]!燂XU*ȏvDMR`.Qú*?Oϛ:( %0B>tQcVu|r{dan(‡Ǿ6֩ct"w U\QDW75v:!KAsz $k p} r+ry 8tE 1~OlJu3T xIEb@f:hV.xGb'\,PӣKUBK?8vdbJ-((Yݖ:OW%|݅P<2mwIJd}ﴹ鼎jGMJfdmt }e$"g {eDˑcƟ߼NubJ2ˮbrbdw^_? \*4~q(BT|)4!"{wym݉u`Z=2KC}`FIן3~hꟇ;Am fq !Fuplz NL~qA3tL.?nxm"KL9]>A ُ=2,K@ C`~fQUb( ۭ)ʊ+QN)W#NNIJ vmzգ}AS^3% P&.$Q}"CH;0+rm"ڿ}%ؔ{V MrģbiߎN|.T\L*xSlPE,S8.ʲRВE*pcnq"6s{)f4u8xQ[-v3S I5AupxR|!rh -2<5iOR AL'M/TlkgU:e!LW|ɍI&+d=qƈn- kge8[|ʿ< ƽfXC=Tly/ȝT/J U3{"t%a:ѽLIs`kE>F`qWR؀ziB Lr*&;(.|Źd[شňub"Iq&1"g"ɑ`ۗ13ˁjҊfZ.VzUꈆ]NG\#TJ o{)GԔhn9Ub _Dϑf([#F8`pC"cM f%L1\wro pVүe+S^1;2vⱛf.yDk+m$ fω$5v>@^ 20Ѡn\#u"ChqGhhCߖS֠=v_JlbSͩ;ߝ,I$6mTpd>m'* d1QHVۿjt~cw-F UcCGYT8e}nۂ-h2q!~}jWtyvebQ>E8ZZPw wm1YYbʚ_$v80tCG =O\(F;w ",NP\ÃcL5_'3I-ۀkO8~L.0AmnIq7gs &vl< Dih> -hyD`i =!EpvS2t'eoK3{щ7g]Ks%'tS2aF*ϙk'FSvֲ3h6 {p DK"z 2=[fuױ:1rH.~rr}i8;a1 V -/N"yZƔ%E)uJz)Bɝ2KϦ̣HSu̒`<*}NLY^z֒r4A թ{/^ a0K&`u`{{pGeA.wyk1>*=vhz:mz^!SB >|jQlIXei2IٽȴzG]tz?hH=0j v,³auM<;d/nci'%F'KaordEHf |7#_e'aw>*/&`y2^vb(uEFqTF[9#V"K< J.VDmOY5&y8_Dݲ;q9ǘ*]N";5;e-19n E̻)Lc,3O`@8A:K"q kõٲ8!Iyʰrvi8U\Ah:F" L]$Q1MFSdM@v/D$ag)Bkޫy:X0B3jk T-%[NlΐKcЦV(dTf4_G#aG}_O+PiVص0b#uH̺%?j{bY_[='])<,],4KQY7`\vk5![C m=A^"b5ZoH[ qu߳/6sـueH%TAzK_0] #Ip]Y}jD Bzfj]fb)|7=x,Ɠj՜\OA!dtC8oU؛U#&SCz#. -Kb @7Ʉ4)sL= nV[BtREj ]9y*d7.wK)*S2ŕ6X23ƙMos\Dא,y65Bao*{OV˷ LI#H[oH9V!t Y5SUfŔ=oɩYH2Y''Mo9+΄[ xC=U FmyO$c666@jvkmS8 *~NBEr|'5ḽdJk"1OFr"zKPK#/Ãε-&p$I)s?ңըsPfLGT?g* !?"Kd :neG׽-O3dL–6i$yqi**# γ>nekJWk>O~ o/%sZӟpTh6PߜVn: )f7|"&0;e'e~ ,93vax /T9f>'` [gi۠ XX_t-+cb|>4gIJ|SAZXޭPNbUH9xMPLv;Qo |4L$̛28T M !i-O^n?tV>;nc%l9]5 ̯R_d)g>#.|pF( <caQG8 @x[R׊ܾ®'8#;A$ J:Ioο+FӍl t/fx< WĈz!%ޕx深(`ޞn"\%M6V$U-7US:֣;F$]&i:Nܰ0|u_.L7X}ߌ1 Ϲhp|T0iN,Ao7x?)*~a~?惌ݍMG{ōA4V#m#=<L)`a8Jv3/O t%zWWa,ǃbcV[B`CiJRIqiØtҖ jqcsL|Ә x4g,aSp,s«HcDž`]e:y>sN!0H3pFb2"w +#czO$ 8?]ݑxyыȢL^߷HP>8 Lf| o21B\ }C-B A5 8a_s!S&U;hJ C<9=ö+4`pٽڄt32r_FQCzU!W8POt^Ƌ']N7PbM{Zo7l6pinW|f,a8nr por|渲dWQt!7GwX~0U-z8@1AܼDњx#M5_OON Vc@Cm=s]e]'ZsoAv9K]*R=T˅yG͟f,5BM B꾪(m  o JE#EwdcQ |CWZ> D(I/?h3D+87]g@Jjù絾Fڊ!?@ȳ8c nX@¦gX viqO@M(|t ]6GQ4jRoju@`on/VvZldlK <>看6*"Zi6W ,P7$fyd+ئnGp';[p<ޅ6Jp ;ʃLК_>SQSکpWf2wp{o BkuF.ݎk)nN7z ؉D-: 3S*b.lޔNgb?iG=,PnG[x=`C cG{ڙE&jBQr~~%Bv9S!~,X#1;[CUl[ 2QI-byM.:~ϾOaye)`Dv$ 6ai}v'a8{m w1(Ɯn:7+l@fT"zhP,ȿ4t $H[MlFF]a^YPK[,ȸ؍3h5ݱ<H%ځA(7MkT2 Ht[zmmj^l%R0.)ntR;;3viwqT 7yqeN4q/Y@㥴қpяjX@zZۘWHYr]=ܵټ@:B =34-Ȝm5@,>oPv?k}STz)D nafg&EٮE "=hhs=ʧh!MMk%EGgc1!}:S@Bc 'f!O"`)S?mH'%V^ +T@`\qq6҃x; ~c"o6߿OTM := >?5;..ZEsC$5 !`(N{] \ˮD^<ꗩ-4VICʊ#>:,GC߶(Yu.c k)2#$ĬBqnj[pp\Wl4H}g!߳ (2&,im]i Lg7)%OYw?NdU!`$#U? ,GygXZ YJp.я9p#GV-Al<,@1xFw 9nq)lY 9~1XML^xwy kKR(T vUP5Vا#r %}S-:@ē1_k Ɯ0˜˼IT* x0dV<*V"r^CF%apUd҃m3[0< 8ۀM" Mc7{*HBެ .+ߺ~Ŀ,ȌHOD[ ]vuvnȩ\u $86~_큔׈FܡPu$2ܒD#kјa Ϳdj# >=O%Mo߃G+#IN܎r/%|Y?z*EBF-%r tJe},`Z5MlNEf-ٛ{UɆkL<6 X|@ED_r#e. 워i*Yu7 3cK |M4քF%mCsq>^47Aq zi>=w ]g`{oJQЙٸuν 3>n -=k/Yex6LM4c|^\!XyR^ 2|j3>~r2/21Yel#25Ϳ"6 8CN *;=AV}GV}J(^O] x8o0ҞVv]w+P5c8JT+ jw꙼G<*i&z''&֧4;>O{4('}QQ0-pγvozqͯR3g޵$ fPwԙuڧJ0{ DԴn\MȲ6| Zy9'[V9޻DPUA ' =Ie@8آ!`=%hु%c'j&p[:X_ &Uo %rK-f8*/tl& OSuO uGTvB>~(-1^f4mRv@qY#}>Ak 70Nidu|@䓫 hE}*;kH%8`]%#Xak1@+j36jcY Tb`%$6ʦ`Ov:YoHZ@_Þ|X:*%Xjů /,FF|7bX`P 6`^˺biM-_oPڛ,,Fgj~X#p&pHtr '/{ύ(}C+fc[~U(ۤk=0/D(߿|c$kshT^߀xWF>KzXFit[.l1'AZ=Yy8'w ܆#bV.9 rE}A6u/1vtƵ]o'ԖۄUX< gqS-0bNGe vpG:*#[qE\7ѝ*006 pCV}~$a%zx[; ծ|s)t]omR{"?Uǒ.g*Xc ]adqqx&D@YTLƊwimlٍϑ˴(W|<¯z_~+hCjH0K<=Z#_e 6gTa$'QC "׳thtՔlʨPF6GR S ;4P\DE09q#f˻)KTZv ',2//[ؿY-oUH\; C4vU .?EJ$ktqʾ@Ey낆f+\9nJ ;w`V™Z%;%ڋm5eģْ@l\h,xD8Q[/Q5%y`eFǪ˛H[,N}gAt9:/ #Xo6zl(O@CʩEkeO dݣ\ttq BP]#0mqU66`MhX`7"~%)u})$é090B3% Jz#AO-, ~*QrCѦvq\ݳ2X/e`vf]x:vePw>R {lJ+RA%Lx~CdKP="e@J?rLdޙ#(v5tql2y$!7*;Ϲj~?9 z0T2[L39 jIΡg9hsKwuml=q6n/ۚ `i5u?HygVg|wl<_>K-Vұ&=!V`b"dxS$u>?-9#4Q [HOmk;;_8U楩"{NǶov*]mFҖs(\0|$#.r_##uHt$H {M3lq#R4f1Vսq2.e-Cw| kZ++Yb)A|7{#6Xd~DBρw^)2Ioyp\m_17*KHM^qqA@u~ʼkj CHhO98jV^X 1d]fy/_K^L.t4a@<41/ 3LL"#RE종S8ZоG*;̺b!iH'ـ7šaA7G0 T(r;),z`ȨZ!9m=ϴPñGc_vb 3I,ǃyY]KRCUa?J3K[UE3F&F:6vlb^ޕi%-<I @Z$G$vy[2.ژe9ڰϜrt۪xoiTI1EbOw(^45$bLzaT*!D-qӠ \Qoԕ{bZāzv%XQV7u7bCpYφxhm;IN|[e6BJ L.W 4+qt$ʑA&bڛ5vJʿx܉}xFBI$ ez`7) ~)rو~çm^!QɖSybUee^փu6w%vx;|#%bBjmm5(AYk b 34g,W]G!$*1J%3YPYS6]xPA"gL /n"иWi$IA&DNLQw*%TGٗެzV@8x*2-LSGz՜XSydM4> ȓ4PEx  )1}aT3j `>LUч8o jY^ntO{UӖSXDi6!$@qs x".0ޘ̆ޡDqR= [xi$c-Zq#bw4oޤiWzt#?ۀ9<RN^?I%1d PlGJ0t)d2o@y7G$A JNϼ.q)V)% |3S2׆{ {84u@Vul2_3TU nDbQoDIw<í)|Hm,Q%fQbcۆaSU87$K|`4#U0tayP08FˍqLYowA\v" k_w2Y8)l߾x\G}R\kK (ժt|oĠН$-J&LWV!x칠t'!Ǔ˔jzL wA%Y 짚&cF7REonDۆ3'^m3 \1UE!/UЀ?EY~ǫͅ] n.L]C$eyD)GS3'g~ !-d: ofqs{'O?AO~VhCDţO=mA?qTc]u,G8Nts̺a L@Z8l:Utd. $C)@ Ffy9֕+mpWUa 薋 TOjЇW63J;cG(:ؖŗ0[(.9b)@[ `U/Xw)#Bl)p“{FƸEZ PVUoq{^w׏ B]!d:Nϕ J) YO6U&:eVJUVe= bgKJZnw~)땦oke5LP` U}B#84_,:1}VFJ{"la1x'fw`J*;+F4kG&Zb]BMy TBΘd%U!+mN}OUttt0\` W:pʶ|ޛZiĊy 1DYDY049I7CbRϮ*_^zFD>a B8rE+ T< 2(cǮG* rpC&|yJVkւ5.6na~ xB9d'խ5I94wKƙ58c|қLiP>SSuvp6ōhwif&ȴo O=KL:ȵsJp#->PW` g؟B|IT8^W2m:V u2=WňI8Komlr},w=ܓߊH.%k?*"] MU"4ss}%sHVfnΝQf cx]=AJ_&~-llpW soƾX(d"'ƧkJdh.fq.y5 tkY) <@xљԺ'Ov"wS\n~-nZ[A S:8z^M̱ {Y["d~)hEc5m F|]cӆ?s=&LsMTWVjtSSOzծ+[Oz]%/&JvM#$E\!42ak}NӅZMzO$Ó d7x;qbѧs (o@V`ydTVۖvՌ) S]t@0Dz~l?Wr~jfqe^).𝠉4VrQ(3*ʿ+ ,ѣGh*(\$=NTp942,m; nju},,8upҶ2䚠uK{&(`ވb vP@H|M% u˼o (QG+I}Xsڱ/*yg5<1DcjVH[-@tQVَwZ$Yv G!sTu!NcBUJ峎LB8)f-P^䱲.ꥼ'JH&e:3nQIFpvPaJ|:ڝݜ<1MB ݞϒ4h7$`j$Ct:sTֵz~gP^ pTzVC+ !CbsC'%ȯy{p :=G-n|Vl젼KMpC`:EZ2 ( DTzFg\{{wEԴ9>2{Bn5٭\)Sf~l-TRPUH]O!iWD:=ƴ,>cDǍ$~Wa q#,wLUkpQ4f7cugǀ9+*犷 I٪PKc}z7ewNfJ [ D>.Kx}.َ_!Fb -:jlXՠL?Mpp X-ڏ-!*Q=@ՇFzҳ΄Zً'aa;̛7ˣ*A4pS훎>QƜח!h'`BE2,#tsJY;%NRA|oZVfCc/"B1j?Zm_뜹a)yd^/bYPEpS<~l-D)K3shTS'!.q 襏νPL74ϖ 㐈u'RRrm~gs <͓ Я״BIcCۿC`1jx[XgwIcmV殸1Z\yv+|i{M:Nl@idvhqQpTix{<|95S·KJɞ~jHSAŠ=N㘍s]OFAsW"'7:a&uQ ۊL.u![ sA{s^=3A\{@v R}AX|rV , Dfa>Hjҫuxnnn)L(0}n'd CetҋWwݠ߇)Lu03lO 2!Z.Ʈg^FuHY:uZP`#Y=< K5&BuPʡA74S-WǢ(9|KP97A1}AT*8+D7@V— 5y6<{/bq ekF9*& }obtS7?.B@xj_ z݂&mƫvD{"|6V:>#!\Ws25GUΝ dLn1(I%`Q;YufR` lzolzט ƶ߂?έ#|Q:UȸvA{8Gm.|CL M !၏! HA}̩p2Cv|yW*EGAZ7̂`žfV|9AbFU`R #(Čj?6~_4nB}uCmƑ*+7!!FR_D{ E9*~imSjӧ^9x8|dW$ӭ\V'[Ƚ|}ډfmDB}$?(JT}kZ\X M \0*fr˘~vH{]Υh?HC+nf,0IWp$"s `ggͽ?qB9"\:;reil)Afq0:L}&%ķX0BdNН2.30n~At, o5p_,M'aְՐ hU &kk*%c = E)cDpG-=KN*9.uWݱ@-}yê;pVӡP}wCB HeS(@>[>D~o>^+'l +za#J:zJ@q3eV3?뺾~YttK"is8]1=ۋgxE/ JDaz4pFDfH+[|OT:!'7GIzXE7n,Crh98MpLL0?'_fUjTrT3vΜ筙j .;*aFho >{Kv!:LvLn'JZr"zښn QvmiWQH]-{JK(ZlW7_-p=Uxbo˰b*b[@'>jL= 8 T dgHf2^ad_ܹYHH +׋dbx#GAHISS?o`!{F_:qvpт@|QOm)SN65vMrwLI$ %)g-8ryM*qĉyo0Q}HŲjZڭǗmG ɬ}#K3adxzn11X$ ,3vy7 p,z7AOօ뀭hSkcOd?*\/ڿ\{(Zyׁ&V1ҿ\r&ͧ Uϸ^dOc{"{zk8!wPHδkl6ԶtNQI 3>DY!="P+MƳȕ_(v٧Y~,Vx8&'~}dnFc'Ry6o{SaeեuCROMUqFC_lVuLNٮsvCWKM\ $K3NRH1XJl݃8I',S"5Eyn o5h |N\v:Zhˡ`Z͍d-=6-Φc#T o/3h+]I1OoY.kݫbٔM/%ܮ{r5z2f)V@F">4Vᓷ(ge4EOb!4ݺY15Jy2oZk6xv% ɸvшJfE#La F>j Oe 쑌}5Q0嶙,ЮG9υ"Tx%9%}ϪI OrW_HF&sڎC~07痀/&ʲ\uٺlԫY$v_?'d&d8TmFzB䴣%?83' ^񊾾 sINe=/ m.)4sX0ݝJ[yh' W!w,ڋ37*i*7O#\1U+v;djnx#=g'pOoۃr%PwD gh1ÏEL%42},¼\گu])yu;% ]t;캒G0LwW-f_C_D#F ȓ\Q9121 _t/j^v#2PO0NM&%- # G% $+AI[bD妁S4#m9}Gna~\\Ch)ȫ]Q'βC|ZGꢅ.1 /.,ᑥ$@"k>9sg#t{v."LDM=<1L;Sq7({1򴖽{4L^p9[QHM#P[GOʇg&mº]c_.;<&vr gzCmWCey:׈EHS̭\vx6xnh{1OEY['((쥧JnXHw{j!/H7=QUx/We<_^E/tdS`J,Y=xm\u)J7>FBaD* Mr?c~o3+9h([?N9r Na25 ?ܝ;DԂ=Na56ؤ[t}.e8TL^) toab|XfRdXآ؅j=7U*S] -!~[w\$C R#8%UD{Sv[6Djƛi)n޽b~{} `I㶩,E#>}9ä  ~|ogmu2K YrFD&ڄF.ݱl\q-]Qͧ&uw.Z xbD\8a4Y\d֐e-)#hIo[ާz /ʓ\4giG`h{ni?>]|@oώFݑ--R{=قVsDFŶ úo!x KimA9ghS􌳍7z! 6* g=>HfRF}aoq>1y>n1~Po˸ zc۟,l#J\*ptv)3Ay.*{\wΗy8ts XЗފJԩ1mUYLHjg~F;!p.>-hyWARGK WfHMR׹}/XZ%kB~ѳc^08!$ +6 vn($[kX}%Gbo3cKn ޹}i";,Sl=CZu6Y\׊ܠ[p'oU/E,:^]rS3w.t?Wb*_kԕ'foӡvʂo@ íANHIi|M:)"(_iLd[GYUd.(%/g9N`qʙwd>GIf.$ed\:DsӱPrF6G¦B'kD̸cЪ. 1aWY,f4bY}*z Qq8E?( KQ%Ubf{Z:G ,lR@)1C(ɳFDŇKhb_QחY T'T^?[ vU{ͯsdy)46UMLwE,˷u HFƀ݆dFfr$lIwp_L)BE]Z821[K,uqZ@'QMs&sZ" @ʹ}ȫ1bf)z|_9(G5-U)}CZB)}r"% 16M_NHoSaI$25rԔ)qs\7N./] }_TCNz[DڟDR cHS&n]hti}Fw żOnxb:89uko̒p.lxGA3>ey+e.~,&{ܦ)7(daꌔl5Q;cܤS#&!VTUn, nk hѴOV2Rfq'b]a+tJdZN(ZwF`@#&%:$)UQ=LD#xt2NsdbPLpJ̵*L 0f\,f<; O$wPeߙi68 nE~';ٙix=gaӳCp ݠ*뜈XG⪰{RY̲e=IJϼYuVVZ7KRZj̽kZ'^0)77BjG{HoYg;+,mCc|AAzQ++cYN,`fl|+? kGJd4-^wT >: ˣ?)qHƭ;$[epꀔE0]ArceB-u^GUzl6@'gZd]ve`eٚ:cIT{_פpW#0O ?TϋQY3qݑ'M3أpeF##00.h6Yn@I'BuŐr_͏dkʼnN!{,_5W;I I79w[51` N%3܅_yOX&qp[uC^kSagТ\-r_z&SES  U߅jQEO_Ed۸}6Ys×bz@odve6lb)Iin/ĸ<޵Ԁ\G&Z!ϴM.260J \%5ִL]WruLI}uա2;F j5rIbڨEVeACH*ɯ5WƋ;tR$.kY}NVX散MOC9eI,*ioSg Z(m}n'>.l?a{puuLJd`xH[7 >c({>(\Ns z,La4lNmlN,a>7:塼n}KM=`i+-D:@IF^w5ה"Dl>Q8֑<5 PXKG_l"o>J 0H+^,gbz!!W.kASƑrn>K!e^+*ZLfyn欲r9ޠpڰFN!j.~=2BzL\G@K ;^ម9zu-.o)!Ab,;歨Q |Ѣ4 % Ttj`&qr` ƈַ_A&H9ocbW2 T1 L:C0:m]?||(R2=d *\ՖJ,GRP87+76dFUL_Y~X^~@Pa;(5K?acSE'6+FE6\|Y^\Re Z9C/JyMOl&<Ng^k-q$p΁l81s jg#|ZkC\j1`*=6|\.%ŎգKe^i_>Gn&K#j?*j7qf(ǃc&S(T%OYb8'g9?mD `vceҍZB6!;\Q|w"`w@yF K&& {mY&(L YmZ=!|,&/F4uEU0[6!/[Qb*,\XW_;g 0DfYdEIcAUdc,ODb Ax \!)ٯ*ͼJNϥ=;|4GVKa"Xv_@ /F &!#26]# àfO:'Xx @&-eH:wmn_ܰ('C*)0/L~E 9Cƒ r5˅rQjo7Dr+Gc'Kx>OܣqN^9XMڡdՠ=Zf\.t9YZyzHhA##d?`)|L܉>4(JQf5٬/:](p(2-梛O|L,P&6+Ē+K7t:I[v~\H=Ӱw^3TEP .iE)aԜkѧ#9<5p,Mg1et+[#DMsZl”w+WI|Xv#dO3x-oK⬂ȌKm^у$2Ert$j'?gIm40IIGQ<3L6=`ADĀ|==!2TwYG e=xYY6ϘE͒ke'd[Vz! i4lF= CQt%LOj]ؔFĆ !' Tnk)^U҈[?#Ƴ-($5N 3ZN̈l6puAܺI[d x/qE3Odtoݺς̌ǖ|Y^X]{h=3[4Խ_Omk<K;`X5mRsY"|+ Q♕M[X?W.uQsVL,b;ı U=->Jگm3g@slL,ؒ!a6%.}kFV LV;i/{S!'?$;6ݹ,RLc0/咯;-߲]5 .SZDQxƿ MoF'u@@Wƻ|P2 MS|;t٤':AWPudO?";x͒4ʳ}~ XwP\} ;LwKJk18sz2ֺ aY9i.HU-s9զ6]]ץ'BZbEnԀC_-_Pj|sֵGJntss/~e^ xMwA ַq#_.hd3nLW}vvIh…7-kO KϠv(h%= ;(m/B~<9Mdh 0T 2v[,mجTpА熏rxVJS) {t=PMqc}n#HObTL0DfmS*7HtQ7TJJc،>1]h:gO<+70pPmnTY_#7G0ͤv[GBiܮ5Ův5@)z( =$sєO)OlIJ :Wr_Ñ-HGOF d#:|0W;_O9!UQH6xu֡_R析PJ5h ;Ϭ P~ 瀨Tf{]}d ^1 TqL{&$ }A`j4-xNz$sa:'>?OjA6S;E#٨En.h5^7 28cq?/C%,DMc:"X;.Oo f7Ζk/w9`d׹ ,V&Nb2? T6؄QziBx%^PK-[ Mh0W-:]@J,luCIxE/C좬u+"!x9~Jg2X@sW덍c&N `7!_&_N=vʍ{Ji]=8C=MB=Bo{H M1LR%_b411 ?ȎڗqBuuc3buknntnY$.a/F~Ht,v*ixW1^c=(~QBŨ ѫFFHXy2_j-=׾ӂbitk`cT7Z 9ji$Rv ^r8 }ck F"/ܐ_ڣ3xJss@!X.exraQKu{0 -k kZ/4ȧF;GH@lpK#FHeJӲDA̹5Ԧ bkr;DC) awXml4;r}vϑdh<;WXVzx1kĖ#kĥA\;v `#s9E&X&pR([Ue$)y Ty$!k!Ə.ξo _mnͫ덞մuss x6TXf  d^Ug{N0t-=QbbyIw v#I?Ѕ?pTcP "kY$߷&#L424pݟ]A!M!߾yueQ-KKC^D}N1&Fl}ӏH"͸ᓐ51Ka !rt^.fuw(\4n,^^侤LOk[uwēiSn%Alc")15ڍ3,ԟ^%]` )ŵ''2sfʐ11& RN%)晱LJXdm!вhY |F`}KpΪ'\n<ٕ- YQ 8 A2:y@&L,VsKsRϊBɏ4L7C;rFlsʵj70udnڊG- R~mRd^`$x*r炤`o~t,GLt-!<̪;:=GE:`_S-X8~.gO\ F{jV~DoԂײ{{bɄ{Y[u1>sJB>>2n;[@җ'6?6ʄ#F <u+h(]OFDh&nf-pͭdoNh&PqgcP9yTJ Q&&Zfg'S48ȥ}޽jGBmMHy6Вz1fH^15M ?-%To @JCJ~(X*;XtX OAGM7^7_ \'ׇFE*I8\qC[SNSQE` z ,picSMQneP¶`^U01K0ųNt ڲ36ʠBI\07<T>v9L# }4Onz(Q:M_-긷 z)WE:%|x$'ﳍ)a!W– T6~ p.~)Ua±fkfzv^۔PnUq9l@S0t(|KQLFoIVn WXpPح Fck3Bwqyb/|Uz;R,0~=h"FJPCSlX@5x. :o~Jb &ZzP^ MUXj4f8E /3PR(#MC^*O}xğ eԂN?mӜr^Nj.#\×8>C?;dr;XnPL WX*x4Sc('ɝi`y}H İ5/1 h8L5$6;O-Ŕ^}ᅄ˱HI.jD']<wĶ YZ