monitoring-plugins-mrtg-2.3.1-150000.3.11.1 >  A c!p9|@WT0.6/!):cBy conspicuously * check_curl: fixed help, usage and errors for TLS 1.3 * check_curl: fixed a potential buffer overflow in url buffer * check_dns: split multiple IP addresses passed in one -a argument * check_curl: added string_statuscode function for printing HTTP/1.1 and HTTP/2 correctly * check_curl: fix crash if http header contains leading spaces * check_curl: display a specific human-readable error message where possible * check_pgsql: Using snprintf which honors the buffers size and guarantees null termination. * check_snmp: put the "c" (to mark a counter) after the perfdata value * check_http: Increase regexp limit * check_http: make -C obvious * check_curl: Increase regexp limit (to 1024 as in check_http) * check_curl: make -C obvious (from check_http) - refreshed patches: + monitoring-plugins-1.4.6-no_chown.patch + monitoring-plugins-2.1.1-check_logfile.patch + monitoring-plugins-2.2-mariadb_102_build_fix.patch + monitoring-plugins-2.3-check_ntp_perf_absolute.patch + monitoring-plugins-too_few_arguments_for_check_disk.patch + monitoring-plugins-wrong_return_in_check_swap.patch + monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch + monitoring-plugins.check_snmp.arrayaddress.patch - add sha1 checksum file as source- Update to 2.3 (final): Enhancements * check_dns: allow 'expected address' (-a) to be specified in CIDR notation (IPv4 only). * check_dns: allow for IPv6 RDNS * check_dns: Accept CIDR * check_dns: allow unsorted addresses * check_dns: allow forcing complete match of all addresses * check_apt: add --only-critical switch * check_apt: add -l/--list option to print packages * check_file_age: add range checking * check_file_age: enable to test for maximum file size * check_apt: adding packages-warning option * check_load: Adding top consuming processes option * check_http: Adding Proxy-Authorization and extra headers * check_snmp: make calcualtion of timeout value in help output more clear * check_uptime: new plugin for checking uptime to see how long the system is running * check_curl: check_http replacement based on libcurl * check_http: Allow user to specify HTTP method after proxy CONNECT * check_http: Add new flag --show-body/-B to print body * check_cluster: Added data argument validation * check_icmp: Add IPv6 support * check_icmp: Automatically detect IP protocol * check_icmp: emit error if multiple protocol version * check_disk: add support to display inodes usage in perfdata * check_hpjd: Added -D option to disable warning on 'out of paper' * check_http: support the --show-body/-B flag when --expect is used * check_mysql: allow mariadbclient to be used * check_tcp: add --sni * check_dns: detect unreachable dns service in nslookup output Fixes * Fix regression where check_dhcp was rereading response in a tight loop * check_dns: fix error detection on sles nslookup * check_disk_smb: fix timeout issue * check_swap: repaired -n behaviour * check_icmp: Correctly set address_family on lookup * check_icmp: Do not overwrite -4,-6 on lookup * check_smtp: initializes n before it is used * check_dns: fix typo in parameter description * check_by_ssh: fix child process leak on timeouts * check_mysql: Allow sockets to be specified to -H * check_procs: improve command examples for 'at least' processes * check_disk: include -P switch in help * check_mailq: restore accidentially removed options- add patch monitoring-plugins-2.3-check_ntp_perf_absolute.patch return ntp offset absolute (as positive value) in performance data since warn and crit are also positive values- Drop check_ping_fix_ip4.patch (obsolete, conflicts with upstream fix)- change version to 2.3~alpha.$date.$commit update to current git as of 20200520T233014.cadac85e changes summarized * detect unreachable dns service in nslookup output * check_curl: host_name may be null * update test parameter according to check_http * check_curl: use CURLOPT_RESOLVE to fix connecting to the right ip * workaround for issue #1550 - better use "ping -4" instead of "ping" if supported * Use size_t instead of int when calling sysctl(3) * check_tcp: add --sni * Fix timeout_interval declarations * check_curl: NSS, parse more date formats from certificate (in - C cert check) * check_curl: more tolerant CN= parsing when checking certificates (hit on Centos 8) * setting no_body to TRUE when we have a HEAD request * some LIBCURL_VERSION checks around HTTP/2 feature * added --http-version option to check_curl to choose HTTP * improved curlhelp_parse_statusline to handle both HTTP/1.x and HTTP/2 * check_curl: updates embedded picohttpparser to newest git version * setting progname of check_curl plugin to check_curl (at least for now) * Allow mariadbclient to be used for check_mysql * fix maxfd being zero * include -P switch in help * check_swap: repaired "-n" behaviour * improve command examples for 'at least' processes * check_mysql: Allow sockets to be specified to -H * Adding packages-warning option to check_apt plugin * Adding print top consuming processes option to check_load * check_snmp: make calcualtion of timeout value in help output more clear * [check_disk] add support to display inodes usage in perfdata * check_by_ssh: fix child process leak on timeouts * check_icmp: Add IPv6 support * check_dns: fix typo in parameter description * Also support the --show-body/-B flag when --expect is used * check_dns: improve support for checking multiple addresses * check_hpjd: Added -D option to disable warning on 'out of paper' * check_icmp: Do not overwrite -4,-6 on lookup * check_icmp: emit error if multiple protocol version * check_icmp: move opts string into a variable * check_cluster.c: Added data argument validation. * check_icmp: Correctly set address_family on lookup * check_icmp: process protocol version args first * check_icmp: Add IPv6 support - monitoring-plugins-1.4.6-no_chown.patch drop hunk for Makefile.in (not present in git) - monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch update context - deleted monitoring-plugins-check_swap-fix-n.patch drop patch, is upstream - drop explicit attr in filelist for check_host and check_rta_multi as they are symlinks to check_icmp - add new subpackage monitoring-plugins-uptime- include upstream fixes for check_swap - add patch monitoring-plugins-check_swap-fix_comment.patch simply fix the plugin name in the comment - monitoring-plugins-check_swap-fix_zero_output.patch improve the output if the swap has zero size - monitoring-plugins-check_swap-return_unknown.patch use unknown exit code for help/version in plugins - 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- monitoring-plugins-mysql should also provide monitoring-plugins-mysql_query - Provide/Obsolete nagios-plugins in old version for better compatibility and to allow dist upgrade (boo#1114483)- 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-mrtgs390zl32 16631515032.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1 1.5pluginscheck_mrtg/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:25929/SUSE_SLE-15_Update/a8d7b73681ac17bf91d753c42ce43888-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d98fde5799ed299a887d858f50b36129c6d7004b, for GNU/Linux 3.2.0, strippedRRRRRRR+5[}mrtgutf-8cb842d905b3800312e5c240fb4c5377942c1e82a674b6c77725fef90e48d5dbf?7zXZ !t/7F] crt:bLL D qOx p6eF`BjɷhXl3'ᑬUXě,o@n5BLz#;)cC{ /IirJ~i9\,ƦK8Cgy5uJ z/ x\`9}br7t—6AwM$N쾡X@|k=gETU=EO[*q3jH s*xpSz  1E j,s)OP $hսai7u־Be'Yҁp!~-̏ḧK.(CQ)zu`\緲 ͞2bpWP!q#󝅫]ᴁ$W ӓn`M,KNe0}oseȢƪ޲mF\+wmk[ +Vj0xvA*"Qn?E^25ߪSbO# |B6S0G ԠWU0߹bks,.-hBw/ͤra5i>xOx;)tX,iꮞ 9ۭPYm'!~˺t9A,n\6q /& ܔ4IwqF,$j9(_u0@ qWpzx}Ʈ,Ԏq쀬 ?nibgx(NyL+V7߁pa/62K7?Zmzv}<-kkdnvj|E +kt{S/OQ^ *i^8GBR!m.<5WpqzjRN͊4*,N,{wXJ,{.i3M^ c"=-\A}Ԓܱ ٳdVX x: z9SgA <nR-G*ɫꩍ]dwa;+ =Ɠd$-z^l@qht赟޼Fk+eTV22B] -_¡\!/BԼ'*WX/ɖ?P.{%^ܴ<<oMn;^q& 4x3;q\C^柜xB`s*vô.¬.O#JbԾ!r׶g?$U~ԃ}m#{![O%Rv0q7b&-[H; {Df*uE8~#LP Z풰=g%ri9^a,0-%mn(\d4(M `\v|e19K.AD֍늜ūZ5uŘ+,rY!ڬj_cc6JP:N : 4.$-> wlD>I+]m~_֝{9;/#fbc~|*0v;252_NClq0 ٤VLo)n]\iЌGq?F1Gch䗴s NICq-47*sUy/cFMU! 5I8+g0>S_y.F8d.v_ u7P%&"Kة{U+jPrIvح NAoT=5dls \/P?Uu: b|LrCHZ&O\%y`Ce Խf^j 5[I0F >gS_43 D#*ADN[7Z]qW%"Evֲ ~oIR#=? OSݮ> /r:%Ê-RKhEaw_1f)DYl-Ή5ԧpdLe)L*(PAK +~) 1(1Zy\4fz:-?` >NOf%:``ܬjh/2oVHێ}&%3xn=D*6/Og,딻`zaoa|{e1_39,-b j+VsYɌ5۰HGIHg+IFB`8u\ y~%Ǘ( ֜{4Iϳ>g!LR4*2 ^4ֲ\+O*XCs|pQ[A GNco۷`9 fvg,.Q,l UraA139JƼ.@Y{,]qP%9џ BPD/遲j@P˾wzG߽kh-Z;[he:H0>NĐ4ڂ-=Y z'YJpL)yzAetR 8u6޽g@QU,n8ٛ^֋w̟Z.n(e)jzJWs,>ŭܙC6Yq!Y`/22Nj1쌭}ڊqVÞdLΎ89.iȁ#VŚUthE;c|jsOISy\2 蘘R6F'WB<`̰R&9T_M,&l2tA$y@F?#(ic+3Gu[u`Zvny5%^ѓVFH%>MB(\  ERȴڭ9R t(BڲA. D[R~Gu%vM!׈L1 [ K@4^h\jfbRESX8V:6]҆ j3)hz}ZemV" mҗeU:\} OmJND0T-,t.ZW.aسȓn0ie__X0^z#P+Dzt=,. &߱hi|Aa])yI$ļ+в7娋{&o^adK:I(C&3\ InQCA!Le}ݔT9*򡨛A|gM0A LbcE0c^̀p]NM2rj.* l%]*R߆I y{‏ a9uIvwm03*8bf *x>-D@mrf`88V5fEq4s7|$ֶ/Ƴؖ6^zbmՃXR`Tߋj2HUI7g7UM=_{jy<s,n]:j-eJ.*1 XȀ|X_%p%<_EД~gV,}zM +ⳝDvHy䃯zuqş=.RW  _&W/ L?P?bt@VcBw^@axv8{2-;Fbp Ưn _AGkE-Z yaCɌvFyF l)wf;I=}3)*˰ؙ)nR;,&kA4=,W $;_Wxj1lЬx)سM;*]^";2ѹE ɚn-^}HzAZy|{paRdtSE^Q-eiفCydWz+<wzEy/QyDHG%}L7J<)[me$WȦ8Yu5,.;c=˵7xS2X8t|єLRNER۽Kܹe "HjZ[ HGC,]}K}*Il-?IaӹzVn{nx p&ZG grlTaOSy'JFҍ2/Ff ~h7JFo_}6`̊u qХR҆jrDYTj/ϭ@G=c2e&{`ꆚFr/!5YE% .I/iîjUgUv  dB cw ӧ'}$s_ e?U*V5q~xfL1(tSl5 ~ ],Kv~ :p.H8zy 7RLO5=:腓~٭ʼnC1zeLuYbׅXaC?zߜ>n=1.Yx\k`nK1 <[6Ry&b2CA78}TTNX >j:Lr v! = Ui0LK˿,AC9YrY.ϳ?_w=:/)\퀱6LVQ[y>f)1kMx^\FMmW~0Qx)\!EA:aH]Pڌʚ1\ӅZi#ҡQ!m&@6sCŇєec#B]f$좎 AjʓE˭S$d8_AT1 M4c!6`C 3ŕ])/#AhJO|?8u7.b';b R-5G#6HЁX"***` | a$ZC| ;?:nu?b Ǵ}pج`KLגwRMH4wKI;U$鍷XTj$#N ]\ F/%}^cWeqNZa^zY+l.ĥ k.Ŷܔy9 "ڸ+4)/+]y-PZd(j"k|s-v1R!1j%nOeqM :^<=)L08,j^#hN~*Ӑ_:qc tu{UA( AKiP""ʊXM Qmn2}mBtdDl,.=B9Sm-:|OGڴs*dگ֊-1y^hr+vgT!|2h!A+v}a0o 6 [(NK^&{$7p3 j|4[^W:N:&a6WpLaja3}os('Q4wkUUW!nHՕ;xFEcˋfK/UO@_g) (a"L&"~joghGxN4q2aŌܪb4_ _)^< #Ju0Yu"m炑xNb :^;DXQSy] If@f(g Cp*J3R0nfk2#=]qa/#us?C6_I=hKszՀŏ#lPh'gO!k4G+y;7/v fnỔ|Z Lg%kϢ@:iu@XYy~_x1tDK#UM~Wcd4Kc~|SC#Ϳ|.TfwmC?/Qd}2`[(awU氚)ϐ;.޴Xpko徺whî(khIo{"IeébCl:360wu&~0d0,RK.!x3K\JE\Hk8dGξ#HϠHjq–[wG.0AVGS&y[F* ^'8Ʃ+Z{li8F.l=$ͪS-ݠߚBz );el@0!+U YxxD iH )|MPoBJ35Kƴ/ qnGQJ$>~v_%NoKqks&ɴWО,G9G+=o&O? &D7$Kʆ%L69@r%f`EYJX+q_c3i9L/N l r*oj&d\4y<ڳ[n[0"E J)C*s3_HANZg[X! 'GJ) :Eq.9LF[j3q{z& Xl:>F{&yƲ9 %)ptʎ2](҆\{/9׶Qi4KD _ Tyu3[gaI_8%ľ*"-52NJ*nfv<\(#ɹJę:8+"N" hENo9~s T p%ӗUh' 0#?̳X, 0>zರ\W_bЍ3!Xd-ַ"o0EoHT~vfZ/; VybEP]}[#\A|B#+Fj/ޓ ,hĆn>0j41@xTs&(\ACX,`B!e8C ]#OZ[|?6ZGM^Q#(EpnEom]8%fW{hVW5Ű9~lqɉۧOgrҋq3mM]zjˍR*%&9SyP91rI)PIwT=@vI-|gV7pGדĒoJ#e˽XiR:@.Rc`wr?F(bb^/M~FWgjƦ@.찑HȮ$언^A#r!+@3ajibDyMLmf>:DŽ@3Us9=}sI=gpFc{@ޖ8I ;!P0)Og+6n7^?pK( JQsbKHHaV'F(p.Ŵz7h╳ aI/@,jETncwVJj xT._ ȵ]*&C28Dn5I E>/e u[" 'z}\H =kً(:לg5|;^7s=5"jX~ѠNPVQ}1k̬Sw?co|g{e]w#G9t1VuH͢@t$U,qA]%p`"[s赇\q8e9 it sC̐$C+8ۧmF46dd _ ;wTqHc@~oqCVyVm Xs uZc⑆TBa=b {Zs,啇"<@FoMG%1jUEF㗩>k:b䆘c:V`>ԗL77̨cY2J菨@eS›<fڃ1%_q?]t1gzk-l0Tq*'Eq%YyRmȕOҸL,-}Cƾ#V) %!Š UݯqϐVwwYMРKjhO"N4qyUO Ԓ Ox&Y%CP}DUl׺&_P(áD%FpApgKUXy@N&~\C?pJ Gq -*{sn^s+*rrby_f˦iϫmglP <)\I_^V(>q3Nw{03g1A+GO` ALM5V8 {<Ĉ@ꧤ]z0ّ >U+De=$t6AՓu>{'ބӓ">q2oj @=Hԝnx_ t7•=M6N҄7oFdjWm)/$󨾀 =ALLL i ~5$ C9a"3ʌrt u( TQr Cȴ  T, JwfJT%;u#B//KF!n#B` K;{k~@,=z{VDЉN&}u^혨fSA7&#~'+U@3Gڝ訡Z(V%]MUUyd~Xj *M񟿔?A&R慄G׸&iٚP:MU0d沴ޓwJ_:PM%Ye F"pBı1).-E%ޖ( *&jN/? s s̙ٔ<c#.d'ήHr:/n꾹_+u'Ae."r6S#5@'y usz]ۉvti|y6 ȨB!:cxZjqRG8~O#;Qe|SJW,`#75F]HG[j>+e9j4=3e+*`4~hA֖y*D7/֌:|fW.ݯđO^z Բ Un|y↸α)V#Z[6HxK K5-o#v񥖴׭?t?Q/)vq'a4dwRk&7IJYl%9 TyjT Xguq.r Z './0h==j&J5)o)Ϩޛ+O4ړ{<-DkZFP۶yJPAb!|\ kgh6rnTM)%Cd*&JR#'~Mc5¼VKJ}Z}>&w~ukW9 Z=HcS:ҟ  sE6Yx L|jV+Ci^^q"&⛯lY` 8|D !w~1}q"e\N_ ^4:1ǰnL !NW 8%y ~meΨWQEA3Q) ͒|%D_"2`9(`j&j;&F1}}򤘑htCHZdjz5cЋ`9HNvE:}~[ZfZ,ňs A`5PS>k]n6잕+Νo&J _4{O%Y?SE+cw <{N@Q*tV0:ikaFnN^'?20e@d_T ccC覬]:ֻ3 =ZJ8~KW&Ez$iQEԄ[]/Yejm \d1D um%ZSdaF^rUnγ{ɻOtyP 26Ny}Kjc?s-,2my=wl,:Is"j%|O_$-oеי\nn i@ l^Hzȗ]_1T.Ɲx#gI_~|":ӞqcZy GHp5LJO/8Jt@ xJRMc໏l@)?tƧ??bՀ1Kf-Y)̅7 ֥:=*9 |#f:X _Vԯџ6yy8Nf.粻IA͠ߗvLz$d_ҏrNi0~(2ϗUپ\>d:Ƶ g|@D۟;~O$k0M7zwx?YO   aUd@FvBsb"~DRd3A ƫV⊅\ iw0R9ɅID_ͫ|HJElYP{EџjMj47t'W#FZh(jЗٗk]3;"ys"X}5K.P^N9?n"5,7RW _ ~w̠~SڽGsnۿ=3$>^&XS?O>ֺ%'KJݯD@urg+@@#Tsti1q"X?0 Ms{& RC6 Ȇ"Wbb1g_#NCBd@SIw0B+k(CdONyf↬dz.-tD~`*<7C*D#F۫9雅1NjBѥMH ( h>y7Yhsa#3-C˨D?4 5tnY^%|>0YƈHS w0 P32! @oP3 ޝqqOګt\Inn_T2¤ZJoO;쟠sLAT)=-vH4lS&Ux8s-ܼNfKg|C e28 S}]UvŪ \%|̜^" \ K\ڳ&}MNvuU6G$v{,9)¦d/['ĵXcgʈ i.h׽ At*]uj@ȺDÓf$X|-yͼ_7]WdV6F^B[_Ĭ]}ճcF' -vNh|r!}A.[gFiڛV,N4~7ݷ0y긦ΐ?'Y\62K᠐,.=MDՇW,n tS֬x/݈.,YVsedW•p8|/wm nV 5(|cANH8 kź F:p/-[$pϋS4,T<-gy\o9ȼ\2X`'#H"g+whPk*ci.^3l' $V@,뙞RfM0w "_2;9v,v>4a~Nkt>LoO"C:e` Cx^ TZcV[^ ߯徛BKw'TE(>*Q('FTzdgflz:11A.XXHQ,A/2ImRZ| W˜.'Hj7 $9 \8\L oտ'fm2H"9{\ɴaak΁ B>U$3t4{a,`8 Sbi t9L D$/5TK* o&se!#NR⊜e)ZEÕ)?aBtB:f#_$-ӳ4hf&UC(mePYzue'3 GʥdiZJ;ŅQ=HPg: ^ _{RE9 cYfDB{Ϯ ~i$9[8%ARw%*M2u6cN±L#hv2;1 l{;Xb7/- 9+UIqq'BPz3&]EQRԳi HGŚҶ,(ѹPݘa-rXg$M~ Av+1@63` КdoHz9\-omn&ð܎j%&98=)쥷[oYhVQDdž t}jf&ѩ{Mt*RA2N@%\;֛QM 8I̟F>~Sz b^Hf>dhݬa")I[-C܆ [TEyG'<XIim?FG"vzosiiv };܀KgM֖Hs" FSB7x6j72BoܱL?7 G2؄W `?hLL!61=@{?$)z&)n)(ZԚQ+]) R }٫S).Ԯ<)/SuFM0Wd(FCFNͽ]S5cpCI_a'\k@ A<9Q;@g_tpoX@{Z@V NSŅ "/Sڳ`M5;90veO? N!F(DO+WVuan%޴:5Ap!Hm \=P|gd)Dp.nFPZB\ՕYh #MV 8sF iA-&I ߅W押Uۦ`+Ch)FlB,p\ %.DyrW'Qk% *v3;7=\MwL+PoIrJnV{ER.%9^"ۤ*塁IT/;c B6nR~.e2qt <Ƨ:/ \6$aSU:nprԁ}wRVbܟh~堁~+YukTMbȷ;8C,4nc-$cӟLnHyoŴqkIoy 'hzhtى]oLFoU77sʓN(*7__CdLsr,t6+h-:}Vvy7[J6_vՐ; b!zhak\$ܝ"}l0d`XgU" L&5X4DTJ9_\f >[H\{=* #@;GO( _n;;Z/zbz*#E6Jw'CGR 5jrۃ7&)|ⱭH¸m1wr&R!e#gSItd  fyVVCVOQ,e~`O|uH#=g {ț]₍{V Ίj_sxNA/B4nIld{7$dr@cgޖFgh%QÍg "c[LbB #F"|*€Y{aIoZ0V@iN5c=X[:\Y?@q9KcM$r=TԮBeAE$+l"SʳLuOf^6(Ym_Exj[<i-}:ИH⿽o'^V{ k|ѵ Ev(`C<p@X\R'Po/PF|ê(vSWzCyT?vAG;9 a@$*mpp1uk@.a75B_!;B }> B[-/QpzӞ+Upb Ɏ $]sgXCOZqi<8᧸XmθAGh 6mvkҐ6oDg_,aW@ԈHj B 엫)!{F\^jMI-9ps0%*.& 40;T5.k~"ǻ_}Q!ƞ{l#2>.>`ۺ|s%H~ YZ