libcares2-1.17.1+20200724-3.17.1 >  A a:)p9|D5 =d,{=M&l'}sy15I N.W2"L',7 .JQ"9Hix.k#UpUϞy3'fwF/ɥz (M;p!.S0K0R¶ bf# KK"=,{6)} Pc"=[bOq̉ kY-txYqjfKRpa8YY럿E!qA0b34fdb31cacf560883f40deb940882202388bb0024e6df558a1c77a6e54daffd26e8d7e69186a0d17ec71f25e45cdcbfe1f0724ʸa:)p9|X%DNꅽcxۮdQGDL, 6䁈c@A>gHOG &eSfٝS8VvDriLEEo}iA#U053>n G9 a-gj8 0 Q]s[:?&-A |굎W!yGo%($(5\a _ }$eZ {G 1e6HQ  >p@.L?.<d  # J$(48Qrv     t 4 ` ` (89:>*@*F*G*H*I*X*Y*\+$]+4^+ib+c,Rd,e,f,l,u,v-w-x-y-z----.8Clibcares21.17.1+202007243.17.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.a:ibs-arm-6 >SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxaarch64@A큤a:a:a:`_14f0655cc07d99b877e9201556f5f9d6d5a379e5bed803d63a31665758acb814db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.4.3rootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-3.17.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(aarch-64)@@@@    /sbin/ldconfig/sbin/ldconfigld-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)netcfgrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a8a $@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Teadam.majer@suse.deadam.majer@suse.demrueckert@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- 5c995d5.patch: augment input validation on hostnames to allow _ as part of DNS response (bsc#1190225)- Version update to git snapshot 1.17.1+20200724: * fixes missing input validation on hostnames returned by DNS servers (bsc#1188881, CVE-2021-3672) * If ares_getaddrinfo() was terminated by an ares_destroy(), it would cause 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 * Use unbuffered /dev/urandom for random data to prevent early startup performance issues - missing_header.patch: upstreamed- 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-arm-6 16311987031.17.1+20200724-3.17.11.17.1+20200724-3.17.1libcares.so.2libcares.so.2.4.3libcares2LICENSE.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:21102/SUSE_SLE-15_Update/18e32511ef81d9e55fa2343262ee832a-c-ares.SUSE_SLE-15_Update:maincpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a79808df22af8ae73577b667049ad5e01b7ac05, strippeddirectoryASCII textPRRRR巩XYYDz utf-8f89edcbd06f570a91eddd8449cfb45c2d6703bc8854270e1eb7b0b29939770e5?7zXZ !t/ ] cr$x#E{=Hxaw#/ôNɼe yXCNJ;(*]hpUs*ѯh? *e|ur鑔.++vfIJvW$*ŷmlЏy,ӄYsatA@ϙ i(tc$p(B>z4 +lUEgU=b|G? DE /`;Jw>{i/Q:9mVD$y7M1\=ng=Z_[oIT: OCvtqP3fCVQ,P;Χhh8UYa ̀Rn(i@ʢMh>qBN[ܼ"xn4m%ʒg[mN%puʛTt֣PنYoeZǢN;K tptUIgnQ(^FD-.R֘ՓӡRr\T2'5oJ?}>u[#+[{G> S<4"Q;kr"쟣댥A,:{Wm`"PMٿT>SL|EUp`~KZ օBȏ?x@7%ւ'Tc9$E+dpCњҷW,.㌯I:yni4m#D\I*˱]a !-VQ6O<'s="c&ЫRƎAK/:w_l 1=s_6ɦb bk0ԠWJxYJ7WNO^j>,~FAw)(.6j? QD! 4pjؽ.!3{Oxu|xGך&(! +q: @۲avވOˆ'at,i)ofvГ,V"hJ?=mcA-Cj$\m '<`ɩqS'4ҩn0M^poH֦.Qlݿ@chl$tOy=OQόN(5wZBB$ 'Rq c/ EEhvm8ȣK3RP*9de*Eے$(:eR!Ԯ# 2Yz3tԦ2n< -J;z!{sq(rߜU䝔HN#pWYQ)&$P@$*DWnݜ> 2@zyNXiкZ1ofP\ ܭi^_rMuKk 0u+Vv CH0nZ>qyd.T?nytB*kF@aSv :h* AsNAg <\ 2jOuMG u;"-*'3KXu9eӊ @YTͮ"RՒ<+b5T(C-%>g"+Q,Lxx4Q$H5G QYaM MVOmw-+:Ϟm</ 䉵z3%wZIF:q=DYdVn!U8eY*^I%qxvşWd[4v_6 ᫥6bI?H r +IN&Ri] TV>ؽ5 T砡πO-VTRE6' )̮6c ?MŠ墪>p_§@jtۇ lXx]$ (ɂ9;*#-Q(gvH(qZx[&HCU'.:p"@$]@F#.2G{ 4тz$Y@$5YcDd=)OPsk]Qh &7ZÀ,@+5ĢdB\P~%q*fN!fiW|N/$cG5ij.3#LLi 1QuHFo}qFI$3ĝ{icU03?Φ=F&e${,Z`mh>5Cn7pr9Kn M嘑oBaqȹq`n<2r`F֭i1Վ#5|tc?< eM}h: YQ)e5dyl5nlPJZL"ˀmY/I~#{,vZ!F17\  k, aΐBhu S۔jTm&HDcLy_@3֓D9,rBxEa(VYͷt\Wt{};Ӄ&m6jW4飯Llf϶\bvgB=}\Z %CN'h57*ħ=_)\M? 7s}Jي Eo^*E5'/Tǖshvu_ݯjz!u>6I['yZ Zor:z6am槠E"rĒ#0lgYS߈`ti!lIhHUY8㥴n:gv:< $[n977Wt^ܕRBW.GzK&BSB-PA ] 5 Z YtP{ !͹u\3fUvppit19_LN) \aͶKfיTHy|wл5B<uzKAeY<YÊ 2#DҔ뢵<@p8 | x^1S[cBFZ~?aj]y)#BP2Gp&"b|&b=Q.C\_![}Ep 3Cc$n"[[r>jc{IҲRdW)f^А3Ծ}E~:9ۖNt\h;yAE(?ƍxϝe+}ktY?%* ;PMaszC3z G*߁{{j)g%= f~*2QT"?A-<_&|Mthtq*W]IG*lscoYyX2*Ttl'|1yo)I6EIcfሐS.bQA5޴HN)y뗃ÈN[;#Gjk~f I-v}xj|Ǣj"Ise 7Q`ڴH'մZMc.:*VN٪b~a`[OP}ob#ېhS/@;(lWBQ?b$=ШeQeܔDr:M--h_C| I~*ʈa& #f:1{+f*,cVȂVBȞqp miT;=TNZʔ!9gŊ|ر3YA[HR};-{Pc* t23,QVr vT$;"O (\R"I-9;;Au~f@Z:Vi|B1^ |]=.;]N6BU)'A]lO 8"CS)Z(DB ƿܔY e%YwhʢtCvƳ$&ۈ``@ <Ō$/JQBL8+^tBA t}My=5:fG|篃jhT5iBqyg>鑈4g4Eǻ&$@ i obmdFA#|\ymMUGjOWxgCyǢgxךF[]FZ{$豠㼰 v hqHOmY&=DݖU;v C\~ѶhRa5%P9'Tch&CiL'Cb`mʲd.Sۉ74I}yIi谟UP_4*,ٔ>!VmМH_zc's'QD0/, * e ;ΓG؈G0:_p3n&y%AVVXDaewYpT? K`n%&m[II{#ڗ59Q(ʓspʯ:&ZiUA[^fG62aUz+D K7KL8.l('Feb(<F+ٜ# Ó$3"+d;}G{D0 lSWꘔৡEZZϲWT2)D8ܴx w=rFOwN~FٷFO9uAc;uޕӱqU`*&P,ʰ!U ;;Ai:,TIܵlK:?A57UR}J~5ͭL$T~V/ ' ~yU73&3!=&Rspo}1Jtu- '1 O.XS~/:\7ygfT*&Z` c;㢧tbw/=$8GCGN=_VINXޝA\{8*LPtmxtdBPicQN~R~˹-&i6 փiH>7fSrrH(=ݘ_OmeLG,&BbԽUfs/@,aHnZ:yȼգەr[JLӷH}D"%q&t.ϴQaR{d?0@cQCC-f,uU\031O,!ov$9F:0'VƘD@$oV)![qfgq$+ lDqlL(pF57x73} e~aki4p@kX^(8@zcF[SBouTw_T1B>uB&B8gN|tT-J*'U/ݞ 0^K n?j)ʛѫrr‡'?$U#7F!^amxtR{S$7)U=0-'C;ޛY (.E}בzSK@y:"FlHzhlqdt7j W/szp6@|VDpNa+ UA%z_^:4#Ie[^T80 D([|==E\[eHf=rcjy8EX`S^F^{aZ8*k=˹kw#.'O=97U4ޝf@x=_~ڦ!:6|G,/Wqc^2Īa4\zb#Jqc36֒#w(a8ov4K:)gDLV n 3x7J@W&s*Zmg@HCKtk /S4+8)k\kOE4)Bzօrr7io @6QUAUW#|ρ0vP&O]A4ǫ%%D"Tɧձ0ЗͻLUQ8 rA_tW:iˏ)JBBJ\.ETɾpXkH\8x >0yB+`T@$]%ybΏZow=`3kTRleYvƶ)X=聉wʨO1y9U-UIquףMOAՊ&UEqCА}13eF֪t-_{`dj(=Z: ~ NCbdQ6h~s@)I/tFnr3jZV\zG6tNQ'c<b)ESn 9i  )90.^RE4#LLo> NvusUG]gT <=ZM[섐rd*x3jG>|JICzrI]FsBb촋R  v$JuOP&Fs@үɼc#$  QxE 8$ͮ"y.۫yv:0^<dGK؞3-A8xSjUUϼg#J#vD-K61,c+R{;cp;}U0%.՚-H0 .$yV 3H@ l;P vY|.Q`t2φ3 ss{}\BKձ+F 4.?d^Vio0l`H۩Jg(NCEB|ʆ|177F]6̦AV~s9xph>?&\!4]ngW]PU\.Z={211 PՒK\tpH| ~dK$t㷛`GGw_OΗl Ę{\>H$㢮QH0pf&0[1gn'JNxz27n&ϼsPbk\jD =H5}eu0N991:G\'S+e>SXjaZxSvjXȳyq#I3,/C<%aCTm>z)&E=`/n;A3 vk,l; |.=$!7gC$5`< ṔɞަGCn?ض>0< +X+\@1R%,A$=qgmQh#,4ɶ:r)%JcE1:t*`}JMI[^:R5;F\\MMqK[vwJėdu4=-g# Udtd6ɴme:B/s ; : uDb{r [cre:0Z^xp&Maю G,.uU%V:Ɇ{M-2vѳrdKznExvB. +d+[4T taq'[c۰POFgu-P`Jc _uK>8d"Ļ"|\7\}z+7Y5U+^ Me_p"Y+4sV1yz cҥ+pt2](v1Qzw-=*iٳU'[c}HpzUcsެ>N1ʤ";Bdc_efY0s01÷DHw D(FwcAh㑵:̦϶ro:=i,P*׈5[y4#WwN+ϧ̣%"Bb _Yf&ɔe>)"dnt`ڣ:oܯvD zVClohhZh6}ڀJM\2 !$x_bH*\}Υ@+.cCΉ^!rsb8Y}O hm&xr]2 ~T+CM2]D$.0I0't+AvI7&!~ c EYS~O-srOv2 \tJjQi( DQ\_Yj+S5dΘ'h<P i]k@\RƮYHnwg( i-|M1.c>xjypv)Ä>42Aʫnֶ룪 Ι8ۃnAح$4h3_N5Qo$ ph2w_,ݴ*?1K0ҭKUV:T°cv/oIjl*=I& *gۍMrF_8܇c9mt*}xqjOŪ&PEhUYCE M4ꇚ ?T:ȃ5`aI yh̬l;),x"!ۘm%Eg H)/B/-&/ƃ<13!MAwJR_%'憿Vp^TuO4Os+ ;_Pu*8+qr/^0_ l:YF>b$@'F$[|t=AN̫'ML埭a]e71H?_0JYa$;n{!ҧE6Du賾*kq$=GKu03xh>^.X=ijfLVgQVگ:%X vbLt4T=f_ȥhޘ 3kQGn?9 ח'`GkT頣3A 3a9Tu;)\p>$ EJф0qP5KJsN%KYM6l\2 A4 PwKij-bH6Jc$T(˝ 'Ĩz~@jH~v-{ɄVi_֠դpGeJjm-Q ]v"-3-z"#*W.uR ‹Y }\kWY<+nTBc~;F1~"}wά~uT$f]4&}qUɂ -2pX0B%h F9j_IХ/_FD<~cYqτޮ.uO0sх'?:Ƹbk89 u.V:*Ju4)S+o^'מ=PxQ!S.6.Sb*ZaatJaN0D4Wş/raUӴGLu![]an/E@Jo_FU*ɧkndHJ[z<}{{1!G?"X U=2krc|,@ "䋗Z<-%D\O**auŝ&ؖ_2Z6v.<0^Do}>c{LjT~_jL z!OIv7|uBz3h-+W̯{/'C )C~me@&_I%Eo=!(ȃ#/!u?ľ>$Ctot%>tϳUI͐r_fn:A3~Խ )I1%e%׈{yzN5eQn'GB.-]0;Hv⸰QGMe0`C+a6y0 o[˸+ds&Yl:jGF+k_NI8 ȯ qP>tڳɵ=LeAPPXDG||bQţuX|[({HB%ZqM4A.<{$Zor:^i+y3O23/@M?Z$8mX; G67 #nzL91KI!s(W۩xǷ_޵dO.rqP:zF&3D!'Y~Hܗ.T:Ɓ|0ۋis k؄ vz1܅X-*5_vcғ{5}=@UʜO6b^H Y< ``fWWά;BeC\'`'ɳbd횦܆)(Ӣ'mL\&ڧ٫qKԴji`念lyWXOX كCFDgڃUKXvjQdXs/A;D}MHJTkjSz){/.o#+~'8k9{1i U9'q0ъLj1-م_R$e-WEcL)ȿ LӇ_Xss,[z/q'YPrtQ˿Q[GEVD^[n2 E7 _TcHVuaD}~z?'/w,LS,3ރGQ8V=9aʡDFbn 30 w0!X?~%Q(^k1VL~  N6sOH%7VKL"G^k=.;H TCs7ɢ]d;g’}ZǷ.Ge WMhȁ15c[ ">K?Mj_֚A$=8At4V>`vz<3ɣ5I!'B%(v.z}{%sh0xNm`sȧF܄عa1aQݯ>*i{jE/Fӏ.ouNǗ._CuցvqSzWDHa6MŰ(C+5_:Ag ezWWmͮzHIB vG\-+~Xu,ncyf͉ݎhy9֘8K.dE8CgM[ڪ[D[.vG%9G}B!]r83y+{57K9oO[?,A)$vR*d*Iu%*L75 }-vĞɄ^l뫣'CFɵ4}VZı '5 5LKCI=jqk갫Cv9٥08Q}m5DADOPe +ηFIhqWUdSHqKj!h~J{roJ>%YB B7v21 Ay"K^}*>[H\ CjJ IA;37֭Aj%@0P%=äQq_[0 B!>"8x!;!sQ=˳6*#M:^gZE97%Ewx``YgȔ @dUA"wђecwZա_qOЄ90F^8'؂lc=wNXU3͠ ܟb , *ItYs)JrVI1tW[D/A-uyewl1Omteà[qF:f_H pNk@PrauBuHY5mG;k.M!/O%׾LdV{hLDK = I&;d|šW]^H.Bd;IjG'9ɬǒ@mK!=h)3nUCEINz/8 gw 3J!ٖC1CByTG3Ţ *;m-{BÊoX$͍fOoɨ)M5֞-']4ٮ(Edr (WRzH==J$]Ŵ%뎣>\*GM pԑ k|0iWl*>¸"9M}ȯ@p Hj{?> Zz<$h^-WvBݺʯmW&ُvbD9Z.e`[ÄŇ%?߸+ ̽E-&/|-fY{Hy¤!}fTr@ϴ՞ڈG38%aD;FS1k kBԷI6g#!p:wwe1yz j ;T!sզ<9b*rڽ+lWBw)d8!x@L)X <`ǰ8b"PqwvjJ% kE_()CV ;f W89\_8 hshHLN!Jo`ǧ9aMw8\դ!H8𒊘/(nCߩ }lߊ e=-GlܺoEL#$@syC>xvC`S(k:8$$irƃC/;eg:N+&=\;jwqiJB(7#$"27p,oKk"k̓.3 x6vOybtQ]X%PM+&\4ea+%/?^U댤WejxZ%NDaP b IMݟNRK.v J` t:yj`y7I-h1FiÕSGrRup[Y%4lY 1.qR\8 ǶW߹~2oD]vK svތCLREڕ^GƳ - "nCrk٥%"y^h%2 xb ?fs6B:Lxl |^ 1my9=v#.♔Lܿ.yevx%EBgvF)@_ ^yX{(ZhrnRB~`7=`y|V͍INl7Cw%y#5#MF^b!u7LI]~ښ>;n{讷7 +B 8vSw^GB`МBV3u2ZkN!Quk_^esdl䄜ua)8hѿ'Y GOi|zٴVȊ Ja@Dj!?m+O0I>IT~?BG^M#ѯC?Ag !ni[5x5xY W+M/Lܵv,Rh6 d;e ~d0ڒU/-ypZdFA(;9~l%߮+0U.n V{uT^w1!]+-T\s4Dt-~͸xKz5I!-6Ϙ^@'$]amiwlm_"-9-ۓ^L6#s?#޽'DoݹO.Jm(UHk|U[9hLqζg*єe*zn+zdۖܪ8{J濐צIP}_( <.6˱\$ 92JZ3uu* )(%~s,]V7;l ].e#aR*Dn"!cF_ORsXuEJVc +qK͈1<0ܟ0|H\)ê>AgtgU3 0I# 1XcB>6YLc:en\Eu'&vuw8oEU$4uOk# @"7ZG3Nqt 9+^0A`JK~Õb -U&St>{vf l=>}n{5 ѹ բ߸fw^ *YI.?n$ҡ!щrMi~|M哜Pׄ~S {4v`¬WTxV͏M6 sPs/(Gz</ұh 66D~F(T%waEGC*tpRD͓Rq M;9>Jl4C 89EirS6й|}.b,_ Sq}-P{ "2Toqu|3Nœҟ/ g\[+QNY3F%Ϋ]Qw`K0U WG0p\Qތ+qDw2`,ҳဒ w؋+_z,1qs%p$>+],V">DL@owv!a: N@m#qq /3r@mIp>!M8N6KpjB.`yh ix4!9T<4{[,T/*ԠV2;G-]8|ǾUy%H!Zu~;UT^/f`MH 'pUP95ƥcK[f +<t9/(VhKvQt0%oh7 P6bLv +TG7t  /^ky+@{W~! C֘5WmnfUD>|5%}N7ԕ'TMjUO!lb,!Xb .-IF*_"%bE=2=ۢK JzA8BP"(] opͪSg ut؇qGaξ@Wq^#4MNeC1,B,mN \C56JK@&{Fv{<cVB+MXc Q_cqLxHhdʅ"Ꚕ g 'jcR8w.Ko,c(0t\j)Vi8HXvoMd -,D1T scnAMJSwsaq>>:[ҝHOp7Ek2X*Dnrpu1^̻&O,HPaBE^eV\Qh\:zƈ*x_( : ;;!]܌ydž2Vy0~BNv@:8B.l. dcbo9$2I2;|l I|DX{ 72ܙ%?PlN23/|UY# rDĩq-dve+~kyѡMhnG n QpX$}_җqF.#lӼt\so͘jX7ڠe_UymNg09g9qpR^+&K;n*NeeHix N9fe7V f,!7$ &;iYx2ʷ5yH{e- ph㮂z3 S` `v2oo(ﵓQ!zi.8^ŜJyăPk 缬> 9!x6 6yda\`;fro 2l[t]hFdP0 .IiW0H9xJd~Ԡf_X4¦ctApڃo#Ћ?.H™|3 :j-iPR`Ƌ:[`]`fOt58.a3RC xr_mF( `Ĺ9 cuF;Mj(Ηl%+A )[_t3u4\dqO|pom犲=YcT52k,2 L-,1D&m <963k_BlFQ cwi8j$qOH@?~QK=ΕO+LeFL;ܯ7R5a Չn5߁!=«?hODw'ܕ {Z+uHA(>Y>vٿj EfnrY %zPqKdP엥"D!EjWlVҐDfT%Mo5ӥ,\)vu]p x# й2$LtVK=]Ċ2u߅ {TO [lo.n~ƥ/^$g747#6,Bbis zL[<blq!E2!Y8%!F3Ȝ:@wq ΦN#pBdwe QtUkh(sҙ-R}r1|EICXiJO`/yI̼.q+LM'xa~~  V\Womk)҃44wMKqM]0&Y S'22?5`>F=9fȓ5nڰS&7pud.^;N?pS֤1sI ~VdwI&c|3"*2.>m_Kb/CGxwM + l?XEsGI{ۯRBBkC-f(99=. "ڶKMu׺~opJA]ܔ1TΗ3eWyy:nߖ|=tj8h7=oo&YCݼoV] QB%Ōp2Fwz[;}FVיol$5 7RtmTg׸mkJԢ*6CBF(5C~€ϺYܩߣkX.ֹRqa>{e4Sq0zr|/jq434 N;_qTɆ Y`46CߊZV4NJє z*I:Ӟ"kU;ª3v:>sd6}wu8XޟnرxSأqV|->WHj]']Dz6u .8j)c5](59\U$0gߙ6fIhds s@0aixͻR6Ԙߔ/Ri t:gcNVQ02^2 B* H5*ʾ=+BЎ[qq^m9@Kh0喣i^147Fp 2nEzڏ'j*m^]`H7}`E6cn>2G"|jU؝p;& kNJĶ:·3^x4٣E=C\-p?iBϼ\GL%s7 }qRΜHtڣ(ӢW]%%Kֆ kjHF?5Ic5YnL:4ۘ H%V.(wۅq20URKbW}Dy \Я`FE:Nž|:h{;p;nX+2W-LY4 ϐ^NN&p|0GTtC.Z髂S9ALlkCG*B䣀uc-zhWj)y&XxO%.!QFJ5bRQ1r$2lq (Aoɟn*Lv2׿MqM黢>3>f@?2x lG \@fIt1Ɯ"ܻC tJIFZrQ#M_s=Mf c gMIyyn,[;WǙ R3 Hg0G@^3_"cѲ˄ =䗻kZtT*M$ϰ)=>Oi&'pz(HXF-\ݶ Pdsײ+bMh~4*t.Z7,ҩwhξ38~)9rpq>nTs)f8 :%8&.΅9o/ E*J+Y4.ğʗ qwhiyAQ%i$VҠ ѣ> Uw_> KG#FI #]ph Tu-.jּGH3¤{=wž)"vQ|i]ڐܫcMxUV?cqݎ ρqhӣ{k c L|,cD7+xs -&n;GIݚHCu@'gg.}@r0r\a_MA i,-fNM Q-fxHn0ӤF?miҘd 1֔o`lؕM`aTEI$4t}Cia2EAt9/%/Sj"w <<0$m |)<ܭsSqQﮛ^Ez\l!HTGo&-i%q#'.<5j;4">"QK/QSہ~E%jt:(Vh/&Z WEO LIa|=| [M(FGkaLo9o6<g_cb\`BבNeu/oT86&u9}^KdXY%b3.a)}?YyW0_cVL:w%;~s^bBnb t8鮑/aw&ic ߽Έ/a_4{AYRG$]n:p%R|MJdJ,p!K6&֊)"UXlC_r o,=&8) R*/IAt"~Q^1-eOaah Y]Tk\JJRCm4Tk/2Kӳ_Ȧi# V0ZP& $h))D!` Pc=Hd&ΚM[酬vJ8!{T0!lvBbwJ{:#~d}].NsQcrvуA,Npw7,)yd[0Qc;6pGqTC{NzV ѰNaɅhuNa:E4P>M]dDxnLuvl|߫L?tS[Ao!1jrLۚu \wNLX_Ve\LS=^T!{C )XhTf̧=OVDq\R*ϴL`cuM:r/yA֫H>n.pk>-cThS3*ͽ!T.H*pc@IC@R}R q% [w/\lK~G _ˡI255h9q"ww!qW M"A'=j^x&W2zo{nư5Ŷ[}ۣ1DLyNtWm/J뾟aˑe)1ZLBy@bfvl|ҷ.!0n/s,RTd@y3jDm?F hx'L1gWq2Ԁх;7i6亥YS L3yP}00`c"8*$XAph/@oD TQyuJ$ގ7=G"A:>źUFTR`E9kY G%r(aKF|_m/~[^'~? c>x-JL Hj)9coG(zӷ%p8$h=IVV TgΰRt1}YLraZ/R]_RLZWi`[.6`%PA[}g6`Z]w5ppK$Ok\nTc*Fom lIMۇo*GBm`XD'1P s,KLBL[6 4mMꁉ JlI^oZ*}FK,qukKyK+ ٿL Swcz fxN\$\RqSs!,h|n̿޻r18f?g8mM }{V433ҟHqAzIW/MT0\UJ,F+% 4⫏o{Ix"̏SpשdipsHw筿g= -$D@}:8FJOo@k''$kԲ!.R'S,b J1KO7A>V MNRFkA]=w0'!:ֲMjIQ_BE/.exzuM 7>j0(r ,4NZ|?3D¾ܮCTԄkP$Gۺv".G WTR 7 72WF1zlڿ9e!&O |JG(h:%oBí+gY/}i,Adi'i'$ĥs(e֓#a7XՋqzsVb*[ 740v-1 sɽbwjyWఛ4#N3Vq0'%,Wp @Ϫ0O7h󱫀8Wnٰ%<5MM^m RcaM9rmƒsҗGw:X(̥xpЮv\13\<ֿ%qTИ=/k*;KKv+ vV:"qtsnǸ h?!NG#0XȮ'Pp]~X4 FUAz{g|?)| ᮷ﺤ^4&SH)O#<%^7أm{xQȃ-A2Ϗ1yDrB~28$v C F" EG$ifQ AGN*޵۰%}MU#5oO;_ۯ̨([j$8rhW9B6e^3IdП ܾ/k5#k"觷:?ڤm=PT 5V_Eqӕ%3 żӡo]P2>{`3Y䟅>Fw4p@):p:wiYMvFyȏ2>D gζ ⫆  N!GL= (e =/m X+'"8;| iDY J Y $ -|}5dO~$Ӗ9u8$tD>R2dd3"eXA㑴'bŰ7blm6xLHი>m9JHo|ɤIFKx4/[X>?qm'4@x7ԐS2\wour(C:~>?ߔms"KDs$ )zѪӗäNjM9f`c$c=iCUЙ&Kd[׳` VxdQ*.] `]̃d7HĻģ^|\Ω/o#oa^^N@x/&C4?pn/IJ mb~`;A, bovKR`6QgDZ{qڔˡ+r 5\E -mm=`]4zS` Et7[wtE0uV3#^rW C}M#A)q0y3׾}v_i5 Շ -QЬ!F.8.w;h?Pueb Š3ȀOĴF$\sT%o ?3xdewkNq<),F^ KB!vQE9=]an\hZ6HGW˦ vƉY?So-3wnZ5p=eV#R{.uR'8k1[}y]U g\گ57㧟b)ҭ]ۈd`#uK<[@wqr %R;N&% ndm_ Э RLQahy x9@Qa+O y*ClX=%/`HO\$s%+L-7> wrEY?xʡKtYG&7_P:K׏ESgh2dq+)X N,&_*BtidA *hpmzTu#iO ōyzaz*SOXan2}dž ҡ,Q`ߑE0A? ӥ*xti񎖵]mM7ś?e m`7OzALiPYdjS쫳R`ci5'>TѢ%m(jTIaq>H[n~^K(kԙwęi}E`MGZ**@y/9RH@jDq\K {J<ۗ-בYTΑkkrBZݘClAɋ t][Q>7Qfv!שS՝BuuPO6H \ڭ(>-{^mi,=osph9HQ *W]v EOCOٌOWC-Φ@껷.iҮPZE-Qܠ⪭ZJz{cΛ^E4N6_v6](!Vيf4乻r䱁+ZD#i B{[36G>?NǓ%ZAR'M^pB偅|Rj}+c?R*Z66:sE#0=9<єAqp`8ؕE\_1!#> ~Waar.$ _G r-/4Cy wأPfyw7 NM`FWŝ5.voBHl2@]INWx4T$Q*XϞO6 ˶* jx!f670tSc8 (9ɆZn08'f\}:յ3. C?_ei泌F+s=4FQp꛾rDk.rQD$tW婐FNlJLPWPE*lCx8!X+IHkxn-E0!=JEδ,KGoNLVt&d(rvA`+=`=zZ"qP:DupĦn+-/Jsth^&OO*ӉV!r;K$8jZo!U;A(qSy E % p;K}feDYtdjǵ]P =`KΛE:ƻd1FCyJ\B}gi7s*cZ"<ԺasC W/䱲YsN$0J =‚̳V>z>*$~!i[%UBUp?8k *,Q%iw@@*{ LI4[)^yk '}+pًj03-M5.[NO5mMfQiw /ψZRNd.䬼r׸GS@MjcAg%#dNHBP.6,6=jhcXd4̨.DTLǽ*KEDj0CMu~_tggR/=&R?0#vUiky /O'Y&T*gEHJN*r"zX-ϵr߆2ֲw[ ]xہAJOxzK*}AˎPa:!_v@m̫.}H"Fq˜Yv<˹H-kJR#wz_죐OK=K7Xϭu/CHި;9Z3LL7u@LsN+2bcbyN ԑn0ҙ&~N.=&,Մw'@ QxEɄ*>AxVxX:?q|?5u`W9}Ms7yxMʢFDbkuR%$[FG{R}`V'uVhʙyw,9oү}yt#2XFnՐvkc! 񂜬a €J8ͮչN"/I?i- :v:A*7Fr5h4T@sm`h ]>U'+B,1?j# j$G OclL8[0x '{jF`rwی}oiBEo۹t*?C7 ý{^MIXT̃j_YKe>bw4}O`]m8(MřqSmxkŔD[/gDWKhIY'R͔T8 /mO(6\rUHT'RJ4ML%p& ZxɫyTak"aU 5zpK"Wrj R}cN4);xL.Jm3$h]GtaPGmz6$ytP ;I#Gzꎉ,-ɵIciEDCe/%F7 u03MXJ(y3?c mM,6u0`x(x9d1$t\+LRj&\<[$)s`A8u7WM!60ek&.KE-5~h4DO .a[`\j*1҈O lWW[he f| q?Wm,Gl8ey)!O/Zzd z ܭ >zxF,(&=Y~;(@Ȁ?RX' f4z@$Z\U`*(Ԉ<[qNDktg%x?l|\-cy=,2UE)a42;CsZERÊж@y]޽Nˈ'H:\F={W .,˘D^h OGM}7R;DžS Δ(U,{VeEg 2fGbm ȟu%MAj~&a./Փ&X\ụϙ3-|5d4pA{ـD$Q3Ӯ/tur~&\ȦKˁ:1z1 =$9oDD6-X= IpF͟C_q][_eِ0Ǩl%$"lOn!nU,}!*}:Luo 4@bo[nb#>?|+o~G$4?2LkՍs8rHLi%XQ]YeGJa/RR{mKf>EHr }eZ$>%e[p"I/8&mj̟4}9o?RhĤ +KnV^;e&!Vsn>jwCJӟW:/G:)@y)'YRC\#CiyF.~wwM R wU;!pa]T:'+G̟Uep?mkzC&QwVKs~$!9R55锪;!֡dH u# W5jc@3"Q=1]8^uJcvңOk3pE`ݫ`pV#0(ӕr, \C+g wʚfQ˩J헝 )&44흜A֊JFїMB_Ȝ / -&$f^2UNEDS-!rWj,suF4kPZ{f$XQ^79Oō&1$|WZ=f3*'S;}_\'ªkZcɌ8@<)941ֳ⻁:!vREcb*H4b #KmOM}8 69"I`~ءemZH/jk]aYKE&?21 J;'r}4j183?- ]@.{Ӥ”Jr*?DHdaXv(zzX=cof{җ%~ 䏩eqt>}Ƨa zW7y 1P=Iﻅ5LS5|{4 KdЊ PMSsn[VIn P{H1dnIO1rUWz9rиtHtvoݖhHoʓ # q{O#Vi'Ϙ% 'do;}ߝS]R;|N!'zf+,ӰFP)W%dꝖdtQvg}/?kf!TF4QNF9z# >>Lϒ7`R> d8 u8>[ܸ_ӋQBb)ċ6X9]Jq""\ó[uقqOV[T<9Sz,q65E՚^0 n?|d>JJV2ejT RuCNzbNE%ȚA[uȲȁќ5ڼZIuaOXX SêU zjX$rCa(c,(^IhWcp|S˕qMҘziv֥Y]ʓ +V-40VQ [7 |;T")VꀈAw'.`/hγ<r-}AGcη&F}P١_|/*AۼhgBӮWq^qϷ-nɛ D^:X“js`О M4P(9c0Cيr/I-o"C?e0!1^ُ`cG=#:gy ; ӣ{gft'B$è'f5,jov>,SyLL $#tnĘÎ 1]kveFZqJ}sfXe9D邴Lr $" ([QEs^bϾ8 |y:^+XJP}0,&d!1uu]6 ;ѻxvi:/A(&,h7ٱ_5,hbgf/e$^YbO.pDic=7UA>%Iɍ+7[KS#:LTݞ0:oc+L6e`{-J("Mև[l\ouĞIeLRw3A[h$5]/u^oozzB,' ,TX?nOn Y:7噺c0+Stk&c*F3"e6. fY̍2EJK0>0R [m(^eyi4,x?Usζd_M!lGڞ]@qEs|ڞXݯ&%pvѾ,CMtVhϐ9_nj+ T]8P,M:rɲ0z&~ B;g((kwL.p7蝌7EM-tH~h»Fm̄Qf- l\ܻ6S _'>Gu=>-GLx,*9~C퉀}cNX,6}WTQDzʼn萒:KHgdgă\i6V\G{ 'ՖvYODž*$2_C9g!z/w%dE-FCzQ5,jBcVi5Ȫr6&V7K!t ͹-\M0fzvD w)5'n-+a'Έ禫[fRtn'RKG8!< ]pq,.*}-Pŷ'HHr'`J!-UYtk,5Ibf{g`i~|a/Pl۹` X-PDgf"9BeLn("}stײ! X+fgIQ#£p%o":$^es!o@ q9T9k| #vYPٞ䣫9Hׅ W q'CI. ҅^{j}}xڂzvR3%5!ʍavYQ˥s [`: !Nk ƿu .}`y壷u؂j=IBttDAPp#qA+2H{)8g]RqFt.k.q}3sA,Z_1*N#j`a=W2@˚8qtǬq`K YZ