libcares2-1.17.1+20200724-lp152.2.9.1 4>$  Apa|/=„cgE$LBp2:2 Mz0sxq'9=li0:54D~b ?GWAc~u>d(QrL7g睦;X} *'"5%Wb8rˈ"0q?xZr?Y7ܾ `k{t[Om,9ZUR4m{iTJyA^IRוt1x7!Bge%2UC_G0n-сx5872eaf245668c0efaa47d0a5a546b5fc6dcfc2173b2e6e56e58f238f4aca0eb49f4734a3973b98fc5e6c4a0cf87384f20f58d84̨a|/=„1;Ov)`V#m%Ϟ\]ܑAu~B+)BܹQ,38kK\`(Rk#RxQ֐Sȇ8ͅL1DՃdƥj'/u7U2sxL0SBi@z2!9 #E,?dy9F;^ɣЖV F5,(v)b_x꫷7kf1gad< E60 ^gǴ'#l5m>p@/(?/d  ( O(,8<OX\ u    \ tX(89@:>+@@+OF+^G+tH+I+X+Y+\+]+^,%b,ec-d-e-f-l-u-v-w.tx.y. z..../Clibcares21.17.1+20200724lp152.2.9.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.ascloud102jopenSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxx86_64gA큤apaqar`_28f0c19ef9f79f20b8285995cb7f589bd4cd0fff0cb98c5953b33a6985698228db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.4.3rootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-lp152.2.9.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.1a $@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@TeAdam Majer Marcus Rueckert Adam 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- 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/ldconfigcloud102 16292240511.17.1+20200724-lp152.2.9.11.17.1+20200724-lp152.2.9.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.opensuse.org/openSUSE:Maintenance:16828/openSUSE_Leap_15.2_Update/76c81b61d45144657479f864aa91f28d-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]=65798c2cb1051f4acd8b1d7a2e4c1c96de034d27, strippeddirectoryASCII text PRRRRR RRR:*dutf-86a5cea95c0c060961cab9a9205763f5e8d1fb5c6dade5b8b78e382c27f3a1660?7zXZ !t/m] cr$x#F<'hÛJ_>X@OԂ!b*:dOV{!AbwuYJkNd{O8?E΋NKq;)}"-ӄ/Dt\tiJsӆk&F3Mα˝s_a'g\5dyVLEzաZȲkx "WJAv8VQ(ɡ~aꝪO] tHE֦boy=Zg0f+:z Uܚ#.7E`"k̀C}A45+g'04.'C#'¥ơ 5[2mQve^M#'zǖ'bO領J'[kVG멍;Oۼq%>U=9<.D OOkQT|K)jToMgoi"5JXMp&[C(YxL`غ,KDe'ہ.uD+nmpE$|0j_cKXWa5eDOs_>kv"/ # Ö]*]bgQ`Wk؍LyW~(ځmHj?,0WJD DY ԓ[*N-(Ιzi#mˢ%ۼnҶzc*^M%˂+ T$:(wYтuM%n IE9զx7P>u) (Q-|DUĬn#Wňkeɯ$Ԣ!.8CAn[By/-?rv4v f{ttE(MRu?\UBz"7Uw5IF~1z Xۮ :a ͨi LRdbWL[ AP <.qs=h^31L jX. AM9aOZAޚryJlEjU)Y8QJ1|}!5 VoIڛw$oT¡9+] U8@ZycO ;n.j PY/Ʉk2y +cQeluTe.%?rfߢ=kgm`1@i8H\wPqx^>{9, &Sه)&mrĄ֟P l_wT M3O`vcrjv){ko[CyTZ&]eVߝßMw/ix;6}+`OVKv0YkGkzF?;N([p1:of+v" ;>O\]ͲN_>UGnS"u ŌEJq=drk`VrN@ |ڶV}'7>-rKBݢW=rQ@#r0+[ \aU0-]Q hC JDPK4p; xPPN'8HF>P*d8dhB5T^9PTcDR hQ%ƀ EfuYs[֍ Gu%ŗ&ͯw"Х8*ߔ'3Xı'4hsjؠacL%/~`zpϙPڲWMhp&;'S57 :=]*As [~Co R_ ^NoN8+mE*z}' >fB| >xo{Y }C+ߘ[`U4>?KymPFK܍9^S $#9p?gE6P{ZF͌OpHPmRe5xqeׅvCvD2O\YٍN'I#*aXk 9s5>C N`iEZ^6#scV}jƔCrI=isrC.!]ᶤ@qL>vB'wK96³eW&AUj6')Ыt.(`aUu+:+ 4O_)zLWsqf_*! .Z"tWzSA nAl7>*:kV+K+q=QV3Qni=w c[%2;/8 VLN&qlI"Ɲŷҹ:o9I/2\Hp/V1gpHCPiHӎTsym< *m5bcHv78+P|Zd^Q%M~l-ٖ1k8> 0tob I _xwQzL.e%fAf; YI{ba0XlyJ&(jӦ{¬6F|d~ ~ҹW@uB'7X+rp"HRܙu[>(UW;B\.P.f# U4 ⎨iЏRTAirZUGpV^Tyӂ"v5 $ctVdXⱞr5v]T%mhˏqp?r*;\%֛~Q“ {qc_EV0rLͰrZʨb]@X,vb'n Q[2,'PCiB<=ӝQΝ7ZKzZl.8bT4]xBhZ2BH- Khq;V9bޝΖBj;?!QQB|~oiC!(w'd|'U=Nh(RC %"=@)݋B°j*l J3,B<^IXKi9hL4eCHH3G~ D!l7#|jtcN^yt\$iGPR++-K+b508' AV\pt`?[+cj\c:yx_wxH=q?eܸw@Mn@z>(p3VQIvhB a g8i9^M7#b!@fy~ VZ=bZG5P~E~k 6a}ܖx4 ۯ#pkU{=qʐuA Cu)z4Sz$%Z&$vϐw>欔]= oH))o UREbekIEF8:K%E"iLvp@V^e3mW̽hK+"="hp*)67k+ /s)(]X_%@ihH+毷ZYzV fִ1yϦߓ8o rݞ[g z}=ceO27CEޝ 2ȁ{(RZ=_֛@hkٓJPSK"by%&)4⒵%H#3ܹq˯Cf+vNu8PX Š~s> 0͆/Gi.D3΃Րҍ LLl5ty/jqMMZU*b*^TV*91UL8߽2u03hj5n DL-_`JL^ :s;4%-d^HKr.LgZ(L&pyH'{Cn#bk9xes A R+7qG]v w>G,jx 40HmY ܽ^K(?Q8l(Y`JwF[gv^[@xv"Ma)$'9^fA3jϿ%@k%Ej+jCh=4*<;KL 2(!S_e :Y' + M7hyڽ^6w~ol9$U͏l̘6YfzV#o5 )Wqu Oa)!ֱ/{9Rd 9ʝlO09!cb@XmC#,ry0RoD3Pq+wFfeWmVe2u h,"<21c;*a:"Suj#w:;4S2i8#[]%IJTOe5瀉].r10}gW[)զyw0ӁH4;r.ʻWJM,ÊXU |D[+6ܫ WNI#YGW т܉ (j..KiS VVJby`1>UȄ((λ݇s4miևa 7>иCйQ$VX̱37r}#Hh0i @ZJ+`?iO~|KXcÎhхMqmftfʴУEc'gcLOa|IFG+uaL%h=xl-c|M6 f>l+чW=l*(Xڲ{KPU !>ʭtqV2XF i_/Iu-]zcշavJJjӽsqF_lz)#f_"eZGBĴ)c7J}yiWr*ܚnd=l"ݵ":Փy`s0ȧTծPe8$tޝ(}rT}@ =tOiz%jl4`qGhY\[V@wAr`/K[_*veE iHoc=_Ϗ#αKSȮBVue'8 ),ʘA\}GMk]ǿ%eC~ 8 evET[)q4Ё2^!Il͝ٮDb~?OFpcY/ǮoX&]nXViØ6KDڜvC/nd_=MO0BW[t&R;@ỹ!fưfQ<Q}:@$z ^C :qBޫgwYd}M|n= 8b+wڃ *mK8yXx3N(ֿw'^ nŘu5\Rk@ksm;R]O˼:?K.+\A(ᜃ',:S #{kh/PI*cG ֬XSf ۉSu:ÛcߴzM%KfP۪^1O~X'.Mr$ۇhD)s,lXJ,{*"HF(?Bq*'wc7d}}Y.efz8*DIܻAk|wx!T ܺjarUX[DMMG+?1K9K fa%mn|NOs݌y 3#)'DiXi4u,a+,Rg)BP0Xl?yZo63DD!= sĢ{FM9|t~H WU(q7\z=j}´*fL`:c Xa.q@B6Z(XQDS^3(^!.am3Q^̘u׬r2ZCnB3Ծ6rfU^GvԞ66 6mSII[ml'ba4iM(;Łw{xNBq5D{L}s.*0ghy '׷3G#- sWpm+5kWsZ7ޕ ,j@yr|6W!RYky@7򛔘My<7LgTUҤJSqaCw *E.tZsJ(j †k緶c˩'# !`][%]E5-l$o'wu#4Y (_㸰 {ȇ! Q_W#1oAaIIᩀd|P'u3 >k[ЮX'Dhs@`ewRa>nUN,Kq^p{Z?Meg^eO xع[5̙T`iC/館)⢯Ug{4otC[T+YF:LNA I{Nb 7)HDW6~6/mH3Qc om_g/L.i[!@ZgL:iZ׼IQ4WѢ"1eZ~bfOi<-@8 >lvP2C/*KClFQrei62Lr)mҷ=t;\Jp }$v_Jz*ː3bwo鳞nx_8^] x&wi^2JGV=er̮¼Ic,gCYɰSAsEWZWMb jrQI-U~bܴ*p atLwXAE5bamj>E&En, e@t=u}\u7-'aOE%^T; :}/^\Z s |֢̫.ˤ,mKIY$~C>)ܬS{r'U5{xCz^~t`Dz] W?)gm FADOz,Ѷ6 /zi/$?wq,/`Tdo=GFR;R2X99i!$ +Aco,ަ/tfbߊu6 :9݆ktp U>ܤrhP7z]TT1֑BY%>:@Ioq-"cz_<^tO[2V;ρb:w9? 4zu3]SfڟKU$ӑ֔g(N*@;SbIr&V.bZ7|pNכ?7Nv;egHV0ݏϱ$qLfg bLپEMzy= 3Yqz4ڗ v^4&]L aoeZwPct|i(xS9's4uT‰n8<yfgh-1npqXnI44KE 415n7R{QA eD:HVxU0ALa}Yd^f:K`UJo[ߠ[S*b!A;.e^f $f+i}oyٞU@ ‚= ~v=bfޣRڼ8oxLJ 9u%\K0dg Mz<I6im7zC:qݙꊪ܆BA٤mlc#q'iAޡqҟΔXVu!zYg!N]@EqRU#Q݂''TyRxZfXnEсI- ?WXh#a6W3b!z8P4/RfS&劷; mW;i@㱺|OFS+3B*ZiHF=/sjߓZU[Hf\1  /2F6=hB65)|; 4vKmtAe{u*EwrmiXߵˑT-Cn|]y˽A OR>6%rGEWfboX ҊT~Cc' z#AZpH_dGGRiӛV .CW>49TCm<Qw_{K*QׄRqA'i8W$u3@u3!u J_4.g z=g@X##x;pZnUfBiEWS]Jщ_ژ`nf\  ]z)K]zR,u:>҃9ĠʕA%х,4oyT\aʞJGB}U\.|<&ɘ z߆ F~>Beu*Vz51w8*Z`k tz-B$e^.I-B;k^j )k1-ߡ]C?% :nd(45w~h=Z1HD u}[uMS*INI ᙔ[of]dTu_rUnÞ䁍f'A+q31-nh)>l:e.-ķ 'TՏԏ|nB 2[:u(bjQjW^s,#]̘r63^Uljb&&0aNXlK̴+M[FȯݳQ_i_ 6TbwнNoWX6)tU"u-1꾽"' Wf[w^^ZȆ(EuC*bjK _-z{4rCcM۝jD~K:)pl) ^:/*ֆzN܉|1gçyQVJ_Hw6\@G^hVѽ3MFm=FWZsϋ :#r &HAƓ(d{=t^ k ,n=yɴ4Qā#Q-uT 4@`MTA1 ДWCDX?+EBIn ~o84DXYi?ע[G.">ZE#D /] R5D X$N ob]ty.3n%L2MH ia#j; T.T'7!gT 8"q+CNʥ籠rpצ[⦏CHҪ ,i:NbPLļ@OK;DcG7tLG)A.[zNNJU+/yk"\$b W%2uw2rM/$Ėۙŕ" VYf;I"Jg .\ml_65伶]#&͞(b2ZDMGfz2l5V+c.+ 81qOAL -]ʉvt :snT'>Ʈ1:&_ ˚^V/i"s+ʬUR÷tՍ'UpyO:Egi6nDT?"~D OGK 3JEmhHߣw[ 2kdJK>bw 5&)mf`w~ϪFvSJ>ϋRh4^| LkL9PA0OW5j^ka~4A9>czB XE7 0[?d C]ǐխ+ZQ4uGl`;9:;6:XjŠ= "\%1x^@;k`a \;XӚikb^C[0:__,iUKq] wOѷLl U&=zs} ¹拯Qs;HtmEK44%P5Le=|X7[x1#Εέtm^s5AQ]*d1'a?3 fr=1`0X&k{]f8VBYt$\ĴUr/1<*.ڞњ3TAk^JpohLVddpxJm eIۈpj &`E2&K⎶%Br(և7E}q `meq`T0cF>lY`,72x^P[5Oī`y! I>Q6&B X^2k'0tut# ,sFslSjUm;hu-ca[8o6 }0鹓ЅI)g"R[1%,jQ^EP \^X1Յ3۴!Ͼp^]TFɞ)$DKMuoα:_'6,Cۖti{XH>C]΂Ri:r"#d@NBUi%/Cq/ ɁS-IS6RDZe{3|-hΐ@}f*&ݩ,s|Y&QX0G] uLw7PZ8;FtϾScAÃkUe˺ 7vFJA*52'_b u Hj 8C]4Fȵp``xr&(|8֧n_ڮ3ЉSԘc_ neTu ZMܳdgd\Ѩ4&*D<%;̯8*`¦tɠOBQ"O-e7IORz6,gO23C4wLNِOGmE:ŲcYjh"Mvbo O_3dsȵ.U,cdL5y|.w$tԁx@$De3 Me֫a"3ɐ][JRؖ$< gaq# cEp=n`8Z>@lyDI1Qpg1 d$$?8/%\G~m]L%WtrBeIh l\*JyuPVYv٣[;hy=yyнؿy"kߥg~)"=[7 U~ٗim≔M luJd:N!T (.Zո]V|?@ُvddA', <_2m:[:|sH쇺`7f4/ս5mA<4i w= 麧,P][^5㛳 {7|fXNuNt%Y!4/fd؍lƪӊ}3CBsW'vsT}m/rXN7UBgmJ&G,XC8u- @\+uu$ob`$2GD7,.+E!9?!5e)᱉Bew|, •$ᩅ#=!<`vem¼ ˴ÔU.L=gPH# >aIUgUi-_ N%=Xq?, vp<4;ö1ȫaޜ}L&HDT =|' y+W+Pd)؃IB>9?gtȁ_Z;uI~˜:,?,r ~H?MMG<3|Vʆ8]l@"@\""X5P@ueדf ]VNOw@ཌྷ2?\8t84m릌.!!Ϛg 5^r/ص W1\#'̔L-;QP:ǥ!UOРf~Oő{AtA riMݡ H#eUTa`(M~D`ys@;+\2*(w#Z˶}U1rB:+VѨtmqG|/^Y P#{;*?|($EF+c#U 86ViͰ{b6Zmf>>)].XweDh vxEВNt/%(cu~)]7MTZR-,ӝWUm(DҤ||քIu+ά$*u `iG |9<0|V\ fJ0w6K9N  # gldV  -*)nĠ'HB\"_:x":OkJ,lg"/<0Τ|`݊*XF<'ɞ=tƕx%r*m%/(F`u|\q >[>co+Koè5fx2I:I ݈(,^f'Ȅ#n{cXז[N^ё}Bϝg== #X勄}J`Y7l(;MZemJSE}8 q#Ig^5NS t.ڈLrSt$ d} 7 ̢0jEҝݪ/'{.Xv܏O7u (ihk!C?b*&;&|!rC^JtpZW!"G]Pj3B zՇ18fO* u(&#YqGDd@}1|JNͱ*~SQx0G*xl+{V~lj{^=I|Aw:6|59nm}BMxR'Hu8b7lw+d/ ׯ$sIO` Bv"lAUqI~Ĝ^8䔎d4hOYE0Í~9ݐo6fmC)<5G'5Md;fǗ1 , :ŐMv["9fTazȳV FaZےIO $fU5SG:/L@F liʶ:uiɠtt~e{dE0ؔ|Z)=jf@Rmv,Ɯ),ȭkqYе6@*geG}k8~k8qQV E ʮ)4u ~@qYr6Rue `htv؊NXʐ> z:ѽ HMM^5)?P= { FvX MS[J1<4}{]jх Y{ dlN0U~) ,1( k]7̈́E[[e 酝Ef6\x7uOxľbʸL9Wh˧B%sm] F 5 ӞBI&W1r(`[RoQ>ۉAلLn|ڙQv&qһF.ELc Fr͘,ؤ=d?F 4gG#\$|fU)̥:u!,[ ?)y;U]% X@`|3hV1;i,"T2J~ nA.'ƻt?K /?ZD\Ld2d EzB<2A:ALs=䉰 fwV̺AдA۬sx5#WmOWO'ᛈ]6t!6v, #٩taQ;8?C{x2E4zQ2dX%sATk0P~mL6lȷ l(w['XKzd|"dxE4UN*_%N3G!/zIV @ZXVgpoKiϱdi.Kl]p/Z#T|0疻=s~I%|ɠ]\t`mtY5j~8#dK 5} 2FWdऋVNojd_ .܏WÇv'>$V-׺6憒W:p@ωn,1܆705Ny_Z]!GDfjoI~EˆmdEOφ_ݡ R7nR?[LBn԰$ l25ڜ"oƍBmT(cǮp}#jQ/[ٮd>YG 0V8CGn3oF악RZds %AѮC D<_w\mwf[jM<(zo'VLplSĶ^#!d0V\R҅E#G-hGQ@B8yБtLp= LN0.Ӊ$M$0&fB:M̊X0Wg`*@,Y19 z$E <ofx?5ˇS }J^,UߍMrʁ)9s>qlf%ct]=N'bˇ2ОHO$? 3مD<&7rkP@x'i 8݁]4d WS0 9ys/e}d'J*bBdk/ddN t۪:(>Ip U:,y`V⸼d$k:ǡKkTm ʟ6jD+, %K[vA]QTy`]'䍴8`F\H?zNUqbC!rdtꛟ N#FH8*-2%5ҦPQI jgO(6y߅GԔ[ބQc3]Fl;v+ʫQDt6%P9f#3ٴ:a t;2(Ad敕j.E vHf9*0\TzN~LgΗD ORxk+';*G|8'bu$#ɚJ3ͅ1^V;\ƣ"x e|aVSweL!äoX!!tEWsh%+^c/ʉrZ%#emy.=gT˗{?`O^pA]bqLD,":BEs򿓀30P ƹs)<Z"̭0B`o9;OiXtx InL.6q67e$+Z"!r9O{yMr}lѽfquVq?XcXrW=p(Z:IU0C wE| $`٨57NP_I=7N^ϐɷ[IbW!Hi4^5ǍʋX7Z>D␠9d#_n. 2Fgqjb:])Ո͔m.+6eJ-?p#exUҘ*6u̻aP`_. 4!=(ϷK&{+'J1ѿmNzzAb;z/,ѱe5D1.X!Xz`Mձ1hBQeq:.d?0< k)i?0N(K]ΑnDpE{*v5ZI*{2V`MV{qM_!nwlaH V$9R#79vI^hLC9z ~xS۰@:_h54%ˆK?p >ə P.̦_:+J9mk(Y6mcy{OcTEណy"x;{?s4B^6I=h;HJS39hs@/ĭ q HeX ve ے2+(TTEew r (3Vu46!Rã"V:,QrYP40("3H/=%a*\\kE@'Oo(}K{89< 3A1rszѮ|ĸ%_9n@I߁$fIՑȗ^HٿUj3գlKy~C+QG365Y[85[‡bͯˉ]]3B 9@Q"BYQ٥)wU_uebHn4SNak}ms\>E?كji.xyhT \wʜ1?M?˅f;DU&e/VdM+,v ;HRwve*l)v4|EEQrdɓj'Q05Cט/uy!޽u3Sի9D-g͍8hKy{G :~z) "am."G+Dn]8Ib7tɲ4k]WQHm?,w79Q!;n v S7^1ؼV_;ɛn &3Fw7 ޑMWd2t\% uh/%c'x2z@O}9k2]rw2,OWQD?_mNL(駶/^v&n JRn)6q^(#ZnE|2G즳ry'XM -z{QEetXEܱ?'gn7s}:⯓Gn;Iw$@~CjsNjf\3׊1^r2vTa! %^zz +~'kZ˩ymmÚ!iձ 83LύL¦GPűK[mwIY"NȏBMwFS8MFXzB}}uh @7w>*~ແ\EM^]\8e,04w|W\&g.nBMZýK8 u3k&هEr Ң2Ty\RB {T}]'IsJee.pҭMUwA8/<&>8Лg>%pW∰|pS*opH*3mzcy_4XWd6Jh۝liWܫcs>4'o'pmӊHot4#: (nݷҬzfDإk$GeW,l!MtxH/Y4Hb/iv5H>بOhw7g%/oUBMU0~C.}s4笡/5ku hkd"stʏȻfwp픣Uu?bP %RAu=ubiEȰ) wyEI@4o? 5,0ƾ0kI˷pG=@}cW'ߪz҉lЁiYjWåGɺNL۠DY3_91I([33sȑŒOL,<'̇?&c^]cܨHb$ H> >VaeE;QQr+wЗyd Ň85 (Zz;:z q<I[hyrL'A[@E >?1G}NAK$a1u"1ofƕl'S]78`",mD}p&쒽լT ,PLlB$P[,1MᆲOX'/9oEE9Q23]E:C{ aҢƪ&u[yC?աyбm) 3[㯢, 5F~np^i}1Y-kc+n]V̺m yל_aW\T4 lEl/z48?-I(h'5B#g]0ŧAYHIǾeK57 /{Ϋ'0Ĵ */v\rV5d!iS8C֠EN)ҢlL2.T8( ]O |gQGARU1 MQQǨ,#Q5Ԋ 熂 ]Κ|[NS%$?G1f͵SL46ks}WB8mV8t~kAzܥR'6ѓQmῙYi[pH \y>c j/#;sN,IK(jSheB~@1HQ_ tz$i%XՆ̯!8k'f#Ѵk.>ʡcsY)PD{ꔩvg+IN HXo06>$h߉7ȿdqVG B=gY91&h 44';ǖ7Lyv {W.hX/{Wu H-ITO%y( J m p/Bg5D`O>Qxv ;Kq֣[MfpnS0pFcVW ߒR"["ڙتoÆo5JSEFh^ڔ`0WS"S_aV&abx!֬[)߉'T7I wJTIÒl[~Muz0P^QԂwVkOn1ٕa3b@1y0 "`iF!VI?(Y{]FF~S<aAl&P[(,ഭ<=?K>C 4^)c驆y$5#6) 69X@쎲ee) Wb]^8 T'_f:@;]$T]dz4aSse30Kiq]3JkpTa:l^StO<1CR{|* yӂ5y_5{DHP^8LJo"Z`!&e V]LEaWKlf@ijE-\ُE,9136;s&&<\)3boi hNrmZ/)aD3Q51m[Z 8\?-XVq]]TH䞖kBW*G3MX[`A4UC=Hb&]0d ]۳[;$Sn@9ܖ%M+8wG %+(SwIH<8ڦJ;H, ,-{}t|tT-C`'g~R-gr`Q%PRYRS)6?޼/IΞ,\/0a2ZgƌFvNԽGR5G~.iL?`[o9qo6f?Q,9z;q~A1"_0H9+@gV>Vay PJ!HdQ*oygbr_~ f)x qcP37z^oj@ %u}`d1eɆ>=|$~X U#&G’ú_ XbjBQ<%5C?]puت(g AY@OM0xm{_QgӺ|:4=ЀuhLϜl@wMXSys5$i5:̨]x_ SۂnCne׻9iualixJnLh<>}.sV}W/UT :9s\k*Q7BAj^ޜ"fŊ~0cNIͨPe5v`lomJUg΢˯Spa.|j5c<Pu F*oR 6,&u{^K,@ \Agft!g'SN/3<#n獛f,OXr=ŬK"0 K GzNgM z dH)782sL .@L뛐(Sx ',Ëq$VTHCk%bښ#9Uv"rK^W$\ee^G7|&pZ `lp-;Zy1lʉ~g18$X' C2Ood8 :(#2KjM;{q>͵pujUL!f5ǟt"cߜZ/{#lE}s.JbH:*nU/u-0*a|X6SǪI1 BxiɹFGDJ>%&. s;^0omhAp#]]I`0\ʊ[ZDcciAz}f\mZ C/Nqt!exMX&IsR b5Qai6Jtu*{3{ x<胴]PQƑ @ΑmŎR=-w{H`gY|ר߅Kweަy`A!kQԊJ7:8^zOhF#ܖ;YW.bǠDZ#qu2$e\36 ? ZE7ȹ'ms+Xۀ37Y%,IJ@z#`gx뻋{`]G OCscov POe)WeK\\m#n*1rӨtP=n~gce%#n (maaylȌ}|wƅ/ŨKG#$pT,,"|X7QR Er3  x`JPxJOJqGJO)FQۋ,#ބdm}GZ[9a8&~ٓ9/'A/ttM:-%6h֕mE2)v,?W", =:?ӝG/& ,,Cu7gͰx세jxj,˂\qMgEZs Z}iA|Noƅy(r޺v]g.26Sp34GwX@ .d"FūH%b:XW+zXFDɼ+Azh.]8A)S|q40=]ԗl|k2nR?);g`kkNqOsRK"m5f;lzrl\N/ɤ){˄ }q\Tzi@wWqT'%=m^mUCg2$]2c¢KRD%G*b<-vzN m *0݅Y0&!e#}Œ60r|N'h_t̛1љ7cX r  F<]wuH#|-eNh@ /M4zw\U!"i=,X }b7$h*amw/AeƙnFnv^( *2[u/t#/ޢaD]7g.7I3{|*#KBW&͏fk' )N:@aTUw\q&~#[Mk\PɄ,~@DbN|}43V0+TvA;x.#V$ւ=Fr@]/KgZ;0h dj%s!T`lI㗮֚Foh5?ErE䋭.6UҪ}ZCM*W)] "OQA5\5W:xu<ڻ)6M-`d7XUGd!Mg8(vuAHzڈtZ jMԃqBHqJ|bĜ^LSP/ #$Akxl2oV^1=ƨ.ch+|mVoS67yZ>4xWblC $7UK3ۂ19j]ΊzNt9 c}W959YVa_ՂEՊs-Fgqcbtp E>RHH9ij0}ƶbazpH;+AViDͯ,%@%?~N@t-Y("c<6-xKMſ%$07ߛ~#7 I8@sU'2|)_%;'\1MP`j P衘}^`h8,S/Ƥ׳B9-}`Ju< SN9X`ؘi}%:]s \!7I)"~2 /$Μ>ҧDZ^KwQ~SL@|+"CdvOcV(2Ig|D_d@s2TZ8 ɂ>j6!7<)S۲1| D(vJ@tk ;Ana,>hoSaE'Kh_R_~~M3v1|DkـE4%X|KdM?&eᷪeى'}zYO -eGQVZHQE0mT BnK&X*[$KOͺ G=a[h[qe3a!gȓ;o¹I zI ۭ}fS:DScp8\b 6n)Y e@}kgR K'&+:(&7,Ac$g!ѱx4,,1%A:N3.Vl,]i螆Eq@?\;t7} 3c:t㵽-A2w֋WnAY2 G`S:EO8[`#\&FkW&7S(u]=gkAVYvG[(4ydW |VEGA3^4Ip4Jm/6z:ObtP*z3mrM"ZDϱQBO p!:X͵,CjeW{qY7mŵWu`JyVwʺ@\تcʋgy<忿 qNy߆1Q+*HO'l# iHGkoD.1w>?w~i6yMg&3c#oV[H7d2',~^v¼9k 7˰M.;ɂDZ&`bNkLZcXN]Rw 0:}N%e6!/|:@Rt6 {=w#= UNXD<#JYhp4U*ݵES>K*蜐J,Ņa뮉VURT9RKU'C6(Jb0v8W*k"]tRx'[H8Y:-Ilٶ0tu; wfz~L4P)K`[+*$JOFx^x6Q. [`IC'}PњSMDѰiYd6Iƙs] "NdӉYVZRxZEg,49}IMrr=!Gx^{%І/5*G3&Dyb!DCj+O c_(Afg=^ c= !ό/{*-« P:0$:YNôHGmC tğA&lIЇt2"njKךiԫ]&Ś^j~ƛdnv'he]թ xl0䟅>۳ݭd^qf) ^V<7dfD@+`e{hs|Kܨ4C˸~aB_|Q٨JNd"q(бD)RK*609K8\SDMW`hc}0:=ؿ’0#m3~bԵ?/GrԦpZYf׋}&|O…~)#`58$}V ߶!:hq ]CW}#Yv8TA98,$6]`hx_~6݉ rQR9LROΡ`}6-Ӧmif2^6td'/% Zm2ֵ0,eHqZ@ Ahk3w*RJ1^J`2f>ۍ;ZNljIreCI#1 +duoӧ.VW5,C k\M {4"Z>D燞' AQ-߲,΃`PMF] m;7=Y3{GPň RulT.X9`0 -͟IcjR\dsQ~fr?a8wV40lehkȑ/n(|[dx-~ʈǠFw@jY~O ]jboxjzeb}wȠ7:+K nρⓔ'`1r8#5$q# XzlLE~JHߛ"Lyw+Bn¨!;\,1^OaTYÙ-JC#Glk|)¸B@z"1R%sޘ;z( w&CQ[ H]*O qByɚ{lxq5cq%YsQSMZƂB,"6J\A*^ T|JݿI))Y}.I>V ly(`<}{!]h.]*xnd&>j)b= l0t)Q#Vg5ͭۢ>xnxR>T"Ŏ/wоnTpE+E}I4MjO+(7t' :PʱƼ/\i/V˴>䌈phS96JΩ yq ,CZQ"1ڠzcFHA+(VƇMς-@M}m33{[CFLaL-;@d# 3ӵUE||Q+ȝR&$}Ȧυ0|no>)^c9l*ǤP>EeNY4Azv[j$ԜDq)r)hJPI3*[i=~#BvMM, ?EgfIĢ!q s~hs@;ߖ&۝oČ?­l1)5Y *x :8x= 5 ǝQ3|vu/k_˯y腉QmBaV?}z?:v̄T Pyl悱؟SjAJ+K3`\W@%]nO&=τbo2L Ŭ}"ʦ-g%\ V8Ez]#|V(=99,L:P[kBF*;_t2\O~G1VAȱz{0m$1QYYC=67_s\Wn! .:_wGTu_L۫x4\(RƃtU) x`\uyz\Yɲ5϶ YZ