c-ares-utils-debuginfo-1.17.0-lp152.2.3.1 4>$  Ap_=/=„S704DhcND.١mmBKw]Mp.B83k>8`5|>hz<~[B8HIu\I~qp@3x?3h * U +48 Qc{   H  X8\ (89: F*;G*PH*I*X*Y*\+]+^-cb.c.d/me/rf/ul/wu/v/w2Hx2y2z2223333"3dc-ares-utils-debuginfo1.17.0lp152.2.3.1Debug information for package c-ares-utilsThis package provides debug information for package c-ares-utils. Debug information is useful when developing applications that use this package or when debugging this package._=sheep85openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Debughttps://c-ares.haxx.se/linuxi586HGKvhhAAAAAAA큤_= _=_=_=_=_=_=_=_=_=_=_= _= _= _= _= e65821ff7ef23b2b88a8a890f61dfb575160fee1174e27eb7e3551b418f6f0e8cebb1513c607c5ad8dbe156e4bd6e0da9de93fa8e304362e691b8f9e551a627c60043358df2e35f51b73cda174f972df10fce90cf5bbae329e095dd10cf19a60../../../../../usr/bin/ahost../../../../../usr/lib/debug/usr/bin/ahost-1.17.0-lp152.2.3.1.i386.debug../../../../../usr/bin/adig../../../../../usr/lib/debug/usr/bin/adig-1.17.0-lp152.2.3.1.i386.debug../../../../../usr/bin/acountry../../../../../usr/lib/debug/usr/bin/acountry-1.17.0-lp152.2.3.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootc-ares-1.17.0-lp152.2.3.1.src.rpmc-ares-utils-debuginfoc-ares-utils-debuginfo(x86-32)debuginfo(build-id)debuginfo(build-id)debuginfo(build-id)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_^@_@_[f_Z@_@^8 @^0"@^!@]Γ@]X]@\dZ Z Z YI@X2@WYZ@TeAdam Majer Adam Majer Tomáš Chvátal Atri Bhattacharya Matthias Eliasson Adam Majer Michał Rostecki Todd R Tomáš Chvátal Adam Majer Michał Rostecki adam.majer@suse.dejengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.comdimstar@opensuse.org- 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.sheep85 1606171919 1.17.0-lp152.2.3.11.17.0-lp152.2.3.10e2620c6889d9f85f8bf878b2671f2adf1e18e04719a5cfd99e4b3f21434eef15413cb606cae03d87a9ec647d30763f6823a20895d6dc2962d165724debug.build-id0e2620c6889d9f85f8bf878b2671f2adf1e18e042620c6889d9f85f8bf878b2671f2adf1e18e04.debug719a5cfd99e4b3f21434eef15413cb606cae03d89a5cfd99e4b3f21434eef15413cb606cae03d8.debug7a9ec647d30763f6823a20895d6dc2962d1657249ec647d30763f6823a20895d6dc2962d165724.debugusrbinacountry-1.17.0-lp152.2.3.1.i386.debugadig-1.17.0-lp152.2.3.1.i386.debugahost-1.17.0-lp152.2.3.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/0e//usr/lib/debug/.build-id/71//usr/lib/debug/.build-id/7a//usr/lib/debug/usr//usr/lib/debug/usr/bin/-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.opensuse.org/openSUSE:Maintenance:15093/openSUSE_Leap_15.2_Update/e4c83111cd70e9a58c5fc3dd505e45fb-c-ares.openSUSE_Leap_15.2_Update:maincpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=7a9ec647d30763f6823a20895d6dc2962d165724, for GNU/Linux 3.2.0, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=719a5cfd99e4b3f21434eef15413cb606cae03d8, for GNU/Linux 3.2.0, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=0e2620c6889d9f85f8bf878b2671f2adf1e18e04, for GNU/Linux 3.2.0, with debug_info, not strippedPPP;幇`j.c-ares-debugsource(x86-32)1.17.0-lp152.2.3.1utf-8b16bf95e1037e07bd93a7f2ae76991e1cddedf80accbcef458b64ef287bceae5?7zXZ !t/{m] crt:bLL 2r1z{V@~^ }ec]s4&H5S&.jj= ׹(=_8nj^SGCk 1d$>rIG9[y#;iQ5u<$e-YopqqaxLI\n(D&E2%3<81s᭞ɖf,;/rgʍ**f߻8mժb.:)]P*^PKSDakFc[+uW @ܬ껂'5kH6`,YG«obST'*+V7PA N/3Gb~xm =! "g") 26KnpN>+Pe{h* mOPpWb ޲%NjAyL3 $;q512C+ƶndEb@z' a ; fߗ@ΪF_UWOV]ĹD9S#_iyhĸ'i g3;G`|Zt||NI5YDKhWta}yG-5lwŽ,2NC7%oag.$WQ)JQb5=vt)dc~ƌ4S%$\r o~$53 z̏iÊW˥L1+uG2Jhn޶&Y%SnYd( R}yjxMq]P-c@[u+-Y׵7ޭ5yzŕtݐmE~wO7^U eCmRh]MX̓1"N_u\SMHOmi_G*0.ll`wZd[RBדVdY9Nl>ՉHN>)cl|?%e29ڿ뒼#)wt#79y3nm@}jDN] ՘}:"8!  N`Z+NKLa{~at %fǗn4Wo0ӛ#oR&h bN!{My^Xk؉r=1 wGAun0HNNpDtS&}UuCKT6n[pH8k8f-Z4-k ,7`#h6W?(11f[9mgȐ^TdGf昙.zƯؕozvH>5|ʩq~7➣3n>D&hMS|)oM.&mZ! )_=: pM >S픇K[+)Q7+ݬo<6ټ:€5Aa3!^RSѷuv[?+^ %R"4O@![zh.aO%DISGa!H )/l6QŗPBHu )L3Z$KkhoRYpI1p=SE |BU>BgɪC? duS?M(h4@lQ磢hKچ.ߠK&İ]䫃(ͪ;];ʷ~Jʂ8R8e <C[;ݺ׹utAکwc3~ 469EpHt Y!ȸ jqv<Y˶Vh_:(%GDE nfY;cd]샶8gAy"9!>}(MY.GOaΨՊkr-ہ/lve5^S{f}>w >9p"O6f3q] q'O@Y:hk#Q^C)ؖh6PgVj7[Bl_0DCa> y3k T!R\V7dgfm_Kcޢa9.z)^aoRb#L6UC5FF)Z,G0(>Iy ڽ): uR8$>pSRoJl/3Tkw+)r_W߂x_N1Z ,DjB8߾4촹2\f?x6}OdH6kȄ\h*xM_TAOJ٣DAk|/`S3U7=->po[K>fpEyN.tBJqvX)lqob&ɒIx̘~ -'C$o!'%*+*9J*8R۽ncK6,2Ͻɟ}EE~UЀmзdO |%+-rY2(DT9LV#y: :>L2qȟ o+UYQD_qHgۦzJ]ն,4[ 06 !MJ@>=pʿ=z6r'_d8U/khQCDJ} ]2w|}N2%ip^weV|0i߈;!#4pϾ mHre9Z}ҢT QNWS)t6TL蜪 Dl2TPUv7[MEN_k{gydjc*8{==,'Uo3ytjj&kl( Z}-MZшrҞ+IV eWJy&[G"j9I]hQ*1B@3=>,Ҍ"?鏍Q5 aJ<9s '}$jW&Ga 7|-֪Zx.ۜv-r[_ZMwp =5(i 2_Z,gݷ0,P JX.C*o"̂d*a,9Un05YG~@8] 2y|MRhURVwT'Vi(QZݡ$M29ΖV߂wѾwO4tsyQd~ɻ .HJQnBӦw nw4ܺ\i%hE%}X2 ^_* ƴLEXFE+[eIesmɰj(D4$&|x.s,Tn17{1Ac(Kx{4P 6wL "I,֝xM㘛@q oy3 \?^9_ ]J@Nd<M*]3H|w+d :S=Kffȶ_OxҹV='P I1FdcJ{)r B##N'ƈ;Mk_OԵDy.ï+;JùWCjrTdaq:o[)v~ڍXVfv 14Z&`\MO7m F"{̰UBDFb:>M4t}ﴽM` f$v6X[KE/^3 0_NN֢&ʝ]e\aFxLw^$\ nL8tgFptPjF>,u-`Q9Phn*TBCD0OjbTR%6Jg 6(ր}c&{D oOf~&0 oWxcL!R,&FKlRK@ |EET'-0Iu;0ߡRN|{MzRu vf8{J/MYBU_JZtht݆>%-X:LcB=>乴8c|͙Lz[.?eGQ!lrx д>'FxpmJÇ][֜"B";DPǡvE2G;w" AXE}^LiXBUHhŅ3;0gFuD"52?ua!P!L}g5_Xy,A`D6":nckƦtyI;' 4$u=&P$V/ogfEOe1x\5'm##]9ӓޗ,Mk豹:W<,`uDD&< '^zqPe2sCR5e9~d!l0[?N0`zd_6 FbN^yȊTnJFmS@"1~QJ'@i?dRnCd%*fcX.'T2p"' |mC2"Bqԣr&>!@udIaBqTc` 6M5fdkG;8}-8'-tp?s`w7Z{oUe ĪJ:ˠŰ tz`?D-ohу{;xY܀$h Ǻ٦ ke; i=L!zH)jR]R*bƮU^n,m^ڼN&H5Hbd_'Ir'ZD) `lȑOH ."A)s\=qmz,"҉NU^y(vN.]c+.:nPJ5UՅpTmʺ~"^-''[~!gl0T>f\ 1.JC.2IthB?J<9x|NUNjzng}y9(KR7s 02ˆ@kL5-t*8dw5 gS9+bJ Oe0>zxxAx}Aoe ^XyH\ ϮN&)kbVp[[ \Bc!# Xbjg }x@4B?V)t>+>9rCSA}2ݮ40w_SPEYYD4u‡FJs*(`;-<#;J\`UN-Č6rȧήtS_O=͙*G h"t, _4P$w%4>T_LkdierŖ^'Ԉ]c\rZF"')6aWg1#5PRNPG!{,Rm07셰2'@3^p*Wϝ(o󶹵17uoe[Ⱌ|C04L6 B7[3VFE+?sG1^\sf3bX^F=('RmJ^v vqLrr˲7{ꦛSpU_{UD_b,,zUY u~\_JX ,a7 Hy%{RbA4tUϑ_Nǹ[Hʘ]~an+U&̙Ϭq=WӠvJn93R[; Moxc(AxLyUBAيz;soQㅵ& gD*xyE]?\m'$ckJ!" 3*S ]-P{Eh,Xeuq?qu*)r\-G:"],(}V(B/ aLB+_bްܦJAqT>$I3]qV<󯝯zdQyg$+lnTa׭@6 A 4+d/?fA#r"E1 E=JiBR%/| CV]EZ' 4E[[ph#U c] :W+6Uǔ#=Q0 SbP8^O )Gg)}@(/tw:w^sdyP&*'11Ϥnd:AK^ X; fb0OύwP5Q?27AvZ%-j:SN\?a({TP= fn[71dԆ~PZ(Ӥ':Ϻﵤ9Cu5[a2)cjez{&]*ATMiizLBK{յCҶʁÕFdəo}K;T xȀ$Zk3h}hڣGxIGbqHOHn"1"lĹ(W#D nbk'CdwU4^.$hmiYޢ}xcP*S ΅C:o.C4cM_Z_v9lc,J:L[s>wVqw A;6nO* &5+݇V͵A_z)c,I4ک`lMd J W>rEEst|ސD˷AMډxަ:`X\p [T/"\Mdz.Y|P-O.M };ɩ(*#aS=4ǽCq5,Iz\b5(~1bl5gᷘET"EmƗDBNj@0׌ϵ;&шjuveJ&rdJ:޺q^<1 # ۫iX#ʩ&7F=BaMզ[J)v˖׍9zLGZc͌$J@PӼgtUgv,w Gv/K3TeR ܲ1O< 4VTFNj')X^ 0qoYqeY梔c!^!C.7>.La;t_t+_w@*jUC(0 $1@nbIq*Pg G&!Oෳfxc 5e3T/0QFߟ+slT#LϹQDͿsۿ3r s:fdh,kx_M1_+mB}vF˯ :g>f",ڡ VD%G">Dk ,ӱm23(y+ʄP&1-٧!p LL׹zυɧ>RAU6H&LJBQ {Қu/l׷X ūp#T|yDEA]`8|VNg 9{JvA>yU}FK?0Fu׹'E]9ݦ؎.FKqQ]:$Md Tcr=7󓢒۲," 'wV(8R%EDqFЈz͵ਙ+`I9Ѭ*9\fPuɌEӑη+][Xp*I=!}VS9e2<>~հ @dԥʫezL "U(jn#KYALAYylB G: |0q7Qw^IЬ #̱kh8+dS RbR*ό~7ػqn}χuhR(X[6"F7T˃t tnMH)a^la߂aBȤAg_qbjozSrz>|GFIqHeig(d^UD^C28j`6_;J'NC97MۀϢ)ϲ=O+,̱RN9Gva9ϻ& A<8e[?[ƤH'}W7}Qcbރv8ZSo{!Άp~wM]ӜL,32Յɑ9 x 3\$fW8`f0[L^j ~{;_oR"ϵ ;~˙O5YgEq\R'EWtB9qZɃP'նѬr}9 0? di[l/<.8M,0 K~uR.-(Ә%L)*ĬBzD𭁦E0cc:Ab (-o'3@DGS'5Z OD;%t8O4'ܸSeU 菼 >10UtC'wfW>F}FC8}Z-Elo [B0~*-VT &3džp?NmV*k3xrZ?ˑhս;w>4̧|K T\\d4UR]Y]/HɷߘXï/YKM_Q>>fKj32 yFlw)p$12{;ͨ1 ˛'v%6T~*[%Rf vo Sː( ^C탐c/Q&JF[__dZ0< ,5kThk GvT>k[N0ń)uK T݇5 =3 I|쏕NzD&I8JCz-NߖBiwfc(n 1d ܚ t/ѡsUA80'~QU}vFUCwW"|s@h5%S7@y|>n\DÝK @T{)PypaD繤hph3G!X|.f}յ>\ਪaU#_M>~5'+!#}j#y$S"% \ގ<;U#pΑfS>J^;ZQLC]c2gRpO*ݓd:⋂oZ3R ^e\! (vn a$%oВ,2Lގ.nYIGT%ѡ(v.6 \rM3[r}0&dJ&/ch_59 3h=tv{msv|1Bl"'gN&M13D$(m v\ȭ^}iWdA6!ѡ̿N,` 2i競ZNI/ׇLew}ĸY >2%!Ҟ32<D{ ʳgPһ;gx!w#`ܷN :a,b5Ƴ%ea=lz; `7 _)t~sWȷ\F1g"gDV9mvo7>˛mő%:5ֿW!YhCw&)7zRSȓ(,A)S\J/oօS*싨Kg0_|`aPEpIʼn">鹫Kjkb$j"g/^SY Bfm ߹Blp(jn 8(O(R>γ>yv0<0Pj{Y܂">1lEэGo1)jC Q ~ Y7u#dSL?Hey ^;cb4|@ k.Oa&}窠} ?[(tε Oƻ3?Ȑ&jx hXpi淂>s}:[\QK)/0'ʂ$8d eY-1-W9❪+!@x8r.!8v@3ĩNvL.u e7Yp 2θq'_TVҢsw&V%C랃M$/Xi_]Bya h&e&i?,:8)b58 }LϠ_ 5u|6s {1> ^3ܯߜ;P=@K=؁ZTYȁ`: `'{RtxsEX^^Nǿ⌁ .L>/OQ]*+*==*c^WI1 R 2ۮTx%ޯ<}#`lej =<ש-+bъU;@4yp6$*N ׏3L Q1=7lLͺ#67V`g8/RG+¹LX IL!eUSۧX/ v \rl ẓhq;,z$vT#UƯVdd٢tl!v{nZѣsye\XNnңfd ԆU&ei|Ѹ:4T yMzR+d:h H&gTh#S47ǵD77C i3_2Ls`_$51+jMAه!0 GfIDj [{`AJMd5f%in(5RwqӺkiKMgc#Ԝ+BmtDDPĈ9U%+[UZJ"{#1v KTT_Vs冥׻u7o!0n'Ao ޛS'{25FQm5K|L& !ޤqv୆Agl@ \|x,2-9 0|ta@%~82GQ#G mD=-n$oޝWz7VRqjM6B8/ъBT2뮚 H)&?, 9Ul+ewD`5"vHqA-}*mѦvUHDN9 :#Gbx!QpC28lv=x~5J1 >?C ii&p]dԥ)HF!E:է9V7CiRܢOPvXNU@pWUP:Y7j-[uFcd[[Ѐ.?Wa->7ީWz)ֱOuf?aBZ0tx~T.KkzQ=gzx`}3~P+- +J#b C/O Jjx>[E wv ARQxLȬv&Zț^I_+>ysU _%eǸfJ4<}Y\i5#(N8v{a r]g&͢Ku|t02 cM1o0cw ˦f}Geĕ7U?"H]%j3əW8z qNjJy7cһ _u/P~>g$Zftz7j`uKy)}HId!{x)nO[h TE`D:G?kԬԢEq[> 0oNX,{3jSVbvNSJ) pbIoPs.q I}4sU7UX6OrCM})>ͅ" My`}Ҙds:lOcA dL.YtP ub`*2gPHV:30@/6GLy.}ʨa~A s~u%4_P\Fu^ iMPg^n/ߘ0Y!3K YVZ`]$Jr"]7O s*^͗8E> &qI0/p$;rF)/3!35OErimƯcLW'kBAfu,wb_hm+/ö@r6 qēIh_ɤe ~r4;ljJ) - StVVF׬~+>YτI0}D*}\4[pdByZ YPR9tW :gK-&ȶ.hfWėe6a,8Yŕ#N8i((kDvä~@85dI9oh%LPDN6Agcz&ƷvEӓ0B֔͞GXH(KۚTw(^Oh}?ʭrn,(IG>yף}kn8>"ҍFpd,ynOE: b>!QzAm1φ+XD+ꉁ\cbx6|Q}1+wLA6-Ps<^˖c\.oGo PitrHn*&L3jiZY{4J/E jnp5`:3xerFݲofL_*L0 o mn hvNJJe~o1Ǎ2裸wbJQGԕ;AƥWpf6@*Ɲku7TGqws0X|wϊw@>;<`QװF |V+)*t61^FD/$? t-*ذCs_^P} <0L5BQ9V(DؔFA[p!Cd,V .loΩbFZ fhKf&w>a5zY1ehlTA2mwWF0'C;DW47^,SCn!\teIC٨Gk;i_^ĭENi~ X.M P+as%ݔ4G2crx@eA>O$NtL>i-sFR"rL`BTK׏p<6FQiKGk WL"ҩVq\HB9VLmEY!~(A1䛄{^RW m=ǵzN+!՘ /ag~DT܆VG*+Ͷ̃fYOG?z L!;\7 iN-FX,ș h\/m_3MIa<$;خ k \:jϤ4[}قq3nض=Z9O 9Dwi f;%A\ȁ.&OqXpo:VϨ1G] 멾OLc e.>NHr*>Ӡ @ m[!K;h=嗂ƕ$lzB{v c!*n6ڔ1EP(8Qku+8CQH8RL m;ݿUi zpEN55*)yA3fӲhQyV t۱Ur6.? N4ޫ$+uBH_s@C.!q^( 9e?!ǛyIVW_28Q *DB[B/ϙ2iՋ˅}2h [)[iљTE|E3 obпfA^:0{="Djvt #=ɺͯ<2.Rì?Vo; 2l+!#@XGfgy'kS7 j_XLJdil8/Ƈg O$`#Ə=ob=¾-*X;f2}ܪW5~qs;Xt kzѿ  ͕E8!HY=Y2cɖUcZzїZ`;J1J;ilΥ%. @&Kc/0cP >^_ߓn/jJ_TNϟ֚C#f4]lY` Jv.Cuc Q4E6PmX+*-.4Kۇ<,{|o!e:dtn놂 WEBoU7)'$tw[tŚtr݇1{?u(hZw#' MpY>O](^&#;_5"b͵+<`7~ ;jKkvN-I*6NV$l\(Z"ި1ehbx)+}."ueJ?we>C45;JGZ-M9,4mL 4Fz;d˼/wM;0^_wv<%*2fMWEƙXUEI13W*lr?:IW'-ImO9"}b3Σ&D(@XEU`Yq3?Fl4h0Eυ.4mQTh WF|)D Q­1f4w z,ӏFxO J[>2ӓmEI쨠Jİ!<7{ߞJ??k]o_Yzd\bcͣW'E7BT`HsDzhg= śU_9Cq`#1CY93 Z9:- YEf@nS;19+c0R'kNWPbCT_~>fB,pZ9Kh[Pk[@Jr`.)֐ߴFCS(.z@,Y0)A ?"ly?:ڗRY3Otn_b?0͗D w Lb:7Sōtj%3=?ifQy绠1c(!UǭO=ΝvڽlЁحL#43OlsbՎ™HBrW)^Fuяx]ckKvu@ئJr,';?ُfm5*LD x -Sa>тמw'5Ԭ/6oER"-c6P߻3+սx5x؏Sy<5<,vJ/XYĬ]6CF2"W H (N5JNm yn6{UͥI 8VV!_CQ;td#_l;0λ i<Z}n_S+čTx8UUU6IO!Ҫ?7d+#0SQp,ЎM^mJ=BBG[>vy.ڀ UZO,)`65O~HO6# ?W3Qœe7fdoON9$ 1h>jaC[W]Y.i5":mM4D4Qp071YfP=F nRip9~:aasOg14O-̛ ъ9JUթu718K0*"<_0  lu-JU_3T%KF R] r,vl",7Jv3 ^p*D}zqrcG4mA(8]` Eć(⫚@& *SƋ*} .-DhTlo̫̿F_JYȆFEN/u3ڂI[oȾ0Ŷ T֛!wBf3$N_J'^ Dvm0e/#!jSG}wgm4 Wz!Բ{lP wA`esLS 'pT$YrPNW\*dD#+R]9gG$}Zsian򒩪"qXpw_ ɻ`Vx(5ޣ=t'Y;h2Y;pf~Q8zYm+`P 1_7mC&!A2 Z8,̡@[qf"JyX/W[-&c[#9Ɠ2M}Mb y;0Ů00 6=X b~wd/PRC:fhkBFBQi z%R-ym"WkxUN(W'vlpO€rdytٳ_|~k$ ׁ`̲ W(ݜ"P5_Qg"$EH›Ie矠?sQEK© /X5G0HnNj AؚJ 8Z2C8VQAfX? oI?`lfRVEII!p=F3H"]22="<9rAp,w,V'B~Tm&OATJ;j,JPC"krJkCzxӁ & ;:jGA#4KAvsCVT0^ͬd;wdqjgUl` 3h&5VelA ёLֆq7ܚNmW6]N'@h{%2N@̞/9E iƢul᤭sc7/_ >Olt NC}i}hI٥"jgDnFA*qNT\jz@N&tGW[dh*>\{ˁYffW5 ڂZ<;9W둭^thv :$Iapzd= IÏ@a? zW&{)U9ͣGu'F"R*l߼S2_/O9-E|]t@ ?$qth+}DU WTPξ>v ܽ $蠎L7)}NS3Y/ vxbWy1)Ka9zV _?QpnT_#8YKHt5$mmW: UɎg2KEYtH~] ;ݎovR88n/0?Wr`P> nL]N9Aҙ =knDA kO>)~tT vX7KRgMY,CV`@O_jXx8|q SDx-sՕҊ0kr%}-FT*~Jw32{f6> ZnaQ+i.`G!*.FoK^ġ1@O1Ĉ?,-VM2!jKkΞ`şhpd.`{qFd](L854}5 a(q91P|,q.OY`GN`&*@*4d ?VBr# g8NE6XTU#i(gv"*)lcyQ(-̞{9+v~!)s7[x7u4>3JH5P5n]Yo,)[%Ä$)XCD0*tN .jXGKԳʭXHH Y44兵,yDnUf^EU$0KGG6Ѕ1`o(^!) '^b/;#81~W(G; W}=6TΨ5wkM''g1.Efe3x}GaTFz`UD1SבVBWǒgl :}9,"if&w_vvZ܀q8$xRWG.giBӹe(n1M"T'"՞l]T# ΰ7փa.^ Y>,+`-WL!Oĺ|bϙP{FXĥKyƛQU.dtsjjXD"&vAtinnm tkuֻ/8Sj-ZCdVY2\5œ0F)_e^јjj뤂W~{e˳ߥ5\ek02F*2Ml7B"f $60~sI?fr#1fRK~\.ܣ;ěB*D"4iH ĩ5RAW4J3WeR2f6sQH1 R3pp`^w7C(~X8PnUh2j/T]Qt x֬i)fO: -o!5q9Ci0w8וt k#(l!rn{T: #x܇ZV#Jϑ$rK0}רd^O)|fZi~or[>H`k.i=~ɲ8zPߴ-Rlf{^`{|ì~Wq[M`fk"fԡK/  F\~uxm>P\j~بjꎡ ^8P D3QH1 E:lQd>tI/}@_jlH:^my |;J^~  m5 mnںMxkQoN\"uDZXWX d2]\)fE*C c[ء=!| Jzs޵mMv:ȥq+ ݙKrMd,-1BdV Em w{y-sM caX[c[vYr=:X71%^fV ˁlKG>?|9j ePeQ178bIXSI&&KK|"݉[ tJW!ÔMXP6|>ߜW+?)xASPE2gA>rAx Y4}Swo&%D Knt7׸0Eȅgtd HN(ˊNU8>Hj7`%3mks!1?4{gY_ 7,5r)]A :%9ew"X9Ap$WMiˌ=7 'Nn&bUN.}IDBLD9f uZ;Pt9^?Ǒ>:qV)GAc~*Gw}b&_1(3@XJeR/`aye0~ uiŒ?/{`9t"71i$f9t! Y;!#92w^*\h93vŇz xඉaF߾M}WɬP.DB%B$4S0,B<(ʅfJ G wm-Snj|"nx (&/5K^=怡+MRo?eT.?K%Vjn'̩7L/,{BJP柯#kRIr01=\5 [t`U'ۧj ]ĻUٸ"be-+n _wYˢ؇EypN`Fc<~GK<āQ@Jns?9z"et`= gN$&c EPSɰǏ|E< R{ YZIyjT~tWj@f4ȑ`xr[gvh:/xxiAȗ >*PL.fK;[t zF4T+1?uBvp # Iqzb6hb)̕@kHY$.|K*uޡU7[v k(3*ׅVÌ n>?YKզ0^q~?S/ظA0A*2>~яvs$[8O5x- QmDKkrhsst</E ֯L8}8"O>墋CI!qXiGoS_8>}Aw%)bqIJ`%UפP#*Wvhȶ-8YO#'.e]Pw+L3E ^Jf{6\KWdP5 ð NBT`£/},0/SWz†UrT?ulDAa}uΞC0clEi=)^U{wάL} ԙ g1yP͜/! ;jKQRrR##7ndZ`C Z{~ (iƳS00| њ g!o~MKm=|M0݌ Ɋޒ:z2U\*(ON.@ jZձH)8Xo!E ^z(YH&SQ4_[9*y0|-G@lˣX]"Xz%,ӧ^!LA1M"ZǷ*_ -#ZA7iܕӓC+"f٬ mPr0\pzk~#74~ nxOrJ.g?Bγm'(I4#ئ\Y`#h]Qa/yRjP>,:~>vHaU8:N}=/S<Žj e-aqme{-!eRѭI_!h^ER5edTF!z7<ޖ/cgfɆo+HQ%ֳܾVE!-蔳]F~?#A?{t 3y `90٣*v/FRooirYM@vDLIF:P^;1Vp`rPU$t*4NF{ezhVJ3'V&3Z݂,88un9XlqeM =c64׀vPL+p'5( GCTL-͆WGbM vܣHO\X L֝'H'U|hZ6dQEnŭ-,ɤ#Ѥcۻ&!9Yt0ٺ IcAv@6?XGKh|(o 3mmP9P"64 w_u[iC+bU~/)'$)5Z߽S1_Y)[U?u Ԃ~ͨo$6ܚ)qfp#B Kw%)p7/rWD$XB98҇0 SYE#"LtLHNe1r,<&HBPiH ,Wc2,%N|r޽r4SYzՖm{I?oYfQnn_.γU>0U[(FF:yO@ND%><> np kܳwkG#CM@H͙( 祠V{dtFڱ,4vik07Po.بP)Q\9`@ jWF[ Y1vpK6TLX%R"= YZ