c-ares-utils-1.17.0-lp152.2.6.1 4>$  Ap_jF/=„eјPdإe?Lg}.p `_Џ]DS62F Xߚ Gz;,$ uwO2F^,RHf4یG 13phO$:&ړiZ0*Њ Yįd2;e)1I;3`<,(,/A(m˝v84uV^VŇJL؉L0"Yo'LJ@^16973a5add009e423f1ef7b89bc099cdabd70ff83d2bb5661bb33e5cd018620edaaff33f2bbb4c9e5172f3e379af8188db37a420t_jF/=„FN2gha'_:WVTaLWU YWZ WQ t2C' 1~è;,04)zc)P̞mrQ _A؀F2P\܍2W Lᓷ1LfS;}qI.Jk%wĎQ^Mef|אnD6_}7ktR箴k-uv[ \`P3I2 5D6sѶ"Z4D'@]i&x>p>0?0|d " G$(04GPT my     @d   (89L:F)G* H*,I*LX*TY*\\*]*^*b+Ic+d,e,f,l,u,v,w/x/y/z00,00060xCc-ares-utils1.17.0lp152.2.6.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._j=lamb28 openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxx86_64hX8@-A큤_j:_j:_j:_jAdam Majer Adam Majer Tomáš Chvátal Atri Bhattacharya Matthias Eliasson Adam Majer Michał Rostecki Todd R Tomáš Chvátal Adam Majer Michał Rostecki adam.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.lamb28 16070354531.17.0-lp152.2.6.11.17.0-lp152.2.6.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.opensuse.org/openSUSE:Maintenance:15244/openSUSE_Leap_15.2_Update/d4e096e8887d987e0a78e7ab256b4539-c-ares.openSUSE_Leap_15.2_Update:maincpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=91d40961c108dc939f24fa87acb1f45b1658c52c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=369e0e939e500eb5d70368ce7440ac1b8bccec1b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b2b135c6458157f135b356bde282ef489db4dd88, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRR[7{J,O@&utf-8fadfc329083f81177636660275a45e2ba54bf6acf2f7b807a3d3be6b925ffcf3? 7zXZ !t/N] crv9ut:D0)=x:yB)n. % 6Vd,I7we{8I+acF3uN5n?6nc!97S]a͐r$i\˳AN^x`Kk9ƢіAA 8idٍ T d@y,<콗}sӼxu06?*9v|p8PtSPwp,&sƔ]mjfvW#>5aGNF%_SDůn?N6ilSV E\3`4lBgiJQQSkNinXTd ˳(}qvSȆ]vsvAMR춵Q+yV ئ5|]  8T0W2"\qީvMIz G.S8&Z#hlO- [m QUXFRfN ?*D];8*H>߫!u-m+T(\薾 T(AI neEeÜ>}!܂c9+|hhvcK7n(Z^(2ģ힘{#ەAsO4g'*6蹜k56[k]2urv UGuye1¸.hṽ*OLi1o~[j@b4_51xˎꢙ]Q v7 [Ag`A17%ĶZ IH4.B ~7޶*%GϤrUuPFEx)ι1oBJbw1ZӺBcRKs|8ӻTI2jA*%03+9ΟЈrE︹vlX'\ТKwJjZmjQ~9:ǜ7ԪV3$j Q)b ,E' ɓdt Tȴ*Fމ4ìWq u$ Ŷ+ SM_Y*>].Z](6Y*3mı"9(hPI~y)ܲ&IX޴rPThA죱:j~3_Ue Ra~;q^8F~~ Z5쮋#p捎jxUlc~1uz !/ A֬<|<(Y2s;Awebcf>(Q-"Lhi^hiԭN}OC=gtrrJ7%A 4uOf#}K@e篺T\獗tVQ̴?|laG}\IvfˆNfn|ɓ癩 ۜܳ/;-i nJLJN~Ň7߬Pd|=? RBmKVBT\ln=ޕ> N4J|cl8MqHȫtXc*VO!E$_l姍*zt138%o1'ЭxXp·Iғ௉e)&/TvW˰hڭ;5`V3jqph1O߰~v<-֟JqimPk74ސa^uc_I4nե@GmTuDsyWKZ.Ѥ?eIrȥ%}9n0]=gĝb 3ege̊2,$Sr3Z6k6f Rd\E\"|@Azܰoq Fp|?Ӧ+L6L"ZM=0͸۵qluLU)ˎS I/.,^(,Ӗ}=qQ\"a8ҹf>N.:rN6*^OH/0q7qVy(0hqpՓ .a0QDDIr! TYyѣ;--~Wakj{}s$;t`$ʇ]dZ=sq'ûƆ~k@ JrۈB^7уeєܡ3Q=s3&oE^,[#?7!F;)_bDE;^[ϛ44=%b0 5Z# lu"9_si0l9TAil};ZXo&xhKC(~Fy@a{nv/Z -]CAFx]"nq'}ejzLǴʔkNq? 4P;ohL:y4rdso /O>#ϩ9*OK!ctAi^pX{X* W3q?P+ɎYP09AM4g7Uzcvin`✢!l̴W O7^X6W9IӜfSwDa?w`GE& |.H1t#o6Veܨ e8/uՌqJ~f$dNiiE‡v W\2*LԖ k]}M UArIM2J.VڲH.KG+%؅E`ݡcU Ka!gGbdGfgKW+&x@k'RV7%80{yȸE8Q*l3(kjM1"Yp?烌raVj1jz/60Ђ \BYAi](,Ȓ9$SQ+F ҨTvO@[w xL^ +8Uǝ[Tc RgACY^+M T!e)skHFςk>j`a2%.E0CRP>ӻR3!3/dmћBk UДB"Dxʖ4Yt>Ibd&k†lX~\[X՝ƐVs^hzJ  =j@_$j.s3n-p;Y91ؤf0]x[<,BlܘolY7jPvi-aH.aU7ƕE"a=0L|k+ %%h2 ״? 7%UW$uEv{C =ckm)l8oLC>>~SK6>CdxcE7܁iZOYOx4SSXegm1W'.cJuMW'.fd8ˬiɺc*A}~%HLI/bzp!u]Ϊ(BD , %(h=E_XbLJy׸3q4CϛZowz˥2C<5 >Ώ#Q˟3[Zy ͼ]-i!j@0)6XjUfwnjcrS7:)^e Ba vqpm\dP UmRЬ]%|ᠡ"G;oQGfh r֞nt`q] ڧv$uf͞0x,.Kj *- KTPN:!KN.P'4$N[KeUմprc S::=7c]adP3Q)/}%g 8x\@lvEq7jN{ʒ+l ?4SdC}X'\?VXm6F>"B_<̬$k- 2e९.eF0x"6 >C(Z 4h7$$<(}M[`!%x[֍+P(ȸVk7ӤXC` DCSug.rw 3`|;|ו1vۘ.*S{kXŵŊq|b0-wZpS~*rP.)5g^x ݕb;Bk_E"px=+esOIx0ex/0VOhdU D6xIeB-}.ӧV1OB.@5ʃzr\5<qN%Ryrrr23Fk,'gOg.r2)|prBejld>@CsRYTrAfZ$`RuwMJjStqWb.)D,|ȑN: T9CGA/یjtOhۜS vU5V YTA١Q_hSj;OD\ɂ`z@l J%n4""oѵF.F:5xWE$|2M\hUU9ź_9swFC|zp`̾ 3wi(zU|vmflzj`}™3eʋ:i>mq00퇗 GTFzgj5C"P?Xzg}gҖ֊%ep<58Cr0ygI I,EotnJs98uaO!ZˣI->Ǵr 6BQF OrL  L# =m~SS#PwK7QV7$7ם{L1k'{XV8N2j"`YWE⮂}O=gBstJԗ6W_{׍ M-ikr ?;W>2׋o#⟏,Bdh,Tl^"1(R\V`+*~\EXyt= 6,3c=K ~ډE2$U/Jm#+Ѐ0EyE;ĕnl5Bb;nqNB΂k$1YY&1/|ԃ,C>XlU% M ջah7 .ڒ ̗)78t .'Ę= c?GU?a@1Rue_渚n0nl$\Oy$ O58J,03[7=,%hћm0^3*P~E;K7#_ Щ 0YrV7JG@ߴdkyKE&IPm\U װu̻*Eoy}1PNns[oX:i,kV OʏLz] nX5$$$T5#  i۩ >{p >F[_:8EAf/35xql+FT`YծPjwY74&vf)Ek\Ng>M5 M-i; ]b8oBXƶ7!YH݊5#o)B!:c܉@Dӗ.i.Dja 23) PQK?ࠏ^C1UgϗӄB$LPTuOة-S#N<#A:5e1golHloܶӞt@yhjIX̕LSk_G K,ed5HAhZ l8~h?%\.;QE81Q;&􃍬O]zpc1 @WV:O|;ky(9z%X AHFpW@`E.S ڟҴcy- 榘@eRKJ.w$G*8BrobdYSH+17jY{LX̑1 E2%h;<9d/&G~` VT^D QU_kLi=PHG/Shhvp '2I^{l2mݒ6ˑg==AD>94.@ruy}0}havQЌ oV0f_؋t`~2ۉόK#wl<`y:klS_­N]qtH0gUyܢWxل<՚:9|)Ї3 8,~ ?Pd2@$LۤȮ.`4@^#WaMmI(6DfXBD&%EI3@#.0yv=e]i$Xז"P6|`[ IW7QǥJ;Ii./5>3+y(aҠ+z`( ?hOF!cTd.$i_bd9gZpujGbJ\z6xވ^/ٔQ;sf:kرp![u!z!r[қa !uկ4(r[6O]XQmυ j$oQ!,޻| VjҩF4FUb\(daUR9{B#*aq=gDo@P$"zCxw=%pIUQVߐ)Tͱ-RX/15r@O{"4 P%uotǺpPOM"YWjHq 9Ge<q[Ʒ?%P+OE7Og Nn"q9\"\7rFצAv&6߈b~u E:> 2G):u:9ѓ0'?UpcyD'^{ %(o[My%yĥ9ʪz*ԩR"ONP*"TFYW\ 9TVb=podby0գBrKgh+ `#֭x Q.2( XN'1dM [#㐒[t>z2<^gRc uj`Ԍs7GbܳyCVm 3ڻCԴjNu,q/>՘Xi",wi4 X54E]S'A.t^B!?,=H\Z8mS Y]CXd7UB?.̸ےtǮP!-S,.dAϩAdA{fBX._M+[|sqsiHaCP4b)_?D9G,O:Y>ni5Z@ØCcEĕgJE,'5,>RUeozt R5 T2&s3|3Bo(/mw@:iu|Q'n5( xVq9XcKУ`*@Z8A_(N>$& p/,坰 V~۰E05TS2<(  )9ݲ?Q3Λ^{ښF4)Cב *`[BxҪ {AQbaGh:VN$~ّx,8^˳.0ҐwE7/QڌQӒ0j| lj2YT-GY"g_=V25_k~x)=c~YLjʏV=!HL Z٧y@R{(8:`H3J€p?u!Sf8hѹ׹(Ņi"vcuE#ua&ɎB͂Ra#HKN'?g#'J=tLܵJD#믒E`V҄xT!{t'ť+$8q҄Tީڎ٬;Ob H,tj(][bV Dr-Ƈ4tcA)Ey/jY U&UѣϤC mx9Ťkob!(&iiL@s`dˍnNa=FӈKDs܁PeC oĻW:/ <V?Y}K3lus3jB q ow#3?/%lN̂ RS)ƸGoj 0֔8 m k2/nlwHG:|2x.>H%{w,5m-3b4s㡰cQ\E#vxmˍ ׄY-H"qc#wUhe9^=E1xZyKPtkpM` 9FE氡7pώj]d?smFK[G_?ꃖ ZQȦ֜&F,)P q?-g왽9)ݚ 晓Ș*I]̩pʈJDpT]Mkle_9S(oL*Sy#`{2 6-0(~ ^=fZNG֞?1; x+HOvs?;F4 ndiN_ө-p^,cG>V..Y㯕DRuhCbS-ϸ۳@/gh4ǁ­}4ٴia@2 6Jd W;Cm#nq::aH& m{96]ڤ6Zq3Khi wUҸ?LfnD~zXsbmqnxeN8|+{: uK9E`qNkoS=hwssB 0WGxJ<ލu4pl.7aAHeDV[LR~ DHGň?63:@NØw⑀\VXN5mӓ5 fo(MH68cww&Z*y<[ufLVBrrϤ{(hb?n1trLh W[!0,Ht󖐴 L<.aDt6@:). A0-=7FYL'O.,}$--R0ƽ'*Pv} K+QlBӆ4UW=ퟅWheNǺ}:3c"VÀ@R6B3M:klhwK/ R;z@rEI覞&DX{+o&fjL}q UT2u ,{p)Sl'0 $lOoJj4>M$ؾ=X//rk|C{SotA5co|_>:{ FK ;ޛ ' Ȣ׾R>$B' ݺY17_ÃTճ&Gd^gGqC9m00\m -W1$i|*@jP1J-#SW"^gB|s߭H0=$J 8o3no /!ꭑ(i_&Nz; ΟOzy$G,ԇ&u$" KR #[Au:l6G8ȃ*GBhșBU"{^KYSRPfR:)ӸġO&0 [.L?t\o->4/Qcﵑ:l3P7s>TR` v%:{,F:G3a78|$ (t*GqU5*ZXF 1Cbz]$l6RiIͰe vn_ Mtz{8e'OuoY_L')`[Xo7E%E8!]O&*0cGV.5 0n;P;5Q0JCf+hDNlve.h>L6UwzࠚĿi އ9p&&/▊VfXzbYS 27I!e-eI &',#iyQ4sשpR!sկjm u.vߣȔ4wn'bvw.6,*c@rr" mS^FU_tpؑ_Թᯛ.X\ c~6w `l IpVLSNpM׍H Ճd0Q'5am~Ze ƶ]W1@d8vHF G爿̮&! M%KM"nJ'Hl6 X`+xv3>lNT!%r}uv;ߦ `2 OVQ@u,Nwena+Q 6>V4!L^J 9>*^3Sќ=l6|["֬4dv \bڙrhl jӣ~@[3Џ GI?G{ ꤢA`M1nZM_NnXpDVV-T_TE zސr 2y${\H\A.([k{ Kb,\.@)^omDԩ4WG0|۪p4$US tfoPrO_ڥh3|΃h:z.)Ղ´0#@*pwپcg DlCH)3Ld3sD;m;wS:'=+wڥ;YZҝ G{Ak1rY)w9tfݖYHCDy VKS6HC3IJms,ATpT5ߊ[H_XJ 9A--ͨQ(s66g`JŶ%x{A0|tPa붮ΊHdbXm'JHL C܆bA'LA77W>qGs9Y6ZGj=5͠ ߘչngC@ ߄(&TdĉA`$l~rx32غD_LB2!H3Zm4=/~c.rܘ@&ŢGyzlHg1]ǝ=e 1}L_^!6^!b3_a%lsź𐎹g/8EĩPy 4;cprqSLDOģ-oc'ꪞ <+J# ǻP{kRx dK0KNc3S1fTuI,+ƽz^jI]C4jb[|,'E2X2f:ej0Ɵq}_@>xz&W;5LB-W6MV0]8362u^+f$'|&,Rl^Ҁ2*;I(U~C!dA6}4o]&ΐcQIzp-A'1sL\qf:O"8tq{(HUHZz+V$ʯI_vu [m&j]Dː8>%Iw*Oa2:nI-GR4Չ߀x5>UsGW$<̳VzEZ nҲ#z)"DPBpͪC&0gb91Ք?kb I*ٲ|]? Z*zK`d4rA /@T)4uo+>o U+tӅd+ܴѤ۰ޤ^  4gsaS Ĕ 9y4)_z{wj}|H&ѽ~=24 ij/jVNzkY=[AxQKDhS8unddͮ;g2UҀҏ\'㝤A0:.Cz*w𞩤 CyE#ނCtCz6PYum* ?b4=yX|<2& 4J&h<%0,XHoz*2ӈX3tۍhyb{_gbF2XVz_7ͬZUo#_ETӫÇHug8ی/$5"qRoܠ/] D^:H='/^Ao߫i rN8"g3]}#5C׌+ZA ӷnJj$[MFN8y8aQF?oLGsڂ̂7V#`rjD<ڐ;¹ܖ3it;Ju1.~v.r#QC!Y3| ]? ƿwh9na."'*:d Z;DmJ!4ZW`<NӀl'ڞd̈K׿t'G|s IEw=5kSC|7̰smtO% ڥG=K]h'[;.R.R:ZXe#vlITߟ]"06S4-/6#g9&W\ϙ83:,濥$ϥq .~?'#y˃@..ImhL|&%j.i2P\cο5k ӟIav.UAFE^N27q$ݿd+H ={SxpxC*|vgc]wK"$< f n n ITf~ 5g. b){VnπM..;uU_'ʡpB V욧CK:?SdP5hG5!|,F0|LD%G ?T״".5|*o` o;D_QzrI6%|E.k|Nm(& )vl`Cr]{HcFs?Z3L$Lt_d?ugBE^ǜҦةK @mzdeʁxA7cT\&{Dr3FTo-m3;;LՅ:Rƻ^Y ^&֦0n>+9rccȆQ{e@$9,C+txϖr*}d3bW<1֎}yI9fH~ʺ$A僒*nT%9Ͷ`iƉr>Hcm}! LC6*8#q5))64؊9bN+Iɐٔ }qEؠ ɺl2'!!_izB NbG(mlZGHE=ޓgϠt!1|o"iC>`zƭY$Fċj<>o$fbS#eqzpE7Ri ;jTH27lNk>#U I%`}x q;<Ӆfh .];윊Hqna$5^`;ȠvU4}19gܓr =/5F`O<ӼW+Q5љR2?cB_,1Pˣ/t %>, ֏d R9{b84PwΒǪd]V }F@rV!JX->+-)zp5Wgs>_ɏYRHWѶdkg^g? jՋ\g5+zWvַּ?aʔ}>X Զ[10^KIi- , -P$=wD&8I%3|LݷP*a|uu;އ=>/s@x_ejyKZ쨾lmF/U۪nH\؂x4 'i8sz >:,U7n衰QVb5;I<(ҕoL89'BzA$@QS.I0z3aݦ6Sؤ;/ n87A bTuD!}L) q ʻwLkǯM8}y-lLw\5ڌ["+; xf.97MFޛ AKᗯuJ4G`ypM. B^ƺ"~ ~Y:ߚ.ClԄ} vBcXs>yh'(Vwe8]8F򙄘IvsdKrU~WbQ]q:a(5)]Y}Ӳaz2ɼTU$/ڟ51$ӟԮ Cl]ޫM=?œ*G-g WKjD6ܟfAMO>h$N8%se)15Dl}`PWu1nEh+|`3_/ YI^^ڱ_)DzOtŠ0%a'&əכ]&,pvOއNĮZu/XD{Xc #,<ᐕί6B+N*Z3% eu ɛ?|gtl8e'Ķ-(ֲ(֯s &΢MeYJaX)^2[!0߭l8VxfT uiU4nkMy [ v0s*/`yv!㎠Z+Tm9$bM16M[Z %e¶ 3#]+HuN8_BJQ界$2 /KR38*?3軌z1y@CD"/_iwt|gYt2+kTşI܁vY. 8)b KCg(jnYV^ҹg3KKߦ;p76b#>\Sk΁£*w<]?/\[1L3#f,^3!0촘 v@x"Z?$`i(Cń 셶vNÄ]:xۜo>cv `pʂ[7))#I92oح{@LM<-x~} >Z@e4&r՝خFHMH9@7$aʲgu:R+AnO$3h3;y30݉ƧX\,Mt;TvE4  *M߂ɦ3LI@/  /BgfRlUe5_U܍[H=B{uTN1=c% 7ap=^/I)A~"'έ H)o|, t,>X}ܕR@F\4ob9\<EU7N]C6u%8L '9$c4&@TK9INs' Oݘ{gKʸn3$ .}&'oޯA/fGzX&+?P*Rq_4^w,^qspT'^=ЧUݻfzg!MG-/ENfꅐ*"@5wӎVEޜ3g ׼z2{/WW O UA U%ohgdi>eE+W-Ɩ7\T7t rz*;? bģ$D 8RH%wq }kDUp$a(0UwZ2 *}/V'M ga*"+.8h"βǔpL̽u5;J&³-@ʽ@pHid1~ zVBvƀJV'pɶ0| UyfHPKYDw('Rgm7,,l̪RTҬ^e-(}ڵ@ZQ4{Ja37@;"A>+E($ Hhl,\s0ϳ99sPg_MY-d_"~!-~5 %MA1+O `UxzbIa|}U B[{Hl#'ejgaԟ.1h.@j#g܂|0a`0zGԝ؝Zț YZ