libxmlrpc++8-1.51.07-150400.1.11 >  A bvp9|-H`ڱ||{P}0laP-eJjzp#U xB"5ْ+GcqsS~\ QDyoI[$w%rg 2}'FO+u4` GsZ2leHٺP//Ƒ|VfcCpGfK ĨNjf#iX[7 kAS:qIG4,زI@6r9Go<+zҠL3b12a942d1c423716727cec7ed9f3eea05d6330894b99ec6e0b76407d570a8a55ee5b01fa14c21ec6455686d8220de9a68e0f085bvp9|1+Ry}PTSN7(Mlcg,aa0B\_7TXЙS"s7$118A2W *ubdʳ*퍥I7i0"rt΄magRaZF_fV,;f[bJy8y-1e-jXJ&G{۵)ɖTExƙm`}9 UG:t(:gM>U!u`@&EVp.B&7!>*ǘOiZ֣ ŸjO-](Y /TNt>p@1?1d # [2G ]n      (PX (58< 9d : >.@.F.G.H.I.X.Y.\/ ]/^/9b/Ec/d0He0Mf0Pl0Ru0dv0lw1x1y1z1L1\1`1f1Clibxmlrpc++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++.bvLs390zp32LSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND MIThttps://www.suse.com/System/Librarieshttp://xmlrpc-c.sourceforge.net/linuxs390xLȡbv9bv:1ea4f3db933bd0a10ef451b635f8cbee8cb15e22d1982e8ec82a13f2624d2b06libxmlrpc++.so.8.51rootrootrootrootxmlrpc-c-1.51.07-150400.1.11.src.rpmlibxmlrpc++.so.8()(64bit)libxmlrpc++8libxmlrpc++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)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/ldconfigs390zp32 16519632121.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-ccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c61aaab80c2bfaf9006c97376f2c6d862f807a7c, strippedPRRRR R R RR R RRRRR=y*BYxc0o,utf-8019c6a0d3714cb7c69916f8302d53e231f4a91e64a14857bce42aa787707a28b?7zXZ !t/NsP] cr$x#FLW}IN!}2 $)rh `!Όf{4]Fg#3]R"[7A4/Yʪ!i1[SS(v MՃ 6bq=;g*(Dcs]SUs^PŴ'0Ux (~|^ $7MnjH^`rQ8#VZiiB6 aicx38H7,)vGZ̖ oM=([nY}i["~-?s2rlz7e|O)w5BKx}\bqrc] ;9KN)|9ɼX0nz?;ؚ#@ΕJj I7$I㽫@ЌTF矶_Q-܈3G"8 7l0}kIuߌ^WQdy4 Yp\3s덲W{)ջ)趻[n[gE-"cQLtwZn;ֶ®&^Lss ڋ7E8%UfQnHF sJ-q` Sz>rU0ȗ6υN=uR Uf. `|s>@1C!sF>\RXd/{ /Ҏd Ӈ싳cfz:FeN%&uewҴMDh<9!#h֖;*7EdD}>c8s5Kmp#G'Vf TJa0vi)J9ޔ׻0+IOf&{֧dDU䚄ٶaRlɊ$v4]F*Fa!TT F/HvHZκ4ru(5$RTdƸ"#0LT!q3eclq*\LGHi-%b=IP$O\nduC)5:U_ʪU! j}@|Sy_=|yzW&L9Z&걎!Sj=(ř"R*w3SA=<|D[V%aM"Vkmt *0J%Lx?㟥Nq* I+U+"s.,y #oqIOȑoIj!θ1ACbh@@c/ۋJ0sH+[ϊ-?ܢ\,A Nb"4'%xZ:}E+؀Cu=YVtL RlV:r^{VfC/BFq84~hgaHtM^ұKb=iO;) o@:#"U"׽}r6Wv,pl u⫁=*v.9]OFDĕT4K=q ޢ//OEM{j)g+3JZ 灡oT!_(6RERbԪ^]a6]Ao=*B]WמIWFxwhĆi.JngQ:9k5O .(x]#nِL &DL&Ίc_O 玗4PW„>j}a ?koi+ y2 Bz>9vg146FSUAT$yj#kTyԸҀ v؆tʜZSY2HT)*VʒrN7gϵlV #qc+V%z49_(Ղ 11*]1TX>u2{FazE%XhN%ڝCc弇Sū[z #G`lъSC{N$`聉Ȟ57gB4Jk|znL~)ԖFDPnzfLܑjѓ#=_e SD(Y \4`teI=IrVV>Qm:Dd~{X؎.R:gVq<`q$LQ=/l _&*nWЀ3Pjk(% lB(:J6Q8pa.w3ȯY@Eo lI>~>$IziJd U[5;ZABRMg,x룏_,XL2 >+-kr]N3+)T ,p9t^ ](T}e] % v|dhzu7ZЙ ,(6F.h DOʙQA؛Zѽ6 ~b<#VBo&hORTFˮc%ʘqlG鴝_9n@k~>=VY_j](oGn_2-J/|Ns֣iy!Gͤdo'7aj.jj FO-!3 Hf;b} Lάy~Yb9$>9(.^F^%~ $+],-&+社.ԑnW68ta{Hb&,x>$],#G"#ӷg.R,T|,{mpu`jۨ`A}8_"1_ >69R$8kw@_فeLr+,N {"~I@ʨ+Eo2Fw6KFpϯBfR8D}}-=qx@'XINO>q\%Iq'I3>(,l>1Ѥ) Q^~f[Wc߽޾ * ~"8aԮ={t}$N䜟F Ƭ!ƶRYaW>v)w;q14D>3dk?sbx- 5=?}*Pq$uԵaI適v,(,Qif(Pcr/9VVVt/Bѭ;{tq]L1q>Mc ~Oxv,k cBS<휏#୙S@!lq͡6X33g4&{~g J}Bf=rPgMmUVaT\Cmf7{$Gg2G\x?063})H?', 3F`-`noS?[BWےq>FGJ mn3&)BvGXy:0C< O%+yp]MHw& vMqJ~>X3: ApKji mû$zHWܘ*ExyǻL};{5x^  -l=+T>؞퍣N"-;G7IvO{ Y86/ToŃh" 6^o8.*qDس7D@qM鿻l|#fAʛPqh ."DpM5wxxR\e"Jsɉ9x_'?S j̀OBTyDW+ g}7{|܀`X* ϓI`L "H'Gn^#GGGcĸ "qErx4w W3\ S pBV& }2«31΅eCM/ĵ9\/5;l J[ 72ZO mW*o1IoujtĤ3ķ4ήFŝu#d̛"RnDz! &$@=<]Ɠ  I Y!e1pjơf:h")  \bPL!HĞ5|Ak,EMci[>,uuc28;C)|1ɗ+T qSз2 hDҤ'bb}"o&jH Iq=fېDv$ܱ%ːŻ+o5|c'ShHgz@4w)O+ b~O(N:|h)؈ɾ>쳮S$$W#q$ڑj/3։m)$:ֱY?[.r?fA ʇYEʻƫd snJf?=cA\ )fm+,Vg-nOm7RUmP0څT* *7W~k=J#L.7 J@kSl^ϹA\S9Up$FQK+5Hi N*f_ugUV|"3[:27\-.ey#)|} V"P`M"693Y4BC׺uy>Ïn&m] ˢTf"_yo\l 8=Jw"vڰ*2pDDx+-kCџ,ߵׇ2Q vOT}>AaU*1Z+U"1O$R_fG2 l`(͇Cv~jal)3r3'1LN~MUe ZW1(2o#JlԴ,Ƅ @-j?&k6LuDo6ep`$9H,;9?3t<}f4˸g=I|#i߹vRen e`bR6R"$å6JA`Y@;Sw,zd煇ncV1gglȈ%XI4,sp$J]+Lj9D&#tI%Œ2N|ՂOB':&PGt*{vg"R 2H)8iKiV;^o  f]8nOxdDVIG0dW jƲZG!jzΰgb*Ddmp aa̓FSD*^R F1i`_򕬁ܛ,|6,Cvrl T5W"e-G r 7pa N ~ ؊s8m忔 <%I/T .'1`?(|Yv}iEd뿗_@7_ư& xd;Xw1HHsU*!^w\-z˂ eTd@5"xqONmK­H\-̲^4X)t$YɈ[0 Z;6V:Zp#.7? ^ -q8_mvetyI0$JGiƐk`}Ļtհ!@F8gEyV+~ ئKP.>J]-THn(@5 5EKQ!7$!ܠ1"梞T5rHnIMH\Τοg]~i'֠N56c>O;:,R$ D++҉as9pIw)9.;1o%;Ɣ@72z7wiN!4q).dti &(EV3m bAm'dtnVY 0G""o걈TV ]PP㧴y9?q2VY#wرzj&l/}lr.Vg927&q?đ,r)+#H"#a/r5?ܮ?4пQ{BTh%\""2ِ ݌]5.SC+bܰY ,g*5qhP9C(!%_X0]T+(ygțKK0;tiXO"رL}sR."yi&l\f0$W~p,1d0.#kV!nGܘqzGe{ӣqG=vD?wuUnXp\nDBrܜpK\}o#ɏv U}Jkg} @o1v~S&ް@<)V9rj<2 (nB% p?)9^W$*tMdohqK}v7X"SEY|ޕ%>D2JC ;0[M) ٍClYJA.d=#7u4LB6#/yy'^K`Ct<'iR%zҎ#&/b) * E S w`Rzjȁ%ޭ g)*: HPgr"n>I|D^ng6XWFr 1=-i&ّ& eQ%8Y"sJj17)8>J/GrfX׵y`=$X^!V[U~H(t&*hB.p5!,_1E}VqGL V3&y >Πa n=w!9C>W1ZijgOi|^f2ձ#U&MvմhI4kJӰ|ۺ[QpXjH:\KCsŤFMYݷ5#ދ <N,ܕR؊|V,OTα5CwRlV:+>i- Z)1FOYzoګ(gmv(tΘr%bFτ? +Cl|S#k}DdQcɃQS#-‘# 6Nt\ ~iM_Ps4xomUE0rn҃"K?3z_aQ0Q?Wtc'P#dwiT%T]t_73MX6;z{ݔ }ެÃ%hfw=? =w]!]TGR5|,5(NSmykO}Yy"jlAJ>ծ4j`)YTjd, 8aQ>|Pt 18V,ޠc_ $!؜B;PM0|tq5疩j{g@\c P1*C#ݶ!T@Ŋ a,)Oj%>@q Lk)j$xlEI^W* wɰR& :zoϙeu+L05Gljj2a])5'-C>K;uՒ|d]{0ck (Zz4]S<́G нf3N*VAc؍zQ7=`]?2asHO[T|]!5}lLRMFd+ژ¿Ȅ3H? Eo{t0%4?öߍ:@)K`-0mTH~@ m[-l@Ȼ,Dj>5:;nDԓɊf6=wJ&6R?/?Y!:X{!+\-AΉ3"1Qhj gLlnߙ!9m}PV48g~0C3h]7QFM" ¯+cMG+o\Da0MJXuc-gsX iU U{D#r3ESٍ  gE@T쬰 q@JS1d/7#DBYO V*zu\7ѹgP ̘TE 技NP!v㇡Af|ý$9zR0L>e7u[n Q#2X9yTVαiXD$0'%w|jZ2hcӯWe@ֶ{=DCirb^lFI:ՠܸqN#݅A?.$BE//. <_D\ST6 nYMfSxP7Rxx[y-PjG@On*z~;ЪN?\! 2.=ނ?*WT^ZQ@ݱg Ħ*K-I2^:/谰@G,|ߴD{F ?Y&U&;G>h )$H9/rySIZAt82) 1G[F ժe7}M\gQ~jAEm?G^8`W+$]\)G۞I D6KWpƹ>XYzND'sƨy9n4F ]sR7fȩb|4_&/3wv^B+hzVy@n-1Mke[VlFɺuwU!.LfA^Bnk1iJf7F _|R#u(›&! ޒ.a¼m'T9^=;@|-%Cjzy:e s(3RʻXxtIlippg`v4Tñ )O028T1A Pm+N4~y K1?sKR#࿠j{*-{fj*z]3iq8  g-ޱ.ʝ*Dux Ճ,MVs;%-U+JC.rOV ??PqB= (6D_IfP:](_=MD +$zQV6zN? 4N8- ˆEM@8! Cj,USV?^Qu>]VvQpI՜9/UͦJ17Vf߾CԱWjQ \Ȟ/=hw #U~YQxK7gc`$IYJ7R*Z={ANu Z |69.Oze5ЈQm;&Tqx oVUz$A3z O ,c6%^RF ڀjW/:ԄKe{7;^> ],[Gv OOn]#-EjXd>1ǹ1 Żګf]-lss @cMP3J ̷'ŧ1 oC'ۡoι6`͖SHͺjj~T@t/[V36~f݆TˍhX5!^"c z(;z3B :f oLWr—ۧQuLrC`?WMYz%7ܜ?8Qw:"u ;w7PZ!N2bbU%78@6ױ> 2 gS@ᑕ0W8Uݮ#ߖ*Or)g߫)UOJW$x7+D=?i3R]@Y3ƩN[3;x-6ԫYGx.[tn$ rGɜ_rud=S[}2S=ZOsnTH%w1E/}tb'-T|tur6+ȊNƛϿ!b5k!EyYO3ي_f1X%/q,֬-hU[.bf+RV )E]dF~k xMpŐguc(䊅t!CCbRd'7z%ekbm{ㅠ#y^y`+M:=@'ţTx ǜuwDa8S>}Zz@y^30 FH[*ȸoE\b;ݣvAD(1ش :X$K{m1jq!n2:3coFsb$ަ:0|>=P; ܃j˭5{quT/<ޛ6 6o:ʭ(2eLۮ1 g'c*Cs[SN:- 3c:qm<\k,9b^mHΣh%1^JUG"s}6K>2qqG 3} /϶xnCz <Ąɑ1аH)Nys1w2p!SZm&|qU~Z[IP/qXj$TNId;:&GdIt0ƭx&y<3:hcRL=ݱ9 -\~VE%ډ, :[^vP`_-܀Bl}ΐE춤h_c`[$t)~'*c:KT&+jFsRc+X.' άZ]Gڌ4m)t} qt-tNڪ(ydPtG6b%ȅ˗{3X}{ I^gIXZ)Grb>sEg=\)Gd 3ʊ01L*兩/k'RVFZVGn)(*؇Nyr.+p=ۛg+t6[?^GvOV´PLåbgd绀 6̀C55,ԘcaZ]}A-[Mjb\js+@b=5;ÓO 4 Zݻij\ GXKs2꼐693Ngy(z@uqp9B(&{q j鱃] {(mАCw*L&%L}oDPe<6F쟍-vxǹ-dWkZp@=h=G(.p|9S '`HRv գJ&`n #q,Ab#sq+YՔK0&majT?>ν'A89y>X/Ll%&B3"mKB&Rޤwh(' Xl,,'CaQ=*幩Bh]S&WU/vJ8*6OB6"/\爓72lZNa7׽8u}9r&I _eȈ1 -6Y/uz%, zuVsLC'i${2C4kNc1O$;.“yL?KC 8 Ic.Cz?8sBQz؞Ӄ2U7"nbL ;3.2\Dbus|OX~(M\ db!ٶgTLǟ%>􂶻q`?5v595D{ol_c%W(ط(ޯͤhNlʳUdiCXӶ_8=#ρdŽROW"ϣi6r![M)#\dEn!Yb}xm'ԯP쒅,V魕xY qQK5t AejQC'+wE?V!VGNȤ[`a'pXPYf E]3y^ G&!Șwc3QrEMK=?aYy\3stdg2}0 ږQ'N N=Fh;|:%`jQty.:2@&9?܉=C2,3-h.C6,yBu@cf~T;NdxQj|㙛wD,(M(a wb[iCBb*Xh,5!{}_/ATC+/Yjڈ?jr8#!_/K (7&J tOl"PQo:EtWq{:vv~Nvu3m%Ţ_O٤Owz>0R$ a A#ќ˼-l;29Oi!q*S`i.8cF^}z])}Fp+-XcbS{yǾ߯ GE-%Ѡ96ӷ0u'xśff{=7G8ڼsk1;fҭP<IbtP ߰g26<%qse;$mQ ELlFnӭKc2gD/XPXvBJ?b|gz.(8T6>4^+EW} -' q ="Ay{ ]>z3Un{݋œd1l/Zð*"Gvb@zI?9iu! W<#7EDхõYclȉӭ#FN ahΫP%E$S hZmVg Lew8fr?N?cq,9fxn{nvSJg=úVuu9C<$yH 4J-_'"D%V+D//!R$B Ǝ}mff;*LM%AJVrnHէ60:1TH, 1؞?Cՠ*%bi[)ж 4͐g&Ǫejn+5>M H!@3Q5u8ӂ|J, …t|ڿtgkb 0de$t=&s; GB`_O=[GKxNZ11 A'b^k {dvm,6xrئ6_eΠH~jXKf_ .׃6af/k ރ%"30sfA39ueSխq h-i?0.E[I\(m2sԭX~0dgOTLoOx҃Tɂ@JsHjGnHӼ84m0)J 7{fDZ:퀢з2Ѓ/x ?iܟۢs`A?q&;jt[h*̟,'|M&DSNDitLkxH&-84»v]1*sq}9xT6\e.7,m,k&O87 ,CXYCїlJק_3-Lg\W_saC [[߈ 62:yœ {%k}ca76*=7/;s9S_*wӛPdtq VnNs0rB?+$>JBhL7LdFـ,%4#^ceG<ӢΏ[)G0'0YSH4d DGy,hjQˁ$͐XxI9 ջP6A} J 콱[8%tB3o)N[^>q^+rU+^߳L/R.G!RNKNrO3;f'9Z0z)lv{(x n(qĶ;g;d@\YiesKU8@En9D*FaʶF~9crh}!XqΐDȪӤPLԡ|#8JquJZ f\k2bztݮUjjVg?o}*Rb_;3+'|q2:Z\4ԫRo%.z ArIȿI1i랿Q"X[cΣ)[ -zh k{?3U-ޝ^."яPR $MH?qKFPEE _+{]d!g'#,G9ZKJ$& I*ޝce'` L\9i橛m]w#2D˥~oc|/ق`RK/=^ѱ 胧}\=,bau{W5G0צf o^p𚕺TԺ篧ג6eֲGĒ&uH-;>ъlG!lNLQVFAVXDEi9t;t!> iOvzGlD 8iqBg;E@pe:e;pw㻙tlZbEAZ\id?+ͪ)fyiKv7PY&>$*}YT;pKXi+7\KᎽw|͚zKx>ӆ+]:cdZ ~,{L)+eB |p;3b¶g"O8l5Pv4+Rdj:^ZCae;i2 #0Mَ벋kh͎M)~s/p|Ueْ _~\*jB3,̫}}v}eWX|%9٨X<il1̮W$uە=!͌ؽM4agppN4BͯT 9q,G0\Cb-2UwC|B-OF-6 UrM$]>s4$|nߟh2SZGh#%/] (`nXilܒ!:[|8Ax2JʌCldi\v f(=.-S 7%LS&ms nT)5+u4LJ'l˷t࿵ʆύݳR0Z%3K .`;<%}z$qDeФh& Ư0J\/OQ$woϚ0],rnmG ?My,k?58Ht/zI|h0jM@A>|3bt\F]+!80iEEm Ƴ) 9(]3TInRSAxFjktӷ ܭ>#jJъ(/+ xmrd.B{iJCA?ɝ+( {G9,[ىɧo{ L&A,n(ԭORHXd%b{+p>0w.xX;6|H$I*jͼZ*'u4#;e K 4z|F'򧙻-M(Voa3μ-,1_FpE#|<+Uvn 3iŽH7Mo|zcP q/%Y=bzY?){\7.ְSsTv L;)ڎ) Ʊ٭z(X42,~ɬR{P;o!B1xǶMR?Vc* Mq&[!?L05@9'С$; YZ