libcares2-1.17.0-lp151.3.6.1 4>$  Ap_Q/=„w#jT,x<6?\GM q{qW"IPsΈ#f\aʕɝ~b (ql[UV(,[Nm>p@,D?,4d   F $04GPT my    T l| H(89(:H>(o@(~F(G(H(I(X(Y(\(]) ^)Ab)c**d*e*f*l*u*v*w+x+y+ z++++,0Clibcares21.17.0lp151.3.6.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._Iold-atreju4jopenSUSE Leap 15.1openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxx86_64gA큤_F_G_HZz3ef98dd113dee46ca7b5c3832dd006401ef482cc0f16aae768829f5ae7737770db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.4.2rootrootrootrootrootrootrootrootc-ares-1.17.0-lp151.3.6.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)netcfgrpmlib(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@TeAdam 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- 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/ldconfigold-atreju4 16061366491.17.0-lp151.3.6.11.17.0-lp151.3.6.1libcares.so.2libcares.so.2.4.2libcares2LICENSE.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.opensuse.org/openSUSE:Maintenance:15062/openSUSE_Leap_15.1_Update/635a9ce4c8b39802bcaac3d7f7d36a44-c-ares.openSUSE_Leap_15.1_Update:maincpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9818c33410835c1145b3472a7b114e42e2200c05, strippeddirectoryASCII text PRRRRR RRR;A7Z]o%utf-8cabd8d24f92ad40bf9fa00b648831bb85bb273486f747da767fd228816fa7ac3?7zXZ !t/mz] cr$x#6,R*6z"(nz3JP{GU~W/I =̚i/u"ʼAʣ ϣmFZ⑼r5"(Ђ2xA#R.BLi,s$3^1|5VGh JkP7A.W͜DVeq7lLfc@0=TZ3zzfNU!COkё~#|* FM( ڞҟ3^aUeom@0&vtgHVr*:f'ac[9QϬ *x?o%:`!Z˜=** z!+`,aRQQq!?鴜: Pp+ jn뙩a Pj3%ϿJRDg_N}=|i `W$ȕ[ȫ)98Jn@_rN6譠JxګFNyLA\Z|yO3@t-"iVADMRrSE;놧D}\4p8FrV˄rb/ Â2*UBv^׺L=8xYm8{KJKEa#-IUebcVW?d2V6|^J2HVyqCW8чO/w23wyir nĿ>K"Bs+sȜ?5x7nzhuol~TE{}2|=Tx +IU|TʉJ [cknEx( {ˢ^x/ve>?/3@kHlČW8XBk͉ aymaҿBOcTzË/_Jb#3e& \^%"pd Fyt8t f(u5-ؤu-OXPñN@@PR-wcn2"DUT3g(K/QdyU;щΡ;Kw e5K4,p !'%sW{Wwc5?sbʜ#9c6$! xKR?w?{B56e |jS8죞G31ZKŞ_;(Dǿy ւ"snV(~N瑇ѧ 64K:4YjXs=wN=GZ2KQJkğU13lT,!t`lVzFʆcHuyݖ8oAnI:['aXۊ@ h1=v0Qif7J ޘ6alj.c=6)ƅ|4vu;L] 2_&8h\oF9g9.Q;pVCKm$& "GQmřN~K{^{% o]B e(*ꚡz۟4|@b0 ȷkp}q&0-5tdJ(H#5{քXazl˿܈zmu; 4yT iqVs,\6IBb%+[F @m0@"D~ LȈq{U:j>2`1u"U-*0I,e~EtEMG{}y'Nh1Oo.)ݎGVUƊZt->X5;( \[B6RY׿I$Eo`@/ruDQ>` q ¦ fȼBA_9?.ng7 ,pYxáeLWAhKwϕdž Xı4wBp۵O RcvE-Rͼ!Y.up+$LrbCydFe*-@MMjȹW\ o.>$`59"A]wHވ+8wn8ޱHD#Y`.}S3'zo[佤͉ڷ0~6Mjۛ3GxSWx5HwL R3{~o~&O~(Bf 7U\eVEeX.|ZF&i=|$dUTyc܋{HYvJ(ր]ڥ36 GMЍ$Xe%pjR)vuǛ̜(F2ÿ%_,Ҳ .zXbl>3P*w;S.ÁyP?p ,,n?&(()Gl} JE駕8pjbwؿxp;"̯D'M9:"yJ E@^wZ?sYD ;aիsC!;OaڇP:XI q-HBTD~xgNKsOah0<1tHs2l(@lH.D[k&>ܤLT|P&vi}?OZ5GAv[>8CLGH}V^k|雴AJ/D\0/_ea 7=oD#2+nG Rr$  )H1= .7CtKaxdFKlaSF0q+Gno:sb mXEجɢ$Uv nC?Pg5_ø\ݛaDol6Ⱦ:;h3@p6CXC<art,6IU&?mUB5u}"v1 kEm|˙mrzt W`g7⚈]ӧf|Ë7FdgǛ_;I1[ƅ,?;)kԢ ~­L6/^gQ.J'B=!IL lyPewY@íbEr`tQ*C`TSsWRaEPS<}6TUHXXچ)V}8/ˆtT̤'n D$2߈*؆՘tz%(WAݩQ44 ~{QnmKZS;~=!5SP,X4=V=%&3 31JMJUdd1?HpW}kX}T@vL o:x4bHl>Y,7(DAA$䭣"N!^.B > HY;$4rq'rTjĒ?'fiW l6z6?'oVJeʝkAJ#bkLZ|({MhS e(ʛљ]ō?GتL$`]Nd7Yq_lϴ%kǜ^aR5!sTfxvzqyѳL3g?( ARQ.Yݱ2˔ c2OL K"#sC8*Axe6 ‹Jt+rxr+ɓUI1K4J \/y *TQWĔ~2:Tjވ>jcq@^4,63ϰaG4:NutttT3)Qob*#vXah* ._WdC,оf9ۻ^?vV8@&vy(%2rBÚ],__WQ \!z\ /j9UPF۾ɨ`MВR;1+޾MÈbE}S#1 0A&+f995<쭨*,a; GL=1iUaݼ+s~`L»Ч-}Aw Wϯ!xQJf: ij̔f.3uO7GќҴ-oN\-7JQdYR;t8_THnz>Fq NW]{ 6q 7eHw'c9V(~ kUYڔԂf 궲>'yT ht&*JE2,ݨYV؜-#7KR&4䴻^`s/PQW$4Q]wo^okl薱Œ 9~1ѡ yqϿ=9hv*"8V9 8Z,_@|A:uДxy:&vYRC e1G!aufJi_U]7'ğI*cp8JE2LpN-[۔5寂)^o8QY<4bbU|P IwmoW)"\d2/&#δϗp?+h#n h . -AGЦǸ9,HW::A{^Z=ZvqתDaWrOW r'ĥN럗/ұA*Ȱ#y?3 pqf_C;wn\[.,ԧBCj?Gg>)* O5_TDz㐗^ݬ,-Ӗnw\sAQ9$P-ƥO MJԗ]t 6%&]L&!n)PO0 D:׌ͮZAit٤=Qg]/N25qU& "Twnԫ8fe%RU>`s+JZHX,8u؇_P;ʬ(ADC&O˫dkYTm#N {[UOY뛽ZhFtHq[kcb{7nKh[<#]m؁g֮$JӘƐܹ<=S2G>Zf|jˡXwe,2d߁##+YO!$%Wh_7ɐ; eڡm8g:ǁgHwY/2b~˒:.5-&qzq >U|v\,3) 0WাM48"}s 1 & y =98a{@?7Q0y<ċ!Af&~ 3B42GB*<}YXf&F}s͗t?dxj^D,DY[~D|XȩO9߸~1,`yt+f+Jk%fwKVe7qOJ 'C!Vp7"_ȂfN3@HgA'\R:j*D /i떮km4f|a,Բ$4&Rpu.'Ha|y*M!IGB:X@#v[a"vs) 'Dph&W"5&j)Go›DN\ 9ZPNDu'Ny5.}RmW>O3=oo?{]\u35|KL7K 3½v'~W8<V/my# w]}2u=*kgo0:n=&mI T#uw&w7%a+{KzaY4 X}ݥt{U Sk0l,}cޒ0G?,WkTfRЩW6-!_Nu~7"5.W'ԳY?󪑩uh=-}tUxsivҒ/ W g8$!RT݅8c9aTޑj;coG(u,?o:<>̏#r) @;=& $ŪWrWunrԬVed#0FL-V6i)/hPB0eƸM9$ ^ P2]%@dxCF;,=!+LZSP^y վuZDd?sgQ#A>rǹ8Q#X y3Syjcxwd8&icjtӓ6Žu:#-{zo}'s ~@k}xa[Z]1Jt?0~#@ 1'/󠈷ql9 &g3E{tѝROZ秇s{JzD%ŞI4?Sr L2`Ih(q,ݰ( Ɨ5Gg&&2- \^@ҵwidNfzlR+7H69O` S"\j`em\H)̄ԐS0V/E[6ѳ7aL6ZZ&5״=յ=֊8%䠯ecHNH=|a ?L$Cbۧ } ݞKimwHq=ӼWX"s\KFFRZ<>1!vAF7Mc%hC5$a+UMғ,j<4RXRI$«R|H?ҁD`7onpᲳ b֣C^'-0n\ƋJFb}vg#DM;𔍠 z ޼Gؚ,_Zhm>]ĢEt-Fk];|{BxG֨$`7^,ZvF^mD:Z>YD[dPvnG@"yW܍ɐfJzn LC$M! w8Y)+bɗh%Jk`!,<q'e|jS1xucF[8D2D%5gYΦg*UXIOa, Sr n_=}GUL2E r:=T1NCE"\;*& :@ȹdYOÔ% "ү#{o}`}q1W.j(a cX~>FDD"\S%2~t):J`k*Z2%\m~DSQˋP-֜yQx, b=ͰiȌ^5 rάUڙ/IHE`L<*Ԉ;KfgCbZCz]jAp?hkDZw1hq/PU#hIp܃w)ۢ -tNa? \-!Cwg/_:.MӲvR.|OL|uL+S&FN5r)!)syE T73= Zr9&r,ɑ*- 'E͐o` ƞ&V N3IN`[q+c_H%p.˱01rC3;Bb65*C+rႾN^(Wi>ZT3@uT 4zGJ94hءzS0+ %[ZVB2oX:AEl;:uS=@ *Jq >z9)`yl6GvDqg'Ts[Yأ}:dXn+[q/o$c:BLڜ"%"&|TSEΒ+9?|/X)˖='\lz;/ݲDĄE\QS@U i6ywHM=ά=O̴RM8R6io̍*DXy;|7(`^  '9ko{s oCq8JpҔC#D+@d0CG՚>8Xh_FƋ8Ra1T^_ rȧg[*Y)0bq\eao\q-V8-5_o1υAB&qW@נWc&k%oQlOYA_KEnj7Tص1Ǖ%B q额+UWr -߼$yl'Np~ `RMus{, tJop:]b M`U4R+?z„ny3:Gt1rIXtlҌwE#\bci ="]fdHSuLAږr^@.\a`zvE0pH]>OY? %0>(wEֆfةZݞѮy[*٧eygC( m%9z.m @򋿁U%%F8Z D,4OG]',5GqO;(_L(a?V/5QBlƩAixjR9k~GM{#6Dj) < =)n:fđҷgC.D7G8W#zKD ]~fKGmwM ] Tv6S\}GRdUJ!nJ1UbǴtM^B?c>߅{ڤE;ls)S/f޵4DAFkgdVBid$e'Ax7 au+ =9Ҡ?6,x(E$g%AbJ~r.l;HX@q7(\eөL ݄"JͷQǖS}(91aҦ5>H L~UAP- $,Sc'Sxp]aZބQ:Sh/FQZF/I^60-ɾ %5L\޾#WQyDŽ('mnL˱,R+U8gIcr3x5=`%2nuuC^ü}#Od>wgT&R&1&r8j·bl I*c\tn"xљc1_~'Zf=0ZJ_+߳VzO ^Rus3U:`Z%4\z+UDBʽ{z6`|7jZ{1c6Wo&zRmo9je[$-a -띘{1?b -I7 /u[+ hB63 'k:(M^bUD[7K)MLv]nS1zFA5 4$)S !FUp)EOTG~$YBtKx`|捤\ɥZt0Vիr.'t4 >)|Os# Ok B( Bڼݼ/|>yd ZQ1U{S> Q4u{t2:*oCӸȐC$`6h٪le A=|.R[_KCGlc)JwDռTdMkfn^̂MmmbԉbYa@_ 1D$ԏGTg͈V}@.e~h>1[sNhaY-!(C=:'6QEQ;U! e`BvX Ώ{c:h8th[DWQƶ, RJ_` `ǪyVAg>${N%b]N][Ts;;^ԄB]M\o&4ΕJukVN \}`Ze6ߺxAJ Lj;lz zOCƌ_kRdR}{^ġĉ=g="ژ8'cODhh31C滿Xϻ |>oIW0AJ9h1X%;R=%MvN9#R勥;8hNm}. .dZF֌t9[9M2y5?\ ş@rM]~,`i9dLRJ";F%alI\mj:^+liB+ا^Ry2FЈdgT)Z+-|#zj FNvbX:6f7,t_1fzhvtv>o9^ոw+ '\fQ1^6G-$ Oc 7{W[rە,hAاRf#P LMLMU3}wZ[[^pIP|!ZI01 ܳ$q]q!q. YTEgxN!{ U,x=hR/Ǯ˙rl&yhsW6z7tnO1MkOS,JώC3견kjG}$lbxOj?NQ4ubpZeSÂ<ݛ A*Q>"”u\-5oKcub~b6U27Wn0(EJ6 a;TL겓''kn_u'I `6za>k"k<P4;ƴO6޿ waIhfeng U Ѻv5vЉSR)qPb[Leq!]pMT%|Ֆ<بu6 Z̄f .g-Z9iŘRm[:*o>M'#&]NWi,6O4WbGizaW sCc(;m)?*thw\)Z+lAXxqa>U'_;'a1>BY 6^$F~ғ- ; ,3PM_P&4H݀.gBAP{HBľdLp+tUt@ +U22?N81<J'HhtӢ ,6q"cfP. %I(@\t)ueުG W3О%w;{ dRuM,IG$ X6jhz̝g곤+K>n0;¼2PՐ}\6)*ݐ<)ȌWǁ&ykBNT=ύ(b_xf w+z,u*{KUAy|l2Eݩ:ʛ,㙇ŮtNYVFᵏipeÓz$/:%{-'3:F Vj:hQ,c3iÃ!am;^OLd;bW,ϣ ZHjIп9X*] Q};\j\㭡oV&xe%B—y&X6``Nfva 7Fڋٷ '>5bҡnRcI{As: `(NUxrtA(*xh(05ᙸ1 A֮dp=",o"Y4O R99+?l$#W)zr^l7XɃ-ÌR$Ofqtpvp%AP5}%r0q6PsEo'fC<(-Ԥ"pE.,6E|Cmk\ io4"n o_a&vsXˀ#ű4w"Wxl=HqW88pA_ >̒×6oif) 9OiN *I=]f^ C-,J|./_~=LO{+[33L syP 8%ѿd2" A׏{y|e4MZo K=)|+GU [Aʟ~LeN6"/ \ ''H`3nvTn"=iӭ"^l0>N`'J\xg؅a)k8kgH&;)M#ɮm'Bn|T7QzΪ"&랪m>}!7"cVs1=*"AyY`5!h]T{X߯eMuj7G _5T>GCk2!x&st#W8Xf^Zn Hok&a|; [+7"BI5^hnlͰ[~<*hLf;W 1L2rP&ttQ*&8('AV& !p j&!P#R*p~nU$c'ݠ;C Gv$Į YOf ]2,5>7eC7zyqZ$ٙr3`ɀ -ٻMo7 ̻ñbz2kv{{V?'ai*bc%x^áav3f͇~\' dlPXh E+OF1!cQzƤ804Kɻm4Sm6N]hv^[)gH0vӡ#/:C9 qevkDAB2B A54ܞXFnlSG;V.0;P[P_,˴C"Jڮ\. u<̽r8RmbZ*T"9a ȞOr;sm^1@ a 4Z*O,"872bE2!D#knr:z*!fB$g_RԌˢCAجOObif'^0 vJ|Τ>cgju@ڛ|_Wa8>Y8d_u~Zr ǽe,p e2Ohc=EJ&,zq`F7''/襇JͧX +ŶCiJ;Iw~Po)#;zvHgY1V?G]i*`]ٵH)tڜ /ӶIh.>Sn}4ydzS,D<r8ayc5Vbu]ؑ bF:5ӓ!)q┻O n3%.2z? ip}*0Uҵ$EPFtD-*ʡ2y@U*|h!dT__*}B Z -4G&ޮO+ԯh?~'Bjj j4{Y 'FjgH\gSsee!"$8C/z^D1 dpT+b$#e,'s5(vYOZP;kA6^@dJB><%܎DrgJ>dE ?]ˈ7gz +qH ݞ"+>'3E魾 *cF6R>ۘbHp27b I*3{cl/fǫ.Boۚ#;E lgTa, _r Rt\*B2h=/L , ĘiO G;PQ-7H]jtB4n팳.NKҘOi@lֱnMͭP4q+PdwJQ /]@{]@& :)G σ{awxdZG>]ygG2x o('M~rO8̲y  +Zqc~Z+4 }±-Ŷ^^ȍ:cpk1aFzTo>fCԋ$KUkpI*}/]0}~w]x&?}5e $KqMmWRL6D~X )-N`g&+ ܉>)R=|T>$߃"zǂJjZnNWcdy#^S٩?ss LMl"%#)X_egh9⟑hҁ}kee Xve'JcTLHii!fqI5^Lf.O>"w_;uWE#xTw?TX*J9U"x%2v%׬}<&,X!e4R}@B&dRҺv[GnT/.)MV"!$|ý) BLK& G|pЯq=DBY㴥YlpϼOƒ짥sxqA{0KEL48V (Qa!3/)`ƈwlyͷ%U=7nLt%X]1 f"e:jAzN.BjpG3t/;"ߡ+aЏL Kޡe2GJn>F '/哜pZ*TX~'zF%R}RkzNѤxZԉ&L)ǘCDlM5f:hN?8vT\X}̱R~EIz2iG<$&HdK=f0 hf[Alq? + :t> S%=)]-3bd-ִ"N03* "wS~vb"%vHI>ϋippRxt m뤥Q%J|59]u8-g PsUǤfQX ~hxWL᳗[gXCemҜOx}sršϿA#o (e1 EgJO$qX?e cyuIz`ᱼ;saƤz@S&wNJۙ %GE*ÅKA.ה p}G F ON?O\^:QQ ٿofUV5Hr j6D'PKӊ+~4JOȹa̕ *=7Zŧ_%+L$`pA]V&z Ov8qGfm<SQ?#n1|`1|&j]4 GcC$2k%&c@ ҿRu V#z{Lv[e{!F^v[_ZyIݷl &b_[TB_YYwX'TgWzo`c(,g+Y +]j.*# 4e,ɲyc_L R|zm3kɠtPskx;Lr[O䰽T)qeD^g߫g/l@PWut=1}KIyas@z>KVDvۛ!nKZױ{C[HR*˗ЈA'0"yw6 ` *-'f:{[<$<] RCz"E/~鶨 XK,٭n`>y BxTqqx zJsCMCC!^B5L 8jn%Ku*OvYGΔgŬC"grm0.`ѻZרԨ͉ejRq1",#Z[&J/Β$Kϻ7z'4CVjBo \Eeƒ !Py1_8ȔICd a !˿"!,!-NDek^n.ŞE3o~œ:3.I! 90$Wtz ̥/ Y] ]_kbIUJ͢7 ( B J-s+%xXӬI1R@^PB;h#k nTH$9Ծ[<9<)YZC02-87OVeX`T >d؞Rkm.[D _XtdQؾ =˘]Rt6H(tl11B'&Pڱ;>Ĕh2)YpLtuN*,7hg@Y8t g8A 1;9n,KwӚ7ӭ-LfCk^~<,|2=XHD8iCfk&OtaRvoݼ+TVMt&O/}7lCjbbe $|I7M:QuХ) $w-#p ]5A}6tOnx> k(aH>9L05/Vl%|ʈa9|j.*¯jo6V*C֟$!PdwZnVѹPk/Yc*}r ~Y*4;O k^cXJotVT߁ yv[THQs'L>^^PXU|Ƈg* LۣpjC 0]U3H7|̀)OݛXW/EӚBul&%x(y0(h zZzB|DbGTMӨ3ڈ%9w- ޖ%1iݧLn Pק,[4q}k_ޓ_?[aTR+Y۱{-`Ld-&#G&{ā W˹T"]0}aFeuݐ}XcaW9MP@4cCaɓJ)~꽳{ ?XYX@ D!&JGĚ*<͍O ?|/+q$l,6iapE=8[#aDHmTDk.W1dNԺ}q#PR `m斫N%}S$˵>`*wi5PKd.qM>hV,4;"C(ę? b҉y RXpy%{8\j6`/C6Dz06"4$Oz]먹]JMX} ճ?KVяC'f\+Ice:8S5B{8$xT=<6<5,rI"rl|b((`iN͝uIǗ5 BI5ڸ;h(0}8LR06IMw|(ڈQ_c-w`evO|pT`M[)jƅ%E,ub# }.jt?.H'gMQj?f|4֛ncԵR8'RGB9Shokf87#.Qp Vt<0h]*CP?NJt+ 2JeiE }ݐ,Ӿ ^vJ$r=GӢWi0 wg,ǁM[Ȥp]bpG1VuΓNkp:wJiB#dz c9¼ uW g)6,O;sWn6Zz{Y.@sY"\*2njY`,R; !o!ءHBtYLuBclҹ4UE݈ [\1QR hCҋkhaz2%䴨0Gw[y8eT%8-?h{xW%.eBTݕ KaC+ s`X|1Έ$!lv[weWB;VkTe0Qgs'(ȍliF>$$dQ \ PoWy&bGT]Qt9gCB+Pj˚m"2޻d'x_ hA43PG)$?O=xdwX9].zj,̲Kظ7\2:@XǹFg(cȳ3)?)J,z&of /?u@qS[%FcN+u=[Al_'".Rulu !1zރ=8B^%/崼jz{=m,X"H nN?s:Òrn7EEs[:lEv4-OQΜQ3aHZw ~=->W O Q/Cɿ A>=NY"-1Ut\̙mVK sﺯ.Y4}M4{Up5C0VS嬤>&xȪzݖ2gkj)9EqV7%vh?@^@~o% nOf ҇ą/a}i}dQ@1̾oŴ8eG{s/db\G)Eh0ʈ@yݕ }y׊WI N,AP-=8 SD`J#!Dav9)>M~M0G0׭Ue2d јxAqyg$廯(LIA`IQ28ԌI8PwL!HVb~`4ٺ#rH6 LgzSE1s(}s?<&C0[jI#}g nH3GCS_WjHێXɓ# cYi\u-N_%gV?vt"儢ʬ<gpDYK)x5o=WRlGU#UPݱRfff ,Л0 TM{jXY&ogtMQɸ,Ѣ3>ܿ%]E ؽ( ɦY4tWQ@q~FpXy@8Njh=Q򉵜s:x%%e[ eo@7-?ytsL$XYU2W#߱ ܉297Cpfӧk&*y[+y BB^ؗb?z \px Ɯ"VB\K-[[u'?mF;R꽏48,RĈCP4{25g>V@Q^ޜBjON%$!JΙhd,$|ڮ-lWktw@NΦ`׮~f9_DB2$شnƧڟj6hT e LF+{#Xw ɯR3O 11uU" 7hV +g]v(.8#XCbx0MK NqEpԾ(va~%0^H0'͞T?òmun/jCzNI@ةauO2onU\i=@J#nqa >5g6 l{ +=7SbӢNiL5 ю󌬏͒Z]'ftUy'6cWT$r4C_Z#LG *y^AEW>ٱ-8d ~)=<<صcwrS>wHLv'0⑼FͭbEN_Dx̝TqS0= 9ڎ# {^4ԇpQ=J ![af_o9dwDVdvnCֿuv@`ɏ䗩'JD %_0+7GLhCDU4ݗW,-:}:~wVqn~FR&nSj}ȟT+2?M0o'10#9* ljJIWx eajLڪщyH$:qfw޹E[馃pi::S8#ZԪCŞ-klq:إVYۍ|b~$3\5kH% QM B,Xł7 YXy5,Y·Ε@dvgm b6g*c\Wp!T{Sє v;N %r5G-%~Wv"6 Ndgsu0@Ud7RS՘P]]f>9hs xDh#?I(GW&H:dl`W8cNzA7&?*{}Tblז+i{P '|m 嬩;QԷö;J"^u7eB)1O)ĝ4."2[R &%@+{U':j쮳8vYn^9D"mXv,c Ad|#7B2u?jƅF7s7>6q(ߨ rhF"7LGnxdPELk6 q$P;Q!N.\QG2ֶP̦]BM[w, 7GK$xO0̨ytB6wymN^{R]z;Re)!X#)nWS-e)50kdԤ1yvHv7֝Dx%$j MH ti;\pLky*'@V9pacN~gPWҮ'y7!x!wa1tIU{,Р::zO*+#p E!RHnIp -q\7^ qB=-cudO,~&m)36 nFuҵ+<1/.eʶ 7r]0n1'ޞsn o}0Ah9U Uu3x!;4R_0=`$i3y阨`Hv, b_M"cM"Ez ӿw&MվA$,p=6!e7sD\bF4 05ZϷV4Ɉ{A3@AbZ2~"MYZ4.ug} JZ(&\/}P|_`%/}ފJooc^d~"1aŸQ]sxKNX_ 2|Bo̧JXnK',cW [Mіy"| %d`Ma|DbB}?®,*rwC?aj'M<h& N[:/wQ"4wFPȑ0SqAK^7زE꒚d7aP-EY݂e#*k猸R^ikQ违7)HlȆVY[.ٟEڅ I}5{ydι*ٻYmШHV]_.IsV.bFuoV={0eqx %` "P?. QH/zBrW{N^8O>m"ZgSWp␍ #v4LJ\cRli ]4Rz[ F1FIXNP%`!ǫ^(tt(z%p"AঐLEaO/^ę}+!Jps nSE!嶢n/!3a\Z2'%#lVh@0u }#?"ҝ%27TK{aE"^PX_vI愈ύ"S'0A'C?,<ۿ l$p&L,!.Fj:ɬ凍x~c\"]ɟ4q\Gu8$" 7bztzjp4c-:&(Cr6V}vEF@io"ĸ{1uj~([{b ǚQR][[d5*ų/xPn6Z̚oZd/F3*Hb8~ y7Vq(4l(oTmM obiy8tXew:nrFFsͧN+Şu4|$Ru)J[(jReT%=脌K:*0/@ڮqV-&O;r#ah=.(@Gy[), uX\m1UˎjLfM,pŇ[^ /cR=_+ tOyd'9g9]\jF E8ى]?M*=1R $_Tz_:v5M_~{ ۣ%K/+BBdH ^a=&Ɲj/9+R_KG_m\[2,_x"1N )Wy"Wjo>8^)̏^yc/\vSR|v`٢MŤ~"6h`#}"`}0A#"y]NG<ɗwt8 gVB,vWw%P9*[d :,X8HoE`1ᰢ;n}}KVퟫ7 ;AlL3UHI*ȶrm_᪩C塍OaԾϭ;$t js@qwlþ:OSNP XO)p.٤q1/R煛q.9j/)\(]-MYipTJi7 4]IB҉sTɗ<QG9藩8I9 ppȭ}9F3= Ʊ08f2 vCQܾzRHσ[Nڣf 'Zg7[{^bWjMGod؀h9iz+\Ud}1],(K"@,(޷>ؿg'[q+ Q8i8W.;ͲQe~'h>ʲLz5$SLUWf~DmiY&f2d# & {wXbL=pFq!CHH_3NP^i8q1m6B 6(uw%{ֆhIӹFv`@tz) r$gI(ٵ[i%<[bDw[qn2b3}4G [5d.{\@H@޷ftB/kUO.FYI#rjW)N*~ *&v5ġA 5~Ö '!j6msx Lʞʹ ]r~Ly=:!껏Hc|)#6l00PhNa:lp>YwAޒ9Q Kೋ|hb('yKTK5T/.+а1wdP8.Կ<!l .^nb'82Dzp Y0؃ 6h wx{CAtY Dr[P(IwY*r6T]U}w+M=},im+BGFbR3:G%iy.7enIm$4) &󦘩")'+I<8L h i~̣;H]PkK5=Rd@s! $R]:z* k#l!`Cr|rk߬8%703rp?Wmk= ""*푧@-|8"2pIPf.;p4'a]uPKةg,#8tJw; M(t_'p)ig:g5suևUϵ;{6xS}/OH?An'kbl$M2&ZnZzېX-7p$VǥR\un+wcdfRW߲g5T#>_?XUYMƣ7C?i`NiI=:R3ZC=8zE;`-)Sꈡ0L*a(@_Z]LW\3KGrygKdr"vU"S`:s{ >rjb2ys87`JL3qz po>Jp 0$tM*LYHs҆lI;4qE8(UT"9 63Dk-%xp\q"<(Up|-8?=G,H++Aǵv0cYCw)qc.jR*ζTRߚDCœŞߦ?^ (3!$j@rf IM" +b(BnE FWŇjf%'an F֭(