libcares2-1.17.1+20200724-3.17.1 >  A a:p9|aRq@t^\Ҙm4i $(tE%pIc顂VYm%,Gejw#+$3e"$WwR:?T ga_?˷p@.?.d  # J$(48Qrv     p ,d(890:>*@*F*G+H+ I+0X+4Y+@\+p]+^+b+c,d-e-!f-$l-&u-8v-Hw-x.y.z.0.@.D.J.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:s390zp3a>SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxs390x@A큤a:a:a:`_d986ad41ea09b428fd43a768e8031fa1d84dfeec689d3e23f6c76f2755c3ed81db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.4.3rootrootrootrootrootrootrootrootc-ares-1.17.1+20200724-3.17.1.src.rpmlibcares.so.2()(64bit)libcares2libcares2(s390-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zp3a 16311988891.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:maincpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=770314e79923e715436462dc6bf1e098143b1a35, strippeddirectoryASCII textPRRRRRRRZC?f%`zgUutf-84bd237baff47216d7f4f7d715716bb0ef7596363e9f9b5ba9ee7436ce2c882fa?7zXZ !t/ ] cr$x#E{E7#M[`QfBfb>SeJMviCF/H ?-[2Kg_Pici ,.u4zW]Z@=B2y[YLe!:G9qnw~ ɧEw}O;^s {q寛k}ʮ\ٶicw@HYՠ0AѺnHzc- ~}Ü)iH&q7ʺt[2s3۾dJ8{&pT[A5.=B~4Y-<>ln>m 6an&f[ 3uj^OJOKBd \z=s7a3w3MGGFX7?^N$~=ژ_ 탶d Ă 3-u5ȶJke8?Ggascy xfd"y7,q4Dią/:J2,,0K[o>ͨ̂D'=AȆnw(&y 3dU){nKH]SЊ*8IǟFz0 DͨM)>Ef\u<"~Ha:5{!\HtpsuL_/'T\dtPzLrP0~4@?1өc55,e.~-qXVدD3yk<+~ˆvk«e Q& a*@::#*G HOH/ZM//HP'Yt p[0r)P~*#_]wsK4O"b)a)%/Z6@=`u khXH$bV}On]"G{\>bW_I+u Z&ekSA^^ .Jb>y ~΂JتCL%ª;aG$b6TL {}Ps$W#ҹUw iRjOUEqj)`rĶw.%4-z Y%Z$Ed"tPl񓫨9 5[sJȷvhC)yF? hBfdRV-rԏ(!5FI/̆NR=>f'.GfNgfIW:sLFtߦڼ-Hؾx4C;cPLcVO;sR<дg^/8}A\9To28ݹ3]l:HD,eA͢?PnM3r+G^7d\1N*Voh# ă7탈pqNu}'-3-mX X8oVZ `!r|:]yq[DJ{ZX1z\R'TDҭH55}5Z .tqRNhX!mOnp|S#GoVq6R;=aEJ qb=/D@|2$C񟞄iZHuoĶ 6jDD S_[Q0VL .W] y_-5,GbJ Stnc? L=jv'R+J"wh W: ]ץVv/[ y0me4he$0pAe}:UrTR[׈,5(k#;\]~Xu;ϧclNw{&oFe燓vE2)ף%^Qgkw;<rwfJ[ L@C L< ~{־qwmj0WƓlI)['M5oz^/Q͎eyn/1qaZܴNRo6VdF̺2[#;G(1%i{ǁh_z+7K#z ʏۏ4|&=[3WQvOE[|>}-$ pM}5;E2k<**#Ug |!CCE tB/9BKq2i pN ܚv_ha Sߴ[)5uc^rJub@$\P P~t.5ҎJc|[V\65WCնF>Շf߹pFDbZN_p$1ovO5>~4Hmx\&0e `}S *!Zy ࠤdN#0&n~포fuKVS xBj%[U00;XXvt!F+Ln 5ӥƊHۿcĭaEnu!Hp>)R r;_FR"쯀y {iHYP2re#ƛl5b7dL(Ħ:ZHö`FRt5LgF Qph/ذ͉oU2:qy~|i ݣkMNdI 2ֽ6Ů\|FW@fHنp_>sCaaktƠ?BY6@Sdk x@; N&Yuف諚\ /iRGP0S(Bh5h꜓h&2czLQ#F=!(N,rR^>.{~Zf[#9=Alud ]h[ |Q G-|+X iOЯI^'('PBgCUIψ\{F+ BTy9RUz$B݋?!`iA  d])`O`sTNo%y&#'z -DXaVV8DThMqI2i5{*U| ,,P 6 ;#*l{0,Fռ!ޔ7<K)10Ib__`d,;MS}j|{+Rc<~xkʹ5Ec:DrO],(!jfmY)@+rqbBvudrpGWmJ@7ɛ8;*VRlQwO8mB@yaq%-Μ¦,=1S naksX+Ӈm]?ԧ ׹0r2/[QQ<.Hޔ. ?q6e+3^,iŚ~CeǦ:m2ֹe(G?k2a Uaa !rST I2w8礩:G}"fg#.]r ?N.g=27K*𰭎|稉["=)(Hf@h2Tc h?j=NrCo@ME}ʰҼ qiWPfkʑ/7^γH۟Rdvydg[%<ڈAR uĂ0ָDp\En(h'^sl}Q~[dHj8x ;EG]G(c21֊0:( po!9]TXvȫf bǓM{kK[܃gl͒jL ct xq~" 31?̓AvwCrq4sZ5Ranps{HP_J gHQ&'% g(-}lC1b_I# ao,wl57:sKIp+2lZ)Vg $txa}3nd :JRAa\"$_uؿ02%>څejBN&=%#5kͫCE$f>: }"[K>? z4C$zHW˚`$aJW`\Ir U69H~Ǣz6Wy23MbHA\Qх$m`bMF4bj/Rv>̹ .N9Q /r9Au!ٸ9Ӧ݊2^x\^I8+U~mo=hKRfۖ10 BH!84Be)͍t6ӄrp|PćGOyw".+-$r-ɈKHy,n""R"/MWQRy=[#t%RcLr4z|KWB'gQ dqC&ZLc +l"Ru>!k)x'|ӚԀ78qB>CL~ʏ5r>=YO4Ȅu18P2uOg{Q\ƻ`T.|X&!@9;qlbB,;'@$t}Q$.>?Cu;s1+4gY2 4A *zANxԄ5 {Tʯz ɮVq.,Tm>0 e|OmApnmY/5n'B@Vy)4d'i'hÕ(#-+0zUIsʓ>j_su|3!F)kػ`jf9|xtLޠ.vr`o0>q-jPRSڼ$ X?_:tYEjv ׈I8=n WEYL0 ۋ2uN#kd/=Zs<-0 |qYrqe7u oJbm!iɧ$ĔE -2{zW}K>q_LQt_'^v%$ǍIsha81Q: U`g=>Pn|SJDw朴.[BU?I8ݢNcx%зq<ҧsVEfqxtC;g,ð}u3B 0l^|$mžNouMM,Z.aYҍI養.ñZצݦ[cOB hR@Aԉ≛.}/fɡQP#яVW7v[mL9?)HͰ׹zMH!aEf~t .Aw)Cq-մgErD~d̂6s=Gz` 4آL)5߭CYosk=qiII8uHU1_+Jÿ[S<[2Z!eRCX+qkkT_?jΒ ϰBَԊ!-8??Y8/ A8 lFot7.aڥ>s4ڰCw=Igp)4tv+a2c 63>r?Pfz}0a @t؟+}AÌleF6"2mra wGnAj]PN9g'iU+wZ.؟yuXQV]7\VP6g6 @RDp }u#ccn??[_9wt%:3nE_D`{">*d@Z6FԻ+ ,_c!\4f0 H%~&Y[lԄJiWQ_>U"2"Ell0)Y3w|0 oGJdLt/`ԼRuU͡jGo>fga*8QU:95ޘKZ_քTuJD7qn+DXHy"ЈWv,  G|gۉJ!مhsi=.LFAU Zyƅ_ 4hɵǨ\>e+`M< q;B:O1oÌgR3=ZѪ/i, :+5mH2DWW7E4 ;C@:\SɰJN*z'b9M=7,#:-[Շy~9s.ƽ_>7 ݏ%Y)Ż!C_352ZiCZz_tEA2 zTã>hTm7H^_.Zy {J3ʿ DbC!gP E\Eu*ۡ+kBRU k7Q6V6<&sSIR!$ WT.?X^@"ꮨsn!+ DHDm˕ht3yZ-#ҕl%9_f8^eD)45ܨy]pɵ|ķcb+bz@~/80̆W`7Ibn&%B8ŧey3LZݧTHx-G6*;Nޫmf/]%A^/TBO%&-qA,fw:Y*n\:ԔIT;E_(y?Z+ygjYێ[5W N M,QUpRsfrż(5ۉ KL,yoS?YugR(O-zOPfn8eȌ]O ~Ҍ2L4d(xB>Zm<;-لo-Fm N-Tukx̤% xZCMx) xrM@Ĝi,}c祎a=ɤ^Z6{1gIԝ - c#1%FZ2 , Ә\}`ܦ3faVחՖ8jw ZX5" F'pTޚiQ)20f?eSCG&? tَ'L,)v?\”yXOV8v\BW⩙2!8~2w94H~Td @.d~< h" 򅤿 t>u7Fqq`^pĨV6hB{g}(=icWʄ;8{.R).[ 9oGյesg!` n$G5X-V9ͪ_ۓyqٮHvoUOlj8\0Uz>4:%YxpERS?^62TOHV-f\G*s=s΂T wWˊ2q$cut̓8)W}ؤNH̞Zׁ ՉL c_֛;HTtb;ؕDn_-AA=2ft4.rl%!N+Ϟ5LB@`N{D׳'@u ^\ 9+|8 <熆LP/CjH=*9m԰4dsX\w;2$^ _6*%*r 4 $iỉ-G8+ot$۞ʢ=-Qҕ-?gbD(W.,Q' AI#JLqέ79gY~ϛ:+b+%"..-{Qv:3^U}@i6z3gnR\H (?G[+ s}ZY/E05$'KԾ:ĂZ7RoCD@)?8̑*W)pSdgxm*PU|YTk ۉaډcu3^x.! JSkyٮ.aţ[ER. DӴG̑d(6t>Pq(>.~Q@P>nz8=Zlɷioa}U·Td$074oW!'愅rS?;e+xFD]BjZډ2.+w1+ZrP>!|PtvNEGWqbS*zfbw\MbFV[6 ,B\HRMŋbEMxi7-#2Q1 ^VlC2Rcfo(d^H*X;蓫:H=nh)Sw9";Y%d]ߌ~k=yЛXg4qe?AP/@b7i/ѩvzӜ\=U/qSg.;Aeq_$ ]6mF$oşM| ֗FHk[=9t,`fs Yli _OmzRfIe#U c]$]s@x%H&ꂭc ٮ2 d2U1Lq Ghb 1f^+$ALa_w^z=JhR "u3X;s6м~+2\nbM'xŧ" J5 Ry! ]XgžؘBIQbΎBQ69eS`vaI`,CvZ{%*iI(h;Qd4"][|dG~9j<$p{8oZ::z#"+k,g >ƣҷ: Wԩ3}T E_d Rm VT1h կvD(d|&MD)ӃPCte]Xu|W'=SkYe`qL]KO5a\eF4^A^щ~rbޔX_Dgž4a2Ϲ'JjڣGj9rœLUoPE.=bNO^hf*ZX;3{燄#Qf5ǒ>N+; B҇xݦo[" S7 ώ9fVZ!D3ȑR@A/Zӓӗu]nӤZ hqgZuֶ7Ԩͳ^HfFR T1N>L8dʳGwU],f-NV_%$ lÃ/ϐV ߣdq3J/~qe6|5ns4Pv|".Ê6iehJU{0VwC5쵇saڮ}24 ZOi)ڌQU٭JJݾΖ񶗐YT0uZ5i0df__2+E`S^PGy_sCMf%)Q8_1,ɘ-`\z-we>|^ KrtGԭ#$,rīgr7 s„u]I@z9RjˬK,%Oc6xeE^F:ӐkaqE]_ 0espJI,֊E66X5qJ 6\9 z|(8>*`u.<;-4Zxa*y}#iūqD[RDy"?r"l.ۖi#WL8? !-vv{I9hqTN=\ѱV1-=TY:ex@yWx$ ғl`ʶ'v5ш#7EYoGie5hJ7@+޺VZײN @) )\F5e'>L\k)0P!"Hㇹ>XU܉r] ze_fcPbBBݩJYbTRQxF ۚ5ت= ?}τ3A(0qrr^OӐI`8U̕*_&_]WNb9g*eC CZ?cST\2bn1Tܔ)r;|,|.>Ţl4(#!Y_?inGAC!!v- E2'O<{uu0qxб.8Kr$b=beMz]b<;XFF)ώ0󈤕.T}x)"("daJ j>tbΚ)ʡA T_A*b_}<8-rp.缅傥} jX' SVZ Zzt)T&޲fϼ3VyEvݵU;`=:Uչr2~MK:C;q &fĮ?=V./t58wM[*60݅8?{.0椂.Dkx*b|S8]IUF?f3zpDZ+MꑳβR8NfI@:v.J^-¶kҼ+ a _\lpc{|hiH'# ϩY\=cb,gW䡍#9b513nyqbAJfp (TrZxxl#j/*B,_~G#dO$(b"|}7'gU Z{[qӈk~BvFe@YKLBu8nK*9I#D'pҐ v;;M$Di60&~3?sP0$hVyZV<LHۄ%3 (1~na&Ɩ^Y .O='f#֐ e%cmgh~#ˢto28HO,t`Iom놪r^RevGlC Vk*N(i$G^Z$:M%khCI6r 4NG8Đw4dIj +\9mI\W%WOy6*FOt K;0eݗRߦKՎd/]-ȝZP-:i`Qn,~(|#mMAD֣'1{dp׽N ؑJ~_@Q ecv]Krn.L zMWxԄ<:8LKQc1JI}܉$fMY~@ ZZ]Mt*B[ fXz~+~H |z$b+!}j ؖFƀ]kEfw~m-T:> "?IGdV cJvL 7h(Oj(iyI\B60ĭex] @W:3ĆVe9љ0|, E+0_;c*0RYчp!N$c11+NxFB1A\1).Z{k=F29>'b\l?} $(T]CCIXUv!!tӭ"`xH;V0DT&Pjf[kLV<'B#sYm XS2?y6sצe0.-P\}eΣS B&i6a )j' 8PS ge!5PU#zWпC]&Gkrp0!rigj#FM÷2}FZ85$WZ*aRx(?#ϥ*u"јDNSgF/grx+jj'X.3'NF?c/՝ &;6H 6տ*͘>Rd\ݽ!pq^dI&(>bh.Wc!~V(*T4e7]RtuM?(rlf)\@C19]bi2Tc$K[ !_7gt l{g/k @@;=͔ڦLSOI7ͱVV_W?ހ8_Am`ot&QI_:FMƞVڵSS@/fUˌ)$0{e#q;EOOAX$7a^.w ^yd%nwn`#Q̦R@iwϛ!n H6z,)|bpB|,~g34%wI ;V 1RkGQ€;]5MyUcCny%H\@EZQA1.q NC_xtet|I%#ʁy^Ps\ ^[@>M#i'?K1Ac aI6ԃwtK,,~@5xj@,pv1° \O= LX k V Q^p#NqF~v<DF~1{[sC\F |}53*u-XDUl}4Js"92ɡR0Ǭ7rOﻕPߌkt)1L@ 4Y!O$ʣw4[bO{D05 n^վ*/]I>=!]2-\y57PިH7V)ř`Sj$@[yzH69r`$^ hJ~%}& Bw-wʄ ]fZXH8q["_۬V$t$.;r?υ̞hWx "*FD '.D9rXe>áP!iQhָoZd@/G&")LA#Z+ Cejb%_LI?tA rHuB*7~+Ρ6jfNj!V8o+(3{ء2Mfn#9K#2 qU8v8m7C[(n{M:)<57pT sr IWүazl@G4$plJ\Y!>Ԉp[gf\JMjt1niwҨD'yU1dW `ps 9Eef>@K/:~lbv&cDmI٠1 V \`sxU4jjԦ9i0E~Kzd")Z(LMH&dRb:3*ctv+1JS;v=m ^9ULzī1RC#.h6%W|xR8 :M{%ĥ7bK K.FG?/IF7WiKZxHY% ;E=6O7 rOC[tRMEl{w&o!Q6JIWY^2>rVe7)g|k4bl ]wW.ܧ[@),ؚ {{u)(1.bB f $h_׌ OFD`UyeWH&)Ĵ B4iyM- / Uȃ8-c#յI)ycsi% *MTV'Q4w a^+_NGAe0H%Bp\(Ll֨l*"~ḭå:o|ۈ)>r4ʶB jCZ+ uT;`XA/%eoC5WHJtjoqizY+QsqR-JNm|BC£i?-%Iyx& LPV6H@xrc`t.czd.Й;XA,omZOC*y<Ǎܐ|mpz81H-X\u~iqJu\>Rs%𢟕!{*TP0Ц"S&sy^ B~iUԌP0Fi+9^ƅӍ֪nڑ͊XM@a);a6催f֟kYVŭoOg)ħXoPF@vW+ fLM4Žꌿt8OT[@_`BIh~x0sZnC`{ۤh0i{O.L1Nd qd6ӡcb۸y:ɕæf{ B:CX)CNnq4(OXGiA>ΩאjLb:ǫ>;`J^TlN0 QnH ۥp:w_nSSsk~_.4jVB?Et06àҒK5?{^kn iXtN$w!*ddV.9B#yqiߑB5{R|a0@+fI,XnOhŮn85[zmSܰU"  ^AlwMnjE*%$ ƷBhٿNl# En4zo>o( 2 ϡp a:?0rӳvٌ"ކNm |ByYMW,iݵq/\iZ3H9j Lf"cWWևH6MUҠ(H SSoqdTGr]ipl Qto?o~fX;-,F[@Қ0,j > #9:~m_BFaef%WGUz#M̓W\'I^KJ4/JM3 ^Z]hk$i 92e/{l kmA?zv^M&aIO@]P4j Jد=+ -SW_=eBNv(iXN㶽m\VYβS LU0K׎KFQk@J6*ՕeB#(J/6JUqlRٌczۏn՟FpTG\S]PD" `ϥg \V<xnm~PψDAXvsnj/"U.L9o*SRAſm cٚr!emɘ$oJ4  yN֥ZS.#D5,6c7<^3ǩEXE(L/3#TLn ?yB;ނ +Ubrh_7pTMoSxx溚c;{}LE2onYm~E@LU4'@P E$ gQYZs< 6Ly)J9DqD2=jP3 S?H&@gxǺ*11vYW'WdK2>Nuiw3$#J5Cq)$!AV)tW[aIHjn +zCPOlrT_t. nQuK鿪; Do@6r̡`_MۡI vCx'kjãXI*a$8m, ]\g.Jh@%Ռ޲XeljS*ǟނˡS:in$' :Px Wϓ@g}| i񅦻 SdeX%5Ǥ6M.$uBܲKÇsn=QlX4șaxDi^6C{b8(G$؍t(E냔zXqþdvcawb#L{w:A=װsϵh'9hW3~-3CE4v-{~c&&Pp ]a.uri(>_u:Grl Uhi)>q9 i?1'f#0Rɴ!O0f*T1EJNNqZy`C=*G,6A_<:a'Owb"aZqJ2g.Aq|$߆RNBHI E^+8UN}ko{S,"/VdAf^u[GAemJrw6oI)+:Q&d}c0PRK̟GzDo#M-lՒҗg+Ggԏ TSw,+L4H%),Bu4TߥgE|MZfhZP!Oi+'vq9 *R[vf}*ev eO?ӽwq0▗TFZW]vea؍M'J!ܚZ>7A*]tUOLNenlAd )! WBtP"Ggj =Gj">[F G=FF}_O66h801~c; }4ueA,l':Ե 1~ēi5f&MqA`׫2 `ڲJsɰ}kv쪰$-rk0૳'W_W=OVzºfߏ(w<%`H "ߡqNyTan}z~E=Ne~Hp*FDU8xy DHn %KGoYm/Z_o Qws&0HJ{Lc:Yo_΁:Tg)* V?.אZD掣 [ tV[EtK+a19" fC0_w:7sX=*peNTduC;*ue+Ak<nأ -NMg 4l~e$V$76[ @YʉXQf+p8E<"}Kfmd`6cWU45k4;rW.2m,/4oCpFJt?8 cYA2n&r5j&=>`ܼMPU>rWTH983lRG,wHM͹%!\8|%r֣7gKU5,t.to`NT-aoW㙌) tG2XaA_sѵԀ}Sq.<Ğ1-QQi?]Tr1}<3p{7pp%H!0v0NPXC(Qz~ Vp1trL -\cvTtZ93IQ.QnZx=JQ`i_ZB~RHw*hP꠬rHU{#\,kG^k&xU&&hH~AW7Xnݤ?jlOf~Ջzѵ1ӧX=+7'6jJh"8] i܊<_r,kRÔuS4Hn0Ix˯`R{n~6Odْܲޚ׽ӎÞ^r'okS%b] r0Iu=68{_W~m'.rF͊ vg5 HM& X-J#yCΡFwm|\5 -Y܂0tU$1ZE$XMW@:0ȟSS;)޵ h=ש=Gx|Ti?up SnJ[/v\>t#Jb[^5ccSJz3b꨺* T;Hz֋C5qO1K-4lt,tb8O&JX{"8'ؼY y~>JDK9V!  %kfIb.e@6^sH i.FG@48e`āe{.}~17 sO~by&*tϜL:E'̼NUg-}P0:₞;Ps:t(81  nJKZxM | }Y-voX<~`TMeL9uf2^=dDؚ ENܖg`f½Cm\KHͧ"⧓0D,21 U0v9EN>ƺ[n1V6N;+{F |L9r^@˯D4txWӁwC'_[0A[-oL޽0o8W )#0Frz '.z{"Oŝ8&͸ʅ[[`{ْk&+BZm;#P{}Tma!9$ϩ|)T缠hmdUy,xK%*`>]FHܵ߫*êwg!0Nu0;܇͂_%.ŽEӊ~7La;=:7Q \춴Ai+uzO7;~W=>gUhkjlHy(E cr}j _".vpGqJpw>U'jrL aӷ`i_(;:>3~2ch'ViaJ9ӑ#C>: c&Bdyk3[pik3`xNJBTR'w\q]\: H.Gau⮮n>&0.'8@^bD%{&j[mMښ ! dZ 9=t} VA.&"g/wK"qP?9$}627TR VQTwa'dB UBZ2?VgW$a}.׹ןUJCKt1utM,~hس*-2 I,iXбctko8DM6LWr7}E0݊ȴ)TI✰(*kٱuǘ> U9c .X"ՐBd6咑WEG>X$K+S7dWRKoD;eo^wEBt*PҠRSVpKPAsf ^ߪXQ=!C[ʖj%-JގxiACVQ׺; [5D 7m{GYdY*<2ޣ!JUR{Fa&Cy:n)%2?(\뇆 9,1FT;J_?O~@]xER ! q;4rXfuSą'p)HH]Woo.b%շ@f *OW{+SJs)SJVkv7^gzmy0NB\wo#(lP`moCvۭD +z2u]龊jc//\3}r}z]88@Vy 1N 9܍㽽؋|O$K eע:X)MW{+hXh.uH-A@֮+R7d*n7kA C/Jr{.^;T o?Fø}#,aTJ=Y%1]j]QJ:y=7+ ԉD p6.rm%m1oMɀLTiT9jJ7U'sɺcB;]5xE< sl(PYBw}!J1榉ZED;:w$ţPG0T! ε3 t(U8XIh8 ,߮%1\cժC鉠c8<6cr 0ia,З^7J9~a^@@̤yv5R;Ӥ/-g|OK$:b Xp޽X^xUly-,ěPLK 9ّql#q?Ct @TY8[y~ώo zvmw $@*3n^&]au3dd]zh΋z8]c%FCAyk{Pv 7G8ǁnkjfh5&" ewhDM?UZcd"%Ѵj!s$]ye#2:Fo@cʵQ}ZƗX*8S>hzDo0+*TцzłZ^4~G|F3.W{z^i~xe-s-:65REF\:ʌ&]7mgՒWRh#IZ5l>:q؜5Z~jk~j gobV68IW^hadu2_;z@n;dY;u|54?SH RO9971 $rd9*ǘ'?L ) LjKhy2?2-ǒ*$SyJG=?\$b Y'x lFqZL|$|󌿝 9X ;-~:cw'P}r5hdu2+/Cf*q@N/o^c )F,5ݘ&8N>kz'x"Q-zjV"?j^x1Z?,,~L$hkG+dj mr0]ϵ]DƜרL -/>#:K^ TP .p@o6Qws~=?*[4 еsbkjэvĹSNp\>`j_Z~D_M[ <,-FjޝK>zxVS"erm 0)>yџ76T5Y tӆ5F11l~ysI+T{Ŏ-)So| BXgżr!nnDRZeUw XnfCٯ)<<=ςPo6|#8:i/PV/yrX_ԩNKҳ>J}/L#v2NϪ_>)ŽKCh~?U2` 4PE ρE({by,t^68S%"D(u~ť<žTW,lA=\n^UdػFʊECeF4 ѶbX%PRE{`!㍦(+ξ<ͬ}*p̬T" ݝa(#jWNR>*V!nZ"Wn_єHK[=]њ?#jQ,A<+kPo׍Ԣ3| =7ϘhEܪԱ mC.^$g6`ݎ6 ҷ K\0B"jwEC2ﶖGle*B.\]lȜa^)}92^tkӊ,rE=&+YNv4ͣ^NY(JRCuY^GƇoPb x7-g/ wU\YE \&}'>s' ЏGuiW<@d(hOHASzmg"J 45Fb?S]\üo"ӿ~3%b95{lE]&l'!mعL**Vnw>kߢʺsm>5"4KKƬ"D.?rLC\`2~RLg\#C&ZYmx/\햞A܆ ,2^xZ]6о;nOqg#uSQ46c[?SWVGE!2m@sZ iShh'钕&j0u˒||"Jsi)#WrMgc aLulfè9v th#\E+;rl@>uu6]dEeF|1]` k&eK:S}HHp ;'{-i 2_xv$r?HRa 83-e$8ޟ*?O Cm-a Zis֥c.j K3CvxMu@r[ݵRDYe wGs_ȨĽqoTf(E]@;MkEXp~.*K*cr3J[wD锨;:_ٵ|X>4}~FG1Pޙg[+>T^5Az%P` _9SvClێ,rǧu(rňG+FNOG"`JoU0vI3u`X~Dz8RjHko%i8s=uC8i⍃RRE+*!D,yŧ?LϨ'6H#YoN%~2[5]ebBIi/gV)0@ixpZ)OgLiobǓlԥ3_ST~ߍu!b mbuf:I+ͦqRVG,sB1!jCbt6m?ֵl]+k֊,68W|gBHoJ\uWAi6Vdfa6~(>I@>=Ӝ4L{!4h(+@kfd$H0dXD}PU<| Kpj>n615"+ _AБQ~i#b%&ŎpΞ䡤N5Gfc8G>@goc(ǧC:);iT Ytחy?&Rޑ9|nrnɎf*&\|񿜖SHu# v35ͽ0 α}(m hZ1Jr&ѿ·v'zi%|nc=azNmg*F쌿ǩ]LL='ZuG,.: >Ds:~[u"tvݮ;7 yq\qN i}/6'q31ݣq}`hTgI9]IØ;ޜljXrMo no/:Sڶ©4J O<7!5c4 Wq(&F 6N0Edh*w_=ۆ죣'PGUkk B\ (0>Z#]WcQ~]YfIo)fYp*ۣ_QIiTp"ŽL F Tc:nE YZ