fping-4.0-lp151.3.2 >  A [>/=„o`3AM}ԃ3\6h6J:9]bz ;x2 > ;]q螄/=„XMY|igMY@距]jLGې* J +xe#:̦Y96.Z^Bb{,!~ V't"b$, B%3 $Kh|pӝ ;3ʼd:e4SvxXNz4"7&x̦ . ADݳ%P}V}틆uX 1m7, OpB)?)d   7      ,@T(7889: >%qC%yF%G%H%I%X%Y%\%]%^&(b&c')d'e'f'l'u'v'w(x)y)z)8)H)L)R)Cfping4.0lp151.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.[+build31*openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgProductivity/Networking/Diagnostichttp://www.fping.orglinuxx86_64 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/fping fi g!A큤[*[+X&2Z1@YJ_YR@Y]Xf@V'~@V@Sf+S@R@Q \P}L@P2&O@OO2cNu@Kastieger@suse.comtchvatal@suse.comjengelh@inai.deliedke@rz.uni-mannheim.deliedke@rz.uni-mannheim.dezaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgcrrodriguez@opensuse.orgpuzel@suse.compascal.bleser@opensuse.orgwojtek@suse.czzaitor@opensuse.orgpuzel@suse.comjengelh@medozas.depuzel@novell.com- 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.- Update to version 3.5: * Fix sprint_tm buffer size crash. * Addded -D flag to print timestamps. * Fix fping6 build on OS X 10.8. * Fix compatibility issue with FreeBSD (#39). * Fping.spec: fix setuid permissions and provides fping6. * Re-create configure script with autoconf 2.69 for aarch64 support (#45).- Enable missing ipv6 support - tweak out CFLAGS.- update to 3.4 * Revert "Output statistics to stdout instead of stderr", because it breaks tools assuming the output goes to stderr- update to 3.3: * Do not output icmp errors with -q (#1) * Add --enable-ipv4 and --enable-ipv6 options to configure * Fix removing of unreachable hosts when doing loop (#13 #23) * Fix -A for fping6 (#14) * Fix "options inet6" breaking IPv4 name resolution (#17) * Output statistics to stdout instead of stderr (#9) * Set default data size to 56 bytes on all architectures (#18) * Convert man-page source to POD for easier maintenance * Fix error message on DNS error for IPv6 hosts (#27) * Fix -n flag in fping6 (#28)-Update to 3.2 * Improve documentation for -g option (G.W. Haywood) * Performance optimization for big select timeouts (#10, Andrey * Bondarenko) * Fix restart of select call after interrupt signal (#8, Boian * Bonev) * Fix infinite loop caused by linked list corruption (#11, * Boian Bonev)- Update to version 3.1: + -g option (generate): exclude network and broadcast address for cidr ranges. + do not explicitely check if running as root, to make it possible to install fping with linux capabilities instead of making it setuid (setcap cap_net_raw+ep fping). + ANSI C (C89) compiler now a requirement. + Portability fixes. + Reorganized source directory. + Bugfix: fix timeout issue on Solaris. + Man-page fixes. + Added -H option to specify number of hops. + Output usage information to stdout when called with -h- update to fping-3.0 * rewritten main loop for improved performance * -T parameter (select timeout) now obsolete * Maintenance taken over from unresponsive previous maintainer * New homepage: www.fping.org - drop fping-2.4b2-fixwarnings.patch (obsolete)- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.)- add ipv6 support (bnc#555691)/bin/sh/bin/shbuild31 15399631794.0-lp151.3.24.0-lp151.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.opensuse.org/openSUSE:Leap:15.1/standard/b565582f929314dfce90751f7fe836ba-fpingcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=4561c3cf922f6f472ad93fec46654c43d43db0a7, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRYӭVU+uutf-862422c0873cb446141b26151e0f9a0758a929acdeb967c3d749113d6de5c6fc7?7zXZ !t/l~] crv9uA\iEHT(s`Jacidc.9^Xv&%P.Gؾ48yr*AQA7R~2}VV+^jv(S,/`r+]);;m*?g 㩷k,n,.AF +O~aQĈ"v CBz낸lGB +>I;&&ZKzQL`hZ>S<*"E4(kJ?ƿ&B64$Ġx_]ǶbTzAtTmOG&Ms g9[٥ļFQ'abwiǬߦhk+fKwnBvrq$1$$68D;" L(9]w:ɉ ⢳ZjA8n@M$ X$:F i(!Y؄yq误ĈWsTmꄔYC5濰+S)B6ߔ?rPC~ۆN;e WBoAQmBfʜc]fa{ʉ|m4fhGdvleG]jޛ}CE3CCjC BgxO}OD8R(!1ӄ$B>v/gLGhVDQ2nS7e #5$We/;dո2DbƇ[&co;CE-X/mk<jm̻Q2. ^1Bϲ !!=hSh%ڢ5\ۑ/WoTk㊛xLT ^UwҤBX>mBK:ۉ13:/ӵ+QP"yAm2׸A/Ժ=|﬿'P CdƐ5)N?VCk"2vC0rh)U"@L )kv@ώ:WA ʒD} U{Pᨿx^TԳruMto:^:e\-e>w0:ʀw5 @+Y!5k6 [abYDIFH;T=*ǤxCRm|~{Yp. IŠ51j\p>%&Y/˥؄9As#xvZٯ2$rAuzv@|" [K˹Φȳy\]#Y܁g^癸WOW j.f;Bb\X ͷd[J bU+^X<}v_Äт U*(WJnX>egNvVkC6| "0Η󄮉vN9{E毦3>bՑjuT)Kptq|mAp]­-~.s6կQtݛ D.>㙐5u$:iZ%jM/#Ҧ @b83Cw:Trn|쳹pl$jdɾ[|f,)C% ?V'<=$I_ّ{;jv1`-nafL*3%\LYg{œ+7Ν,D ԡokFk0c/ѫ'Ø{űi#ayQp"Dhq"}"f?*Z'86X9lHx%şl nvϋ8b7Jc%>>ccđE]!%[0QC Lj*)̊ r&']v, D1tʘ; Ό2Nǥ{U6e,1Q;+k5 Mz9+ĩb:±C.T{ړ^20I\P#C8@6CINu3{2q`kՔ߫0`7C\~/+wSb倠,{%¶AyM˖TlS}j+2ez!(Lu.G6;4`|?J+Ē(2 */tƝlyKdĠvC]E*V*U"YOdڢS{iUvQ6 Q-wA-?.'s۷z'Wv+t}"Y02iZiVd/a .BUbJ '~!Oi -"Ή> U AjedI/4 f6VWXy+e PV\G|*CC*Mgl?f[`#Z=Dx?Zrk+ B}HPͽ#ӠW1b^{*P C36TsZE_**q%zB)e OCaG||a2qraル{:oFEoC\%y D`0Em٢"|'. S]kR/d;9kmv@hQr# Ӝ\Ɣ巶CgEA:km11[Yr>ciU1`#RI#:)NM/;9yR$N(y7D>; UWu':n+hWbETK-5D8`Ei ,u'Ɛe29baf`n4Jlk{C mx:_P{0?[a{8(Ҟx6LK&WnR:!l ')=m ^X{5 t$x2*9g N=c~G54gMe{Ucn6nggVeU2)zl%gJ2࿪t<<8O,7HO~icI. q)Q.Q|5X݂)j*gCQإw'mDwL+bβm'BFƍ.gp~rLɞTPMe]щTh&Y&N8/JH0NɴAŧBgx{b(hD._odss(|y<ˬS\9EE$RDŽl:uB81C]oI(~SF˭G횑$*rw`8S{pE˔J!,܂\xA8h؋}ҙVwRk9L>(g'ѩܠ8>4U¯fS[}!e;սE2ok[!LlK{eaFixh/8LZuXȄ!UTq;p4Zɛ8' b2dv񞱤QmgP7O !u6WAmLUYf10U~}#ye&jH{2m<#J^/KE4Hד=v:ˌWy/O7=CzDHxbMim n]u-24W<ݷCgWZ5$J{Ӣ|1mPafC!>=ӆ@1_-l Qّ_5bٸUy-Դp0 K.Mb*z`~=s @S޽-K,Jb4b=NɡxxQrF'"L{2* ~Q@5PLa6:A^ t4K锑|Rr3e܏q@1CU.yNi׻db!C(C8!_覊ݝfm*fHL*Kp~EjKwȂqѳg{ԽdQ7=C8?) ݟ׷ͬI$%S7̿O XUFe5|:lQ]ڃ]NJ /C:\J$sQͦnU<%Яٯ3w81EES*s#8ӯFbM-o 5a1pZŷVcrvܒܳ`t07M_fGQ::Y&IR)P; ǟKuA7|pX)Ƛdm-w@-t'.nY2.;1jWhx1p8#Aݢt]Awv=>v]tڰM/< $}Gta̞$o V&[J[r[{slTW& F?W I ]7 [(vDa E{:u8Z up= Ay8s I pwN ϿPh.Žibs|+ ~P]?*ƿgO#J\%"pEY6APl3p|5b邏cz%0p3YN7\P{OrS%\řZTb#%/84Oh36]~vB) "-łr2?* c3kT<}F`#̎7q9_P M9*{򎁾/#]>ںu9x:M.%;X`&Uݩ IHFؓ\/Lp1R>)WCJԟ5< :ׁR^ȑ}XwEin%cz>ўt;؍l?Ʀ,ܷMG;@A+qFfۘiDLs-,2{ fS]'#?'W(ryΫ2`E' Rjpĉz`9iWC?(ik-ՇV@ĠAf\10jaEɁTAL~ {SVg&˿[zk5RB~Ý( G4{x oNTsyxfw+D}m៣8H'xɛiӏr֣<`紷ƥ 8m96iۙLlY~JƁ{;"|ر7B]zZ{Ms+UwjA곾'`zu@5߷U 7 .B(iр~ٮCF눽Zc0{xn!7.+HKtk6ݰc&'H|tiʠuTS%SKa^/sg$]ODM76"S후KC9r}*_^M0\5TlD;S +.Jb11ك@\mQ u?@e'KBlH >=7|57ƞ3{QOKo(D[Z/ {^5B;̊:=?hu"m Eʾ2d0=dɍK:_TK%dGq1?xEPe M/KX4բS*VVOQf k1]΂kwZE;F=H"6b ǣ .ߏ:p>-܍ќʤ|bۭcypW1`q?RG0 Y k%+[} SeSi 6o#|[^NQ'*3Ȅ'VR`Jqո@yc)bhe)HMiF>%rT::րBhpxkc48M3al&*Jj/ 8=ՅdЩnqK1crq@|d:k _cYY8$R; :څ[5DK@U9and&H-4VpY+l/)pYz0x*:Bf<"1o5Li.Q llI[orOV X[9QXgd]qq4ad=v7N}K IGoTXԈ'w钒|~$9%7ܞw3l*ߊFXxtĕ;B?:m%wx IWgb{6/a\LX½=,]a+tu) @E9y!H[p?LPeZxN-=ح`v<(FIOD >$FE>x";l Bܦ?Q] Ħ۰+Ơv At xw=w@t]u4=‹rkL9طw(z\{ :֕Aye)ՙ~Ly0>8 _A13!RTVR6#47J>syL3n%pt˰gvD[AU]4 v1ct~} ]#&kDvx_z|Uk5@E@wNП PM&a`M@)D/iBE:82oHΜuW)^aP?;8.؀g8 $)N2IDH)C-p D `_%15Ļ}%/6!H<.Vɼų3UDo]]@C tf5BB~14ww%?TPRYureA?l{/\ZvQQ.֌R&>}}Wh 8i-TWjX/}xwZXrӰp~nM*0xm+$^ *+VIFsh*nysyk)bh |W\OtLEu)y1w Z2/Վ<p4u0\ u஦ۼ/!~ʇW=#hAe |DN<(IOft^, oMPK\h,L_OĶ# zW2=nX;^"q(أ3=k92}T: K:T >^igNh`޺gZEwK֚[Q"e,W]j?0@ c2gssH迹LnP Q {9/_{{`e}zرaj!Le__4噼PQn+¾`׳Y7^;6+%% %^^?dϙmBC߀OV/g@(p~ /GrQ)-i#m9#&KM ׊<Ydp5WԚy=&`,9Qzy-0Lddg& ێ<zE W$0ޛ/1FfN#I#&-\A wOXLH$NʕCk$, 1?Sh_Y_[@#+FN2[]:@6uttT֦~`̇όBk & OZכ du}qg.lvʘZ\%rRN YNM-(60l]rǖB.]RExf$/~mmsBo`]alnح؆H}yK}H#V'ѮSPUϙ8fKsZB?Sx5s ", (j_Ml_'Uy᥄q]6gCHí}yla8oq__fFQ #@~-$xU `C:9e"!ɀG'0*z "'~UCܛSp'J=lX: }H[MblMriIk7mn\C$[:It0 uw҉ Cq{fKriDf %dAy\#Hw䣞/j)7?JpWg=:4=1U5 \N]$g=9LpOճ#]6;~ܠ H.|HeS<.$L|`같5Lě\UւT `b?Sb"R>|H3DN!JÓ힓Z'el9t%E㕴 !i1j6db [U84t`'Q Tqwem wb}Gi!r kljZ;r.gVO|ۈJѣe[Ѻ<`j9=@#I=0^HN+J5br,&&a`{gWK6/'T5ɇ5U0RzCoB2{Vu遰s%\g>rX ᾎ 6 )+d|>T~$+򪻰tCBF|>R*qbLl8*W.>Jh[0LׁqSХi(͏CJdHqG.mHKS3t6_y=ψ<+ P +w'4?yhX#y!I A%-^Hi2P4)$i^ }d}wfAM5hj4R|ZR~=[5vʳ`H?j$-%W6`Dư#1vq'%WEUrAL5r)Fk8T=wq?N^02ZQzMhP~86CHLKo:LV)1 NՆ9aUy0K-ןfZ{ 'LR/CE2!6Cs ? kv NV|Ջ9!!YdU,ꭊ8o W8.Aȃz3k„܋_"6;&-MtFnˢo;/jy Ukk[d$߶.TD0V5xu]$ęZv ˸Yϖ&wn),j19xyXG@^C7h6oFC>,Mׁ/اe~SJ'Ui'-3DmS?S;H=[e D@i ^(Aykk5av*Ö r(㖬 -I|"AoHaዧHɹY ᲊ]~Y$%M̗?}A(Q).Os;i6JYFǍw~h38B ڠ+6Ӊ38cx'kмya5ཙS>)+ T n"8 "(xsy8=gE\ ga,.c[<-h-\ӌ#=QRdc˽r{7D\lxnY~hr۰e$"awm=6;BNѿAEO f-x?éח`mʁ+6qHCs16iNbG ?p/Gz0y<̩\i(YJ4)u7]4b"OHKG81*LNn!@O݈ 1&UM'i>C#/ǧۉԸFKm} uk? M;\*Hi M#̢m'O@|{e%[տ>PۭXYN%ۭ9}"왯 c\W'_gr޸/%Gip0rfMr@[nX:eTAa Q,3+5Fl3{.ZRVX?G_[ Lx#3"Z܇y(NP:%͈ e;H{ÏZr~1Sṣ ཛྷnvf-3D罺o^!l[n>|HOs,絔FV.bW~*D =Y\;Hs@!ؔ|}X)(8?H.dHqÒ\S{PM cMC` 4$V˕ gG~ &ddՓ|pʝ|gOT_'lƦs0Ot+1jqƀƫŎ 9/bf|2uq a(å,|_TΔɷ]Tfu <[0蹨썹i#dtJ*T|xW&Ans%l(.)#ON&VŇ\oXK..lr?UՁl$h,+ZzD*e-ֿg/6;$hP|=W6ÎL^DAqWDUs(jܘfǰ 锔\&}؜?w;A-zb's@rx/i;H ^Ic, cγ3{aeĴox5hۏUdПM̨3K 8ɀi?/9 D\ +W Vaa9Ðu w BI"2a[EET~$puUB͐p:fI39)FrӮYe?7qJ\/jRθ'GZL[Hǧ$!_0 nú&"~*B(٤i(##(wx< !{D:JD®{=fk ڵd.k= rY摸!de2RbG{lb: 9>сr&ȗ_vԉodZUJ~݉([gT{Si+Ir:r1YsrPF4j&9ǹ‚Ć`j"8TxOACgFic~MTwkY *Nf V"jUfA4]y^1SG1&aOff_S %Ȭv`VeXGcb˳aұ<Ӽv`zAjkm) &N,D\6#([ߩgdnyJm$:9gHZ:@b||k~fZjDMX|X4 ?A.EHK yqziGQ.ZEԝԑxB!ee{ Y8ʠpk "/F=g>˙9nurIL0 E=PslixqO-U6jpX@"j曒aQ}}贈GplMxI^k쫾y;{'œ4CPw/";e1iTIE2Y5Ϋ%OJW]rSrjwegSZ`/Ee}&s_g±)/q- gd>zv"\KEF^nیy-6?9kq})*3V QU^~ˢh5y{1¨Z_c7֖2@QOg( Mn3+\ 3h7"Kp,jǾL54U>Lg)Wή:Apš_/M 8cKfR5.4SƓe&E|4l#+۴٢@љʔxGD<*,nW-U$B~4ʃfuiOS#@1V%sjՖ9gꅸSY=Ϩ;L:P7yJNgÃL"{,K>Aup>w_,^ڔ*O4HD?pVʸ3nvO͉F7JH+>өɋ@ Tr[G ՌnG8(\(tS8 Bq|0w@_s2э1f.WyoMzʔ ٚ Y%R39!ĉaIpi7{GOswĂ_+(=*OƁ޺dzE'lS*J'œ|WYltV#@e鹂iJK J7c&{T;j[(o:CyS^a%8;i-XJXfmLުxqK=ЙJD,Wl~hKStV˴ю鞫U1yL?AO-3,ZэkwX gdzd4o~ q_Ӌ/~t4čouaƑd?)`o=*!'pIƥ5 7*U_wZ)&dʿF^3$UEkWSzMnr# {B6pbZY^+f]@18-jq%^,yGXK8#t[\p=NL' 0{gm>=`Jnf\ Q֍-,EV8řp2LhO6uXem K\/lқP+=UCbeD;zđTtߙ|'OS0Gk0]c WDM2ZBFj۵nN% L:rbkvVaD")"@[veLL%g:Zȝ#&+\}\`C0׳У;2paX3ñC!?-)exLo#:RNҳƹMW6L ?pWw(mp.ٿd໑\'0}7!$aGU8j^IOPvsFi0`ytY2m iR/fNFv^`W/kW^WZ7ZLbMΤ[3ݓ`U|q 9aL@&SC7gz/ӱh JNuݔ?qp۫u4Y]v;>{ߣS484:֒Qm40Q,- S+;vWܫku֫ʘvDމU8ˀ+qSWw@]myYz9WpFc_T%9Pb~WF@,H ӵmNwo 2f|ⳅSWP𔧶?zPFk L%A/frh7~CS$\:!f`Kh"@] CGM xc"WLexp7q.bn+Fkdo"TV\ƶElIM6 4cF~ ˂ڳ=_ 2MW=d 39r!˦vVW{[26Jlf/ M~HdkMO?cDdzf \ W;[˝jN/cfYV.߲-u{b1*jw ѺIWk*9#ܙ}w#:tKVVZxH? 8#t NbE=F'Ll5?"tz$EEl*֎ 4 h̆ `Z,ݖeBcn $v`ۘCI5( MSSEƠF/"1+:a LoIuV3)&2-_w"%'fR3hWxdD%AUP1 &i&Tqnfpf`]楅\.~r>?T1S:=KԜΒ0T烤/\!>%bIy {4}5"J? [U#^6RBPz3ƞ [>#IA*PY# e{16] o Bؼm2$\ejj#ږx M Iʡ8qIT.'R4ĉ CەqYܗ+'o\owCJω~.azҖY|YfW5@5t8ΗlH7!Z&H{`_y00Z45PFILE&Avݐv$*ty5S-[R89]q}Ȯпey}?<26m$HnP'Mǀ8EE!&op0;~cHOpGH0)o6 }V eaA쫍Ն ϲ"|>,a3e?DH%z7最66IuoͨIԔqx8D tR7fc7cۉ8 C0!]AL-`0O֬-_պgjEZW?e9'Nmdx\*u FPPi^E6l<@ϼu\ T}PD.oa0^$ct@x%?M&R`Y!ʓ@j*v oe = k}C:İSX!eB۷Qj@Bo8a'#N΁{u7fp*IqtTڻm _heVd9+5T<ڢXLeٹICf64hTr^; UX P(K/Gsݙ}֩%u^?Kl-;*|.uO:z!v#H&=44PPTbx)! i7!HrsCngGhO{VԨK+ ^WU ^GU6zn`՘S|vع/:AyniDZ -2`{΋ja%bS@aZq(!Uicepշ|#46sۓF0m0EQ`^gM:uNR RK`X5 #>99(JNPQC)c$ Ɲ m%w}8as`yɯ>Nrոc\QQn&IT= UPk&̵QNuGP-Xw]84 n*W~`=Z_oL3in;zmTxma.QY%dͶVUt.)< ǸD8MM#{t-#ϥI`4jd0N3mKھ.Y-h.s+U%#ӥl*7)}‰ ;^ƱSh#d|?ʰԧ]qv@-MxsO<, #"N]ㄎtd;Mf6a$xV\;b|DMl f]>HY1Qh6!~FM˝ MXg#GK۷h;`։F=DLjy87L *;&޳n8, FGQ7%*l`7B׸ xA]*n>c+-芯h6`en˷IJ/Rx9Թ%@<~/06YN$݉.-f(Tu~Bηum=$M!7F Y,b`M<`#b9ƹ-dJ _e]F/t˗Ni/[$cUr>-+c kMu~TșZ]/ykXr*ݞX@ v)n]6o"gg4W:.Bphd궖.Q4O?NnI~&*q-1W/1`)iH ? Щ10ߤop%D.ݍg\\F:I1n͂. }=b!?]%UMfGq[c \$RdǭNE )5pCŔƐ457\hI?Ldi~M(zrg*&2M(T:f_̔fm)eכV%+9KfG-%'Ts>i C-1!Lg$1 8EH# 'hd6=bvhR4C&JK#yI{Jo"I#|;9AU倔LFXi/}cSx+Wkx?ߦjhsx9> Q5avf.^Q vJHb#>YK&-NKQŠ B8>wdM^s( ;D#>qynhk7wa#N]Zx@<ڦUY0ƗCi޶X&zGY(p [Y4 &O hcjʬy/Vz&?H=[PtqxoyY+e;_ާ!pv!tPn,ۊF`s {% y'`HźKO:\wbjwvZ!h^}S$qz kF\:ad6$$oIp=VС:D3w z2k.`@K;1#xc )ӡb4|9XW*H''n+n7q *I5| ֙߹CO>3UBfh&f l=lstTX7&q]"WBj-[WՁeJSh,cc\jKF7/sWϱuvu>]\Y0Y!Ɠ}]3$em?.lda־FcߎꗾAmyƹU&݀cY'RB7Ο ]UI?gZ닅0X:|(jZS?W|yj.{ɗXSo&|47ZÆ؛@uѧvj*3c>Fj s*CIsȘbTpT{VˆmՒ>I0p9LmG+1Sz6vWF@ +eHb9s.I,ڳI}°٨Ws ք<`PMJC:& 6H-Mr2d}KO듀0 _)܎$FvcNB=};}dϳwIЧ@$' }d0L%_fVQJ\-,Nϙ$mrGo[oDң.KA6,ۊ-EFkq7<Ձߪ5P~-JDҝw2etp@X R춧#Ю=2^k CHf#x;WҏÒ=!茕^iiYTm1J?ח)ryl xh؍qPVAf]zcpU6Z 'kDHF~%SԥCIwJPc5XG _bVH"\ׂVFKͷ*;u^CT$ZEAy?ǀJZI4:On!e4F{X aI]L95NƌZyX!Nox ]نM2 $OсÁT4i뇨^̕ܖrK(?K06Hf|R!. Ōv!%/NE/8Raؑj\ W:\\¹dZ/ d1wv-EMU$[qhy&>Zb,%og $ZIbcJ,[ֽ.U;%] /ɼD']5-}+i"5W}agMHY"ͦ#5.} RX-Ny,DrJdxX[U&:/v;Pd@wA)`)@^]8^λ+<-RwI97F ̗}NdDAH@:`nEg,LZ.S5_ !uʐ ViNXrݾ+Yrl,\(ϯ+:"P-%z淄nPr(r8,Iq΄gY<`@4E;Ot.& k֏"Ue&{|tjS30)a3˖ ~/- 8pmhbDɤ#w~UAHC.K߅.C pǯTȓh(*j-- Hwc[IiD0M& X6MSIcәҘrOK4<U1K=&U4[e{fڔ!9ҳèRwtwUT k<ǀj\Y6El3 WV'=b<1jw ,ѦLxwxv<̝vkXPu~r?Am D,<[%~?k y{@~_X;YGhWPIUp,vJcxk=^\&fHeKh";߱l+G+)/YMxه&]E&7eϬ[ЧcnR?en"ah^$<Vӽ0b/qme UiY`?e5u%RZX)]H).(R0f+YJȜa# yӨZfZw?XϙTx4:*>TN6T@ś=C<'5DS9? Ч#ix\Lƭ}P?޲M|^%aWt>Z/G5!O~+ 3Llnŭ8akshZtƥQlnf!Xǹ>z,JcW$436~ZI8-w1b2^jw ]=}k o'K`V%"";0/2AY;ܖ/B_Og}rA vPy4-|Wl ֤C3Q uhaq…6'%cQ~*(7 ix 3 ٴpD$ts&3d܌D? jF T`iR}A93uybTzG|MYYiMC97anN`&dOE *0 b0c*JƓ5܆D ՜ A`˅l׈z.qhҳT&Ypo]Q 14J*%(./-&Ap1n? .--pJl_6p5:`υr>bsOc(NjC4KK8wL":|!2xd#k๸vLNJ5ՕR8 K}Q4sB1"ԡy ԉ(3m1*P8:ORBg * e|bJFOr'{<9 `sgK.ۛK^gplZJ°PRbSx므\f/jVVL=ŷd&.ėxtt «;( J0YR uOj2e랞sba+}XX$2~w ']9κq2Q?(َ<vo2'ZSwDkҹ jZm19-u0{o5;/U9Jsl0/JU#t$7uT/QQŷUzD*J0ewM$l xrX$Q\?w@epe?4z2 8K pҚHLq#YLׂl(45bTy9#,80I`Op[Վ>F5h>pʖ6-KI -"-P8s<X`OwWO{G- CK9sHr"3%f)8pG XJTy~YI{(^ c1ոuφhsra YZ