c-ares-utils-1.17.1+20200724-lp152.2.12.1 4>$  Apa?$i/=„e*\Oń}јV^Mr̻,-|@ǁ@M$B 9õ7ej;￝=]}Ɗ*R3PDr8u5qIՀv Lp 7Q0&q7$gF`y4ҨLm΁/tY^Yd yꈷ9o4syTwg8|=SG` '9Jee6/VKxъHp&)V0o*7 Vs8Sd t3f754d05382ee823bcd3213278b91bfd328ece7d8fb821d9e7cf34d4222e177937a692b46df349f95ae280537afa1c346d7715a0a?$i/=„#vBOϪ>&v;$qͯz]C).Üb`1CrT#> ":/6J*4(FS`'8 )-x<ӊG{D:=]U**0=(!S6̸x[.=yW Ov:gAU&K7]d+WؾHÿ&aME$Ȼ..@:qqXT[ԫu Y2@E>0j'ყCD$g>p>3?3d , Q,08<OX\ u      Ht   (8 9d:F,G-H- I-@X-HY-P\-]-^-b.Qc.d/e/f/l/u/v/w2x2y2z3$34383>3Cc-ares-utils1.17.1+20200724lp152.2.12.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.a?$_lamb20 openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxx86_64hX8H-A큤a?$]a?$]a?$]a?$^`_`_`_`_865cfd8c6df4d9be251402cf43bc350c1448715e8cccabf589e22e5fe3ad86f1c85ec112a512e9854f84f4ee4ecf5c70df9d8fc3ecd582b75ff1b015ee3ff4f225aacc7f223d7459c7efc0b529272e042a5281ef5bd4bac62b589557770c16e2db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4ca650d84ec3b20a453ff5349350eb1f66a0c620fec62a6b2816fb21ce03e25f46ef32a2e9ee7cc8d309e3d010f48b6a9c1bb87a211b4b7e35d91ecc578a7c861806de1f9ced875c53a4f38d9cad349e926ffb05bb64d67b6a746bd62b768948dbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-lp152.2.12.1.src.rpmc-ares-utilsc-ares-utils(x86-64)@@@@@@    libc.so.6()(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)libcares.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a8a $@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@TeAdam Majer Adam 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- 5c995d5.patch: augment input validation on hostnames to allow _ as part of DNS response (bsc#1190225)- 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.lamb20 16315280311.17.1+20200724-lp152.2.12.11.17.1+20200724-lp152.2.12.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.opensuse.org/openSUSE:Maintenance:16941/openSUSE_Leap_15.2_Update/b8627c7736a94c03e92bf85a3b5ac4c6-c-ares.openSUSE_Leap_15.2_Update:maincpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cad4f82bea3a31746de741e325e955a2d73ecf69, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=23b441f3f29a6fba5de56528404060cd4708b2f0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bcc8fb800091881bafec9f0a3a9369049d753b40, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRR(Byv]Ԍutf-87f64e1ed44a4c3367fb85aefda7816e1c778199f1b5df2733e24de3ac7bbe92f? 7zXZ !t/N] crv9wbErb[S~#` ;z:ျg:*ؐ57^6C5WCKWsaxyn=n&.t vUd\QpU#I!,Mj7 ދ.ufEfAtdn p&qhmhCilJaf M>,} z#2 Nkw̾ܘ݌KB\_;_,<-!lNBuwc<7Bb?L7ѣQ7?t@ѥe,ئ27]'*7׫`Jr\#dOW/JeAIG;j6o 13Zh5@{ۻ*K]jucLء"\~%|uO捋][[ r_?$䘝i'N@w]E 6R<.nqsXP=3}֨8.{[9iDw)׀p1A»dld7(s) !l~Wey"R̿,׭/ۂ|'x"='/{xkGG{([i4ܙ)}XEZOHwI<0Va@}?C z'Ld~Jyn튬l }ES0WņTEXXđJcUvd? gk׌AbR)%+aJjoEB zm=@L0X,8H4&)1JMy\È ;eH6qhD~ #DUzjzSQb]g)XQ DX'j9 cJ02g}3bð:_g\{lZ`!p-HpAK:.G3;N5WL3|@hg6ݸt?Bzߪ8:oy9ϠJ >CP\.kmcZpPa|ѦHҊ=E\9O2]rf a@Yn(0ٮ (.=^$&}ca`]33I Q%єH[w=Ժxɪ:ҫ &7i~uЯ- 9/:m_2zޑצ!O=NǏǵnXHYD"$B˯~٪GS[z lPM–$ |YywVza{,5Ry)9vCyT ip(uB?K<}E:eH DIW ":f tPj##{gU0SE:m|:%I l"aBMzPeTClXï/Mȋt,n~6MNθvH%֕s+Fcʶ@ Y:BLr9`O5GW̠Z_26f^S]^U‚e 9Kn^Kof  'PXjܛTJq\Z5OD7Yz~A߂ZB/#H6]tF CQySJےz|&Gv|"$=B'=oPYb~'*vO](QfE'zVhH3yKpi Ü13sM'kӖOyS;YCAcQΈ\.M&)_(s?bzng'y*@lgJvSꤢp'rH\4TO6WցêK듏롵?>v0ܭ8J;0*i*HK=n'={@h?Vo@)HYhmAXאfit/E 1Fe^(xKZV.}3>Wq ]`!?QUHelXGbmaºeu¿Ku鎾@( [SLfeEX z"7}(Tb6b2x+=r$mrH{n,*AAvx>X]3tivO܎۰GQDG7VHCK}bQRfř}qu\YJжt[giz*khlr:jO4vUz?k2h"P)no0Y7G#n)h>v#\$ 3Y@31]yГ7K1a Pr R?(CgL|K ]8'yuOF{`ɽd>Y#RWkDkhX_ Yۄ3r2=EFBVYs? Yo{0'a%U+QW8CPPԷm'.>jDi\:$B<=Ha"S@ y >Rp;B9#}o[!V\ [ h zෙ̐ܜlFe*z$hiXn0FpX miFc[y/Ⲟʑ],Vx8hafXjl쨼gran~ׅȉ%0T$)*#-rp)T,&$åSxF.ݫ{@ϗ*wmZy3\'ԌvJi6])?c*JT, $ťZ h[|%S_LͭmbcHQY s1HN$a$58/fS uo'E:diP/ʥ7EU&LjSt`D@4^IG *Jy?)` ֝xXNȽҘA@m@Jw˥ѥ_"` }+tb~0K&hf}1-Ws]!?Oŕߒ0||` m$A6+$e6#5ZI`J`ͩd8M6YàH„%7F+Xh-KXSΞ$?z~K2,],uM@8y3IG2iAM(P RM(R2/PSV5ŏv3%2nQ_8X¬АS&"fy(ھٯ(Mu!&% d;}.YVE<nc v:z _ ml&eص2W=ژzo䷪v?Kǯ̭ ,Q|z)dm'I+"SR5n*E}l@:;Zh`*zrXh yl:VύaT$)_Fw#v7@۴Aru8zz /S wM d]?3X8FGU d?p)^}"~#lE8qՉ`@MRlY"V j>l䋼KǏȃјQdp!$Gcz"gh# TAnl'E&tpLK/!5aI^K}xiNRWSR $g wmhQ=*Eщ_ˠ6ȅQ'཯`ʹ~fpڪj'bjsrxk%KGJ^mMmH:<*+\e{v];MTɎQ!ȫb 8EZ`lYg"we"u+@urTГEW"ʾU֢״z{9m{.2p.I%56]U*9U<:͏˥I7fR*b4iuD荘/R¨_ǾVBpr7=k.]GlЅ8pXdH{ [VV"1sD6<~_UO܁?Նp|K x#腃OXF)D'Fp,_cõ݉؀cl.߻+\t1M81߃McUV7qsY394?X `:1ÖYEnrlx:З2& zzA4Z88/t> Qħjmc:WI-#PG\l@ˆDIWKxcwAS)gT>""4^w5/&j|w pK5Ϡ  f{ML 15eACXvH^Ⱦ72c5>v r o9E 녶 p]Qܠ)%y]dwAS|>J6iVi:4ZA3b̡*K0hpODT[ o/PJ:-VNp 9f렆Fu1*I*/]d[,XߴGz|8E*~ǣii*v8V L))dq+ҩW8Ȓyb]atQN<[u.'TfIm_lpas F# LeEw,j_(鶤S@\RNlŎ*"JXM.Fow?ߜui pNE(USWqayS ĸTs6(TeJYy){}(H'֐D]#d!o㘐 8bIDW kS ?+OUWSvVx2ȍ-HPW@G%d9ۀ7gE 9X%*!>hVrB2.pee=hI^!l8k^[581?StuWB!A4_jx.(JV~ۓJX!)RWɦ+**yC6"TTe3ʖc- dEAb0%E!׍GY|%PE:cE)9j"bmpUV0{mWd/q;;˔TS|`&~]EE7Mo™׀2Z^oj%X&X H'ÚePxWV$V_Lg 08[ьZj Qg2ez jq ݰpKJ{U"v 4{/^h]RߴqUQQi=JXx _-iptElֹys5$̆@Qܷal'?|~I5.o" %W-.X2!]w3^r7xX݊\0 9DĹW-@C")?XcTSN +wEe[!ֳL>8R)Gp@W)#G6 )YtzH'"7? = 5ԮS+?!3y*ZfaO_J@;x$$diSxZWs=37PZo_5F/D ,5-6Ȍ'?'OH i?E?J8NwGSvߊC \nLd^uV #oB6d[`Omq12T4`!+$Qf.6Q[!l}%0őWhy;ˊÒza` #j#w|<]]P89-&5HŤPX_\p6|i X+ LRD%{4:<j2l6C+ƞDA}M$1[2-%vLp8(mD~Bz drR>Gl ݨP"^9M0'A,w c̟K.(tK$ /uhI-+<lD[\VOx-QZl|&24ko[OU w( *sP-G[#8| 禕kPMK~I5jc0AL.o<{j ]қvFZ TU'+z lHd~2psy{*^m @-Y@ڴ$F_oLm)S oI͐R O !=lmWWw-V`]Y5G6Z3Ɲ/*4U$Wy [p3ԖjJvGK'f~ Lmj9䫢i?*>CfLގ^ދ4زnmͷ 3d=7?$7Mw$d2U<wMR3jJS iG=FfYœ8 ȓQo\th=$+Z*J- =BzLEY,vyj@;vhx vYf351e8_C#jAqrI E"Gɪ>RpJ퀏fL1yqSY3Esٽ#f58Zl p8ß?=$G1 ˜ 4'J\zNk=p똷P_;pӟFaE=;A-U \MF1L[$ JyA5aSN/f$EG{% ZoN UUiwaÐz=oɘ/M|#X:6v0| {3b~Fޤ AjcRM6 aӱ#Z'Ū6t;u "gJNJ}NJB2~6}HnR,LCwޫԀA/܋Fhƻ$]{!גkT4xaf?`x*>^{*B'/$̴gé6mCzz vIOHyKypLDJ4S9IJP 8ϯ5A}Qj||`, <1ɝ/PwO 0㧇VI(+ܹ=uLH^r4j/,+% >- }6]"G:θ{w!HH-zw7TٔA08o2,H_ %h/A%< ;玝V8%П@Dyoj^_pwB  W/ʼn91- R g;0=s 7^gI}zzyҗD)Q$p$W ZH) t0>WFL| 0.{t3qKI׆Ipؤc8{Wr@m8e}SZ9',5}Rc[~^7N[ SqsɅJq)CdNUN^9M +Voc ,,ܨߥQJǬ?/`M'9HQ?uަ . 2Ó426y@ϼ1=a$f/q0$7yQ s9ʢΏHFhnHԷ9lT4PEgE/2y^ D_RW>ir eD(At Rhϼx|1=b3MdL b'n}hc*`0썟wP'voᱩ20@A:c?{\Zz>}/@s<`>N;ݭ#.2=ث6m=Hp ګevutDFCUun_1*N@ 0񺐮OWso=s M[FngyE0g2*i}._ CBH@D̼ ӛzB9r_ݲ X@)7u|}x92ݜ!V. "t 6LՐo2ťy "(P1sF$.-->v1n؄9[KdpU& A1.Z(Zǽ,R~w~jŲ6f$YIϊAۦo}wZrHcIwk?2Yo<7d⍓b}|{M[0qK BLz8 r,NGk>WOC(bәʀ3O0ny̔œD=ÌwI͍T}2 S6C牱t$|g85,;O^_"Gf ͡bݷㅕu6|ni;풸RW0d^vE[  .s ,6ÃQ^E |f7fֶW$KoX"GCmO/fGNS۳(W]2`FHаѳ,`åN_>Uh^OT@ug;dl͊~M[::cH3pUvA4v%WQzQr^;}'rLdqBxOhz/ ܺ6rEW15Aɲ((E]P#d( \S/NQx碻a 2,e( ? Mwv-eF^d c>ՓdC`s1/ 1|1.P[k!~‘1l:0T-uB&ǓpBMTqr-OJ[?0wAeQ.|a/;{Ca I-ߚ7ĭ\p "³[˓`e$prl.WT;gvC((&8Q*uT*K}?&z1u#Ta% %?=k]fum˒}RAOڣ,"v4ɡZݫm Qg v!tFW\ш>:(W˜$IZOK#k?BX(]02Ỹ3s 4BmCS TQ״5ڇ5MHU.ݳFAΉ/Ǡe΍Sʍ4nh9(u ]}qX^rd>clU[|!σabYsh†xBOzS ݯ( in"o9-T,HKF,,&"PG (m5@R7tJ!SX443n%f$P5d|_yvtL vEEؓ!/J[Lqb0mi yFʷaMXUnROE \ie5+̱9ƕ K`)yO`aZ#!~(\9ڃ4!Nqw:vx|)9nxҋ#Dǯ;^L5oԤd)(õhy"?NA6"$nswɧ|]H~fF[y"9+x!g`3ŇE(O}DH.ZVLQ1QX%zmtߑwֈnvHflBVy[BVfT$%Mx;fAZ6\XM9BKRP(,~ %W 2@}INZHx $en Ƥ?LErR"qGBU=x* b{.|`&̕5H2QnP+-Ր[$EC$m>h_7X9Tzm6zu"ʋZG`&v7 f͐oT,g>e{d7RϬ;Y!ڢ=G#+bf#'MJk˶ lӰrB@ꥼN>;_۹>`~mX<~91h~ 1qw؄+0-U΄kPXvOOuB-DZI 0/WR]5ܖR MMY)qb~==&04X.|( 'ȁH{9ㄥOnkqXx n^J<G`i (G._dԺ{xo%_C\*Vk|YJܼlf n2#Q39[&E1GVq7.|CF2w2%fKO#,\)D&ۻd/6ZYG o5uMt-(|i㹼ʂK,te7arDyv*_%qX#*)yu 5]i \PM;(j#c'1Nh_r%нpdFO dT]>-4mGԬ6/BuC%ӳe ;\d2ۇwu˱8+9oBk,VĨ{W,#!nڱ-}wl(NFA\:ky vVt /j=bOltxNrVG.N+[4- _XkU@)ss/gpf ׷fp邕($9)ާRU M\ J||WdmWC{˚קЎgkq)N4Ni kXen{ -m)5G}t =< CaN - I_|w`%I!<#^\|"bt:O* &*@Ԋ:Ebـҵl_t!e=rQ /}c m6#Z]0 ~8%K ;'u8]Ԉ&4F=GVv'D`JfcmhvN444HDg0,s7pttUsGfڢ`#}hHxmMI<(feI${ttp{dTOwLW>18]E`|\~$m_H$qS\er %#o"vO#J%g #~{΀ͻ Ù(&'^cf^FyUOp :[ J?ŐQAuj *LR pV 2?S.s ׏`>$~P G9$NnxO|/ˁ+xݵ?5𸉼/6/nv7)(E: w*e\ݑ2OuAeWwttؓcM*fT4peSV-9D|"'9 ܻソv䜇͂C_֞Gr><`CJwDc'@49}^*{rc > `M %HŜU[ܠvn>n]2OAv}O,?)RDrLzjaR~|f9&dl/X[*a}Vj҉ҍdy.b{Ḵg2]uaguԯX\JcQ"Sj'2aNo b կbe}/3Rʊ'd?hi-'U7M3П.g&7)vˉL Ji[3 ^Yt%|:h o~QrW?0 /V8!G&R>{UbPs>Lf%nاa㍽V9IU6R\Jd IcfT ]h| 1dc2jcEUKO1#`RݥvՏ_&B$2̝ϲ ɂ1ɾdw#[?[Jks")&rI"3 p8f%I,%4'<%գ7Hkr-~M4:WO\} /(+1|Z =DŽ-}N]$xAIK" Lu~"^o̩y8mf`aq3\7yet98#F0}cr;E)MLFGPM(ԆN2 GY@¶v2 }Ak/`q؇Eg1i X|G[!umpXJT ;FcANsS&Ei8JrF?/c,LOӐy1/ ώR uF9:vx !wMn+A] [2zϊy2H\ȋ@o[:b8ۇ4Y˛mA{2cr>3wj)5wNVȂ_S]O/1'=.z`a1:k^.0kWj #,]LBEF5mbf*͸,.[uJ .wm@s2Gr`^(WOMi3~59 L)_dftABSz+גoAU?)!tw0vwnn5˳J]}-4 a]:!P/r{ &VHuP6,dZ8<BmdiH-CNű@?nr:Ⱦ3Wص6zǨ`}kf{>ekna~=;$^{v hKyTA.&Mh@VMvf,X"\ѝcXGbeTIJNbA>!n~K-YRȎOk Ys!Aҙ:zuhw @:SC!uFrQ&(GyFP F}\ux8=]}cM@%(虶0rgm8^nlV˛DT:ߘ;wP%"[Uݡ fRL:?c@ {\#IVZi(cڂܪY8ee[5 4;O|N[""df=bjŏ2_e./6 Bi1Ni}l}^zKq"ɻEmǶĈti5#ȝzL:uT`#y 6Ze7Kt/fƑ!u83p_^QK#hs˵v*GP͔mėLݫ z*{̞~"QJ$֩f!4NK?c* ,VCҽ>7tH=OBB7 ӕ]ҕ{ccK988B+Hy!g_RG߅ XsJ]]FL{jOpf[eCU7*M1lɢX `G 0_vJ\97s݆Wz h#!n[7-Kl+)5o ASƴs fi6:O70K“oGL"$l̷e~ U̚ϣ tNw^=;ߒMm-h cH`p}&olAzq™ \pV%(XWzb# ٣䣶 6?KTn܌m[zwhv tH Y`,hO@-i#H? zd RYrEK &2z)\#=L|q,PֿI=@$2[p8\ft..9/&U/&vB̅Yu7I ߖfws-kyT^AVGm<@;_KIA؃TS|;=*d㱦8UE 5T> Yð-eB Gg g79a }Zt  hkYt I9 ~T)THS%2y7`&;ҷfߗ)2u']o~&RLQSפP'Gn48WFfVl@k:%?<Δ &Z=fH{x hI 7==GIh 6*/si6@y0IΰfrG sݠfDlٕ/_ֺ_lہdȻ(M5V\iOgq,paA`a<< Kv[0=/Y @@)4h[ض:lFC/ 6ѳl}]٬(MþTj> $ӯqn'n;[F l" M(/\ elx@"t@?mCQB~owꜺ`N\b`ِCR ?D !; ΧSv~#V D¦Ω3z GGc7LӋH:;>A$)Up QQB-L% 78Fv.5Kdi m$Tmu \wq$j(+Qnʝќ&׃} 5X욻}Ȭ˘~NO;m52 M4 .x\b;5] ŷ3iO{hNLCP,p[W4:gq)eDYmJLZzܢbLzqb aMlv_9Z~g fK!k&ΧI-,WI/0. 6'`^)\x!kjR]TZMz$kvZJp{VfsUvI4̉dh@`KO<(܎6@[56YBYX:XrR{Giճ.&' r0z6 Va(Sk֏< O eN!A Ǵ{HLn<#Nz*؂ &aF;\i'+gzIT ޴bxec榊4~< l~ w|2bsSͨ%Y]l[ YZ