libcares2-1.17.0-lp152.2.6.1 4>$  Ap_jF/=„/P C9K$X :BERE`bܤ5O֏Ib$dˇp@,?,d   F $,0CLP iu    P hxD(89(:l>(@(F(G)H)I)$X)(Y)4\)\])l^)b)c*d+e+$f+'l+)u+<v+Lw+x,y, z,4,D,H,N,Clibcares21.17.0lp152.2.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._j=lamb28jopenSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxx86_64gA큤_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./sbin/ldconfig/sbin/ldconfiglamb28 16070354531.17.0-lp152.2.6.11.17.0-lp152.2.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: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, BuildID[sha1]=82cc848627b88db19db0eccc1792a08b290e9b7c, strippeddirectoryASCII text PRRRRR RRR[7{J,O@&utf-8ecd0df227c849c24d63fc694e9f7b92ad32cf362bd65530e3f9f5b1919903a01?7zXZ !t/mu] cr$x#6^͇X%0|퟉q' ɧߜ:-=jmAr^sڏ*x$Ş|p2?cJLш{Du{LlLBP${V~,=x*)]C J@Ey@bA;CWdɦ]n!fx3Ŕރ>+9eK̽;Z(3ܮׂ1_KXTJ"mg 4AK.wZr wT>۝rCwmBG9Eq0 M@ҳNl)iS|Xc#~联lwFUaQRl޲jЄIđ'|Xb"ؽ>1b\ؘkK$YwSCf%?xa@j`cq .>[A*#8`q׵n$|^p|2ȶ?) 4I;2$Cߢ̐WD@s^J%}*Nu(7~V.4I l2gk7CA I+ pZw:>Y[U^޲d /39-ٽ[sτlR p{^B-0kKjLb|).n~*XHK&fgQ 9r~ҔBUen]8 .r(m^tG{GWBڴz3N+?;/Z/P8P:ܷ&8OMTj^ 3heb()]m}r@I k9sK!M%jG_}Db3b; kev $n%2[*:"YGޔ[ oim{Y~Wq#|䮐ek DM'/*z4^wݍGU&yI4NOvOKQݦ9xlNܷeL)Cei;F1T}jip4;C S?1sx[eB˲l:Y:).:jqxa.+ΨA!al`vo~|M\̈́R>?cPf<l>S6Ojb!l)U \=MFL+_CnW{nRhEdfRZ3@" IvdÀy]w.=7BpL0|; V DonI3{/4yvRˤ5zyyaNYYddLNW'Ŵ))*:#жNUs䛝s]JaϪTo\ȄCr'w<(o@$W*YF0s:+M\#҂h8[p; >Y;$p0V@bE&!v:bWD@<̰Fy/J'NK(*Q( Ť w7Q*o^"j98P={j^ @O0|9睟6<`!m8 S?+4_,udaw)B+*+Ъ-قY)}!mC 8_i:{(=ɰkLMƼ8$:& ][Km$<bF5& : g z"-ZYQ2*H$JQ wjshXIi ->qI<v̄ vy8+Fs>Z*$4E+4xtyClHQJʠ ~ QZȜP@Mtt2I"`V--觎 MɑT'-7Y`) =)3<$͛U(GߏQ)arDeR"7;BƠ=Gt3ɠs`dxbTuuMp w:AZ^]O %\tID^foî2-iFώAf.vﯦNqƠ%T "ss rmJx{x|ssYu4c }ziռ, {[koH*eQgf 2-0;|I8i W= %Þ2h}Ya~wh[ W9 \ )2,y L )t_ݽ᯺W9vƲ9[]/a鰯t6vI@Fq5;RY H)HA+S3)X0Il)'?e|2Z7:y kn:NEvd%\ P.|sS\AV3Q7O>s6|;ٲуxyE4X73+=e?/uj,.[0^+,a3WXv6> ,|VxE(zEPSQhMwXsgpw^ ,cI֯Gv5yw //J0zN௘I o;MLAP,CǡߚdQTGtbVsloZġ Jg8$ cn/EQ(ez=yP7)--<ofmZwjػb*s?E)B}{x龯8Zar|6t=IM9?scr#9Ͷ#B`F5hUR51)E z5FNHRDU8-P?*I?{~}oL&=ӣ~r3 9*iKXfrWdGIxί>nꍡAJų?qJ!} NibbNC^ς%M ڈCDzx-0"8ׄNjl;NDo55nrr\!He'_RFk l-kes9~IE3&< u:qDg{ܞ( 1;CwJd&e{/OrD&кWUܛ^qiUOH{>AbB,,clyh ժG;'yd-qtɛ›#hl£9ZJW @J[W^M$ީ6G7jLmp}Z-/>EiB-ؽ+Weuݛ#=G9` Lqb* ͈TQ hթ8{`~AW7!*YvcKVZ{MFak;<‘iWǔb c_acF/y\?%ٖp}<`1X\6[TĀ =b~Dpa垁;Z2,6Sm}O4psI2͏{ʡrݭQP7>nm6O+w;~_<A- 0xZP|?-JZ'l+ MhMQ~=-&u!oGԴ|y7=$e<6\p9y+- kFGD8nG(#)_@lUH"כ<ja0oR4^m\SK9{Ws[kݰ>FzKw юhy+PG V{a1[cw,|*jz->H9ő-?`3ʗ8-dOIyMUFєf=^5Sao-hypG9P6vaj!⑪pJbRovݼjj6B`F&oc3Ű|6N tB>(x2ߙfX7|kǗ, $e|(U|jEz[86q\zaZRS (qQVv*ukH|K¦40G,&;œ^0'I$&8A@1;M5Ix5߷Ӳ-Bq1K*`s%NDl߻c3W vС-&B7qrg;kI<-n7L oSGd&=ꀢ5nK$8g^Bp39rixnYu6H1ԇvA]~,A Ry [`mu^)[pt% hΝ5fՑm+TKy}W U X2p ,Tßi@hkc"zxtVa%ͤm$u}o҈həx;.v*QPdWt+Z;~(:"7"= w>E&=*aб9|dL/ Zɒ|*֜6C +Vm-U6P*ט趴8 iLZ rR[ /2v9 $YVݔ̡wOΔF=;|4bQ2J,>>[jUիq{23zS:zO 0r{%p~8Oj8*k2d`dih>13ن):yi4PWaAbqE鬷Mwvk:p 7l +u on+-8weZrs^7L%ꜳ?s ]EuLq&\lx3|XfwE5ɸѡ;Q6 <ļlEvFDWͼ2lgz2H?U쭨Y~04 P&bXdux%k!bJP98-@Sձ0vw P"b{[ {D& @){!"[p.֋?1C)ޝvWGNn6&vJL4ҙl+[+Yp'UAXvSjer|3!5i'v GːNk 8+h8 *t "J^2yG6As?I<_$xv~ >lC<[^!ڗlJu>"8~^iB6jr%j#7>XCѐTp+7hoxӻ( Ak >+~v)\7UA<Q Y<-/RSK;&QCND#o?'jCXN 1eslLI| ]i9g󲴼trݠcq%#8MYn{0t6'CLccb-5d,&PVx{XdU7Tt0X|l%-pzYHץIf_[*Ъt 1rksmfɒN! V;oAQ3̵&XiJCw@v@oy Pʨxѧ]B (YMN+4s4IEl:(H~SHb-)VoƲ;jMƮ B_c_|H4Vap0G3?}o72 ;'%㥘ā46ƋPqL2pV޿u2MXՙL0VTy,H(5vM>ЄxٶO]}ړ-dUw{;mA>߀]9we,^>B/(/_ ha.QMPSKPmIɳqG3šO-*3I^>0f1:XZ6z.f$'5yPZ)tqʞgFԷ jQ˭֌8x-lSbLs7?7d,6B&C 1Z7[ Ř@궈3) Oi=$>DB3!Ej1)~gL9h$fE4{gwZA.L.gOҖF&@utJ:{ ʇzU*@׎㓡FթyvS ig=): mD5lGWGI:3.cyyF1e)#k%h_t kT;MLonWʵLy1,tu-^y8{uul^yr^_.J_\+&OvC:YOj| $!(ИIX`$X~_Tw~sIy /I:QQKrݛ1Y[CM.z֮KQbR5_G(m/}-Q/C-̓oCnؑx;KC]nnLVcXt 2[=?m7X[OS,([,UcYGbI"n̟KC&0u 6 J 4dp:'!>s-.Zlzߣ?- 6 F9?;){`k-ʬ~[h,)_yp+&Ś)&?<+޽[f{JbKz*=0iK,UmʅګTs,AS8ߛ\/PՌ-U=^tte+ZfhH <wBK\5{ZȜ CWt VN%x*'!TWK@>gZ2T YTɠktldA;*ַ-iubOӴ4Ƌ?̌Mh;PG)߫͘dx9ĶNtt տ7eQ}*!T~uy|\)*}VY "cbq#ւV8r R ?yx+).Ž-c|-ὔ"3d~ˬP0{inZ3\k l-uUVt!5Cx夦c=q2k[v؉v5;ݹa~S l`u%u`DԖQݠ7HR8FJW|7 D3oB2=ּ]gEs C lNP챙D==mܾj=q9kvR tTKAvjs$97t\ N&/$]pL}x-!)i4wPn}vZ]$ֹDʴJ@n_pIrW_l9cPGCZ2&"x$u;OO /x*(>mq)xϒ(Bt.5?>^#m 坸+f KѨ0ÿNw[}X]:#|K/l>FU10J MT$ (F=<٩e<@֙x7[7H7R.3zqE!hYK,G$A.Of6PDeӸ6x}5d,;p)![З,ILq;|=kӏs?ݦ(Hg[>9iE~:2T?aqU\HWk<Ϳ};g۶x'\@DeIWV7\du v WDڪ^GustZo{g=;9. pDBn\{: !~B޷_8YW~ L*ǬEBd ǭXf%_\mEH7oDey1ݘ $1OUZÆR`o$kĖNGyJ:9. և:s&54C-0w` *E;rm HdJbsgn@y**1_t>X""$BJe+@D ae 'u  ƕ)SC/""i$n\>x;m:< $27Gn,,ћ]k.8Hg25VF[X#ͣHZj~0vHf|Xx6Ce}:_NșZ%e5գi:]g}Y#2Xwb7"b7? Md DF&'< gp)%QKxZ3mWCPi$(c%1: cKwQjCL 梜c5q!:uW,.{gnua*b5H:a nP" a W\ׂU٧(2긽*RNzW#fN-wwq!l>cЭOwdOx 9~xpO>GNF'0@ wP#gf=,ZƖ3Q ZM"Nye\=wShFtȦXQ,k{0>m6ӨP&xuBpM48CFXPyT ZRlrE\l%5~gϗ1u3}WQ mOV*CmstpEsM6`cq6ѡİa~җy͝@NTz6k~;Dݙ{d\D41[30B?N Դbr/F׌^/S7? y;~C}5F*h{ ֯VB4o߮D&6`vHsbLl4d{>RnylSc3MO.  i˦tvu=&Qc,eRMr98_}3ߧY;dwBddej4[w+N+{~'u%h-J}% _(Ww/"~hhIMm=8uSv<5U$PK({VD5X0*mQ-eRO¿x`exbv.L4KWN]s̵lm]=ظ5+.0-X#ַNעw\!z`x;{޹o{!بS!\ jS`45?6 o6}[;q%||a_\oƶ *1O{=|qHmED!~Z^crQڌϴDV) 8+w0)(l` [LN{fr^ܛsp|E20zfb_z?MJCF*V naZDVCph鉳?̝+:꯭ q~Q^Ԅٸnks۽ Ũ{ Yĺl2). YVc+DCm?q`v?dchzh'N;|YFe6J VWF!s 8yx %F|Bks]bDcp*_X(b'ôxf%Yej5Eͼ6m#]|ZB|"yr ѝ{'\/ ^VCjt:'Mm,@b1QH w2+lO/yͣ Q'6n(`AS\P)}#xNF\":quh30z=BFц*~I !51ML5KӘ"4mO}`yF6w8<Ĥ3l@gγ&NvG1~36&]tԝ ZSk7ئhD)& NEaΈd0؊ℬgMUG?*m uW2wW*%8x797;z6ȷe}/&&:HM4IZ,ˆcFrm\=Lr3!$QUI?Mg-t䍹Q^5pI*CxXK~F7e=w"5ůQ;XCyTL0"ȧuVfُc^e c W˨pNBTOMlCYmCGW$'g̰R/R$@*ԢnJ:l pj51Fm| 8ӥy]̖s(b hj!_u%jb"p M%"YEwєY^1ڲ܎AUM˶(k[ [\wO#˅ xVtAZ2"Ao~]B`kP6bޱrT_=2.LPR)[<;WE"q=An$cMKʹ#v, ֳ]^J2gBde:f!KjHnJ P2YtRPQۗôܢ=тo2X_mQ^vGޯMH£eK4Q9&1"ԇs*>pYYrjg@q`sX2cϞmBXKY$+s#m}|%fĵաrm{k=| =iKٞ?=^k;ϓw"$\J#GKn8r| BfcBFՄtBdH)>Hwsӥ56n)W r bW%]EOa! Vqtϴ}В*(|c[V-C`Sڟ8f8N\ 8c%TSӵnGX.6pN:Jh=*S5 iN~ơ5iE\OеP3< (hou&5a@bd9vc>hīQ(y}pRE lcE&[`%dAe1HQ^T~Eې e6ehSԟJxpIG8+mh1 ~6_{cȍmN,9 ֒tK|v0vydG%jնKm<0aC5h߯p|>+e2ƛ%-U&) ›>_hanQ3$ Q;7ЀN1Y?t3A~_椘iJDU;'Xm#LǷb;QRmRv.vm|.h?X%kOG3wR6h`9}eB˥R@B[?!:+ xޔxuw9eƞYRΛ0ItD@*\םc=gF֧xM[&z[M;9FeO^mytq 2^ԙ U T-+>($|$ujT;k轵쮨̇$H`9.5󬆽n>mLx]e2-l 9z2IK @i[s :P~uť6mПayFstÛkNuZ{ZNx_YW{hW@aSΜS?eOzϑbBg*'_)Q7O^>4("ZNcFnR u RyY]LIǽ$':-}ЭeD2 5u{oxTO_ 7&(]/]"<Ƞgt a'6TbR<8W0Bށ^ex/ϛeT\y4|/c,+"+gi)9EC ƁWSfsS'4 9oDoNBo>(۵Tu/b 0BȰ7-[«%5MJv]͉M11q 6t` @q\6$!m/up)1@[&!T%s8_aEjl{hEo_Dk'| 2@N&p}Ae:| QkT+؟ZNz< ٨ 4MԪH^~LJL2d3{ACU YWȜ|`Q"v+8͠ #R1aN5aXrxZ^ |vT EtYhK="sZT.I3DMAkg鳽\۔M{]6Ii}ȑ[p׺qy~.Ș=ɸp5MMy']m~f˪ Ņ$/1\ʏI;b;_BuEqt? =dG}zsH\Zf&浊z0+]kG|gž;?GxʖgƈS]S\}=(pO}I=N6\aPANLj[UtT᧲c9얊%)/ΛͰAmg`f ͮ3>9:V{(-cy{Lڮ&EtĕRY'Yڅuh ԏB J_EG}>^Yhv=<(8B@sE&sIg.O> pv*?e)UςxpµS bd {i69~~">S0yLMY&\Sؿ$dqH֨=rig= D1jÇV&k^s 1K-XP[ط3X5OY:AR%\ħ*RA ث BU? NkCAoo(H`nڂ^FMAd~}B Ww2B0Y8EKo&\u5C^^2Rz,YL@:Hک =T}w~_HNrG2TF[+8X^1(1 Ei7oYuT!DqK"[þu6ix6;8I`9C5 }.vqv5[vq;X~@¾IG ںd)Ej4/1t3yݔ!@-$%no{‹x8I]x݆X> }M<8L+KtVdHG@&o&e顫NwqAxDRsʹ~.g(Vk>Bf9KPOd-*,>00}) b>;Ё@5.K ߉8m80&O0 Jx&@$\Э HZ0l_yg;4*]9D R>}\/0[^r1Bwb́Ζy8cǮaɩ㞕N5G(x^8iMW|љsf/D B$Jeh +nme7xM!pDJJ[ω'"L%#CV PmXAK E!3v^o{l=zawt=唱g%Mg S#tEdYA'|vkD~AXt!8?7şŒY^@6{6vepLLOgPw'D쏲ů} PSvK#o2n00xR7{>!j-eQ{pp磷 } U+?D!npNx$zQnss]579U7 krQoqFBY#:ّwcfeY+a&&_B(KKV8xA ѬXRJ F>П6[Hq?51mZJˋmP>S;6 7o* hU.LA`6rl:akbMy U]Db~ gdtM[O ŇS0g5~V9,ZJ;_VAK87o@Lע*Z) JzOs#zUlў*>9#}Zz,MPM(`-}!}R\( ѸG8Yqd²yV| g}"H(~;h"s|c̹4%~ }<{EKST 8;s cEcxX89@0 { Q"DaJDsF@<ЫIA; W&jg߶{ &M,_ӥN5w~C܆)RбP:'xF^%]nyVi. 8z(VmJHo-6)IYs~qد +ld@lq0jvG799\BB&YuN0y=H rrp"X)u>%N9 垂KnXT)-+d*(qqrAcQxQ Ўlpi"G !30|jrqAAzD7c'uJBӱBwӯy_ߞE8`.{G3T sgߔDʧ gȊm"M98[&7zqK CA0SC$j޷( {ba̿??jMsF.G(O} 帧!1[.xB>(rt ^\$N/yzR/Xm`S3/ .ګ;<옴NXE,tqi%H,uV-*2Mݗ2l9xM2(x^+nCPکKr0\/ à!sN%>,|oqsqͧm. EkUg/*'2a8xk t'E=da cU}b3Ϫ Re}~/oXvtSE g 2&Sc.y&\>9IZ7rƏԚbIx\B{hNV@ރsj3| cL =:~iW_GBۻSqEhOQ wUSm`kjuP[$2P<'}0j't%Tk >şUwZk%\1] dOE3aT D>:.XChxK 'ޙ Xb1c]Rzq_%ʟߧD#J54O綺s,f]6F& RFtᄦ;{z+A5/$ZG. 9 Z)}b4eZ/:Vt; /pueУ@; 5[wIb TpK«^g ۔ q!=PւF*0g!RL 'AyA}]XmS'c+ϗ!` J&WdYpjvȟMJmZ@~mV O.0Mǰ)Yʸ!̤d[Cf7Y޴]Xr)D>0mdΒF5T?uƧ$^9S5P\Q#:M"CԢJw گAզ"rh"qA OVHB![ŽIE9l}e-疋% +?ºz9 $ ;&(a]'5F'q>ִ01Hq1;#q#ٔI8?~Ci1@.MJ+<KvGi??mRh:>(LwuWtC BPA)O߲,I+pӚOuxyš@coq6`1x)2\%65=1PAvE9נq oFޔ sN~1h㬬8{8nڵ+mbP/jUL$4[u<}I̎W|˃8--w촿Cho1EjZ[kDkO'Wy[gluTn躺 %LrS_X%;^ d #ơ5T4׉1Y,}9xJZ4M֮)OE=1cW;|v&F"b5yG |:#.'OXmI12ѡб A[ߺ5sD$(6]ECK=fa%.Ssc_K}ڏҀ;s94즨E0 Mw&&i.Z#|)Vhl6RvsR/L<ޖ". B5&tлHM{AD 9P폔70Uv'}MWZK8#grZs,/onpYvڭ AjmIІRP Z:͛b$%f-wҏQCB@g+]#sխ ˑPG&(E-^ Z"B;QSXPG)R֊JaXnsU8tzB')䩟‡܅r,s2D~:neC+%}P;1fQs]*DHsئj q` y!n$~5V5j$=txZ7TƆB?Mψ7.foZeQbzGNF  _>xyl.WSt$t # 28ׂ0O<c8 >MTi7NKX4ͅpy,9b}9(1ez/؝u %PڌM16b5u+)38e(_A*\<\R(P$^رbĄexx+\㶋Ugfڅq 6%ؒ~f<. ~hۂ=30?S(jYD \Y"$]JB{].%($6qSt}ᙣXz,+L\%gWd11֭GVPfi\E|\<lu0"5Y!zX <_ ;tiKj$T-llh< Nbm1L*۷gT@9!=Ϥ2;[dZ#?rM'Qz<`̐*;W?1H'Sb̽(R?:C'o𿥀2% \8NÍopؒÃunT*!SBYBLEd+[$$uu,vS ^"xҜnLzF>y'Zm_t3R׫d@ 3f6g*1ŷ*mO>{ym q:z><~B) NZ}T Bfyiʖaцb}O,HȀK?nsYYw4K?Jq-켏d:?ܔ)= j|%3KZxiD6O59T`B5Eaoms^ݴk9EP{8 _b#Zޕ)uR3Cg=PA|%:RT0KlzY0Y2*b%HR$cn%4Q Hl] Fga V`H(] qתJ26?NJT4YV2X)Һ\% 4et#䲰Wud!>/b_ZQ!$4~=9$x:gxFI4οڨ#rf%傆nQJ"N*m8h1-l )'62ӃVPxOdj'Cu8Ⱥ;G4g5~^YAk/ Ku*fi'&A(5fZDݪ̓c&l;0)d^K8X8R/UrF2*v@ ֋쵷PD72m84p3NB\ eWozi`Q5{])%a},t2ș\T-|w-oeɉ EL*<B6۳5WyVOE}F,1ɥPs7Hez hRhv-Sw}50F&5GǼd2}+>3QO =w3o)j7̶Ȭ}sіo,J(H,LJS ]ݷ)nZE|~m'ZcN8RW^S8^< YH&>-Vn?^`r'~9K< ~^v롖V(~J)ѝeQG[wYV}ωp3hy0fH,u6L8=^<ɚa%#nh5 $y|j]:t/2IZQIjXHH ScTKd<%@?_auՁgU!lR]oa--ID<A`!gYdȡ屫dF hWX ,#.E۫&|PR}%NcO_jBņJ}x1x$OaAj"JF U,{S" k8X1n!5sie@!e;T~ 1jƺSb!82e!MdҞkPM+J NDdGizBE.67.&"Mj.rD~ 9ߟ\|FeQjSDpk:XǣK;NBl~\-U%bDo4Sv 0zrq'Ȍa`nAU'h!'|c_W5dn؜AFA_.ׇxrTHŜp SC^4 y$ \yP`oz9iўV\(f{| @M?(sa .#"~+M̗s4vHxwfj!o<%UfnP|Ad=D2$8`}i;ٕh:p0tN*m C)ag~.<2B94ɯ*_,BᱡDQ w}F#pv#F6_<D'k؎g-鎺(ОęZب f">&BOGlq)Q4?YXb#\2O += 74A#T ݁rR&9w4|1tLۆar,owk>2^mnVmcfP|#9kuQG9AǹjWW5&gKB^/?~_Pr!`;jRHA\:zTh98EUjcl,aϗ߬Q,?uΜ}b`p; \ 2v&2hlk(nX#6DYxa E9$Qiek7o"@V VVK L H0p{>!q圠N%uevkFf~}_ 57JM%zuQXg TĉNe轉V!|es,pՔ0o3?gj=4h䭷X5rS(e5r?DfB -x tc.ن cHKmE䠁i]t)N*mcgi G6- cR1'Ka *VGiݤN&ic$7{ByqUsh'Z7ֈ9tV9" ckdΑ$:C"EO=J%#8z:._ %7N|,!$ -P&G/XS܀Wfj d4cl1}ir01p/E~$suoSr]5^cuٚר1G kC cFP 懾tB@ EhO*TŐVoһ k&xճ\WU- OdTmdLV`|EU !F2+T3`c{ x#zfި*.uF&=;7\)X o5R#J#qGc7b H 7^a[Oua w'^h&Vfro%__UEIԺPC 6$DJ 0(l7$&ٖOY՛{2'wb/n=5t`Ņ˹I.$k\?=X7ߟ%c/Ƭg'Q a@df執]`rA$@ 1ZAtDxkώieFw{'HCZSc~C,0N#A"!St: 2p'ihn޿ lAuZa`#S8WAk&UQO~$瓗%~3x׽~>()nd]9bVJjL$BE*&>+,X_˂hc XȦ]~a}bsv"}D>i?77ѕuW[)g6U}7ZS;ll>oh&zS]-% <:*Bgf_3+mE1KNW|m/t ~;~^E]5% 1 :xFN0c53auHpB-f -e-#4~L4Ig$ qfJUz'9H~zmbPV|Q? Vj|x 7-:k%s-\^v>mzKmcy;>XLt󖚃8<%kTq|9KUD.5ޅG{LԜ5z[e@+8@ߎ;,}]#DQL֝ :o)D&AIn}rK;f/;Ѧk "b#RTTm1h1%}5fd 5IU<ך/ >JvLkQؽQv$$ }К>b&cFK\6j\&IS\ڐ۷c?cmMf\dSW+ƺ=E+\bi6dsV|Ʀ'@wL(Ec 66_̦NBQ&z^2!v *IQ  V`mpGG܈oɮ }qYcDiPJ*zYO4wҚh`F{J*/{*+}#ڹAIcɼ4TvMA/wP*Z0 ):y`߂ ؉WH($Nj! ,hn{]&[CFZ/e%gir]<\pE`M-A|;K5jdbPLCaƱ{,Z+_j#)=äxz> ]"xC7Նۥ|ײ.dtrU_1d= #7!Cڢ?O`tR `:p.m-`*mXDц'EQ`vv9 an5!aJ0b57|-쬸`ܥ" 2>SHW{}&F5텿IoRc'zwRBbI;=R+R~UyC,,B2?b/o]8m% n2s2Gv9!W*3Mۊ8kAohPHxk.{),Cn5FV:f$Vt#Aܠ7LR>%r .ƨ֕A+9በ7zETd=$BYR_m tF=v aGjA:(m=[Y}qVZľCbciKH8x8 2`e3A\0Dg}hp. Jk5_&+ >5gG -?Zf$<uWU9r|:fXc=n¶J^8`KÎȇNT9X0**ڞX+rg^ĔuR[侜hߌC_5'k Cm?$$ :RǴʷ3hԗ ׼QcR 7%@X @CK2-^^-aKhSψF㣛uxoq^3R*g_%5,4',Lay=nou4Vʖ\2e"snkGɱ!E®%GzQq,ad6pxAk +<,LMH[1hкUُf}{CZ׀\[f#^A(G4Mۊ0"vš9$zO:5 aUЋ!lv.sj\53K:Z`(?a;{DTԢiф{ϐ̝ͫ^ܮ>ōj| G{l7&#X? _Ͱa8#8bL{wdmc+=fؘ~)@hU'wS&s3-YP&KLzp:$LJ;՝r 1@£w~wtI+JcHöt߁г sərwǕLy+ *%c{~H\ *D-'Cb/laKvrëA% Mv\=De[*h< ckwPDH]e zdr$B^%yB>]-\(FI̠ >d!+"[zrupB(8>N=.)d<ŹOKh𦒕y V<k~"<ڔ]9 YzQ!SG8qIޤ#i8P#ۅ/ٽ0OfmTEr*!7C6$gy8eA%(mmK<[=T.l^R2@&NDGTﶮq7/){_7ks,(Wױ#4P1S ,O{vѓ`A~ |Tx&HdbZ{[bFB82Z"PT&xi .%&Tf ^ _vZ½+'pl+coT-C-fPCc;< 4%O"b!g=h\ n]i~; TV/" _|WW.uWrWy:\i*ӝ优vѓENMO6N ܰ􍟟2ѯ/D#qbz ! ~0רvY,ECC `^v#ˎil?>\ftk $0I".8knD0?u PHWycfy%QP{N=è|\}q홧~S~ofM\-K>[1laWP"v%IZ*aE?EqJZ> ;V,ס|ėoi?XMOvmPE[SjJȪ\ˆ֪Rj/+ԇڼ{ :.~߇ NoƍK-F?9C~P*O cK^n:2["緗CPNq{φ%9!k|oJPHMvܗzϜSW{uK /lX~+MC6;wMe]:6kd_ip QQ~>pVlyQ̠ɷ=̇瓳˜ǀA_zڰ}ݤ^'s!>XzӲ5~<6̶ďapв(6:0 8^2rm<\kZ!oH{2 `S} ɒ5f~T9vfR/@Stm%?[k1eV5ExGEkD7i_~jh;8Xwd P tyuAsH=n@3ѕã4nB8RRK\[$\(/ $CA6V 9DɁ8NC_gJ<:VۡCWXUrՇY y kT=b :#R=޷@'bInFfUor0[ӄȹY%e Epb;^BgLz2D Wb)YT[wCS12gѩy8ڴiVfS>{v5ſlAj%o%}ɩ?TVX t~LLUxwNs]NA #z$75N9;2_ljആ+x-Gkck,׹Z˿X }ذģog=ԠO o*]5Qm XJ*DhCH<3#nhTX"Dr1AM;+KewoWK1?`6xY˾>4 =4Š8n,˔8BĖ ڛGi'p,}Ct,qL({!l s8pf,Z-{Fz'~p5ͧaOx^3\L#[piF[U{.fkjI]\`讪[vzBfG=ڻ u@iêlw `Ȁ|4yi;iQ EA诲x6*U{lOb@A>xkiM`]{ե,OFYOx+v1 7qjCB .imͮ)d&M!% "r%P o7-/=t}oڟx'EbO|J6O+/D[\.1΁e$ 7ԠT42Qժ.?K}JQWy %,5iuUi?ѓWʟD]˰6 {A A*͓7YUP4 iZɱ>38R(" c(]צ>сTQ^}:LFXS3fB>iz.4ۯ4HW1m1h=)ȧ ٤gKZrF+=ܨckn"]. ZuN_G򩵖i6LbdmyZߡ>O&Xҥ920D}^$@a87?+:A6b2(@i܃}W}N-Iq ]P 9' .ͧquFȎ37}QSKIE)󐲜|YU{fv' l33,_t0-x ((w_&1xU|W)a3y"ij+TWT?Q\lۆ='1|-Q4=QerYӑF0Q2 ~zכ 5T`*|v{5V4@›e| g39FzB# ԒXQy6)=qO![fJ8G7J”=i*1c"u@!8v5%wֆt.uۖ'7ykLيR>9Vo̚f,D5U)љ*s).]g|Ա: Y!kYܹ`m\kcU*.۳fԕ]9#Z#spo=砏kIrUG"G8D)0Y @d{?'n8á4g`h'([i@#;9($'PAqg Zw_wdVev|7Vlٵ)Mҽ8aL~ʲ_UA`Ī+<}hS-6 K|zBNaɄJ5'o5=jpl`N ^ߟȟI[ |95QTzՒe.d~c>lׄ]J"jtP{ ?>N!"p pG9;M0be[Z-/ a e}ܞ>:`5Pt$'\jNmb]vhFiW&Wp`t?L;]ѣG_J|X>Bp«UvVy&6YCIc2h@c̄WFփZhDvZScrx"0*jqt"{qkh Tnuȋ8۬2maK5%jjb?${a{ߍOJ"n{]k 9ݹm{^z7dgG&#~ciƴТfANHFV\ 2jPݜv޾¤˃H& nPaРG}G2aB}gg58q i;yP -)ɵIi򬩦E.-92EW>NEX^.TL"s];ʖ ʹJxW`⎐ [c bRt`E/#:Vq]߯ܢ;ظB> 0t34gS <#H{?xzk,uv YBF{J/t(=omTC|rX?,S H=Q+&ѧRKא^gW;+<b[H='t*[*5Ғ?9Lom9  wXm B _s{G+RAf1{svp5.FOII}rѝhb4p;y>xEwb luΤ#'T h|1dy4a߉yyD$gFazGgIey3w5 O#9K X_bn=wqG7f-|E7 8 Htk#3Ou .6kVP`Ĺ[jA_±wݴ'N?4RsE;e2 rqΚ[ڌ0 3mI=zqr*a~#Hx]=={,׉dBw=a)Z0AaoąGy}/7&Uc HnY gZz::h `+P흓YշR>tNH(;Fy\Pcų/pt']yWy(sLsՋw";e>]mbi(x BT݄B;BH`1.X^110DjmXӴeޡz 4hY)lyJ=A9ҞNpx$BFkp(M(tTkkA-(k0@er-wfW4 BmPn+'ba1K `ΛAb 뛙ca@K]X';1`" פf˒vEv#kg\ӴNɅCqc f J^c.^ܐ7t5MF*Th}J-Vד' ?h/| _VC.,H(T1jO$CwȨkpTδ'Z^G58rhGA[ƅkXt48r{^ R[ my{&oqwG`}/|:;c\L<{os}JYZBCuWinA"&,d*X~,w13ʭ]Q`4 dt#CS!GB}y4Ϣ_@)Q0濸.ZK̳Q .4lv LJޭ56b/^}mm-G򷬎B4ڨf^h:9Cv\Kq p*8B 4n+PǯScF2?=r/4=8Tm;w`2I&hX*(4W[̢m3R#&H c=A66MȃZ Ѳyk͝T$9'ɓFı I Hp/=xT`Lܷ-N!z ExjhᱣVnm ~Mtcf++BD5cF8˞!,EYr7z*pzv\D}=1&B7~E?em6ʝz%F( %rR50Q YZ