libcares2-1.19.0-150000.3.20.1 >  A cGp9|W8h 89- -h6"3W%(sCo3 |[1,K %1;>"2yy_ѧCs>=Fuܗuռ8>Ӂ Aču< ra){o 7I?subwj[D/',1g[s4>jR͆H5I;fukY1]ܗ\rSȥLqN~=|accc7361b8e8dfdf83cfb0a4343621a6d078a20c0777526a0b64c189b715fa7d64445417e6901aab5d4e0e7ad9ada10f857c3659cGp9|0:`C K$MxwQqמP#X܈1$ z|or'VS1n̝g3քʌ{ EKfJv k LvP.mX|^naVT'2@gq~`K}J(9W#&x?߬cGV7Q@/c `<2#" e x==PȨ#Gٌ*#! kޞ|+/FZZVm>p@< ?;d  ! H $,0Ijn     h  \(89X:E>8R@8aF8pG8H8I8X8Y8\8]8^9%b9ec:d:e:f:l:u:v:w;Xx;hy;x z;;;;;Clibcares21.19.0150000.3.20.1Library 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 the shared libraries for c-ares.csheep73jSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxx86_64gA큤ccca7Lede9aa6ba055b2a8dc5efce617d7dd6e197ed4fe9bcc4b0900ad9dc9a6df19c8edb4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.6.0rootrootrootrootrootrootrootrootc-ares-1.19.0-150000.3.20.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(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)netcfgrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1c_aLa9@a8a @`@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Temardnh@gmx.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dedmueller@suse.commrueckert@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- Update to version 1.19.0 Security: * Low. Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. (bsc#1208067, CVE-2022-4904) Changes: * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a custom hosts file location. Bug fixes: * Fix memory leak in reading /etc/hosts when using localhost fallback. * Fix chain building c-ares when libresolv is already included by another project. * File lookup should not immediately abort as there may be other tries due to search criteria. * Asterisks should be allowed in host validation as CNAMEs may reference wildcard domains. * AutoTools build system referenced bad STDC_HEADERS macro. * Even if one address class returns a failure for ares_getaddrinfo() we should still return the results we have. * Fix ares_getaddrinfo() numerical address resolution with AF_UNSPEC * Fix tools and help information. * Various documentation fixes and cleanups. * Add include guards to ares_data.h * c-ares could try to exceed maximum number of iovec entries supported by system. * The RFC6761 6.3 states localhost subdomains must be offline too- update to 1.18.1. Changes since 1.17.2: * Allow '/' as a valid character for a returned name for CNAME in-addr.arpa delegation * no longer forwards requests for localhost resolution per RFC6761 * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so that the search process will continue to the next domain in the search. * Provide ares_nameser.h as a public interface as needed by NodeJS * Add support for URI(Uniform Resource Identifier) records via ares_parse_uri_reply() - disable unit tests for SLE12 since GCC compiler too old to build unit tests - 5c995d5.patch: upstreamed - disable-live-tests.patch: refreshed- new upstream website - drop multibuild - tests do not require static library anymore - spec file cleanup - drop sources that were re-added to upstream distibution (c-ares-config.cmake.in ares_dns.h libcares.pc.cmake)- 5c995d5.patch: augment input validation on hostnames to allow _ as part of DNS response (bsc#1190225)- update to 1.17.2: Security: * When building c-ares with CMake, the RANDOM_FILE would not be set and therefore downgrade to the less secure random number generator * If ares_getaddrinfo() was terminated by an ares_destroy(), it would cause a crash * Crash in sortaddrinfo() if the list size equals 0 due to an unexpected DNS response * Expand number of escaped characters in DNS replies as per RFC1035 5.1 to prevent spoofing follow-up (bsc#1188881, CVE-2021-3672) * Perform validation on hostnames to prevent possible XSS due to applications not performing valiation themselves Changes: * ares_malloc(0) is now defined behavior (returns NULL) rather than system-specific to catch edge cases Bug fixes: * Building tests should not force building of static libraries except on Windows * Relative headers must use double quotes to prevent pulling in a system library for details see, https://c-ares.haxx.se/changelog.html#1_17_2- update to 1.17.1: Travis: add iOS target built with CMake (#378) Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake. - fix build External projects were using non-public header ares_dns.h, make public again (#376) It appears some outside projects were relying on macros in ares_dns.h, even though it doesn't appear that header was ever meant to be public. That said, we don't want to break external integrators so we should distribute this header again. - note that so versioning has moved to configure.ac - note about 1.17.1 - fix sed gone wrong autotools cleanup (#372) * buildconf: remove custom logic with autoreconf - remove missing_header.patch (upstream)- 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./sbin/ldconfig/sbin/ldconfigsheep73 16760228101.19.0-150000.3.20.11.19.0-150000.3.20.1libcares.so.2libcares.so.2.6.0libcares2LICENSE.md/usr/lib64//usr/share/licenses//usr/share/licenses/libcares2/-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:27746/SUSE_SLE-15_Update/3e23e36d292d48b129d5241a0440c771-c-ares.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bdfb205fa6e699763f2e569996a2ef3354d7285, strippeddirectoryASCII text PRRRRR RRR2X~R> sutf-8838ee63ab3417706cb42fe021b406fc4b2a7a36fb77cc6b0ff3d82502e6fe6aa?7zXZ !t/my] cr$x#GI;2L e)xVDUSwݺ)#bީ+hV7{[*&KSpK 0 JwsY͡iH3GYlh;*L0|:<+V* &yO)CenQE @:x5bZ 8vD@%,dvvP##W&kwԒ~^F2V2oΜs7jd->]7# f >);]ǐ|yPQ Qr?~> etF:QEՓ7HYJuCe6 Obz]oT23_S&Yd_0cӭ/]_;8B&³YP0wGx8:_-B'Fa}`rpYHm ./*^A"j/\ za2!{DzA @Ϧk㥇:"'3sԜBM7,LT4MruVteV:߷W<< :dtyo4/g ܼB(PRX6u*,y=*T4tC=*0  e=6/,-Ѭ @)'wxZ?:VT14h: :xHx77PV%Cr^s%~"/%Q/ Ȭ2qԿ*q8} TQ]ܨGL bsd#R$#-aEh(f{$spU('N mi+TLo\@ɃZ4AJ6/@/cѮ'N1'aYF-p&9v@݃^^W(]} ued u8zτ H瘦1LkXVa = ѹ,VǺ&$;+O^f=E ᤐn20oou2R.;uLNx۔2nF8fB'7ȞPl_% =-T 3a[fZ̷ҮӔ}WS@-DȻyL 1EN[`V&!B_Il\ O0Ӆnn2rfF{U(o1x)% ~\"jtDE2W"#xw"g cts7̀t߸!Q].5կOP2T1!ͷH"챥YH:?jSQUSe;^D.>\Ɖ&mO'mֈ!籤hq(VYBD) A>"?w8FxW&ۑ<$SzvmkQ˂I(ؿ|^ MANKD5ʞ<:k`v1N~- ȳƫbWYgY}5[ ,o2 ^!->Z6%Q ĮH`WZŤn4{\8H\e]~Y<1x T/*p} Kj-1v ʛ)~Z(gTQHҊ/y ɣp Ֆ 3T 6ή(Jtj[z6c غڙtW-R–j!Qzf3BE\R9nOL橯xx+yyB.kLHyKLDPkazG3ph^.ӵI^(u\l ^g XT 5ύ;CS2PtOP?mD/H+-n3*_} ;$ZU}w}mrG*tL̳0o}0(gO 2EkW޸+OҢO^*D-tIvBA,o oĭ/ p?"yҚ )]K}ND:\9~ zmp=lV-n2PN>HE=Qoʠv&3*.ċr❲;܍<@Rhݢi*S/SidVT+Ucu#~2G:4aZޕ}LJ Txܜ`(札u2d@`Q/pdéA_v_'A?ɣJ,5m g5ĭL60Ơf@5K#kZ;lAZ Hf~ 9'~{/xtGz3L!h <dy[7$r6ay'N3(oIζGD'ry`ozT%qoG=m3CHdx8褑h=ƒp#2TSjF~C~DZu PQ͔D Xs{*̋LӇVDp$ZmZκ:]zoyWx1٦b>>֋I6x.vJ>u/]yxǏ.Xl8Xv`)м[|c\y yHZ{ږ%^rk D  6fz:md{;lUa/9;p%n=J%Y|ߝ.KXَH$tLs;H4`K'+h~εB߲N2qyEw?8KD0S~rIanPG(x X.Zt(={kS>/x]^W}n:K/%X),=*#/'ڐZ뵗W׾uͱ؊xt6PJJ%S0pb>;Bj٨zbgQD#59$\}BRb>}0J }BPyI݃Ԧpb& N7PaƭaTbpEE!5S4L#D +Jlh.W(,$X? Nqo{ VVVC<ؒ=nG&:' WRS'` hw0>p%}[ڮt$FX_3,XÞAM@`n/[*5_\i`zU$⯯ o .eF25Hobѿ}w,BL!vudrrK`c4+ v `#Qdp~m(KqMn=uޏ28.V҆NWGL+Ӄ@ac|ymoK']0%;Mj̓Iӱ.$Du?Ҍl8$NϬDi]+,bU_gZ?gQˬx"Nt`ى3?Sf y̖2#P7Ѯ0Yg}dOfhb>Ǩ+m@l_~%^ ~sĔ 'YC  &q('/ W<'r~Q y} P_zm#~ηUJgwEUwy2L}#g!2\%k Iz D7N<IN޻{! $)?# OIǶ\_UN"=$LhTY]ָ1V[/5ҢgRh\6;"RMϦKA/ۢ!P70Ʊ#wSTzhdPD'&1JeSa7B0~Qw t 3N @a0!%rF$W+t!wq"qNfW9XTנ T1EV$scvDhmMߠ-Ҍڤ'V=svڜ_[">s(B1,|Tu-my"b%Ze),For9 J_tʗ+N<6zDxC0UTrt `WMubpu~c~NS߼*zrg; Vdd(OB!|ƶSpc'$aЍtlYS[*kuxR/Vڟ%SiPFvVSjsc C^3Z2=0▷'&#ŁXs+rͦ06I]/x_L/Tշ#Pg8[t #LU|T,Kܝ_L>aU2~fS聞 PY4EL@8Ӂ>Rn+',+)@A ?-:5y=".ӊ4?Fhw;ڐ3=REX_vc7%-6nFօ X3c{[JI @Dh]^Vg̽2.I:./D&G] o=3y._\AF [_͍dDi%=-+*b#l@h17H8k`WѠ=v KIi8ξb =OM+xd&R|E6Y85/:Q}ٔ&^I@{@,xZs/UHb&Q(*wRࢀJƙ51Z*d/ 8TU%+;u?;> ]o  &':!t (_t?^[6L%:E$hvsU)lfKפG ?lUJFɞ!0W~JB #I7^!-a)-UE䵕^GRr#j$( ){l6}% 4urnPX9Q4\۲ "6 )6zЫQ+#<x jnAiAfE1HR۫jͺCߒxJV[j[O O' M)׽KZ>t ?)_j8li`2{Jfi@Xm'SR1TǃevIFgX*\i.6A~'(MݵW4pS3Q?1y<"9 ֩6uǥQ|iGYj/vz4Xvᛮ4hIlSQ-|U_mpcOwa~= {miʹ@LY2Gh OFzL9~`*Rf_i(FuMyBz ;رMw\gb>]i N3ݬS(+~q!+G^ sk.%-hzs) s\_Fl/2AFZrv w3W<߻h-P'K~ p-4V`gINf *joG+)2AlVמlMι~tz#Z密5 zs͓}[ 5 b8h߉eE2F(x6STL\,{`67 ?KHw9L;>ɛ ;U ՅHoV[K77nsIrgQhoW4N1vvTM5K2pC louP?Z핾Rxo3y-l (1u"@ W̆'AnzڒyE B?nͺT8"*Yn3%R/*#}96ϤSѐx~oZNJh/<>aZ'ZMPDqd6`[E_G5`~8y?{bQH,]{u=S4"ŧ?=IGJN~ Z@ *4DtE'1-2wؤ,m*he#o㞅Kby+iYU_<] g&+D[uзhH"DC PG!$̵O4w+TF~SBpoKeOf%ك/u$p5.mTc|ǵF>”Pau4(]4/w8K/]ґ "=Ծ}?rؕ 3n}h\Oatˍv_ $NӞET'xLHg*\.!f8/9EL ]Nr, IXdwٕ+ed ` 9D](:>Ť.2Z7ctQlċFtcEɊz, x7-!Z@ As;%Qmn~S6F8t hDZQ@If|>)AdĊ$gmT$x σbI'CU3e-N9 6}-|anhK##jdlzhN<,w_66el] Q,N(K `qNl,7ZwXUw8 60}zmtd@RýxJ.DжԼBw1 oܵgbqP6Q 7fGrv-urL s1vVXkf 6iѰw36GRW-垆dEXFi镛Çs ~IOæ2Xc9 qI9 +V(׺}B ۹ci5P] PyKDPw$;2wHm>m5C`H4]BĄ`Y?*tiWg]c'^ 쁙[[;DwOEWaL|j6-)ɝ$_pq_*A͐#{0b\A+&9{DiXhRtR$ D>fת js`Y`RV jOH`¤,(']K}ϫ*XW8 (zOƗ]Ts'x0ËofuIo&AGvoUli*NY BPMBaxpȠ|A::ec1*2+)a~RuզOW>Wֈ6(xIMu2;Cj%3'hD/D2%Z/%R|%?MS_J1':[`W|״k0zN˨ewPDn uuN~ JbK8m6 sgT{_<Xw>j@1 yB#W-j(E2<=OX^GVٷTdO`M0]YDŽÓF6-`F_T>;AB~,wQ` M '^~jxfZ踁_)CB-f{"I9y|Ƒd 0ήQ|##wGi B~t"Ga&cf~yajiP gh#zmucu-!!+-kf%8)̫p)dmczimu"n?w.d.DnMf?R2Os{.P.KPQ_(g$'4 F^FdJ01Wnd,VXJ1u"UIʓgr[2զhZ.CJ#ڳHh}5HjӧbIa8{ (hſZѹYfP!UCsjC*&jH87/ L7&*BӓE*$_R/(~Y&ס,}‘S.!aWl#W~je#ieKfM0|7XS"y\r_`+z!r#LEcqlasto /Ԉ~AGz$0n~u|r+|EI,`{mo__.FLWCH Z~>L3ɬed4BjsEIQ'&t1Nmu(i'g>]F)m[iͬ[sctø)sl"b3pKDjJ+` 3'89 'mL|ߕ` 9池vܘ-x#H3ܭm`Ќ6/_h#&wE@̣mQC+z A>tcL7{@+٧=U2VH7֤Kđ{]jޠҠ49tsBTq|\2 'Grܱ6>S>  hN*U,5P|96sha H?#k%;5uQDvGiH`Ԉ>oH4Z%`L 9Ax+iO@-+b+Ў6nR]/ްfv ̉= mB,f7֋ Kc LYw[,mA xg^ڷD?BV#5',{}L eAڼU_Rvڑp#T,}Υnη"41ف&d$lw}1/\A %QrضIkqEo5ƧA&jDHRfxt(34"Ѣ2Gǐ$=ŢR'ݞ(- x[yLYH6&=`w',.ؚd.xhswU!d C'U ,miץ7t5w3{ךv' L>]#~ԓق)f"%MdUVN/PMI~P RT?u]N=5sQ1;Ɲ'7C#5$rN-:YSms*w>/uR)F˘[G5CH.Kx7~ZH5sTmKzD?#<gS^ʴKZQsIga&}X=N5۰vļ`gGvi.ɾmJKAct_8cmjL^_t|[vS`lo̰ N;^ (-aD%ٴ9R6 TAk8"΀Xbfv`ꭌa!ZV%[36wq?y@l774/(k7EcN!dayV4V W2ãђz9"Ġ ;:La~yj4yZ=(hz:U,5$$MERg"693*,lk,FY: iGzH S¨m, ek˫)W~ }ύ=M]emNk!ՠ;L9H˔LHTRƠӓ-,ml$AB{KVhMdm ߜGV[6Lp&FssM*™e ͖v'@W\WȪ&; _lQ@ &S/4j ׬hrXFSW$.=)+2pBɊ>ŋÙ&l3<= {0msP,d6a~樰m{cnzHIHZ"T7cƬf,YFPq'2{1-1'qV'\-Hme?sVj$N'2ř%җ`qX SԸ>wVa/1Lq m_nX+IA5-(Ʋ!ػg+v^3$^Vqh``@ý~苍ۥ0`8mQvI$~9w/Icm^Tdj(E 20Yyo s?Ǭ\$@1?6Vc܃sY#*tnmY zQ#Baէ99#IQSBd4_##e8z^EW/7Ha*; t}ǹKdd> .}9! *)֎>NJFb;Wh+1=v FV)|yHy"2R/Ss2:P1xɇ|MۏB.'Q&? !qD2d)UI kmq̗0 ΔlJ#F:jwa%ejFWD S.i)Rۨpnb)|WKوLKt D>PZ>> :`UuC^酱'.BٺT< hNZA+_\_mZCr |)d}>^D1uH5}6oԱ#^h6X=.Z|wn$SR|tZܶGgQc񺿊Mv rU8 7Y#=mG8ݸH-B?v3=b *>ͨatȦ *u PǿΎ$zgvɸթ7w+_ +8p9-6^d}>*E:'E69^-ݛ>VPMD؋K `}[┧T ڡ|]4dch1]E-YX>+lHkI(M;=I \&ϰb/kԍ<ٮxW v"L쁗7e~0Q^R)O5A)H㔶$GCw\Uhdv_U^%jw3؛tQ؊̈́q-䑼NY p{o}}*}y+M{0ÑΚFm/*Of5+$f?&H5e+%wl:LW7[vUG kjqŪx#p.aʄJ Fl$ծ 8F- ȵm- qCFKeod "+ԂH *h)EX쫎 >h]ZN. j=' YC] MC]W޻[M1eԎo=p<'y>s6}>Gp s\k>شˤ!uqlC }"v=ԋd{̀=(قCM{\пx٠gfPt[P4K۔ŋ?'bG}s[g-<7Q+醋Ù Y>?۫@q9M4V`$(H&?S˵zo~vh~{*qNb۾0Ks T#? z`bBsYX18oY7c mFO3">}ITj/X5H^lo+Lm0^5,9 q95+7ĝy1,Vǽ?^iocP,:i`b{☈?/S\/[&A#*6`Is2IEK"Ra٪ D㓍h&Wχr$j&k z:ˊЕtG('Sl\XX4̕o h ,M=TnuQ7O);5iSwLإYurBN \΂MjgOo+߄a>PR-nN|k_VJ:OR=Cx'̵%O" ([gf|شAgAʃZASp]@~40Ǚ-hO!4[CWul(>nsLW*%}%tL,Zau qydt4P{/r#. FNɎw'KBSHHuq5oCAkԘdoQ֢̏Oకvںcfs Tz;84!Hv@$<! ; K{ݳ~|_9ۜg^-'2rU#OB(?ΩEE`{oœ pr2zrŲ;F"6<'"jKܫ&Eႛg// L€OB5LL5$._9+lq}_xH:#H*fwwͲj(q0-9+e1[\qFn/Z\ٚH,97" $K]˽ ;SS LLw %p@&aw^rLKfՠ17m*of)~kw|3Qsuc6;+_w#pRTye;$|\{)SAlΉ ɪwa 3*㜡]3w ZnFaݺ,D{T` k >(:7U/L+"6t?~**"k!3%Q}!B5q߱x%k;f"gcwm's H5r<_x79wh4ПlߗOG*U#5Zep!X5yU= Ȍ%i;%-軙B_5ΐ7_t[n0b b(:!r"C[)rT5oqEƬGIBH^S3+1s`tѧ%ٗfj7VWK4d7y\<e&=B7)6ә[ewÙ̼uuq@E61A5^ci⛧KWHqTl\I3l 1Ukӗ|rSEZŏs3̯ G~Vl w,LZۘ=h/置Et:E";ԯE޹`Sf\fp5<%dT͢ErA<1 /.M5JmҢA>O[N>-jYHn/3Q:#*j( zOrž[>MZ LNez(lߊi> Iwz6RʈӯD6wlěiSe>gfTd<Сkab{훗7oQN͕'4"Nc aW܀2|TR#10aOS6Ip_FBM"r@;Agaf|Q+BS1 WJ}Sg'We`qi{>q>5|ߗܷn Vr|+I&$9w*nG E^ٺ0kiL(;6iE[i sɷ sݎT\wW'ɐ{Y&gid%Ϗ ¢`>A0挐%b^CU[8[L&tOyH,~_SΎG1'CR:''ӃwH߆<#$ {ɏ[8{0iD7F4TK7Z&6żRenߔc/:4z>m/=`aKUaJvѫ6n׼{%6UqubE ( $BTG;o>{G_BX@9MT~*+Uup(ł%ezZLUiY;j)иTM;\"*->o.#UK 0,jIY#L5V)8T쒫(wq) +C\{ > ӁQϴ+[>tB>G:(>0g[)s'OӱvS)b_P8bSATҌҠ=ߒ)"\z#&@{0Z gOķ!o Vz]^o iI0w쓉?9` iE~qZ5uxLs7Eg:x^Y)Йtp CQ2Z:3c~{YP`zޓVΊ2ؿ~|V×Y"IMe lDi)W#K5DVwیx' jJ08^V%0C FRL"붡.¥XXE/VG(*I<5,AK'C,Qz?k;,H٪Jy{L1.΅{Ԋx7bRxvkӏ5T+/tc^h8xϽ-L,:y"zy9ɿ:hh7]W+6;y%<6pbbs|qN@bC6\\žfo{ьGekyd d*Sem:EkAY%ƍrxTRR Kv+Q_ {+v qJL$^M;,j8}u J`f6~/;?+Nx6b@c(Zo p#'GXuݸuXw0vTxr*@Y~T=$Hi⁰N;p5S;gu/~2sfBr/rMı;EIg>Pyu :lYjZ1hW钂9=i.L?w0.7%X ~n6i:TgҡKe ڿߙK %J@Edԗa}|^D/譨?3 迈T00T/ԯFhEӲFj I8@aNzTaR ENQ|CIZI6buUTWEwVEq8CFΥ2}͛u6կ&zg聸gEplW.Tj j9MDYy ]u{PRYLuL%*n|yQՎeݴ([8\{Gܩ1 )q^l@#۩SbcPs^SĨ oI>ݾ9Z3ҐǺz)e9=ÊjGGoQW(<^\JjKSaa,QVŘ}ƅ֏ԃ_ w/?wP uDd"|OLn}C.2ab}2$OpsT?YgGj,=.[xe23]cУ8텔ZӇҖK[?74`H: wistt Ĭ.XMXϬ'+jSd([nټih;ȫq`dSc JZHѫݎ㷀~swt?`_ f@Դ#^;mW \g,W'0 y4Sya "LMlgWg2L?G;QEற*wC)x<%oQNt]Оpm+Ty{"N-NVeg3 YAJ&ENy7#D9+_`D%U=YqR5`lJ?_rgJ[ h'Uc;{mh?&zDFԯ},E}N4LY} i٬" l c6A6P/21;jo"i`(=V :9\ ճ*!A ̫+MƸ^#s{Tz;#H19 :$ " %ʤB<ˆP`PШ,rTM97'HiZ/i5ꅜfٷmq_|7.4i/6vjRbssD- YtM;{nu_$<[irLG5'!_ %u\J=1A~;2I}nL>%ۡ< 4,\Oj+-)D*},Z_hu`aYӟOd n~P3/e9\(v2Wuu+o^*+66YA]I-'oo3"n fɍTciPπ$v`w)wi5 -oQD2Ni'që@ S^Ijb_LYNғH/,A2c\pXdj:1/}h^&~0=$-P4=Ey(~N#w &0-np/Jh}R{~?ĬB20T%'TO,q(W! o S*!O ۜ*s4$'(4+mb_%>1MK9MVTn_E03" aHh !/vR;#-[z*X>:Xn G_]x"`RVNP0/$-^/"~:+7MZGaS[}q+m>6u[ͳsgJx]b2['rNã&'A76MұeC:Ӷ1R8?+ `(9s( up@4[jۡ)d #x/2L_k^8ڗPXMΑOI6oy aXZ\r/>756+2LN㕽;4KףG,b3 ]K&tIJNo]+8*I4_;gI_(#Fl=ie7`z7#{D/Qf>Cddkogix J;z (k[A'eDmtzY nǾ|C[?xqߩ ] ӬjgKL|Ͻ"đ{#ć>v?$M* 'esAwg넸x伀B_92u)uItN"tD;We奙\5KEi8@ & 4#)]e+Uv9}K aUJ\ZjEZ(MAFmՖ6(xa:Iwf֦M3Le O4.6_o ZH ӘYR][}TxR^rzl%\d%'t1GDzI"1 kQ HiƑ)U1 '8eK'=~LdJ0B;3ND&cϨ#Oy;hg6"ĭbRTCpt(s2@#ܣr``wmĽ'V٫[&NCVbN䆽&{k_8)HYvMJS=NB9x2$JX[ykzlC=jZ9]WĮ&5?)MttN9dw).y`~7Ki&1Tn, oc ) )s69+Jj@ $[S@,[{&)vV=0cf`>X;>;5ti9(S_oP­DS OmUL: ]+Y,rJ0sRU{n*oy+Vn9_FZM~vW47wK7=[Jʇ ߛR] nqwd>Qc5}Fgc<'BV"o"S [{JyZ}9)=~Ls(sG+Auo-`BB(7{\!(Kغ7K4@IF/2K_.^g Kd:~S t"7Wu}N\oդ:|+#9&PwOޮF eʘɝ~Peĝ N?ņ2'I0mT^Dj/--u8ܣɿ9j|ob^?TC?g˙(x)YND"9yKTl(;$ԡ &mz3/P"ϣn&G3LAQuqlyK}n>4k0k$0 &Vo#[_S#~6hN՚|A-#=`A'R%0-CpqВO{ȗC#fx|"!$y'jin>*Fo"~-^F2i ߛb?^c' V>$Y nė޹ O+K3ْJx1!^T֓1svY raط$/砜2DzU:i+5bVClI|Aub"}U=%Âf'Tp2{ӓg/ s<ڕ _ud5Z}68ѪqU~oWнw\EtH8C#pq}p FNzBa ڳ~6XHHvͲXGotXcTئTHRq1Iw`>Px,KxT/b.tRd,rł(@vskt^FQx&+MP>-2N/*c/Bq%P\/wהJ3|s{c|y~i'ڞ-XAx̂sWN<)8hG{WyުT˗r!BcwGcʽT!~ds[rF<)+W2W]t3m..12n5_cN#u?oND?>]ʹF昞EӬ LЈ=]H\>,ŃGRz;>f$ܠkETZʨ_ݜӻ5H!(yo( ^.:!cݛh'~+ UuoAF">!Pqmnk43v)"hCqMm2D(}`y) O 6!# T0 ϛߓ j ;V;\T{~*Gus1Ƒpjl+i3`6seת75`Y4uw {Q 7YVh$38ҽķ\n| oo[{ǺIB27 úC( X Z/[6BS_Ѻ#zܰXP滝 :|bћ0O Sϩ>gܷ,)hR EWJ/(/bG R"̮sb`EXd9_ .>_i#i:@y@;,ħxU=}?Ʈaa &x#Xiͦ)bDZpo~ˉ)YWK U 20ݧޭ hcY^~ASZi^H5fgѭlS!'RG"XZAC 06,.++؟$д=D4p.4A^K ep?[ZmծC+މvZ-IhZ #5u й-!dEz;,ꍩNG\M"Hʷ4poٹC<1w*鍇K;5aK^||ӡ{B.ab5N+Ai)+t>S&ͰLJBl>,A]Xwg{\X(>Am $~$Odq>3Wh-H HdSJ@o|"BlnFxϞd,"LJ$D<46TԲĀuken5SP2|DP[&ԷJzwfűmax6V%Eni֠⬔g! ]1ۛh kR ڔi* #)ɥ qp"J&)C";_JVϦB%Ԉ?egfU /d㕊u-&޺^5AT>+cSBY>T8Z+(s$DPG;>$~3[ ;Uj[yP!d\BU7H/&nw֢@wfPW6慓 ~ Mm[2e4k<(j*7E< zH[M@uݛ},؃c@C/@w:9FP:Sq]Km^񒞄==>CVX(@3z)"-=-3`mf 0 e)پ%9$KU5h-R-. @O'T2_q.=EGZ{M~T N3zBZ!0XX#᱉_1;"Q(8]艭)*M1~ǥ <"=9}KK%XLc G&8zRO.(bJ_.A}ο͕A*fcdd2pX4a z:꾾5Rm$RXkYV#F¯/N9*l-z5P$Be|9]YrʖÄm]N]3K Aӭ5_~UٶQ2M|泐Wc͐yE` O ]"$c>/{▬:rw}Ȉ6"c1 ΎxˌL毚H}"Uȼ3+FcM J6/5&6jh$Lz|JJ.DNY=;n!~~޾DpPc^lxu Y 6Lpj :k&u3$@AO<%BDb:@^F ! ?#fiJà6W[YioTt7Ox2Bg>KdP2Es%MwPl 1MxC_Yx#gr2T2Sޣ,xNOթL[ OqEfY߱UI఑²ŤQ0BH0\ElH[țjĄ(GkU(}Fw +,q}2n4(ЏC+6X.U fr!/WTY Ӥ>0ZsFϐ͊&WYKMS,='IbwBXό3{$ pĖ.;-Wt78$^h|}83-~hWJ) ᥅PfБS#d^hxFNekOd_'WGWf?* +~X[e#OW-S ׀W8юTZ e3ȥ:AWǠXLvKr\u f.YEbO /|ykYӷ>ܞ!|c/DFKqYӴkI/ p]LEڽiu1ՠ(KܳyR>nuT eaz\?ŃQ[!# d5\D=lj叢#kve0H#aM4 #PFUqI*G>(stKp럅fB|$<_-p49͇NHEK;G?mIkNj0^:xcl76͒z4QU֮G73-u -ŭGD)C_xK7_ZK/~|f7=b8H\V7M&f}THtl,ck= j.\.;8B)zm^JMQe | zh'7Tf1B̷X; V8ݒY y Kv$oM)`үđlUׁOJPI]Ⱦr4FC*~jwue|8K5j ?S:pD?A&t~7s7a<ޮtu tchXk쓘Wn(#b+\:_OԖw92:ha0`Ee0$A9_,tӆP2Td> )jmWz"2%\%14P_[݃N61aǴy62{"dw,6ŗieڽnҜdϊs_zt_$,Pk˰(/*~?%sUՌҐ927Z VJD{pV >W }Fi81TKNY=8vRz/7I$k9^e;"RsY"A>҆!kNa07u &ѯQ_&FjU']$Sd@Us?§s1$6p8; ȭl&6m%!J#ٟ>/g;i+FI%ih ;tn`+0sp(|9`U6c{~<;hx[4gg TP$d^M^4>oMV"2-$)?{h"r9?E~~J[Ú {(-עȉWLcTEza}x]m$F''?۸~ֿӓijN>w7R$ϭB#;|_Ɂ1-S=F7`2-k q-Ğ@w'._*C뜁B{ICl(-\cG-InsRru֕KIh!qe{3" X@0)ÚRG 2+p֐/9hvn.;h:θĮ'jٶt#\囹;ӗLt:Hs;/rB6X49&biŭ(`r1Bj@g>;c>3|óGxD$Ts̙ې55vuoEYJ&UG`YH)ZtMXXǐG(Y `nakTp@,iã//kȫVGO6+Wٽ8Ym^>z ?+ ;˺"m3 ɅXTUFI+eV֎TsiK8_FHD0wʿ_Q뱊Vt&%w80^M8KFT,k+<dlEG|lkI6#wrܵ@;GwR%51QpX0iUoz-0TmsEUj^XL/Te0AHZFNt˽j> щx?hڃ \mR=^ϳuB6q2{o}c|d8=5ulf}"x'3KE_mX߱%c-ŠIOs<&mZae兢]kGѝ(lehSX,|pr( C[pU[?EG&w p '/: āFEqOi.3V硡(qA=G<}lB J@԰ Wmxntwq p S|Svo0ƾl`B=GO=|w^ U?=҄t6,'.1dcFGt;%ɤ.U'YW֗ P[x %`+/Yr@ZhϽnlz IUkBȖ-:2:?#^rsmBӍi ulk6$W׍Fv\'cLa] s*:Wv'%SDGNVAxoiiLtP_o/J:[$n~a`"'hmv|h72%+;*o@])b$VE`AxxR 'L#d\FPUp(We;e|@{ 3UH&zlfyn]|VR}Z JN[?`BKB^"qsZY> ڑ<mSӰDކu1L||N=c+jr!@![08ɉ`XoidÒ^Yfd4 \@3HLcː,q~ :XNt\*v"H Mi~Ι& qp|Mg O9[^qh{Ikt!"!W X(u5rʕ|ӷڨur>=c)D'M_h=@N.Hq'<{&Yei䫷TAsiϫ1-2`LNb+XRN9]kЦB(NJ5V[cC/>*Hy ^ ܈$j-N2ZxPf]qR  ˼yS`b #_-HlhBIR_f:71b]Yg5 _kh.&ł'pw_ uSMMIl/TPeW{a E\T]":B[4|HzKSID58- @'Jʮ "K%._1 R[X]C~tW={Mzd_>=[?2)\f4 N]_Rs6P/5F~ wh]d2MMut2N)Ќ+PH|) F+Z{Ƌ0w8 Bܪ1S@ [l]4^%%r`nA6~yWs(б]!(ՙk`Sӕ w/1f[n$_+!Ƚ?qfbV<2j"u_D۽rnt\` }O=5E1,U&ZO Oʗ|E2qin%D $bBN厊RGk]4处Dqjc0p/I^vT^Fsȇύ*sY8[ƞ`E`D%q‘zE ei3W tǰ\kĞgc S._%ԒAHiH+*.#f 70 g>bhXAsj7i)'ZR'Tek>7d<g>[f3˜f&Ь.\1s> 쟴o<$"Z4X:du<7SaB]lC%jmHl.z@B†mx3&bE8͂x0xS:?Sp^ o:ϵ㇮v3_g1"ADXtIq䓉N=gJ"aL**KNO̦C6Q)wks/[r5yR>Ә,PO"e"XݑRGSvh+ƣ2)^u;i{J~nbc=K9Y#-AT+N9],)8L3սݿAx#Q@Z7F:qӺ~ub#$4:jH=12*\K5/=ywQ5xKx)K)+e6 G;i^ `=,WpU#.v ,~ʢ[ʌK 3c~U@03I5ITx> ޠ< $+e[0PL:}Uή]_І.T변h\8z6JQsY j{-%rDw?κ!E03$X_9ێ) F**@U 0=1M E5y+̩xd~MF{K lۛv"[_] N0H)jYdjRhStFd~ι/2)wչ3]$ f6Suxbرsg5% T(=o٪Vr~qz<%FNuE(0Zr1%N555h\Lc v._\]\d&[-sX5Q;wYy"rE^x62/g!a± jseZɡVg1ܯa}\TE<27 E'NORҦ'q)c7IkeՓ5GNY&J[Řz  B-*2(}禂ȕe$S7Vĥd Z7ܥD?o[wK-nh2aCE˞]]I&!nȴߔ3s0rE721!фzmay#ўv[gX_ jSSʦwSe|SkdwaB\XXiIԤ@HK8p4{'ɹ[FYR)-==$b&YO|y#= F8b/rY趤TQ4 :Ex,#b#L02l ʦ> Sl3v;7owG}Pه\RL¸;(pDK6+OVXB{`I^sgrl8- %1Z tNd+}&Lm|džˇx*2LE/HVrwUo:fQ7;٢Cks t K<M^VVYmhJ< ^q= (^vѡ!^E0Iy-2no5UUM]H@e$U's٣lQ-G!ZEvt"