c-ares-utils-1.17.0-lp151.3.6.1 4>$  Ap_/=„iZeOd'YߧȫϤIڭj$٢#r͒$bS;j,G+@ =)0:p#%ǼzW,IL%%VkZ"z%32N)8UW?`lpݏz4G9h_c;[)K F4&OO:'c7vI5n7L9&TkV t6T !Ȍc4c012925de40bdcf1d705ee5310473d8053248ab4fc0c3483cbbe9541c935b963b92a3dd37580c4de47a2445373548287d50b374_/=„.bc62 Kdq byKlV7!= ܎׍qL'l't//,fgK0ZuդwG4,scMEJ$g%.'X)#\Ys*O'W!IdUhq\Od62M[ Y9vٗah(UOҞ̲L ނph9'JF~|O%Px21L"[.O>p>0 ?0d " G$(04GPT my     <`   (890:PF)wG)H)I)X)Y)\*]*$^*sb*c+d,e,!f,$l,&u,8v,Xw/ x/@y/`z////0 Cc-ares-utils1.17.0lp151.3.6.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._lamb11openSUSE Leap 15.1openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://c-ares.haxx.se/linuxi586UU5-A큤____Zz_cJ_cJ_cJa71be5452534d504b48e3905997c74cd6cd3390f29eaadc1de0e3be95e3fa54f695f607a4cc239e1fcc0a5c5724d284b01bb7fd35ba1f128dd047da55e7e540b717c763d54fb2f99ce926cee32afb49d6eadc0036098078e47fd3188a94d1a9cdb4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4ca650d84ec3b20a453ff5349350eb1f66a0c620fec62a6b2816fb21ce03e25f46ef32a2e9ee7cc8d309e3d010f48b6a9c1bb87a211b4b7e35d91ecc578a7c861806de1f9ced875c53a4f38d9cad349e926ffb05bb64d67b6a746bd62b768948dbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-lp151.3.6.1.src.rpmc-ares-utilsc-ares-utils(x86-32)@@@@@@@    libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcares.so.2rpmlib(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@TeAdam 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- 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.lamb11 16061367401.17.0-lp151.3.6.11.17.0-lp151.3.6.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/-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:15062/openSUSE_Leap_15.1_Update/635a9ce4c8b39802bcaac3d7f7d36a44-c-ares.openSUSE_Leap_15.1_Update:maincpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=458f9b0a0f5d0b9e03a8862fbd4695dacb39f449, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=4576075bfd3a04ae5455fd7925cd10454a9257b9, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=6040f411b38e958dbbc0dc0a6fac16b2b3455ac2, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRRRRRR2&v*VJ^utf-8a7b0998d165ab239dc588a858f9e8fac68e5a236c544b1b52685bfacb977b0e1? 7zXZ !t/L] crv9u4.4IwUwv~zGz>&,r8>v♜93 Y |%uD82[3Q)qEY,[")FVC[=۬?-|%s:9L"ԏ2H{x~x)R' 4Y- ֡Wpubm˕]6ـ ;!&Y7> ?HL)#_Ġ('~O#S"sM?e*5o6#@g\GAYv8.w^ֆ{'P" ˔iNxaxSXL4vp)4q%_GHQ\qRG=&Cup5 yu;\SҔ/à)"91mZ)JLiJ`ؒRѕ*;HvE;sA'>^iD!HdO RCD?zuzsB <%ҺsBwrMLnt,A }!w\牒r؂Qĵb/:=uX vG)C$hX>4XsM:Ui&E5FKi Xؐ;rCZeOXfKþݕ5~Qo[hrpM\a%^c#͛(2j 8 6514Q~~ &#B-k)}o۩3J驻Oh1sBq)|ອ)"`| |0!) &i ࡞={@v.:p~}XU–.X'̓q+J5а>amEiuSFgLbNQT~;JaSjJ9eY*z?N_Is1lj?e[{=BQ!S/u<3$SaZʼnqјjJtDi0R&aҟ} 1m"u-% %*-H}d_.]J}FVh8<u˼ry79389B>RY/y;:%t>K*:=O :vڴWd}w΁Q7/287t7TpH~rPcvU6S"c|uR@$,!bk#W\1QZC&k$=MPr<) Q.I'}Z)Ci..Xכ+.>.$fK( <,ʏȆu%VQVλG֊ ;Ct瘡4 T*;9X Fn8:2p1ۭeҽ)U\) Zpۦ[޸>o=3-5ӻteÆ^"5c"Fgoc5%/\[;JC,- := VkB9Nkᬳ/Ao2RcC }~\.܃r ȿGAl(0SLyߌf șCQ8zOۚ6QVYTOWmܰq+yHr@qqinˁH}97`p ?y~Ud|Ф?Lb&ȴTh?o*y_' kO(f jJTϩYb& )m/9<+VIu;6@9K!Emp$aݔ+5-<(LUy :Ѣ0ܻz3goX Fdb/UG|غD1FpWi v5t3>);5B}j h M/]XD9W7Q1r~}]F{_NodB8EiGv$8%/PkkYkqpZ,\ r_\j/r3XnPHd1&,mfD4̚LnW;ě6OUpW օUcpnoկ"a ~}K4 ,7 "FHQ.|}/JpI}\ }Rz H ͉1 5"ѩ@e˷@]f+֚(ez >&'Cb00L~ш Lbե;JEw#=xeC|\d.m sq\¢#]լ:A6DJR^gcraoTVb:-DH F뇔+t #Sg{)y\0"~Ck43N &-UFP^}rz3Q?G<6P&o![(FP(R{%8r+ ؟PLb&)%4(uZ𘏛T.>ێϡ]@;{ml:1Ƣ&HglmpK8ȯP/u&yI FPk|?Nl!3!nMujy/Ol= 070`3خcZȒ񯬗z6%9a>2!FߜJvnDVtuk݄|seIh98de'6I-HgbϺ! pQ+0>;K(x(abm J#Qtm43J,ZhWvxto0v&eQ {k/WjC5VHTn'hR#!}jCQ)3`EJ@_&?MB@"5m7kmHsh3n S<*%'mZ(<0'poླྀA'D wz |У_UIC2nUGgZ]DpG WG%574?P7P|چ&Փ:YLoQb3“ BI AXsN]L1,!4B(d3;f۝1t[p:DF\vy=D HJdj)aPkC|i x0@a5(7XXZ =78}&=R)aAao)yպW Ew?Gv:»99Yy]@y4bŲoqNmVF$%?lz十\[˳vEy|•i9gЎ;egK=1-ķB";d<)n7Y-g늽JԸjix9- o Dc(7KOwJSҚ.k_[5L̈́sFe/˱t'$00w߳əY `]g厚 dƂ޸L(Kn.fSb'"iV[k,~-2hPYfegӪz\0H&`6QF|(AC0N򰔁nвaͷ[mSt9u, /y[(NvmWD(@ *Ʌ[ 1~f)* JwO4cZ7 7tNT3_f+"~ ~C926^⠡hz_'Ykxg +o}I2W(ncBeʆͲG0h%鳽Pڝ :|'.br^>8_@$Fr"M^-vf 1A)]S,RކFV;"T ˙ R->K?!4EmӉ(xHok3cV7cP]ZSҵfٶx;Ό|2pCw#эGxlo!o4!{-۷ۿ&\ncQVMO|v(Y2h΁|ڃѿ|_՛;W]SD.z,&oAԸxF pi?tW]#{ R=BԧWn3Sx*IPORg06OpUMwd-Ҍ qL"!l_V~3~T=_R-=^ ]R+Lv{U|?HE {'| 䈒952QqέZsy@mX }ÔݎNmPṜsmiŶ6]0p6fIw)P*V A-2Y܆D3yQ\UXfi-GXH<@O,'νP;l4){@'5v:Y\nyAwn &z"bB#Ӆ֧vD{FnUBKV;C!qd*#$ ɘlȠBM\ k&UOC$~ ?>OQz>2S:Z. l߰WL*Uآ-A{~rwȒC ɎZgbEJ~\N#r"w@( va)1;i>vX?g7LIԎ<"7fH N)2l:q=bSwPYb}k&uD]Ѹ*y:?g[ H4^) sdX1sA ; ,A+1 IXv"ȉm#qh 0Dw׼dS#2Rݤ%ܶm)|},lK};Gp K%6$'vSFdh'eFVEfZ m" Ftg;v±J9~>Re .l T.'wQ"OM4`Lg l1[:mͧP>p%wX=bfݴ"'1}`#IXTH288F }hU"@@(>AfLOTpCcm -H?i 67 x?N]ny.)!spg? 4FmY孏,`|^kFvJe=?` =;@ iڧ=D'z՜0;óGOEp6*bgKL38<XԚzrm +X; 276;h#Bx;}H6.{]\}3Fs-7m'1qysabĎqG7, O)p UpbYqk 4yyZ{޹"a t1'`3Qhg\qWUdkzæM!?J4{ /*&1^w{r$wQ틔5U.iW}oCMdŸ\o"*?9&IC[4Q~:6E@C#IqFc mͭy-_8\5ZL46sqjxV/v\fc(sUN~_6Ȋ8bO88G{ӀW0kVdadIEqS\bGũ:`U!g>mZ4Vd>a?\+` slb ʙ&yt1-aeo$Qj.H"WZ&,̪m6Q=gOQf$2ۿ0ī 0욘I5 R':H~Ojv};쬎&yd:38WYuҐA~ rvgM(ȷ;#XLOGp 21 ^BQ|R3W#()Ee98S/Z̡=**!3,nJauӤ'X#5a?kBb#x edCOt;YCUp{V,{dKy uc.!GZ+Qbkz~zf# A4FC՜J\SòҢ.IJHCEK dW?Z:DB R9D9KwoSUB#f>ւ]MC5Yˎ7n>.H_X: GCK73o6ȥeŚq ɽ YG1.JqUU!]\n"pw.v.*)iVJ%=$D'}Y'HӐui&5So6gؙuLfB% mx\zF INrI3W$uu)Aze>W2x\x꧱k"gWd=KJmVs:e>|v#Wa,_X?lkxs/rZC2[X{wHE0LyƃRw% O{c!cԺ0JM 0u'B_,}dH8'-qb tdAnh{fB:Bc f+#viT3x? ?1Z=rID 2ԃo:,ARq'9qq}݆+hmjN)haAs%([EyxpJ8pю %[]n 6 ?AQ[P~<W3@痳Pխl,b7oCKv2=߯0ۺ;1l5z"zp"ꦆu* D,~ts}Qr!Qzo@ka&gb!\&.ipd5f/9rOR=Sy \@!wl/ ы*KKH]Ss AB $.c pW7N:N :TS3L>V$XIK{c{qRA;kϭrX Gmn66+| rj" 4Gꣴ%!6|5Y{ 'b'y*u%9]RUg<prX-{3pZ$#zB4K[COإӻ2_1 '!f '=!m~ ͨջxz&9F5DN.f~EoW8CbX:cyՆ'h8~`dA2ƑY "02ƖsAx1gk<1GŽ.*5wx?D #Y4N9 v F2[/I dGf2uiΑ7t\bعq _D5fBfAx_hȥY`Mgnb pbڹ%\S!U/ҜN}3"/"wCtT(_fY^ 6KDU|L%M ;ˎIAqNF]v W*^t+ͰW|EDtO̘2i,Fی?w9wpgHo9|ш~E|"XZi2{~lgm*m]ր6L(x7' Y7aB\>U1m29ڿˉyMNҐk{aM~(Ib;{s SLwW Â!{HM`Lvn\Ѩgќj>e@o|+wyxT."ufIvΒ#~(L+KMȐSݦ]sTO~-N˲hrFΖ,+7Y [f e]`g &FXg+c+&ȡ5p88.)pF).Rxt6~Y C(o6|E zGeaVۨԞǯ8F܍x(eޯGC4'<5 ߬x#*oa>/$z:~AMcD׃֬W5RVиƋ)c.f`|0uR?ʒE:E))jt^ &8tC޺'&~/k\۲P0fxά%h$SXK:g^{z2- &tsu$Ro "2e3a#X6i?|!)'ɲUX,fzqL#X-Hw'dQ(紑%"@&BUSLo3ڒ璄R+A:li'4R .=Us,v`[{݀׷y2sYu t̪a?" /t̰k !Q/ShC1m>extAfȪ-V]xcjc-5c` )KOKdJ:||h!7rr飡X[Xj>Cp2BS. ȕ:8A͞w?3g$2ٖCL}n.4=Tmw'W/lDo=W,\L4MXEp:؏Q DjEb?H:>_=Nf,BJES@b% `$G z3,*]~D_]l|M V?}]&!߇:>م K{_ٿE&ACtH5< K7)ah"¨M C}HXasV$.,WW]E暿kXe R~z2qaR$O➵)[ Y$hY5+*CTԎ%P]A@ ٣EaC㑿4#ru1?q}Rч7δ]&5}OȖ<[UFӋ+}yBT5&h(?|C\z;]Pa^-6>:JY#T|@#Q:W˛qe}@AW&C`||1XtR(Sj}TgPSGczijXƧȉSVPd%Aq&gT\mVqDn%PNTY8:Wnۯj#5"HM,Ih)*PbEzvPض{pCӫK<=H>rpk_ߦ1^5#M~WwugSt+?U? UU  2x()GGwrNzN,_j#Z0|}_*q{yZb .N,-:Q\=)" q41M!I "/muڥUI͈l~g+b@- Ol.qȯ=QSPgDDmgj-vLZ|f}5{ @ᣳ H+%xEG_͋뻒+IydÜOq3Rx w{ '?%cQg{: lSMOtYWs D66",1Zᡙ?:M#,l-R ǫZz4(͐Ⱦ(Be@iTQJ-ၞK(Z2,̖̀vTύt%=XZCuVBWj&>2x˃нrԂy9(G!-`:^iAŒL-_tta! WXwB{f&y|mFk tw$ چ8taTqPl\,NÛ͸r6_B3d2 weMxmGrTLA|6%uR*gR8ՔP jVB@n201ׅ7u}`L7St=GdIѴW+1*O"@]:ps` >lk(Ta_1٩7,&.W8JYͥ"#vc/,`j!SHN뷦8,'3'H_iXkJG#t)ScQ.b'[GU-?}43$sI(9(k#'kc#"պa< o#9q&&cX0u(ٍf5j/ JoJS$5l\PY<#stYzYfϫ#\v79 pgM(I΀WH``wAW̃;w[?Lr1.õBRұh`cL:,M`O r!>ey9eumMm&cԝ7i*Xwƿk4uh¤\0`>q`0LBld{m)u.=l\k!j7k>HlMLO3`̥i|VծV'*nv1`A n]tsN$cdXp஀_<&q͗e98ipK臥!+cjMx[tybF ej|#CJI{y3F*64< a1Cz+d8*pr ] T^PS Ncf_=mн09kq6im>\F&k( X+BfH-&Ͳ ވ߃]`8щ812KPѩ3 ܀iV9Z5,8 - U±3ۅY\[0^3K?Dl@NPZoJ;v7J>3|TTȑ4>ٟҮVMJSC۵,"1*.GQJEe1 ʰ BJ9_<?K3XoPdP/V\aT#w&ԖYŪT>lW|֜5huA.XI"յca'Ztv03#)OCLRNqҁZ֏tkLPI`?W57kh:_:_s[tDG}џcj[8X|f4f"v;[T[^ ENoLKܬ"$CӣMöqӷVz̤S@ 4ZI'Fl"-zn83z͗:ŵaB.V ZfrU8kdG1j U.عAt}ʨY>Evx"r&Ê,aQDA ˥4Bieֵ/?;yN[ъJQ"FikH+ĄL=`8ѿ}=v<+?L=haB!ܯmmHRp7iڱ\_.EN3XbrY&)^7lmaψAk u4Bcf*C- HC_{cm\!Z@؋lv9Cl$Uo_՚h?BR9gY2HCӋD @@UxWVA逷D FR,W2h0&Jnp-Ge Hh\0Ptk21""|亞)}r`U*U 5Wre&N5N})l]AՓjXuuqd>t2\C`# 9 J9NpN8CF$5R 9#ͩjTp:u%m-hw~S+vީ$]b$d6>iobxIjAC B-WZ$4 FSmtn TgƋЖ?8D8ڴ %p}`GE3Ys|A-^# r$`Z;c(Unop"=k+a1BN7UhdZKP5bų\ܴ{5>G(h:(/r$Ύq1ILlSox姬awMzGV[so@sN.ij,qT{:~~Ha?a%Su y+p6HV`e,}G̗rZNQz&!ePZ75ÅukC̳@bCN |4b][z[u\I a_P/7bQˊq6{:TYxA2k0C;?+.s9|уx&Ś)~~CuE x35E[uF{R 5|hV uLB3ܕq|&X`Yy(34hh 1B@(`| W!igD;mv;xzHF&%AG}mNb}MxUQS C*}7UsE,b3&ԝD6~ep;?z862)2On P&|^ҳqeH8v Ԅ&mY#0:n{,z%Q|cTpq;@9hOgemɅ7Zq7 ҝ4#g~c@-qBl:6o^I!=+Uq"m_r]`S!:yOQ!`[=>Ij)Elw }9>{hHBޝF_ |"3+n4w9峯3k7I4 I6?F/e! @MTkvii4%286D RWPǵ,a}\ec".-c L %^msno]T$侶kj4;vMG'BA #/ bFG, ֚P{@ݴ_P+8%}+~+ee\uy=4DC$Dr1%kf7{(00PTSg1Sb@׀LTln;IHCG7z-I{'wn .@_,3b/v0T4Hť T[ԃY'w ֖H${3ٷo˜aE<僘u&oUi(uDL~&2(w^mOV ٓDQ✉ {&װabfM+ ,y ĞƦz [ާ4+bxÂI Zn97td$Lw_ԜҍJlKşO;@mٍ " %?/ bl5 ;NΎ&>_v'O( J7=:7]נs*$C;k݅wawmi9 -M4~t!ӻflf>HSfo.TW7Fe2~q&4,\Y}򗪝(Y~h/Az˪aRﲟŧ*,yY#ݣ Msv `MH-{ɐq\*ֽ9qIYH#p7m0'l)ZwNe!r.w$'%pӚ$m""-> Im+C]|Z< _-ҕU"1P(2[%ĝ]G:cS]Y}.Ɉ--6JH(mts҄;k\SQ[K.!2n=ЗpG a ӟscuh,`1BUMhk-ˋ6e?tEW8eNhj.B9)9Ah읂VRܜp(]Lb@\)=TgοS4FE8kB:$rv~d5瓟<#F,&% ^5+B0hVRynl>˾pK; Z?d[`C( $NJT2Ӥ@#5*emuTovO({nUՊDC-͌d=9Ib ޠ3d)8_*}k?X-TӺ 0+[ua9 e"u7+V @"g_ΐV 7TS?~)bK= >T:VihNsҟʀN GtD:ht<&`@Bl>:>)< d;A{yh)ahZEuQ$$X.tvX>0")%'EyY',V?hFO!KHLrM[L3BHNN{Ț68_?M\ߏ%cw%8t55dy2Uw+LmF;bw{|H0ޛ0|Blln$fE}*KI}L