fping-4.0-4.3.2 4>$  Ap\{p9|5C&!&ԙϮj @&,)cf噕~ˬgl(TŽY dg>7^`l!T`0OAW;{e)3e-+SǁtzEq SpGL@ (bSCr ii1,VIAĿKR1h1 z6qxP:](AQ񅹺@;Z@k \ƪl 1{lf7k:MT5a432df13e8df60a24e34c0d2311d0ae45f22f71bb3de08c4cb684ba7fcb6f5876267c4ad1fbc94c456b7e599a5af0e05d8dfc82\{p9|?@Bè+Y` ZA u.(U|`i5wp{/lۻێӢCR;t2\~~/w빋tcbݱd1x}Bύw]X)lp㪣AwjR%Ok+9N9IH6㗖ۜb}l*Oc@g(DVFX킞qd34c)tV 8nOv[ `,<,+4v*zluQ@>pB ? d   3 $*2      "<Ph   (78 9 : >CFGHI(X0Y8\L]`^bcde f lu$v8whx|yzCfping4.04.3.2A program to ping multiple hostsFPing is a ping-like program that uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. FPing differs from ping in that you can specify any number of targets on the command line or specify a file containing a list of targets to ping. Instead of sending pings to one target until it times out or replies, FPing sends a ping packet and moves on to the next target in a round-robin fashion. In the default mode, if a target replies, it is noted and removed from the list of targets to check. If a target does not respond within a certain time limit or retry limit, it is designated as unreachable. FPing also supports sending a specified number of pings to a target or looping indefinitely (as in ping). Unlike ping, FPing is meant to be used in scripts. Its output is designed to be easy to parse.\|$ampere3MSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Productivity/Networking/Diagnostichttp://www.fping.orglinuxaarch64 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/fping fi g!A큤\|#\|$X&2\PZ1@YJ_YR@Y]Xf@V'~@V@Sf+S@kstreitova@suse.comastieger@suse.comtchvatal@suse.comjengelh@inai.deliedke@rz.uni-mannheim.deliedke@rz.uni-mannheim.dezaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.org- add fping-4.0-fix_ipv6-disabled.patch to fix fping on servers with disabled IPv6 [bsc#1133988]- fping now has cap_net_raw, fix build in Factory (bsc#1047921)- Cleanup a bit with spec-cleaner basically just to use new make_install macro- Do away with %__ macro indirections.- Update to version 4.0 * feature: Auto-adjust timeout for -c/-C/-l mode to value of -p * feature: Enforce -t timeout on reply packets, by discarding late packets (#32) * feature: Option -d/--rdns now always does a rdns-lookup, even for names, as '-n' was doing until now * feature: Keep original name if a hostname is given with -n/--name * feature: New option -6 to force IPv6 * feature: New option -4 to force IPv4 * feature: IPv6 enabled by default * feature: Long option names for all options * feature: Unified 'fping' and 'fping6' into one binary (#80) * feature: fping and fping6 are now unified into one binary. * bugfix: -i/-p restrictions disabled by default (enable with --enable-safe-limits) * bugfix: Default interval -i changed from 25ms to 10ms * bugfix: Fix compatibility issue with GNU Hurd * bugfix: A C99 compiler is now required * bugfix: Option parsing with optparse * bugfix: New changelog file format- Update to version 3.16: * (feature) Support kernel-timestamping of received packets (#46) * (feature) Simplify restrictions: only -i >= 1 and -p >= 10 are enforced now * (bugfix) Fix option -m to return all IPs of a hostname * (bugfix) Fix option -H (ttl) for IPv6 * (bugfix) Fix option -M (don't fragment) for IPv6 * (bugfix) Fix option -O (ToS) for IPv6 * (bugfix) Fix compatibility issue with AIX (#69, @blentzgh) * (bugfix) Fix option -q not suppressing some ICMP error messages (#83) * (bugfix) Fix option -M expecting an argument, when it shouldn't * (bugfix) Fix minor issues found by Coverity Scan - Update to version 3.15: * (bugfix) Fix compiler errors on platforms other than Linux (related to the new -M option, #109) * Test suite fixes for macOS - Update to version 3.14: * (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm) * (feature) New option '-M' to set the "Don't Fragment" flag (#91, Don Bowman) * (feature) New option '-N' to output statistics for netdata (see: http://my-netdata.io/, #105, Costa Tsaousis) * (feature) New option '-o' to calculate total outage time (#90, @jgerbeck) * (bugfix) Exit code should be 2 when the hostname can't be resolved (fixes #98, reported by @green-fox) * (bugfix) Fix issue compliling on RHEL/Centos 7 (#95, @jbackman) * (bugfix) Lower -i limit to 1 instead of 10 * (bugfix) Improve interval preciseness of -Q reporting * (bugfix) Fix occasional false positive in -Q reporting (#97) * (bugfix) Solaris 10 portability fix (#107, Peter Bray)- Update to version 3.13: + Bugfix: Fix ICMP errors sometimes causing crashes with fping >= 3.11.- Update to version 3.12: + Bugfix: Fix fping6 -R (#84). - Changes from version 3.11: + Feature: - New option -R to use random bytes instead of NULLs (#72). - Small documentation and performance improvements. + Bugfix: Fix double entries with fping -u and unreachable hosts. + Internal: Use sockaddr_storage and simplify code, so that we can one day support both IPv4 and IPv6 with the same binary.- Update to version 3.10: + Fix confusing error message with -g and IPv6 addresses (#58). + Allow option '-f' also for non-root (since setuid privileges are dropped). + Do not retry twice DNS lookup on DNS lookup problem. + Remove support for NIS groups. + Better document -B backoff-factor and when it can be used (#33) + More tests added.- Update to version 3.9: + Fix random output on socket error (#56). + Support ppc64le architecture by including alpha libtool version. + Fix compilation problem on FreeBSD (#57). + Initial test suite and continous intergration (with travis-ci.org / coveralls.io). + Don't output usage information on error. - Changes from version 3.8: + Fix segmentation fault introduced in version 3.7 with loop mode (#55). - Changes from version 3.7: + Allow running as non-root on Mac OS X by using non-privileged ICMP (#7). + Remove unnecessary IPv6 socket options. + Fix again compatibility issue with FreeBSD. + Fix fping hanging forever on permanent sendto failure. + Fix duplicate echo reply packets causing early stop in count mode (#53). - Changes from version 3.6: + Fix loop issue after 65536 pings (#12). + Minimum ping data size is now 0. + Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks compiling on Solaris. + Fix wrong min RTT value with -Q option (#51). - Drop export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program", it breaks the build./bin/sh/bin/shampere3 15593298284.0-4.3.24.0-4.3.2fpingfpingCHANGELOG.mdINSTALLfping.8.gz/usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fping//usr/share/man/man8/-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:11284/SUSE_SLE-15_Update/37838a0e0b254152fb69a79347b6cb46-fping.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=b6305b31f330a3840bc2fcb7642554f36af46ef9, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRݦhv]t(q)utf-81e399d9349d62913819d60e9be363673b6b4e0a04c6342711945db6d795ac1ed?7zXZ !t/Q?m] crv9ubg\N RƇX$<e佫'1<Yky۾I= -efeՐ5Hkch8@h.<@vW9Hü qgoi]!FȼYE <⮏}iC~:۸.5^ɹbib<6ؔ"DuJ=U@ 5mI(%tڶ>l_G3m_hN?TJV L]Wݥ^twctEuhonI',='?e| 7"#>-V-Zx!3h[ R/F:B|Fz*zt  d,@]xtox/}?/@~dhֻp΅ir%fۛ~.e̙Up$oF˟2o0u/%,O{scU/?ƼE}N!a=cBkf(_u,G,a9=aI4m8\+ǬQ%錉8aA$ `׵sf6)l7\ 4& q y910N )F jFA 0;˝ؙA+2uℰ|ݿtcq&wO D钄~ޜ$+"Q8#ق7zzm1vIK%%읫K4滸Žm!-% 4[If-N"&wXGJK>5Ѱp?ݩ?p+Ы@!Id'c6nR\yK>q(b2\8 brA3GJ=B+?H)8 qzepR[4D#Uߎ(QuN

*owlR1kPTjTv0,OBtUgN'DC)oW YQƦ1 ea1Χk->MBջ_6gWjgw:Aul.|h!ۡ k㘈q){BLk$W/[lGC]+CQj14\"f[\}d 2P\t\C:W+}@ R̉/R:Ǻ`Kr#^S3ݵn0Ң7JzJZ)GexZc̯U0ye'O,Of O;+f޴Ns~J YV; ׻QRGCp4:?o%#]&V=@=nb9~vk P젴arěL]+_.Cvq|l9~F`mK?Ǐ_'F-VemłwNFH9Co"YFF~ ǜ I&-SgtH*r(ՠ5ǣAWh8ʶ=Xu+ϟe~5=.{P#%AfD7I42k7x='CFe8[R b㲲[xhx?[U_hEYWFjTU$ԚHnh>yc G I%_AM$p(!]QhivFي{+d*m@ 3$ {N#v,AeHku.3x{ ?eo.P綂]>,.TFAIy$䎇L ֶIy^GǞJaxWP$sAU\ƌ9?hK4e})3JCִZ$2*m6)n0e<_2Qy S)U` ԀX54\Ց~T=I}0SXQ:D~x8}e7Z\7Ն]non jY)z\qGdaTwTdg0+eiKw-]q;WTg/`'`T1YLeR ?u]m׆IX}{ڵ?xekНy>g7Ք*ۜea: gJ-ɅNˈW9?)RaLgb\Gd q}yx?emS\@ovx.I362ۑ=|uTI?-GajHcRt>ӥa77v r],#{diSwpQH] .I,f8C\*olǰƗ- 7N:}99*vK,%Ht5s̹TY躣׋ c8Bɺ'c1r\5h3~ kA!ndD&\G-εٍgD#u*jGSӅtp<>rÝM^lV(gS;"{O9PIEłq(OWx'\cV 6S:m Of7p}t1#cck%lYwϿ!Cf,&?%+ pvDx8&* 2֬7/+%ZdyC(a/3b(":0uw|U nl_J Fи!ZgXd_ֲ 7X>il_tE$QI: S mæ=ث#9J}ڼidS s(!m}%&͕i`h~MwLAS5(Cvr;d;v~!f#jJu6{ %߻jJ%5]cˮEͫ`57J '?"u?x_a,D#KtRg(KWR}k':uQl`32>wP&3:'+iael;<8gCn+$11Kd(Nob>f./nc( [YB-*ou[lK4|qu':+FfxBjF>bz uJ>TҤ6 v;jD}y6KiC*ZaH`#v[gΐ-/%qLBoyΉ!otn‰nC0 Wt tʀ 987Lgk PI)4L $JwR7jBG^>=n`Gx|6ݴR7/ (m&ps+4P:2TK(E|~en p+͞J4"+DZ yiP 7#6eGu!03%/G1Jۓ砎 E Ty FiS1*["y*QI?Ele xO{m%Xn3cEҀtlTS&gCWǾ8j PHj , izGűO 5nP&s29VwwS 4]0zR/uCJ?JU-gSWdalm*Թmg-۾FV7wW~a9D'GZnOQ79/^Ip8-1탺#_;+d5#1.-N⟳;S{E?Z :IQ>V][N><` Q͑LBoR~k T>>$/;C$pCQ{` :uPL7 zzo<=K/?qYP `cvho_Ekݛό[fERC2KaH<RnK ;,0$$;'. }5l0VUv^PO80X a6KTPCZ"%3`.ux-sJ=*t;n2*OPc9h]:tU֜.E?%a~vpmC&~D¿a->}rO)Հdl_kj1ϣ̣[`iḾW.6>m0I'BBTh4nk/8I5cA.t HO pd"LSS=5Gq?J;u]f#6&'p?%"xcKչEt_p-h9pΐGG}喒M%("|ryj[%f͸irtͤf 6O/`L5ryD*T"}6fBZ(7j)p*ȣwe%U9(X /J䰭&ouYR՞ߙ":~ |j9169emyer݀:^{|h);˜-c$dʧGS%}ˮoBIz$fAS_B[g/~3pdY FrEiǨ%;AH,"NϬ rK]'k䷨A~@ԷxON!3G6y8SSB/ dmSہ5<׷\#҅*-Bx0¸Q@p|D>2(eFT??MKq߈WC }#=\@UF >GԿ/7wc3Xp\:0ZE<WTo+{ʹwk=XWV${*M 3:ClM@$%jI̟+ih(*D-UQ [^!Wee cxut?DKV6a-FIiHK+/N"Κ˺0Nqge8"j>H:VCfD^:ДG0l]dJ.XqGf^y-?3I&Ych]7>r]<59[ RǍQָOG1oSc䑵n}H_6746N~IU)* eYJ0dy[n],0w PD抰.R^60Sǫ%jn!U>1 ,xR3#s<>YUū-wg9`Jf`C 谁}K@o42dJ2*>xɘ\=T" PZ{Amj_ NH#z'ޙ<^z-b"Vm}6nBuS]?հYPxL͖B!5s*&NL̍Ke9"UrE h>/2FbUC'<K` 4³PQNmn柹 ~CzNՋ&ߦTvPGNfGq@uF\#YUl!To?wC|wV!(KsS ͮ1P@R?>N{ܻH޽ B3-/U$ACjIӂ}Wb ic4!6\lֶ~k$=# ePdU>oV=np-ٮѻrN[*^d0Rrg([J}kZ 8a~*Zxqbw'+yhTD'Jb3c{qΈwd#]0N E 8.=tu8lDF59,3.YnjZtdu 'h/SXc{ kq"Z=D?raœ?!CuoF. 9=On~.sBG`{x,'z F^cBi$ ݶ!yViæ$$n M\5*v4IR;:;dlzy;0~foWjg\^yn_EjÎmxt/SPHrbn#% :[-(yG^d;y}^H=}hعoj4џ-ںZC6ȽUK\N06ʋHGvSژ&V֛WTu1q4VF [Ilgm0M3ُ ]ssǝO+0& MYt侔P0|_`PꥄaRi=KJ6L^*ŌJ\YU?+`2(رnDhJ!$*!),Ү*pkCctߎ$RKڰVK;:oͣ!d/?ܾx?k7s ^!\Zzu\1AXPF9=pscp٧9 zgHfl]3ߦXC2M>z`N4Cn5 #]A(KAﮒc+WOFqU-4rt;'dV~m[+Qn݅3!F[]%o0/t<܍ CdC۰zQə>"qNja\xzX<½q:q? cGB2+*1}_-P QXేXY\}c0`Z+=lfvS4U.y5k]Zro 7%g<׳ |2ZG1p `!Wj *ji(9 _KBp#>?P?>Y:h^ &ptx_^Kcq̸T"RUlRTJHub{WWNČr:|\-@U^.S1?9|: 1@mG׾hӰB:3Fɖ) o\p(s=q? ntGDW,i0N3ٴ)2vݾ)Es7?`€==$(+>n[R_-{: 3с8YG堊 :~ikIEuV}}8O瞣.㠗{ (m^WwM R0l ibu5]QSYl<@wosM / /S]zM`Fħh~4lX =ŝ6i-Bn´IWװ!12YIb9zzmNxfk v۾[N[7[w k0@B/ !杭A?I⤩ya2H-sC~+5Af9C,0[ӊ?orKAzJWٗPLP3]8nۅ!qYT1a7ē^ί uFS0jͼL@=lzHۮ! +Կ R[ZhQ|F<\ؒq۹A~rt oNiYA$EN XqrzJʱhanQK)KŖ x D<ΠI2oLBh!{!N; _A$u uZyjԃBU2 ,(k6d]Wx4xrMQKPI!b9Rr9n5w{0!X *ɄKK3[GnSjXw?|<H"F 9826v9^qi̓Cb/}(nd܈ƈrO=ͮ+/]kbHπY/}ZvOGrqm5ʠ&^IWPJs#W5tj\,@X*ʍ8׿Ѣ 44yhߋ s3Psғz2)".MaLRȫy>JŠK~RSG+m7nAɑpV TWrا$";21y6k=gnfYI!{G= Mg\z3rGKūS>dx+ D.oSHl'Jr Q/b,&)/}K] iu*TkVg̈́ %?}֜CB"aO%lBjuYYmX<壞˼lfpMZ bjayxU ;?9gc 5~c2U p b6~RX-ӶOi;dOB›qAn-E:{>"NJ''aD:4.j5%q9ląw. TK]:~?5?vPHCR&2bߛӾClfnt^vË,8BLa.2;S5%E^FusSlT֙%FxI$ӏ3-ixdE XzX]Ƽ# *ƪШX,~WֲSֿ ] Ordps _u>chD5+HGyi„ud)&4 rOݎlGig, ͘`b79Dn1Ykvc&joÒb1*i~:? JR1 XX!gm>_ nS DrT 4l+inimt˓l7,^Q'7]I hQTtY> O ?{ckCԸa wтd2=7y\6ՁJx|*&U7(bڭ}SԶ;!8Ҧt{󧒨[STɜQHvV¯60ΐ缰Z|>;Ʌ oD&c(!y#WJ0z*':oӨ /?l"$u3n c(Lq@}U.kx?CCրYgz׭c̻ ޸NEC_I`{T2Y9,'5f82)'ZN|b= 6C2i{LTp?A@T%e=@W|Xl`؁\!W Z6N 27s覊V&‚ژmDF2 8,,#9Dܯ_XpwW 'uak9KvHcP\qr= 9zC>Cǽ,Sk7igY=[y@č5p8T牪|g"wJmԜݧ^usyD]wIFKyDF3jXLo^jC53gq> 7>`Cw Wŭa@D24po Eup t;nX.cd^nfGG=n"Kv3ӽȐ2s9"%AR¡upi;Scx-ͺ9QO&,])* З_^VD2A}hLɚ KDmڢ? [f7UQfoy<"ROtdj'@Nӷ#G[P̋3^ri0>>)̹?ѷ%3{%M'-&@l yS8-\]6[4tjY/MGq9+6f;w%o+;x٠SbU&یè`x`Z%YFb ݣ78`⬯;RR5G4IZ-ZRɅa<齂o*BWV#H|-Stck;PbO4UwVvMrX:Z:=ڎvzqT|1ٕ|FZPQvP[ qi#i<'^:?N<a${ b<'?zd/!5tQ:$q5ZE2'e"6(l~N[-O6ox$FKtH y^CMZ0Cf+3z($d\[k̞'f({iȩ"Z 0@{5yY)h:ttҽ89ßf7MZI9}Cͪnr&3u/KfAQvBD Vjr~tۮaz%:BtQU (l"5ضN)K4N+OfIE&9Y?[I8"Xso8 {[e%6TGPw&AF&KW_՝2Q4~v^o&mmNXxv+=C~}V%ܿӉ`m{_ŞJg([^oa*_ڭ wG1".[VȄ&8 ^5/]~ 9UhԆ+ܝ=/_TLjyvcbKm.#R  N1r>l<Lnvf@s [8Lq~u栠Mr[܏4 eM5b8_W4RH(.\i%uV#dU2'tN /)|JlBTY~皢Ypaia+{xXcQ &R2wF~x{%6wT;Fzv&'(FņGx)!KxG0 +t| %P H  5hU baO\2S K c\K9u1{8_&E>:yL!(%GIǘN XX34#4ōh~2I;'Ә2s|lOQCvMܬbnH͡П֤V#?PtXk&Y.6#0jσĝ~7Xtkm3+:FF^0Ye᦭|NRxZV 9<1@xYk@piҖmkA2*S~?ݻeߤuY3pP5XS ˜Y:wL,7?g\і%-GƢiga}<W$/+l.{p7' pߋI#D - d#Kmo/MI7Plvq6I҉./MSߩP9[ ⪅#! ʏÿmݸ ZmcW4Y fSЖz5)dSn/N]ra#)A?s07\5aGK5"E8hLڨ% 35LB]X'1Wf/\zrkOK0ŪyJyÍ榛6DIF]OyLZ ycsfܠvBp2-`F '&qG (˭ h~1 gUY. wuEl5ٺ6[~l^+㚃N  aRVRyWfKq&,zNNX&#']P^ WV;, 0̬3ΠJF]__&v%n/3Z\:J;z 篖 TԌ]Kcy 48ZGlh1X[+Vj1.j_s- m&0&7о>hFUq(U熕4q2HO%$waq-("eq c! UkZwl(&aI KADUz ? Jrù );{<̈́gp;~,Pإ#"$c?P1=l|{- Z #-݇j.qYnK+&w916ߕ9v\,< o3EȂ_0](Ʋ.Z^ {1]2^5GI螵 b7FuưtƧ| hGVb17nHΏ{ dsh);gZjB@'lx<%K{Ԕ}yͫBD|APGΗzѶ)iKԙ`'rUw˙DcPk$yަ %ːDaUbOpP~$3tPQ)꯶lZZ$Ŷ(9ygyiy^ 1gdÓpVN7gQ ,TJ/9\,g2Qryϔ!QٴD^1㌤sr޴:aCyCX|9a1rd4N?8ܱL >N|u5ʃkO3ljm [!&IH/i/F=H2«Y*9 i,o3&*4Mdc0/6[13Iu!M5F+v`g7tcf =zނ 6"{iP;j$ZoPДqO"̩ٕ]LaLW|N8cGx\_ϧVe$7JshǿwG߰7 'aTIƖ_>} [+룅]CvcwRǠ9.eN̳b(xfJKkcSj>pe-}bp)7$1:IVuj6su߃\a?W^o5AQA'ݑ N x3\|QӐ-V3Uxgm*kDf hx՘™&b%׶ foDu? R~eQq}49Z2SUzn#i<6KqjK(u|~϶WڧO%*QVc+G[dr["͵M( !Ug_aM ِPŤ6D!\S 1>`I!~*D?Ż*J CȽ"J;ང'*1A%"@sid.p xlT&&Lѹi!V3slg<]i$'`:~o.+*a8Esqo^>|8g:75'w UbC}yqgՒg#_g)meyp4V18rvfa`?vJf| xݝxq {{<4xkt(pF0꾸<4O *#kẵzw#(;'ZfZTэy`JiJu;%AvW^͔^,XO9wl[P&?8l_NbS3*}shKGg'@iP-@L>QII@Zz*XN#fMzX@8&zVrT̂l^@G7Jxstn[ `@[(FZ?TY!COl}&C@8QaΖFPV77En>R7USez&|o(ZnX}G 67#uDf;1k-:9-HΖڳ8~bljaF-(1?Ђ3YY̫ؗnVH YFۏcQOeYӟpJK9z~p?Ϥ3_xrW|DyH"C]pD#F 4(iHčd@[퇚k䦡D (~җ+^@$go"]#&!M=qq+AE ذDe SqORe?О%d&]R2C.mJ/,bW5|ҿ 0[zTifNti%v]В "뱱'JL~"D^qP2fY`46JGG^ݨUpO2Hߎ-4Ŗ,~_Bcx Bňv#E]B7ЎL-|֊Uފ49Fzh@se ꬒk{5^DL7[!òosU﫺YF@r(Xq)c]-3wÜ"6^/RdIQRɬoL[&ǑlStyqC7=;N- &(].9pz/! *f5;o[π0=/즍ǍrN R)"غ0`;\A Cͽu.ܩa\V:H!R>#=QTXk&RӺo ps]ׅxqX/|܎NYuBx.w eolUM%8slD;R!9R13}u'z#Qm|\=5P$!!ob[gi)[V.7fѹߊ%ޏ8[]s&+qg7VT&"?a[\474v:u ßA u%1@un0pK{Sã(+vF0`bQϤ!-p$uYoile`NZb/L⽑XGKzֵx>HZ4{_)%5!κfj vas*wJ9_,q4FDą+휧޲m᝵adxKյɊJK# /3ӕvwE|dfqMgB=SViߴ9 Xkan,>?(l{NcI]vȼ0h $.ysJC bo ]&w3:Qe|q i )~ ʼ5ˮ_P}IБ.UeSk.<)Omaٽ, -!v.}a[z>ŀ/T C:' wy]Ψto=r!g8+$AY+.uϿyD2yI]^%7GAXK=;ɛۄ?9w-s4S-Trq?Uƣ[Ԍך8{y_2!iW=l1E4~2AIO:/W׌Z[-\7ae?íPv]J "@ 4|+unW-XK?i^cT 9Tk ˘"(Q`uL&ߙkHbk)JS+F oNVx4"yJt 7,!h<`UF&~ ӱ̘쯟޽:NvؐxD[cc9vF.5UHFŸEt5ro}ЮޭΓ˱qrr]Un~^^zeO+?-븘GZd _I Hjjs-M,/݀oTy}3$[[QtG?9:qbM-+-5<|i԰r7s-E#t  W!~Y=F +xHAg]' jgW>1?6P_kj.\Ν$&aO'@0eC !UP.S\ܒ\jS Zڞ,iS3ben,~f0n`ӥffjU `oXzeDM_MVsqX#ո6Dt]+k`(dysl޵\ρїmLC"yK: #YA<Fi :甔< J(-3-18oS)ջ-,"۳2DT3%KɓRf٢eyʽNkqdZT038edw=^s: H6L]%OǪ.\ Iq?N`$6]#Oݍ Ɍmu<3:[WR*'P%-iR1Qxpp|'T_e1喗/fL ]q߸ںU9殗/>3jo -hN7Ϲ00rWk,lq|iIZ `Qmjee%RS?a,5q! ~(> ?M`$uRCo@CF锧D~/!n"_,4F)"B}L5RQĐ9Xd10@r,0ÚV k53s>@P5|}gEȃTp+O{h7y'8 $wJq>z#]\#9 e8f7?ucf#\nHz?}݆믳{W=/ʑ@ğ&4迌wJ/ Es۳i'&U | |uUZi0'Sl ٢y0a#>tKVՑ9[6wDj^yh'#*92"UYMpqm q K/<7;$>K*~oܼWȁjy ?\.6 Xp x:t-YG3!LۇxB>2*H 3);cIDщa: +O#טO!~X [spy?_ Y /'"s;7WyF%L;%٘nzҮvˣ(!)k,a›; 䈦]Ă.\n^djk?<+=vϠ2V< \ѳ{Y7F.>NjQh$SfNxa3k)hggN_iONJ-mVP).-~l`TfQ12KM`~-gAyg\kr"âM6,'}1(лd>{(kܟ1;.oyaˇҕFcZeK4%/Vt.W@3 36 zkeBA<헌kZĐܿ'/}αMs–w9@˽A{ַ\AlAgNfH} :'q_gu"XՇK;C:!%5aG…T;zq+Dg0tKj52l]ŝc#ޅ7a;187j_[QGNBန ƒEIKEZQQܗ[ h2^;F:,hhMRO0nJ+$K0pMUeFunzF2.D4P}uXɣul$.Hy]&^i%Ĺ)2w#y ,*V5W5pwx7|cn^0}ʵ'Yɤc #>)rMHxnwZhv@HΗ]j( 4!c[O8Q^&̌]4G3E/^5;cZ ׄhRO1jN`eՋQ'@).Rpf恗ShRKKC<635T?k=Z|.Ɓx'3@A1UJ@? _zjtuQ:hxq<ByK~fvK= YN얊Sw o p&8d4?:i=-VqEF Jb3ޟ[j{ޏ(*uŠp]ݨű ~4eX eW$X )Sn<{@ev%x1$7WTA+z$JQ2 J1QoJ*A@$3U3cDXmP Qna0Vīj5G aP-'@CC PGj A>Tsؽ׾z,燊i=KTS%|_VF0K }Zh`?=! M?4vBPĤTD%Tf+6Y նWbdž#4uvL՞{)