libcares2-1.17.1+20200724-3.17.1 >  A a:6p9|H/h@{`i#?aMsow'wnk*-Hb@N!Jsh\MNK:4 0vp@.?.d  # J$(04Mnr     p ,h(89T:>+@+F+G+4H+DI+TX+XY+d\+]+^+b,c,d-@e-Ef-Hl-Ju-\v-lw.x. y.0 z.T.d.h.n.Clibcares21.17.1+202007243.17.1Library 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 the shared libraries for c-ares.a: sheep18jSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxx86_64gA큤a: a: a: `_35f789b4216d610f1cddd5c8f5f464692951bbd94bd04167cdcd83b178d36954db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.4.3rootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-3.17.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(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)netcfgrpmlib(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@suse.deadam.majer@suse.demrueckert@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- 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./sbin/ldconfig/sbin/ldconfigsheep18 16311989881.17.1+20200724-3.17.11.17.1+20200724-3.17.1libcares.so.2libcares.so.2.4.3libcares2LICENSE.md/usr/lib64//usr/share/licenses//usr/share/licenses/libcares2/-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:21102/SUSE_SLE-15_Update/18e32511ef81d9e55fa2343262ee832a-c-ares.SUSE_SLE-15_Update:maincpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2be4ac2ee859394410f8e5093829a8bba01c948a, strippeddirectoryASCII text PRRRRR RRR }g)utf-8e2afd6b241958c9b21155de1e882c17b4fd9f793559f2d6de2fd0816e853c68a?7zXZ !t/m] cr$x#E{ElG09{_Є"(Q]wMT:;nGL(EVȭ_ cT4!.vU*0Qc= pé 8NG̴YCs\D s̐O7E{β\&;X7F xn|LcR_"0H$ (e t y&H=@ހ!0iIf={~Vl7Aeܪ?K[.p/"pb4;B$Ьm䷖3ny,1 )y3'l (4ҁ_需j5͢ 3aHP?Qٮ(9Jwy/ L㫋n|Ʋ\S}1<%֊p<-HB̂;KWS!˞97hgր'ˌ`ZNkUC2gW(t\6iE)k',qF<6|)&$#Olѫ77Du=['gCyPu2gݸy;u:)H]vMEһR<\"u֮k"Lm8㹈ލsÜQ:$sdΟ$`{5Dr9 Чf:@'qqs 27;{--y>@;}v`KUw],: 36/5V.Bs_7VHE,gߌr 1wW2dz.Z|kwOIL9:j aOdR5ye&iuR6cMO[ΡBE[+^yWQ|!;^u¿OK,.eP #ɾOћc4Qϯ8 H6( tq\.]v.5yY$J.u`D}ihPǹ-ՉV[i`G9M1Ӣ׭r RRMhS)G: q.Rj$GL~lg{)_q2*[zg`ĴfzN ,s<heI]Х-7aFj|-5'H`T&]hn7zu,ߨ驑1]IQt(a]=ɷȨm1je`}6 Fئ pQ*1of(9+YA«u]KWvWģ#/xJ>w _hнGkj9K+',zb8x 4}V_1nr@j㝣}Da uU_# >Xyo-aкmi@Qu/Do3ޜs ڏbnAu#>Ai1ڙJ]@,i@Q#2۝N }A.@j\&jQd,mhcz0bJ_T"_`%tI?RO㶰9aXXAQrob[Ҹͮ15wѴך@ 8^ jh7#4}ߑpQY'sPiU;YK$Vj$bhNUp:ePϬxT.enXD~%lN>+TE$`?15f^xyIuw? ST=!V j s*7'dFB m4X״xdrkc,31OKm OBg]Zv@9r.Tʔ4v}99yI'YB>uf#&t(~y34Xoڜ5i]yV.1],qKnЂYBf+׏H*ߵUIMwhaʯ˜C.y͉iɻIM<'Zy%&U k#(| &\ U]V?y*NZ~ǜ/7Q^SQhl"R~EBf`AB=O:x2՝*y͙ĺAOJ~jӷ*:.9#9׏/?η ϩtj87Lw0jBДAK[o抅X!~/KOLHFCRZ"n?W7`vߒO >֔e'qKىKnM)do6a[rܖ;Cϑ\k6_k, 8N_ a/“)v#P%kKneR1̻wLBjd vPCR O+N J~\.D$q<qdjXA`%֐p:Df/08m)#6[`00Ӷ2?lh܁dEcb`I ڋLT@49ek#A_qƹTMITCܲj۪rIW3AJS(= ԋwxM8L 4=6ŹI1wC#U(- ^/TsSd;9)S.E&4ef>E7oiJOUյf-1ֈ[vLqj9ه0JV m!ORıo }/@Y)ep 6%w&ʊ*A5ښ쥭:Bdw뼪Z9@)p/KEQzǎ)#P韩$yID'Xx i&t@2Fl&ŪBs=!g?IՖ-"`PsB MSiWd"Bp nN;=*x\Gn%g)'&/pB!|ӑ%w#scOh;!7:P.vI'z)ż.4_0j%5Ux# 5PZǻ>y o*F=$#9UeZ5oqMgfin4ӏVMl ru&Z+PLZ}f̡zf(*Rw6%i'\^N"KR?73 ;܋Asg$gʂzj'|Z!(K_aMh^[迨s"G(1Cڂٛ1D#hq-A Zp btȼzJ&>BT̤(šŤ{MU:",d[;Ơn}äkCQ̿f:"CjI>qDF,|(!8o's$t@ _:S2 fAyjK ߽JJNe3r^I.8r335z1#uK"7Kl(+'F?/ͽizA}j/,="_X,%:Ďe4299 |-oKZ3|Y0{018qq3xM'5BNJie $଀}7,ZI~:[r,9T=UQ%ο^}jPP'TƳ$F%'mUҚQ CN:@;9gL !9@z+oO[Ѽ^j(h]8\%[ ~AjSDJM[T!nBgrLnRX@j(2 k0wmmm+JKUXtX}4E\7dHPB+ #I<6Z!Ǿs>ul/9}vVγz9Rs<\X%,>a(OfvVf 63f v˜\c2N|c#zN: a]/S29rcNJ<ĮZʤH{GZFa[^ `8 NL{.5[  ܠ6J AxDz%-UG;%kt]89jiZі.2CC%3 #`/J65~" }\"h17ʺH=O(yk/ daлH`7sX.K]Jsq#Hhc4`t茰}+]-ns!*EH:vp"~x_" }~pq?4> Y MX9YzVg(?V?>B)Oٻ~G^JR%䯋B]T7uCuK~461Ŋ}4I3&*Gny5 *yLYd>'.EٔS#3WC*3P1ڔ CECep R^O`zKϳHiz;LN9.IG$kH i]ڌ^!QؠEWJNPzS{5B4Lltu{ "R\89R弁L<С5U`iv:ܟgW>h I89x&ː%lWm2R6S4R4auk4hW&:[TZ ಭL$^PrUZ.bHgk\ѻ}? ))5q7aT;=MpŤ7߰ecǑ4m<mD|Gu01-ȋcbf-a"=;HB h.n t(aN-srZۿ}s(0.}Q TuiW(Mi @{ eF9%a,Dρ-N*?TiqYVM3Vw88ʞs~AHpmweҖztąN:f0E }as,l0pUu8?[o#nq#_*Bg{SB ڇݚA'8:V%bu6wF|x Q%)>ӲN׻DN AHA ah]+ `1Tu|k:ĺwCF=[ !EL{1nY.n!zmTl كV)ۖ ď7jwitvjq,3Gݯ'Mf 0PHOn~eV 8bZ/)x 2Dȹ̠ב0H!KS"ƙoG~]q pŒnXx~ZTCu.R` <4JS[R-iGhkQS\'R0 M$$eP`NBHunB[;(gL JgcjL0݋Ǫ%\+=HYWr!k:x 9Ⴢh-="9ת>J\ B?QGUy /et-}ňTUl aJXoAۅ;\5 Ozd@XHMܘ:G9}&HСI%tE -1}Jizr^h9RCP ظOz竵Mx9gľV4F0Itc~43VۃƗ/%2"6 䓁MAAN;ʔ}`o@tQҸ<"Kd-\2+>1,k5ϾTJqk+`ȩJHE? 3C&b̿?ИoB"#5vѿG*κ.5U5PHZ$8PW=k_ccrViF-# [cj=ݧ;%UڲqN޸1?eSx"8@Zk|Ve8M9uAWGuvx+RZ_'^^L dMt zNGK1\%5CM t${+qBV󛮟7"&/0E_Bιtc%jDE@v\cD=rt&7CZFeV0x?> h-qf^a_edH]}y(jq2Me6&z\C+Ďٰk@:z$dܱL xFgϚ uˈE.(ۖϻ1\%.aPj#ܝڙ:3BoԆW-iƜ~H6cꤠp7Fge&`Yݻ']pM1cx| ǡ)(Vxd!e$ }BvAt 6 {S2"YG.faob|VG̯HѬ[=mP?WN3X3vI_޾??}Mu3nw 䥋 ќe'r&nf0YU߮<=nzN ]瀭&/MbMJW{jV<XέBy @j ʹpz{T~-E$ћCfԴAHqN4;e 1Dz*J%{x{%2m%E/+Ir;(`^5 L61ZvD v<ǽ%WbBV*GV/{ H{t0Ѽs&5Bu-0$A&o09'ѸmJh3uVG_,ѯHzM@̲݇>To }Պ?~/~*K >- ҳ1@7}շ| G&i CQ<;A7vX_8dJB@tnϴ_3.#"$U~9P!h i iX؎ iw)]&֔ᚂ(C&dJfSSSMk#;:z"#/,4ʚ?(WKA*ԩ8\e\ p+32g@*oH[@Jݓᙞ3q )\I(A:*B~nbѹoTDx!:NWldk4O`d vqF> 4P#__h0O#L>de}`3o~A+i%q ̫&Hb!@xF`s{8o|l< +2%E^V͝Vk蛎f-~x9yaSf3A8,#@WZa͹h O׵|78YsE06W({s3%}"ߎXo>Zz9_s'@ "0lN }9+\8U,T׌$Z⡐.*dܙ۽xs%293qQjz4|jOس-XclYT#Lu_9m#ZK^sᖤo{(}|BZ=!4λ=?xu^<%YpWl yXqD4IO큆c C arvGSlr ׿xo LNmEh$NGR6.]>bܞ׌5`/uϳU`A+p_q,~>-=L~VtY%Z,j|Ғcv>kUX2CΗc&~ _^煚IMQ60)lw}_8L)=ok0Lȗ74&4T)ml2bUQ+B9@:qNx-kMgbxMu+-_͊3)胈?ŭ#$ _$ !sqS mg{`'Ηt4Vb?pKXؽS;b@$g/v)w,^tK Υ;Z8qHr8{$Y@j$)q"p&% in8c`49{:'zɚ؏uc->ke.=L (w'QPb%ZfJؼT1GH&џ֢'R[ôvk3xWKv *Dw !Čc=\jd:j<:§(3ZqxD&AGEa)Ӝft7MNwQWe^:sO{7Q웈{EYq7FL, i.HsjcEiBO@`nѠph݆duD,$/Hsp VѦg {"Ү8l+i YIkf0 0 8眻SDFQ51 ܌0hHE9ωBc Ò6)<_հg$N#g|e= $q`lΏy%\t=n RR5'`t9tyAJw0 ̒ţIc)'^3Lٍ.B;:9vHOEP!ԔL&C!m<^f[aAdVS 4ȕ£QdWB\rE:"`f)YLRѧIE9LPhm0G!D.Mh69 Ҵҧ(9C%@!83-n,&˓`gH+tחTmY.U1-ua+NCVr*A CLX=) jGd5O6'~yA* c \rg)a6`a‚Q5}|=7ZW]"[5[|i˒,NCךFO:cQ Zp"EJC|Ov5YgjiFJ*e:)a{[($0"Z7yC Q$%{ш fItWa#|q)<&(yQ JAZUAx3Az'yp";"rE UG6^ Ksba"EeԭU )-(~sۇ!XS.*uY~aw 2m;o◂.;X9ܰ!{;-bh3}1 ֛"zϏQRR2^<*S>as Jr~oY˷8,9 K W{S";?c~&6xkr"&l`[\P>otшK¢V#~^@^.7_cSW(v?J$Q$`wŐ4 F%Sp|?s3rLW > JreQ146` B96ZysX iMI{>h"6ttwJXˌc^:_9j?,'Q|7q0u`/j@QnS]OIwp$@J%| qopӒ>\|m4P8(n3!y.S&뻡+IҬt J^z?/c 1'%CnosgioؚW5׷mdđJm,:{/8/5P+1 6/G~/D A8_CCM61eUAs7NAZ(0e422D9A&Zi6/H En~ɿh.thT -HutҘ 4-pL]+f+_dLjjT*ܻfOI*"DX5HQ997۵Q _AB؂=8ʖ"TJnA+S2>Msy໦i9-U F5V+{Q=ԈdRP-̒,SYT}p^Ÿ64V-Kezܱ'>љ|ʜ͜1[rSl֝ѫ|H(wMʻJuYWߔ$S΁MybQD9[g?HAQhh_oG\onNEfK T'Gb_XۑaCYiRMrF=3 !|nAL(iVX!O09Ϟfk(^}Qu\Xu h fp/w֠hL5z e8DDʼ9ѝH_.iYlB_Pq;yWK,dU6pVDA2 "M<]9mqt/(ljTՅt!D^2xU?jHOqfnU /mSS֐؀2i׎zJZi(egWVo=x{;'pLc,ӛh539ݣo "k+\ٗ5]ogldiprmb[YFOƼ9Ο4qcM.+1bG M2יObT<錯i3kV"xb-24m ݮúw/diVsls39!z-yw0Pz"\LQ`7T* ސMn<%.Df/ή%D|}BBن@Dƒ<-b*p|& ۄag X+l [ҼaʷecٚNő*4ԛo'wx3ЈhsIKm#F2yuI݃`\ݑX>#ޓ¢MA.͜8'֬!*}!YF1{5`W`R&W:Co}#8,?0'~jlX}$Գ +"JhO+_]FFwxQL59?DV8L2:<\8(@ky.bq<'6IxP/}q7q Vۉ&@b=+YzGuPÀK a *y)ߒV UNA&2al! x̎t`ӄnO,!o^QOL]8?W<&=39{UE|e<+@2)j GzM_kgh*OB,J PhߚYlױv~c[۔!uW[c=V&H _$_K'zѯӄNH âm_]j ۘu _i1AMMZ_؛8e#5OD~@GGfyS"GSjYL0h;$iB! QHUp}:jO r0׺,bJxEmu 2h ^O׻g;.eNgGL#Q U &S59< B8Ğ`YԌ2|es |?7ic´[d05a]` RŹgnL49Sq?a_X lb*y< bߴ, 5{df$0eok+iuk p;8ۨ~WϢs |j6S9gСV<9|tՄfa#k8քwx {v.j6%YP&@Aw"݃B% 3Ed;W3Ir5#S4T̆!suGʌFP?=k#[Oq -kxP6rNB59k")C-i\ /Q.)`3$6к:9[T{cH}4NwG+=ZڡZN餋w.pGu FB٧;b/2})*INot*ŁƑ==ne UPnZYq~oW*{jJE|@_Y~VfVU ꃲ)BF'.Ǒ8>`}xViDfEEX'Nb"A zɁ673kAf&A—O>R 6VUoa,_y |bC|0;j..ꛏ'ਕp JLKPCqN`>X{)zv56"D^KDR1 w [2Vdz"J (LBMJ*dJ=265 Ez9Ѐz&+tK8-x%U ֜~Ê 7rDבzе[ #8.3Ӂe'#@)U9Ρqxw<$F_dDH Q*yYEbbCmHLv8rUdA%@h$8vK 4/JçJIHw@HBltmۢܐW2it@gdx\ԅКRE6'ˬ jوk}.GR} ͟&só}UgpAQIDyD(lx?!4ِUd@ym X; R2O!sfSClꙮ=x{  z*VT?ݰJ\3UISuɨ -Skj!Ltf*D/J5ʐT $%&DD|}=cIξ)JdD[Kfw2v!}pr9<9_e$&!Y\Д *]*(cMh_?1O9j\qqv1ܓv~3IMwi;څv񃉏eh5Rnu1Wc [l`DVM'9}%TG-[(sߢ6?" 4,^:_It'wT()X3´Ǖ:.{/ 0ͩe ۔89+#㤊[P[R>.mMs:$I6G>#JhYN#K% Ex}>$D@NnGCE|, hʽ^6RCrL#Ƕ"#lˏiy~Z泆AC5r.+3I-FaAP!rVCYrW)U(o "V sEj.b3DK3{82y21ew'C( 6d1&ԬN/R8՝+;(#Dj Yt ?,Ӕ /xY aVB .@gMiP{?zʲK6p/ sg!,zvעLmGz e@i}q0Rup03M82:Iv=u]+Jj2Eze.n"zvNËGo$/κsxj7vQDPGV뭹|^f1R m}M)ț8ED|hO\ݣ#GYp * \ L}%ǢE.?/?z+I񻬐C̽At WB"+,ȫ `[o$Cɢᦚ%/w2pBx c ؎Lt?_iw *R\0m6)O3G&fq'QC=zb%aΒts܅iP} ILU%~ԗ[UR ֝I[!*mޣr~~3UYqMЭM2^-D o Wa'ko2=_8ri^)7ǡʉ1(ƀ zXTZ7?(q-4n0櫪 {+,)5V+mNiF{\)QNg_UF#,|%DZhpe]s>&Yr<[em{ntjB{cQ_, DoGj{Zh_򁗍˯\֊ߏ}k+Dh TL_AgC09½h*ΥD[6+ ug] w̴]^5lb&DSꏨa /u~%sJuT=Ө5`*4v -='1@i}(o MFR*I Ox?Ko&4]j RNu+Bʸ5i˿Mܓ.%'L@;CC+T^BwvIpwD 6' ܳmiq>v۰#-Zgd[-E["PD/x?iFM CP-G[=T՟`&C̸ȝIPP Oke_ 5.T 1s' _-{'whQBIܿ0QnE(L\iҹ ˖`}$^ԙx}vR+Wլ@ Zᶁ\V5q+>QNUGJAZ X -sPl&#uT H/jl ĝ`mq|Hv鲤/Gvf=?5@Z!xt5'|U\( fS;;0&НPC($}Pt ˔NIhfV&on;t4hɁc5/$ޘpIׂ{Vk Bq~ ጰ{ʍ/Bq3Ga.IsAaIJB<GdEl# WvQ縱ob wyYm'L%".Fr_q`Ba zԄl_~V+`yoXǝ _p뎜+wH9+.t )҄Cȧ3ƦMN''xKEvz1;- N8x4k,G&3c8ڨI bpQ#b*?ag#ٳMjʦUӲvp@ Cg0_IWw7 E̬'_0#=uul-1Xٱ2XgѪc4;} AjvWv;,U/st}kobX/bߏI4*Yf 2\Dcz@Za( k=S=;OI41NAί:գx5D_Q =Ւ?ZW8vU~|ժa&y&0GƦ۟&S$"-:=ZsSs=B 2s3"HNKk#gq@?R5: qV==:~]2Y e&3VBS Bv(5,DYƟˤHۋ`li5#BoZL #/ZaT~'ڏ*]@dY)UU0C1IT{\y}`ch2LHOO ](qʢ.EKXA+OJv77%+XnV/pQͬ&FsvrPb3KjVZyћסc/yJI[Ҿ}\K7V*۪Z53,nr._1\7X5}:j"#ga֔Xsx}gFro8d Ku^FPHd$t‡ WQƫè+jJ q;/ֵaP1m:5z"wfu.qD.˩J$zrQ賢:,Öu67d-VsBk Q:ߘkZDT{Θ5>p`c 分 *yqм4KW&5gޥ(Tߜnϝ 5 j6!xI =Ң*ڱu0u#T 7qW98ۙ1U{Le/Τ`>l3x{Elt<  `],2`4T+Ka[/| xO ͆֍1rf*@ʴbQe@{dM5`?s1<}Cs-_&kQk+20 A;eyi ]r,1ɩZFGd9J* L: SrF,hGc/0Eګr=&2ZvxH&ruW?B" bLތ6G hc;9 lW~㮷!#㣔œ5U6{\P(N$?|KU"w뎎#ٜIѱrpbLʉnJgvS?R΂*&AZ O!H!]5@c܆LLae0cY #=DZM*g -XH4ql+aAz6hFgCm{in&=[;L)v}A,<"6؉_-|c@-^ݻ&%22T=YCSnnAΒ3*w|gGASdkisՠ.Ծo 6H&%56% N616ek!\M7 b nqT@nJDby>ںg-~Q0OƐێf=T-~6 \kʿ)VU㩛(T/[Ȟz{1F=&tؖ58c3& mȏH$$kwx 39:D`[1qmö_$~r0G BK%#¬ueBeIt~8]FGc*8v)ǽS Cvgh1uA89~!?τuV[c"_A:TQfٽufCFg.]h7z QNF1#6"Q'/ɶpyMNRAP;i>nY`pH RQ =lw}߂sd&h03yܙ-m4 ˚IVt#n+*N.oSd5.BxyQh[=bxtȪC%Rg]ܱ #_)lD+Aq+I_ zdColRV Q\VX]EipG\ O,E5? _6E_%og#h6 Ÿ: ;lX 4tJ JÞ~yZ{:[<+(-ӦRO5x{J!|Ue>4e8 h{j2䠇Es+/XЎ^dg [6I1&/4ZG sBt TH)CtVzW;-M~c)J6K\<ԯ@3]d}ZPVSwFT~._Pp>f3Ǒ qNJ},q !DvNkZ2o"P+6flT5蠰6Nנˣ`a+eiT9ͿG] {|[EQK֥u* ( Tsз2϶9C+?sPDY_Ϯ n- /mt ]'q&)ɗQn&h>Bb'IJ@SXW"%V?t$**Na]3 %Pk[`y?7}~B-ySʼ/ޣWS]b# "ʅ 58+ti?Ml3,+IRC&y%X:oI_75O kfD9@(Fdvk![DK[u:|+'ϑcT\KL5د#t\GD$:,ǖ?RĈw4% JQ *>R"7x!ujJ[Ul}oQ:Tߐ'ÙP4|o .'JA eqCU*o^0Bw&g$ܐ1$9G=L V:ȩpP9^1/Y q sBƠvW0umc)iPqc#xWK(ɔΓIvYU=ۈGZݏMRBe FmPH|az&8'Y ̒U />jJ=~aƎHNP>h.@wgF|vw;LX7dĮP7_c;$sC#lŬa-?W#W| JM%96,i)-#;Bi\{˸[t |[1ucܝfrщL%T767:YA6hcX jkE+ ]M<&&$qږhsHK >Ŭ ! ZCi p̀(! 2EM.ywR}nitxW{P+sLbt q._t&P9{۶6 E٦1@1Ȩ_dNM3«P0wWnw:x<j`)t/k =NP8r\Xdv:D_}BC' p]s֮+x0=rH:7aQNpmq) sj vul z<2G No}-z>Gp 4 "t޼myyзpr8A|C檎㢧n;`BؤÆgdķ ]gr x$Afݍz㏯:;c .MS`OM,9wq7tVOmo4u'e-E|-W0-l؀'c*CcF"Imy$+uZ{Ѥܐuh,#\Kzg͌vӷS~Np vuŅu@N9>']>'u [;$ؔؠH #4#s&9O[P!p zSDY0DBa翀H;i*SQzEj']WQkK$b.&Fm A\FٷG4(:SDKD;~/tsM2DK\"w>(BP t.`*9%c;Ȣ[ʿye8MN%H ,HL?V*Vjzzm>A;ƓQ=/UObQ77Ղb;xR2UuwI{hbmx_;դ*i7a kGImE}("%*ߏ&uPNu(S5e\@hC6wL^}B@ v=6Ds zBS$Bcy=3t3}vuɝZgjH7 2ΗK|j#|TKM18IRV Ct6+'\m|ɉ?,+|He wٺ--UyV0S!^ #<"]#D 믪1Ѡ 9g+`ӺOx .X)rȵ(dbD1N|1ZȆ{]c3;Mu1,=-eU#!@IMcSesݶ5O!Gfy~_Llsnf4/oT9xGHZHzs74WkB@Z/WP@wfD5zƃ]yw5 Lq!?hԸbcF`KR]<n=;1Tpݻ+"׉,ݴ̠:a*祮(猈A;!yvÑqOٲtB! '^\f~$8J) 'Ҡjh&J>!ėʖywVʙr?k|5@\BG #"'"A')bwJ/or#UP.rhHTd0aJN8e.MѨV;X)SoJ;P9 d S?VOqz%)! +wI w2;zx>;y|yIfbRA2\dZ\V[R#*|eRո_FD uP[ˌ"Qc/rp3wHt]!V|60@+Ya>Z<&3BүyV9H/[R:$Jt/V=2au#r*n|9FFLhu1#-g59'; 7C <+wVy%g)tX$Ec\I hZP`T$NV|DkNSāIY@R!Tڡ½ 4_ kʨ .4g/ߟ/V[gbPpWw&i \"Xݳo;;Pz*x!]Y̴L% _Q\R .P6ya`4g8+p([O2%xU8s)pG*@~vY9^jغf70ci,{u\ƈ^weL5~dgQCm `,t5=Ԉ6*z_RY4*94lxT6gpʬzmRPq!RLn9 PʖwN\ :U7P>P/LyeYj|ۉT D3߲W#lդ6~ρ\&T+WL9;-:nQ =f豵3,Y-.Fnmt|yISC4, ~'tq=ՔԢܬE&Ȣ5^^z|ykR`⭐HWjtZ"\߽'.]nM6zbfKTw/IQoE{c WI)NtΟ`1hLT|p૙)y"^qlmtm G0w|qkd$iìܥqȮb?Y7jL"D{޺,jLTtՄw;}wM9{F%LRi_5smu0 MG%9Ib$.>Ķk20+)v 0*Wb74娝y|bhLQک@f3󭖰$GKyer11茻_ډkxUO3g,0(XEmYA- ~'Wu~ sjGHNR8?3WJE(j(}H8bkàMκ8Ǿpغb밊Bҭت`قhIdHwuc3رRgXЭMC䋌vxRhܔ%jsY(2sR譳3zg%iM7Y/#rvyr^,ǚabKo/РhȀDs3խkJ ZSv! =< <7]n ՗z*zs\*,#aW+UE(AΨ_v9xdKɤ ֢{ȕjCث: ~LA̫mȊC6lIY̡Qڛ6}i~)+>(PWXg:S|aJvO[;`|"匴c*dd4ďVpd_4!}Bk=ƞv-z:_O|g9)wx37hMGM~DKhM/D؁;G5 w٘޿5f3XM1IdWOc.~Ă\Hh!u !Te6?'fF@x?/+"H`'o \@i#9]# /2QC4'#C,@$(Dyrl skW csph |Yh|\m>Umpc!"<.M|JK"j7L<꽇d S\zeќ6HE{;G%na[=Q/io\(njY~XlR~F|6z&xY22iO:嶣k ESHYXƇǓ>Ff'|>wR3BOII:/X9Zf0詖СL tY}y% ((>N֘j1ѣWEAz>ƍd~Vu#Su 79D=x$y4xǥl*C-?S}xa9C,fJz_Aa8`6Hs ~Lڙc >2T(&M#7`@B$q)cchiÍ]a&&] AƓf1ʉ5VkADy͉~V֠DحrchWOi +*9~}KyYsUdϒbƕC ^ Y Y& # WS 7~.YQ!`sH$gMjv4@`jF1%qP/WeN15/2DipZ#47legЈʛjf5g!*Ym'D懪-h; }Y&.ď¶\M =.ZK>ᙏhWwԉaw=͢Ӟ:- CN07r!")M+k &hVmi>N ܠUҮ ,]eP:8׌TyRGhY83\LokuߔkϜ}}u?\A(Rb ۆEAPu+*AmHۙ-te6GU62\8#0*DŽ/imPu[3jHw^1Ȑ% Yt  X*^مϡ#c޼veҞBT>u}$Y֤IO$Zΐs'و@n/fZZNzP_ԈǁI. ٝ,:dLxvS/UR~tr_|HDA\|׿-fG.e)XJw ) ?slVD>[t Ef$ æ%|bM˱6nIl.oOr@/C0nTmIGeu1zNⱗtF" t:%%JޞUR[3ny]+,7Fݜ&Į2UZ#{ZI >c,偰VN+Fv WəN Cd奢k60*utzLM=1 D:qqA!Bh_Q5!x" 'NV[uqk) t$ TsrtzO[㌵iNb85 )Qh"mfP\}gJ'_ӂgXBZ+&ؤߨ8ݼ8[y+!±tT=&R_n [ cMb.I?:1e[cr)_8bƁd$&=)OHCrEPYDC[jVe _K{;fm?W_MVEZzM͡rLl!7-XܷOZ~N|%B(5ښdA,`D>=ܝZeq%v9g0//RZ^lgLXo."ofMZrPcC~hʔCGZ _sBQIa=:cW 6`ƫTed}3ȑ@ ak ]%vji_FXۻ6! m-xcJ&s||NgOiׅ7`fMH)&i3ȍ͈G6pݩ KI ӆ>cuyA/bw/F!MG#J7/i4F[0_ЬׄXcA5TerJR u]]g!- .-c?tٶ5~!F_Y\jPv(Ul'Fh"@n#F|W26RGөF%^̦>Lv.'zxbNisk?Zu`VL٤Xz׆sDՊtEpDO/*>īt4\dL)Q_uب@wq^Yp26i&ٟs/#n2,|;q͉՗|KB"q@F?!6ęGYtmM>0N,Lx mZDPß4.[jԩ])tE:Ry6xmu*"/ ;Y38 m}_|CS#0`z nF}렘bO<&HA Bqf>GPΒu}H-ڔ|nFS Pu=m!6\\) CJAzI19UznۮQk0y O F^)u&̴r5[6>P^z&̓ lb,bǥF3ђv^mGT2Q cp[LW*/b-Yv/ekPZhs̮Ry+ ؜%(0?:=k<3GZSd:Ôr1 Per6!q5N#䀢E~dabt`Yk`6G" nί ؒdHlnMѱj89obdeΩH;*FZaU|k 28e_ѯ!"yWEP b"` GW"ԣ?#ɐ)3M+N bҁڧƩN4g x/cpuUT/)"@^8+?xX WfD'(I<J1]Se]yV< .`AS|_ßb8bi[*r^3k}]dl# Х|Z܇z}'%)$N\YbvD룥BI$m]Mr+-b4  (襤y*BGz!h2N`[g\>/ 8C 3'evA*:HWA5 YZ