libcares2-32bit-1.17.1+20200724-3.14.1 >  A a}p9|T_f V TM"-%uRɀ,'^KFĺ"w/D hLJa<~ƷxoafNUX7`KѢrDUҐ zPe9nEzu+R2`zКҗGР\=Zw"i׷Nsh0Ccg4&.'#Bs+~k;#Y tXùV"|h%s6z=IutjB@7facad8d8f569ac38f0e12011acb153cb3cbc6811cbadd165a7e37aa990f0ad11b7456899457f1449bda4726a4841cb5abe370c0؉a}p9|BPP+XHn~_3"\[88%eWuĕL+H4 u eU @M{/ ЖEߥN=Zot{^X1UM!m\.[I[8MYPF)8a GlY<:D3dmP5.:\R0R+)TY lN[3+V) UEAJivP BUbQ[uX:mJY~Fr "њ0_1`:L>p>-?,d" ) P(,48Qrv     & <DNX6(]8d9:L>)G)H)I*X*Y*\*@]*H^*hb*rc+0d+e+f+l+u+v+w,hx,py,x ,,,,Clibcares2-32bit1.17.1+202007243.14.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.awsheep56SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://c-ares.haxx.se/linuxx86_64/sbin/ldconfigawawef7147781866a1c1742b634861d56dfc2870f3b8feb68191c37444d057d563dblibcares.so.2.4.3rootrootrootrootc-ares-1.17.1+20200724-3.14.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.1a $@_@_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@Teadam.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- 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./bin/sh1.17.1+20200724-3.14.11.17.1+20200724-3.14.1libcares.so.2libcares.so.2.4.3/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:20738/SUSE_SLE-15_Update/c37a7fa621d4875ab57b8748a87b8380-c-ares.SUSE_SLE-15_Update:maincpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ba3dbeb1e8f16f9ae8dde62fa165a2d62746184, stripped PRRR RRR RRRRutf-83a0012e2fbdbf28a80ef87c981b901cd2708bae19e020c2bd2bfd3aa00057c71? 7zXZ !t/K] cr$x#F:/ö}<\)5?ܰF-{ GȓaWM93(kWY~igI`cdRvJQq<{"&Ƕ埴:32ް$1< \]G]5ܚ鏊:B̜.Nr K(d-sv'W~~kcxYt>Ye,lX,u}A8Ips5A~&3ē"U<;s#-`Co2#~SRz'8Mw{nrQg~`7fTw֋2>7-L`Hվ|LLAm n tGyremGc>g('ԹI B)rDy5?1|ǡCh~W#_H&.p94 0@) 8=˟M-wIauِ;Y_oj_[}+a^ehys4Nu:x 5?'MbH݊htSOjWda'֣i4fFx}rjo[/C[Ap@E3m^c:p=R?00bic(i8X:Mϋ2"O9h35~셑rY&xR~QQ6>>?@TDwm9J q`? PC2 ]UP_{Yng4U '7FP_ߘXTYN੄>^ū";&lX7RFd>YK6@БHV)Z(jݟgj; 8i+VҠ_hљtWwlNH/,f`K ~3ݝ =ނdKPY;B ~4j>Sjd3>f,; (Y R.>w;h:M^@-kzW= ;K^b[|cϦGe{V[jrd^vMbQBEkQ'*g9sэVʼnd Ѡ gM}bFY;f[yltSRJ@B$jUQ6Բm%:m&tv4/7j~JR<b%4kkb&(N~"`Ncg} ˕nk\:Up'4Aef ޛY""YT>x0>!%?F)"T1>?<\ei­3R(!`ʎ"Oye2٘3Z߿|Ƽl[0/R]u5<)u,C\hM kwl\l.4~I К?EIE,vq g^:VbI!D)w +`-NvĦlt-`HQ*L~L4I {+ .HcLvNA>ѳAv_ǁOѽ@MSuKA]](+JWdRV#9Io*ЎW_u  } ,Qn23M1 c+;~b\3]g;tNe(SzeKV\:!YD6Y1oLGI{_Gj~i%2Czx20pM{|%Z_qWreɮT>Џs4BBkv̿0+Cɖ`”ԥ$|Q?Hѥ%.ic'=#H9Ee\Dv}rdr~b-}'U`1\8!2 ϬG<̓oW {%bկcvHz_{T_CF&QR>`ÿL;y+EږЖ=gkq<אf,)ݫm+w +Q5%r=*P0g~Z,6(%d^nRkoYh$l ޠ c@\R<&a[.==/kMEqՅYGic" _Ln=r.Oa s:~5l.6Ǫ^4X_0YTnMkh!b6G fBQ4՚]I&r2KRPl&$躍\Z+cc{Bjg '4|U[ڝCC?6ݜs)#{fdgnhad5kE"Yk5M"]:ZmXf K 'Qr?;\C8PrW 2I c)Bm ҃].`ix/6"S]Z#}B|?7\Ox^I@vJLEO4"Ɇ1̚ dJyסHT0cS#`XaZizDwgz6[Қhƫ?mfJ[U(ʪ%U8ex)J|05#N{μdpxe$ޠ_$f!t(ɧHЋa7 YC$c!H.oJ3]5X1q(R60RHʂ3ѸoӂDx !!KZ[}:tH>Ru"nhoJ4PW_Vo Q&S.A[U!$7懜}.$~lB^sZ eDiý _l W̠b!GUC,xdA1~Pip) sXWjPʘc 1yCTvCIi[tv]ǠX}:XW+ qlkT5׶QxǴEvDP2eP)s ujM׈޼,Zn؀U?j.7 ʬ݋)^&82+^HYzesP}cE!2Ec|qk_?Swrٱric-ɉ([Mme&"Y͏iRՙ ˱QcBa\<-HXpИfl͞˷s[wd#aR[j+aQ)@ P;|d]O y+ٶ&um?wf/!㶭$V׺%@ǔk')Iew ۳g+bYrЍJjzC0`_1fPFq+y!i |]r;>O*D}>DټI@O<l|;[R!k)z;#OVbȝy!rs(ov3R4GO0wjYr*ZbrW_W-'D~j+=\0NWa],Q/ƌI 3q}>aT:'6ↀ{K%V>P6c?O؎w4.law,OFbbqu6wH#kն>V 5ObvCaK]{C=%*jm] MbqŁ~IF Y.E5el PM7ڛ_КCPLu]w+3B`2y9̓\8[H/e~a3zB1&ܞRU"m k"ܪ̈ [-"?t F5$H*atrP$9J gY8z\5/ϯAa)Bhg10G+@4e)=cڄ JLOK7}W#ᆈ0@ aLXT"WLw3C=Y>|^jՐ\c㋭I,0!>ZkAm˟ULj{y{%HN}oT؂`)uoD[Qs1gT|.g-;RO] G 7JA9ᥬqX/a쉅gƞu۽pPPԜ5bQXZGZQy|g+7>Ά"diT;✄vFK\)c`Dٱs_@݆F;BNJAs.LkZHsYBzȓ^UuhlըP!D7ġtm67lL8jH5@rg61KgE5Ff "|zZܨ=$f&V3ԛzH7PGSDM}Z ;ۯ:{ly2.Qf2j \-)9Ν\In倐Jmg䦺[z3'e6 i J`ad~h⌼7Z7+I^@}G1ׂ-g3trCFE}`+ _tbsV[T g%+Qs-M쮛?+Es&4 o\7?Fd{a`g`lJusk Ǣ8_iǦscO>⫩T2HTf\,͊鯻`t4i*naZEn"|.*6@UMgj ̶C[雒y[U<鷽e5ۛkGCQ._@JBJݽ q)CG)FHt"u0bJ;#MN+ ݨ#;MVN[fK5+я=)W&{N6@!Y\]=dž֑r϶O Obށ]vNRs[ɵy><@`}1qf6"O9-;`ۉd/Ѧ"|ZDfd{Ēwx \Pȝ R ^# cx`E4~癃j<x)z\m5won(~sr/z8] K; :EO4z>%0RUǂEm*,J%RۛnhWUIj}oGƻev>RѯyJ-Sr'֣eg.\z`|:_Uc:>t [GZ k|Vxge7̯<\ bKE pN QiGnsi01;IƔQ*O:J1\{?-v8\fלfxC3f9K[E2v{ŗ:CT|7s!Vۄ ɔ\K|y}*G߷ZΠȭ}" {W7 EV, ۷y ' iP45K]H˛zr_K l 79(%Z:LqKbPA/RђĮV>/1Fx삐 *͝L{ȧ1CRT_ 7Rm𡘺9H$h~yIVBt-LnbhDCC`Z7Uc.վLn 9~& +4%1̪b!yLUK=_~` ɚ@֊R_Rnru:>s{v'Ƌ )$fʇ @Ì~vrh0y.XX,*MG gDX05ȍe꼅Pgz |;X`ӀRu3p0fؠÏtƒݐ<]j! uT9~(4Kq0mhJ " @dUkvACD)Pk @tJo["PQu38;"ADݨ4I;M:: `42*dNQmm=N#}$m&tΩ;B9kQ1][q[FbmRXM/# ?2^h~?4Ip:@( FL$Q " |h}Q~MMm~*,Abͥԙ Z{yoE5_ RYo; ﺅimŖȏ,B[j nMu~HY(X`| ³ ؒLQΒ_ w)5>> 9 W3K02.qzC z|\`9ľ\zRXQ&A:8ü-?Bz3R+u1z d*d[;Ar `ƖO9yaoQX?^^]jߧ2[X/W б85+Mz8E"VPq*)kL"Eo={>󉜨%i`45)m2?," ? , % |O^ܮPbJF5~L5DB IV y hB "QD~G3o7)OK$p̎0'Sλ"FS$^;{Itrnc״OyeN/<_3&W苾 YW)7Kv. ղvA49m$F ?5GOj#H)PR^K/'vWڥp+[*UQ ]ɉp1TI֮I ZV*~nɈG~,qXƬS]Q3F,1Pz4ඦsRT R^~4c5\Oh}ؔI~4QC+h=^gG$e+AQe& Ȕ}/풷BfBfV`ymv6iؽeo_]f'ͪ&̭kRs&/"}) oߥPXX/ivsNvN_lĨ k%`T%I5HA,IXZ}ĥL₸kΦֵ͵}aϗ[ oK*5 LC[3p ~}(^" OYb68pDθ&恬 f0ȗ||ۚl),dVpqT\:P6fM#ͣEQ9߿iÚ5WoJzy]hn^j<;C /CR-'eGo1+aL~ա;ͯG~J%iI;`R/-w:n@t\`}lX88g{hW"٧xlG,).7@k!,mJ7sy^[OЭ;Q!t 8Dq`\Zbޮ3B܇Jx͸_iwIbGzV?;. ׂ@i^6w )+x?˿f*BLQaAVʾEW8C:ӦlX rjqF9ڧ<ig"/̸ L`v=PU, BlRF&_K;mۈh%$?Lr#x_fR*?ErFښEŦuV Qɒ"1 Ef}K"79L`|+y ^&\4&rxsJr1>4Vi syQs&g;tY^ai(don+!;lfz%U {ܡ~p^~{q7y#YN&`Iq#n*>$eWTh>5 ULJpeu\'W @$1vp-.j0L`DRHo?v]I| .ac\b}k!FA$ϜzXT Prd<$HyIT~vtֵ]ipT._ݓg[\EZ[TPpwLe*&ճ .Y7q ʞC՝Db>w,;1r]H(j>Q8~}kswrk(hE;16>%;`t8EW$4%dShe$K)$[tܦ)1ס04"^?hW:4Z r*?'4|fRla6UC5-"FbJk+Y8D_-a,grserH gS e#&琴W~mԲv|@ۥE+l/w覎LYc}gwu2[{qL9uٺO8L?/|&H5 ah5 #_u |R+@:%mȄNiYL{n)4+ ilt)ujJ6vp{z oySuۨwf-PXJє:9TQx&3kElH?mr"z;G` *t߼{& a~d@(_-Aēz ډtO\-zRH0)9gZXz9ATG HvCfq┉„QwegrKEW 0e0i^.{.6djߕY:Ȼ)uT* 0PwAvawbyG^!p;DTDGXj\[/@?~+dž&,FȩЇ '6 8jPĶ &`f䡇}u}ڢ6M,Dj tHkjP/c$/u? ;"~|RCm1v|;"nTh@8A"䥦u6ro^5kMV)A-6UaYA\lCҠ)]|5oKaT~&bO}i^z&|O\*MeD'k2ԩh[H*f~6&(- K ΂wc1@p8QttEc |H> A3ha|#L I %U6?!(TW"lyafJv_m1 lmcW W tڋu18Qy/(`74 2|] lkL4Ao~:gbOTI88W6sf2򞌵-oeEtN޹)~RVKn'iiHR?#L"X=(sJ1fҿLTSEh e٠%K#unQ^f [!jYȬ-[w_)2U;jL+5krw)cwV vIA={ ֛yW6Rq $[x/\p% 5v. z &#'~hj`;Aʵ0&)$K r +m8[ťQR=M~H.Y%Hyh ~}kpy[FQb:;yL.2L1ﲧz@ AxffC CğUZްٴXs m*E[cυ.x SQ[' {{C0ǍlXʸ=QT#H KoT:oeCJ`_%;GtU ef˭,-Ds=$k`V%pHi@o6[]\},EU9fCH#@iXրo]l7"6݄ѹv+٫TyaE}|Xa\-`gh,[-CTEF%,jʉYJD^xO#֋o?d=5O/SD}+hܰƹpLD1(xMէTD{R;G˟(zY&$ID]p*&j8ؚ _nCk*Vݮ=z)9?CrLS(*2K-y YkZ>,-wրOn% ]sW?yo$c@X-=q;x3DM=1v ֱ_67shoSt5yLimiigjIDOT![@eOH0U~?vf1q4\LtZ5!$ߦm A¶7!:OGңvcC*1QAOjy22@irAcB044z8s [mYdrS=3<5`W~PM UyR٬n?Yz[Ξ8K?:S2k 77Er*ǘg"o|*Nqp{g6޻'C. Qvb c{5pQ^%!JF:9Z.nUQx VՏK7H3vw 0 WE)_L5YqaN =U\mr|ȕjؾ'+@gxMvv~JG_sRB֨:pSPc==_j !WSaoʕIԜ+;kT0 /L`zR w0PLr51&O)%wkO[bQ*π&y/:Aal/h _WVᠰ2L4,ξIPF8 aO? +%Q ʹuc\v;#@!s{|-)B3VnW$L[5FiS+<FRE׎~H3`%K r2 4+;2}kT#n[[#v /uE܅*ĊEM7Uqo6V=Jt3LYPAl91r/[D(,f#w iZ&?_uf qhqƅ)āw6uLim‰\w#h=7|s_g,u.`@Vγ UBHJZkxzWv߁2 L# OǸ:qxIVdk{?~_äbg2S.7ZyiG/b {A9D[~#nXZje0M IA歨0:F6N˱HaoT&P~ivyIT)|]^['W4]5k#-b R!Q78:m&3/d} ٽT`YEC[ϓ;d]fA0# I.dyCMviMexp<e9/3Ԋ Yr*qX3 aMʃ+7q?dYQ.:aD$"V)03 IUܹOwWE"eiFc_$?}1%H!(3Vz*ylУw'HwO ^"ErĿ!9ZNSI'PXvHћkvxQ H~Ӑ}A9+(ZpZ0lKaа\KpQN#]}/T9*bQ3lcGD(FRbx44qR@pɪLV:@)q41nx0Dbn,8MXhvZ ~4S$oR A V(; u~c\m ]zI|/ (u92@.Ҿtު⚛f$rJ7ow ᢅOX[p*@f.B uҙrS:>7ѷ^T1d}0l3hzXc[{˴&6g\n:uyуIU|W} @p}nl?:=(%Y(#i7 ݤ pS%zoG K8tSU~ɬZ8cq|2Wf#Xu: X[l)(ebVD#ϕDx=3lW!|]ispF,BjǤ}~ſN3B&[zJJ?Tۦ Jѧ U8GiAƅ ̱ O~['MizC;|%0|=}`UK(m_`xYtʔWWRU@J(a?hcga]U~f\?_k=?CĻ82b:Q7,1 \,PT ף . H |(d>e}Ī{~,@ٞ.?K]A=8$kX#g <7Tb\&O* (XsK1,@,h#63ۆ]>T7PaƼ\R{^KYBkJUPE d-' =(L>먥ԪCeXR]3S3D}z"c(>UCٍⰽU1|(4TRmL.C #\@q^yBMs@1r7a9xU%/3C8c!i=Ћ9bQTVH_5?": 'dM?yc1L0Locf*@j }ćE0%=/y-j 4Pv:-3 # j&eߢ&1E ;YӁ!-JpzrZJ3Q>[+Sae ևg)4?,`[{'z^ťµ|`t7%6YBSC`7Jd+۴&g9CgAʒ+[JK|7niPyZ8[-\moZ:jlhS;.]ֶ;(lmd`eut1?^d}<ewG ZX0+1%_x2jAqchh.( ta&0&7Q5({%?2:KHpvhn9VhGL/(P^vQUor*TB <;Lэ8ZkEHcڃS_zol#~ʥf8}dW]G! '-3¼=ai=+i02>eREOp,ΤaiFzGp-_!#JsK#lr1)4SL#|GRAf\ XD~ݭ*in)73$rs(ųތ;N`BZ8'I )5o“vCs[&rT`ïȣ8y`Ŕ\5b5mۯ {(3ϮE9ߕDiz iwNWKf[%+p~L/aRNtZ?b|U!L]LJtid[6}"VkUuE\$t$\r{_$}!DwSexV7((c3q+ȂLrK[)E`c ;Lݣ`[u|Ow9m,wo8Ӄ\Ĭr(<\&d\1w2X0ɘwf,kηDْdD7 XZ+nNyO-g]t4 rXI:jö)wHj}IRo~JpM49vz;L$e/;` {<ޭ>X?T;-Myj 4s+O*[4G4:ېFr}8 ɛCQ+CCH)zȤ UG)Rxq){' _;e=4.&8 Fl]{27 gsۀ>V xxBDg!$YYѺ\\v:'훰P5+_6O;1X=N!uuD_آ ?cFSu%MӓԖnyzk22/Y"‸ .Knc+C€lAhf, l4T(E heDRK'SW޻j H $ցsQ~5ܘhH Lڱ[ہռ9 =^d, Kr u/rt#gQ(YUā'Őcdt=4iE7OrD9&vHBd[ wzvJaҀkLYO֠ǥzOyCKM |uK/*ŇIaLZU+t"Wjyąݫ T%ZrހON;M7+VmANA8O;zC`@v-42\L5㞘[%9nᅱ3WK'XݓG j{2Ek'B66] N :wkEr]xJ-:8NA{GclH[=^W[% A}ORc5~7A>6hTbCa H}<[9/iT"2CT2 w*'OHi`1bރ_)%5%&Ijcjd07TYS kA o֤/78Fpk.0+j+n"/]QH"O٣۬y&K T99_ԭ7GGlͿȭ;ϝf=1Şҥ aIX~3Ov]( ҇z<@  0 dl5ȸu~&R`@87{߬LS?(9ec3\ ^lHE!5coA L)sm+u|`A\p,Ź x~BcBOt I-hO'T&z*t~jGHp4ǣDs˧ˆ K0+]gi=_=6/Ӆº~t˕|#Rs#R>/ EZ)P8EA~YQd*#7(@%ǀ{:ヴ]A7(~Fffm$Ád pLؚzmkE{-l8 ^drbӛW_ܸmMrc@H@)Mt@A {`< 8iA;3_ /Gg(~F(C=l1j0rj E6(y IV^")@Nk2b擞Љ&ʮ *03˲zV,=6s۩Qa 9շ=m^郵Z[hk M 2ÙhV)R)뻓IZ]UI}.}z9i倰*[O 3=8J7@W&:]F/`:xP5{.p*kDؠOf_DbThgnoË/c2'99(Ot,$V Cx(qYzr;~UU Kne~l"y[ܖ3}8kぐMuKy'/YmR8ׂr{r.< Wm Ο#c"$sd Ov:ȣB UKl`+!}F77׬ ot6B^\/TQL"b&.G\,;b=VsMx'KtcFCMPj_nT=B$WV;&.ڜ@|FruHȐwj PP}6:'#(ٚSa/T MNV-dgX[RDV= I!1tݎZB'$hn*i,K>ܭ4V]p$RjPp##T*xHص+Y_òci'&I IA{AC1, pa_2TsV@E}1 -M-b~ !փZfwɬd3=9%^rZHJIX`3Q%~ ?ěÞG^L[hhYpf?k;f})DПxϱ<9N)v45f vW-,rH%jaM`An&tLT /hq,Rlؖ 8ЦcE\Y;H;]WGΓ`iwQӊIa_6^pnh07*^J0lV u5v`9qco鵊&MIi>0MȲ;hXޙL-9l?ԗݼs9HzYok'挴/"X`#Fjte^td4|ϟa멡L9D| boad7xH/,[E*Oڼ*4怡^G0psa!?x䲊'yYo2_ GT|Acڑ;X%$bSrU'vڪѩ*3= CSQ"A,3z_9y'd[>4ʼpaa_ ecY/Lxs@&-%&9@knL|lECQ*]:ePS ? Y@+hba/g6H&ؚoBC*aO_uwnk,y+\SؕcGBұu zB,Fj.p ۾qqFb5 kMe >w֢gyEJfX-f5Vl' MO趨#%j1.R% I3C]0 y|![Uv'T:QZ@aiBh R9&~;S2߁π OҐT{4'MTZ!384; i:x=-ɵ!.:#i_ڇ]w)"4)lFrPꉡ)V7)"7mmQxH:Z =>#:"WZ$é\w:`U>fXocqpNvY+7CN{/u[of;-Ɏ>75Kr)σ*̴1a3ٸDS].Z hX>eہ$3$~Qe͐lbgF V3>=,K:-ÔtLm~p34k/ړp[;ER-qjǍOa"ɵԘ3.DؖVst\~HU:L E7#;&Mᐢ%X%WѣS&ttEldo/4epmor0+.ȴu;[9j=_ke##+$rqBgqFnBUۡ,W\UvYqY;,u}ĭ:` \oh;qy{,Ha+3Y+Cj 䩾ۼ=*ITܤ]#(X5+L<˜̕Ѳ6NCSfӢo_u?%9rɉjy`mxN6#Z`@UjcR19]Gϳ*z% z-NGc~<.KT9wU~5_h1ٿU0c!~ff&ud<p2dcEvؙF?{ #.}6Y=ː\O?hxGZ:q!u e^&N&jT=(z a6m J .>~˶\ADT5ADiezۋYƎ!&dlY'މ(`_{m7c’,tۅFq;_b.aֶBq7V@a2p}cg;8V peMV܈ڎ-=2vw9J?\ fk@)Nv@,wO4.sxtA Jxzֹ2}h˳ޒ,zX2-H-ع%(OϠ~/1aSY y #c/8{,., @o'b&PX'uW(?O)( IKK<~.]~} XQ a}^dt}_# 2 )M1' '+.{. dqN @2PJ7Xh!x.UFdIR?,TbB.u 7!] bA \ʸ@(ٿqKqEp5"N =5͐n|twaE 'Ao0g#bW7>dq{bTGVpjZ E9QEa+"GnO7E+[iIpXV |5ڑGbjU邒9WXӪ -rӽr'Vrws:nk0~3c%Z Xhim^w S kmo'w]pS)4"q<@YСdĤaUŧGm%WċnfA4e- 2=|hܐٶibp[x8X]欥Q9TZ Y^FmߓG{YU..LI;{: =666ro[~Xs5dHY )z$ 'iJix\ w˦Ucy^To[ujS /OJ[ .Zto߯ċ`+rGAu 9 #|Ra6ҩ vC-͆z~r\2uQ` *uTW{Ke]V+[9JSX u)^(Bv4GifF`b7V Ia顡Qrg؏KSY%0~0^5 sK9ц QVь5x|}s÷&s,:4BL?af^I6s  ϨT%Q*s z}<@J%8D 'Ys1.폗<(g`hqxbq̩RN!Jl \x,VuFA2ysV, .4M2l dГ'cHp+:G,|P:%~6yZ=gySScޫ8SM(BD[& =ooNtw)/dc<͊,wrE 3N-z@|P~U@\$PBdb4wM֟}EH$ ۫ *Mp3bpsט3!tt]7Veln_1\( VXF8+/3%zd۞5*Vpp!}^O-"S~نa% E@KYfZd<@X۹hI)~ʽUMi%!r߲r-cBɮ]Z.NL9-]?<7L Q }Eu.eӺ4@EwoVFߦ c )^:JAP}kpNGwB.@u#U50N3lJ/Vt,;s~-E?0Hx]Aޗ0AŎҐբvp}q]jh ſGWP=`-Eu`y0uz-Lc\׋>ЎbTΒD:{BiSFV fvtqkAa'k )rG0 oJ aA/t6.G]XeZ9i]3+kԤ÷nTGzR__pY |trV)#&U5BixW 4Zb3v%=9>$*>@.@z[m DHY^Yp.*0u.. R[ 57KWWrdFY hf &!Sn dmC›&fDp"t?\HYl2k0s;@~DC%>"`Rp>uGpÒ."7eR] $P# i|zˌHn[vI/$`\i+`Z7>"[)2XO=;J~0V_螚 Khk%QPJ8&muF^qZ1XUԮNrii;n,Ƈw-lȸGei=ŕ3Ng||3zM M{9a5L@`'r 'fC+Ftgg:~&*J" GG{ԅ?aN,b=.D Vl`&mJJ[sE]M/ Hc8h"S̘?5#(͒k1mULIgL@L4^7}9Ur~yN Q+NǵӣqⱐJo$VTdoUڸls)f-M?8paa{j!* nxF ftզ[|狼FkbE6(m5A!f˄ `t{BU?&~Jj6gD6b*Zu-䇝![Q u|pV1/]΋()`lzcd2CI)%p0'>:,(@o6mqP<#v}sNLxd5625i1~X岆Ԋb)h=5#E1<ε"= ݍa/Y.eݐ,n"StlX%8Mk[` Qf7g{pnyNHz]Cqpz8N'(/po+VڔK9D+F1,Xoԋ9H<5 %CQFƾ[~2JLo"Q휥M6"(nTYQ.7ʘFZb+;V -G0 qZ:_7E< ce <E $@υꜛxAIS`OTޜ>'8JW" j~OvR{, n)_b0j g!*;R/`~[HK IG$瓵?Z5cL(G^9W1KR.?@c} !Ms푕z] m2&^p&2G:ed-^͗>ć;u.2QX[dBnlF2-^RufmEM!8[/ov%% 6"B#"@T y*x TP-qw0{L͑tkKoKN#-a+٢j(K w-6o5uܦ#2PpIInWB|KaP\> "  1ӂZ@ÿ^]ZkV4빊-HbN`WޝvJLAo7ƯGP,1L4 l;E0GQd[eAImTФv<Oj+ C 9^HB&'˞ nǀt忮ĚqR*= 35x4\ %cZ施CF-,uX=r#piL:H?!.7YltP&ˤCX Yô B՟ X:E:82c@39ݖ(-*}͛{q6=wy7Wz+4޴= "{j >Aq|AV#ەS1sfo}Rl¬wۀ_ G<ҤKp-vKc}M!V=͍t#KGdC)rJQcҾ߃Kvd܌IU L"+Du$ȝ^t~#/Z 擔Q0ƵljijyLfOŒ7@F^r ts q`&d>lA8G?oSs}W 6NԌHn-5Ho)0b~qaz]?g883]wjW)xu_R#Seܐ4[;đlw):~)updR("i4pu5r+hI$y-l,nP2K-zw,k9;@nqcgM[XMՍՁ{'ü-RL~Ի\q@n"nS#Z1π2id;aN_8@Hbʏ-`"@ <0P;͠ ($, l3G?kBiDS=n2R=r 2U8\!PZ(<h/O~ cnC>?/_Rg A@!,4S3@wGAgwvRm9ܺтREXbVS|G&+3s60<F>YyCx,8qۤ.!|`P~e]ǨpHBPR龚7a&+#/`B{=8Eљ92%OG-Ņ"hj[_PnOn8P݈J{RmuI _BŇӛuDSp6Lơb<F7rsH0̠ٱ84 50zBv ^c 5"EguA=_55} ԅu+4ui6̍ۑOrAeR̡(b/S\~# z]\AugCiG!1~o\x4y"EҖy? ȟ!%Ȇ}ևC" |By&f5ϣyiBR`O Q&T:>Q2Ä12~t1AuU.iAI7E'!8`2?4ENItҴgQmq*d7̸eҋTIb3lX5/K5EhJ+ؐph>п [b1>^{G2cd`Aw@Vg? בbbW]sdjm.$T=dkF6R'0H%Ls2OQ?v %^V* B]@ J.,tsӟeZ9[DC1G`rf NbPx- [yڤgՅ-E⥊?9Q9\>fLUWXu|Nr_⍥T/+*d5 VXC)jwSAhc7ϾaZO*돩>ܴ֛5aJ 7!ƙ J!oa  .8>!-5M`$2̳kiϿXI:izǒ-Zs4pbUxSfn` ^ 5, ˲yЌ@<J.H7ۯi8,njn ۳T\k'˾h7=^+9#ܤV 'f%x^q87!٩ %R+݌^=GH3_eraz);;<\v40=>iDHod]-55w1S3ǍmB{i6&W~?؅req]=d7 ѧe*B= 3˜a:1Q>Pdu  7Ҧrpt֐̶rlDQRSbZ$hr$jH4FfbUbV! Gu/\{Q痤n^Vdo!N,e. #6q&Gv4d^il^ ><\=Q&:TM+&q_IjML gوe{f;i"Z6gju#ס Ub;acBѡg~Ɛ~81+K2ǜ*5,YK@G4OQ,Mžt0r,9X'12+ 0χy%ԿOjMbOϡDbPvѿC {5=5 .>_?%څʭRH{ z%;ş],Qo]ͱZsL7RQ)`w: DW&9h:<̈́ Rh) ԏÖ<1iҤsqg~$2S3Ep}Y`9¡a'WHRpX({HX. ^=a"q:d}8)@SgN)铒r}huՙK ppܟtòu]hv憻j=|Xpsˑ3lJX嚣~~6(+g;h.AMXo]sp߾2.hr?WlHX̿ b}I_?gȟ._v5e;&JI3^dE$ogw\lcn¥s!\.zYh2<։h1g`twtN7f;ĬHAVٮ0{ ΋{0/sR{ ??BIq1 ,pj X)(~VoVj)$;QI) cq 7AB6%9aY5qH/1ur’KUp~q{~Ŝ/gOJtzt{~ ^)j?!|-<0\F(Z7s{+'"^YeNm teQF׋XLW^, yR$4_~DN QJ˖ֶ^XK1doL$euSM@!LGL6Vq>Xʈ彾#-tQFFR6'_M~-Y``ìqrw$ן)4UuҞɯ%2b B|@qgZr3A>\weAPI흸&)V|ߝZ[Q ٙ.Z DŽy(;z/O [hT~yO ] 鐇+%TGfeR՘6zBDyFw\?+<:uk e{Ahoj4 vOq(wTFSd$ylu]pm]¿ 4j]8;hU*ް~}XR 5Ǚ(r6Qot0q\&<‚G~2G-sQ\㞂5JS8fw<9g[W{jcibb?x?jE )z_sB7"T?Mˡ XOGJ}8X.r.KSuL *wTM M%#GۉYMʘF ,!U?kfz@E-dN͑7#$.WQ"0fZsc߸oRf_:^jsPys»|la=S#o۲~yhѓ|N, b9LZ`x/Bu5?HTxn2%WNM_@+f=]5nGc2I]N~&7^C+{Tgz8PwpS wP.+u2clƘEd)!L4xI IfLȲY}?;NPRs\]:GW@Ɂ^53@$>_KZ JE)R.nޞګwoU^BD$@"ŸݻI6 oaS(浆`}67RzI1˴?^i:M;3"J%ӞE5}H 76N[zDl\qy٘kswx}sj$AXl8~І/LCӷR9Z0tYR;~^>^4R553d0@ivP(uWy'H Ik Ru>ɭ[?gf;bm{]c2]ްˑuZq/ȸVޘ?8/^1E@qW .@aB_vbb!MkZh/;Wǖl|" dRT+"ll%*aS+W ԙ[p2(#-!T!PK(;p枹Ti*|VDP60?Yd&y\( o>Z.-'xeDm|-)/Ź78"h} E"@f8?{yf: ށXզLBG9TaZuX͚1 5zFB 3í(j[gvIɣ"DMoD0g&,}T%@1}| N }3D8x6XL8J'MF\ i hYW]`Ajvл\ů)*%ߦb /9AT [5]/ڊ"a ˶]`@{q/J?$ԂٕV5Nr'A[.Jne{˧Nf$ҌK~酱Fd\NXWrQo)kײO>;,M0P+v-vSs7?:$ӅCo3' ȧ{<Үi7$rf}r}8GGoK*OF/s\#jN4 }LVn.;TmgQXGа5֊FN'K'3qd3S]#.27 I~BR BXhVz Zno4+gB<*?h͇nڻ>0Rʉ?AJJ8#glRJ mxupӥ3D`M? ~i**ti 29YV$)d ㄙ@:427.<<`Ŧ@OI==*^ hwp$3$WK) yp7TQʝ]mS(GLܕsq:Tlwf#xDE#:s9dPeb0YECaƬ'+pxyV0,w5sdjȨ$j<6t#߅ C9wWOzFL=jfp#IE+vGhd׎xZGn!jcH(ZԆ?Va IV&rR3޲' tj5) Uae(|įK2eH);^3(,R|aN8f]i ֑6}!f_;_MD;E]*> gqW{Jӛj744Tc6ʉ_})K)#)0q&PÊoyxa}9 ^e%iSw⳾KPHUweD,ПW @3Ic}¢,X>iսA {FdҲ\rfSJ˖[,?׎LMZlIw'wa>(yvn|OB:&C&\i`N #UE`s'ǫtFwF)F._k9rP]XuTW5d d`,-F&_+Е^ Ԓ-#5Lϛ Mk* 2y+b2Hf]te6b!V4C!"{L׭98%7sB#:PZ8I!4`ͯ\gW>;nx9ᾣM>sLn!+Z!T,)ؘiq!Oph$8iRq*IQ"3M̺yP׫lRf'o1NRH"EJbv&:0V\qעӔ51Rwx}:u/e4 BDM9IƴKSeZ.oò5{y JJh7,ǩhZZ%Т9g7E)3秫}S@wiΩ r-*ܾ* J år}W~&#DtD֋4\kU}TdyV=>sIK43؟G{I㞴p|4au&i}i@`zQ.4,\HIlC 4BQ۪#ϭ_|d"w`[K"e]{?Ry\@eq1! RVRYk%1~K6MsW8YB;$U4\؁VCEGU@z> aٙ#?gh߀51:JFSZըk dFW~T(PdB./}lj.hkZK89硅˄D1m_)ErTK'U,܏ejhKaTp"s*R ~'KwZ4z[&FBeѥ;rqU'9|kB:IeUjuDdSiv$+Ww:f9'Tp~.!S"7?-磽tM_SW.o`o= -$TӜc8?_L GI/%{)3i =Yt9q>t3Y e.vߐ`t+,O Z}j7={ Ԍ;i&0j1ˈ--Uߤf]eDmQ`DR_bIO ?b\JB力̒H!.Yf ~uh:=c2Do1fJZOj`qQyhl$G/OЂ#~bo/.H<_B39Bm>X~Հ?6Hx~eD0 ͞ڣ˽IZP[@-pK8ǛÊ Fzu[d#HBȬ @f:#̈36~7zN170h'k_-RzHnBF03q=qU݉D1ˑn3O DĶ31J0| k. V"ˏ*M.9]G瀌!PЁQoC>vTОKBW9 8ݍ%GF6ϞQV.6j"I. eK(EǴt2=B4w x,2pv*Q'ο|^ bmA-ikUW_gߗ"(RhAM݋9ĺJ X[hTv di hcдBSBH.ϙ"Su]qWg[+WF ΣSum%lұ8͖<:E,Fpl?`a7p$"a[7rTN1rnj-Ox'K  vF"v7m̎+؏ nȥy&ⓌXjZl6 B6tk1Ë5SFaj5 y_gE3;J7- QRwA n5}2f&zŘ 78r['Yg҉Wje/S%okZE5_*^,SGj-!6̎Mȏ YZ