c-ares-utils-1.17.0-3.11.1 >  A _p9|fj)RhUw%*obCN4ȰBd@k'x %T^ՔiR1Tޣ5`σONyCFWDS999V V{m`RMg"5qq-X㜧5AZ|&{><Y[*>zkYAXhG44H>$_gBצN@C $Ui'ZwPoV>.P>p>/`?/Pd  B $04Mnr       4\|(89:}F(G(H)I)<X)DY)L\)h])^)b*-c*d+Te+Yf+\l+^u+tv+w.x.y. z./// /LCc-ares-utils1.17.03.11.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._8xinomavro)gSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxppc64lePHH-A큤_4_4_4_7Zz_cJ_cJ_cJd7ea195a861d3ec496ce6d8e2a72fd09c69e8686b773725ae2ca3e85aac0d16b59b972c8080f3d7c32a2cbd53250f17744aaf1ea74836a5cc07c6cb2f745d0d580a949b9c14759baa2192f2bda0d8820a91be5245126777d0a1b9d54d0ba6904db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4ca650d84ec3b20a453ff5349350eb1f66a0c620fec62a6b2816fb21ce03e25f46ef32a2e9ee7cc8d309e3d010f48b6a9c1bb87a211b4b7e35d91ecc578a7c861806de1f9ced875c53a4f38d9cad349e926ffb05bb64d67b6a746bd62b768948dbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-3.11.1.src.rpmc-ares-utilsc-ares-utils(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcares.so.2()(64bit)rpmlib(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@Temrueckert@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- 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.xinomavro 16061271601.17.0-3.11.11.17.0-3.11.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.suse.de/SUSE:Maintenance:17296/SUSE_SLE-15_Update/306e6cfa0421df67fb7b8d814557613b-c-ares.SUSE_SLE-15_Update:maincpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=37a39c5d73e9f9e8f9b08ba0cb3f7897d9d62ceb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b42c394daf60d0f95d8da521a99acf35097fcccc, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6ac6085b5ff36319ccb39f4a94152f889d35b36f, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRR65["l0IH=utf-8d75e6c9cbaebc62eed6b6df1354ecbb988e670b7f7237b64756bb577c1bb31db? 7zXZ !t/.OS] crv9u))5Vy=Vk;BF +LDynq&wIW #F(yxe0Da1]jJ95=ʿ .(!ڒEͼI4eLn][d)ȿ:zC q/$胒4 V)PdguDtX~A_OL|IVb4rEl[xZENc]esM18Sm.ѫn}ӠaOѷ~̷ UVOK؀вE_zB_ka6ZCzWEG%1~Rc"²n8,aG<5F_Rf1(2g.Qڋq-jɊywB8|qQ^Xnz&圭ܻȆW,텹eCG[Hvz:k^i'LbPXDHxfǩҁ0 X}|7={6/Nj5"( 7 'f7؆nojFBQ@ګ/>h2}sX'I(sEc7ZQ4 ̹*Ad(mTF5+?ai:DrBY=˥@p+hVSD@ vwQƞV4&b^5⩁d)JHP3#qiqt ,.C%i5z=} 4nyz#>YHpv Kk!Lv ѲGώ6`(/5Y[ haK4.]%Vpoy%Ε&(NԌ̏z ?~/'yd 2+Q} 9~gǪZՓ:oX7X[?[\-¸O^Bq,(~U*:+[}nܾ%R0>FD.,iC*sO.^:Z۶̛q_?K"j?. 遾u!k_xw2ި@y.tv& \jWؕ_@2 ¡G[֑$~l3(y̪~`to]Iu5UKؐG5 6*ѱ R`~|J$CR{iFٚ˾ ܍֟18 {3Ap<. rxJD8xeu_&EF: KO<2jGVP N1<ʂK^"zc*ѝyF57otBs@t1\a=zkw5BK!YlN!M3l3h@'JpH0:x4jxjk-QNhe'm=A~xwÿ z G}eM褊F4Ϣm%LL4M˴|dou%7D>(P:q-8y f6jmZXɸvp%f`JS;QP>VێlFL2wܯ%;Ӯۤ}U{C{ oq"GR,9pW)GŏYs'>hSVΠà w~>ɧ :Xz(ꈗxPB5Afϼ;mCf\ o.#5Ԥ@@A >P+yV8&ԟ!D<_D;{N\eAЭ\x<)g:ěF)aaS$aDm[m[@]Xqe93%S5g:m;>' <X!n 2 $; _fOEPz=A9o q~pkBqz& [dhjt .:Y&Œ fFA{ :yDՒ#ͺ f WT\AnjE)9a2;1miY h~Ԭֶ85vHsmG ]8;#F2MyrW`HCB 4;%0'1iP{kS|\.!]-_MT.UX)/VS *5knCESB 7c,WL-T$̀L5hFGD &} :;{{ wێ5w/2,,dtӚsmο1Տu*$%PdR4+6J0)6T/ H8r0;'V`y$#yqLS6l): ߳`YڮWYR\7HHL7uO _=C+˘)O"&3֏>_y/ZL?z0јfE\^ˌ}z,޽?&ωz>Z΀F~8Y_>vv;$hGf,39t{!)-qVfV}5RrcdyspL_*vo?6ũ%Oldfa=4j[IpJN3n\@6] 6mS)J*^ΔCeֹ QtR/m5/x!Α^<$H Pb*?[|֡^L҄'9[td(xm܂70ra<0&hO WNbRo5Uӂk짿˜!w?Ж~Do@3UM 1َlfdc_&k;xZ?YҚã9Hŭ(o +=jv8Mjtgi믓 0l ,_v!g 䆯nޤ{9gc26iΪTTw9nVB@S#j/K1߂4v[U9-@A`[7Cæ9Dm .qh鍂J0irFh@|fX&(oobf$IAZSjLkT@1ebL_;^re{ЅƠ1NݺS6\򽨩"AHK6DqM/G)"*jkb.f~Bޟ<_mtMÃq ] =& \Q} vJ%Ɠo - {kg\'Rdeno/EM2AKAe;_1$''wŚKV}7GwdqI_QcFC=]z5; 2|'hh {6#U( sDߞ^ﲧ麸'(L' /7ܙ']&Gvsv-&ׇ= yt&U[4._OޛvtΉSUo i,„ %> {׻(|R83V},jN \ ŗb32/ :.%k3\ h% ,g5Ax RU>bIc2N6.@0Ԣm- 9) o Y؛dA!civsv0q ߸ܶ7*eeAqRx;uqٚ\ AIA&lEjZߎ&K|X-c4iʽ{!Ϟ!u+ԟ62 u :tzt( 纳nph]1PM;Mz!_mFΟ{T9VTֆ3չ6tFZw>G3VE|8ZOhT*W' L4ř]`y7֊z˷soH LX$[%B͖F ts, L圮&áZZKOZuv(ػˍKT+_؉wb\Ӱ ie6wpz+vK~.hI7xcs$RP=5",_,]͕ސcM-d^VuKmefe]7ctMᖺ + dsH,3 N-s7A;u3Qt2gOVG@u9 ZbyaaUFPkneؗZwRxq8.!OnB#Pܛ6zC/NCN:ɴ>{ѼBwv,x@#eWV/}tb҆Zkw#&= ATXѮ/TЁW*2_̗!3O fz6@$] Xf%ঢ়@x&m_ D &3Ty tpYEpJ=Uؚ|l5Mwf Nf^UT5#NPJ"{hZ[{`*YUV7 svFVܝFQnM XT@+PwCUoG)m8T^vXDtz.SOP["et}z>L h6VO;MA) ە>#xu*"zE؀GlW\ʩri:zq.[[$O:nUZKhl/N۲RT/˿Pof}q-caIR?AFڒ(k$ST6+pm]d`@u`!8^s%L gP+IFESHݓKv)]؂}'pYOw͵>ZE9&F;(utV/(}k߄ :f2ͫu$gl:>4rw ܨ2W+@ôh^t!B;GƂB4h}fL8ˉ]DAlCmQ|x{EIC[8b6U!)oϬPcAqn7>kГ7h3 T+Vg>Xoa\%)V *DƟ^$S#œJyӹӌApmRGeQ=<frNB۪ӃLs௿=Tfh)BR/rJ(w*kGJ|I9#M 7*0lspЦ$Walfp`x~dPoO瑋(V"Ƴ .4e+At. EzߖWj Tb=kXrw\)`ګxYw$EcۃbiN;!5\BJ/$%GV-ϔ~:܃#η'ЏdZ8uF ۚˏ^9jɄ0}p4ĸմaoJ7}.U64- 82 =Y@oPxvn?-LNX~}h_'dfDL]gU%/L yhS/LoY=47Pe@?Ai*tgf*3?'2;:p5ͮiv`A-k/}bcv3D5 ~A%oQј%=j]`_0^g^yϊt+>">t8./-#uO?l 5):/TtR.p;ltmQ=1vMLDV=L8VeY3@LR=hEَjB,:b,nyw%DXBq%[rN~ BJ\F}Bs=Y;iuIBx4KJ;dDo/: JC۹j/3SF_-='ouyG z1Zo/cQ5k4Qi LT'>pՠ!螝0PUAoHoEY[Ot2^MLauSyeP6!ª/EZXqi.FA*} Jg@RU80Tbf˾{)e*:J4' _ˑ?'( .A{LI:k(iNMZ\*n6=/_]ٯBng{VȤt5;<gU1{ýo-1BOM@{An+w h3Fhr~ ʄ<}D,y5=mJn/mq|@S27(MYykj1U㰢u|n] kx~~)/Y-[dNH.X ;F*OJ4SD/|S.-M\ 3 EFR!T^y('eI$ qeLF+%48H|)Ouv24Ocb)Rv5^FB#mW\KcGGm _R_rUVsa)VGX "t)mPOu %Vl[ߡ!KhjE-*e^6A)hļ*/=d2r -P_?O{lLF?kgGλD6QV1$e +r*BYiӘfSږk׫H5dc%L)7-ybU1(?6Ȕ|ekJ@ HeA؛et372uts߱bTQ>\k>N6q ad@Ck'3n!|YsQ+"L䮋ڻ Mքa{(do3:MY0}v+4*J d~IWx.۪,[({02~vW >'0i##^bF)/L 8P.uITdO 7mz]W*ĉ*sI5 IkFBQ&E 4 Aܒf{XAz롼:%#РD *= j2U@vWY-Ǩ8' __4T\-йbԎ!L(A45>u Pu9s{G:g){n!M;HG$ps9eJ5cru8{!0(}IՒ<{'*(<DM ZYg ?|V -v;5юp&O1d5 SMq9 ͳ?xBf P23̓CMl!N~V`9;КqUn܍VGYvK1:Og<ݩ/l'WE%/ 1s[nC5Eٶ7ܮz}m/>ʸn(,O(EaεY@ OoYEs<hr0V^\;^. ɂqn0kmsVJ/+JG|#LC<൷{?=t"7+y4×aF(r̷sTZ?H+f$:^;{3#(#-!`>ѯ2fƽ҉d\tY6Cw zr;VڎYdbK@jpkWډ9{ թdM1aa9M#>bF,Y~H )W~P="Kb EwkL10QJh>w&;OWm.mgBH[(X/w.v gTW.२h˛Y\ ?BSs 舔hC렼|yXGW0`hT]Äz 6;p$ a9ڧΘ7-'Q[q|{EHsH\%XD TV lGº"L#'}zk;@Ł܏tv 8Y^RCF[-;st_۔-\WIʰ&82|mYYmFMK"3~pY΋ǦOIؕ nGURYLCanh#}3eٿ]渓O΂g ˜wS얿'4 y鿶[% rx .ԼzvX '*0bzJe\A|=^P4Z\1ad|"dHR 3 đG "!^xN.,յ %洁ZHu%/EЇSnk5eZ/zuCaU|4\Bt`CjbBV)?\xy;L{σ2Wx{sSx͝-IIPO,~1R8?ݣ(`9 UJS9 '=P J]޿{I t~ҭ"BŨ]aHr¹ڧCa\\Dв]&h54F,F>HIyW[0dj潁 rnRvܗ+aVJ,J-J ԰P??p1f1.0BPw<$)u~ʕ . aǔcqٴ];XRx*LKo e/il ǶvP0zH^N*axGvvUE6L)4ҀLnB*f[Y'\i0rYвVf"8 57EQKV& *Zfۇ-nza,g,=%U~iUrIii\3mODϹ8jZ~sV4TxY)*jلG$Hk >Ō{[E{{5DӐɱMϽWN!38JU_l暶i z^@Yˑ˲ѹR =jA|A[*22tTeN\]gCp - ѿT[T%6FZүTgEt=4D+'^t]-rF>Z IVLbfFXWkJUj2ؽݘY!jFȶ>Q58fSoԅDh} <~.+ Ғ?1dKܹIPKczv)ֿ"v!JUnмKVEN _їY91+  Bf|*>PtsoI*<݆ОT$$uBQYM- 8ݛ6d3B q- 4"|GZMɊʹ :;Nch(WSg![-:/Vk`Ϸaji:5wQMHتfsj#[:gg93ٻߡM)6/>q>yA a|}a^ګ`Q"bBm-%~[rq^oUUEΞU c% (5P?l[ bBurV%<؍z)f)`,vYUx =;^%]jUV( jX*H!H 1;Ӓ`<5s-F..4PU;j"JtxHQ sCY悞OXz,D ;B̙7y @&o3j"c;&*p.f*>)=pK ? lzҝzST^= yF%(veҊ`,JjƖ5oi<_Sl[rm 9ɷ?u,uvxIrQ5O!4!+_ QJumJ~x$-,ީiFve1p%UV/Lr@I{~b|cAmI!$qy%F==Ck}k2S|*܉MQ)'5FvK\ASjeRMLO>"!Ҟa_8'i;i;\~{⑭rP" Zk7 ߜ݉ qkXOFD!}E*= LL|0LwH\g$f@uӋJ2B)ƌoO*+f釤jN ^V#<{z!v!3Im }6<ș4tdq[!Ԯ q>ґnV@: 't^U [}uIz fBjLD!fc@SK&-~ڱ\Ǖ?B_6 զĀs6)tKE61_cM]@RNXp3І?c]5܌q%lۊ92 -8u=32D[Oo~%8u(O]J[gΛmxǭAa%:p{n6 ^d:Q PHj,(`89MyK[dF8zŦ[4. 542:w‘N½α?0Bi;r`(X @΃ΌZ.8ߺrf)IʳXvQ|eVT @nqĉdAbC3)mKZ{nY)8"WPqd>5^ʜOlUbN寺Y>flj%EB#/nZϡyp{o WE;_B&Q}ƃ;+E-V>A3Bݛc,E,=r퇴j|:G0yҾhk)Zaȱ\"˄9cUjLpjO +48* 1+ PoHt̚J9 Ih)?ռ132PQA6?S`Ӧ+T*sRN[9L6H jͿi Dup0)w$V5iKS= E~MClS.k )Zrt1_r2*\[O(A Bi[ No}eQ]{GnKz(YCBiuJ~kP2I `eNj!Ɣo˝`53-$z "Ƹ%r@zf/]_k&!kJu0LW)vPmd^>&2b{ $/PI<ոi~⦅*7I"=2L咀}NȰ5"Y!irٛw=~җ/, j\Ru?nbPԅ?R6~'NinS z֗uLZ5)vxDҟ<\wPҙ>TL[*t]u.#RKK7 )+( ʬ;( Qs*{IYc\a~ vb C蠱q9`5_RO2=y&e!% `HEio:p~ҟEyᚳ:q\ j cQ g&[)p"5bhOT`KfR\ =Vt2}"Aho_iʷ:ޒ|$5^n <(WF~kmH.w "^@^r J|AiI\wAOA1JTfn3qKM:9|w5crixMNJVwpߓRyig N4o6E:T%kNFsa_BSyζAMɖj)/|Ptպ M`Qt4+]|a}" T|*W6vH"n4B|Pz# ]S 1G{yތ6Ő ]WXv%ͣKSAP50L/}n .l5]qd2>{׋; $vaB_b @~Pl䳥|]ԇID I`P'K/>]@U@&巎z;,xO4 YZD^MhreaXĞEdCʱoq|| 9-ߏ>fJKۘu.\ۇ *u@!'}G J*Ч''e/%ek)3<. ;,/Ii1A$PD6֫G:,gEu`e11:١ `.65[JG2D˼NOkS3 woyN*s>6( Tk8V3jy>CP7+d҇`}l`u~>\"}x"OC)E+FFb Zg'}wBzt.Zsk-Hw$$:3Xz,]kH;k xy JRW cv`K&jf2*Rs*鄞]ˁw$HSКEhtb rHN_`oBW._7 ҆O7)1ۀ#S^NuXvn7/X d"|ePCeY%9:*ػʀ2@D;h[Y& ʀiNcw`7)k HߑNr6Q zoo|z10_ּ,.הtB+y$>bf<UhNx_٬LdIK1_ K?h_2J5jh+ ~6d(E 9KUx"]4W5R3{&w\: r37lUʉ}+ D6S1`-u L5a Ru4d~w S_eW_RLv#+GAd,P\Th:eovO~i @ E܅%*s̰2dhIHvG8MmMEMȵ"+.\ЌeM=vHtØF쟙*~䭀0#"VB{jh8 `L8|N#޻FUy <*^Λ!$Vޤ14pѰ8*A@;U,*:VcS/* *?6QD*7vĝ{c6!-*?P:؀W[xВX$ؚ̺q)/\bdO.owi0e u x)'Ǝvd CUF<)]P>ܔգQ`ѦhL>?Hд+<|H% HͺU殠/؀}i;eԩuNڸg!Nhcca Xs6"oFJ9b] 7]w#Kcq].pCBg9P:Gpuid(A5/ Zm9.ԭؼ*lt>{ / a:,7)m.sJTZ>"Hkֺ쫡c2mI &.mTgbY)H3C**{$]:3Le-z@4*kPe`;OϑMr@Y񽼏6z3J;:ۤ|“mcz?(7tn1KvLSH#}NtӇ*8?yiy'q'L@*<\^Qd-ϧQU2i2"yiB5k P?U}Yʮ`}qֆr"oHɶ YZ