monitoring-plugins-dig-2.2-3.6.4 >  A _&p9|.aKW)@~JyrgYêF_)Vy7'e+k-XD0ANopUU<], nH],V)ULv8-C9k|dnГM[T aO+$g`iђ0AlYfA[$|B r Ѱ5i3 uO7m_Gۍʚx{X>pA)?)d # < 7=HP T X `  < ` < (]8d9:|B%F%G%H%I%X%Y%Z&[&\&]&^&"b&Lc&d'ze'f'l'u'v'w(x(y(z(((()Cmonitoring-plugins-dig2.23.6.4Test DNS service via digThis plugin test the DNS service on the specified host using dig._sangiovesepSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxppc64lepA__a8162b28cb6a707bd4c3bf1ae53577c100c2167d7cd49804f80db83c85eb820erootrootrootrootmonitoring-plugins-2.2-3.6.4.src.rpmmonitoring-plugins-digmonitoring-plugins-dig(ppc-64)nagios-plugins-dig@@@@    /usr/bin/diglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1__[@\@\ \}\@\&@[@[m~@ZYܶ@YX@Yg`Y.X@X@Xx@V͛@V.V U@UUTT@ro@suse.dero@suse.desuse-beta@cboltz.dero@suse.deopensuse@dstoecker.dero@suse.delars@linux-schulserver.dero@suse.dekstreitova@suse.comlars@linux-schulserver.dero@suse.deolaf@aepfle.dejengelh@inai.dero@suse.dero@suse.delars@linux-schulserver.dero@suse.delars@linux-schulserver.demardnh@gmx.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- add patch monitoring-plugins-check_swap-fix-n.patch check_swap fix behaviour for "-n" if 0 free swap is left from git commit 6995b510759cf531d70745b7d0c6e8a0d9010b06 (bug#1175828) - updated context in monitoring-plugins-wrong_return_in_check_swap.patch- apply check_ping_fix_ip4.patch only for suse_version >= 1500 sle12/leap42 ping does not know the -4 parameter (boo#1132903)- update AppArmor profiles for usrMerge (related to boo#1132350) - grep in check_cups - ps in check_procs and check_procs.sle15- update usr.lib.nagios.plugins.check_procs to bash in /usr- support IPv4 ping for dual stacked host again: check_ping_fix_ip4.patch- update usr.lib.nagios.plugins.check_procs again for >= sle15 case so that ptrace is allowed (boo#1133107)- add /etc/nrpe.d/*.cfg snipplets for + nrpe-check_load => check_load + nrpe-check_mailq => check_mailq + nrpe-check_ntp_time => check_ntp_time + nrpe-check_swap => check_swap + nrpe-check_total_procs => check_procs + nrpe-check_zombie_procs => check_procs + nrpe-check_users => check_users + nrpe-check_mysql => check_mysql + nrpe-check_proc_cron => check_procs + nrpe-check_partition => check_disk + nrpe-check_ups => check_ups - use %%license macro on newer versions- copy usr.lib.nagios.plugins.check_procs as usr.lib.nagios.plugins.check_procs.sle15 and use that for sle15 and above. "ptrace" to enable ptrace globally is needed here.- add monitoring-plugins-2.2-mariadb_102_build_fix.patch to fix build with MariaDB 10.2 (in our case the build with libmariadb library from the mariadb-connector-c package) * upstream commit d6bd787123aa9ccd96edec8286ec22dd0442c620- replace "ptrace" with "capability sys_ptrace" in usr.lib.nagios.plugins.check_procs apparmor profile to avoid errors on SLE-11- add "ptrace" to usr.lib.nagios.plugins.check_procs apparmor profile- Remove unused gnutls from buildrequires- Replace %__-type macro indirections. Drop %clean, replace - exec \; by -exec +.- disable requires for apparmor on non-suse for now- adapt buildrequires for centos - enclose all permissions handling with if suse_version - wrap recommends with if suse_version - disable radius check (no freeradius-client-devel rpm found)- update to 2.2: Enhancements + The check_http -S/--ssl option now accepts the arguments 1.1 and 1.2 to force TLSv1.1 and TLSv1.2 connections, respectively + The check_http -S/--ssl option now allows for specifying the desired protocol with a + suffix to also accept newer versions + Let check_http check HTTPS web sites via proxies + check_http: add timeout to performance data as max value + check_http: report certificate expiry date in UTC + check_snmp: add IPv6 support + check_snmp's performance data now also includes warning/ critical thresholds + New check_snmp -N option to specify SNMPv3 context name + Let check_smtp's -D option imply -S + Let check_smtp's -e option match against the full SMTP response + check_dig: expected response is now case-insensitive + New check_mailq -s option which tells the plugin to use sudo(8) + New check_nt -l parameters: seconds|minutes|hours|days + New -W/-C option for check_ldap to check number of entries + check_users: add support for range thresholds + check_fping now auto-detects IPv6 addresses + check_radius now supports the radcli library + Support OpenSSL 1.1 Fixes + check_http: fix host header port handling + Let check_real terminate lines with CRLF when talking to the server, as mandated by RFC 2326 + Fix check_procs on HP-UX + check_smtp's -e/--expect option can now be combined with -S/--starttls + Fix incorrect performance data thresholds emitted by check_ups + Don't let check_procs miss some processes on busy Solaris systems Warnings + The format of the performance data emitted by check_mrtgtraf has been changed to comply with the development guidelines + check_ssh now returns CRITICAL for protocol/version errors + If a plugin is invoked with -h/--help or -V/--version, the exit status is now UNKNOWN + The superseeded check_ntp.pl was removed, please use check_ntp_peer or check_ntp_time instead - refreshed patches - removed monitoring-plugins.check_snmp.snmpv3-context.patch: included upstream- usr.lib.nagios.plugins.check_disk: include abstractions/nameservice to be able to check nfs mounts- remove monitoring-plugins-postgresql.patch : fixed upstream - remove monitoring-plugins.negate.validate_arguments.patch : fixed upstream - add patch comments to spec file as requested by rpmlint - rebase all patches to current code stream- update to 2.1.2: ENHANCEMENTS + check_snmp's performance data now also includes warning/critical thresholds + New check_snmp "-N" option to specify SNMPv3 context name + New check_nt "-l" parameters: seconds|minutes|hours|days + New check_mailq -s option which tells the plugin to use sudo(8) + New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) + The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" to force TLSv1.1 and TLSv1.2 connections, respectively + The check_http -S/--ssl option now allows for specifying the desired protocol with a "+" suffix to also accept newer versions FIXES + Let check_real terminate lines with CRLF when talking to the server, as mandated by 2326 + Fix check_procs on HP-UX + check_smtp's -e/--expect option can now be combined with -S/--starttls + Fix incorrect performance data thresholds emitted by check_ups WARNINGS + The format of the performance data emitted by check_mrtgtraf has been changed to comply with the development guidelines + check_ssh now returns CRITICAL for protocol/version errors + If a plugin is invoked with -h/--help or -V/--version, the exit status is now UNKNOWN + The superseded check_ntp.pl was removed, please use check_ntp_peer or check_ntp_time instead - use source url- fix wrong requires for monitoring-plugins-dbi* packages (fixes bnc #914486)- add apparmor profiles for the following checks: + check_disk + check_load + check_procs + check_swap + check_users- add a note about permissions for the extra-opts file in README- use the check_ircd script as submitted via GitHub- update to 2.1.1: FIXES + Fix check_ntp's jitter checking + Fix check_ntp's handling of invalid server responses + Fix check_apt's handling of invalid regular expressions + Fix check_real's server response processing + Fix backslash escaping in check_tcp's --help output + Fix check_jabber to work with Openfire servers + Fix check_oracle bad string matching when testing TNS server + Fixed check_ifstatus performance data output + Fixed expire time output for sslutils + check_dns now verifies if the answer is returning from the queried server + Fix check_by_ssh to accept --hostname as argument ENHANCEMENTS + New check_hpjd -p option for port specification (abrist) + New ./configure --with-qmail-qstat-command option to specify the path to qmail-qstat(8) + New check_ifstatus -n option to ignore interfaces by name + check_ntp_peer has now specific state output for each metric + New check_mysql -n option to ignore authentication failures + Added IP and port or socket name to error messages + New check_ntp_time -o option to add expected offset + check_disk shows now troubled partions in verbose mode + check_dig has now support for drill and dig + check_dig has now support for -6 option + Add performance data to check_file_age - removed upstreamed patches: + monitoring-plugins-1.4.14-ntpd.patch + plugins.negate.validate_arguments.patch + monitoring-plugins.check_ntp.c-64bit-portability-issue.patch - adapted monitoring-plugins-1.4.14-check_log.patch to new version: + monitoring-plugins-2.1.1-check_logfile.patch - added the following new patch: + monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch - refreshed the other patches - ran spec-cleaner - require portmap on older distributions for building instead of rpcbind - newer openSUSE versions use rsyslog: require virtual syslog package for buildnagios-plugins-digsangiovese 16051068892.2-3.6.42.2-3.6.42.2 1.5pluginscheck_dig/usr/lib/nagios//usr/lib/nagios/plugins/-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:17067/SUSE_SLE-15_Update/39503b99eb9ba982dbd03ff59157b168-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b954562c221b7d1c37d72ff207e52f6b3be9b02c, for GNU/Linux 3.10.0, strippedRRRRb 0 E~hNutf-845ea7eafaffd2444070b0c1121c2276cf9bb52cbf5de4e6a47734db83c7c8153?7zXZ !t/_s] crt:bLL 8_ZJ(W Z(zF[;O)h# ?4M F5]{Xcn/{F~Q!OxV􇌾˴uQ# Op 5L)JFD ~9jcK6-"-ΪMك*\^ Hd3*t 0J~+bYJ$oi ާ#1$2yh-6f iFq-ƕSNG..#"{SBA5v֦4򵟄ǪCIVj }U .d8e=jwndj2ƠAvNj2- FkJ@~>5WRjֽ>6Bz!4DeÖ-xI]G FЍ_\EB U#u;9G§ spQ/jłUW] XBONa),da~cڷ;T{yrg&ĥ4|!?"%G=^=@*kA,& Vd ߌ~9*/+~m]ӖcUT$Yesi̫yۻ%Y#1'`z^ ťEJItm*kĒb |[&# 1u,+qkI})'Sk@cRo!vFcb ^#Zf!FXOj w4"jQm_ݛ@W|\&Qq"(L(]M#/QtQis)ݬ" }& ~ Z\%38 qRe^Fpždnz%&v5,y/5!ъnCFe9O*lԛQ.D'#|V畸ӃgFx2C;;֝i|ڹJZN]j@Z>1NΘ=E_S טgDٷEkg{IQeP٠t]JOjwB.#:iS oc,ћ)P>hcayROy{ַU@GG =uc}1|\Dͅ5 TԾj)n0G5~Rl7v|zqM!x¿hET&f$sx@Hz_Tm3{;0IYy?S-`}'&^CH{|T"ts<~-!c[Hx-Pp}wXCOxo,c$.s5уKxۻdYPJɗi2ilEF1`*r+dO^]7gka'40z Y T҉TmHNuXXgj_6SmQM ZI.S_OE 'zN] Ygz蜇;V]]] ט L5 warO5wయ~gYl>$V:zJ}T! XYBRJ@]$=€{h4O<]H%/5/مoQ9@`z̜f0䊢{c |&ijw_dI[?!RcPy$SAvY;X!Ps2zL%"sۢ"McgZ'כWR“ֳےȪ_0 (u:vS L,@EpHGne];.&'Bz1_VZA U %*ݸnQxZ*bMM.?L er5t}QWm3V; bɊ2A7e}y`_Er:}CiMeƍg6ȧe7Ч&ʉ/5 00RQw_D};_Lׁ/+"$PxV(|RW f)25UF9I64/zF 2(e7T(0! #5|xՂ(jOR]&̹`F-2Qrr{11Hx0zLRоXPPMafۊ.Q;A`UP"C j ~|fAAҀ]}WיQ+@ D4M',ؾ %hHXt?@1ߗN;+W7 Z9\ TmX֟1cW?@iO͎}2-[@?ȪM8J1? ̘z|pW1E,nj络= _PٙS5߉IEr* D,܂ bשPОwN, 0[bƫRdslL=H & Hb#ุ]7r WxcVeT^.['%^ډCy2`fe 5!L(FP^v$G fg#0Ym ?:D=ݼ+9@b]Ee-o$w,[z?9׵!*{|#}A2bhwuq,e_.<s^:kiذDbo%{~7m{HEP.ж]_6ϓ.-4U{8Ի,u=Du-^%T/VX0r𺖍jg 0V_T09}D +-b~ pD`o+@9% IW 9--D0%1McHbkyWn2NށPzT:uw׉?ܽ`BLjH7CF-0)Zǎ )/%PZ${\8 npyHZ7R:GBr͇BX:[/GɪB؃'~)Ys q:N"ZyV=!>ċ`.fm)7At f ^]O4Bn2 3c+wNdkY'/}'2@سZIt3O=Rh-?WY6dpj''Cnt3 cMwSdò),G 8l"*̅t.1sSE!x~UQz*VGX:G3yrwp=10ga~(V6=r"MxΚ}rM-Z//CmDWCY DT?2»%Rq`Xq>`L?Ϲ% g!T.Di[Qk[ZB2j( /n-|lCmZ( /Ƚ8|R聫&,Vpz}2 n>D FbV^Y#v5?fNC]hx}lYV!޶~!$[{vȾ wm3dM=b ' NᮛYM"3O/rC9FC \95gG8`PX=Rbq_\}"GY\߀EQa?EҊŅR"P> ދI@x$N"z@e-!&-"0r_ Hr#dŢoG Dn}Pnj` lQ6ݬ weMj-i6oWyU}N/ޟhv~h\]j{qhKvf-$,P:}+@idpu 0Y8p?T uӼ b;m'v_`iu!%y|(3T4vԣy(6Y3xyAܝUA/$9@"7%:cYn&Xn0TRtyݘJ]־̗JCEQnVVrn lc}LzS:Er2_?] yplaXi} Pp5-3 'FK?Ș!p͟!{~W-o ?[H*_;|n2IpL$wC$>e1EA5f O%P@=;pPkw_jQdXCi:run'KBu ?A1*a>L4Dj9y_#+շZI!t!6ڰHʗF+ݡ`H5Ԕ$ٽxgVk}x%Z>'L]}-$u=lXSNEM=nfI@l9 :~{s>[a U''3 Ԃ%V'' xO O_EKe}մfPx8VF+-dSZFSѫg8-;y9@6Ϭ5 s/̭3F0V^3ߕ 'ԇe3cbA+4ꉶXfp9oB* s,gɇ%CJgˡOUVx_fi(,(!FnHDk_\`G,oBkp8gxfw<`(yq~r?gѤ8P9}qvz4A$)c*5 t)WEk R0 ^sF*R}<"촐CVp$S>[Htɖ=M]@-Rp2'KHQۖ$W `N~R˥U:rI/Sc98Xw+- =[?\}uِ$F/eąZb9ڀqqu~~0mܲ]P2,?pwae/ƙ;=kl|7~C>hJ8YRVQL>n}b1y8џdVykS;Ƽe͢$1Ra!#& >60 MVJkT(EU7q2p8c>?lYuC ;W[ J`1؍@79HaRnx `braiZ(),*BP. #Ch܌|ȕ$x "4(` l yh'QM֬ve?6/xFWFTi/r_(}1JdڐbQ3SB+%7ΉsM|< ;bKcJPsà^<RQ^sW)xN䓐,LNuv~Á4(`f",FMWpsB%$STrC 9Icm~2Ex`Q1%*%gBU+hz_eo^ǫuy$'3[~*uxS%E<$On*^T LrgY\0"V 22J+_ѝ!o{OW͂?oEFnчǙKy܅cFCq1w6(Zm0"å >;#B j ɖX]7$n!"](M;)8(r5e Ɔے`Pٖ0׃G-O;0[wӟŽNzC4TmдAqϛ[1ӽ擎*(\ЃꭣU%,0ߟ=}<ŨGLB+>dbykCr 1nWqLhMq }, P5 7\J ,,HQ@d6{HɇI&6شj2k\gy-Xd5M8xf'Nq.Sb*:%81O ʮ@t簳Y4Ry-&O? ' 7;>󗔆ICkvlŶⲌ9j2WtQV5qnH^ٶhH]AV6>+t08,߶vawVc1cRUĒDOS8AC.lAIÝťDKt<lc]k,yRxmt?nW.gAN845 !N--@s-:@Z`j|V-,Ge\~%їd@Se q yZ7 .Sa.J'L>FZ YfuDZu%_l4E2/I&aV:'QIh1@& (^L!UdGW-YxfE9S6l\0xHnbc} ^#a-6O]O:i*  F %47Z6YjtS Z,<]|!zF3RnB7vHu`V*3#8 Xks7Zg8VDNX9'GM r>51YikEJO+Hǿ@ٻ2 X>>j0AyS=\ A2_JOvhLx&$ .~W>%ZK{sf5CnY=Yuۧ. [v}CY#h 0tk >VTɜi6vIlBb!Nf8z{ .B<Ԗ{c/yʹ`l@`^13;jyY -y kB q'ZC8u2ϖ0Qwؠ?|(bifˢVs@yŗC u}A852 r*ermw(xE[z2(vX17*U Ϝ5c3i.^:BLL1-1KAvk99Kó$!(>LVUg=aNE& 5!E#WX2rO7rs9,Mc4LK+jAS8C3ٹ*ݷUCtH%*YII#xvU\]ߐ9$ĵwNv2@Lt}v%Nʼ6:^I8]SZsBJߑLJKi6a_:G{)ސRR^>ư6]RQP1FڵLN/p!Tn~-QgC]| [qJFlό]'-IcTuͨF ͨDAezN.ueS< wٺ*b aQh+Vp#C>ͼ+E?$ ~@*}KYw6*K{:^9i<١cĄc7K?P^H!!H^\t1gf UfHS$I]2O^mfB-q s̉n)0܆ܸmᗛԅOiT>FT_g/%y*7pbp&@IH[mI '\.-}{F@p1;ာXf =vCtHj?wjY h+!6US|pv} Ƭe{/ Ħ!8(j- *>h<ފ!";U#B&5$*ήf6zk1  AMd"7{#71Ed.su疊CvLJ `#ŽS<*2ՠ|zR{F|>+5#xU5 xlvo`.ۨ]Sթ /1*M$rX1Je%< 4:7XAq˲tdYɒ_? +fиWb/K^Dͻt&L7"+Jꆖ5ʸD *ܿ]R݌ȧB·H%@;Or.$yt$]QZ~uk=`g9m*wEiF"彅Bt ?IP(i,8ieKZz+&Wjܶ CAg k|.GN3-O&KK^t3 WŠɛX 4_)Pdw,]TE_~G{R}Pb2xȘieyl*rrPcL%3 \qOdeCLC kn露'nPqa 8nAQ i;@bU)K \NC:KTG)z]s hK}e$ppȎ$A_%Փd \#YqGLԨe p+9xgkжþMb:K%Y)ѿ&Wt 峻,^wP$[bz`ލmހb%yX!h`ݘNTE?=}2GN)#z+2Ck~VJvm!`wg U^b .d.xXc-D9~+?؟fC A߾u:GvU:R AE\Ht]Zac)Kڝ[k&g{dZgb J &t.&MeRvB1wؙ;Cᖲ[E=W)M1!V\ ?g++&SuNϘS6%c@SDAn=Ti?P掚힂79G#tQ>gH"C|)]%p]bh{'y>!>0{ф{Y1#Ծo}|@8uO곛{KL6g-.A#d֏Tqt3(Z 9=hKG_<_a*5[G6m3 R4J%nwN4i!ȀC$00\2}'>PWņa@n q |\6Q#z:*H'Mz\SNȂdJƈDf䰛;7,qA4.d"3T'7ŔaTC"+B~D6 ;$ImZ$0+"7[PQj/3%Nae 7p6=T_8.ꇨB]wXbi}{Dݔ3EU\,JP'ᥟPBߚ97SnGpiqL$XWk3Ƭ\L}#+v);=ݹ/dz H"V"w^+(pC)ȸTZ80t vO@{^qzJPi:CK'7IScjۂ"-̐9RCRFk5+aRQ9ĴaB\4"!iܹFng zE##n(_rHjiH;)L7aOY!LW!])2Ռ&3WLsf8Ё NR}ngig f-ɜ]sEg]q}mY w,qeu*х$gַma"URƤuUzÜT;K7ͺDX' B0^qDjA9;Lzȃ%}u zP i%nG:jjYsH-NcN@"fE u?#\q~#eCL_Z6h`^Z2֮B˘&3d,^-{bF%}ŭ%;}CJ(H*GH^4v pKae 1Y*OMG=,@bYw F?C4h{Eh'fkZYX)U<' R zLh&6`*_UZATclH) Ewi3+Z~7w{V$x:lܡm_& 1 #juu !>-c;=o"4y_U7ʫ۷3xvA-i;,M!90uۧyT-䛠4 \mx?\knO7dBuUrϢB@çA!MCoIwV)GOAMעEˋO֨nk~! !%kaOP$[+ZߵU R)RBgTpwK4/=ALdBldD+ L 9n Mf+bYWx- nEj1uGedk,9: .KH#Os"\>Ϣ0Cf/2jU@lͩ$+H 2ho~xxE۰ y&\>\|U,:D…#dul4Sˏyʲty"zkS5_2( xE|<~]\-X2zEρ _gZ'KU6 Xk?BUƍHl Dni@BJgt]Y )Q1 ?ڌ`sxC@ {YjT+8 C S݇gaњ]=2c~Ǎ⊜3p%Ҽ P{ [xPsQ_1lp߻K&{ʴ3I$!^ X0Eh> Nku%DIWԾhd xx]iê:wK Jd*IqҞd9ОV;YEXi><ՆW7?7Yziԁ]lN?ϰ =+2Q.}ͣ,"@J#`%cPI5_׈e$x+"" a=9t3 &>ryxxV= )Zد)o8{k/SfMNZד?k b;Ɋz7υoPT5%4. z J: 8ٞ(U`;]=3۴(~3k՜Es |6{e:xsΙAcΣ]kj&%ꓫhU{J@m5PƲ?[2^M={LIowkiCzl"#E͖p- )vx;m/Q2|Z -ك-6n0+8rF"/[}fԖH4rU{G0q2kH-gNj!m{ vs4Ym *벛&ǟhLޅ`comY;8c=7ݒPۅTA@sUUOumOk,@BR&4"XejMcp7SLZ,2af9z/!~F}| k䙫?rҊ߼F̔=Yrɂ8*sAr-Z`|l35f@I(.I#SI*w^_q.xo y 5:/I{. mZN&$D(͡w@p;P%f5$0Ѥemz,gؾZ6 ݰA7PoUV\j1-sȴzm>kEMWyIZ6-(wq!^?ļe蹱U^$T '܀6loG-HSfS|媶Z=X&zbAl9(|MifAY ﶲ ?3uM:E>QcD",[:4bMXEKRoG$ievQ2?,#V +jL+6+f e#q Ü|Lę⚠6Gv_"^)j]e>boLX[%I l6~0% 04{+=(&Ʈja|}4_-@4=3L&#|aw-Ѭ29(LLe(ab!@<:9S0ߓ7>/Q4VF5tڌSQg BG;>m$e֏1s-{תI0>CWnrP;ϑw!WSbJld߷ܺ}kN& M aE?ovΗlv/nM_et8h?\4 @_)-RxclL3bsqNu8D3EWc^Bc稶NZ>>(j@LlS_%vDZY'G#@wX7@9Fv99;lqA{Dni e_xl)[4` >; =EZ5I4PӢj.KpQHqy/$ioLii`cX_VK5-Ns+`ZD pqSA< 9lJ{NbDLOԜ2( !2ӟsY&NYDYgsg PϪޮ#CЪGzI(>1kp۩4pljxl1q[vFŐ)`߇/phwj'|+!v}p/ԬmK^Y*bg<3rܳpI8ndrmExjQ2K/T}kYOz 5 gC:}gX݂&@ⴖ{ScOj$ull]I3w*r18S[>:?º%K3P:4BrqpjR>ַ\ (?.su1I='kۭ) m.lB1/LXHHAtEhA19}]*q!/Cjtu(/V@xg}b~ QUf+k#`Љ!+_D < ٭+Wqpơ=>kÊ;{o4jICy||/M -?Vmɐ';C\Bx8!,[A1: lI LeE-b_ҤfPchvj6ݩ/=&ZB=lv[ C2^K!98C|0D WC2,:(u*(xJO?4OWҶ0ҾZT;푦RfF^LM:Fn8R1w}*R"|aݟr7g1Ʒ;nn_+?m>T^ϑͻ#^Ƈ\R:ny3!^_2vsծVrTYuEVZQ5IiVŧY%5; $0nu5nc 6JV;ދ1<0v~rtԥ뜩ǹ߿dϤZw6HHE* ;R,PJegNSn~f) ݭ>Xt j$Մ i$%~X7VX2QsH{!37{fmЅYqP'wdqf|o@G%@,9Q Cm$ܘgXi BgQc%&Ɏ5(*MN[Ji@lowu!ٕ11 u<WϬ N]Z6)l6]h9 __C^s уǑUO yN&ɼtC\:,:ޅ Θ<ݽJ :JH#gx>+(zt~1 S~ 7OMjuz]:(?*_IrVőooNA/wv k-xI 4 ;`9A\n'`Rz +0]rz 5R -Eb&if|?gWo_E PXK~% yv TD][~i$js <'%;|9"Ep_ רܤSeT\bƍ ᭼p񐼲zR tg{6flvf1WS\QLG|\ 2n#['9fןO%alaǾ%!9t%vYy%8컟UW?{7˫@Y /<#;:hח/S1y )ud1\Arz˥ &y|, (0xl G4%IZԌw?/8ɯpǵL-Gܕ]NAˀP%8-~DUSAӞs )H A;A/];.MmNfzeqxҖ72@n6^e~IPUAzdM^qE!Ƿz }kJHSиn$#ra5}{7I'?iGhKazS<Ɏ@"nYM]UՄOݤ*NQTw qbdP*ٰGo23n,aѬDmMLoWnm$C8ʟzA |{g/< c:yjƇZ;a'Wl§|Lϭm7XOBN{~-7ہRcD[iS70^h%wǞC63 I,9\ZW:H"F`n @K)eW4:I{&n^J#]i" <2 ]myI\'bFNHiZ?Ja߿|ޓ*F|NsgtdO7mxsxɬ[D͠Ed"x[Q=suhy6yD~R~,aqFOi?$n;5^Z|֘J ];orw=u^%Op#9D)LU26k5*_vwAңk!Nn/kvǽmЭp}'Grccp&aF 17u%9 Z;V*jBBr7~dN)< Gx_b#Z(4)VAD2bce;w)1.OP[x\~Hc>.@ 뎟?GifSrA`5)lD7S3T/ҿM2Ow>xhzb $cs/7A a}P=D5g:kasDd&)WYOvIʶv@䇄i%f#3p 8 YwHm-Z#= f4@.$NnR2Cվj3%I,q9-oir՚UaGFxxa]ZXcK@p(2٬ߙglAV6 ib%FnE/R1 *M&Vynoo]M\gb h51̍h'qU2'Izv]QڢCX[#HӆgEs[ǎ nc^9$\\](,kcs[^3TEd+;2e*`M3sfX,mT1PpС'DR_ta3y1^ aՋ9[QgS2]ԟo{cN_[uW%mT$%u#(@G;TWE S^*iqI|k|yM<_T R0ѝ 7wN|%;K?--6O7`΋kӝW+QŒv wJ1&nRVhSQ9[I|7ҺONrCEiylQ-I~Ǖl/>M2Y6r336H/GQF]hmIU5YJ z2S)#Ç]E R_9I=nI3wX@eIOQU˝jW -V/j 66f]T69&EMJFq{ #Ze~"O)0_jw̡tl7ȼ>iUa_%f3gP 45a<NTcvq6I ;A'{£XrC'ʮO.m+X~Q* 2(4qE@4 +@!i39my"=qD;]0F}Y"؏[XR"^};N)#SAjIՙxzq?zLIݲͩF&pC]A7f{T~S}n٪0O\v6ɗ?`/~0lP njWH>_;Yw{<+g'[+_ݳ%z-ؑ$mzn}5 (%WMDlA4oE3m>@z5l5wMzM,ϸ],Z->^ALnkjov~2¦r S$aiư?-= GX.6 lxaTܥ5H =2 K%mB2+慗zk| D'y^<a)3YM 6&4: W|y Ċ+?ͳssi[;vr4XF݇a>Skȯʨ h̝0軈ėVX'ҡz0[iɗwtNgŮP( t18ID軎[Se>T M r;sOd1(z{89:8Aub~'zz71. bk5JM\, ¦ǢSaNlדI:f@Ι_*Í3r9Kei'M|VOR~F[smSEuAZJDδPP_ڱ<̻CךD~,6oy)]^{[[&Ns[ NX "~dKM8J1lIa$FtB *Z!8WY rB;Y@z':VM倿ݭ\˄๬ yjhg$#ZMzyzR` ?avs~s YZ