libcares2-1.19.0-150000.3.20.1 >  A cJp9|A{BA^S:.:P#Vu ̢-U,ؚtS^Kݩڭ (Tpi} /JIP8،P/$q9'ۂI,c.;Ym*oJ[4z lF5;`*ĝ!)ӝQ݊LyZfĤQeJҪӘ:x m߮BTfx Q 7QћRb :T(rr̠`~~/qvo46d7c24c2a5151cb74d99584fe6c4ffa04b04a8c71aadf7ba1b323b748b290b6f0e2c718061cd2ba9b4722e2bbb06575d4799d0a툉cJp9|Zձ#q&58xO<(qń_:P t ˳WpR؀%zȫ9Et!5J+tEۏ}JZϺ-?e=zKb:".( >p@;P?;@d  ! H $48Qrv     p ( L  (%8,9:>7@7F7G7H7I7X7Y7\8$]84^8ib8c9Rd9e9f9l9u9v9w:x:y: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.c'ibs-power9-10 >SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxppc64le@A큤ccc&a7Le5a1c03d5452ae9249546599175f227f67e5cec9c1760dfd2e5361aaab40f3faedb4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.6.0rootrootrootrootrootrootrootrootc-ares-1.19.0-150000.3.20.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfigibs-power9-10 16760228231.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_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a40e40c4896ea9f5691bc79855ca8161815fdbd2, strippeddirectoryASCII textPRRZ1ѮxFutf-8dba516ea733edd033b678d0b9ef1bd7ffd53ed108751b6690d91ddd88775e716?7zXZ !t/ ] cr$x#GI;~.?pSK@SljwDyc9@]s٭BQhaxb7܃؂y~TY_r: ؝DMog *{ \3ix`ǝI{B4%ih}Ƌb>2NPIW1p&i~{^v:|Zm9v]Puv zm˸7F|Qi+A UO[,C`;ac<4rL۹D}Ry/: F!ekɛ2\Tʗ.Y# *W# *ҘNً SYwO:̤ BYɭfm,5q; p_n[||]W``CF¶Q:9="~39U[;Ѯ1JImbbi5lo9ǩ,3B]FO4U69c2cOU…Kxg_rcXz 8C7F[.J8vP:gl),%~U>],7^ܬ0CM<6ayz~&4Tzg=Uė,WnT#<~UвHly-h)7I |]=d6W)(` D?6c.!mnYMq*b.Ϧkp?Kx*$y껣ގL)z:F ~Ed,E H\R Oc}L`M XLO!sOHd[<&sXvҚj?ز.BI,t߹hXaY!t/+A9tK73͢5XA+{/_dxumʃh k!%}tSnw mT9SjhL@f‡#{fF0/_@e(r;5WwV"'qSiۊ#@V¦><+5 H{^rהXME?dqQ=P=s0"ckj|"<󷘚sMyBYe3z{J-RX|0{䁓|炢`$'f8%D,~Vr\|{g7le57+oFF1gOc@dL}&IYtJPg/#{zn)Ɩ:;f U W昖h05WY|){Y1whBp&+#5WL1d2^ihX%v4UEOdV|Hnh ȓI]p[j Sf5,ecirWj{̤R!Qr_#@<'a>"ɥ砃Ķ` Kmge]yk-P܀x%0/Q^#[Mक 7͈b=5*XOri;@$0^?!.s#ھa2ҙKK{)ӹkъj8&:tG@0dNZbM2T`9rSdǽTwZkj]#s?RmM|"zAꏪ,Bu_}?'!Kz $ŢU#1oC|ud؄#/w*ibNŸzPN0 *d~mG)3 _b#&WRgI??{0%vt 5|tIyЍZ#T!.)L5 I_IՋ<ˍcjq^°BH>'DUA-nM!Ӷ:qXmu PH %\TSZv5EX&s_yڄpNV)zTb'3 ȍM~#~ f<ږIJ|i&XIX#' Nz\֥iqKB񣞂(j_raIA*[R䰜C(whJLcg B4$ŁD=qDBCUb!Ӏ6gG8[pt2eQ;r۫ yE"`^ľ)C2r7kh]EP6gq7 XSF?2ї&䓑xJs1)W5fZGKA@͛ԧ$ZCra(v"B i}7s^JEgxQѠW *@ c{8%S)tohXj Qv=BgVJ#4%eݮzǢBh/sdžwI.YUel10X]ωnG㗾bg R-ҟmSx.ޥ6\re({F7WaeBgodQfHbio3'A=_a <UXkF6?ҫ%ouC{E3 Um"Nlz?8qub1Pp:Q/rb9/>$b 2{ 'C0 h]@[^zcЊ $Z2S-2cdvu9%},3qH^?缅pU0cj7qz g?5$ìMQ1W&jD$ #g䄒]6&ZxV,vle맗vE _[qr2\˼k\eLK!?Vȹ!l>2 Iᦕa>ET`P$xy9'RݩCGެ/qh樦cv>'ݖ.F"(B'#{NV.,J}c͍O-KPݨ"IIhq]\Bv5t(>~Ku]E< ثi>5xp*7q^T7ْS;SfYET'NNz@̳8—U󜧔2%wɡF_l-m/2O3h&?KQFfMVl[;꿐:4y8/k"V]ɉ7UX!4Q{絉,d.44Tca1&:ֵbk)|?#B2Qx,7 ;M%ųY€襮jUNu{mJmr)cM|6,1;`Tb.2I1V]1ET4Ըf;ΑWx3A(πPK?yd*ߘQ7 ѫtݡ_cW][Dw6 mUJXʵE%%o;m }f]? Uw0\[_C.ul`6 +OI<6%.J`"5(RMWDx ~O3ɱD>Тs;VZg|xLOTj` Pu֗Tuޮ3།)}LhgOtD or4J[s)[XQ*QOIոJr֩gn Hri#`ـ~Dz󝄎x}eWII<;s5dSWxWA “])㫖kſxo$wcx10u]-`Qoߞ0 |~ A˶9+:×IL|ۭt9>,X*0O,h<np]mCR8 &hG5f]cmc;6+SޠnT3`~9$# 5/%<&q?.n_!_W nTqcl2Ƈ]?)xKT= 8L ɕB/NA c@ |3n 7T%MZ@ne-=]4rIzLp 5/c%/ηpidC7N(Q6x.o,P-)H}ܓpJM$E.U{:riYb;ubH=Jp0s2r=Q x+vLhd+Ĵ4﻾G1A`g6[6TpdR f>7,24S^Nl>@f]a$O&s]i wn7S}9lBLg5u\` _l5jmyӹx׌yw\/͜="?J?,Nvv˹.nMPL'50? ,gT# hSNJvu;q+nT^~CUi- xɄe]$J)uf_ٔ~partM=x7bfس*;f-$>T`3gou 6VkbgBTU佗cxZS_=Q  V\Rk.QERv>.(FEiO 5vpU 2;ρi>vJՅُ0 WY|:θTb졢·9+=ݾ͑Șvhx=&ޕ/|[?Z"go=8jjLQx/,kGeEMgp9aFcŶ]>l ??laXүL҇LѱA.6\=Ƭ|/>R co] ? !d| 7 /vWXp qkz>-ՌGrJ@1oT@xke.%Խ>-Ia "b 7ոB5sPrFZUW?K4EfFWg)5`s8_:Q"f}Z\=Ol̡JДA̻ ;ʠtΡy6D0" n=Fј*ux88jeOSz?s AVއmgm֠eyyYwW\TJNQsB8 yIW:3/oEPor'S41Z4jЁ-qQ}im-'X}Z[Ϯ2b.Z,=vsxE>ǁ96j[[|ݛ'lR0D7#>ܝb={a:_`V @c 2l_P2$ >}=n 4i;+&\Ě 9mW t?)6h;Ơy{POJEjöIm f9{Çi! P7 C|;Bt9}8&~x} ^=! A UrIR|YE,s&@%<1ɮzq'9!}{δr{X1Pvd?#W!Uf ÚhHI,y:.jB-j' =:;01OJ<)X J+6:LQn"|&| Q=mSo&'^z'7ozw+aw;ep靆ݟp&ϝ/[}95_Lsę"',a2ё/(lzeEC1 ]GK1M}QC\½+&h9 ߤ27NA27)mI+Ϫ>2+wSp+[_ݚY5R\’"j)uKLꡙP%3Ŷkxi¦wIPv"bAGyf0ڎZn9Rؙ/YH;2v*/ḪkGm7cx[@D4@5aj8GfPL0/rsl e3 XYTWGoôp7uёGHnt"SoP(-wjuƗXu %\J_\Ӵ[ٞ@XaPU.zJLunHc0er;ʊv'2dlK95Rh.?#L #h#7 .sdq-$Q޴1>+㫷s%T+ȯ QB9y0cjYtXJ Z3,&5*Q'xӍ❘ ރhf(deUZW_N/.vk-5 $TM_EݫQwҬj/"PqNgPT_;zpE2։!j qk.}(o64Cc .$cG4={9"a"A8zN'6nCL!̓J+cK8o:zc&I3S2T4#oYౖ aAmp4/Cqˉx уA@!a=+f,XCa oh׺Z%Pp jH99^v$M -VWٝdz-CpIn$j#->Rh¤ 1n,Mwa鹒4WK M> ֑V&Tr;vWYyԢL*H܆?4|hZW + *, ۭUzhTyoVÐuNm.7Aõ}n:T}8,"V]#b?/SYQ6qKWfϒz"7*$&?5vdEǷi\?j ] cȍѶ˝V#X/}7\{c;%` lfyejdAPSB s PjG?JV7ge%PIx&K๸;K72L&zry,`U/9Q)L ^Su钇^(p5օ Ўn#^B s5B@/yOGl=Lf|[d4iE4RJʃ#42 jږ`i."bPIbbZ>ѵ1\)R K3GX5KߚԜ3c4vnD8 HBM0Cc#`ˮxIea`y$hv4qN])E_nr*/I'fn7%_U^h %^vi7Yxݟ<=$e10l* 2[uٔB+le9$Lr9`XD=/|n L _  X7an?wDȅ|vËov2$<6x%/y#|M >M>ڹG_]@#Hr4i q[SḪ}/м3b?waQ5;66oK[w&&rX (s͜[6JlO+GMQUj;yK+~LINz(Fy-9,:gAqnۻ6i`#JJ7gJY] F~ToRUk~5X[lC*G)~O:m\f3śoH7 7j!'aΧf6Wv#^+л0Vi?{tEeVћfDצ 8DkCmS%Gt۝/o>#BRKA8 As-ǖCw8XNk2ӈ62U=WÿWՎ^%i6 .Ү*J_3O.涻6~= +ρ܇0YƌmxG91</G𜜵09 5]M>S΋~eqtW% 2XD'A fhp`}4w{U#L"F\+6Nރ/[lT ѦtG $4_*mSeV#uɹͪ ؊BYz%'(fJ̬`!^c6ǣc:GB'|{/҂B<.mG>\0 ֭h^י^B"Dž)1Noy*9EWVIsZNIFe:0 P8A3,mS٥`keh E`S h`eݬ0D$MaN&sQAwgyND|Zlo,/e1,iPSYnW=Q`; |+¡`pkC+ת\A{ZFx1ָ# ;? Rx)Јj("ꃀ܀s2A#&+UƻA.:kjWx6 3a+Hv)tZ>5<- k7m~g4s-t٤WI1ĚGsQd#lnCY:gRF}.u E親sE)(Wxy,J= tK&_ w7FB!2o`Yvr s,NN[V s/L ~nTM̂>ׅBYوgds}t9hq6yj0鲤>ìTJɷ9:Γ#R`ܜ .&)kܤ£U9䋀n_mv]׏5Ȏl?(Q~a b㵼(F/숝8<"0IsחzYպH.+:–"WTYR롤g8@`ʣ  ;ecYT帉p (Rj %U rqh43 Ww̖Q̭DfEq~Қ9z׵k]&ǑeĢK53[4 :¿e%&$$2ŕۗwZP$`$̈0)Pu0FJprh%' nBƥ[o#^Rh_լ&,O_ZAPLa4!xƅ"1`fg(9l|Լܾ(ˆR>}䨓j'mҾdpKMiI.!%Y|{ǰ&9)>pEfU{.q/մ:uǻ.nB@)|GCǘdi !>n:j}an3Xe|2o 8Jڹb\c! H ,\Yѫ;Q3g;,_|]zAȶ8?ߴa8ƿ96E1+9<*R#ufD:> v4I5Kϐl/5UdUdMepYiJ,ESaHo]T8gd0Xz(݈*_ehcnqH$Gh(6˲ūeƨHGJqV`JБK2ʈuXqܐ*v5]cVcdVHֱ #^[,t䖘R5xM;q2֢pT(,Qahlwt#xE5Ե-Um?Oh/qcT~L\>ǹ$~wWL6yUL]BhIgT.̖DRhOH!]!r"O6NC1 5ɞJQO}BrѮ3$^/@y4J?N!c%O N DpF1Ƽ|p0͙H\u8XA`\%Ug2EΉJ{/\1Yһݴ_rŕfv: ~G@OULX4uleoVuJk=68ϻ,jg5O+='ڧ!r:sa *i\2ZF' <:@Z@UXf1Cɣ03>L}HcU+}QF!A X?#DR L}nϫƬ/er+ɿ"pȑ%ɻ2R諑\)S蠦 )ts^\_nj]ᢱJvc`"$}{]2(5ԝIވ=_x{JMRu͋U);H1h\?CY>)dHI+ۗm@LG-Rz&sX+KISprJEwwn0 q.~ly\}^6qa4 ,>w UOLpHk9F )7LJSz`2>GzGLp'y֋}!L(r1Frnz& 67HֵU:WLZBڦzȃ[y;y)T%DZTYsA4*KRB, m!,7yAL!n oV%uvu 6"3|WHp\M֤Ei(P}C&$|c^vR @i}MG_6TU!CX𣊰+} !jvw]Ҫ*1bS j!yE<@6JyUJUOW;( >pu#|A/u1'+Ai^$^I8U w*-U6M+LfjxvOXs S7:40Qb8r\J%FC=Ns& }V]iLSʚUW! J.v*d!}t<5S:0# 󕴰++yhJ`@-z-~0\Up>F5J]ן#v9A67H1>,ʐS,gg77x0+lr D?JYIk8H,K> щN(S%sJ4d{"Kf[&0vw~ϐsN^Zd(~2z2V暉j٧M&&^sޚyFM2!':L81(nq4)Iˊ̜^(sWM3[$UmRJ\~lYd৘ Xtb]pe}[BՊfC!+=7.|T+L^=q{h{n@<LN4R|4g"f` pWY^uT&%?);A/*QHzw ^_Ig& x׍ł|/͹hAf=v&aZ@3J<&\O^fVղ^ʊ̷%]OLBnO6GCͰ) Aqxnf`ϐU0dr7U.6cBlzcpW"XT(Θ p0DXGe\3=4MR9ǰ\ˇ~Ou}ᄇzמq "oql!P>-îu ,p zKtoٷt,!A9 f=V ёqO|l.|xim8sÕhY>lsrrv?2ovM DK0PտaR=^m/Er]TQ69rq12Kz} +(,KUR#ۋ`N!vj];QSڰ&^5֗w,%A ҞWó+AWaqɛ-]5Rw߰!^6$\T;>;,$"@`!<lֻ) n"*˘8BpYܹ[=FQf_V|1pU4vj"XoM6;V$'!j`C(Is*, [Ŧ#(܈_<@ AUt% 5Ë ɂ6_M1]f#_yeLǬiH)ӜjI%h个SD2Q7mI<ܮG_GT|0|mษ -5GkOzdY=gۧUp^"Y:W?JD9D=ɧ8m[Z(!1lu.|Ib9LSJrtݰGOٲеaĆLѫ4 %N_ '&U`7io cr1xL;YKE Kp5Z \Y*0PVBTZg_h.MmK(<tuU]:Dr5x_ zy6hl":17i q v m Qf1L$$ԕՑr֚Ah!YnV]+8Y*gKntm7JN7c}%8* $.TG%c z~.eJIT19vj9Ϣ B[g/mF5NՂ"ȸ} cawmY|!<*&Nru v}-z柟.A 5+s o/eA@ BV6,-*{h)}\Ѩ?h=-15eu7{2Ǎ`TjvqCNA}i|=NT3SC*)9nWn_n &xG@ PFvQ/g#8@0۶#2\gwWFxOY{- Lf9)=+5Mpx[}:I%OkVK2{/nAmV[ @-w=YNLvY'N/hFe 0U 8htL'Lh?'_&(6.uL-HOpvʋMUw:3++.@d6ƫkB)KT .o؃,*;íuD @{Wn:rTYʠ>B0hVIxzkU48DeU9 ,[x92>]첊ۧ*[BP. -3&Ip3M9qܢOH--{qaS?Tpd$n|g܈ztUϸnAl:3|qg8& bI}hz؎¨+G"hB ;T_\{vkf*)#X1W1w<1t-AK,m~( LbY+W~䭘DD`F(!mjFRzxרD52ގ!TPRO( xŔm(ÈA@4 aLGY 'G\;^'  gsԁ3.a|lA+W%u]\c<$_[-rlc{!cn>F-jb'>T1P,>iIBuq\? \Ds :и_@2>٬A* v1nor1g?A+B,rבܤ."ho}qm6E(TvAcO1:LKLHcQg/kGˇb^I m[~KfGmͬ /evD=4D= ~/c>zk؝G~P/\fYRZ-2`98'G3}MQw[nrNcM ⬑'3Ӛ5m-sPѩ,bʂcpo`@@0- [`(Z& fFj9⡾ejAn&M!Q$n=I6 |rWF鹃7޺ؙU N,N|)$W*&ڿǘ23[_3<YBq!@J _ӻX;e6@Ϛ׹uQW'ǻrf"?EK4NţUOtf>?KG!HiFELѳDxl(t 5B>4ԁ  [G)Doɷ*S7zM\v~)e'\yRFrɕB~tfJCGLm\j,NO.oTW^S%_7mSnfn5~=k6YsH _v@-Zi Hprla%[n M D<: \DBqPV>C?DKwrh(y{tpmZ'f $]ϭ{4gNpQ[ά҉!/v';E$VF8޽U(1fg8_E9ɯ9OS8%5J馻VPPPVļ;ƙMmd5v?Dvtʬ! | S1|ŤRNtNf?|&D\{j07¨5k9_S:xƐw~нmc^C.E/&[_r27>$D'jxgı/1wXәJOԣ#'lj.򆠄pIԸG:Zwi:;ⷭVQ D\#j!u כ~a#_DyIAKybS= G=l Z5yPI(g[Y;zcc 8:qpR-U |gd‚}ަo'sQ%kOG&ƯCіo"Pƣ{ezaY^3)˖y=lLx^Dpd_SDŔ,ڈ:"y?qb qMHWȏdsEafMb[%8m'1;MF_`(O>$C( }^g;sԼL=0l"Nj^+o Ģ{Xs 0[ oS3+(\ &5wH VP9j":ux!zngtwXKdٗN}t@;  ,Xȷhy^}›P4UiW:ِCI_UUah?W v|(AF8J|gP!>m z^WcVl&B6vtCi8{xvv R -:s.WQ[]}$v;1Mvg Bx <(#~`Ty8$=xfCCuFf,>oO$"eW.Wƈ'석^2c#yR ǤʈeZ/ 1YW>q%VlpѧҊ cAk ::)ȭ:SgjLFVTnVЩ9Z9D?,Qe9A47ூIB-XV2ogTG"˼p,coܽz Ex(zA3ɮ7|i^n U_"" ?ёôB肣sen (n5b 1_R dnV:ۊx| Raq,14j43qֺ4c+f6l NQַLkh~E X>đPF=尺SFu+@/.o. vtmZ`M%"Y#ZWaR,5)j EVzF+k$f:PC?=)쉒+] 6."ـJS{8@,/3 ׈7v]D?"@[iB#mGsQ F )4mYxؑC׳>;=N'ú'=[%<qT |) _=fL`ҳdc^4> dVemhu5):ț:Yc;:ȕȶFO-KOu)Z [\HAoEɣ<P"Q)VP)VG ".yo kD:c?< p!TFL8cI})=}}D{U!`ÌA"UO;8? XQ~Ms:s9PN2 MǯnMD急p(QۦRDVjXҫߥ^_ڕ. W>I =Z{rhJI:{~`Wɛ !okzFX^׭6G+?a[| ig+[.<-3#0X 5wuN fD}) f:^*V(i։:6}>\eq Qǧso6Ө+/0(iӓcZ,5,hۖ*HH̛y6 NQ]~C5s`N;{ʮ*>)*%it~=؅n'FE+'2B8wAd=o@^@%Aվ1f'(e8T:J}^`tEe'LV|Mb (}k;I[)beDj@[1 onr-\fr it2~-ZZO+D 3WY z#Ub8{ mf{.[{^+Wk{\λf^y[/!nK*>粖  n=Y`ѝ7J< xax;8Z acud25z*UV`!_n<.8vItpxþ60ЈcO5.P"Y}RÿhW"L:i8y&2jwNvu5giaतOJyhvR^;"ȥ;ā\'frźŨgU dxjnъo=L$_naj3d0;6UWRqdVxCy{_9K`ӍfOFĽCYANX/ܕs2Fn(:2@yRHl 8"^dV4#!L l\ec)x` +poNCNeKLPqRՏ˙Nj)k-9g e`8-x)oZۅP{eҁ!ñ/̕C:>B=;bCs.Pu6 8[&FYi]Grح{h+I yx:Bsu"? %G-/$l?%we+qՋ?\_V͆S=[h܉k=SMX fjUk_h݃"332ݚ`c `fI2EsMy6)ECHf/J40P{gcx9o)S I5 %zM㦕Λ=- ΰ{Z@E 'P>!0 j% ZH[a>Ľ,O¡Ԟ M7ļ+ن##z $]5a76*ZO JLt.|Tkp+RQYE̮F . ϥrY_0fR&F38x]ďOjiG ?BiS۴?~VM~K6? ݡ $)} ^}16azpn$*þwj:'pG DJhVSMUUeFӿ6ȔVݨ"2oIQ uB\Q2g_<~) $ gSn%"1Hndm/;.g6D=v  % &hWh!@)X=Ec'ZxuE人n4 J2 aJm%FIw-ZHV͌|UO lrӿN,%|q4>#Ec PMUlWqcˆg~FubCpl? F8AxB߯3foDC 5u(tDIUSFnHIS=yYMi~+M?>_G\"?Jq"zug#Թo{$j]GĀmGBݾeDXԜ׎nz)Q nыmY[YY%8)_B9)rǴ;:.ΌWWd^tmEwPRհ]bʹKkkB s%Oڱjc񃓈J?MXrnU񮤈,vT Jjbd }wĈi$N#Z_U&ńWv?\"w?4BqU#{} )U@*4"0mě! :ba%'+<1Uީa jGT0؉[sGp.ߊAk~D|c>n/8i@ +6X0(>Ϲ39NXmĶ?<²mp|l@zDNxQr4rW掰iS=KE&sBb%ҊX1HMC^e˕olg`0' 2̃ }lI:GNO2>o3TѺm[Va؂]'~2O&C5l\X%QI}Mw:wCԢӄ!(K*+9g Jc7s=9hB9EZ3x`mj_LNu''ԃp GZ\/N"  8[LۉA[ 秢!'ş3fk ^7(Rtu},*kW \(2١:L<+m?e d/)Q$71+d-*ٹ\_G8⫧Σʅ1W*X$?2U-Z!|59nU^(TBb@eqC]bYm1+|$\R( ЉwVO*2ڤc=8^\6[JUocN克%9 EhLf]3FҐmv豦3Phb g,-SEdV2Ƞdj99)D 3 xfvZjK>^AK'g7eK&n|C0BzN|yMyu:xfUx^$~4nb=rK {XF xFde` W,6ݶ_!`.Ĵ,+ r71;"my P,9393Y5<vF74se,c@ ߱ʴe]] $} ¹3t☴2IY5_…L%YD'hAkQuPi 7|4sk/뵣pHhE 8{=IU.xND,f@A 5iԺw ohLv"p,Ԩ6}{!Q^ҏFɦR?Ǭ,/G: 6ry '_BH*+3$]ܧKc'ݐ44;0YVHZt G8ƿgG=j!۬S g )q3kC5E5Qo:و5.9.>;&_EˡeHX?{\ӑyuڅrȁ^s1KXZLּ q"T"QNe'9?K_M4Z%Wl5l~ 7*=iT*4&)պ8OY(nXbP_GmNR.D0`2zGOW2 010ۅ!9k`v+tik4O^YAt3a[1qD}$jě@q>v 8?w58 4ˑ~8 1DR|67@F&qIVKZ?LemHG_LZ~^rs$i0p-W~vHY럃Y(7XҀGf[( qU&9{:׈g:>FX>@W֦pNW[ O /[K6ׅKg@˺5\&=xgDU$qM(Br{- x&=R}++Rg+Ѷ@^2}%o nt}(zXD@2웑 +ۛrbL0@>%HetFiGAk&!ǪqKȓ/I"1-[ڧT"=YL$xQ!ɭT!|[\V}" uwH,r)OqC4a 0rve\ݶ;DTthӾv347$k~!!mPދa4p`7 D/oS] m^!;ڄK!= [ņS 7+G>.2H0qZ,`$D;|EgmBAFxmjxl*Efo.Ѱkw^Ȩ̐@Fe^f 2ʽM%To x_t5 &՞ 7otu 5W#V5HH+Ahmrþ+mvi#o!3ޑ] ؅Xj|'1:HƱYJ"J6/@_":4\h9pPiHSxB"K-v4!:c\m_S%aiG9lԆwVt`ilES0vzC;},܄L}֬$S:d`uMUt԰ڙ;#c lFR ~,K?dz*H\rpEuHʱOK^p35+tspI!;Gvp>2RdZO?ѝ\T툗ƨêűgFUSx0G;4]'ͳv3uԥs" l i˹ 0B{o|vL'l\&\`dPXESlgdnGDG/59%X `oB%G &nV8N#)>*gʝh#H>cP 9mCZNV!B#(N.ԃ/wL.wsq5.:lZNhAub8gHsrmҼ.PLxsibc ۥ`XkLUnW/\uB-jSf2W\%}u, +@jd\E-I|3skOq]-:?L]BN|LfW']p-m^E } ⵡ@2P贌B O-+C8^m轌!^8Iy:Lrxh}4û B\:(Z7Vv`τƒ;h0Y1)Ia5yӊW?yr11Ӎ!@Azs!'wIYl_حA' ^{F 4#H'zձ3*Pۥ\^bDqO-)<]>}NV/h "#/m=f7"*}jrl[i@ɉ]?W_}n5n?ka+HϘZ@ n1YG adu8ZQ*Ey:B X\I80 |[k5=\M hf\mRڼRh:^p`"Rp4؈K_D!RV$6is0M"r62?:?p3Ɔޔ~D PV%o.t.+-+9VD:gbwa/b z3I@={@bHM6 >0~<|i2+$OKg%;ϵhcV1cmM/k{($M&rfּ,T2{ɱ%YF4L--rKoKgZV 䢐OV~L^d*Va|.YN luH" EL8sx!K?KLrvॵ(~ZxBnBtr<"kg]h1[u3IܡJ';,IAxò 4 ]~/1 9H1"rܜ>D5JxO+qn{ANA;n͌6م)x]Q tW#d(:[p7[R jDՔ깰MXkY QSі#|"IGk nz HCtMn=%祄->Ѷvd)aN /UaZлJ~1knpJi/"6Q exI SerRU B%%: P3t#!':Vc`!ؾKQM"z2^PO3Z=k4$}|Cڑuv"2w~[4ewG1]Jde4㆙tREIK+!ЗAtU"׹ȍ:X#|7%lh>xu~%^=PGR6m?{"4Br=uM| o(sĆΟyboZbRRL"ڟ#l\b)l|XҺ[3NQt0F*O;M[aqd'v̈́9DzzF!PƛRyJVu׼.nF iM D!kZnxNpvzH0*اعvr,Ww-2`X׷-_&ʆ軵9E+ж?.^¦r{΂Ѧ"O.wܛ5qZW9NUKI,:<O> ]ad6xUG Uq 8%4XW`i.Uycb@eyF(LD܆*a:D} #˝geǘ)Фn衋^6prLC9 j$ՅqXadt<{p2^_ԬXfDC&q*!Vi G=&_Z\hhODM'Pn'T\Ѫ%!^sІlZ$m{Ǡh:EGCj>Tm/`m&w⬞Pޮny,kaZCf A2/3#6 )'t&''%R.8'V.ޣEQYEav[H\\F*ge)Xn,7Fg^ElqaüUx/8Jw䎎bNҗץY=i_ۖIkIҼd<{3ːDo, MVu.SEDknUw7"[uҿ3be lp1h|9^MTJ+їj[|·'/<7r|#RVDYThd;d_;?v#S,)eX-yL 7Y#Ͼ*;lR9Χ Eiy %tDlETf7:K 񪇦[eG DWQM|ˁʎ6a&`}"fH%\ $nBũ|LgUg`k`?H !ǘCiF& ,P6P/8Z5뫄&3K3'SHU& [ +Ո:.vK[ t.>OY*1a v?7FkWTlX%)31(;3D%V{Q(dDyЮ+{2uIBM 7z`/ cA Fi$;?a-+@FA\pS3Ә̥aKco\ y!OfI2#R-񬟩Da9 xƈa8 C., e+QRCCOba&euA7=-,  X1p l]ˤ\-y6B whȏ3p;y,G* ɪZmTMAm׋K4\O!GyĤI⋼?>mm9wtC.aj Si\(vXodAND_A؉~‡ "QCTHE]; s|d&AһISM?Nmaڴ$Ɗ|2'Bȣ>ܩU(o='cE/AG?)'UɁ^:ڞc>!\oo҉e˂;eOJqҨ hЂP37aZ"LZj o^z4@UO"aJ-zEE,|V3F)< OO=IB` Y֌N}m erq㠙)to#!0}"WwrM*e@h_~rdxnӴ86&2+KS86t tSRž@&HLO1]<(:ω-i<rv5K V\g0`ókF}듢ɋcIH|pȨb]h!㣢lo^ڻjİe uoabb[#h&09\1i !eО|<OYa%/a"w 6 n@ǫ!tO|TK@zPo pe0SJy3UcA^oAfrBx^1gK3mN g*w?Nt @d&-h.OP {l~vqF`w 2ecnj*&ٽ1wKVy`)sեg+nQq#d]qa#' Zytʒ{LρYP_z|03` @b>WJK\$NY$06ޘwQ&9?W-Cƺad_c֥s6КBL?W6 <(5Yz*C-{m]klGO~C<+b(!>GYr`iT*2yG8߃رab~݄/|pFtvį6WR9e(=WrT2f*[V,M/ `?hT_lm* MMw7^7ppTJv鰏sejzR&Np%KFb2pw+I4unxB\y֨*TnSWu"`f\XnœoFs{GFVNB^3G;_q_+ka`?n*viw6F %Wd>KXC̺7b"6ۑn6E|K޵i3GDEfHF#4Ù<;o0A8Ҧ-2 _^2^[rP8o|Ym$7ˠJhO9`Q%}ڵ.^Ȁv0ZLZ7UqRXlīO=ꆭ[5AGe A) Uz;00"H.㺿!7_exT R>>\v^JS$ v MsD9f;ҡESY":ur3ŋ  TAz;%pW #JL],V=tfN VRH%,hE^z,e6/Mhi.iSdهn :tJզ& wxg 1DX ^4rwopyd,-,#j U]˾,#8è\/F`~gX[j+(j *;{%r6=HR`GXẀ~HGD~jL,IUW"뢺{^+]v C.hNk]_'$ʕ v&?~rp %?h`1b)fTF7a hAȋTvP9w~LO+Jjb:/"} WnLkib}UXu4ߑW)EsntzCb"/c[;0n= *sy0/Ƙ@ƨqA`VVa̤8M~&\fOO6 $;HN~HM|S kpfONAU)bȬ'23&с|zheUs|z y*{󼐮 @ |3,<䷀YSUݏ%- ݬ&BwݟZHR(7 IT^(p2Y8 |c%V{uε\#LI8a·7t{a{L]t70;vCnXu ZJZt{{+Á<,_D#o`[x9ow 7(?"701 9%ʺ3]&cY\b,]%BѰY6bG_\j^oN&tWQX^8漚2%r  \ 'vJlYI~}:iywaC짯2JkzDWgMW S;K˯5;ٮ>[O;D?t,VثQ]]?3_~hV)zϱ#^vZ2+Q¤h2@T-$I(љ|B~(Hyީpn+!r Z*+䰥8lߗu" 16XƦ'an:kVpU;ځ۾o>=ѮE!H?*;/5pb̔Sg+ź:Hꁧ۷d 9JjwW.o u/5Tb! m% ^5M6 l7!KB;p1S 8r~/keZXEchI+s7|:o⧍!`zi^Τ7LLc ]ݬ!]19E,o=PvNW͖h[8£-Jn\<[z03){8b~ǍVm}ubgAPgV!}OcGg΍TE-B:Π:* 2o.Lfz/!ްΘe7* (|x6c3f6}F:]u+JKilYA-,DPS).ťN"PEr^s򊱨:"ӫT $4%)Q[f$dEglyD:`׍oωtJ,d-WCdDu ;"1M!1JI0 Z]Pqb -bzI9gwsj,O L?ˆ=CE%$^BLR#c4 l,#$Re2"; z 76+b2nĒ62Je} ܺ7t9Dk} y8Q5&\]cHȶFłvi7RSG'̻EGHm50FsA^,/㉋"YYǹLeBD!{\t Ԛfc)ASbloFel9`x+7Do?j .Ҟ"cmGtL"Ϙ<ځܵ 9cNxu~U^m R/ k>3HG `sG|d7Ijw> GC$q9'T2}wE&sIaH"֏4r`L)]'hցnWkp|-yxE Zkg=yњ-N~Pmrv4g)3(G jjIx:we JWo k(uϧ AOt['cR"#bXXib73 =j&!(LIq8O^.ҵz#/L"!ܓr=N*TADBTvtP } $e[%FWZ8C vP3u0f^߳q)=Ya.RXmY G‹%뚋~[aLg8J"<9)t$# o9J8&HJF=W0jOR=qw"`#"Q^QhMGvs>d=h]"@(9uS /7 -l]sU;~P_dfEE=Uڜ|茱xFUM"9{aGGEtz{lKT'n Қ>S-95Ʌ'y1L )߻ɾ(wrn50Q[|z)iVk>yLYBW:ZItX)˳q'4;vE,b9&6/^٬yr2yUtR{,DvY5[䔪4t --s:&|hק\~s_~b%zSe⶝i鍏c-kjy]*B0 G4ߐ39񤥔<Ωp