c-ares-utils-debuginfo-1.17.1+20200724-lp152.2.9.1 4>$  Apa|/=„s5_dt{6 /!VxlNgr:S9<íil/$yYE=2kK(p񊰱eVj_n ~Ꜳ)Q2]}=B;Bez4DZ%+ڌIT&zvc5 K:HuUV+9&3&oǢ|%6!q`oO#rvc1C <`\jmS/?g0 #JՒg5c47e6e038313d7ad496266e02cd7b02a19c618bd8f2f2cf162b0e65ef852fde55536b27ba3be9b0d72df4d4f4dd07d353dc0030Ha|/=„ k@~&UBRvBzhf# 5:+*4,3*aMߟTy~glcF:O n(N\AdUŽȤ~M[o\VMr3){_Ǜ>|䉍#F"nнbތO$ U*0{ uFŘɁ2BUЈt'TR}u9Sy(t.8 A:O8ڣmf"{1PFE,_<[q^m4>p@6?6x' 3 ^ $7@D ]o   T $ hHX(894: F-4G-HH-I-X-Y-\.].^0b1Cc1d2e2f2l2u2v2w5Px5y5z5556 6(6,626tc-ares-utils-debuginfo1.17.1+20200724lp152.2.9.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.ascloud102@openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Debughttps://c-ares.haxx.se/linuxx86_64RSVHx{AAAAAAA큤apasasasasasasasasasasaqaqaqaqaq1cf4c27f5f69bb481c68d0755e472e19da2f5e2431735058ff7754a7e20239498f144709dee99adfe139523e3e3b71c71d95d5e7bc5f52f9d124a2974b4ba04b0b3cbcd472b2061e94dbf5e32bd13494c1df501491146ff79a542fd2d89d9470../../../../../usr/bin/adig../../../../../usr/lib/debug/usr/bin/adig-1.17.1+20200724-lp152.2.9.1.x86_64.debug../../../../../usr/bin/ahost../../../../../usr/lib/debug/usr/bin/ahost-1.17.1+20200724-lp152.2.9.1.x86_64.debug../../../../../usr/bin/acountry../../../../../usr/lib/debug/usr/bin/acountry-1.17.1+20200724-lp152.2.9.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-lp152.2.9.1.src.rpmc-ares-utils-debuginfoc-ares-utils-debuginfo(x86-64)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.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.cloud102 1629224051 1.17.1+20200724-lp152.2.9.11.17.1+20200724-lp152.2.9.131671fe1f8c73f47ec67087b2c732b67e1d0760a4db491dbe0c6399a0b250af25ac4d445e63bea73ecbd996bdeb92a8913fb2022db6d03b4aac1aca7debug.build-id31671fe1f8c73f47ec67087b2c732b67e1d0760a671fe1f8c73f47ec67087b2c732b67e1d0760a.debug4db491dbe0c6399a0b250af25ac4d445e63bea73b491dbe0c6399a0b250af25ac4d445e63bea73.debugecbd996bdeb92a8913fb2022db6d03b4aac1aca7bd996bdeb92a8913fb2022db6d03b4aac1aca7.debugusrbinacountry-1.17.1+20200724-lp152.2.9.1.x86_64.debugadig-1.17.1+20200724-lp152.2.9.1.x86_64.debugahost-1.17.1+20200724-lp152.2.9.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/31//usr/lib/debug/.build-id/4d//usr/lib/debug/.build-id/ec//usr/lib/debug/usr//usr/lib/debug/usr/bin/-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-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=ecbd996bdeb92a8913fb2022db6d03b4aac1aca7, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=31671fe1f8c73f47ec67087b2c732b67e1d0760a, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=4db491dbe0c6399a0b250af25ac4d445e63bea73, for GNU/Linux 3.2.0, with debug_info, not strippedPPP:*dc-ares-debugsource(x86-64)1.17.1+20200724-lp152.2.9.1utf-85930184310f9ba4e50c9fa089e029365b6a974b036b7a967a7e910f03328cf99?7zXZ !t/3uU] crt:bLL Pt\tVͿ#P ="cIc~ldMLX.6 ]z^ (u0 \g;Pf{69rLMA }ɣ-]"Rir+}Qj ($Om f%1?8VٜNgv\#X9cE)6j;%|pFVKs{r$cb:z+v!G7:~;vn6)]QpH#,ͽ63Ѐ#5Kzb6貳J0rYiC/i8@awN UF{xz2hE ?a!l>?g\QIúo-J`þ|t͒SMl[ NFS슴/wLϋ wm)6J0#Q=7YTʻm dFU\Fd |}_b\fѥ涇+>5/X]veiDt&ݳWa }hO{m^),R*RX,Y7^JeڙL eqIAK.{\ZKx]CWb섟6LBFؤo#\"ſjhrhq?9u)*}rm*(' @6,N{&CuU;H䝪E1/wp ʹlZdEE퍀dTޠA)u TbgzRoVDW!]e?Cs)@RgX -,ΉeC_"fߨSMBO# pT}˙2Aܲ<%Hod]& ߗ 9plEhow ĐhH8'M6SYAK%C)K2j[ $oئB:nu!4_ln^|yI}{uO 獳@(J "l X$9KΔc2¶RpͿ[jxJI>ʻμPT;dZ`Bok\E4+#?ZzU(σ4}ۯt[\V }pѻן$WGo؋t;/4[dɁ >EcTC-1 s|B -sYF.St8zzÎC1J}ܡf"&%a}yCs(Q0]Ts5ƍ #7Sїꦧo~ŽzEZt#5muPͭ\;|Jc镙"7ɿ!'g\dNkCRkO%)63^`9$B"nrNyZNZW$A[ލNHd=ˬ!5j~ 6[%d-_Cl.x= qsP pr$Qdk^U]*C-񤑐QiԾ4!ɓMޜ(j!']_TXSϾk3Z38T>~5PCqF3>Czd\jyB2)J%N]2)1("} ڙ>Al L.BUq$CB%.nϣʋlH b>ծ}'rIuzu޷Ymϳ4@b#zsX1S2c,YrIT 0W>Q8Wf X\W zK] o_^6_u ,?9Q}o\`ߟKDF/~4vm4Tؔ6W%0Z ;!9]9mlծs};]/Nx"&> W#<#_+ڏ7ɔ^ >gXLB!|^hY{oɸ"`W_,ǢIFrT LH݈?DMdov|vKO. hGQ )< 'Pt, ~KP9i3ӊĐMC\ Y:]GYE3@)$`'oZƳc2~^pX߉ #{>Mӷ6NfUzU}z2Cc`yc 0CZR*O'5tQm}/xƆ?P,0_7\?LϮt,sÕr+i:TEg}Q0Y@qk0iN0G`ࢬ%XT(呍oqm]Br!6)uրz` , Ac2_ON\Ԫ'$'ˀn)ai:YY W'fzi1mr. Sk()B*zh$Ls.lNq˯Hti w$'-e['-rޭQ]tx?1`sP@<] -GcP_6Mkyj@3 sӦ]PdGܑI`}}n-‚{ZrӚ"%ՔjRf>hf I+r&^|n'M7o v^{ ܂cQN:OAH^O{|SGУc3C5Y{br&KbL.E&> g-k r #i֟Ks3L>: ) @jb?8 &+qhxZ=%b5XџsV* D"N[)nX`:$`lquSt#*rM*K*1?ZZC܅JF{|s@J Ue Ӽz6Y3Q,TB^ %yr)$ EQ븣:ZȤV*-Ԧ^wa'%U)mѮtX8" 5- 'x"D q0-n( ^xu,Mxʢ{ߵ6ۛ/:20zvY^9314wtDs>dž؂XtVWf9 {Wªp8TV-aV_hmAǗmm?PXa0*A8e7,3QFF9B❙F":=?6 ;+S˟4ǙO'gUN8}*ի0ëo-?>iq}虛.(4s`_WI0.)k1׉eSUNTSS ;#a8( x_8+E5nM6][k=H,b͐%ɾs0rɓbeRpzkw!HPzA3Z9# m_L߼Y J0S jF6js],6פ߆!A!wn@r,S_+w"7<,o#]g?xJjU)),pLg;Fd]ɺ]ޞ@[nѺTcwBz}U7١}A?cVFjVY~[z(~~5[9nJݜj)u8iJ# RfC 3O@6\,#xq$>KҦ[*W q>,Dl9w#dS:LO:YMㆶ:eOz!)rtb!e%sutzoؿQX[8RNz%t:ᙪR&C$m,LDi5LU3wvu9k4QQq?.zcHDp9WvgJboIJ7sw؈IhI [,|cQzÕsx%-!I | g6cFoC@̻ڰc%eO4se?&X=GjJTQBf's"뛸! qi߱n'mB>!kR\A`z}gAJKޥ=DZXbKt!KZbBŧiEW%ܤzQ]IrtUTHu;^msX${8.vS.}e% Ff Yb;KwܛP}zawut(g*86?J顯, [CMxp6;!hUɜ k˜1H9m˱S>^tX_?D|稝O^ku#\wOMCh'y?&M"md$IWf2 {f&"k4 ^YU-&6*D]jOlXBRA?ADGh3nx 4K'WM3VqtN}{3VrȈtEt^F}S @d w -1n| ؘy~!ٸ gKў ?j%87!>wpI=oHeԶ r?c(Fr، _ABaaQc`U:+#a>ms&4;k|{^F8m+_y-/5f]G"6Ŷ$-D|%-zXtz[O/[cXQeEw|\Y?Tg*^;dd'pQL2Dʶ&e֭}I8w>]oZ{tVeE0=e )yRҲ$UЬxSzKـҮBlήi'KF̫FY֮BӬ3.n`e^tۨ%1QA͜:l06T}u\g̝F^x?u\yh/9r*0ƷOJIQ.- ,<@ \Y*dmQ8 A{~rI6KB0Γq ɪAw^oi[/`@Es+T3cΖ_*4EƳa r5}+TG'baZq6, otE`,"~-p" XPyEoХjS['<.?;ӾEoE`)uVy z^3_7 ocF(kvZ"juVс(ydJn~j4 xؙCNyXSlwPmx!߮RK i MzRfPJun]F nQ r'xI@,a08JJyݲܰv}1ăa@zmJ="uIVdMM깘.e{K9w׳qϡ0̧U@*q57JVw4xg IKugi1(Ai]7\ޓTaH)7"ԿWz,dyNmD 9\?"=xk,Y?Z:(t@q9+"fɚ 1˵@љUjzP/R3q1b݇&s&yDS:\8F/ULڰ p~er1v QVu˔k$bF$eSj1Tޫ~;`P ;#־>Y O;Ԩ~$Y 0@QİDND*ga~}f1RS"L rmu* +gqj r~apdC].'nԹ 6Na15т,"n8 WxҐiJ=9FuAk9t6ȳx8wEy z67a(UCgAe""6 Nb5rAz0ke9!Z[խ3D `{&Q+,yapP*̠$GO\UnPdدp5m'{ 9? ~txBA](-`KRĥR 59rbb]a;[<®DNq\pha~~in^ul20- (>BwXU*~j?cUDA0 fQkO]F ]k@ab.'u)ī~c}C3ߟrv['EwɉN"{:ħeN0' eZ>*=L/pوksEo}i 9̻m>׾*;J]#Cew-U+`l'ߴy\ d*8JP2y:Ϋ);/ӌ6zHU_hiyj 0ZOTlGVzˡ{.bd>2M¦Ag1p3 y? @'K0fP&u SɌ?@_8Ju%ݥF3jk-U\!lY]; ۈ9V8J CxgE :{xX^ϳX7$r'BAӆصUZY7=AjWw>㮱ز_̒ 2;҂J1Bu|:+DjJo$(l0Ё =YMfLJ@]$}: Kl17 5*΃ߖRiW8p( fhWPQ}MHNgBB}!w?}DIslX]Tߒ|Tdh Z Ti Pa!rJ ԰·5gSHd,ltoy27np1QXOode7 cD6[k˕'AiNOi?._\21"s.qEN\4[i# JjL8` }ߎ;ucHr~B=ȓ-Vd)P[M3 YȼP}[m*(CVsGq(Md_< ڗe! uB:VA^<2D׽4RltXRAA6$\AĿ~\5O4 lAz-D/̎f{lJ"66qg'g^) cS₇#J0jxqF^_|J gݭ%\&0z皊dTj5Ic/>3`UGOsjNH9O(D岚tn1SpN˘=<K19P 6C$DLTGܯ6ZM@E{]yޗM%sJvR'Wot۫h'uYΡ 8)H%Lri>}SѱܛGVT0 'sT(_(it {[`~xZ}.鲴鷃>(Y PNnbvۃ^m+61L57c33l#TK=,d[7_]\iENHֵ(סٰ;C}@gU3 !u(p &JO={MKF24(֣ޟ^N[[T9q'̃A$xj4]j+H3qi=ϽE*_=TGnv 7i=Wc>`;Nʡ9<##MVF?qK MI6w(^T Q#&rFM1T\b]mYp(ɼ|:w#q\KS9.yk$}dVv_$ ;yu?D\t6ԋ$xTzvX"]{5a 9WHܚ? #Su (NG*'un4QB}U/s?`Cs]CaAq(=cv|'.d?**"țg2FC?6s˕'=m*$;*шL_-5z"H!r}Ku!CFG3 케ɓ!8WJ)'XZ"r әUÏh[$LBuWG%:==9o3p`atRW[0:Qٺ[]<<>`A  /:-Zslҡ8w;\hC3V8 d(x~~b76ε\REc* vmIJZ ~n<\!N (pPd x{RTA\ͱS(RB=ۧ~0!EZ$3%[LUsT=LOqVNoe_!4swTDXbWf[+DD02x]JE{)Bxrvtg9/)Fo2oY$7&8rOpϪwi-fKS cˍwu>:8o,*U~'fh~P xZWrЛ䮢BnMiEb_)C|[4 ZD`2fvtbZa+RC{0@Gq [4E&?/%WzhZ>ajt|́w#+K99ݍ11ރ;-䷗QU%!Yx } 0DkF;7/7P&m7z/$\8-ܗ1/^*,Id/^~+ mx50ktuL! U)[u%94TىC1tIߘeh0qDQHqn@|EoFei3'Bļcv,Ԑ.Ƅ!8Z>=X|'BM嚘,|sqPT,M#&ŭDvOo76:xrfhpV2d!<e&&:\VRzśkՐ逕:&Ӷ` F:+XС 8Ѓ{́:5~-a!IWa6F|ϟh5up q _C3Sy3d8b#@$! 1Ae)$Be{k-95J-N;ro:~VB[L )+?JZjVhQkn7[mC9g/ճ' Dy b$9]q)X! R䊘ưl'?lpy~za[6V=۟9xpi`ֱ=$<+|-Nū?'z$k؛eCpS6L]R6tKl;fY^&f8]L`ΫYU+xͳl{%?8 ?f2q,f#0[eɂc3=t@*Pӡ·0 {_ҷ q‘6W|c!prv6@Ex#ng]WėܕT-m 03$`OWL\םtFxzD<!!Ճœq:[VVef} *,Aϴ-[Гc ZP_I_kO@yoˍow.}5"pZN7\[HUzA(ȹoQcx*QwB&F?M 5dq&ٷ0!ѥⷤEv MCe~L9ۣ.[LO Β`Jh)FCBa8+~AmORN-^ƬxIB3냭D},Pʊ#h[c^;Rh& E/٪ n @"O]uJy/B1Ogs;Npv;|4PVPj*(N÷76Utw$u-Wx]R~&8BQ\pоg~wu%{-!e&@kEz0ݱ]O@j9ԵLݦ>/yqR"jH"W;K_3[ xՖ"5,ze"5s Ԁ1Dd:d^yrt',GL@YmBQ$A ysF,y5XlBG9dw…@#u\['mV%MP5^ɢoqxJ|T9w}E%0s$|.a(ɫ* &n'W\L+ȉ[v.V.py$A(L♵bވ+Mm| PV t;57܍X8Pq"Mv˟\N/$5(Z©O@iU_vnӮGSuu} 3 T9fC>~az^.lPyT]lllr(Cgzt`^ CS]+]OĽ#0N OHY+Kn@vZz K[j<}EʘsYTK{= Yڇ{ˉuq/#A"3 YY~&x,ˆ҃[b A0ќ&@;N]=%sFgS4.p:2 CC ۄRhO"ë&~088g=#͝LpHxI gITO.}H¿#^R[$ؑ(,h9fK罖ɱt[`HT;}IOM5\ܚ]jݠFrh"pc$hDy `4D]B]"_C4jk%R̸/$Pan̈́%+ NA* 6Y=ϙH5>MAy+#_'F#%&9 ^sIu}a02O1zLh #;?xH(OsDcH!bv E*'w WU {NOfJtr4妇oϱ1p !W1t#DؚG 6drz%N *FU=ۻ!l{qPwaKRtҟtюm ؃/}TxK(t7(y..03 BuV.y3}Z+۪ǐU0'#^Nh!w F=ҔR+DGRK<ʫUqmglEISSʹahM6@ἰ3L<09L#rЌ-"ʬ`Hu"tG s1 .(d[^zx);<=ubj^?H8.\oTes/I,&ғu-dJŷҩP(6$?' Ll|q,0V\Fe|:iJm Yk%u82T޹t]z"mw?8:nt5"ŸwUxIeA%!44{bvJ3pkf6.^jf\w4LTatP0޶o^$ zwMW@eH;|`&oOtowڈ*]>d@nj>ƭwxӝ2 tu#秏}{bR寤jOu;Xc%ڪ. xZ7c E[gBwW|':S$3U0ܣfe0pJH 56Hp.&&<ٲ뫷H߫&6hwklݩTD[alh)l< EA\JEQ6t8;t8Xfk|&}߅I%':#Yܙ0z I 8bт|.5hsAjאqW`iQ\vByHσS)3uS[^.s RsQ8M1B(6H 'CViv"yН܀δIW)vDv0NZiT%80'B0oͯy!ZȀPc~p} M-;4-="s2X9{eQ YOoX5 ? ;'NndҚXSW52ڍ x^dzţ %UGnHE8zU s:0os`k*51"Mrщp~Ժ2晴lYk>-i n(0sd,PՎVT3S/(|5tFT~xRo`tMtOM[ atv-\njGm1vTRWHQTo"H]p+- ="^sp2wgK)>=W.3u>4&lT1_j@'ZN`HCcko*"-Ug8U 0wy[r2ff0샲=u!v@?ikR 7]T,W%LQ1&xF ?[g*QtqD`'{S F/h>oTN7i $RwE Q#Ҭ2(39^[2g JHإ81~Nd+UTeKZ=V/t=8n߃bxt:rvT v ߘkFZ w^/wӒ B5`?СN|W-1>Ri*D X)|Bl/êATLL[ S){i9hT|]+ BLjC e&Fr`0P%^rMuDG)5,D4ą{/Ӑ%vVE,R[GD1,7pQ&⊢>$)J+e#H?:3kr"K&- + @"&)57^ 2UW.Qqe}l?aypJqXqA^}c."*k$1I[S[n^T%ޯ35rS X/|>q8gJU.y9P™VM2qE=mE uBO ~|h@䠜s;f!cE(I33@H|y s?)\RqB *u vQeXsJJGM1}hDXnvwZ"\ wN~ M{%Gt"w[33%:@r(1'M Dx\"$yyO* $F\CPy79落ss.(uWم5pHƇ Dp 9c~B/'`2MI{k r )\Nna\x`%{o*X+Boߘ _.-8p$MYlpAL:yGQl@eٓ͝»caK{aR;EIG_dZ'8O%0quY+E m=jM eclm (?.׵"0#>r`398X8yaRʞ+{…u3i.! TLSхag: im<]t,daBbQsDc|.XƜh۲ ^*WIE"fڪ9`򨜄Cy@P![*:銣GL12^ߡVȱGA7IQ*Wŀ9⫦y Ly.[䚣ӕ.B ܳ ȋĺ9'sr8s`Ą0نG@꫄HLM&i 0둗@TzIڟf*;Y/ &)>nZ.VgW`AW,{ZmH!"Oc[v >m 8Q#cn8%"pJ9B死.h'GsY3 K Z8"NJ8 |9@ wgs "}hv$PyBwNwY2k4J=oa80_=2DH9]w=T!Ełf&b2lqGwԖX>F3XԽ:\!# cޓt[QfH4C bo'._.A-G$5e$%\Z }46D z9L+4NGB-`@LƣQث ut+t&w+O@hڊĜ:?{O Emf7jWHrwM3gd)$T>!(dڡv;6HWm7&vƹUjh@Dp RT鎮z.=>H<҉}H!nwa򛚡_v [U(ԙ7 Mbsy-Zyeya2 !h#Aֻg^ z+tٱdc:ܫ Ƕ1W v)G&=6umi"z. Sp( ?SUIX/QI<ЌӢÒ)o~گ#jkd18Z5m6hyEQAG%S;^VCA12M[oSkS] GʈP]wcVJ@\;ȝ8 YN{ԙb';:l; @θ[~3ͥ ̎F0seR}DtwCZ_=VE% Eo-~D~/ A[4qAJé鱚no7,:rDkTzE"֢K˛?;wo$.o7I,/H-z,Œ|Wʻ!bTXI/YPVos_8? NV^U 1D[G(|FI~j:j0hq"Bu^7c@7k  ]׶/`/tL 8Iw[ )$fx=Fsʱ9 7rZ2lv4D5/!,pH0 ?Q`A߹0*_'wKI;0,j$+"{;ul2zVmљ^u(5A}Lrtou?{f3!^|g.V[v,`"T{$gaw.%') zO:P;3fV B *(r }pR^,K&k `>H9aw9 O+):G =v=:c{4Y9bG2;NGaɐ>X޶jZ*wvMLƼ3!j?2u$:_K8fuX,yϺD빨(+ީ 6Y$|ʬ0VE?!M3//:!ms ZI9J7g]DTx-*%!t|十g * ,>(o%~:vgUvl!/@8mT_0 %Lv)̅1p33g 颺I7yS*"+yOR?eHO4&Bb']),6גcn,ݻySe~ -^q@/z)(,co`|@L!F*a>CwV娊֏OW2`^\4݉;ꐔs_x*5{=c25`iR83M +TX?.kB2yu2.KKNĚ.hyAP:~Ӱ:1h[{!|'Л:EX-Y87W7sBsM?%nŠTQ+𹎅6U?iDVhSN \_S̖OT)IQTI*/eRi՚5~7-5y.Ý9 ʉR/[>Aꑘ6~yQ }V]vʹw&cOCDs@:1Ejp2+zt iݍ5YMl ؁nUpvnNtpy&uPI r9\ł"FT%qo{js\ڇQ'׬hXQu[%LYo`wK@"w622Ó)+Y]L >9da Ϥ1ǵ}б?QSRt6J6EC|H(5΃ehv{Ah}]ۊN`>ӨQr:%͟K_탁N tX(b&qWMe՞ j$hp CtIvlVH~v{K QUx1In0"Dȇx6D ͐/ބq>kQtφIEoDùR9z OQ_vEPϲ6~biC]N* \#BDoi$KO9`*obx>q-.7J&K)dB"O% 8Rrm44ӓa!l2b:bΑ 49D .!:fYúWM7+?UP9}VE_ɚ9'A.ЫRkNeElāMqW*k~@ߣh{c>2ЭDVsO8j!(QIB} LD:`~UGJs^~?ksL/Kw01pM5-*r_`o s9paG 1$6UR~3|iّuKM/6SY(&h7C &*uVlPϤ{9;lFk˧Z ꜓pE [rG0L@d੺3dZuV (vd]wkUFpBץgR@ɔ¦e1u:>j$j~1,譶Fe%#o_%1_и4ñcrlʂȝEDŽ׊ =Z94Kpe$;#PSG^lND;ƒz* ([04 U9t-4TKEaWLX.hMsa|s`| Z¥N:Mմ_$ H"\,ɰ5~`'dA<ݴ%[zžprD{.mǤZ-BIuSJ8\P|}ш(lzbF`0puNMo{hOe!P(T8fm=&)@PoWѩ;Zs,-PJX(|<ŅdLKaRt@=AEW=ކP^6ccrhBzuRg)fQl_%Aj)7FnB:>'x' ݜ.6EqH5Π/Jxv''fz&*Rb2G@@$[!-C^%3-ۏvzC3P(C<#3@3]!R\rtHl,:̊9]-鱞cA])f~*6|K- e<}Qbj0 [%nVxTAp$CJ21ZVD֐);w5O4@j4PBI "9|w4HTʦM}C ?w/UTA>էe.Na31 ے 5һ+j%iinǕWNUvQxZC=4| Q}=mHYz֞EMO{ E]Uԋ8k0⃔rW&Db}(ڳ=~(nwr3zֻAlȷe $8jCIabl DZǩ I2[l\PAh]Kza's3Ig>FթiRZ=Aj*oP3D˯\Hpa@+Yk:k͎elSfNAHsd\+B4C@f.NFgZx I'_҆@/SCDV!7 pe%)]#Q6#>{ C\-HՍ|BjHݪ+CQ3x[-Ix!f#q"تǺfgi̭*Ͷ0- rec4𩬁ʅ(!O'$$+ո|s4MsP4D%gf36boڋg^8{ݏ-ލ#Ο`܏(G~Z*BQMb>@6㊳*Cs&1#! &%)iM楛J 73K2Kn_NȈN_13 ʖ^-u΃Kh.D/PnMtI6_~17{HN+[s?.%ٕwZ,gp˔H#uC ֣u>2KaU!]UA9/2Xg00*2Za'Bz1Z!d7e 6{1ϑX^g[[y:>:!"gCpckhAデUjzV.JWH4˳h0KsbGijVZoXɯ, 9sx-uO/UKܿdHg3%'2ILY p(kfjKK xOНR?UXg4ZMXy߯MNͶRݛnKK3f or U z)ť= 7X/ƂT+G{9w$GMw#2>RWH 13[:uCM3>RVUv4J[VXfΫ>e!VXS7Sح@OM;Vf[X %"k"s {%Ok"2ʚ}+ĊθH cLM$E{)Nࠂpj`#Zt8[̵GEK2n?pz~BkP*)<:wBsa` |/[ѤSc3ja}QϜ'.wwbEw²`Oߑj1Em`R!ahoټ=QYoDF]:U\;V J!Bu%F]]P@38ed/^m*s1;"[F'ՊXR6uz8(K1>MqpQ/aJs",Z&jU?lm/ ԛ{{;@ v^|% #UL QpF){XP<\u?թsJ=!l=k1,aYېTB>GNdzt/7bk{u5RH1S9MG JB' :t^BR'=r LCR:8,HXc۩L$TpK1_>Cwp$fHIsH! :AJ9^M̝nbiVc)ujI ;poEW59PIKG ӑp=o2zmNh*9P,^р+*ht'DfJy~&p >NS7f SR KqL.1 -C|kޜ]\\^I|B -@']ƴ x[f"S8˰$z*3@olÀg9yKi&ч ^RQ{ʳ4g%7xc,#>*Yg̹M*G3Ÿ5s|bHir%ǿ7s__ʑLSgj֊RZ4~!Vu>占XRRNu6C0@D~ I!qNn#q,ʱWE# p)/tNuMUqҵdYVBG2!'ؐ[Zc1ҒQXu i3{ 'j"$ !@Y\wq.)4W\Xҷf`AF>_NkZ@ztM[u @ݳ#DwY^ݙb({P1GP@4ȆJ MHb\rH  l N@O(,4_K0T^>~Q>_g'4voV` l={.R x&n/4Q|y{#t 'W=`?4)go׺ԇDZF;`hؿ9^'3-㹵Wi8netm$og8WgJgC4 > {yf6^ L+|ΒKd~ w.霙B5P(6&eQm-Oz5ɔ;ԧm-^"qZJX0lR7pn_ \E3m(7칹գ8.q^rM&Ml1tTk YZ