libcares2-1.19.1-150000.3.23.1 >  A dkXp9| Ku25(8TzQ/P#'U~]@y 3O_iX#uhAX^ζ5S0\5o*t2 Hձ]398=a& u Ij\ 9Lj<ʺKlϖwù^ 7UrKv/{IwXU 9aGgF'6;L3:йWġK'EsB674d9ea1baeb7ca4dc85c814ae04c4ff6210696831f716e84dccd0ac09127ef2cc6901f59a0dbcefe847e20be0c47f41171cd4de<dkXp9|1d  %ʭfnbMbýk vhs^ -:`p,JMZJMqشrZ]2y$ȲE:x?KFWB8^@i7U {ڜ딭9 jIbW/?|i-kw"@}]%*uiNDhpZ6hoF9.HT߄26#SVӿmd"7f”;e֮G |&\rdm>p@??? d  ! H $,0Ijn     h  \(89\:\>;b@;qF;G;H;I;X;Y;\;]<^<5bhx>xy> z>>>>?Clibcares21.19.1150000.3.23.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.dk3sheep12jSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxx86_64gA큤dkdkdk2a7Le64e362ca3ec9f269f2481d95ebedd54de6674e211bf4cb691fdf1bee266c52ccdb4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.6.1rootrootrootrootrootrootrootrootc-ares-1.19.1-150000.3.23.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.1dkY@c_aLa9@a8a @`@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Teadam.majer@suse.demardnh@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.1 Security: * CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service (bsc#1211604) * CVE-2023-31147 Moderate. Insufficient randomness in generation of DNS query IDs (bsc#1211605) * CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() (bsc#1211606) * CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross compilation (bsc#1211607) Bug fixes: * Fix uninitialized memory warning in test * ares_getaddrinfo() should allow a port of 0 * Fix memory leak in ares_send() on error * Fix comment style in ares_data.h * Fix typo in ares_init_options.3 * Sync ax_pthread.m4 with upstream * Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support- 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/ldconfigsheep12 16847685631.19.1-150000.3.23.11.19.1-150000.3.23.1libcares.so.2libcares.so.2.6.1libcares2LICENSE.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:29074/SUSE_SLE-15_Update/b8d900c43811ec851180ab17c9b8a60d-c-ares.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8591f98de4f369733e88648da80c0cd9f5eeae8b, strippeddirectoryASCII text PRRRRR RRRg1W$Q@tlJzo3o*US+9 "8~g\צ.1k/qr7_h+5J#|hwY=ޣdX\Ascd7rI)NLs,ua\N_h0RD?bl_YLۂP."y:FGF|Jl3,OW;dM h$WukFVal\n_!|r)8ZR1y et > ȅ=jg0WS;- ^r/6no<Ħu&ĥc3d@\Fk鳈@oG2S"WSdzDQبuS+f^ff>NWEƞ㑝3)qۅs MijJ^xqv~i["韎PNfV*;3UPޖl J[g>,HyjDvSSV1۟nBS;>5j? $jp] H2=R0k؛vMmC qlTwLf`I5 AYʎ&h% 3xp {L'Pm]pbo%coje}8.K( * )ܿx_*sFmn@"zw'ziJI:_WX=tШ(zoOd8I^/\ /Ýc h֓փ[q&GQJ w?"Gcʰ&`㳘agV/x6ۓ|a"|XLD+֋]໏2_7~&}+)kw9@uZkeM*^uZ ^0ы NuLh22Ɨ. d 69׉TW*t{9Hd,[.`e'v+S6Cˑ>l"Y`)9 g푡 $=>a={/mVǾ%"Ҽr\@8(.oM◌Q8Oh8)Lߥٍ-0cBܨ1kG @N6B ?'ǥdRڦ^1Ij|܎2 䥒aRʠXʌKGHF~;uNApaOr(XP2J}9GSir՜H0`ŧ W !|Y2Wx0FvR,yG2T<=SϵzFƗ =|!cLQm`P}]dLprkwҎpǕ%{EdYet819@A98)K"W]D]]l0 -Qw8Bi+\afEp&SQC34a:031˰~ wewj 0g5ҏ_PGsi)u|7{9A@jh"b;-|򎊝 <߬QQk{`&+2Ua#,DUg ؙ*P 8L_?Ոڪӎz[<:N9E`\7RWp)σSmbݐ,%8*=cg5~fbHF̿))uGT$PP8$Eg?K(OJju9LS&]&QxII[~}GƋ!wSJ@Y?]1* SnSi2Ԝ[Wib)^RZ>IjWQ!vy%ɞȞWH  p99H}AW Z-~g̮_7hY>>FMOj!{ʧg qnI=abtrtqq oM^c `h ٝ}OY–в)+=3i?ZH]Je*Cz!-& -n0U b oR+& 4G'kNxr)SsC\U%ޖ;v'J㿁M:.z.q1 mz=]$#lv UVNH`v!Ra{B6nixSM! AEԜ¶auC8vH׿ !yy"f>Jk譑%Fԭќ8>/#U?'E0T؄!e|C9}j]R_M/,#j66_rujAkECa 9scgA5c2*>=)ŋڒ8zZ# VCěf U~:5LZ~g=ޭf̛8br<-"iȂ ˆ"$߂Eяm6p])gEL &iHZDarw`.H"{%!*l5q나zj]+p_9l^;;:)gn)q#pu|~<w>-6 Tc\WG&ô1t{+2= |P$/AnSlB4e?,EKJ{6;Gg}]}j~uUAJ? 9VvNdvB aO6Md`=cr#3 YGAP;y+3yףّ+KھpHƸ"YtiخcۮN sxN ۬af~;#18d8UhOyVõ0)%W{܍T (1cR}cvg)?;;x/pi9 &EzCTO/_B~ϩF68߼p1Ba۩n(LooF=e&[J>hlr?f5fhsf+=NHب ] 󨠔`D w9QWQP-ס6$ۛe[_Bq(=A;Co93k_[ֈMw }v@j5 ,xGeAg̎wB,oZr fl+ME [Ck,9a[R"Uߢ9=FsĞwd%!5ި``T tyX3,}Y"'&?ߍhƙNѦC3LD4DD@]G)WAqnWtX[ooHE]i\54:xjM ohpb.0$|J,mPE5-'.m2Žd@mp&HHflJw,G{+vCgd6jۗ;M4`Z{vG~E1^V; ʇu1[}cC}C9]/990L5f(ʻ"l8*o>Ϡn84lafzG~%/mN)0~p^ {,qx1&9 ce! $vX*gibyti Ah) &TRv,SF ?+J$, jJ|ID#ڨMC?M%F8NBxIk[-~Ї4w>W7+C* ˲VIҏ}K<V!NHg^Wl$4pPImLݕX/Q6pB(H_qv;Iީ_v4 :iX)yjiSo8Txi!p9Z5}MegA{%$n5@B (?͏ГҐsSW$lQ}f#!$*'i<|0+Lp0Nfc`uInq sRt-w>34qʃhaS5ua8c|| !ҋ/ڠׯ ?#C]x^NG]56ۛB->w{># 9WZA~|yJa]r \/@n!~E&æ^4zx }.EDO`K0O׍ݎ;Oh >B=4L218s-Rlvw@8)<]>W#߉~{Ř|.DꍖZswF=BmmyIThٕ@9Q/ԝ7d\:Tb@ݠQ-b1RW?; [MHc-s}fc$fV*dUiX!=,Qn#DfȟxCIzj7֯7cu&aQJ/F?țU>Fkym[`紱P״eQqsèY:$2CoÑEMn Kk^ONW_6g1I+/vD[Y:R F 7˚d@c?~`((]ӥ/QBPȜsJNNƊgp^+e_[{"W0|#aSD7΃LA䪣8E"b[1TiiQcg*O6ޑ$G^!zDqr2Szwg@~$lVcBF¦NXI@^\B_NG'ia'K5.-ѶԱpAj`NTk*||I%+vi矚1us(?YU(NҎd4HDZH"Z6G;n-:aGXycs_Vf*4␻BBBRSgͬ3|aPV1/`dmntȊ+'cܳ*ѿG@fVqǍo+9'-a~\ڰW8- D7r>A@.hƯ,@KA|hGS3vOn3!@DpqwHs%&OA"|tOz}M[ݠ%'yLF…G`t)'(I?ڕh6׻zWƬ @`jYւJdҋiH0`e`W)6oI;hJM*- C|^$/x Ʈ@\ [as[>rkW&)Z, ]%tNk%?ܯ~!];QAcexKM>" $а Z ^Gb%݁_\Hi)vQ!t^w)]W}Yzim !uE17ۓwSas{B^._KV2"jV&ݹg)?kiέ׷B:17'=v:,UfA@`7jzoMϣ-8ik~mwdY{!o~WeZpB(\=i9 Բ=^^D(~pR AûYBQMSh0jo%UɡTGJz9&8Qx']N4q%GZBҥ1Kgo.׳v*bخhGKhny F;Wc=-2Rg>Ҏk-[c89`&IyyTX̓/YEo>+=;K)1ESYaaeo@KNLWj,#aQu*5S!\|ٛ\aP=܊޶Tk/>*Icg^>3wBW&k3U+}|KXZOMcVYlNVo[ET;'7AIhM F[Rd%эЩw^csj³(L[ dCME'hgI"F^dxu#Okޣ wE 3s/c č|zNÞҠw_41NAeE;޺އ% 38ڶ5?zR"_Pp'CgvO m`B15i1(LRf PZL,E_m B4l9Dg D'"C~Pr⌞r$a%5DAb,S QWb vndOPOU]*/R(^qX3 _bard.jIf|Lp4Tɵ`kFRl7@.1M ?YL qH4}*-cg (C'$xe7j,h 3Tv+=ӮEՓ6Y<=B%wML\gy]?JFAT5%y"j X(DkM7mغ K;ԉr̟CY|ZoT( ǖæV4㊧6e@j(Tz>i"&vu{=)dp2a1ʅKPM=B|Zct/4D ar];C7S"P|1aq}dFB1I^xw8 k3UL)4ad}ew8?]QeַNohhnArmM؝|zQ=hu1o:R]ĵ ԟy\^YE; DiV7yu`֬d;.(rIѣD'\AlU!a,w33?8rIfI,54HUٹ)`м`ٓ+)L?:ǵ@NȲC,! v5Τ}c-d`q聮U1WiFsIP%H %ğz2p}Ea^ ;,vˊ#ij>)Y*E++& CDeٗ}-J}^ᚕ3RȈɯK7ZQ'jPrx*⡴tV6aA_rV@f!`.or'u"ܖ=q gAwr"QO*WBdi f4+:Q/ǑäZŮZ 4ߞx,\ZY<ddLcZo/]nE{ [`sqqnMt||vXgw:ަfѪp0zֲn 6{.K?8ՆZKFQS}O|+P;&hi|?ߛ+S'W< DG9 G8Ti4S% f# VjBH4!-Oc'yEfAvn= v k>6):91ծ JpBrn-ke@a&;Y~=eGו}RAHCpB xmOz~3sb@xKQLb4\mmtb&EH.ۃ,J.tUq4_wgXUSb?B'W&K;B0<`u`oEĖAquv)*aا5INۯg,~,Ot>$PiZř󲓖IېXW)@GN U ~ M@tʚ"OSURbBHA؝0 PζMV9S˃ei5'~hv"/J~|LUi81F7gΕ_kY!Z>M}O;M}~Gڪ2ydF$%Dl!*} ,bmnL{~[CɄ¢Hlu[(· 8'IErˉŒrʬYcm-ղNvV:5gYlkj{לەH DnS#tgW ;̬e7rI˟ny*_G]84hЧh<$i HKZ@"6NޘkH׫mW|Ĺ;7GQ<]dHq'}I~PSΝC$Ti<8bHOҜb&z_e OwuL>NELWҵ+%γfc7…'mv*%מ,3J`s2cd6K sŌaHJ kzr1ᜯO0GOMmx ?k@CB'܅;ry#JʙG͊lO4T#jd8~+ WmʇUv0?2 7@d!v~_ Q^8AKiѪ@L[BX3DJԸȖ5ŴW*g<;>d2tg>#P(ZR{ l2j' kRepEA>n(=*P/T< `Hx#7<Ǯv;}* "b8ט"WfkĀHSbAiyk‰f GQ8ۙjJrRL;5N41g s^Jg"&ĥ)-@߹ hem^iÔ ndX?7bE.­{4xҜӞ8kX,CZ(qq/,spz>k~% f#DRŴ ԃe/{K1wh9D}GTk2E)ddMu ',+o_&sRwU&xEަE xL<*Uo: ;!qn]^lXʼkt$%QZL]x~UϦKkQd\QM%MU4Ҁ[cWluU!Kx,U:B14d]s| R  C<ڢUMU2QnD{dq{}MVEJ˙t֖ը1KV<5(޸LJIzL%J^^j 7[B,S4XuQ`˭meG0= h7t,vzs&j΂ RHKS2iv?fB8n3xd0&mb83 6֙-B՞שuh+D{P+ "ǣ^ g+ͅ5%_;uW.lGg'c)(2d ej6r2jgp(%\ qK-/<& LFAOX3AҮ JVͬ+I7%?Ǒ1\SWrgZW)#H2sKJ8vU}Tfcg9%f@K0g(U:jKu谔 ӌ9PI2DOѵcﺢnz3ڄVV%-˙yi# L@UtX~A3}״+M*'lf7eF; ;_P؆# fjOŽ86TQf;Vk^Svw+HYaQ2?Y2=`/܌(0Y\dnw\PXVBƼW&o]5 U b_2_1 7O7NiȩK-Qb֐<ꉂ低$+Rh,X<)7pzv=9U/(.҅?+MJlhUv}-d#؄8Qd Ui"hXHk"z!Kp[L[)ʜ N]aXY r~%QRnrX01dQa m V׶YbyhP<.ԃ3(KfH28#FêR}:!X%Q(ӬwNes_f؃2d3PY1'hY;gk|H ǒ{QGJ2¯%[S3tSA?2aSZ *un"l!7'%; ̐Q=lC7*E` |#22]fҔKpM$~PwuH;pgj`4K2&{XfP{~f0{] LY=*٘_:*J Z쉱jAf^[;Ӟ ƻR2 HĆZBVȃG蠬#}6m cңp qĠ=-&1!p M_UDC_ SR8fb1ԒѶ*}i ׊'A0(4Z0f^nX+M'rf `ʣSM2HS!\Tc l tCc^0oz[_g Ndd+@ WE}~ 9Y}K!{4Q7[*U{|Z`|"Or?ZK{[b Ģ K>)9čA[l Ԁhq c)&fzX_hKSM9i|<1)j_1 ˅>)S2vLTp)YҞS[y~E#Q^ rsKC]`bP6G/`GqrgDV0G4EP-#[=5\>tr*J\FORgL*:==]Rr,.9yНٍp=Um.ܳQ+bmawג&TB,5qksAoTMl"r|e *ٌ.ɨJ K!ٕ]]q+F#L '*[f@$([# MOJuC8"@CS߰lyUTu=\0 pD-@MYuf zSd6lQ^ 1c[0lZ{wA\H3aP MVd7|:T5TTqes&D&r&eߣut) jri@=Ƙ+$aGc *y ' TTcݘӊUV,.f: _c6E s*fm &=M&L8{DWJ=V_#h߬{wxT堿$!c^N\=I ZO4J&jMh~u _֚S0y BU\B.8iT b+Zpgs. ,}PI"T 5371F852/m+Xoi##'{JIxص/Cu?G_Q$xvfJ\奀ƺtJy5֪H`WUG36[yj SBE!]O;!^2L +'tnus%sY\58%8զt"aOIUw|WI,i~;gLXoR$bʶՓbG( N2Ǐ6>NMN*Xqe%ڥ9=PqU͹SΨ(S*lZd.EdgN,|S^`p*29;ѿ]Ո$%uAj5z]5uEITKVѐ߈w2 vG!nlxg J*c ǑNe.@ħT(I-H[<{ku}2 ]IYm5v ;ˆ [smL?u}:qbbyV:52f/m i [-G {cDxon &kaNխ$sESJ ٗt{<`7˟a{ ?Ժ8DwU/r!u w| BEሂ4Uqk\$NnlBM2`B %P2b9GPֿJ:w$%Gz &L;,6k~N՟i̪<ݥTMxs-ߠl6So6;LεN )N Q4WcM8Uѐi>exmZxa{]7H"?uTCK9PhesrNwV ;,d>7u^  @/edsBݦ`Z eOcz sIY+7BX" ey[-ߠe;q@g;u2Em͛\kf0vB;: OCOMjf|dWK~F\#3V[mԘFSWG(MUiz>@=)5DwZ>[9x,P 2Rz Ӛs=>[4v,Oz|8Dӥ& s LcRƨy"N4cl69+"<t2T4tRljjhGV1Y" 7djH4 !p]Wb3wEM=R6w A:z"|0cv [@w~;V rc;y&lv2Marr Rc*9uh,%fVѮdzZ5m2˗>_rXoXX I:څx*?Ea=ZWJu pފ,7"7$QA*s|at$R+:+ZʟdŸ.Z3\fwOp=ifgYѳFKhF|D'~ y;-jihOx|b~kYmJvtw6(iV~s>zBʟoM3B%Y߳hʱNaVJ_f* ̍Bk#XA=pAε$π#n殮`;yKx4M{b .>A-L0Fe`ч9պ\~\IN/Dۻ,`z2/שnm:+41>c!.C0~ML[RYfVCB3uX +\P#|Έ!BW%ЪY$օF7Y]ή3RkX idFJPҺ}CM]xc ȹqF>]^eʃƲ[B@Zl24Ȼ(EI]84a")8.VdJvpdYdM3cy3zMӛU5ҷ9xiՍiq Vitހ =Cr Le `ZTsJF&^v慧Q]#CਬA>!,Ԓ9J`6_!ړg/x]$\7pKph&1%,eZ5ᒻ"6Eycx$e/.zt /ЪE,t;M~̔Os4㐌 1Z5o 6ǨrI1^;2H &P49F"kFKbdBD7︟ P3QhC3pT6?0u.ER67ɸ~z&$d46;۔ ]@2o,bVBlPȧ; yU1qDzԀ/5.I# }/+D "E6(ˮfga}0 ݃i =ɍOD~Aύ:yZrR^e{mb,"ٌHݞtla> ،A ÞS̔9 dFXƻS}n\Gt|mWY՛aU9 \:i:v n ۣأj 4O; UdӮm$sHҌ'c^e`u>f&[G91ߠ%7 ^0B_LIldo b{3&=KBJMv)F5ҩt\oi_6DhQ&Ypi5igdtB>1=g/u pr#Xd(&jpSDLn_q'krϝ$c͟>Gyp %Ja+x5E(,qɯ_BVҧUƢ\` ]w&Qyi _7bA͖R ST183vj]*a*e(H̓H+ҊzcG!\ #DnG㧓-DXN6N-Gvs]ۼ ^ vinMEp"_іh `VC$S}.cX38f *BeQ˾R'&P ɲ"d= w"ju/i]=lCLx[Km/jx2|ac aEYfbQONت$96BڊT{tuMFqo!.3]"e>`1{7Ha}3]( 0lNzezP$`:{@1yy=lImvc>LƆ%y9gD"oo_'Th %è4l9pY^M"#Hn;e k&51Ġ<y6Sٯ3LeZo hQ̷}T""Di pI]M*ixٖ;eUC E[dkX\AQ0r W(^^L$(WuETfpqv6g^pYIY-9Uu8\.ӿP1'sORKkѦ --`mn(>4Q(2RV$UQ+ < 40(X7Z> x;-ڛ9gKtXRT{1i_ȗ$O@獥;-t2lOyN`߷FgE:PF$eԭsSJG,( zՖ 9Z`=Հs%S0U9+R1v>.[W[M̝(](4_&Ӓߟuqth=5&2֝{u}$in;=׌Ըʊ? uDɴݩA N uY+<*9HgUC+{jL 7:YJr*e%kWчVa4R E~ۘ;A0]$mxǣU0~?eJrJo͍s#-8˺I 024].dzC!5Bt됻:], 6'w:bbvZmJ8o :jtPV8y "wiۇ%7(+)lkHE.WSW2E+tÉ#D$c~)ϾG_Iɨ;T'S Yɳe}^no $,ܴD-cb,Y;"rÜ8.Hh"H?7Nh "M7.AAR=ܵ;?mdvj$aK H^3,'( x\/r |M'b䟊bx$ѓ˿84yZ${X(0ަ0a01*D3!$d9m`@O5rQ]a_s ՑnK1󩫒d%!DNO_ib{w)ʉPLMGWִ7 $:BA#>6J ټ-c=_AxsHN -2ЗAiPfF%-)W 8µ,B0tTOҦXD$`n,w_h[ā4%~a6*v85 CxC5%_L8Ph1Gu?ܟbHVls 3j6n"q<[_CR+MXK|m1mھ:me#]7Ldq@9vhq>cyXKa )tގ#?K8q`kKk5o:ff:$ ĝtIըL9f`ꏛ@=&UÖ YriVwK )M;?mw(RJ#_LxCňWɏkcxo@q%Uu&yJù3G8g7V޾*&@#i `<- E%7)GԣH~{2GaO?¤qYCkz],o3.jj$*rk!L4|Ur`ߵ'M[bα)H NBWӚJ)r[`jyfN YKf;giqpTӛߵD&1j;K&d*Ą̅.՝C"c;$j&3^h8v 1Q`ђ{798Zd!6l8^xjx=]$HH]&^9i0ݱtS儺"c&vny#B,b1Z8i5 ,lF?j"Ƃ"l< ܆z|4C.$e1C):d>Ȩm( PA0Ł5}gQk{U)@]~ų^|󗂆?gЄ"o=:L&ZR0"UO`i ZIy @V^O@|3 ;R.;xlHƶBT/d9b衱Z@/1Qd%q7jo%H= d4;>-N]tgoALMN̾ xMAU ,](, Hdj:k@bzn*. "&7#R&WhL3w{oYV$Y̖GwHyq-C|2D&宪Fq|3_ynTEyt+ *?Go'iő#'vCaQc7Tm1ȷ L͚41 ?/_!"^Uн˿@#q1^MW2}2{-dZn/"Ek@[08? M'⊧W|Ni <}Z:g nv;@zw{c <Lm[gCpC x .{~YD^J('D^(+K4HCEeS~CB8i.륇GX=˓~..gԟS$9h?XDkW&!C=4φ Q\eU uV̴.?)->Ldهv>[rf˲ jˊ_ pV9Կ}WE] :iCy@h0 =ԱB\57 '$c_,$G ~$HlZԍVy:K3)nCڧ= 3ZE7OŜlVm)ST o8 7A;fuZPs}k wkdCh WbD|#YltQ)2<0@xN H#x0EH:ìH։ 2LֶxE⊢ݨ!3T2G<3lS3_00nl)nOi2(韄ٸ /cAuZҨ.cE *XkJr`jg?Q;|*1ZӴT 4@G#XWTL:lK [j; G=<˃so"3aOaUK5գyu+Eʉ*~pGʬ:ta;ԎM!vc:r}?ul¿;PLel,ۭV9#G U8:fYqhZ7-!6&>%Xe@+CC4=y >q Hqw"[nq50,.$~ĜQ ׶Lf xNur+cPLJuh$EGY-%3[[QS36v s&diB!]ޖXw>Tq/6g=֚fƃQe̷~p #X\hhjmOh~CEsk4͕3UǷEx#x#Sٜ%Xk%5,U{sWzT, o=?}TIӘ`?#QKHU|xŊk¸n!,A#{ q%жwFmz~|ræ!!1ωB^nPĄ!K&O# ;3V`7÷2jK |P+vPe_FScO8SD,TIE/N^\7~}:Vy8~@O{QJ_=7c'~1.d 8!9w8g!.2oFc1 /L6-+߀B_CœH6yk ;CH蹑N Hz Ǔ$nL.\^ (>Aҳ]|plM B="%,GF̑8"cWF\/Sw+zU-FN4Q(S,n*)߾b/NVPZ3R. '诛WXlFE4n`8}NyR!E_H>.îGsJ;ZL_zɉ{9UWt)Ċ_l_js019 'yfkb|-{w|i;bq4NH~WA}R[ILD+: |wA#'qvR C_J496DṜCQ_p`4? _zDm\~b~Lqk|FxD2R(22 OBPx:xF"jZѠ s՞@y׶vvb|kZY2ђ5ttK9 KRq~qW>;fW`[Z=3\kҘqSh?G/|L|[[IKcK>vpf{F\|R*Qal3%k@S9=S`j-[s _(wQʘQw8)jm*ɩ1aI椶ߐ|0Su-HFsMj'=H&|gl,uNpBsuOY`(yȍDCdY<0'.{6>q/+΢nG?Sb(OMnrc 4I+N? a(,dl_B5X@Gow:qii}%[ 5{nԅ-g`qVKXڍR6Mjb/:K hTڠcwYHHOttKY=Yq܃3Zo.Ű8wx KEw=pw) S50uy!RlXů1q⵫x)ks&zM'R,Ve3GEn;D//k\#05c!3I$j{B|w#GZv),۠ɶV[Ql#adK/8P, muժh$$s kC_`Fa+v626>Қ}G3Ae;#>FM6K")쏯G4`V󋟈Y%$yM~Q/pz?凊Q:;d'KRv)rdmӡ:_29q}r$`1X?g'0Bxskb55kc7 coGAsrMB-Zqa .ĭP$,cxqVL/mXʾFXS"Va'v&heY|bmG@sPRd G.֘ƯO˙LD^| 0^ ntzgK6l3,%ո nS,3*1Nr4E:'687fDD7X н1 CCpvUW"@mn flI??\%ecyV!&ڎ5e6>{X"_ŐnP ԣHm&ĝGA[pG[K cH Nq(S900H9O)1(>B,aI8C̴aR%nYH Ws-a,{tF;P-Gx![Կ2l#P&K )jcǤ KbV[Ci6O~>VPRnj<9$c1(1aKTT}-+uhHV3;Xu<Bzh=xM[ 2NXqYCND^6p*m/lE KNȯx rV!$!D7Q`~Ktx~CՕ2ㄎf }ׯpr ?3?۬s[;>DEl y 1IdlSJoBݖID'Ҳ]i3t(AB-=hgsr޹Fx"mņ\\>ffnYݢra%ORWqi|MxҖFI郢2Ba0^-PC%n(u'"{W$mBe8GnܩGa &P}#_댐ZE*P`^}I^<\8r|55|!6 HLdQ({K eػz$dpe${Sι#dx3ϧGͻQMO)E}!w CDĻkBGK-4TF;'`5)x6vNM0D1qmMә&Z6! f"Ҕ0%9dv͇b ?ˎwttU/mY|H"MͦҔdjd!b'H##lC0rVUAE̢d~V}Έ?3R [&U 2$evx_ eFi57eu Ntp]QVxNUڌ:a6c 4=MuLN~E9d=ihWzLwݏ'1>5@˜ca^A@mPL+H+!;Q<+`mw#[DUy7WCݡcPP$t$;Ecआ[j !ej#q,U莬>ӯ#+0לDM?QÓҶÏAgY$w h@33"ؖb}C.Rv)>MK%Z3Th~6W7EkS-8'fH (Ԥʦ:5kmcޅ$-6>a2)f>As}¼S G{0M |ZQ2zf9D տ@`-CXkd .bt-O0"1` ǼA_1 m k3uQ{~F;+ rBtNqܐVde /.9#u.vrbiVn2-'Gfq rm-t/Ek:~OnC{/rT5_/A ӄT.GMx`>ۭ`>2EmB@]T~+day?iU> Yz-'3Z,#Χ H5.g'JT!NhݐQT%:KXsxSFUO0Efm1L@n )Ͼ=C{o3,"mל;#Pb ty+={'`VB#, eB%h1”]oꑞT<,ٷ+hAz;J7 ؝z8@H+Έ6j/S\^"isߧﳜXüyƮ!M٥h>v[-~Eugȋ҂˺hٮ ro kVr ,FI-GI34̳ё<]±X;khq@aA y?ӭy@H6fb-JG)I}- ,yБ+j#]FD7vn\~4P^[OĔ4U%V*Y9Ńqt+݊r%etW3 )y1n\B6Y+$Rg yb>#$'uM KaW}7s爔TF?쮆_!e5oC]=D~i.W/nSB+)6a> "ؿ3╮ݓ\Lb] KHIW Kld9c㇩{o=SL^HJ8K挟 0"߰Dž,7i(6vTUn mqP3 GtӸ9!"7l"' =v| wӘvζ.'Oat|!^ 69&(grTHck ;ѕM@x(.˃-" }TD6pf"(@Vk&DTfn3a'Ʌ:?XSEM=ŘIccERUk"QrH}9g-7F-> LT&+Ǐ1YO:slo ʙgL/ʝT} n? 5}C˂%s6g"YVPW/R:8%Lqԃև,tc 8y#f j/ ~i. u `Zy'ϖ<7&`8|y`$'CAlmmq$f0,5ЏOvjcϐm}lFbtbӮV0 I޽N7,(n!`R_ZݧqxnM |ħP6a؍Wv l(?q~2GT"őMM Jؐl>RcPgy?'m͙e51"v[qmk1þװ坐7,<$(rʺW r£ApגٱWo㸑7}EXi㹷 HSӱ=`l1CF=hug HwtBwVWjBf|ˋjq]&;ԜC~:$3{26eymeiK"RYc찥#ג N;̷:%52ɦ?[>>C54>?Va]?ؚ5ZpӃT@*f{ޛ-ә3z%,LH!ccm<-AmC2 wQLZ+o^5"L$<:Es2s<˖÷{cP** L)a.$'3)S}^$;M?ݙfz m`g3I-/~.$ۨ^/IDX doB ?0^ʛZ%qifH8ọe7ꓖ7 KiCOma}HV3AW^r Yǖ_9K\$Mf=2s 0GAce _>J*rW I>,ұB7Qt-:JJF¹ iKSK_r \*KJ2NyfdRQjdǛ$uѧer~tǣq*@P(Izg $,cZU1 ԎabvfKV·"l|)\@ӌp.4ST ]87zYb)s6S1Wof˽ߥ?Z3Ք~*X\xӥ,slRިۊ:h6ŻߧLfw[ӬiCCyD̐)x`AE/o7gdK P))[2b~8nDeJ>Sc Ɖ`ߞxA^Te`G]Z[QJNqH9i8EKEGV1ZҍAPbj8L^hĉ'4Sàð pYZQumEk=7g Rl3ݤeDy'; KAA }^-\W6']@W /opo< WU&Y$3~ZahGlw85:2y&3BJ}SH;U{Yؓz65Vκ)ՃL`1lSghG R,J.rR%_Ƀ$pW3P^ Y}7M`n@ˈ_CPȀ uҒpeC(bi6&Ze.qX5pݦff >U"/Z_ Y O7ZP vW%yV ]= >.9ЛFF.i|!3)ZtDM+";p_ΟA5ֹcx`ZF@.Ak1yY0Y1huT⃋WU)ZXTEIb¤ +nTz^S1P(Em1;:GbB1pKAbH{Ykؼ/WߙP^QBUn(%ɁU4;kTߊ~&=,IvxGM|x:/9Pl7qM *gĐrV7dixʉj%yH":VXb8c N4~"$_*G (O>Ӧ+3I9>lCd=:6VCУ2!EoUgit|qz)hĂZGKE6#W.,˧=S=Yj@ J:#m2}C?,<|FwoFr@CYY"}P1G_ϚFE v̻ޝ!G.485Ez!s)$L̍֩cLI\v.=@#{\`,c8ŚfgQ15oR-P>[ƄN\l^5ærj^-K2- #v2D,}sX7*g,DK׵y32Ӭ}'=hSVgVCbz`GFѳ0cm B݊pϠGc'Q4=E3v;0G(Ab.>(E-p[IFhͱxZGiMmƊX4GHh~G " x%/7#~5+2K,ه"TS&QX;a\8uBP)!y;dv$V;1.-Q:q;(PfdOŌNH}O< )޾Dn1ѧom8RաiwRӤ?~c#.DZ!q :dH/^F@#ఞ[>>* ٸ˽LuKNĽ0( ĐolĝEs mN2ƏG912šES-f7i^3\]nO.]̡2=t_!6% SȋğcqCju i_-5qEwPʆvog!%4cSuշdmo`ѻ%;~Ӈ:/o,6{ܖ^c&#vخ`΃ْ !y\+jMaЮ&bKPpiz¹-,Єt~ur?){5Eߪbϛ;7`%w%& Bʼ5h(/58'amjce*Z.C`ҿ#RgrFG鶮U">1}yg=cKs][TR? #ImkfitnH7%?SNd\3Əc rYp. `ݖ;o\Wj~K5B-@em snݖevT-,}ѻ2j+w cu4 k g{iH;Զ%s.&Rx!Uύ4.TֺA*h%v=ep;o(;xUPf8>Skʵ񍅔4?3oFg;nj뙛 J#Ĥ #_f4G 4SתPD"rq;(°Pl%fߑIC+ݾoF"[ DpR7WlP4eQtpMQ_klp(EX+'y Nbb1D6Sm6eH9#(nCoYo^{\&SlmW[K@m8Ϙ$91@>W!CW/$̌\PA>H 1b̰S$1a*T3w?a-*`+HQ8 UP)FXMYYk* \E%yw.ܼ!w{7쨳{g=(]M=qnScnjwK̝FE !`N_xz̞ais+E <76?]T]^'I? Wdݶv(t*ni׌ #E]W#]z΁bO l|n jCP]F!f(-n:@ wH4E%cՔ0wt,VASd*[u;~*s(|4i[E(Ui$5 mSF.-DC+WI ï 2ڐxU,ynP(f\l!04snJPAR~B=-09_ήյ@LYW/`#܌ lş7uIFWq6ƈ'-l2UW{|a5_#" n\m{l%9>1Z+Br ޷>g&^UyRBP)v?Ⱦiev%m Dv8kb$ q (mF19YN(ئïԕ)*}NKa6GMW,eۮVh=GE:ն@qRp5\i0}B~$CbrV(G3X䘁e+?8t9r㐺͑QtDWs^ "$&(#ApKwXԐ\͛t\;lЙ4Nf9{ժ-4QR](~׫CN3zoUo8S1XC3!Z>-. d;xlU6 9}8U™p{tC-0>/pnA:u>;㣗R(O1:\QsŽ &᜞ >L0/.h0 ZX b2Y{ |ؕzE4Hœg vG(nD} ӕFhpx/e>`޸ R{Y1X,W?`KX4xd[u79K[4CGs/PUkZ u_ژFVTxԦȫXPOF]vAxbKGauz%/)B5w\C$88DP=@96P?'aIe 95龥JƘ Pz`wE2qfʜ 9pI&Z=lg*S872׻iG(03\\9=:e Jn Y88LJU)&M%L&: $‹bT9HfPsG7pDҳN EKT )M*g!!ܢח+=y ;J^M-cↄb@0[F^mtTdDمJhlg ?bB.ӱ=ָ2ng\6Aч3ktT'cs [h!lDk7@/Vޣ0"MaX:rё4p-W3љm+fҌDc-Zjjg}S]p9Y)Wnʶs|iU"LjB< #WWKa؍5WM2 a xy}ayf᎚]@f6FyhoxGgˑEuײ(K)],_K:Ja -ǚ0mOT~@O4`_'}F&tT0#ESv?*Dw)JK3BobB=jZ.,d^7rsri(%!ΤLiĢ-߮=Q'w[Uq% !NYAj[43#5jw9We6yRӹv4"ȹ/v GOTN= Sgt/gwCn0 mgm#}b8~i@S1An|4:N`) Ne~`a(M"V\5%TOJ?}f2^C=x@!fn0rְԏAêUuw8Nܪ}jl6 *?drR)hK ;,u^<0Jh\4X;JD*pe92n,~tVV|\}[hҀD  jVa< QCøraai"ũ%01@_dYðm^q8XxKrkD(P@q9%߯Dm 0 ` 6,ri qY}poCF>^5(,ּ$&{dstcF|Pt/7:dd-r9xT5Ş~.eZ!g-uT̥0%[$-ͷ'JǸtJ,Ⲟgfi`KN# JڇHWg8T57W Ps q]{DˍJ1-CiS[ 5xX2wG֟b&b|1rm=CZ_Cˊz񁿃)yr^] Pn@2.@™J7i 3@-hęn+r mx ֬a*:?nʡO-M` LP Uk1Y1N WZJfZzB'!Eٞ6_fpOOf7yXGo~KZ bZѨ1{( #!zSA, c|J{\ mdЎ;/ X><,n\"p@HrN0ղ;v,-"c[:SDTht`ONąWR0)i)(5>_U)* '|]QA+#0&jUp1p4Jc y*KI{x/rqͅp:1빅dg7gs7 HwvOFLwgKb0rH%|:.&n *g2*?H)93Ph8f)~܈M$nLvH_Z5g}[]k_8]vC}"!/YTt6xmX]wy>-c12=݈k 3zx5Vq֬QL^ʙbuUHO OsDkKRG}OTH>.K-ҰVَXޝ8BEf@7usgVo ];e^T1= _"/YϝP|ދ,O<_2 4,˃Y5ɼ9!v'ht"Ƶ9YEs;Kj$([U9Fw]ex/?3NLP&w:J_@s .M2]&xc8L:..y҄2kEgA,~ HK\N/`̔, B{YF&Nf\ҡ-2rJF>a`!^Zm}0J*s%>5U:py7[ǟ2_qܔ\gKU_9`!*J)!5R}*aFf>WmCM*4̛xWɥƊ9=KKUą&W+9N>SDfmK4K#4 6'uHD_34 +B=)GYdP[n0K HA}j ڼ<™9\s:Wf=.K TZYe]"B/"(tAîY25+Gi+!TQs]`wM3A  !#݋6$d@8()H1H ݸ3  YZ