c-ares-utils-debuginfo-1.17.0-lp152.2.6.1 4>$  Ap_jn/=„sa#9T[;ҭv(p{F/3XIOŽAsX XK Jr'4"M5U4bi!WU|UJ A2y@Mzk&Dw+9_Π\[t|_p@3?3 * U /8< Ug    L  \<`$(89: @F*G*H*I+<X+LY+`\,],D^-b.c/Dd/e/f/l/u/v04w2x2y34z3@3P3T3o3333c-ares-utils-debuginfo1.17.0lp152.2.6.1Debug information for package c-ares-utilsThis package provides debug information for package c-ares-utils. Debug information is useful when developing applications that use this package or when debugging this package._jccloud106openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Debughttps://c-ares.haxx.se/linuxi586GKHvhhAAAAAAA큤_j`_jc_jc_jc_jc_jc_jc_jc_jc_jc_jc_j`_j`_j`_j`_j`8c4fcef316c18a9cb3b56572306f12bfb8a00faa74ba90e616e411befd5f9da28859eb60d881fb6eb5f0a02e581ddf5445d84ef954ed7ca6d6355858208aec050d315d7859cacabcfb4c97ac1ebd7e2d088dbc6ab500aa70125204d8fa9a145c../../../../../usr/bin/adig../../../../../usr/lib/debug/usr/bin/adig-1.17.0-lp152.2.6.1.i386.debug../../../../../usr/bin/acountry../../../../../usr/lib/debug/usr/bin/acountry-1.17.0-lp152.2.6.1.i386.debug../../../../../usr/bin/ahost../../../../../usr/lib/debug/usr/bin/ahost-1.17.0-lp152.2.6.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-lp152.2.6.1.src.rpmc-ares-utils-debuginfoc-ares-utils-debuginfo(x86-32)debuginfo(build-id)debuginfo(build-id)debuginfo(build-id)    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@TeMarcus 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- 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.cloud106 1607035491 1.17.0-lp152.2.6.11.17.0-lp152.2.6.168dc25bdc90282b15cbaecaf2d80f6c0be7af3c587015fa67f384087787270f9e8618aa018a0fb21b4ea24313064d65de683da8982dd169ec6967d70debug.build-id68dc25bdc90282b15cbaecaf2d80f6c0be7af3c5dc25bdc90282b15cbaecaf2d80f6c0be7af3c5.debug87015fa67f384087787270f9e8618aa018a0fb21015fa67f384087787270f9e8618aa018a0fb21.debugb4ea24313064d65de683da8982dd169ec6967d70ea24313064d65de683da8982dd169ec6967d70.debugusrbinacountry-1.17.0-lp152.2.6.1.i386.debugadig-1.17.0-lp152.2.6.1.i386.debugahost-1.17.0-lp152.2.6.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/68//usr/lib/debug/.build-id/87//usr/lib/debug/.build-id/b4//usr/lib/debug/usr//usr/lib/debug/usr/bin/-fomit-frame-pointer -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:maincpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=87015fa67f384087787270f9e8618aa018a0fb21, for GNU/Linux 3.2.0, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=68dc25bdc90282b15cbaecaf2d80f6c0be7af3c5, for GNU/Linux 3.2.0, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=b4ea24313064d65de683da8982dd169ec6967d70, for GNU/Linux 3.2.0, with debug_info, not strippedPPP[v`"V}8~c-ares-debugsource(x86-32)1.17.0-lp152.2.6.1utf-8e3bc27a0a54a4d3ca01146b6d2309c02077badaf1656f6d3394cac033fa4b2e0?7zXZ !t/{m|] crt:bLL 7Q k-J17/vROfgͨuఛѿk~eW;,S>! ESǖ[nJsaG`I? Y$`,=~&ٷo49!qՑղ )vM_DH=++>F,SJPWБ6O+P댙wlx jN|o-W?X!%k.yk;RXw5;>| u v!}U֯TyՑ>H>ؙ 8#pCwQv-^sݐ^R7$6/$Zqk6(}0l)-8jlEP+_`^DӒ ̙Et =8mP@-e c›D5Jw~ފ %] dA^>Fa׀CB wffY?._U?ԾVl`jϾ~OpD:2]@l+ gfAr~X W{'ɰJʬ±]p/<Ⱦxn[NXfl*BGo^\Lѝh6&a#*1@4MY!Pg"VSK18>TR]d[~8XRaXVIH/G4JIΙ5ʹbo P ~ּ[ $ PW~OaTJ8"0,?H-uH5tU\P5x(%А.Ě|6ľ{B :"1ЁI\}r[A Bh2>~G~67sfNjRtD2gZ%! D0ǀH[(K1껴 0-f_J88!Ʈ r *\S wX؍nB@f[dR`0 }Wr8&b.0Qи(پ14z$Nڕt aa:'JgVZߔ>{k] ͍؎|ߛ*8cIcFco[N' blgV' ΍8ƴh!Ejxm[ M;PRՁsf4Vs0}M;ƃdC2ụ1ha &k6_vA|>a6Ef OV< ν&$n{xRJI knI$؂R6@m;_6+R$@n85#s2àUn?zʦ2Pd }]ӿ ᓸ|w-KSH!!8zWFG>h}Yi30Y,듨k_ " {mBoIǜDN!UN)T0^8uS{m8)MYn+}RzAMN"~m:AoR$-ڞ*Ee(ߺ5R1$~Aϑu4%ge0ҺBjꑞ{/B`l{9a%*H]k+fɟyDiSΖZT96ywu!L=4_iK+?\ ^;\ MK9z?=9vV?enF\ JtWk7Xcf}\&3Ht-91NuehFb NC-!}xI 8[# E8 :H wƒ ±^>9]P-o!q Ǧ5Jyvݺ;j3$?>lֽ;-@i^+XPg }vFI+,)]q~ml:9 9rr,$DwLptSWmT>xj46|B) ؼ8|("Гe$eP @+Lh1=F~&=Ι߸5N[C_:SW~7^C]C{ 8K3 z?q=ta v׀~INJfY},KKI̦E%\q! $@6"^'vJQ?E~.+Y)Zt[3m`%fA8AR;cDNΆ]i/cN찼'[iϗY ^'}ˁ_l: o$-ڸLQn\W\pbF&p-;k!z?U[]y# JsRŪe5SJh' fϻ;-|CuR/ ܺ"Ԏ^/8ٶMY$YoOZ=vM'[- 5, f&-?bľCprcԬFR3oxg{;D/`~G!}qӳbBKZcy&Ru&`:Sytr^Ld1biD0_~}jbH{t!ZX.`}6upRfv*aMNEh4k{Of"q3%jtfbOXm$B@=WʊnֱGQu}q^:w0VLnA&30px?b]Ȏ;- I:wϛjNsaR{Bv:zKTX%l-yw8">!Jhkc v{YYm>b*]n^:KfyסOW/ U9NZ˹˜|YvV <@?-L.(;zw *N-ê-ŦpQoz P-GAIX 4DU /mpg3蹐k 'z~Gm~~8}~ MViFto RQgGRJ@qI$pTüf7'*d%oKPFH(I ilzsfԫAM9Ӂ_ʕROge  1۶멌2̤ϏȣDD X%4DpZ@ `)SZ/H;`&Ph[?9Ҳܚ®DSkMx(׬\2a6E%Y}Hc9%7u.;s^9mţRp=9Xy{& mBr ;KΜ Rs*EXJߌd7&sj*pKQS.@7Xտ+xE+祺WV"5t,לxpƯ =TbnvV\J=$hmd|k}K|(x:kx@љ(^hB;ٕ'0 04٦AÜ_u-Q{"z@3 W0k geX yݘ /c\| pEch{$36-E8E__4Ä >8 lEH3G@T\+()ql 7oZ.MVwb+yyng 87`IfbNzXisuiv JhL\j3_i9)#\ ðc6rȄM\Nhaw樺f)$Hcֻx+'6+D:.v.ě" 8O}vPDΏ*GM(MRf HK5P]0ʹU'qw*}٨_P?!fHv9jiY?%[99gqXgUjzGa)cB [|F'ytZ.YREҁp DGr%u%NjЉ,XDaP} MU:|#ڰqA Z4M!wocPvىA5nR?zF%Mx1/"5-)Y+P*tcs P\/f iI?R6? ̫8>ζTdy䑤cVXZ8b{R aq32|=_8YrNܥjaKu"F*dS ﰗCqa@ AOUFl =}:E SBh\&y+p%%m+k$GlF;#nڅfH@Kn}G #=bJ*>_*p|@hZx;Z3'};ĸ@O֣H0<?N`JJ)„\Qcj5ͫZR߄Z^5 6:Gn}`3 3<0O^Pɻ^^ɣUa)oMlM_@FJٚ $ɡOf`f>A}`TwvFZ}.-<צxpL9a@FJu_m7;AM+0DTqbRn7r4.4F\ptMSq }F͙2npuD&y4H3G]x3rv&:>3ST hd]R%|c/ ;6HzCݕT{^SsߏoZbt yXP+ge&D^~k!s%B_Bß?+޶YgȲLb=][ΑlU+L$,p+48 a P)h:s.wuuP%0Xe\',uS D&Nz,#lH0QĵǷ&֎Cpꢙ?͋: =yNia>9q։3(YӉf̍]<]_OgUI"GIWn%*&Z=;ɳ)~IΐooɟSJy*7/jFو_]cwQ0g( &9ܓ0`g21ڃeUl pi:PW@%[apGz˖J5MGslCQcnnʞhGw?@7Ξ@*)"(ٕ6ГQp7,lXL Jb2N- JW’aw1#@ QhG-4FXЅHn.djrDlwl:7&-۽kw"g)Kh}XYiNAf.ͣCQېrQSd J.U% Xy@\!P" !#EWͷ_owdF*1J(n׿ƛ=☧m-WuUJ U3]4cv((bƼ6/~W=+t׀ԓ܍t.fc^6δ⪣61uA bOgs)mL B()R0VQ]k*0ΚJB=Kaïx+KVgn?:3v؅(Kd(VtQ}?{z"p =H'ˏ~+@DNOq2XrL)D*CҥJPP~TW]e_5-4 dǽ'"9(t /W*ym Nr7М/'ehsm&j4Jay/bg+jƙal JEH4EjZ/g+թdyW~>0X@.*3uAQXm\d]~&W75|A Hf{D0ejy`Zu4)ũ?R`]0K4ұЀm}rc2K9|uHau35FS~<ۗ=V#fh7MuhJ@&Ih "_o+`7qCA͘%Тw4LBtHaP8q+e?{_h6;[*yn:g*1z㰹3@ςwqe6"v6zx)/0>lzAqk֯%tme\Fi1׽xP̀Rf%`R:4~>Bp| | bo:ՊΘRG5P!MۏnX43#cskpşzH A`:fiď?i2~$a*vKv~#Kok68V>&c:]k޷(SV˧ xج 0f=hx2:;Υ3`*_QN(v ݻ%ɷ,P˄? gn NcǶ̻ GU>xGhGǣ !s!^.nUO i?swP6ݷیib4mڿa=?',Ws/ '1쎦>Vp\cc(lC9՝/hG{sR&xN,1&-X>_26bco⅚:>NO.͙$=L\m 'E ah\[\1UVoYcDkd-]Y@ Od i˞DӤmN*b ZG66 槾\yfGaB.VNFt#L&gCӁOf8]NKx3,#U2cyVIhCBYC=tI<qQ P.%>f]6R.Í^ل߂gAvC6=J% eР~32ƤAymU(pڥ5uWS8 P,3I *^N ^ܸ4A6&`9(2}Ksғ8}< 1/zD^T rLiWDJ0bNWv PZ"V䣪 Y# i`+eQ,\fx@%?0gGE*aqb[9ۉX<]u^3k&Ifqr;m?RnzӉ;?(}KNnyRwGyﷰ@04]Ы"t^[cV`l0I%1vt/huK÷")g/S;p.֑1 QDDшfK;hx=srN40{^Rd/B>jXRƋԘj{Z0BO)%D8=880CU arɛi,mֶ[$GmK %u̙#%s~͆ WV zlZF jѐ1g/[KB'ͲV֛~=T^lӔ1-9u{̄b*!"N bot$p0͜ ,)W& QF;нy rI-s 죸(y1WSW?8s9Zuo X#mFP7 _ls؂*rw'l{ 9.}U$kYpmu0yVVV\=ZZl܍-ݴ ~yw;au>2zVc%B_NJ?+/΂1WT],3B}ɒA$Oq4c]Ƌ!-3N$K9k fW[,<mCJ4Ԝ=9A?9W-7wVs|4%i򔾹`!)#)CYUq.{2ID;zo- vk"gH|+M 'Iz NoB5OZI * ˝X\0D#^SSeo %՜-p{,z,wB3@^^n=h ѷگ`+7JCHC 0Y;y a*,kUlt/ݐ9=/!MwRë6YI7a:f&[\aŊ^Z._hM:Mjf ĚZ~]KwlC 1+y %dbOZ"ڊ~ahW4_Vt@EA]L#%SHεqE)Ghy>zT@2,y1+9E-%%>r thOC͎2` jixٱaqQSKU $A, UQ$Z0T|˵ 0{g<)1[I^N_,!JȜSF2&s2b 5u=BdḄ9P;/m¤ƥw3$7]][5.{]X;-}IZ5wq ff!::sIzܔg:NgI8F{k\+͖!Ps2G5rA6I!g;tz:3 0Ie;*2l ܒP/?v+fނ"R8G0EkdKd1| sMOFj2ct wѣZ!l|u(@FEAvwb3Ip&ISnŞa6W}TG-[p/ dWtfelDGlrv:q,IwUBN$0taO)㪸fm?s$I7=l6k(tOQXnܵFSm/S7vu +ɡƨtU&|Q#~d|9?_5<}˳`hdzB"P2g6#{X/0En/ۇGx(ˎB:TUwzYҴ'/$/RЏ䎖"u#HwM1ma9,kתh(xD!uSk؛֟n^eT}'g$:]B7f\BweCh[`W 4 s (3uD(`b>_]AyhMBЁi=%mq_qF,f,Wt:aq?rzU?R$nW.Hr|\n(G3%!iJb mnȜvK,YSD؉u#J !)*s4-.0c b˺b&\BZkiWsOEZ>oQSRΙF.pƱl2R髲Yhw5Hة)0Cn%3>zM]"b6<J+]AnELߪ VReBN`8UY*n5N,eˠ zM2}p_PUl ^duc,_"QVG>?Oƴiƈ$w'G̺ss%gP_BT(fJ%,Z섽ZQ-FM,lsN»@~W7Eo@˱Ek(҅;8o dIj|^U@CfrזGD"((6in9 È&\]dsܹbё^ aO{GyN?3w`j/p#3KK1o!3 lx28.hw-O$#r̰|1ūD${=ZM,1>jᔾ{a⵷' lԥ:gub ĄmTZ&[:?)_;r7QG v3G )$jdCw5_yқf%wݬh׼wMM[=-\e!¯k5T4,-B9ɑpv P/=jKIT,hU +b%kS{aLBaBzS-;`!bp, ' Bp`?X% AHy;ɪgV@ӱ>"p-/lU. M-)Th>Il":QkGm;Xe t CP83hOqqq6 #Dn0푹<&}JoҭHx}:z-1MjfBB4SI;-˽5DVOhU"#nH-<I4@BQ#<yC5&F|f({8ހbl8poH|W%y!di筀¬ND݅H{檂<(Z,oor8Y:.ܐ!"{L[KB%)#o< LЯIx*dJEK"?AaO[VO8g jMOmv!=`:+ֺ$ M hN$=b*&M`YE,A?֧C۔KA~oºǗa}˞ >0SZsg:.IsʛsZU5vA6)Xj%/lIյ~3umc$,H o7(#a1gD@.^zlyoWGjyeE ˡ{%gM|UCc}[h3Eਠа-h wH3dќ% ̐;hά'{m*V3Q/#.l..[ EBeĄّ Q $\gJ/"RlzBYSEBш12C3oAqK2B>'?hHVnJ ³J?`(= 2ܲ ib+&ԙ B]$y¤=`Z K*J57B%#"~7 ?:6ѵ 3Bq5]JqtLxs3{IX,jh/)ueyJI*[zXɲg+j8B˦lDv37߾D _>y?<\$unQ_;T+y ȴ˲S.9EH JdC0~>5Ѧ7aVghBhVro6 ;>k}Ncqn8`eojB5 hSWqg GLB{[K$7#V. ߳0 Kf;۾+OqQ^W*TEDj^eP<}GnWYߓ&Z8;+#|=V ԡ\G_iM2ECS2x4R g/e"X,^D- QIM]g `iOpW7 OL m= `RÚ^ԝM|g2KqZli2҅|ˮuJټOoDR=^K3be쬧 =W16) hMH@R/J#$r1h^!t l}Lb[}9^7p)μhRR$Db?:=&q`(`X$&; 7+vQ.sS c7$t,jRj\5 +a: PDyzCv F>ESA (^xWܞ(ۑEa1]Ej =L2$3, ϷfvI6}jÉ@2FBU*@Nq5%5$n 7ftq0h1:W<+0K"5"d.\{>Ze1aq% LP[ skf$B~!z(2^;ߡN8̡7F1"Q89n/idR0[F`^Rܞpx^i̺UxZ  .Ig4;Ѹ IoZ> ?y~qqG|OAN62|oem}w?} Va^5ߕeBﳟFAtba䄙RLrM6P5rR*RIH;edA>oذh[؁0 *lLRj.t= Rۿ܏ }ABG#n =XG}སE:pm+Aq[| 8ɔ\|LT-*VJĝkr?%zwM*`&ZFFr{Ϻ$ * l4RCg|r{'IХo-(G$2<%e-9_L-|5CҬS^c pmT/7} ʐBYGQ4%Zn2 ²0f.:8(,GH`^+*#y[Dz㳓3UiJRN7N!G7:P)e]Z3w$~yhe`"B;9HjXmM(T1P&Lϣ$Ijҡ#_ !a~>O?Val2"'u-29Xf X8.V|?%Q6xhW`1O' wigv] ZlFqb>Ssx&/4&vp q&]-n_\]\f` el$}3lyi?}M25W˲qR"x'x0Ű4"ue_]PbRi@pk(`# 8.V"qku<RSbh*7w1'ۈq`r$C ^8<'>"9K:;f)BUD ncTza_[lW"IuU_Arٴ@ɴ"fYQ=_,whzrIxhwR :m}}oWIzFyl14QSq1oJ EDg;6tEL9܄SX 6g$9idjck-^a8@4BQDޓeWJj zjӠ'FAFּϦ,C zd>@/2Z],~ WWjQL ,Yf >#5OvZޜ&猩z6BeP9=`.6\KlW}kHQ3)iN^bc >?뒥Vvg1ݽ\ #o+H08yc >uϥMC^l(^_{@R&0JTƬ+,c]Ι]?}kVx(aDC 'Jo3ZȄwS5Ԥ8ꉾΦ g<|fC): קR"xxa}-c(IDyaf' Q)2t4:}35<3쪝@pQzi4 %2;h,7ܕ(/)!w6' _Z86a=Np@QTޡ-MƦ`KW25e2u [ۓک;"AB(V4,gt.ᵬ-b!slϱvca!) L\^d2i,3 iK9\@ Ԟ68/DܠF$^SRu ާ˓/wn/r qRx,GtCu%WhT(W6NݙKHeD3HCR2?Q}Krwſ%J%cY7Yš׮^̫UD[ eIꄱWdnDu*y]jإKJ(V`D(gQJAu8v$P%5n4$*D+O%8TUj%sHZaehmWIK6a%N')|{>ef^>ɥz%lci'lr#,`_S^:c&xNa*hDϪcQnRU!a@HR=\,j͛YskqStTPYmu3nX:K.;?L$B=g1ۦ(j>"k!O>;\1(߽|=nk)`@9&!yח;  (Ұ婊ÍFX@ 0VhP)"/q4k+6 Ɍñ[POɁϐtd}b_5ÇIb9Mi֑:{y-t~M4^|a2d? aGO6ԅ= 7>'+OkGYbq(8nk@UrmnzwXͰcgQKgrk'&x5)c-~;R+x7Y<#8`KJ1w' +ޓGʸa3YTo9J>`MR9e&l;t.gN T-ڢ5Vo 82g  בC>;%N:F 6J{V۵H{mr7ow[)~Wp5Cϕz c:%;q_0#!c_'3UTqOd#|RkaE`peR>ZJ Aqg-Jw3W; (~-w@ѬX,f.C0@` K^s-/l%8owI9cL̓ Чp9n?'󲦲оv[$1aYZ H~Eg۷}$c|mݎހE5AU2%ojГ^FΗ~9Corg=ʩmPFY&Vn'G1+vQ 2n&{U]4l6AIB> <@[P2#u=ZZ=rAqgAl|jmc7Qs ڿTBkx7(OL6)Nѐ;N;bO߿lC4MHWSMB8c)&e F0YEُ3$ Nt V`L;sRHB,3C=h=DV՝ij 2"X<]YFP%& ܽ;͗i~8t&3LUW~%،iV@ltFgg;^Ao=Xi6Ҷ-L}uot#9弊}w {?EVVt+-qfޗl[|9 _W!N[JtǴO?iv땙@H!DѱnHU2E[.zxױa)X VWt/s%d#c@Zno{řtdxI|e?͛K@<5߭yU4 eMks^]2ܸ]:r=|tz(<h;@]Cc(=8vJom>8+3^}VG͔cPِBˋ%ݬH $H!3FDad6H:v88Μ0TMMXcw/^bøTsY@9\&9duЖ>eɑ<%jGûȒZ yH/>L>ϴ;S_U*װKSٺ=сR\oW]2YɪTOQF29(]#O }Y0f&A_v7l74bͬ`tڤӗ20%e[CV>{S×Mv`ﲍ>u/AB=kw #P#)Du5' +Oɝg"Fiݷ"+*R *$h|4|ذg sz$N#@a8"FCV:[WmEAJ~*~ľ\D{i7d=U A SK:N{B*#̄ lkQ*ú-'\㘞[t驏p[s>8ɷU[?/C}&^6=Lӆ%5o"HF7*U?޶haWFr(PͦdownBlHc?y{VСuMNUC*)bI,AwNg{7):!&2ɜu71:1 ;An]Jv} ^%cz߫ٔޝ0cD6PX#Nx{{AVtryb")ssGUSu0fقxNWɚzO2,D30wO'EE/qCW&,%(VWG8x#li5u 5[{Jt*F`npX T?I"1A@㝂k12c`<8f45=3A;тz*-7'R{t !ARXF5kRCQ F8=n ڣcs9 GC )Jԩgod5 GkIj)uI/e{4EYq1^ Ж;T1E}Y @qz?H :eo3ɱ [望,m_%6SZ1o^HRZ˥Cw@i Ւ5Jqd&=Eld_Ɉ[la;ؕI76g ks1Y/#}O@yA:,}K<-cPSf_ﳔ<;ZU/qx6L܇eڳsڪTr^rcUs{3% '(>ކfU9hFc᥎sEڝ6l(7N ?tZ٥aZL ֺK ڄh.~TNU?[m(Q+1<1%<wP vTp~ =;P"aZڣ"3{9 4aKo~>5q?|zm!Op 92$0CE_Y#[m,%8zϲL7|FI}R~〃r  Qt`<'!$}m*6C:v3| (Ζ4.0֠:"` "~TKC{)Ę}XXҥ`*BD {wK*2jug-LɔK ӡ,mv&sV qujp ;5 π|f#E9OBXt_=J\" 㤚;ɖ7d#KmJf.d˥{3C{!Ȉ{IG95]6e-{ܿ \H8r=\$b-&b:sb#INJ*}]ݧF*rvq u jO5:>yP(ݸLg :ZShowD?ì NޥSLSns5y\BBɓ0;K7R(RV`չ9{LG{i W#Jz T-U"Uc͉T:&0N< _jg VG'Ef/(ʲe-3kBER=UbxqRXFh UXX+gIYQ&5zog委t+Dwm8+m#uV}THuy+zw6v ><KHfID A j3r``Hb/Z3mq1H};e:kuqȇE-s P[<=h7~wNvXij (rKo'.>K kwkg_J0A"gjhGXFI-A0-КBӑcy6j/f 5KDGN\;ƅ#RtR.>VLgŽH=E'饽OuԀ;P.r/ [jl$-@# ٓξ}ʻN^0of`wɬŴ fCo#}d'? ,G5Hz+'ŒPL躡 d_}[쓸F9z˛NqSA =FP9q ,0\6dp/*NYeA w{cq[7%kfoO  GK (2Hs·bDLX(T\ *F%λ{z4`%˖f~ջWy/OǛ ҿ:4`V8aBC ̌П@]>\hwhñgbA~mгk}q;碀{{Wx <`locapm;~}S?Qz"09%vۺlN3DPJ߲͊XMBKfd5K  ~Zةܐ7&7 Qt s dG"}7Q  ;hFl%zrub_--ٌg=M,%SWP%pJJ! Xm׈p?z(󩻳^PskTA@AD攠͝J׵i]Cbj.t#h}8z{"8$m-GC`k v26=SNdox׽6:-'ֳJ̼I7"qQEf̯4(R_8}.4nhTG*@-j0f8֡0؋UK ȱCR P݄Ɖ'_oK4wi%u ҫl)1~j< ( 1>:3(?7E@W6i~CV7nRNkLw(9jD{HswϒX De] Ž@Jɗ3$v̓"[`YOv< }2&X{~:l*I}|v& ޟmJkX2>hg+ktoHwKFM.U$j vi2,]b|.0D{ee3o$/ʉxXWs U)Fj5nW)΂tk5|CadrC( z镙.-رtjҢ9 ZW\kˆ]!wVL48"ʚ0+qvQf9%H%P[;qI Ҋx% `SG">Ip]tW[m&t$YLNd2eiםLeN~Z9GN1^3*^u$IPsBXZd|CPdךדּLq:pŊv$L5*XmD-](gq[̣4c?l.qV{Ϊ\LUbg{,/񶒥:RXa۔Z4(5?jay7s5.C.O]*5`#-7z j[džT#||:wvj{e@nEqgƖnL`)dyAD;">KQ] ~{dH}E\24YZ5q-/xГD&ne@楁zNS!{ pN* pXs*/uPoǑp3 t%A?;r)RRW\_ui1iZ{Na7̻BBaq=eTE0!.Q(,cuv˙ 3ggzT#d,~ U)P\ 怭C젇IVJY}d.'!01m?ix1NYlc/ {W8g.˂Aw}K+!sBsǰ=𜩓?1` VedeB:Wpġ2 \ibb3۾Lo-8L?Gr/+q`UT;/x7>{[[θChŻ#}WF^3 aa~~f&;ϑa0U r0hx 8Vj!R*Î/7I{J$gQS5`:}~.cgN&Wj1Dׂ=1fL9ˑB˯;Q6EV8)*˽LgS YZ