libcares2-32bit-1.19.0-150000.3.20.1 >  A cp9|(!b!c0k \k{N|4qa秊DE&+$K^hlPO\/Љrf.o5F4)V l<~vH"7ect&{]Ƶ1ִ_kh<.vgPص73]y.4M<>zXQ&ÙdaMR<U$i5/-yh3juva]e8R4$+ &adbd08b089b65991acc40f185ab39f7910dbc34f3e2a42b16a11d6a5135f0066afb72a6ff89db34e5fe44205ff02bc7679a0033f<cp9|_@84PcJ& n7ׂ"Sm)ĕuG&V2g^x =wgk(0ˑf"C@\[l'T8Y/WtWڠIn0v9wm@9PQ`A]nmifb dL0{bk1h5ⰹw^#R )Ĭ 5D021`E cz3i%wTڿyzt5g 75w~S N}teML>p>:?:d ' N(,48Qrv     " 8@JTx.(U8\9:>7G7H7I7X7Y7\8]8^8<b8Fc9d9}e9f9l9u9v9w:8x:@y:H :t:x:~:Clibcares2-32bit1.19.0150000.3.20.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.csheep69SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxx86_64/sbin/ldconfigcc03df9ad1ef9c4c298a4e383c1d4dfbbcb0d119e2d1505ad05ad9ecfa646f3df0libcares.so.2.6.0rootrootrootrootc-ares-1.19.0-150000.3.20.1.src.rpmlibcares.so.2libcares2-32bitlibcares2-32bit(x86-32)@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1c_aLa9@a8a @`@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Temardnh@gmx.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dedmueller@suse.commrueckert@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- Update to version 1.19.0 Security: * Low. Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. (bsc#1208067, CVE-2022-4904) Changes: * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a custom hosts file location. Bug fixes: * Fix memory leak in reading /etc/hosts when using localhost fallback. * Fix chain building c-ares when libresolv is already included by another project. * File lookup should not immediately abort as there may be other tries due to search criteria. * Asterisks should be allowed in host validation as CNAMEs may reference wildcard domains. * AutoTools build system referenced bad STDC_HEADERS macro. * Even if one address class returns a failure for ares_getaddrinfo() we should still return the results we have. * Fix ares_getaddrinfo() numerical address resolution with AF_UNSPEC * Fix tools and help information. * Various documentation fixes and cleanups. * Add include guards to ares_data.h * c-ares could try to exceed maximum number of iovec entries supported by system. * The RFC6761 6.3 states localhost subdomains must be offline too- update to 1.18.1. Changes since 1.17.2: * Allow '/' as a valid character for a returned name for CNAME in-addr.arpa delegation * no longer forwards requests for localhost resolution per RFC6761 * During a domain search, treat ARES_ENODATA as ARES_NXDOMAIN so that the search process will continue to the next domain in the search. * Provide ares_nameser.h as a public interface as needed by NodeJS * Add support for URI(Uniform Resource Identifier) records via ares_parse_uri_reply() - disable unit tests for SLE12 since GCC compiler too old to build unit tests - 5c995d5.patch: upstreamed - disable-live-tests.patch: refreshed- new upstream website - drop multibuild - tests do not require static library anymore - spec file cleanup - drop sources that were re-added to upstream distibution (c-ares-config.cmake.in ares_dns.h libcares.pc.cmake)- 5c995d5.patch: augment input validation on hostnames to allow _ as part of DNS response (bsc#1190225)- update to 1.17.2: Security: * When building c-ares with CMake, the RANDOM_FILE would not be set and therefore downgrade to the less secure random number generator * If ares_getaddrinfo() was terminated by an ares_destroy(), it would cause a 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 follow-up (bsc#1188881, CVE-2021-3672) * Perform validation on hostnames to prevent possible XSS due to applications not performing valiation themselves Changes: * ares_malloc(0) is now defined behavior (returns NULL) rather than system-specific to catch edge cases Bug fixes: * Building tests should not force building of static libraries except on Windows * Relative headers must use double quotes to prevent pulling in a system library for details see, https://c-ares.haxx.se/changelog.html#1_17_2- update to 1.17.1: Travis: add iOS target built with CMake (#378) Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake. - fix build External projects were using non-public header ares_dns.h, make public again (#376) It appears some outside projects were relying on macros in ares_dns.h, even though it doesn't appear that header was ever meant to be public. That said, we don't want to break external integrators so we should distribute this header again. - note that so versioning has moved to configure.ac - note about 1.17.1 - fix sed gone wrong autotools cleanup (#372) * buildconf: remove custom logic with autoreconf - remove missing_header.patch (upstream)- 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./bin/sh1.19.0-150000.3.20.11.19.0-150000.3.20.1libcares.so.2libcares.so.2.6.0/usr/lib/-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.suse.de/SUSE:Maintenance:27746/SUSE_SLE-15_Update/3e23e36d292d48b129d5241a0440c771-c-ares.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=104e65c5ed6c2558d4da4e0d40323875aac2f438, stripped PRRR RRR RRRRutf-839bf0453776ae897aad9e0b18e68331fe0f0da232d42e6a22a62ab301bfa1382? 7zXZ !t/K] cr$x#GI;2Lu~cgSbT&yx{7Y~צ%'-a0z\30uk凱DXy q"s ^ ?˔V mׯ! /yp`a-eu }4.d?I a{o2[G 4 ._c8+U: HKƜǞn'SHwWDu<}_}L x#Š+${ mADAHr1aX;W_[xTWbEB}-0E <ܙe ;Zo Q𵘸QGMe l鬔il׊M@A| B k.Dҡj!ڔ6J`1Yn!g)OɇI5  ` qĒ^PvGoxW][(%[ݳ++YuNZ*U`fd& b"H@\e 3. *wder%ʦx`А1f^לWI3wto|$KKlMQh[+J[޷MFXӦgSGD !rUۯ{!5D_38FdSJ~M2ޟ(륰/'D킏Xg^H+4(LPhHuc|9pcL.!Moe1V'"8ٮPC_>.^e鉟cUO1Mqȍ>+к㒧G[~Jk~;'^uiKk\BrP!c%\E%U`l/fFW$&RPyJ޿Zl!]Uk[l%` h^$Q5YHnf1Xݻ\-b,>`j#pR`,F>+~S'G#dmļjn c]إtdjjw Ip{g"#8:zJbZ؎SC?95Xs,ۀݜ yL]DFK_kL֠_Խ)#b l=f8a;ߊ[w?#Ef=MQF@:^[I.ōQ6+WVoX!_َ0/Ds{ [;mۂIP1ib%7pm3K $^76b0r?q]1 ?_s))ןE˩bkCtZxo1dfUD["ΤK¡nm>MUYEOjx5Cb`5 4*3ݻwg@v%J%_: |E.mS9/3 Av}B|a |;4P/`}ffsMr`HXȦ( < ߲`v\ԩ&XtYɎxitg']8jU]()Cv|7Pqa(sPRCpW4QI\k?ýؘٕ̄%o8~j2V3{cAnrWnj'$gعM/'N= 0\طz5I kAs>ձd-_ N1bfKY>W]yUO:'ˆ(Q[#N6A\m%&fp~\OhZC s%Cy2PK\N߷GHOJ 耝;2OP!t cu`(Ί_.@% $:%W~5t*\&X8m5mG uk%$;J_+i=1. kS0tڇ jme1(.J}dYnWHn;HĎs=zۆ:"Y#:87#w¨֎ohH[Or9ZȢ?pm+͢s{.޷]"_烴VT4:t#BHl%2Lc|.T7m0ɀaS@A $/fY9.l%=5~Y$2?dBjAg`LW 5X~_X/ݧI0)`s%]* d[FS p]WD\!ia{rE tg{I!w0n<ޓy SQCH5p)DY11P P% a{OwIge<[elES8qwcTPeȻB6mO' *?/N3H&0˪(gH/Y 39[e cE_=g=V]^0/CBf0݉|L{Se.KWWbumO K!#36C{z$ YF4"l7sWؗǏ-/Pf-x%_65dT9PG =ΤȠ&rb_3XA*ff,qĞ3SgeOsGg">e32& zi{ $Q'$h-b ]Y["1i.X|>NGƈě@ B&@ `g07Sin˅H?fW@z7+pYAեp?S#Ih 9t9uw{-h mZ7T 9d 0{^ QL",;WnD#ƒ6,ɬ}b'yvQQ$ GU-Oؤ.{5R1wֹPU㾣)bz>IO$*`G;6tGjJBo4\>KT?ڏsLFcMw?8؅/l;xd7tTg%ΦDZ OS#j5HOUռQK07пF<z4;,jR[j롹̀xqb*Z}AnqwM黗/`ػ\B>gܠ$680s-Z6 /sI";7JYCboO9rY7pTv93'm4;Uh(_}ے!8*j XοuZ )F$ȧh`ZztGxZ< ;6W3Z׹g `X(:<ڶFN҉ :˘h:=}6{ 9[0ROnb$-3\EF>Ԝ,ׇ>D!t1I+q-%65@;8t\>!sf1Ei~$u*~ɍhj`TCԂ)!:dLpOOXNߥhp^g>aR.ɂT1WL+.m{NIRe=X9Dq߇:s_N+t{k`q9v-VGBqPC4]h H6hWsb PwUͷOoح !-(vICa:CƋoe0K9F,mޗvMuO3p}!/ֲ}p`n(DVj,,!.Ě`v@pY%'㋳ *T1UOeEq֙B02 e΢`7&1Bpihl345ʜ뮗20KZRkaM.lǏO.  >mAɟN_Rcv#܃Ec_BdGBbO01- )%u]p3A𽚪[61 =M W5K8@QN@ pNsZ[@;F~j&7Z]L%cɲV% iDڒB@l9:s*js&&òXHUIdV's kT{qz]g0Kpɖ+ 5RJW΂NX:z(B !Ѱj\*5W5 r鱹yCwݼXc+go $0tv8FA۰bJc!5auBB pYy[ḏH9QaIV%y3BU]þqy7DW ZQ;iѧp[g7 J3XDtyW0ZHLS geZUXLG?ٮI9ؠkB6cS(Aѽ.| 4։b<3[Era&O{Ge,>5> im1__+Vwe )Rx)L֞"r$m.E[!̈́_i8e(8Qm!$ㄿzqYma0t㜍-T9tKb2&we;!:-E("Q>nENzю]geZp{ {n~cECƂj^89k|D Yr8q nTmߕ<٫rKz6!ee&P]ҏX5S?ɥ#ts^t/c}ͤJÃ詵$!k[/}$zQGL!wCK-%RaY'' hL(˩]L̆v  yVm/Vq(?$Ձ%\Ic7#RmIq_X3j$yJB{徭&&Otrf?"m,(2Oz8D* yFzڡICCᶵ4_e ۫ 4 .x > ~8nUiܚ?ˋׅuz(l!ͽ%e'@FFɅW3W}A_m%|+F _kD~O}z dgF5 KVB2 y惝|^фيxckP:-F!j{?U ƞ&b#IrV J*ntE^FvR/q *ˀq~?oMC1u |CTv+ح9Yi3*AK b)>S.:эjtS${PRw>;:;db7&yl+ʈF9eW3rf(-[z431:$&]/x >^ibp_j] ҇= KЉ+Yd`,`1]$w>yvuZ5Ӈ'<9w.0 L1?hGn#I`7YdZHilrX"$*eh.ʽTGa'|Pe|w?a_LK?j}R,'j٨OT/0c10Y7bPW~; hueUc=R$\ )%aqC,jJ V`TSTy)g6xB}{l?#X "+6Őck Iš)ntݥ*x\ZaSYpR( &ĝaae9lΦHFuMV´#oDw~ O=wa> Ýd"h9jKÞA'':O@Q%tc]~/DG\hvm Hx^ җ$®*< LBȩtt,*=ԍ:'vRt&Ɖ> %-Ul:B#(ɯeEDV? uT_ߺ HY)\5O<ȉ4ֿ@tE:T/&(APcKk%rr$9, dc.cđUVJL5&RѠȳ\#mf&܅%Tb~Sced%usfX?hZCk%4hȳκ)]r{Ei+%zVɗAOb&Gů ȝEֲQ[Pv~{duuNHUsY,rR{{ADeYWq|!Hѩx KK*k6hD3xg_Y1J-,9!}MS=M9jJ%,M֌UllY=t" ],O,T-۶Q"0 1TT%aEjab0DPuhSgc@ME&9FIA/ O=º7[꯹:9E ^Mh @H Lñ M`Ta^U(4臻JCe 3BS>pJP)H,qlxFLd"%"x Ce)v y\YYtZć Ī1 _~SN |f:e@(5KG|3sC>iLwyN8cSp`O4kR~HXLǷ4c೅i |Y>IRF d=OÿoL*rNcunkP"e"92bi@9}{eܶI<<,ҳ1MzHږ}mu\x1\[Xr"󩛉Ìv,cylueTZaY~oN^7VCUFHuqWA`R]( g xes#4Q2A!}  -4]wgM"o[ϭ'8Di{aȂiӐBҎM1ߓ{A=E&/M gˏ(a4K ab" ',f2j!l%԰ϐ7W >j G!+<4* Z,tuE/#!d B—ǁr,藆xgS[NZƢef/A6@ FVIToEQEU q=F^M91u$gsR@@3&i"Fyxa9Z18EOI I l=X<3Pz)QH50͸55-&Mlaa X>*&dݶ+^l(XH/dtʭltN`UU>4'W=a5/NHǘ?t ~aU&ɏȗ>dfx b<^VW,~`S-SHit :־Kʸ'ttSO?E 9 Ml7Hъ/i/>izj\Y"lS>}xT -L4MU˅|%RF`rFNL;7N 9+}'=V`Yq.o^RrtFg=P AJj˟02[%8!'*mz,l\;Jr+nUb Ll8U l[%\y3[a5_7=Qmfǐq$V15gJ(k@`&|2]'nF{$cˎĊH +I`;,5_^gihcr1_D?vV-&:$M ҩCΑ^ o{gI8$F܉Ήªؚ2yz?>#-F/ "O3$ }el1!%[|ww:s |\⟏D1C$M:%R֯9:׆cG" /}RoѵCQU՝4!+|.xh8 afRRV"PM~ۗZ1Y ;JePO5RCpB@ Qt{]ˠhW6cnJIwPIj&ר mm?opR a,'MF`V}IYdBdEۋ&L6S tg3D+H`K M,79fMcbi@V\ȉ]*0¿ f;d n;#mC\))B_6I;U%ޏV8Ciu?u{EeF-D]ob"ҔQAYf^i>H\Ý&irzJx3"]ʸ^@UtHȦ> w#/Dor Գcb<=+#АxxGsݪ@lZd-"S ]UX|dɤlEf*v(bD^_ŪXqC\-KΎ)ȯ]}h[E]&3_V}z z#3Lk5@Q%17ucQ氁i䲚$ifnwV]s VZcsSÇFb@rPA&2N4>R+OF^ l>#xtZ땕?EA$s6#` FXe E\mOvCJR]## V@qKOUM_gO r~ԡ";ׅvNGq9@J$.,gf;$0duS, tL1eor3@b U1J{jޕhe R!%+-U'0VX!C&W4ϐ&573J4!;tUq)tt$np8u3Dxbu|3ї#-MeQb3Twt?f<*-r("~ŔW4K=;~^qC@RA8FJ KU圈oY)n΃|pv" ռ_G:0Jr 5[][1RH-+<Ĺ`7MBz(&M ҥ#Fh&,:ZpOϻ*NqS#lЙXBp$xb4Mcb=3gJ:oY]GU@>:=~, 3l~?ݷZ0us䐨 /C me<)LP:oL8?zq`u^fѻ߫ ;oK2IBA,*wOK5W;$=Ȯݝq[dpf Y ~ K $Z =f'uր؉{.8om㍬P1RI?UtvǝP|9s|Խ_ 9?9n=^u1f/RN'YW;|=9g|~mNhhQj'ywBZI~%DL8ǂqSZp?0ҩ8)~9@.d\L;5F,D7Us2;07M3ʇV6~zUʂ!V.6~iֶ>H4eQgwz\2Hl QᶛszsUq.Mb䅑aI--a"-(8ݬ25\*R=㣹 A{`GJ0l7oJ ً..޲KK@t(ZKA֥>lk#@q=o ^(ї4sm e i9s?ڿT9dsxȍ#2MEb"|g4c>btFj9X&<͝En # 5{}qrfϺuOCPXh5,=; ht('ARHxVqCFK]ȭWά 2voAX)p@<@͌m9BE̛l"ѭ^XU%-[h("E N5-BbfY1";Ds(▄h:Zh(ݦ2+ǜyihc+2 qUSM)>ޝc-qDS0˰JMdvy|3uC+G 5sCdL8 gBܵvcnٺfl}O^W$ڱXS@6a1#Eÿ>ɬ-*U9dM{2cxRan9;BM-Viĵ( `2%6mZkV1Cd ,v֬Oip)# DxՈu0iIsBJֈ I[m4 A{_-<(e%"Tf׶rʔj+F_u&g6>TbL?r:L\ i^cmWП$'ǺX1s5:޵i5 ]N}q1[_FJ.{Ok j6orubz^qpaI?1{Y=fß'I_rt;$'~vcqH#X D\XаG]䡶sرWk lCWbQX/Baո$$h!ÆcÃzŅs%9H(=ƄԱzh lڻ`CƀsdkNT?_ @Lm}{D%;Ӛ[3JǰYņ,Pm4@(B,̦:H(슉o[L# =>5S tPbwqVHwZi4tElZg Sh???kp*WW }!sFYSiEVd8//N(u SKnSQcZ[=yz6iz[0{rмbsiL?+"R JRN,<@N0!!l㛫! ސR oCr1h n YTm`A9q.1>+0H:o%|đ'LNfdFd .^8M&y8 ?Qkoc~df+m;0iy>Wذ XF=7D5Kz H~8h2+T8 zyޓ9ڈAQa^z+W[ 6޸R~Cdo?‰xF!cd&KId ;ҟĈ B\!6IuTJOazJC2 J,TdaQq*tQŗ+u4于2.C׎ÖD⌁(F( Of]ŚxazPSJH',_ljc*Pe+,7@~+q m̀24c\m2O L Z^NҿO|Dlyz:{C{a 00moYi wflFˋ,s K+eRDnց߾Y|CTrE;4(\ SG`; +BC~x K8ځ)qw倄aN7"|8O75Tw,-6"g f5U7TL޸-쑠SHkC1u5 pBrf~/=FhڧfZQ=YÃvoײzVEC>3!=LHPv-.m~dVGQjM& }]4܊#F̆hD۟IfRZ`Ab-qTеQ:.0˖m~AP)tYxMFS[Ш3dT\f6IկfJ7\NS>2Q5(pkQ.窖|Q)α ʭ|*F|m1@Vst,ز8\s".H 8qP|XfU42؁p]vU-}nOVh41lC9W=}UǠg9R_BknΫx@qM΄ne!ܲ<؏!Du?aBAٴ|= BPDFnurp3>.*!ʑύ ;bXwǿD>|>гnSn(+-^A0$5Qwu1x>Aх]>dYB;VhֆƓ_V:tAqKK'xSa}˃Jɷر՟gQk/U)_4w)&rhM՛pqq+ ׷( W}p"7<셀HW]]7Guww1.ɇ%Ht(zk 5P C爲<-Fb;8C`͖%A|bd_FibETwDMFgͪ^M ES:5J0("QW|f/x-{82h{S ~3=qO>Ubb-K#!1*IJV;: mTm-M2ミj >SrWּ!M$ bYVn~1twSM7kc&H Y9}`uu)ڕﷴwlaaUQtord:4]Mj+ Z*yEFw?cB F 7u:O]IGF#S$#;8 J(Ub&q.RTw O.#_|C6\ΝWQV}-~! <Aƅ0} a֍ԈJSe'E. |/ SNq]s*(0"Qz8#RI6cb# 2:f`n 7]I͛<74IawRRo[!5W@Ҩ2#\żzʙ GtF%~ZJf9d˒f *&L!@/>CO03^ppZέ|QyvtXяi{g̷rX\"`O-,H9Gw5CS]8d--=³̰ O$MjF)ЩTK9a?`$p2r lI+( d  Onk~W>\ f Kư[faG2 菆oN>Pu53ރoTTun4 KpUn*O1å}HTA4x jF1i1kOXh T`onߘ95Yuŭ]'VrںհeyY ~%lF!>.ɓS[OԢi4m fV\gj(ScAtE7)/<큝-l0LѢ]6ljN],4"¢4aZ23PhwVG ʙ6dMh9mt Dpm` %x84Г]d$>w$:WhEURy-Qnujn(Z_0!1B'ﴀZ~~_@h椉ˠ8t1^ÞD%猲g IE8K)HbQl !PꜟyMn'S֣ZF=ES7 <;yqa9ԗ~^}l;BGw5-MNĭX}-bPC lLg[7`1_%TApύBlbCtA16b.F}HW"?L<U_+aa<~H  3T^UAˎr:J_-9Ѱ/ynJ-9 s+SHNEqu.0k71MWw97;Td=Sp*PڵSn)X}:ZNM1%F{;hdEڌHݨ\G&͆S2/otm{A*)u}XdU7球J[]n=Be $|XGZܘgumc%.gޑ=Y}ZoP>-ݳdiĥjr{Fp@{acQBC *;nxݲ{Zp;BfQIf@lmz _3ϗO4N.ĵnX'Ԅ;['ynD*̒:f走5Nt < P9G|!/|)dUњ|t+poG}<+|[ !1G`"`QQn>'zutt.JK?Pﭚu5fk_r!Y/&TG{Ӑm|gqoFD9z).X~M1$񅧢Ȟ*xbŒVQu氇`la^jN/U 6AyLn[tkCہ1 n_7oۃԥ$X*GJ䛯}GOG#dQJٕ%'_XxIՋ=Li䕩 g'@W2i,.>,&= FZFٴуRl[3 Yhޙ-10fR S3zzR~UmZ>LjdVXOXОV4KqGV !AiO|CD+بq41ae p ?%^ۊ_DhT=6ok 䰜Q(_-O]]Q~Nc-V h諃sN?HV]3_~pkYCx(FT'z՛5ZNy?;A;d&mo*0(@"tTF0/]yр?<3=W|gbSyp?htq+ 5}ѺBpO s{& ?,}[kѴB PyS֙y) ð 钨i aۋ6/[*P!9iWv|@{uV+UjJrpV͐nώ ̑'IuTMQ6>"5n4HJX9CWAIP;v8) ;?iA*&~iT112vX˞;P}Ke`Vy FlWd@rǟ}(MWy(WKBAtCQ0qcw8{2&ŸY;ĿێXVXlW/5L ..*lgYebYYDHVo9b? <268Lx=;׾gui[ӌٖ̀Ƽgf%Txq^&ڰMұDsvYB]PpU,\Uyρ[*WŒadIzQ{Hbb(_-3&TRQ4mQ9U$Bsnh=lw!>clxctc [_LW@smO>*a>UpfLX<+vI_H&! sIl\Mt>/ a10uMd[=8Ϯ[YsX6_&bĂ:QVq:a^F*ѶwEeAKHPE} Q-պ[6^Gm/x3~yr<䎛4fICɬݾHJl$-,6'1" !tym$O;ٴzۛS@n_nCjBa=OSĿ"n7>ã!\\*pU{&!Qrj,Y|[M 'K/YK#}Yۥ~&H>XL9j?!~gFnKM궷eEJL"hx&V;بDF eGELu#THӤv~9/V@wPa*tUg9F!80nnw97/_}XQ<1eVUS|K"V3b8m4A:DwqOwpUfMkXę̅-duwsP 6K  t֬`d5%8aXsx+(ߕ]!FI$mT?F u]](.Rv9`q8E6 Upx (!7ԉ'\X$.7AO3|4~ . 3K~Y#Θj8p?:rJ~3 "AR1N*-Iف#Xm݃/yQebaǯ8Hż#׫RRc.Nlׯ m@luN[uLy+Ɋf<^>5&QIOnQӱ\#vg>"V^Sj- |diN6]02܄š3θu 9F.\ P,i4ç*q4yhm'I o🚮63+3YAt9; Wx[y*=¸kEYUNhX֪*y^} Kh[>~g eʒ׽ߋ s!׆x% 4d.SbdM,H&?s7|j++>`8vjt+lZ;T5_期FnEI-_y ]r1U k9 ̵tYF!zK*f(6Q:H,m#5LZ(!}w>$;w U'Oߊ ܌9UbVk4<Iޣukc^f1#C^nƒXx\xMc mҖCFuxX;]TvX3=N$Z$0Λ$W-FckM!)=u#ʉi'ZYrG {ݶ@ ׫;0R|e|^4^PMsa"m/T-YցL6:/5 <ԅn-^#YڣNb\7bps~bvECe\!$ sa>yLʒ7tĴpQfh5L8TJ-[  3-VNG^BUT{W)j$&z!OFz+ugs PXqca e|Juh T+1gy-rgG50o(l -QyJ?K-c`NX)THFhDa-1~u[fGͿ ͊SP|:սOL,đbgol&'rk7 |ƺA{TmvP*I]+)ZhFy3m/(bT蓜ROR+QLvb2H5YK]!)$eu&6|yRҌ:o1/a7$MOw}\[;%/W H"ٕ0>jU׊Ǒ7|`D +Z ;睐SFʆ3A0 '&b%bA|hQĊ^Ĉ& x-*!? Btr|blCjzLH`HPiحҤ3 K➬Z0ukEi_ʓMc\j Ebx'Qf?|<貞j>ضpZ:͕BAJޮt^?RG?k~5Pd{,ڣǝ]*WJ(nmPxQ?(7YU\}o=4wHNLRw1ߋrPTNхTk~0HoW׺\X_FuȊT*pdJqᎥC/]j]-yJ{ȥq,> ޿&UTyu.;a9;|›z ["#I%2H#;~;RĎK3cOdCZʒSj˞E7Fա:Ӆ)B-%i~>yyytPyWRhMUq"=(cEնI;i}xas 08w$ GF! ")J[/_OdYJQf^`[/޸i+?U;bu_GNEGZQ\ZM@ rь|cDZ X*Jym;܂ KB9p~w85lWpuCy[UR^^hEu|zpn}eTTJ.߻$ /OVDM 8g#E9p$ >MQ/?zG?:aj{D4 x;6& =»41Wfh~n Sͦo$5RԵH"CR*'N_̐2e]t$ȭ1Ď{sl[@ra`wڿkrN7*uwx&U&},ޞNuK22[Vkcn޴{l 8|tQT 2X\͇M99wijC '!!PzSny ՌNz#dcMal_,/Kh2Shn7(sɏneSxt?um<4mq1= ǧ"g1,Q$Sq)1wL59.ZG>EF;A utg7\ jl?/y#%g;5 t[~'J Y01#j?%)PV ><^Œa S >eC ]p 6[7tD$ 2 Y i,.ńYXd=aYsYRE3WB;5r8}c:J9 Sr'0; N퉪m i(#{ENKO1d_g01R,R֬$V8]C \!R̸I|+ q[vMr{x3)q* RxV 2>_JClsz?h _ݝŽUS^ODL@]:PfY=jiR0~9t1q(_V>J6+ i(b*YsTUĺ#4 Ds#E|BŬo8+X]aO(^au UαjwϘtSJKiŘU~_͠r0LYk \%Eؘꦰ#u5g'ۛՉ䑝j:?Ȉm\L-wѲWz}}oҕ_5ic|iy`4a [PB̛jcgQ 6!3֨vpM$+`R4Q$TW}K{ggkϽ7w^'vXW"[jF3\^c p\4q3l@(Mnp췝?>MNA?7)tqu_܄IO4"MC$ṫ-'c-Ç+1 OClĆP[1eC(S']?]9e3E% 8ĂctzӮ~JAw94en0> zn&b"Xs@h'U|pwc4 y[}&᎘k.:by=Ux3b3l\i-e+v~?]~F)fTܳNhvYVC{'KD1#>`y ح}Ιyܶdm6г FWxNw(MoP;5iHj[@  9h gLMR@+kA(3z`<Ld>︿H5 *# U܉QΙZN[o fp \A#UOY{vF`#yk\v `4mSvQx[OD&8䑄K 'skQ Jm[f6B") 8)ϹBGXrY_g4ա_뒂eE 1AƗ=gR&g(1W4XWSխO&[WeK>(j@Be \lQ"xcBifхυ @ԝ !]=$ꢇbQ GN.6űz*xCQ{ lӲR TF:fr B0][-Grt(eGabxRC}l BOq@(  4:[nBc+wϨZҥ2. V0w^R-~~Tw- cJq9kpn useOKϼ8{g)K9o2|Ȫ/Cb;tx5m#+;!IoVkpV 52n ]>䖶lŦ+f?%60dHyuωo$׏ s 6IE IӉI"WN#F6 [3MJq5{Qo%l &E.h>Cio,l 饭u5Jt3^ o'^r}Jk6Fz\fnVBXUg\|\7ǍI v$oCy] &Tni& zN^){bS= b(t,xA'[GTU +k3? =_w܉F\%VsL5\ê"/Μrw|a@cx$ w2ĝzJ TO3\  Ffnw^WLOJ=t=6Ј+nbѭvo@"hO<RScʻWC Ǐ~ fb~2/Ҍ.MB5- C:SjoZڜ]1mYP.D1hr=K؊MNG'|ǐMabiL-p˗jp6zOYqnp9&?x;F{ܲAaw"w. lz.ƻuQ:vvP*mtJqf1W :X@Cߠпڅ 2wG17=7fę3Q Nq8pǭPDDp!*?ƕE/퇫/b+}$9,Imt3SWuYu=B#Fcy[{ ![Wk8lG0''}|R,11ڠgL{C,"uM"7'Y_#@Mk&gD!Ì}Ho/xM28Qj?r;1Tnt1V%Е6/=ӘW\ew]VQ֤CZ_XmTPoN0@}/^Q[vi/X:؋0IgW6(^{ĝ 1Éo~H4$2+sTjU+VDQ&Mvx$*EiF5;&38B> M/J d9ć8G^uyq)6gy*ĪTLEݜ B %KvS$MM?^̝2x*ylvSUwPCFP&O o+VQ]rpfirZ?^4W\m+ͽV쥲s<̄ /mG27<`Co52JsJo+ϓ#˚~r=0KC7}V9%q\u lf 򑝖ºU Ry{Th%. BTďi7?0ss&tk{=Z VOn}ԇ>CrMJ.2hZu^ibjWI_ 6zOT% #*i,cUIarlu=DG 3o?iwJk9 FL> "o?-)˾{ævZ%[ExVl45 DjE5o9iCݭj>е7fbaԭ<1?A M/ضR@´MJLOFhKEGyT20CG[(v=1L G9D1Y˼ʥPv ?N g;P[$K&%th3AJ*I-h8aAİ0[y~D&nI) : 0qo~`wәwF .ԣuUo2ށLnYYmku,PP,aۻ†cJun6jGjZTYꏃ<2C~0EQņj]R;t:8 zvL !KAwMM6TOy{ <#?8ɍi!X&T?xh ᰺H+AYWX-ΘA;sX'{$]44྘gh|QL{d ^l ,lZ42U=\$9vI1LGB404&|Z!"Sq+U/^7VXeG%KU]L_xVJNj{#cB%&IYw-\?`%gPuBta4on2߻iODԟ[Z=q  weHoVt @ Yuc"RgѲD-Z+6}ʰ&ŒWB ̰GHpBukT7wJc8=FLc1M= {E - o=8!K2wLFh=. DIHhk]NCMkS=[W:v쪦38gǻwInc<dN՚:`svLy5_1*ТE1@P r W~Ymy&KhܘoP^ _' \`CcO6LpKmsZLdЛܙ'@<=gse=Uʐ[wk]Ac=TȬ/4W=-IL&ѩZtK.8̊M7woh*ŨV{iBrQIU5SB*ePӔP=/zc@^d&qJZ!d:k!,:yCuj?S-+Oo7TEűgfeyM8:חWe5w)l/s nCjuetm,c!ɧgiYƅU(d`dfbğ?BD,RlioόQĻb'LP1uH^zߦ2XOZtM țq$EuTVU Q|[R4#:RALɐ&o aOB2Ǻd(Rbw6N܊8]w m8lSDCR LnK :K4v*ܟ89GDyOԣ˪)n*E{/l*2H Fi/$Z5vg#h_3C/& _w3e^M2(wcޔUViASdI)ӝ3WD\0RCcղdQKj]&}({J'[XQC<:wl͟Y]!>>vB`iב;3Xb HTJL:eRyT'u\Ef*o& l\^Ի:xJT1>7HvO=6s6'7eԜ.I%ԙrrD xk g%*!ƞ"m ի\sU0ƶ-meP*]Y`s,mm> =ۘ̎ggyw̅5R8mb5񸀢?OJ0! zPo~TU +9"J\APC=Wvg$X{egV sQhZ=T%|oJpM6Թ2y=iVdփV}:Q2yPH$;PK%!HP!Ei9bm<+>@\>`x74&z]vE30ga{7T4L:"> Fi3/_{z$I Zqΰ\a+MNcs6 8OtݯmF9>oVM^gRsk_` V* -3*o*_m#OJ^U4( eTˆQ> dRoefUҁGDBԋ+R 7R_ϫ.'.Yfe5I+ݢ$B*9D} %lyPŜuoF(H*9WVZ`e^{^%wQ/W^aa'PDJx(]$'\WV2S R4oː'XϴqVn%W$;^Bh gj_v6S%uGjF[fq=u0`'s"&]qF/s %GL}4ʖW36|Y0z0?Ҧ8hCG8BzVV0.ul v}GXpIaoڂOq]j">%D~~!-Q"m/@aJlcHV0=Iva997JGuOղW'@ 6S7b-ۧIS  w K$C;)*֍,gɺztxexߺfia'LĒa1+f9T>^ܴ{5aP(MM= .WD-Y;*:ce8wsJ!/C8XYw6),k+wos=\#5#^Ѹh䟐(бMY~ɀWxvX8vֶ=9!!k`LA>Knʻ BՐPt1ΐF@UO-SU-:nG̹G֑ITūz"4ыixuAm VJkɑC̡|0gpωk]pID)@.LX{x4qk )f}@O̽QJH PL45""tjz+*0gN[ۍh;qK,ڝ,~du60z`]Ѡ|%Q^7ӔxjVq=3tH]>Q>퓒:6賈E:4~uE n1rMe~ל㈾[V@AEX`;,Oiɋ)S1_|6GT< /06㱟oqDm e?a,kRFDGv`B͎B3|P8!%0`boݞQLԻH1%M;bROBr2skAAg.fKJZ  Pd?h] ҈I=W/,Vg^s|vLB0<5"+k5wpKVעTbƓU8!'ll+ևCi}Mնp+瀇ME0@<|zЙ6llZA='بVll}њ5BVajSŽZ-a쬞+D$hS^qBɑ74aS8Ora]s~IøTW]t;Byxkn ״ʹ*hWaȕ>ݴX~?coKκC*}%>zS3qμ3c.--nq[mYE[VbW0PǑDݎ"e-\$‘|WM3 Þ 6Ma= 3l4UH ?r|O3uꧥYbb^}[ۦ0imt|J`렺Je$3φ$s0]8%TS$30ƫ<-|*l+P}i` N]rTeh)⊉.Q&+ HP^JnvܲEp<9@/|JZJk#:*|>^*}.hZb87E;X}xpўYAN^ lS(w^R N Y}jQGZۅ tƝ &L֔%;n|ڸxl,lJ5nhϝ T>v!,>JВVױI Rߏֈ7_G"{G%BLet~8JLKi<Yj]!][*.t74\셶vx@_lDM& 傈'AWAXPxib hL>loE؏ס$hıl-A*J|T/ 2|w~KޣRj~~G+,@4zH`0k3, ̎2 YZ