c-ares-utils-1.17.0-3.11.1 >  A __p9|6A.x1u&8^0X1]qP Mg0 !ZK lsyX:l1 ox5 L]U ⫠?NГs\2ƛ:s.Z [bc;0a1$i$tWQza2)>rnyt)!Ʒb# :yUn݄Y 2Djb7Ovl*C+A-;Z.I=R#n,Ru '[98eda9b2986d047081859c85a4d11f9a1025874ec1c327dcc22b689e004acf9033e74ab3cc6ee595cd19c3484e0b91680209c3c90__p9|w CCC LK 孀1 ;;Tgȹ-,6_ u-asՁInVZJj5[?᠑7dl.ZKQOF(/!?M[~p>/?/d  B $04Mnr       4\|   (89P:F)9G)PH)pI)X)Y)\)])^*+b*c+*d+e+f+l+u+v+w.x.y/z/D/T/X/^/Cc-ares-utils1.17.03.11.1Tools for asynchronous name resolvesc-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT. This package provides some tools that make use of c-ares._xibs-arm-1)SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxaarch64PH-A큤_p_p_p_uZz_cJ_cJ_cJac956fd24fa7802c43f990b2f8af96a0ea63e13096208318186dcd3158f666a9b5c1446233f8cab399e2d9af117c8df922b1cadb3d5aef35286a72633ab4166c855b968a0e1ccb80dff898746ba95ec0ed99e9ea60ff8ee836f611aaab902b83db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4ca650d84ec3b20a453ff5349350eb1f66a0c620fec62a6b2816fb21ce03e25f46ef32a2e9ee7cc8d309e3d010f48b6a9c1bb87a211b4b7e35d91ecc578a7c861806de1f9ced875c53a4f38d9cad349e926ffb05bb64d67b6a746bd62b768948dbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-3.11.1.src.rpmc-ares-utilsc-ares-utils(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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.1_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Temrueckert@suse.deadam.majer@suse.deadam.majer@suse.detchvatal@suse.combadshah400@gmail.comelimat@opensuse.orgadam.majer@suse.demrostecki@opensuse.orgtoddrme2178@gmail.comtchvatal@suse.comadam.majer@suse.demrostecki@opensuse.orgadam.majer@suse.dejengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comdimstar@opensuse.org- add BR for pkg-config to get the provides in the devel package- ares_dns.h, missing_header.patch: re-add missing header in last release- Version update to 1.17.0 Security: * avoid read-heap-buffer-overflow in ares_parse_soa_reply found during fuzzing * Avoid theoretical buffer overflow in RC4 loop comparison * Empty hquery->name could lead to invalid memory access * ares_parse_{a,aaaa}_reply() could return a larger *naddrttls than was passed in (bsc#1178882, CVE-2020-8277) Changes: * Update help information for adig, acountry, and ahost * Test Suite now uses dynamic system-assigned ports rather than hardcoded ports to prevent failures in containers * Detect remote DNS server does not support EDNS using rules from RFC 6891 * Source tree has been reorganized to use a more modern layout * Allow parsing of CAA Resource Record Bug fixes: * readaddrinfo bad sizeof() * Test cases should honor HAVE_WRITEV flag, not depend on WIN32 * FQDN with trailing period should be queried first * ares_getaddrinfo() was returning members of the struct as garbage values if unset, and was not honoring ai_socktype and ai_protocol hints. * ares_gethostbyname() with AF_UNSPEC and an ip address would fail * Properly document ares_set_local_ip4() uses host byte order For details, see https://c-ares.haxx.se/changelog.html - add missing upstream sources, to be removed for next release - remove unnecessary BuildRequires - fix building on SLE12 systems- simplify conditions bit to make it tad more readable- Implement multibuild specfile to split out tests into its own flavor; this way we can build and run tests, which require static lib, as well as avoid packaging the latter without issues with the installed cmake file..- Version update to 1.16.1 Security: * Prevent possible use-after-free and double-free in ares_getaddrinfo() if ares_destroy() is called prior to ares_getaddrinfo() completing. Reported by Jann Horn at Google Project Zero. Changes: * Allow TXT records on CHAOS qclass. Used for retriving things like version.bind, version.server, authoris.bind, hostname.bind, and id.server. [3] Bug fixes: * Fix Windows Unicode incompatibilities with ares_getaddrinfo() [1] * Silence false cast-align compiler warnings due to valid casts of struct sockaddr to struct sockaddr_in and struct sockaddr_in6. * MacOS should use libresolv for retrieving DNS servers, like iOS * CMake build system should populate the INCLUDE_DIRECTORIES property of installed targets [2] * Correct macros in use for the ares_getaddrinfo.3 man page - Changes in version 1.16.0 Changes: * Introduction of ares_getaddrinfo() API which provides similar output (including proper sorting as per RFC 6724) to the system native API, but utilizes different data structures in order to provide additional information such as TTLs and all aliases. Please reference the respective man pages for usage details. * Parse SOA records from ns_t_any response * CMake: Provide c-ares version in package export file * CMake: Add CPACK functionality for DEB and RPM * CMake: Generate PDB files during build * CMake: Support manpage installation Bug fixes: * Fix bad expectation in IPv6 localhost test. * AutoTools: use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS to prevent complaints about CPPFLAGS in CFLAGS. * Fix .onion handling * Command line usage was out of date for adig and ahost. * Typos in manpages * If ares_getenv is defined, it must return a value on all platforms * If /etc/resolv.conf has invalid lookup values, use the defaults. * Tests: Separate live tests from SetServers* tests as only live tests should require internet access. * ares_gethostbyname() should return ENODATA if no valid A or AAAA record is found, but a CNAME was found. * CMake: Rework library function checking to prevent unintended linking with system libraries that aren't needed. * Due to use of inet_addr() it was not possible to return 255.255.255.255 from ares_gethostbyname(). * CMake: Fix building of tests on Windows - Drop regression.patch which have been fixed upstream - Refresh disable-live-tests.patch - Remove static lib since its required when doing tests and we dont want it included in package - Run spec-cleaner- Upgrade to latest snapshot from 2020-01-17 - disable-live-tests.patch: refreshed - regression.patch: fix a regression in DNS results that contain both A and AAAA answers.- Add netcfg as the build requirement and runtime requirement. ares_getaddrinfo function uses the getservbyport_r function which requires the /etc/services file to function properly. That config file is provided by the netcfg package. Unit tests rely on it too, hence it has to be a build dependency as well.- Switch to cmake-based build. Some packages need the cmake build files.- Fix version number of the snapshot to not be downgrade: bsc#1156601- Update to upstream snapshot 20191108 * getaddrinfo - avoid infinite loop in case of NXDOMAIN * ares_getenv - return NULL in all cases * implement ares_getaddrinfo - onion-crash.patch: removed, upstreamed. - removed upstream patches that are part of the snapshot: 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch 0007-getaddrinfo-enhancements-257.patch 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch 0010-Disable-failing-test.patch - disable-live-tests.patch - updated- Add upstream patches with the ares_getaddrinfo function: * 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch * 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch * 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch * 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch * 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch * 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch * 0007-getaddrinfo-enhancements-257.patch * 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch * 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch - Add a patch which disables test failing on OBS (but passing in local environment): * 0010-Disable-failing-test.patch- Version update to 1.15.0: * Add ares_init_options() configurability for path to resolv.conf file * Ability to exclude building of tools (adig, ahost, acountry) in CMake * Report ARES_ENOTFOUND for .onion domain names as per RFC7686 (bsc#1125306) * Apply the IPv6 server blacklist to all nameserver sources * Prevent changing name servers while queries are outstanding * ares_set_servers_csv() on failure should not leave channel in a bad state - enable unit tests - disable-live-tests.patch: disable tests to live servers - onion-crash.patch: backport fix for a crash affecting .onion TLD- Remove ineffective --with-pic.- Version update to 1.14.0: * Fix patch for CVE-2017-1000381 to not be overly aggressive * gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called * ares_gethostbyname.3: fix callback status values * docs: Document WSAStartup requirement * Fix a typo in init_by_resolv_conf- Rename everything to c-ares- Version update to 1.13.0: * Fixes bsc#1044946 CVE-2017-1000381 * Bunch of bugfixes - Drop cares-1.9.1-ocloexec.patch as it broke again and it is not really worth all the fwdporting - Drop check phase there is only return 0- Version update to 1.12.0: * Fixes bsc#1007728 CVE-2016-5180 * api: add ARES_OPT_NOROTATE optmask value * Collection of bugfixes- update to 1.11.0: * Allow multiple -s options to the ahost command * api: Expose the ares_library_initialized() function * api: Add ares_set_sortlist(3) entrypoint * api: Add entrypoints to allow use of per-server ports * api: introduce `ares_parse_txt_reply_ext` * api: Add ares_set_socket_configure_callback() * Add -t u option to ahost * collection of bug fixes- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.ibs-arm-1 16061272241.17.0-3.11.11.17.0-3.11.1acountryadigahostc-ares-utilsLICENSE.mdacountry.1.gzadig.1.gzahost.1.gz/usr/bin//usr/share/licenses//usr/share/licenses/c-ares-utils//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:17296/SUSE_SLE-15_Update/306e6cfa0421df67fb7b8d814557613b-c-ares.SUSE_SLE-15_Update:maincpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=16f3d481cac815352bc9ea236fc2c59431807b5a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=81d77f75fd1c421c232de6c2999b6796a982c057, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=09fcb09539c933052baa8aa8a17f0e48d5b8d1ca, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRR:T巽ޭi8utf-8068c75d3e5ad73f9dd4d6f7b14517bf82d2ccc624b20c16f03522148fb4eae82? 7zXZ !t/-O] crv9u))@F1_z@ '+;dvA?m2& =g;aZa%a+'Ed.b2'%ݰr[5m3o% ʅlJ!g"ecsxw+cjB#]?@~"8ʶN FlU :3FbRbƋA~h{T;svPr?xPBF߆_PeflڜEX;J{IT2"Y侏P]E[ӂl=-CVb/$;++W0(A\+/xqrAE 3o&AkX_#jh2֚`/ZGʽۂe!C`@E(m/v$UZA8U2Tk/pIQIJ-I3X{8n\/rHi$iRN+ Y[JL;U 4qR 1P#sW{4UN_~YpuP`)FV5oJH TH`Ψ"E0lŹb,")@[ T|^-͓wepz{- p 7wfDxt{}`316)~^ 90rm C)pUۮA6 $xc7Hɿ zwo/v58Hb/Aȩ qAچa.KDȵ)ƃX_hݪ}'|D-3R9|9 ?pbmϥL.a1dySM1:MX;+W1g?:b$gs:Aِو]G@C*4R}bC_G]+e0@gq2fgdan2vP,9px=~y ʒ1DA 2b ʡX2pﬦ@ 7Yn?26&򕙴-|!&Eo=W`޳TZ7]wsm؃!SuM.T-ta21Мp zw?HK&~iciLcWai^T4ea'pk9TQ>y61Nb7fEiVZzx.Ox.āO&Rq ?5!",\Sђ@Z0\RA*Cb'(Vs=um-תbV)3YGkz?j%#(G }ӮjhQb@ h_"Az͸BKZ#.g6; F~iOn v.Pov^XH>ԀChaLWARC#R*(S0v?#UmӃH4{w #wXSx;v0s.)B`5^HhilxjZwŮ0f4qGX[ =8 KB t%97\o D~^͗.|fB\k|Pv @~o]LO.pLqzt )qAq*#^A԰=֨ `(*Ð639*әmkl <PuXh7ޔ_RW~z` J1B ,@W53Jf>(+% t:}vq`xFUmw 2 BK(<#7zݣ%|\s3ŷNřQ̆Y)etCXJQbamxJl ؓvZ.|T j ֭,[{YNF֚ZЀε}vE^\]wff= x##`k̓raV[p}*o}'U_wb"8V- џK31(]rWcv7 5kKTEf_@,c9}bq e%fG~ h.*?v!ukߑ`FoM.H*;ݲ')JpWG0G y4L5@wL➗3c>jH4P 57b20(C!w!AA'4QXOl_+`pK\_Sq;v$2ng!v͙{*R Bm0k$Zo>UO8dNTiM)#P:Sa1ڜqj R_?684^B>*kV]6D6Lag*82GD2~Um≯`1VϖyyށB{mP\Տ9V^DXps.j1lyԳuxf߽~ߜ'#łgw[_"^ng׺ +E_ 6V i,$}IjYL&gdU(N}!veDVZփ?ZpfjqAݏ7 S|o^pc#<*]yed{H_DBQzy VmPn9Ѐ%@Oԋ?+W=<nGN{0c|$+`sԡ_u^k@ >߲>g?=q{UAjWw5:VA hbոq"h8FPAtvfTAR*wP2xM5PR"7M6sLG*.FQZk^ jq?@<&:++#eⷦ9?MN]),!8rCؠ - \Cz _Yقr-LPS\9Xq |/[EE2A<T+< I贺cA8]-וA`(_4v)J5 vJXJ13NtI #B%6͸WC̿?X<*d\@4jZ*0Xj/4LvȚwB- L\{CBN3'$Cw0<3f{YH\wa燸E(S75.Dcwm" zۦê8f "j%,??b/ l-˯"1W%7f] i0% j T?熃-ٔ"ESs9ՍZ '@QqgakQVm}v~TY e^XԘ>-u:aJĪ9i#Q4f&JTW>DUcfR7@UD=KW"lK\ęYK% M4RB&"d§6sY#:C*AVKLu֖8đA9=HG}UC춒&zM5=\´(wAt = "q#7 HV}Pb` =U&9i"Fy g8tt uk8}dnJˤ݉/\ٲKcsMg`y(,ƃ&ẁJm\cq +~s,h~2@(j3Z* "@[\{(?W[a]\r6#U,uYvkU1&UgOpDko;zHO;^cn!~MšC::3/5J,/ =@Q'A27+aC@Rfa3 kezsgL,,$~DGT `TӶvW@A8*,YeN#ػۢ`>hxr";n-m,79 HQ&9#+W-'qW hhn(*oQo6rYkNZT1Kgl|(k!4C!r؃ 2/o {ϧOKn&v6?ȧ&:A J62jp˛(nnI~AȘq$Z3STWHDŏLEe`=-Vi/hiKlpݙ~'EN>^j$7&H[($hl $2zs><,}V_02mpYȘw#HaH7V6|=:F(71d|W(%ԏ c'pFKdwK4)}"lMtRhK)R1jR؊ })I6R!Fŭ?kb1 hkN|\|d,eҍvt\`jkX;^}'aS0p& GX400o9HC,j&9)gR?2@ 8, x5&zdB WXȬ!?O,|Rx9hM|>U]zq9 G4GS7T8M߬zK?'6ġسt;߯# hIb r$͆Am×_.,wd7}/J~>uZb~yp>a`vQ͐)t{19E 26٬~ aq,rxL^kk90quh>=$fߏ}E: (H &~svFW%t!h+E Ө9̋9غm '?lM5 GiNzlg'mQ1Q|Z2]q,Dӈ*c-Sj7n/_[_-`k7mtgJ>B e /ʼZ6\ӪcU6֖647aܞ8 am\&u.q \ M:m[ڙCVk0 ÞxJ72\Pjes5H ]eHM'HQloz8 |Jl(lXi\2v`pl+ū8#͂FhDy2@)7 qn]p|HJ0*屳23%w89?"Y&1n`Ӄġw@ߟ(qDqC7ewLyI rl_ro&4C$)h5k";0ͮ/^G*OV,w<ŃZk1F_PrDox4ASQơ? A'°-xvY.U7hjq֯ƒMKl0=bu[aF즨q) z,TDj*p%}ţ6fFXj+ =l*)͔]zoA03J%!DKv0Aܐ8c"Ա\J  w!Gq$qޠ?D;F\}"Pu OM7[f̭-7$6o'%gz辟gÇ+ X8M+|1(ZOv>5z\ R2p`X{7}(*yFɎ-,@X`P"$k+&kP7pBbtȷCW8 jZ=Nv7Eqzqzv,u>F2O;StkfҧFL20+B!5@DɂCuϗi C1 ޵;ݒJQZim^QH1 iUtiɆSt$ l Dh9w.G6E0bxNXwJRY5FiZbQ$vMՋz`ǬꝀq$\x\kOi苭9']3 9 s ONP1BRXz9Nj+pa ~0Ƹl|e"B1>6p! R1awh-zF=}בHyc&0e*|HOX(B1%vS ~Sz,q]ŚHaLDN"cLC9=;MJȧv.Ǫan] ,@'c+*ĥa`<~)ݽQkLꏜ9󔮛`\#1T 'ZS\v RxQZ^8 1v;>H9®4J&Vͷ.\m܏6J2\(設;9.P!cHw{li%:-qh̸ʟ?X>L}v@߭z\Ӄ零tJO7@(+߅.UiePxG\(xe3_'ݙ~ܮJ!CjíC)ĭ:eF2 FD,#sۧ]O5٫v,/L oM1FGΞt]~ek9pfL4 0 x cI1.857z?h/{ˬ73" Fr¢~߃h= <Ó>p[@](c<21RpƊF~NW.Rwon1ԘCjCwT,Gv: +8Am(H GD q< Z^ I{U\E [-5`0:\2Z5hI:.L#J1UیhzUB)$3YF<@HtPn<<74_H] dpZ ;=Cg9D)BѠ_g)T,czs%^Ȁ@ 2 H3FTmцwl:h\Mh5WU!,"-pC íUbFgmM80\8H#*5حk[DpȽ9v$w@-}}hV wwj% qjd-4D/`\5{8R5a\`ĕت7V;Pcq.yHRj³a q [YP#.jg7I"1EޫjT߉ IduM,n-x[%^$&hN qu5 p6=`KtOF@tpkcXd2EA서 H|? Q>N_Pk }t7 UYtۋgY2Lہ=pV,=']a/;3h`5ʃ"_BU]H/-e`OjdٻIB._Q4HBEJ{s=mj^ -j׼zBĄ^NX/,n-H)gxTFhɨfe)0.S4G[}znK]Qs7Ӧ& oK~Fr(gMf"l]o:Wvt2=Y-NrG|6Pd!rmԔx%?4|h)/Y{1^d Dkɱׯ=wQIuΥ_k&LX;FɑuBPX4͐ΨQ2s-gbg^LaqQ3A)=tW1MueeEr;Ͳ@l'PF[ JKwgS7"GxY 843;lK)()< )aszžy vûۂgٗyGE'Et)Q'QKqv˺q,uhE.D @Ea{z]yK ڹ6A\}|P!3Sz@sCݥH^~nNj.qXJ + kE8JidPGv zM{3縡$ϤayVUƀ % Z>֟,_EOALX#g//$:#->O0:Gq_>̟Vn>,X I1f¼'T ɂ^gm5z}y3TTkCɋ<[ IX׉v9o/?*1&v8aym4$S,.W#G{?IvC@ r)kE9QK>#"1*hd `!yP# )Ӝa)~׼,㌥d&'`,z[_4#쳧|X/@` <7:)n}RZiFKg2-5ݪQYtvWMX\)PTw,z!4B:#/WsŗzAu9ije cLWZƫVyرI6+6dPfql_`sb:Fޤ9Z$PHP*b"|V/'Bo4QҪߨn:T˅[X@I pIB`Xt8 s=Nōy4l2%݌|jad;n-]6ʦډI? 7`?HMr_5 W^wx&do*$~F*5x-,hF.{`lF_ykAs>8 }|G'ULbRiC&Q O` ؜re0<=`!tު#6HU]!O)g<`2=r%puP$ E~m1xwʕb_/#8k (WL_Јl'j-S4 /?~*Z>fao7(8ϑH=ĉnE^3ɵ#BǙ'܊ŕKA|GdQXϯǧչ`5a5UDo\ȵ"Jr Jb8iߖbLjB.n:4reXd0m1KSs[́p2.%=bMCS)hdI>,dcAC)oTlj]8qrV<KM;3gɿt}5dI&4r2 *Xc 1(hCWԿ]Kt)& n,$McΗjW%@l禮I-pGL]GA|o'YhC8c aGQ$tP4!= OF!oJCĂ\힯 !fʮ9y ; \m0,3hau9R҇1׎:m7c XQISU=l*ƴZ ?&၏< 0V/ioS…:)_v(4G!-cX_F=l ;qWoxX, 1@&D"iXZe/?B G2TN: mXq`a](m7lz2Or(P9A{ҤҦW.{#UC?#.|s?"L?NէL;t``e`;"<%LsdbAR 9&rM"A~V3%iïASy 5[3;(p⳹C(Q?V@ȴǒN^}F5sewZ({xW" ; <팺Y"1ᓟV6z "~"dNW][P4-Kk=3Uh9i<'\<%02GO8|͞潸CYQVWm t,@ǔ߇~eh[=[Q^lǁge,,OsOY%4yB;*t07~ӛIO3H{4zV*<)_JFJ(I*g3uטu#&9[w7;66u^wBgɁ짩:G6=EEDzIOد;|ߐUmE=c:,h1 \µHgƼxi:  ݔ>_R_h4O )Ey_GrW&ܜU&;NrcsN_wr\vBqpÁpw'Qrx̟MX'Y6R_٠*wDu0 )~H&8܋@p&ҳ2`ƕH>o;-<ɕK3ꛚ]>>FT,lP^Dj Mr(#_DzlNDrG W`(:RY݈;l kz%DZ& MlbW 8VXPр#.M4\b1ܬ< ?fڣ߳$I?-+(t~oS1իFt E8 AW^dLib~ckj8l:+ A_`ûe yha6.xĘ\vT-L``B74 fAW1͘wLACT H3S }u lXn[r5=߇K TLT\o>X2G:cQT$: z!pTƿ[f/ % ,Ђbg{Ю6SR=3,`R6hP8j+., n`ѽ5ܝ\b:IBkAa-pv$>b 7ƷM kxv|$;]Jjc~i*Ql~P l<0#LG K$ Q k6@^Tvt9H(#}g؂ɼ\ak 5E>~+6\0,.xFq.k5v:&~ABz4@T %P٠]+u|rP6`B`Ul\ fKLYW&41gyo]||;~-Ǵ͗Ng98G&>!CiDE3B7^ޏʖUXse=pEcB׊ROD&1e9=A2ZJ&o ?ڞ8p/N\Z}|<7g#a$TʕAltՕGASx_g|%ffVD=e2+ `q?n<[=OӒmd`:񉫜 Bdf71ixgwb63yKK_]dJyja -'R:rD0xK;w]hU~CBYRX%Q.7kĮ%ZʊRe2M}7[BrL#DknwAd̒⋷&;sA/ ıJY#! qi/lcB`q0j3]EJl_J" pjuZ͎Ҡ5KY" 1^TٙQϸC_=J:0ھ:y49YWӫlmP桁TԃV_ kᣝOZ.Ȓՙ5I:h6w#}+bij !dg19îm ya5Mw7bLib.ͬ zoG *6]NYu8@wu4hMDB3BH`hXݒHM@W՚ӈT/'ȐQBgKvHH󰋅ܘrQ ew~%p$!4(CW#ygyZIPRgjS۞);Tf;ba V{/{_U?o(W,^ Yyz1t;=!i{w`7 $Nֽ=Cܹ'_@T&MnevzumPcჿ=qw_~eFŽNd2uߴ7VQgsc h+'ȊoD4doj8S!{b-=qvj#M{3UјEz%AONr,Q'z: +{OuוTJB N:9 S/i-mSQХ wՔj"ݺVA@D H\`뚪8W]ˠN"\w$E:Eհr䬰ũtЦ'WD@}$%XZ$<(1󀞩YJ (〷q>;NGPw>VŎTBKSD"loe3e㖡W`8#v|+#4)dSLc2!a~Va{@Ђ@μOys}J#-ݕ&O1NsG|Q4x\.F=%XW\B$?yb8=V"l/lq[~H J/V% e,4#\ǾH-Gv^n#a`|Օ^|D͛}\~$. `L<2z3 #1}dOáqքN Fն9 tھh# *GƥglֈMxʖ@og?@WY67?}^:d0]l⚖a_i/͛}ɭi1tG4W._,Ey+6H+¶ ̮Fq{cRk۞Fu!]_G6[O{vIŀ Etű GзUƘңN k7w{7Wx δ:7M{#&^o8L3ǻh/)݂i猎hu#;5z̹=;͂'n W6ĕAjO;G KhM>Qe ~Ln(\B16=cBy3ӥQcr9/(TIy[X \{Wa*@l@C?Y.,(~#Ӊa55ӇjDI;?+w#L )W!L#{WpSހ,.k%;) }46OѭGx\-ݶe_mN>y&_w:t~,qjoO. U`A [gb>%>a`fAޢ.oi'@>0O~Mz?Y"Q(^fm1Qx%EFSA}᝙t.iotHǢs+V!:l+-J!pK)U?׉,d#U&(7SD73R!<9g;)B!),AY0` Kl5\36knmV2Bwbgʐ2l5pt3DEiMn=YW'qY {\T+vߠ@>0l}/LMZ6Ǭ`^:nx€^R hwibAzϽmgOcnϣ7qmbYC-lCg ZiUeMuMٝIF9F2 hoglfF?*zl5͔fϮ8x1ϰ_JdwEaRX d3A/wX 9Τ m_! 9yOJN[Ltr^LeQY22`P͞aY@cah?߾_؃J+{53n. 6(m` TB@U ( ҕT=YV=Pr,s{ۘRO/'lmR|᡾k6a^7xxh7|eHb-^G$xthOzgl/>:emƞ)ק+ڻ9OB'xml4.& DA$\' fDgኸʙU~dqe*@ IAϲ[_*rtJxxFm~_?J52 g@7;7wۯ -wZ˘aUc%_Ң)9w𫐾ٴB9/'.WdY4he+zDkab t0&9 ߟt˷ʬOM94 :'G{[^pJzw4{tuٞG%vu)~9 b; YZ