c-ares-utils-1.19.0-150000.3.20.1 >  A cJp9|, }]t&cfBMo-hCvZ۷T?=v0R:9l&-O6Aݮ h 1,BUK?D3p ,!U2@\FM>⟪9G= *nǚH7 ดtt6cҼGo0utZ+= a6B㧁by/NHɷMӁ0ckw9$m"O[_o߅uZɁȮfʕ9ɛgX%/Y0m:ѵk46a8b2bde867d9834ed0578dedb8a07082187d3b487f6f6c19f16c9947a9243077deed80526ed511c7746bf4f4f9053a8ccd68d8̉cJp9|[LY6+E  <`8qRLN[}U zhjIl-3B¯@@F)VFrq'C"ʋB] hy:A0%LN{L*\8a T"NSI퓭?UiAH%+[zKeܵ19vcA&,hK4|(^<gY6/89VAHAw!:LiXb(e-sHk.>p>???d $ I$(8<Uvz       8`(89: F9G90H9PI9pX9xY9\9]9^:b:qc;d;e;f;l;u;v;w>x>y? z?,?<?@?F?Cc-ares-utils1.19.0150000.3.20.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.c'ibs-power9-10*SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxppc64lePPPV%A큤cccc&a7LecjN cjN cjN 824b1c473ce673ba8597033dae09d10f4662e2b63f1bd698c9238f5738c01b586131cbfb220b645e109f53aa985728d90ea719c26329e4b574daa3f588de3e50b5ed95e702871611172ceda1aa236251696c19721f2ecd36d6c61819528338efdb4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c8abf6d9918fd8ad0bfb8f94f1b3eebc0a901d372880b77df1afaaeb5181bc78c2d7f026360767998749081df35fe9c34cc3fa0fae9ca28b5d3f3fc1b4a176ed5906b2c168cefd79903b0c15d7da3197a4bbd0221ce5a79d1a248d05e9736f77erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.19.0-150000.3.20.1.src.rpmc-ares-utilsc-ares-utils(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.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.ibs-power9-10 16760228231.19.0-150000.3.20.11.19.0-150000.3.20.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:27746/SUSE_SLE-15_Update/3e23e36d292d48b129d5241a0440c771-c-ares.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=85708e32c27718ebad42f20b2657bb4a11bca87d, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e72a84b92d15f5e5733b5aad202200bf00728b88, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b99301a747c2e7c0f93a6abbd06b422b59a4f68c, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRZ1ѮxFutf-83b5b70cb25b332a71d4540652db24b0176253d5ebf661159fe5951a1d874d566? 7zXZ !t/.U] crv9w!I?cDg𺚏Sgpkp9])L{ Q"FNw`/KZ2koQLfcK).K(GN޶" K s2Y|蔩ʗ%̽fv5Zh+w34拾/Ǥ W?[VtIo5|¶UrGqA }vΕ40~ѤQD+H=dV$ChXN~?y0ӨĚ :B1)Sg,7O Uxl°8T[UDշs̞b4kXTyAz(Nɶ"J/ιciXybyKjt8^!Ų*ӕ6gNȸӵmo)= WY슉hgwa`- VD'5o;w:O7~/z GƘ;2?ҙ\aKQrr85+6H9Pchmj.n)u8Mf ۨ8dٝjߙ?NnV,FE~1OϩۛÖe=Ect_dVu2ɖe19Zw՚Ɵ oJG;F0GZw(L)YRe40*HT'y w@T > z"׬8>@6?8s1ak {z4=1Xv^u|q1"=BLx i|6a| _eiWL8V1܍o/-3Sjd**5mz=94w\k&4瀉*q%tt|r 8 vTkY IA;.삗'c9dj(1h{Jʽ4\~\I=>K鎒kAv2 V6-[ڳfr2-ftGn[{v7Tdw!6zS qNheY,і֕A:N 1j=ClzvŊd1\Zo*G [ ,4<mvP>x5{Z u@7S?al9&7ͣOp* {'{q\uO>Sv|`$S+s !2 .uI$rhTm;ځ 5-h2Gѻ C!lqv+*}煫d)ٰBp hp|apS^wʨOSHBO9/C͂-!.UYh ܲt{W07*τGC4<}ur-XF3-zcRl;3oyw׋!|{sdc7[>wГVm,$DG9PPѹFE/0B7p@Xq2-IuїE.QVKܽ0^,l5'nbJ,((C$=߾eݨì%IzYѓ,K9Pyu g$rL$C'E=J=mF\Gw哭6mKK &^(@P+ ;` HH$t+CÊUic~"jaQวSͲk$72gv#j  o{b@(p=GŸۭ[7]gSI AyvW5&YßŖ#֘Yr֫8 1i9jbչV$LFDJDz;m|px9f,+5Gi }-oP,_߷ʅYz )$Fk>8z퉆ЍgA\]400E$iƉG!>Gmc^I*hd_ׯ1i ʸ;ܲ9r ΃d6g0I;c -7ŠO^RwH bI7^(! *62Flbe~teP8J㚗wTNB {Frn?6DƼ\7E F)_nX!)\1U8Tq 1#YYl|1/2ѓl,a&kE'1v!*?FBAui=?biN_'t:ߝȼ5AaVl)Ȗ ]tZ6iM(‡pҝ@ue/6^Q_)sL*p{a"N|g p m>^ŸڬG9pO$. 3r+Q3D**vf&@9tNk61ŏVohìZ0!ΪoNM%?U?X8nI O4hy8>Qlu-҅zIl e 7/IEodF+Y9T*2ý8$D 8Qȷ(r#}g3U'w,`V7rx߱#uVO/{֧qc" YN<($';C~;\ $d{GӔQ/W&/|vN/}$5T&WF. t^_OV208;%FN^BmHUyrL.<ُ)e5WydJ_w Ŋ Xd8kRlDwk;ޭl^/sV{Hc2gjz{;>Q5Ά 8AImK@PXRQXS_V+qOUS*4Wv.MZN¾{, };Y($vd˒vwuD+:_G]6]O;e ;Z|g(zm[M`%|lmvK!&'1իfz'Q,fz 4'{1Y2\;Q9lmjϭ03f9 qY7|X*z>Wd͵٦D#7z#E -h'|+.qKB@rl!o Q?abYħ42DR 8̗.OLbw'Dzn;/#JuNf ą^*E %9BL|%g˓21| IۏYV|6j0F ut$;gP IB_>V n -$k=hJ=bB NZЉab2㚳x/N??M F@3#ʸHCWBHD ua`>_uFl# z杙\GfpؙR=6@*OÎƓw*ׄ{X +K8iekn~abR"eq6g2*˜zYE4/Ȉ\UrWP:L^6ҮI}BQ!whc..Cx/i hv텔 KOK_hWa4AX8 $gFFt rf=.Y݃HɬGOEOoGۘ»-qLuZxid~eHC)ùERQ|HQå~:34jXW G_/,x 9=R_$ݱ`s 4Ł{dT.f@uX@7\W=}ʅ,*(1BIS4P'!B&уf8a dt(-Gfj n.ֻ/ W%;GiW$ΰNQ?]>?|@~_lFx2ajRHv'v.Gtx)ֆ#!p߭@vTI٧"+XHk|н#3h27=^X DKA|kiEhIǡ#Բ$E [x@(T֎y Mj?E0YYoiK-Cۊ5CA{m^%7)hPL1/sS%Pˁ٣3v͏K/V䀏#+ix=zhR$׷C*ƍ객A/`/@6stE:syY .da'iZnd`G!ƯѬ0bg#,(o̴v$/\Od|MjҸSG~4TwՎw씑j :qƻ`|/ؖ :}_viW# C$ At}'+.rDrkKjz|nIUR`v}(4= Syi~-UYwyC=ODp߀GHH)nW(4M.Ъ(CH?KRNµ\X(rw[!N\4zJ(_k1)ѺIExXj!x{`_sڞGٺ?zroʻ$=fs0.Le_9vs, %"vTnǤ+:. پ]ƠAW=ؖ[.C[SuP۝wrGC+oJ-9qŋ+O.ԯT&ĉԂIk8}fsV@{)E* X_M5c1n{T,MOƥAqi4%m8G$ҸY P;فO,DSOf] a$ Ա0 Ky<HCFl^êLasYN )6v*c->-6ZaSp dO6|E$J \²*[emgxě6 AF˷Z q^P ^ߡdc&VH7*y;^ʼnIx]Wh43HEĂ*i8~|NŠԧ%5pe>EZa ly~ 59$^Dx/P)D(t w^@|teЄ z@sZ>C¾`0tD}`ʲBփQ}j6::'@ @[3W34yRgғ;629 $#B饴_ o)We(z7OϿEu>h~RH] ْiS0WׅE'`&'YBO)z1E Ґ̾ {v [r$M $=ޥs!ނ lO*}\`om";$Q|W:dm ?uiiioڂ7R \7Nm38| K$jy݋J}AHBN8/ tq ) KΧo*80>P¢iDloI\YdV'&ntP􊳅=Pxur]2T 0EfCQ;|Q5d[/62wZXF&x4aJ._r#Orz)F?":ϙ(Pո_~˩βܪ? ш\:MH|AOz@)ձz PiCfPX}WQҿ΋:^527{v7o {䬷⥚P) n_?[b:xǤŻiyԆeCa`h8lS͆j-)q}qs썭 ismU}23Ib6b2b`qH8;)<V;<>F|s"EO)hJCzlvi-{G+}R56pJ :Ȅ+')xMTWuFEMDBgXUnؔ\(c 89H<\/v4:SȳxaR"uzPi~35GjN72GDn6x:u;ot=64-lF֎Ǹ/m.ߤvTs2rWYG11HQgiCSOX-GѼ-ޜwK(({}Y&娡 -MG2;giP$KwɿyxRG IX7!Ii/=]ᰡmeۓ&E[1TaZŗPR"e9زQce '[G@ x5Zcp)uqc!+ڥvSȊ-!Zf$QU9 7IA>ʖG8uEڟnI9mSEX: ,~34P IKcLgy?&gNUߩOBƬ|>t*<$3XS$VQE/!$l]g@b<_5 5EtZyRA; w}:1ucs,]`𦣨Iڿ6a;D"߉!Eԇŋ4XjƀM) s!ҬUE┙O_zFbgk5jm#@$@J^5{|M[9hǣA@~Xv$'oYL= J7qE9t1' ɥo(QL= .o` dTdfW$ rDd >˫-x?x{{3-9.L fυBw'5ƹBM=XAy@kEMGܑmL0gBͫk%8ܘD XZb&J6x;Ɗ~w3&Q-鏼C/(h87N\ wTD@Vr4}2m9~vα) .;mݪ^ 2 o+ DA-*My*xhk PxK\kZ]CD􇱟῰rm+J{ ԉE=U!Dg~pG!9/a/%z>NG8 -@^w}c_ !yޒntߓ-Qdb0{ m'~i;r/M~̮֪3]~NI4rVZ'ۭX.z$W 94aȼgsADэXWГ]>Jan҃5!Qe=@?84noò\)\${a,UnWEo&{[Hf . n"ĩ"I&yfw_XH貙bifk:,"J~BXo46|LkYJ&[ @|0,n% crp4&sUY"S.S;wnE ½$q{38Pʲaqy=G_B~yB&{9#l͖-u);ZAO(wo?Rv }qXP>۷8wErZIUuGwjou]X L#h!AG H+HJSSkBSeAF5Fϫ H׊bW+PuS$HbR Mx 5}{ _J(,ڎDX,]Ge (勢 G;k;7H)$ !EwYNÙڶ%:Cӛe^ RU_Rvf8s/QHXwzLK*nwٝʹҲ6 )Cʟy0mLAW'Dëb`zVqؘ ڕ'b'[Pm +k^**&G$"soJPXI>vT֤~@ջ(Hb+; bOT86(nqB_|d#9Xt}`1a{VEs$ +n=oFd'O2T>T}=WS|f+ʸן|"[ @WУ3F`(a'-!Vg{OyVc*w!)1"smr3Afҥ8$lzn+(lH!" g5**Z'ª8CX ȭW#Y_N K  -(Y,٧or{nX^R}rsJ&|t=v"c1pG׍B:y̹.g>FwoDr}]Z2}JF]1)W#WPO_5hZ [-0 &tIr'EChXם? bkb:hٺf 7[9Hh1OF|Z J%C,x!li`QX.wAfT~p(mw}Ԙcy`\}Hߧ ˇ3Kr1[ /Vt?Wu|?x|^5,ݫwlTKv3f|^|U06T~&aK#Pi{RXyrv*{MyvkSlkjh"130R!;Zج $25~o_#Ȕ[]+yH4߳ BweÁпd,yB94'XOڠocFi)!yṢ.М^"Qމ0WU!Rn*>MciwSX[20[fyxH  RuǏB! ןH@[jjr 6o#V˛^na s}xcCx ,2X$jkg\*/UhjKh@?~Y;_z'rBUsdmXC?q=S%bO"b5V%kPu"ogS2_Ct(")v;tUFBMى<$ҡdp< _>0$ zLBAZXqyY";9W ׂ|w_jA_n~}'K7;wznjŗ۲dD'9LOਸqO}4ܢ+k.)t |ZbLfs7AE!"( vj) G|g >E*>_=)6%f8RhuJ=5'rH;vle:u,p 7&'vo77{"4+.:n:BO=7xϟwSV橯Uo!nɐ J[T0CB/XQ +ZKG0'r yzjޓ_9a]~#=| "2`c] O@Pꎒm| rc~M|\@,\aNWH#?oRUe2F{nFPͻĪBc+5RxF(-re0HGÁq3x)ŧ.#!<gFȺuq0eƚz8%6+zO-(g/4I ęUBߎ*6j(HOF9v2hMDL ea&IǷq*Ͱhځ(Ɏ* "llKC4UGBn/hEo3PvHU0#i[2@!{Db @D5A?(;m{ìLiU^!2M6Oj/H0τſYPF~8UJQ`9<&kcm-z7j:K+fBϢ,@?V 2(GJ"w@戛0P(Gʲ/ߗ?ꨵt5Ipf,5C2a_^8O`~넰xմ y*pq(g$Eq@1dݭT˶).aI*(*S/>9sDk墮5`LMAz+qk/å[a(AT}RA,?F$KmRXcץXqW,a\F7A _Ao~33Ltm x'lŘF4.O^-ꢢE @,mD ".U9ULZxg6b[K؉y mwLJMa-DuCfH :>z@CluT /1:k2dLKfAiM5J1Wv0,Gpo2ϗ;efMth:+,UK;N$8!БL5ZGͫu~̧߰Ns۴d՘cd\j$7y 3oɇRNg.M7Hzy=vø/ 3 Q]!e%݄\n$زܳ>[,BQ%cpp|e8RݸOM[a#l bݜT?>mNa&Aiu|%l`)E1و4 2ף%2kTo-h< |oPWIsyM_)X4 Oezk5&*R5> dyt0:2 x΢s!U;o?o'GLuTIW/t5_ V $wY>eP/< D=)8Ңx f|*os}Tk](hƂj(PKiJ;#蒱>ˣ Nq1Gޣ{%2ĪSQTw/Z|[.+8gݡt^l鋵Zo 歅23DYw/~\k\ejD&:6XZY- 44]_:ʽ`JaK, _uQ{\ޡѵW%.M .1qi17!u aqZVqCH"<-}K_#fɪ>}ʧ_ulXl=m!pZBC<߻Qx Scia{3<ֱTE0I[$ll΍,h o?4~%q;4w>h4n@@C$Zkr0y BMiko0hVj$w,[D/ "#VۭOYk &xh"İ|̱):#*Mbm.{9~Qq[=J%\5+4s.q0)=xIn?9$Pl##7R|iݼ,{Tj"U~blN0d+*7]Mlayd֞1j:{9 ک΄Ҿ2S8LT` Bi ҟY cB粽qȘhCͨ;,ֳCrvhƋZTƣ4 o746}KaĤ=F4uN39,g 㹟ALfV{*znZ$xC v}1rjv1tl4B[6ke .;hk0A1)\muI2L؄3D^ɱ3^{h)\GN~qNu6P8A?P>N2ibdW1R>䗡lXA%itBS%YJ3>1j<&i[%T<Y|fϠA?@K ,E Nс/[colD1HL[pFyX=`UdKԗ@{όa"+?x{`@+ MX7{LMOwd) Dn-Qߪ$jV5*vwԮʷGzڛlV/~LvgL%D*PDYF߷hTtME70Z?.u);Zޡģ1hϘ,y^MG)8}4z+5?N 4dP?TJJ@!]SR4+ EU.V*af`GuxnK%@Jntʫy\{^|׏Uk=2'E^i!oCZV^4E|A$ly WG;䦓RCMgW(g✣ޞ]=B``GbPd`Eg= ]{ u;逑!IXkCn̊ _V`mZe69 )ΥQLO;MD4ʵc$DӣSjWGm?4!=ry ΍l 42{FEgIR^v6MpޏG}\P`+ǶIʟ+|K(]SG/᧠JaΤf$$kYdHu}j#vͻ3dS4ϳf_WYrP3<0ӈ\l0 +x~MMgNvFΜ["fO5{3H(QWdC S9}2oޮFp}܉qw,icy)9Sg?WA=8FJaݍb,l5wQQr5m(D<`^Wx=L-VB#eq9Fp &n; `5 ra9~M+reEZ஧)-]賻(1-⥑MORegMxJf\{Hb>ma_wxj*~ `WkpxE [mw?2/cQGC ,M6\+}DEƱDst%?畽pƛiXMlՋ׍ f-잊BP7~.Zmb1؛`Aq]`&.˖_"#$/Njzf5]j@!oUy4j!k-9(_Mb=J6<p}TKu[0W2.J:jlGΥouUߪxˑ׷Q8[6S@IE+*;GbddϮyMXQElhy!mfgň+29$ rO6I0PߜM^/ZZ\օ(G4z)I7b]'r!tO)G(cfl'(gOVb@d^5lԦud>y;Z <*& iP] v o^ohE#Me{K ? HM^HZcgpl#Wr2^HWZu =Dή4פ"rHl["u֠7brC)VgNbls]KޡSםiAH"7is a+V a|a=,1PG/e;DČ!6(6p! ]RvM Y#ŠK/>7+;IKiyo{r]!krAP"&-T c*`MtEoq3Xw3}“v G\AɰbxFp3HhĝS a?7c/0MjΒOv BNqz]n%fp n4ePߴ+= }ۄMRNwü{\Ý "9QT`+&cFqa3tιH&kİF"cꋭ^{HEKw15;Sdc_Ikl۝%UO'p¦6O]YBCg6X\߃3sWPO4aZm6]*&(5<(,U13ɹ*DG-ӣk 籗R= _*$B֋=/^TczDI)J5u!^&<.G2J8G>bєm&hב#v훨}8c摯@8Ec<rؕ#nRp[' -L Q)jw($CE18iZ`&ӺaqCv Ge&7l T AƎ$(M+-uw9ZwnM太fUBe.aMd:#@S{+IZ[}X&>v-7#[]̘퉂Ԕ 5S8jpwՂW"nxT{\h,{cʵVH\xV{<*V@}5Oj:AFJ=M!BJ4 `:/Jxʙ`sN]0#ZCOK0M9\u`7ԂHHǡAOu#)VwsXϬbKo@Z^gOt%XZ(ExfJ8#da5ۻ7ꍹx Sr YZ