libcares2-1.19.0-150000.3.20.1 >  A cQp9|g2rGԊؿؽ|~R!DHrQ]f!tcf?|M e2{זe"*&:|gnX 呿 QmIC99M=kgiI @eV`8mF8H+J$ +]U#[i8]g-qE vͅ-D6f}\ fߠQʄ͞d6>EK200d1226df9404dd0e34447681c7967d93264655b52ff0abadb659329951b17225015ec9bfac7b43469c76e777bc2b5ca6660b413tcQp9|FG.ڷ?gySi\US1Eh{=of (cVDEUuRn^pQ&br 3Oԕ1BHik}JjXy|gnSzw~B7$`V'36Gt]\{}#ȊƠ֘!"3{8sFpT7u@ĢYv*UF;^ (-hc"9:;lm(ZcP,y >p@;?;d  ! H $04Mnr     h  X(894:!>8.@8=F8LG8`H8pI8X8Y8\8]8^9b9Ac9d:ce:hf:kl:mu:v:w;8x;Hy;Xz;x;;;;Clibcares21.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.cs390zp36>SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.org/linuxs390x@A큤ccca7Le072e4c151ea4d083e3686462ecb938cd54fb6dc70d29f0af6f758e94717d3fe9db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4clibcares.so.2.6.0rootrootrootrootrootrootrootrootc-ares-1.19.0-150000.3.20.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.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./sbin/ldconfig/sbin/ldconfigs390zp36 16760230231.19.0-150000.3.20.11.19.0-150000.3.20.1libcares.so.2libcares.so.2.6.0libcares2LICENSE.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:27746/SUSE_SLE-15_Update/3e23e36d292d48b129d5241a0440c771-c-ares.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=58ab22e7989cae964305717db208026747cfccb8, strippeddirectoryASCII textPRRRRRRRPM0hahdutf-802afc18a8b8698b587971f7d701fb9c1738f020a78684c87888be634610d3b88?7zXZ !t/ #] cr$x#GI;zLtc8}JsP{6kQRy&S5W̲xNu}޵\zhժϕ ɔFN_N$E5^UHN/C-"MwkY$ic )Y +ɊwGZ[iUNoS J^{K\}Ћe[k>Mwu,w *!<^wHDIa y' d?H3U8}l{8A[-۳kyw2YkQ[n|%F+V/sETOd ucvp3xrS U  3O'1\&AyqޭS9"sjQ1Ztfh|+# *2ZtZZ O .W T4XM`*TA: R6DZ06C=1tIv@fݱJvmދpC$mun1C_2T ߝE _ ) 5e(\];fUJ %9K%0"0a"u!o\X,Pr% C"+ '$X Պ q|{9orG4Mv:".'*dP 4`(l j?.oK -[ti}PoeuVæE=}ֆp +|ݩ#;cFx(vZZu_ͣȮNeb a=zx_T6־w.P6X^xf^ zTtxM _Vp3NcӈtT@bCJ޿..[{"|'xA mdĢ[;y֦8;I<6 P opeK`!W~wIC*<4gi-wd% o:o-]@Q-_l|Zbs5^`Rꭃ "9'3ch DTow a'TSЊ(:+dgQ|`~;(RI+AXH%<0:) sz@%V j_6zIX}R=z7Ѝc Y&V]-X<:e5PΓ5]`Sz a 46):xPid'yoGa<WO%Wd;Nr^h܃g? ~dB :^bz8R%dҬ?5=zLRjS o4< =5[1H&Nz'VdN=X|93.b_g'=:ƠLu|Q>5e?0/nK[=I\}Oa]y}ړ"I[PҺO~58 /؂ b~a>kq͎UYBhvzh;[o)"- s0h!dL{aS]`pǓK_HbcaE8@ K6ծ1}BȴeöWv"-/R֣ņO4ݘ@@QUPUniਲ਼,_yefAV:IbRJ=eZE|rV2 _oiw. (cĂM4f\D2a}Mpsqw jWZL:W:^8PؾYU jUs?7fUM%Vh,̷Q4DSI6mtH$\j%|xmP+6LEsYxjK@k=sbwM.B}IU5Hzţ|"R7,gKùY,jyoA5Ƀ԰#lX2/.}F0) U32h+L J2n8"]"%? ԯwgC-…!c:]cncHՁ]<զ|g>A*>2<1CYo@͞u&[$?\U8Ϸ>EJAtBL}/Z!RLUڳfӲ‘1Ov/ o+l=:95 #]%Fg*ujD@À1!mj3ƽ<.p#ܒA{L<û^,mRtu<%z(FOBʏ`Vnuiw\lRxK/P!Z(v?S1@W߯J^3"(zћW1wv`5Pu?-NMS2ou2R%U< V6>/Ou8Rw;I/5A6{֭48lG #T5.D:Kj}y 'Զ^Ce',b@VQ.fR(BJ> ߾ZAhK[ 75juQ_;9ӭ'4$\ $ܞ̗y=3B Fͤ\~(̈́ܔQmC oOZܐ$N4kB:2FWUL[fʆ8\羧%h~N`$FS[p&]*u=f|6$z $&{? (_(б0,ۆNe<}x;ֲwU£$uñ=c[ +tx@khݒrZleDh49sqz+HްEL`< |2[iʱb$@*Iu 'YD7A]E}Wx"|#t(AjlRq+$sOcye7߇Xq˘Jv-,,7Li<.H;.2}h O}@|p  ?OwZٲ^m-9U鎂2֒'"Y؈.+#.=>*>/ ͙F)x!$f E ᥬy4|)K% KWUou~3)۫ dM˿oHkH +=M^6o?H T%%Hd"35M"7γv"4S\IC8H ׸q-b M"Q𐵴 R]ZU=@:Xeb=Y3iƶzf.D |PX{\q?kd"y|@V4fJx -9|$L_+`!YJ菂#Z]:q*nu:Ai&N1a W{ؒW2,7A D 8A7/} _d6.9&SrD"aHϾrc8U,e E`^*2t\xxHջem_J*54Dmx/ C-%'q*a!m Qd5j21v٢(\41&<ٛ4}w5M>w ͢qphSNx~o<eYt Z':D`Ƨfu>y|^Qsm+R`H;>}9PdS[m PSYӧm/lQ m {!Hc24s l LViZfH}Hp).\7i*_Ig SSFN 'hTqxϳ؎*WJS)Xf22 l!s#t^)@=p,U_ ȓ\x^@8CKO}T&Kk$Sp*/?E3t2Dip1>K2+h{n^geO3 3l,+uR 7YhO#J o*pߋ&a eP3M,0- Z%RqrXIou\9%&z#!wp\#P ;ߢZ -* kZՀ9kZџln!8g:FXK'ơw/Qm\QW \GoTc2|JRRLi Wkti Di=zml+vZXFcbaʒԪ'HI7XeC/PU}gJIWeY =@a_K& sJk{}(jN%9-|XUO`0g/aPvkVa[giGMXh\KK)fOV]r.WwlXXyu :K9K1p2^ >yЖײB{ܵ IӼ֝M@zϋv,JI)` jTdWN3cq[N૿wwFyMl@t%Yp߯x%8вȧTLeEsUE*,5fXUcّ!:E{v63淮/8{Ťs$1>dfi*ܡ"&&Ohٗi(.흀jo7yБGŐZU0.u?yO1٧U] "ul-Vk}t7f9@/KmcIl9NNS)$ = A:/5 a(͏$*XդMe@PQ>:3w˂ӳ>|`DKˇ[!@4*+S?%)T\w^hYIywx!ĬEtc{W{&i-&s@0\4".u1 K(G鈃Waq<2mt8]mʶ@)i'qC+FDFk ?/wv0j_`꫷j\;QɆOV pLbB^i_UsMk#@COOj9E;'؝-6i!:mU;zh1'%\zHQ|4 go]*^ծ͊ȜayE/?qu/2d6 <Ƹi}EyY^wW- `[J`&&|%UæBT9x Fh.\ke-T NYla8.َ|O}|θgXQ>eݦnRrUlCB "n!-3NOFO6dye rD\O2rW k,wydkUhȖh!*TQuoVG\W@!>[n~(@E!pM%a_i[WI;X.!MGK02nwOS &[j1tiR]% ɱ\ܘH$O7 $v.4,#(W4ٿq.8M+- v^vjs\csH E$>^(䞇FlqNə01^Gy3MɾopTW`'2r9eWe@؅=S-}xTWD1j GF?[O,T2%*H y_wjKdZ7"(GDҬh`ԭ~ +E~ֻG^n3yA)V=M.ىo@n.֜VMc Sa]:Yf}ʍƽe1zea(eGgH*oo2ӑ11WodlDZ'LxO֥c)asoZ o'9^#͞^4U R8P:W<$+1wg3'j'h~)Z&̉l0$]b&{3$_h%%F`X΁ٸ1/ @HIn[^},1?@{RxKr"G/JH9XjjUxPf'`/w]}BlVgJꔨrǢgyrNkEd^K(mM4fe1# u9~mMsp?8W[En[BR>|$Nk|.]lwY_匹o"GŠlbC=ڀu9GíOnnnOp70TEwzkh,G`&HHTdWq7Ikh=[AL]bzE L|C?VQTkχ!TlLj؉%~h6TZlkMCqj^3v={#_xe*~Zk_h5vTdG5&#< ג,9CQarjj`dR)vTL kBPȒ^J2ogWlzEp>E$~AxЌ/a e>O)mõdH`]J6thۢLBLNA3iMMb,Ѿnf)x;NGmEɲ, )_0 GEFJ#FZ3Ck\U#z`d,P3M)RH`6?g_/ >zJن(j_RMvbk$G}R2vºeSR eWf8Q/feDdT,zUN ÉnDŶN,jT+~~~ouhW}59 2@a"t{NE&IYûWRo]PK0Aʨng3{wΜLIq^qv"MN OL^j?x7D }eG)fr!x㵻ҭ!O `wݖq:t._Gvq{7ܼ\P]'jjTG 0!v飩a3 Oȭ&+$ge7ǷNiР8|:bE]r9<F G&m:@LM2Oʾaȥ̖ ~b,9ΪU2oFM5=(m>0qp:9e\$BVqL*NR1ڧa70n~,y~Y D"(]Q dꆷ,n~ qUOֈx0>}j :1Ckw2\ E q|>YA =Vt+ ZSW;`Wxȡď (Xy!yuikHѽ2Opl)eJnjYP&A'[q1Dg…]M0((d<֟:qu&˃vb [Mt fǨz:Ux\_Dj>f5yY@@qq-jPfmBL}ڥJҢT6"dz_@.]=6!#, =V&of< x9wWB-;0ڞ\|\n3Ez_SBdN#]Bw6a,,{,&+~FټYO4 aTl5٫(1}nx

"QX9uP%1rW'N:=Wq^_Lvy1 zuy&_2-g^7 gMco 2Ư<ђ&|I.Fnj`x6; b+Y%xqXeqAsQV:k3d\ݭ$4Gkj19Z4N&֏7ONO)Yo b0 ,#P%(?}r:nrFaB'r1}g(t9^wi4Zmy{x S.XsF:ԍ?QF$ePrTq#Kʬh[^A >) YP;ˆE3UcԹc\00IxCX)'{?Î8W;`e06FcIPN13/Jo;;!٪khwؖ=)fp"bضAN=IEDRfNq8PR`v=/{Kz"s%`iY)T4nȱj]2ܒTvIa^ti_ip6`jϮo8l i*m"vOk8vmA8%Yim'<2G:E^xZ$hi|iyA0_, b~ 5v[ cݏ<""Dd!tL+L5Дz3&k:Y;њ?kh%Rpfn;IDOya3_e_;(褗aWݟgD% *@ǥa#wB |X:at1?vt`XY[6٧ff3Xv#4 {5+ܥ!}0xt3UeGpIO~\Õt!9sHfYu,s!1=Qɀޡ#). j<ܕYz\֠es9HͣӓԮƽ5@ V)6= l"q7ՇW<9SLQE;(}WwH(,Zـn^._0-h]z11>I5wN3=WqNaQ~ymugbۈ[IcjX-*bB4YYQ D%N;)ǖ*`BԳ:2>Wz./Q()uhXmh<+? helӊ!ȉ+g5[-6h[|YY(>b j$ymUC^.K`UTRD yQ)~CoXB*U,1Tp>A qDdCעZqd#ϰi:TW2'kLlw1t /qw"/Gfys#`|F9; ^ՎTMUC0Yz?b..hdbz:e\,Bv<8Ƣ%ș,@yI&Ӽvzҋ9v3Rs6r )e(t,Q.jWk˷u$$Xa^,Jj]+vOL0Dn)"u#"Fe5]^VƝ0O 'f|ua؎3JU[]'Z7ں,RNC{oް|x]3C)a"Mߑ&LAE߂]~]cpm%2>hY$DB_}> 6򺜧ǜ@{d!04%]JiR^GĤRe XMw #}֋ְ>2)W Q#"[b;Wp5]CiG`B#07 *v "u<{\;sk1dI^4+6dШ\x18:Z /sl m~[PP9fbWJK}T7eF͢yX$|,B3E1ͷ~|+>:0[Ə£YiZּ<˄p31aIq&Ӈw1v@fsIؒ!/_TR&k `zi*1n^ 5HIɶDPiңDNÉNqBm*z![ZzpW:Y-e4ŘHg\E2م,B_]"Kי*#%æ tLyU!fxk_2 RôJGn-(3HXʼn8`ʓccfP~O 354*zWW\[j!FLy,sY:W:͊fLZqbS)n`4Ť ib% ( %s$ѹZCX4 _߃(T ΄(/a> #16>6~@MVL" GԦߤr|-rn+PFd"WJv,aJ"E5kT^ Mtr%}I{5Xk>\ΦޜxGl2:9-fBu|2AQ`qOѷ;˺>*Fͺ_2G_hHDQv ~Jl":}Yh@ǝ`%u 5&@ՋB3sav9XC<_ rt›d^x l/ # 2k=DsT]@ð|#HهįTa]{Sc3>¤-Jyt/OuwӤE7=ϵe xSd~rY?G3οB9ƩӃ5Fqʔ+-WocAG9t&!57r <Yf>%_@P,<.kiyF#sM@ OzyDGo5[+V 2ϖY\oؗf\MIkn($rRa~V:bN:*! L w=놛f?Z=ۄBfOB-pu-ʍB,* G$uJĐ]ꔔl!d'ňNؐHNס)CR6|M s`;*3'fڴH=\z 4AOh7O8q(4_oMdbsh"++~RHsbT2tmmrk凔yfJ-~pedmUyx)U4&:31S)t|AFH=o=۩~{HepZXtʹQH[2ߟE1ELih6ab }7k_ Ӏ֑ꨩ>Kw!Fc\[KVz_Eײ^O:9L}xrcx0'Stc=YA-uB|BP)b$] ϱߍ˄亙3fZ/%q(^GV bQ(yS@h5Q%NPЦ{>~j4x④HH15X)z#0@K7U wV껒˖BT)mBn9~%r\N6}7"v:EWxK ZkynXhv8E+޺u4-9pa\Q7tɥ\lvӉIu58uWyC#53vL;dkTiAYBطyԌ^W:oeo{~+r<6k./=XĨH+?Ihl(6[{DНFf( yvq\ Zyi 7F H(!;ŝTfԶwӅc?yfYTfhk0CRO; $_>Ԃ5Uȫ%g-00t>Jb y=O|TU{n"hXĠϓX=u)%y\fLlrmQӰUϬи3_~3.34'n?bl38ZT~\0XloH`R;%9'vNjHn>0ơ9(creѕئ6.ض`["v\,qwV.ʳnm< &Fδ7R* zDa]_U<{ΰNzTur=0 /b/1uY+5;y/}1 7(pFNǝI# psHu/z&/z4zEWx^-F=0 &x mSΜAj8wG0iLakc~ -a.qTh͑t&0Mq\r&fƁқ]kݍUzc/&Ja+fߕ Aő&{ cW1PdoN_C@tBFv~iʭ @ƹN˺0b) Ș?`TN-댥+Wf ̘#y2$k?pfDqx ~55PHjju]5}q+3)*̢Zgt2n; sTְ?z$|ӑ;:O0;$^\rAO\#B*RaWd(VsT2$7{.&z&\>}i:+]#;yѶeCglӓn~zPa%pdD2_o9 TӎPRt/G)6#vPv 3`m [On/1TUqB<; 429ŬfLƳ #4K1\*{5 bsiܟI{_ D񵌔Zyz񿏤(,(c!^'!@V-cLj,mʦmlSr]*JGq wc;@6=wez@ lզwd<.&7~.aj`]_βjM:{]z=ۀڽc;Xf C<ܛO59杘HU[qie6nIk6šWgMG~ֆcx)B!28^f/V!y#؟: RlXw<#-)Iz&)F)G@=ZƁD2w ٮKk۔ɳ,:mkcC63.;J(r?T SX(qEr -9='Z0Fr }h9>/ü6DC4J*t`/m #Ν,lvq2#caȻ[KC0望>auiWlGeW\sn0r-pȃievH$!.|NmAo=A!Ү3j)Gw=e~/XϿ2DAK+5qfn;3 O\NwC٪쾗cSxb}l9mLgT;HNፎ>r(p;C)mJL3{-./d.6C|y2v7)ABɵ%fbfOc"4o{˵w4bW >PA,bG;zL KX0>!u+V_W^-nInlE!&sC쭴6]~.B+R+Ո .$طc\qL%ȍ9B4J<ׯccEiǺb9r<3N]_K'H鿅znQ 5t '飂9}daJ>g@fYw n,Q- Ծ5]g eK(z ^' P,rv;D֖c=~$q;85NJQ,wƵk#2yي# nH(EٰΦT_EهH:Wiu/;HV P*x]HtaHl-@&ᬗ%)YfBg >#SIB~8G4<1EW\*!I״Ԡܬ.s@U̽edT*A'Y;V$!}Z MAhڀ}'|r(%JS>h~";LAi~4ImylA,nIY.e%W*ϻiGpI>T^m0x{QEqTǥVAJ~ gu3X,kPgavn[ARxɳ,~`Gd&+mWW(uZu!4hpS~!p[\{۪1lkpy |DYBUn^s,*9ˌ4xջk l,@կzU*_֐3/Effd%PNΛmgj@fMUp y*:F3U|Mܗ|'Zg˂>sG[U@^b"b$WpV'u+\;EɷQYM/?!]X%1t7e l}*ΡPYB0,T5U|B`,k*8B~Y<OFʇ _( ò(d^qwb3DzӸ"N[bz"݀JI/8X1lcfQޤmh(|ͅd4DF*ARX XWY秙x8?^*xގ) ׫Q(%3hޅao'L5ϟ;+]cgn~o׮u|DzfEddYXZux@W#P}~o3k;koѓɼB79 %Y6f]9:ăyfٳz&_fYvϕs-}_)N 2;i<۹.y8P-#V'lXwNOǣi&])LjR}KK^r49C E=Dicn4}MY!izM3~!b[cLc4.8*hY!/JsBŠňw̫>yId.P/T`4HNq {xU7RX9Ϟ7Ȓ#n4gD8G ?MzaC4 m:\lAYjKSE,~}Ey&8ٹLX#7 ݜ$JުZK3 i S,e|@UnϴҨBe_/]ҰP`Εe%yqehjyA\`a{tyĹ8~>g@M EqiOs5o+4 jz8`ve.[ӊ:"Wc~9Zf*oL(mG0$⾺T-Iaj z0(c9K65f%j\XłtN@|E%N <̷B;T`oK0DiN$h,mUS念ڗp]~ mjl2d A l-J7 ]OjӅ83bgn{ɬ?"/ fO8[bB%c c_<dc~$v $IaZ#N"%ֻTi18$<x'Ԃuwr~4ɕ<~:4V5$cC7HdBluM9u|*17m ؔRhPh?2fj?A=3aRa}`Ɵ:_@5v6@fxҬ~L(f'UO[(U,^D7lIjs'cfQ?UcpPU˴8)o'.*ՄL.Dijg-7߭ESKi йLY^[|(SpU6i .88+!CJAV#\Bk ;d5aD^h| MΧ9v /L!e6ҳ:=PaH z9=P^mO/9PN0m2[ץ_{uxcoI+ۢF[,uVg D_ hmd\d,v)v/X{[Ron.dqI=ɾJm>P,[ǾjL?A~z 8pe@xFY&G^V9)BQǟe C>w#Kh9+/_Q8|D5`vFXxu01,v\4+%}:\HAdV8ܸgי]k,E,dJhݼ%3;xeI>\vik]KT&}\ܭnk9.)2w84ܕlR@Z ,s=Ds ځBFc\>A\Ғ}5@pT ȼBB=a73|J#㑑9*<:43/h^㨔UK lY]_ ^{/lxGzA}M]\"OFH:EQCWֲ.v:p; m?2I{v` Zb܋ͺ7NoaZUXڂPQֶ خڌSBmb+^=;Kz4̖ }tQ5)*{}:|Lʲc?XLK>#̿f&块T4\WjЃ>/,fꂁO5-1GWs,K<烏32óFՇXɼ'2`d %pCߌ9XKA$T1?wNh ;? N=k/ڟ/|Iyz3t%ݻ7urҶTY'93|BN2P*i@lՖ.Z840L;!_J˼$1.hгjiw F8]IgSAtDj?sb{ l)#:x^-4 e\‡?SV\ui[ JјFp+p;{h!px~jt/ Z* {O4U$I87C a.8 }ORQI]XXuս5LJZ[1ɹ [k#[$ $f`bv=񧫲tgcpi7g*ɣvdZp*72V.ƜY=SS0H${6 `]BIR9%J)=!K=A`QrIB͸zׂS%_lD M&bהRlW\J{SJׂwX4{)zntTC&H/FpT4mekCvj<`[{S:fPǕu/"UB%vDO'ZjWB.bƕA?>a$9]Bzh{ G<2-dqad@k ^..(w2R- ^B 7Wu2Ɇ?75wb U4R Nx]g1Źi#`z(c<`Rv9HM5gvß}|a{EFsim7E;^a(R*U{Ns[ӤO5Iu[Ox.~E.|ic,g<扁R&>$ ~cDq:` ˖'G~\T3??CE4U&5mKl梟CָkPaMKp/xGqIrXu|)]֔RX/mz6fکt#(5I23=}>[T\b%C<0*q% hmUGs]`4gE/ I_u@M1{(: ʖVuwgWSi=m 'XjAv2frC a bMZy% ,\uϋ d܇Tջ=פ84==@Vwu9K|?"Lp~UB>7^*$!J& k8mM&$!;vѺJ Oi(T3T,zLD r:!5ܿ@tec]&бga+Zg .}TmOe,~iȽ"0 !ѽKV`lD;STY-A3OS؜Y>8_0ʌً 5੏&xY *?H!\!\"-ӳP!pG~iUu t49 :OԿ jȚ& .:׉9+h.&2\D3Vi:bGF7 A]j֒fȦzlyh9=w'{abm<',c>U32)6&:Wh~y aXQ|nݴ?AMYLsa5[Q~|8e@F4aAv< x׶ޥFA˯#ZA^V`ϓS $k xQh, QޖrW}/;CucuWh3 X`&6O3qe$7urZ$Ϥ<㏳V609ۀ{sXDkѨZۋdtj{"p G3.GxgR18y4$_~9+!ëĥY<(=fbnHLjH": i)An44:2h=r.ǿCtHYJͽ 9ˤ!C DJ Ro>03\;"Q,yuN9Io$9 DM*QܐX.ƫS U0*a89U -_C]3[pNg/ Ի5hQă;ܤK"6bJRn>\QL<Lj lCufs%!4H'G`>ڐ5mx qz^@M >4S8fFY+!w'?IQF'yf}ڀYh{ #Whb2% XB w4F=U韘[4\v 3+)A\.9%q@qzi; Gal66W6֏C1Yګl5ĭ>H-n̶SKfvHhߩ8)VʋSó&0rOr1b}ork[0\+Oar4do1Ξ^ˮ<-[Rm/ECrQF>vvliƭ[H97!Cf`)r,^2Ogb$R&~-[[!zĨ g-Ì\D }A(4`6ԝ;#,5lZnL>6:g4:F<5ED֚"V9p='n̄Ҟdhu ʃ+l4X꾹lXV-nArkqbj!yܓ wp[iWPM!z .|v}s;lu<QJV"1n#.zQ }g#rL "֏'8p!%HoH 1>16#gża-ao/9,=7=`@S%ą{:xjtHDyϷ$Ğ'iTu?]p\&GHR[R8[_xŰ*!,cvc;] ,wqРo@^,3Bj_┉{23 0q[@<"?>Q Iqim%]\q0%gQlF5Hg%U3O'.ld/XS]r"(9)>{MD= l OvپHjjE3 (FNR |?Z DOu:Vx$)B_PF擫ÁGPUϪx;~To#M6YC3BJj͹`3nߍ~sl|;I|ߤFNڸxo|k5  IasrTŒ9ѣvY]ևhK *qLƌR)cS&ms_}G}+Ǎ=w1t9Ad9ڭJ}eI3v*u&#Yfr"9;oUVGQGTӵ-Ǐzu'{Y{>ZO;w1 Qqјw}E:̭-cR`hPEue K8;+ H=CBsSI4.) Zf`%D"7'F/HE+OO1/[[ς BR3>4 DQ>g0]@&@xJ 'ngZKpIu 41U jzdTvtDDmR/xNB?ӻԽ4ǃTD^o>)ud0W{\n%>gj|ۤWA}H$[X* (0e8;eO Pp3K(:Z(c{@ +l!.ۮ@w@o*ہ5/݄ E4=n9夿4W]_S-ARUN<>jdR4U mDKV]ߧT ڄMx3%߅LVf[ % u59~z'xi;5|x4. 62냟 ag3+Bƫ.@z}͈M>^Hz/Psޓ? OWI-?[#n˹^H 3h閲LTM{TbuؑۗΩA G_(bCh-O 9=e6)q~G[`'a\lp!p)8ҩb6`7; \],8 ]8yJА5X.wwWBMа| &T^ Ϛ-j:!y;aŽW@f >|ˎ3`ʋ233tX@7/i(?=@gk@5{okE=:4V=;GYR.BVv9/kIxbD\/sY"nܙ+8#CEd6>&>{s{HrS.)'aa酹O:]6ՌV&\R♓ !1cEH-V &n5M @tКCu]̞p\x#Qr\ʁXgkaj\'{n"M7F/&A1EUQ,'f bl#dn .c,xs_JÙ AۥrG䥆k?B8;[7+&" 4"kn.C_SNd~}Cʼ~ ls|5NqSDkLۡM8Jz-*Bteq̤)8U4{iD`p+/՛r!q#"O!/~ Q̩j ?Fz}/qի7s^&mYq`촆)Ʉ1iA[1L0%?Vl:!`ZĄS֢KR1dVtҪ  gn+uxR"eS Y'*%nDzɊl…5n2IC#Fy ';"P>6Ff}3O&4Dglܞ u\` 1 xbiac00>BWT:H6$&vA2{wƿɩO%^%7Kj_耡_o`kI^)Z"n{'&C4U .Q!zI7tJ>>j[9$J?i#& "!o'~߉PiJ8m=aԘJoл-(v Z<T_U%@P+ey_` C i~$VkaޑF6xcVZ% h" jEHS"H?LĜ!Ilq [+*W 5uzz-1B~%6#}ȉ@@ooRLd4͎}w\ BP7129a#Eb ss<w3q1ELu&] T̡,o;a(nvoT$|VT2?!";͑k$E>oh[34v.6ӯꯅE lAz*t|A&>ʝMMR=ᔑPU0шϘOS6X3Kqd4֯$\IDD$pl`q $wW{g<3,.\͞1m}j.RmpU#Icm8(z]_0ϼ6yR_MeZ^~u'ͿkW)9;_bںf e@^ĕ6'B)TـlOmr5CesHFLX u ,bGp[d ) zakKwfQ9# (":ut?y1;ܫ omJj])(:Փ[=KĜz Z )08|ZUuWLBS5Hh&Opɸ8&#vNc@R2Huc0% G_5KMOH6u0B\j:&2&oxFj8#Efv=_3!qy3 )dڰ]w9j>r7Okn[TI3V#4+q[W kǞk3#|*W  -8HQ޻#ve%^+Z8^qmЃ_ijgRm@$QIE:ռdE$oPl[505n^4ֳ60{57\P~v顸Hig{z6lDh dmH:yI@ uGJaSu%ʮJbS#I^h/8v Ĩ^FZʫf<qR|T3XhZ6h~Iz, (ry@_fp!ˈ LEzBO%l4'Xd4R~BA2N-.-O?&jtܖQ$*7( k"f?lvŧ}Gߺr͔')-ptM܇+6ji9{3"{ E(vcF[7 9 ࢊ1%bܩ OEKv7ӻ%&7wG,|ޡtۍ쀆_/}!Uj=\9)2a\6Al[Įj뾷/ačF (/1prp2e{"Z3``{4kb /gx2,6-㜔=$_j@ Qیd|.ZTL}<+:<b@+ʝV%uSt9ǁ=Mf3p@m+ȇܦ6q"ۯ+k]oz| 0~V1-0{6:SĊ]4)ن$V?Z2R$YgJyK~c:>0\Sbe6>sM#O`z8VDbXWOLju޺㌉_l/C/9y*]h:'.fAڿSK>B|!mI8Ӆap՝X9-BDVǀϣJU}uf:r=awUШT̽zz'LfWYnp!~xPcZXnRI;VƅS>,dȹD.Wwb|=i_JcnΠ@5 *y6L]mv]a~e;}lyQjvLc5fYD1^A2Й^g?~8 kW 7'M5^ \nV|P49^=A ӹc<ͤ=p\Y#d2<*ilڮ??\MHY/^nPsL%u[`ėbJzI#%S*1 Jex byoCjc*8zG ed@m.5]?6]]}I,?"SR뎂#rׇ!WɎb]4se肉KK?"NVgʭk`0Иx9:RZnho ǮmZ}q'TIsZOϬ*: 6='C *rq !Y7yn8hD; H!OQ#CG-7Cr28~.S]eLHRvr ڂS'w\7V\EEe htL $J:OQziOza( 0/=0x$— S7<P̿j1z!ߑ|W+5϶VKjAVIs2`٥Z!~Db8 36aOF*}7,tS s2[3w˜5ۯO@uuQă[n[Jҁ刺" 7xGw_gt#׷'Q&:ό nۑZ-$Yp$Ѽ7a2jJ 1MY; Ӡ1ymQJeʻs5qM1!K.OX̃Z0#U˯,P', V~C^ N'wט_!W 1B?([7%Zk74^f̚+vx_M+on.o- Zv>|9阶Iл,dW^D&Z7cZk-Bf9ؐb@O&qr胟~ jytxX L nh +c晫m;C_ }lGS+Cto~ qޡ!^# DƦ}թ9gX9trf ֳU$u`LpܲI3X3'PknK G4F7Pϭbk .ގz]_I P evdo-"7Cq/&N_:`fGY4.\L)cPS͉ tg{B^R(І}ʃZ D,Nwt[!GL_T\T$YkxN{\Ѥ8Dnn},\(VFÃ,|o[e)5fS`Ts kY±\u>^gi=vQ