c-ares-utils-1.17.0-3.11.1 >  A _+p9|U(8%y)rPkgRH}?{0"k LP7e`Ы Ǒ<6 53DMoS6!P9UvX h+5Q/胮ĸ24NעjvQ}Nm+-Qs8amɠRef-'VIi B=t2q,R CcޣA0tsͺxx_<"/: hYrkb-_de61be0fee3ebe229e50d4b89deff55faa0b575ffd1b5b1540058ed674cc76dc22614dc988f5398d4b5a7999b6262c388e3a454b_+p9|ro՞efBP˕e>Ҍ>H'lQO ;zp_R_ 8n?Ul Zu;q\2ѹ % ;X+Ȗ뷩dŏ$!uin`D㘩j5 <֖nT[R\#E{P ӯ:t s8o{ai8 6jrؽ[X sׁ["6E˧a6/zdK.-/>p>/?/d  B $,0Ijn      0Xx   (89`:F)IG)\H)|I)X)Y)\)])^*7b*c+6d+e+f+l+u+v+w.x.y/z/H/X/\/b/Cc-ares-utils1.17.03.11.1Tools for asynchronous name resolvesc-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. This package provides some tools that make use of c-ares._sheep63 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxx86_64hX8@-A큤____Zz_cJ_cJ_cJ431c0d328ce7904025f9acb17a3f376296bc03bb7955093b1994137e6d0772b3c504322f0eb3cd7888b98ba63af13ce4fb52f3e9409b1906bf6dc61b0b827207b49ff1c3bdc29cafdd743c48ff96e133535fbb2e1e17372a602748fee5206a48db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4ca650d84ec3b20a453ff5349350eb1f66a0c620fec62a6b2816fb21ce03e25f46ef32a2e9ee7cc8d309e3d010f48b6a9c1bb87a211b4b7e35d91ecc578a7c861806de1f9ced875c53a4f38d9cad349e926ffb05bb64d67b6a746bd62b768948dbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-3.11.1.src.rpmc-ares-utilsc-ares-utils(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcares.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Temrueckert@suse.deadam.majer@suse.deadam.majer@suse.detchvatal@suse.combadshah400@gmail.comelimat@opensuse.orgadam.majer@suse.demrostecki@opensuse.orgtoddrme2178@gmail.comtchvatal@suse.comadam.majer@suse.demrostecki@opensuse.orgadam.majer@suse.dejengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comdimstar@opensuse.org- add BR for pkg-config to get the provides in the devel package- ares_dns.h, missing_header.patch: re-add missing header in last release- Version update to 1.17.0 Security: * avoid read-heap-buffer-overflow in ares_parse_soa_reply found during fuzzing * Avoid theoretical buffer overflow in RC4 loop comparison * Empty hquery->name could lead to invalid memory access * ares_parse_{a,aaaa}_reply() could return a larger *naddrttls than was passed in (bsc#1178882, CVE-2020-8277) Changes: * Update help information for adig, acountry, and ahost * Test Suite now uses dynamic system-assigned ports rather than hardcoded ports to prevent failures in containers * Detect remote DNS server does not support EDNS using rules from RFC 6891 * Source tree has been reorganized to use a more modern layout * Allow parsing of CAA Resource Record Bug fixes: * readaddrinfo bad sizeof() * Test cases should honor HAVE_WRITEV flag, not depend on WIN32 * FQDN with trailing period should be queried first * ares_getaddrinfo() was returning members of the struct as garbage values if unset, and was not honoring ai_socktype and ai_protocol hints. * ares_gethostbyname() with AF_UNSPEC and an ip address would fail * Properly document ares_set_local_ip4() uses host byte order For details, see https://c-ares.haxx.se/changelog.html - add missing upstream sources, to be removed for next release - remove unnecessary BuildRequires - fix building on SLE12 systems- simplify conditions bit to make it tad more readable- Implement multibuild specfile to split out tests into its own flavor; this way we can build and run tests, which require static lib, as well as avoid packaging the latter without issues with the installed cmake file..- Version update to 1.16.1 Security: * Prevent possible use-after-free and double-free in ares_getaddrinfo() if ares_destroy() is called prior to ares_getaddrinfo() completing. Reported by Jann Horn at Google Project Zero. Changes: * Allow TXT records on CHAOS qclass. Used for retriving things like version.bind, version.server, authoris.bind, hostname.bind, and id.server. [3] Bug fixes: * Fix Windows Unicode incompatibilities with ares_getaddrinfo() [1] * Silence false cast-align compiler warnings due to valid casts of struct sockaddr to struct sockaddr_in and struct sockaddr_in6. * MacOS should use libresolv for retrieving DNS servers, like iOS * CMake build system should populate the INCLUDE_DIRECTORIES property of installed targets [2] * Correct macros in use for the ares_getaddrinfo.3 man page - Changes in version 1.16.0 Changes: * Introduction of ares_getaddrinfo() API which provides similar output (including proper sorting as per RFC 6724) to the system native API, but utilizes different data structures in order to provide additional information such as TTLs and all aliases. Please reference the respective man pages for usage details. * Parse SOA records from ns_t_any response * CMake: Provide c-ares version in package export file * CMake: Add CPACK functionality for DEB and RPM * CMake: Generate PDB files during build * CMake: Support manpage installation Bug fixes: * Fix bad expectation in IPv6 localhost test. * AutoTools: use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS to prevent complaints about CPPFLAGS in CFLAGS. * Fix .onion handling * Command line usage was out of date for adig and ahost. * Typos in manpages * If ares_getenv is defined, it must return a value on all platforms * If /etc/resolv.conf has invalid lookup values, use the defaults. * Tests: Separate live tests from SetServers* tests as only live tests should require internet access. * ares_gethostbyname() should return ENODATA if no valid A or AAAA record is found, but a CNAME was found. * CMake: Rework library function checking to prevent unintended linking with system libraries that aren't needed. * Due to use of inet_addr() it was not possible to return 255.255.255.255 from ares_gethostbyname(). * CMake: Fix building of tests on Windows - Drop regression.patch which have been fixed upstream - Refresh disable-live-tests.patch - Remove static lib since its required when doing tests and we dont want it included in package - Run spec-cleaner- Upgrade to latest snapshot from 2020-01-17 - disable-live-tests.patch: refreshed - regression.patch: fix a regression in DNS results that contain both A and AAAA answers.- Add netcfg as the build requirement and runtime requirement. ares_getaddrinfo function uses the getservbyport_r function which requires the /etc/services file to function properly. That config file is provided by the netcfg package. Unit tests rely on it too, hence it has to be a build dependency as well.- Switch to cmake-based build. Some packages need the cmake build files.- Fix version number of the snapshot to not be downgrade: bsc#1156601- Update to upstream snapshot 20191108 * getaddrinfo - avoid infinite loop in case of NXDOMAIN * ares_getenv - return NULL in all cases * implement ares_getaddrinfo - onion-crash.patch: removed, upstreamed. - removed upstream patches that are part of the snapshot: 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch 0007-getaddrinfo-enhancements-257.patch 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch 0010-Disable-failing-test.patch - disable-live-tests.patch - updated- Add upstream patches with the ares_getaddrinfo function: * 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch * 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch * 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch * 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch * 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch * 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch * 0007-getaddrinfo-enhancements-257.patch * 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch * 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch - Add a patch which disables test failing on OBS (but passing in local environment): * 0010-Disable-failing-test.patch- Version update to 1.15.0: * Add ares_init_options() configurability for path to resolv.conf file * Ability to exclude building of tools (adig, ahost, acountry) in CMake * Report ARES_ENOTFOUND for .onion domain names as per RFC7686 (bsc#1125306) * Apply the IPv6 server blacklist to all nameserver sources * Prevent changing name servers while queries are outstanding * ares_set_servers_csv() on failure should not leave channel in a bad state - enable unit tests - disable-live-tests.patch: disable tests to live servers - onion-crash.patch: backport fix for a crash affecting .onion TLD- Remove ineffective --with-pic.- Version update to 1.14.0: * Fix patch for CVE-2017-1000381 to not be overly aggressive * gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called * ares_gethostbyname.3: fix callback status values * docs: Document WSAStartup requirement * Fix a typo in init_by_resolv_conf- Rename everything to c-ares- Version update to 1.13.0: * Fixes bsc#1044946 CVE-2017-1000381 * Bunch of bugfixes - Drop cares-1.9.1-ocloexec.patch as it broke again and it is not really worth all the fwdporting - Drop check phase there is only return 0- Version update to 1.12.0: * Fixes bsc#1007728 CVE-2016-5180 * api: add ARES_OPT_NOROTATE optmask value * Collection of bugfixes- update to 1.11.0: * Allow multiple -s options to the ahost command * api: Expose the ares_library_initialized() function * api: Add ares_set_sortlist(3) entrypoint * api: Add entrypoints to allow use of per-server ports * api: introduce `ares_parse_txt_reply_ext` * api: Add ares_set_socket_configure_callback() * Add -t u option to ahost * collection of bug fixes- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.sheep63 16061270991.17.0-3.11.11.17.0-3.11.1acountryadigahostc-ares-utilsLICENSE.mdacountry.1.gzadig.1.gzahost.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/c-ares-utils//usr/share/man/man1/-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:17296/SUSE_SLE-15_Update/306e6cfa0421df67fb7b8d814557613b-c-ares.SUSE_SLE-15_Update:maincpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1b331490ae0f8958ceb5433878d2eb39dde7ca82, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=22130a4d6db0109c4a4cd65cc4b5ed37e09442c1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0668f4283c1eb5a7e7803e5b281021a86c27233d, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRR1Q:+,p-:h utf-82ffe06be61e7f38c06d85a5012684d76c19d82e18a4862b93704786b4db4f8da? 7zXZ !t/N] crv9u)).x6܌ԕy<6HK!g61^$9 TR,?=%Vbј21{qf[sqe[u*]ԡ}NF:;辥)X%z✨8=:1AuAsYmZE_Ž sOorY/sԙ !veAER.ڏށQv(~h,~B@zPHDA__E*$8\I|+s׿2TJ!J%n:tT[xz`omEQwӺWS'I 82.A2`rhfpŎ#U$QaPD YK)MOlf !|j̢}M_B'l땅k{"} c).Yp,֙Y)Cӫ2C(OJ"q;6:ayɦqWj큿G!S;_75 Y7!73+ϑl0&Jky~D@Y KDK*Ri;cNOO=,+S\i2'qݱMi Nat Io`7>SÇ8cV贛KZpchE&ʸ,F #iJ9MF1]7oLjLIuɌ;Ǭnw jSYB|(䰆1,M"Of-Ťld:4LȚĺ.yYuOR'13s98LPկ]rvcqjj-tJ p~߉^N5RZF/J `󙏥 _ut-L˹9jR9ZMKw,N#ȥǯ41IXh7I!jv-B=qQJy&(wK0ǃ):. Ӥvxmx\J.³\ɨ\NR=s=SҌ֣զg>u@2x[#~UEwMZ:UL$Cm1P*? *:&x`(<_Kd\7M&!?bӿ!DƾeIiq纉E7rYb.EKEVmN8EАsTh-w-5I.~促)^?~cr<5 efO.S;g"uXvzb<*[NɒUyh#3kƣQ >&]a^da#&K gG|VM:n;) , ط<]2U ˈR%y.XaTאc0Zv=Q'jn9Ao2Ż=Ika y S` /8؈*4R4qƷts+[zmHX mnT{+:߰H8\ Ѭ2;Ĩ cFʳ֋'S+U{&WGhgR9i`0β5ey:Z@Jboy]Y k-+hAeَFӉLa$Kמ<̋rB>T3t _8>usߢq{ ܛ$z_?|qb~"<1~P0@ۖ4 *TgU&NϺBA$Z<-2jKJn ,hAיZd|AFV悶gD CUdsł{<8#Wz 6䛦Zi<긪l=\#tL7BvѶ`׋qg=K+ 0xWd2nqZ^NKT8LҎMHc.C' sbJ\QYx~D3 f9ƥγw`tG| [ҷu޷s+o ݥG7zRmF~ևl$Y0 ]{Ȯlt/vEM Xwdb#.P{ ,Ž?g*fk%|2i*(S\*אj į8S: !~$q}!naGps`kаA,׳C aJ\f8`q>'=C k4^#"'K6hp$'{(iSbٻ5. Iɹ3VjwkM-ϿP3AP9:vXhsRCnL=IvUtAt-%6l. ӷ_* #ڛ;3:"T˻xSBznjܠu(3)p!8%Nu\J}&UbjH:|BG5R s 2*~Iق_g;<U= 4JmӪ5&Xи؁{:-$n.O?}tcY0`dp4uZ PZ/2I:c|(ɠ uyAYA[h߼ԿA7 Æ;/$;AÇJ5ɍW ɪΫVMkK^>|c#i6W7.?C1I}@zviyڜc8ߝ8Uk@/#g'^|cû01f_z90UȎf@1ghԺ'2aƙ5W+*{jfaZeMW;גYGsLlZ-RIwn )e[>Ah!x?HQB"_ yD8N+\:S56+!Bn2<τ)EU,.p.ʹI'Y12N>/fDܩ +ja~AXhߐ[;Q',(ÖJYh3Q[>kOb4yYs! jVlUkLi<|uL[77yߴ( m-dcٕIlʢsF-R'f3 1^=DWpxjƯAbI8h\dnת{〝Ǘ1Ny "SEԖA>vB0\⢷>ȋ` |jCDz&2p`C_^'`삒 &}(ZYP\ xx 2x0q9Nz15ؖCX3iN_A7!P0Dwu`~ D+U:c^z(kѱG eA|#dwg:1 8C#Hh,N %4U ]špHaQqЄ.<_E ×2jWvՊSgo>QA\y#$Jms8;Q╒GN6ZjW1 ^^eVFyqp5kkѬ"ֶ~%@m!2Oe7sH}`}֎[2t> W$+M~pF^ْw #iSTl;jb#}JV<9Nzܹ$G@רeH `nWLrE\~y"dA~ܨڵp$c’H#+Tu M-XJalMrM' 5NG,(/nWu؟{n#x|zW:G8K>tM٘.IbI6.%1E<,^%:ȴ;z ,1@d,jRQ<6_r${3͙AU2)V.4nay93K__:ezE9ԳqF\6JvHX$DtՄf@9 ݲA llW9m=OݽCh[/"0qvqq0n Iw O!m/{dh Q=|?K](SGD MC@~(}򫻅QT@g( m"gP+Wg7}'; ELc+g@3b\J*lS>}oULQQ&-X0c?UôdĐ(5ݝG0CO /_|q섰x =3& KlAk~UZa+,<[T!F\"2=cgTjY3gJJ73k"&hVe!NY@:~F0uj00ߊIi><%,…ukd!a3yLfBF$weǂ.˻t; Bvg8U @Ku׶ 8|m2LewC4^QqA,gVg j8힃8iD+Fެ B{#0G@pz¹ۉހ'kc,yZc)=Ώ¯}؛1O6[{O}ՠPNG4JC]:prV e\+ɟOɋ"U"h=ϻ&KZH=^L|xJ%=XPEdF!<Ԥ7paj%˙Qt)Q⭄x6Dn:·Pλ?i(i \{N iD58r/Kxy]j/G$]0g>$uLRi6,pMƒ%GE knx= ׵9 9~6 D/٣(L[*"@I',gNkJOYbC!߽va?O[y[%(^fVQ-)H3#6OXZSF o?c=vpx/)El8u<@Tf|@w'C]bOt+ @IAEbIЂj10X8bH>8[#]Ħ'uFrϵӰ7MDN0-q\FY-,#UE1zT⌅MdzbyX cn4T ̪pL*>0{Cp#UفJ tIrA̝}49+A:Y'nN'gMuT{5ު~lF;%MYȡPV%H> ?py^.?ON,c9W{| N,ԑ\POd}鰭`Ji rmȫy7L$Jx95Џ<͜ɫ.+Ub/tlYm _B$Ŕ؟nQ:^bV/#2l"'kiYFQY3a`kk'=:qhaN?H3heh77~,~U:;,<@%t v S"ޫdwrX^p_*@Tl -q1ϜIݷ9uC bOiZ-g> c[m _|Kƴ.~FaC`QGLdM B)`}C%0|^~ >7+sؓ dސv_okk%՗zyt67c^"r`청mk2폔z+( *qU(_)"!e][sF>l7ǰ?m+a:cc3p7PO h7&V`VzT9VP{c'ыd p_=:lʴ,=ɋ6Um;JJڕozf_QӃfMpohr̂f@Vi<{K$A uR@Ac-O6C\#eRʁZҮ G_*sS/MVH tbyB ŷ"mtb-hW[-Dg-Kwr,79=ZAm K~{Jf)0X~קp9makr(Ţ%e ÝJ-L`5LAfÞ=L WWVFlJ 6!*ǀqrr}a`7yHf.nݢ/=~ə7pAܐ]%POEd;2 ~T>ɓfrj[R"%[9hD\p$[|V^x9+*kT)6}*ub(~F`WfK$.Wmm9F"4g>`Q]oژ}Mce0czÑ-fci[ *2qл$Mz%)9Dob-Z%kCѱ#\^T,*h1L@I7>)+nhW Njg .N/89gq:іȦ0 -W$:~0b2i#]sUŽݗ6uG1s Lj1)c3mAUݣkK(hqA(o}y{NȫT-("?&MFk viI 40!dnXja\3\ <ڳCh(*$)qAaV89)3ԇW=nտ)A'e}ׇG3 s52 R^67q ~@6G6XZ 2<5C^G=Ukk粆}ʣ &OGU^M.73&'Aow" A@Kw҉m[BQ?Z#׬U5h۶S&=Q\m ny~|q~l}`1[Yܹޥ#d׬(bSu7.ɀ𤾐;t٧c8ʭ% r6+5~t|Ϛh+$~vrSʭs yQ:]c4ȫ-hRS>oExl[n 9wXP(s6H <#RuB:}W94G{S?1[$Sifn#R&,oT.s%[\&:YFe70n`'{A泾}oOɧDg$>{6$;uS|Im5؃c)^_$ɲPM&>jհ%p-}֪24TIp5HdM ӑ) ByiOeȴTɸV%xyJxQ+ 2k!tL:._Y eRS)Շb͎Yo`_ \rP^9ʲ vH-Ek D܁3KW-Y^AkֆQ>D;zۓ>ulƴ0Ѿ~`H؁_@! k VɇzZp9pp~ χ9S ?&Ĵ7& ;U1fQV3ࡒmGnaNA.~>Vk⡏Vf5b=+3&~btW]svszC5,vSdU Y6b'Ȟva^6=2B}yl&D7 ;{|;&+9moRRc~oH=r%ADѲd !DzxƬ'%W4\XoLZW6]4qM]EY|ܼ7Q)[l_>(r> cmݓ$Zl5nMW:ev\#q~!ɂx1.;2<4G>S5-kXV_ڦ>)l4T (_cտ1~ݝU.\V."Alݟ.^'"tݔǞ[cc'euS/]PQFӂ?-÷fc,Xe=+/_PV?oC[X7 X;쳝涵_CJz9OZ,+zs)gRIF {DdA(v)!u`qfFic7u)şd~6'{_΄PD:NrtSFrXsl`@US,\<[1UɈ}(b@Dz>a %ԃ9C`48%>2Y#mU+=X|x!vĚbl= aIc  jqӨ_=4y IWqLUAuČDakK@$ihxa Eam/qG8#s8_A]Ekq&b~IwHpatDIם$A؅$Lu ˊ˔6jg'*4\</JWLf R{5"MSBgA{Q%}_b V}\eK*\!,z8ߦT-$>'YEw@5*E,?|t=ҁm &_1@͈Yg̩_޷d}εt?ާkD.zFMA2Umr5dB4FbZ+ c6#{p6qLVPN)ƯR5O-u.դ?>15zDba0UD `|Y_Fׯf&6 ,;xPpT6pŠ80wEI|<{VȺm! \:VHUsOmONVh;zIiD\:xjf?zɬk"Jn\O5+t' 5Č oIZL' IN31b` f<|?ڮo% ,vNq6mFU_NLjIW*␳"UП7^II:Pzp5$yD_{pN8iUh -8 SjCY-ʤ nU 2fD#X="a65n"EnYYz+4ɾ,4cd/~K >k!1J`"Y%%C]M4 P(M+fG?>|/ti)5U` `tLpEJ aJ8IX ;;2.xj5 6NROߚ Gub`M WV0x?j4d t2"X6yF1ep+'v3x&)9/j 0iS^ xrzyv{4flOêxz^?WlnAۦYtؑAz*ȠGs@H)<($:.N` UX_9ԣ}fԈ {HψVj>M;<焰ݞ:(~b|f 6RhPo$/wS |W#3%@zB-͊GHړ./|'(9/QS3>HRB-ŋVK4$|,Zڷg'4д1:} b~̻i8~UWXDgƊH &Ӄy[J`ixWڎN! ;P&ˆ_6Eh|A#qq ҩ08,\@Wr Q\cYg]џRh! `mrP[wtͷNȦiq.kJ3foCU)ℬsֽ<`Qq=g˭<&q1Z9 y E%+Z=-mĩnǃhNęɢty|>z9=j}0]EA6im8FNl{./zTr%(#sPwlDƾܳ!UWEx󋁀 O B_M|pg !t/תn2ma: y>N 6?l׈EYN]+$--IW"[ج=$%ڊcMk4p.QZ?D[,w9MNZlŲsj?I# WSIgw fms ddK<"+ğ7~3h) PQ[c y JJ{b5Plbqǧjx*6؝ZqH[fx}Қ'r̍?(:6 ws9ò>1Ԍ}Fkl)1CŷDžq)z>9)_YN)ՔqmB,?Ew=ZX |%KY m%x{cѦ/BynYa}sb1m<2Gvl?y1~ϕNO[P 80mT`,'Sd'2AMtx_Ue]_~O}nOߎ0+ZHTuC8R"{v A2-˜O-czX,ݸ\@i I]^S.㡞wTy:hV fM:}+8=4ǵM3f "C`4jK:z'KBzeŠv#Ql:5c@"6D՞x:lQ`+_o&Os܁qq/o}_8tVg/l?xO\ qgi8i@6D=9{2Dc-5M-e9wuJVӶqV(͔F|"5wWLlJM]CN!慏ߔbZ6&1YdAd!gPS>0w/r>A.wgC{vĆDSŖZc|V:J8َ##A5#ys}9)?O- kЦ `21YV8C -9I 9!1ef%CҲu /ɿ90V-{iX' ͪky _SEFYBوj6EO*eCƧVkk4>`c(ڎ5(^5KˏL;1cra ݵUZBjN!:sχ6A| <}[/mw_ƪ9$(O1RM9v]CuJq{F@Rj>eOeoT͛o0:]q`Nsn;, R& |9z2I.IE%* `%hc%|}Zv6RMe-]ZXi}+DPG!=b SŲ\AM$-0y/mi|dHNU KhBNZD;Z]1R#3%ɛ%su5%@L8'V}@^-@qaȀ @}\wCkcAcFFG:P$uƏ`yZ_feVҝVfɩu]1}~h%SzB !BE0W/1QlRCA@GM$&$ e>M41ʸbGTdg5"HI !]ǜI{~~F-u"Mfn}ܬ3V6.RH oދH֨}TK24s0d?/d]ʫ5d`{rjʩ^]OY[m_k>~0 j)8#@k Tu)SE==23jD62CZ^ѷzI} j!I.W̧SROƔ>.!ORoE%$58K^EC Ǫz^"\Z^ka@}`]0Ԇ_uzH\渰Ipc Q/msI3EUh7XR,\oF܏m|;G'|)ALr*"X&Z4lO<.)[^g8|\5`55:U5bweߝXeNīLqsjM}.Vv"+PprڥtY%+V eGm]z{GI G N L ]ˠ^Z$d_jH(= JpEwY W!3  1"wdNV~~+w0 je<%]ݝIn AMQ!U1@S:i5wcY}qw8Q &!he;Va,9V#T~48m۳^"b5+->ӘGaf!?oZPղ6J챷)Xoj9X}bc /0+.>!NoğT//Ԣ[i"u:O+CP(㒛Yu}+^ n؟K`weN6H?T=$p̯Zѝȝ%h#׶ YZ