monitoring-plugins-procs-2.3.1-150000.3.11.1 >  A c!p9|x8]6G߹EQ~+#n~l*D6AoՌc Fțq~> ra M#q#~I$:0eҪ*9HF=Wls~\CpMMUє<#zF[wTl5>Ժgܹ c7ۚ_BsO+Ҵ8s1`-׎Zq7-TD>̇ & F]41605a7c9ba24144ea661c88ecf9250aa1c9886199d4400cba4d34010b996ba42f4ead2194459cd6380390e1d7c0b574542a96ae0Tc!p9|,stB\GJa1D؎O P9:EޅݏpAW?Wd! / ?| 7=Hh x    $LtT x h (8$94$: $BR}FRGRHRIS XSYS(ZSp[Sx\S]S^T4bTcU+dUeUfUlUuUvUwVxWyW4zWDWTWXW^WCmonitoring-plugins-procs2.3.1150000.3.11.1Check processesThis plugin checks the number of currently running processes and generates WARNING or CRITICAL states if the process count is outside the specified threshold ranges. The process count can be filtered by process owner, parent process PID, current state (e.g., 'Z'), or may be the total number of running processes.c! ibs-power9-10YSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxppc64le2_OQ( A큤Ac!c!c!c!c!c!c!c!126c162918070c2c756422dfa535154e898ba2d8cf01c14306d9407c8676208ef86e3cac4f21bd12f5f4444284f9dfebb882b6f3e5f435b48f460852b0b07366c840f85b34494f72348c68f8733b07805d10269556a719524d5c2eceec4d229840a67f99cb4ffa6d5ff2472eff8e47000f4b3852604fe0b6a65e51aec41a28562d27b310bd234c42aaa222126681f852a545a668c2462de767d94308a8373188check_procsrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.11.1.src.rpmconfig(monitoring-plugins-procs)monitoring-plugins-procsmonitoring-plugins-procs(ppc-64)monitoring-plugins-procs_perfnagios-plugins-procs@@@@    config(monitoring-plugins-procs)libc.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)2.3.1-150000.3.11.13.0.4-14.6.0-14.0-15.2-14.14.1aa@aaLl@``ݮ@``2@__d@__[@__[@],j\@\ \}\@\&@[@[l,ZYܶ@YX@Yg`Y.X@X@Xx@V͛@V.V U@UUTT@lars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.defbui@suse.comsteven.kowalik@suse.combwiedemann@suse.comlars@linux-schulserver.delars@linux-schulserver.dero@suse.deopensuse@dstoecker.dero@suse.dero@suse.delars@linux-schulserver.de - 2.2ro@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- removed the following, either upstreamed or integrated in other patches: + monitoring-plugins-wrong_return_in_check_swap.patch + monitoring-plugins-check_swap-fix_comment.patch + monitoring-plugins-check_swap-return_unknown.patch + monitoring-plugins-check_swap-fix-n.patch- remove monitoring-plugins-2.3.1-check_snmp_hang_on_STDERR_workaround.patch the patch just reverts the problem, if you get more than 64K on stdout- recommend syslog for monitoring-plugins-log, as people probably want to analize logs generated by (r)syslog or journald Renamed patches: - renamed monitoring-plugins-1.4.6-no_chown.patch to monitoring-plugins-1.4.6-Makefile_-_no_chown.patch to make it easier to detect the patched file - renamed monitoring-plugins-2.1.1-check_logfile.patch to monitoring-plugins-2.1.1-check_log_-_quoting.patch to make it easier to detect the patched file and reason for the patch New patches: - added monitoring-plugins-2.3.1-check_snmp_segfaults.patch check_snmp will segfaults at line 489 if number of lines returned by SNMPD is greater than number of defined thresholds - > https://github.com/monitoring-plugins/monitoring-plugins/pull/1589 - added monitoring-plugins-2.3.1-check_snmp_hang_on_STDERR_workaround.patch When the MIBs are not quite right, snmpget outputs lots of errors on STDERR before getting down to business. If this is enough to fill the pipe buffer, snmpget hangs waiting for it to be cleared, which it never will be because check_snmp is waiting for snmpget to output something on STDOUT. This simple fix from s2156945 for this is to read STDERR before STDOUT. cmd_run_array from utils_cmd.c is also used by plugins/check_by_ssh and plugins/negate but you're likely to get lots of errors or lots of output, not both at the same time. The real fix is probably to do a select() and read from both as they come in. https://github.com/monitoring-plugins/monitoring-plugins/issues/1706 - added monitoring-plugins-2.3.1-check_dhcp_-_detect_rogue_dhcp_servers.patch feature enhancement from Patrick Cervicek for check_dhcp, which allows to detect rogue DHCP servers. Use it with the "-x" flag, example: ./check_dhcp -s 192.168.1.1 -x CRITICAL: Rogue DHCP Server detected! Server 192.168.1.205 offered 192.168.1.239 - added monitoring-plugins-2.3.1-check_ssh.patch , which includes patches provided by op5, mainly around RFC 4253:4.2 and 4253:5 + fixing a few typos + properly parse a (delayed) version control string + Handle non-alpha software versions reported by the checked service - added monitoring-plugins-2.3.1-check_ssh.t_-_improve_testing.patch which improves the testing of check_ssh - including the patches mentioned in monitoring-plugins-2.3.1-check_ssh.patch - added monitoring-plugins-2.3.1-fixing-shellcheck.patch , which fixes some complains from shellcheck(.net): + quoting and parenthesis in check_log.sh, check_oracle.sh, check_sensors.sh- Remove unneeded build requirement on "syslog"- Remove unneeded BuildRequires on python-devel (bsc#1191011)- Call gettextize with --no-changelog to make package build reproducible (boo#1047218)- Update to 2.3.1: Enhancements * check_curl: Add an option to verify the peer certificate & host using the system CA's Fixes * check_icmp: fix simple typo, conspicuosly -> 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 buildmonitoring-plugins-procs_perfnagios-plugins-procsibs-power9-10 16631516292.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1-150000.3.11.12.3.12.3.1 2.3.11.5usr.lib.nagios.plugins.check_procsnrpe.dcheck_proc_cron.cfgcheck_total_procs.cfgcheck_zombie_procs.cfgpluginscheck_procscheck_procs_perf/etc/apparmor.d//etc//etc/nrpe.d//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_Updatecpioxz5ppc64le-suse-linuxC source, ASCII textdirectoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3acd2885322f2d6481128c279f619cb85d85fbe7, for GNU/Linux 3.10.0, strippedRRRR2BV޲jutf-80eb2e4b6602a3ebc467e956e9b8ce91396e889db3294e5089a1d919c7690556c?7zXZ !t/sk'] crv(vX0 "yTy_yv3v; R6(> ,[Xg&j]+Fi(~c)+U@c'AN\0 @&Ȋ"_Q4˯$MXOɹy⮅5`GVo(NCll^ uՐŔ]?>o1 6W/e=CІK~_H?ҠJ+WȮr9EV-uyA T1t \=i-ztE'+D{}dCRspTnԬcNLퟮꟂgFI"bK8̇aRs0嵸bc\{T?m;g>=p<5  N?-Jԁ<c}{ Flxlh}6u3%r.XU@ t ݝ4x\5Yrշ=r=h0xJr qA֧V:yXH|6 ^ Re_Ȝe\-:oY/M9 t`ݸsٌ_G*߈.4΀Qe#yV~7.(DC2'm{q18NərJz8YJ5rߖxAny~-SҙW\< IcD TwʄxUߣBFˣjD{3\#qk -Za syg +vر@bv)R/ f/ O[:-bG7V1&0ǁsV3.4\y<@ꝛݞF[H[">Υtk>^U1$D<5$ut9ւ٫fVI "@do@mtCxOLX`fv"C;a]+ k;*T?~.[ڠOVmFTvM>?8(V^SE[=b'ţK~5`0Fe*ELS"NnBÚ"GQb,:?|ۧT <|kkh6N(,aSOh@K}!1ÄrO74 S5-|2yEٽԦ}w}MQIsQ9(tBֈbw0F̖*d4Tg&虫omޱyesYQ.dP!vL_ QV6ϗw w1Hƻ;(Zam 6;7$v\PPe <#e~ oBT8 y<=lz9Iv k$kQ+@5o X+3/jY==6UtP^Br~ŚEL}5uNdnobK1D?5G_tşLx*D+vg$ЭBd`y[0,x[,Vߘ<_m$<ܒp OfPa@cQf+=)fwN F0p ⚱˃o}2v]Ɓ*cL`Vڻ`Mv3ʯ`g,ԁc!,&vɝo׍dFٸ;8WMk^U6 xS;17 $QGo?RʽMpUTz6ܭ$f`vTlm@v{As@e:V4!}P#~MYr=C_b!wN oŽ8fjRBi/o b܂1ҽ|eݭif'g*bV5}&ӟ&sA 0$cWam3[EjD!',Z}u4!dÀpim˜h^UTk&31ld^jQt@BBH0ǨjKpֵ|T]eiW=Rl0G1%l#Ƥjh :Z׺c֮e4o;H gqS|?wpA4O &)FA*_qI1{_3+ZYB`zIds8r KSgN(2^ ۮ#$Rda 3ujt;ra,]>47xWv` nCT0tX47Gڊ7%K^SiT7Q,nH%kUvٓM ˺n@JEe_4Di)Ůp@Cx=~sDO@? iA1#T9yV?hy.:?MG#5Άr?(2IqRqd}$/*@\í}.2`?ՉW(\*1~>y @ZML2\#{TR21/Ë:RK˺RS -aV0ZPJS\ }{Js- V27 \@Qx Tљ_ W4-YnA[k@};DFv٪.+.fv;}F!6{ӣʖS9Bt;\TYor"eFV@8Dp.oSC̅ L?X S2¢TO_&ӵA$~@^|:Ư(jdote=(t>[ hM?1T#V#RI+o_o6-ՠOv%0N|X+kU XlRvwjTJ*4Ѐ?Y*Du7Uhb zW|.lA6og$'pgMqT_8ÓTP'uZj hd#1]S OtiL*T齘2s,CGVA>6O2_~XL`E?[KC*0[9d]~d(~qrE >u^t;|x/`] OLy(C yQx2<xfY$k@.B..m^iQUhjp:8e iMom^ y4e!`F Dj"9LtҫUkdI4CE/I5Y^ q:g(Ui>YO kcٍ)Uvd*(*ܪd賢  "ei~2&\!Z\5 B8$emCsoWزAF;Cz4 #̭Y//{RjV3Hxbd E'>6`]E$c 6EI 3OgI4E)՛a Š.4@^Fԍ.Rqm*b˹y~vnEb,#֣DnXˢfrMZ^pb*⪄]"?77yN*Г'-%-Bl=r +'9^[1b !hmX/HT^7TQoCWLX*Wg/I/[2[m+<_ζ{jzk{6Jg-$3kW'G _HZ=C4)c ɲt8К;!'MF{ĭ7eJB0 S0xglNj{ե:q!Sq&KY5`=yCY1t܄ܕryyU3l%ED>,5z-ʕ k*ŷс!8&U?8\)wVseS!9ӣ4V9Yd>0?>H S=i]oLU6MWnUZY TH2%va/f@c/a QB{#mAtlYo{Ed82y3m@Eટ#v31_zҒk =vάKDC?88w_؎Pc9WQNS6ovݗ@_,%>7_vl/K"~8Z,>`BLNpC#_r;7Ҟ^81ɨG\3tA/`˴l}䯗ۢMo(Nl_!&ynM?ߟ^7s_E XGKwELQpsj =45@&olMZGcY-'X}M)}yʹ/hl=͎NLhqB3gV'@ikU J9=I-$l߱4( M/h>^ ғ^s:CZ>- }̽tc)2C|{d$B暷\+rbFiU f=tpkd!x@"DkӵbA>p&gVIS# 蟜8}V3k@s]TaLMM#)YCdffDh?ݱ "62*Ϙ'}1O 37guȹmU[yGP7 G#)آ!hsB Q9}Be:byZwMds'ܝ pg&ռ$rg,gELԜ ҫ=xe GQ!ʸ+'VתV/Z[ܯxﲧWA@r4"@+  N..;2qp9KF:&e*x*v],Ù-;ǟѧ9 N0. Dժ&V]CIӥ~HS*/~|F4Un7I&p+UvCC,ي#W{]2n)E# tQo&>O*gN=;223'4޽ܢUq"Zw1jEiۦ}d&uCTxmƨ @}8"Ύs {0i|" 6#}C;[?$s,>]VaUH'yD*39_LDF%`|u3zͧrh XR(q'^ Y2j QuFp(^/^>W ɃrM0}FߝOi1v+rx řǑcIC-(Uh4Zi=(g01<ʨ 1'ۭ%sL{RUV_d˟iFBy mb#Z|4Y[62,16~Hz;QOP!9nu6}b \u>o1gnrMUL9"q{TզZZ: ǂly>Rh@|$TV%.9X| /ȣFb7쫎ѫ?a8X>J ,RB@ì Y`nLC\?0ɠS~Vpi@3͝B=H?P.#Zr{bC b4g6 b=~jKe "M.Xn^ЛTOx$εᙢⲾDsNk&twEH'I~~qڒ8 zb-;FR+Io˨/VGk[[՟7"h[dJ"& VErU1um7pZh:om!"h9˽3!_# ',].AEF0>xP_5Kf<9da?f=YeQ͎J[1wj&((6wnyؾ(Wr!D%na#tAc33f(o`{G3P~~;DQ\n2%=څq)|DŽ/CD7s/ E\'gPɨv%h"$>mYZ EFCs}"\-qG"ڈwm8l#i󤷠[!ޟ&ں +v䏛ŪP@ZL3ug>S@!Ed|R>5&ׯ(rYbᩃI.-Ф{:E#;Bڌ1(N^,Ӡռ[<Ǵhɬ{c&K)kf=`xؕE"srGROw쬀Us53XgTk[58oV026+vRao `zfIӓɾċi#,~n5NJga 8`.r8U+gW }\aP'Iϸ>4].]­-6-h4a)V ?-HV[8f9ݷ`{~p^ ~^V\"d`'KNfui`Ts ,BtLwIΤ;"$[j@O^o:S4&"=)fB]47$B"_WaET :װxM_1!1dMfvkQŷG acû* e[ZE0=afW| hK'_XzA8[G:R=,W`Q5| jTE-fzÀ*V /P\8Ms$}g +;t)wt~FwIvՃW`q*'昳g0NA*K(.L_Ǔ*?"xw~WөWn6%rRNG`D*Lzvoܿp|a'^pH`Cb' Hlm(40+K^t11x.+Vsr*?Y0SX5Ц'uE38DFB;HshgV#~@?a%8)Hb+J|^}1̅Ф6l1 O2=!;aa4sP>+@8?5FoA [{rvA&c S8Jze 3fּ^r:3tRwt^~>  g  m 0<v. ͆_'B2WMZ%`chAjqD<6HƼӎ-3^J8Dc^)qؤT%2ӐZ4R[ڦxi2{72##ZxCTgWޜ \I^TH w gT#)M7k:#$d{JI}PH+A>H ]} mȡadz#S*LwA!J '%>ӹ V)/X.ywj9OoHnW\Shh MnI0NƎK 3"CL/6%k-u;Q_&[7wFjy:!Bwv0iɸ)Tkoq"RY+.ƥ3GUtUHq71|:EH92,u*W D5~!"w"@;^K __ /}^b}mo[߱0@ aeR _,Vz R!6c^@mG+KJ.k+'C#_!`PDrD7JiL%7z h~pFr0K]X~,A͗RQ!-* ucߍ5@ƽ4nB9Q>z/= mH-02̅+ ]O )a*N 0e s:)ԫ5UY10 s Pos ^hCv%<,K~ZA-\,/)_W;٧3Emr`M㳖D Eb.6Q^DNRhЈCANw^xU#n>nd|ޭ P+{,W( ҍ;c~UH$)bOJ]i]L y_ džvxN.tc^1`Yɉ^`LrzO޲K3:$q ca$ޒgE~r/½]Ӏ]-޸;OR|#;<ʷ!}́!~eznKLhe-Μݏ9e6RB*lr?H&|Z+LhɮL4 Gdг'l߇hfƮon6Ϥ+ @6Ky:dtƌ(yrYɷٗRIfhjܨsjL!vC*.ڴ]<טY2gTȀ. ʔOSKh1vIѐHu#w| |M;A\FlK _,Vd-3 wخr{".F~y;C+uq,)T$fOِmQ Yt7w>$2_ySL~iR(G5d辜枃IQ}_E5,?S6ZdOWa`Vzrf 6$Jݑ!ܳ qR2+ʁv ԁz8aؠbhP :`Y"Z9IahgOgp~oH8J+.ӁAbUtD 0qcnñ.IܧDE.0KP̉Q4.T1?*c[9ǐ*3 YHS_J}v~/D_A{ ={y~[h߹`X>FDXVViUUe E.h$O?vQ?׈͖Q ]9zM+UTU3oBÛ/If83KS}%K^3{VD:tsj]3R%̀9{r5T 77]菸YäE)$lR^xwC>!u񛨣LNUۍk@m0f۷p+}xW7llq_,0VL&G3ynCb>+hey HqPo9Y j:hP4^{_H]6KDsOUXKp-Z:[FO#VZmb7CmmyBw@o` R$~F]l)aeOL7D}F ;4#<4y>56pT?agѱA}AعII`b`+T9㚐bSXF)5JϹE!'m]\R:9.ϥ&ku5qz' rc!a7W-|Ttl1akrڪi@w]IMQS58 f\mt5 2g ̙9<~yXR`n$ glɧԐC`n`C$i.♼/(Le4#-C\|MN3)SvPiL9iڤFbbޑ?MCj i!DQvF0Fl?r]:,0ĐCuòx0J[U)GxBpB(YԸ)֩=(3 A7a,to'sԬfiL;pн2|W?F7v4«.]; 藝ArPmdP\UԄ<^#Ab%U1{Oeݩn^v[L㤗ϓ\z-P-ьVLz٢*T=}+ŢC|B8&\XЪE1~F5Y2rݎm|I:dS3 ѕvg ޝ83NdA"9PjH5]}y#?ڮ6!h!cw|H4ݔ<luIdڠKԪ,W4AZJ(DÝЅl_[*QkasYT|C`-B<]|[1\r1 1T캬Aiso&Kȟdn #Ziɷ93,p7kOQM#W^[X|9Oه&(߷u!Po +gR{И6 ,WΩ/gYʝ*9- xWR9N8Gc=0zIa۷~"}$ %M֢gOA/@KTS1Fsypʇ@y2?78I<ʇ9@)嗕vNguMp?66AOگ+mi:i֛AFY_6o gL5$Hrw8D͂ @*tFW l>L{)XS᳅SI#EvwB7 C\p0AxZ΋b~nNfo^|eԅkrg% A#9 9;al@l]d~\ 0WZ_bѪkRfVCGP()K.X7>*A~Oʌa}9w'h" LΒj?C1'ҧ_dUdreQ e>EȲ IJ/SjzU[֗[cpƩӤ_miY|`#|q>X-{([伣d#֞l<fl&7t!%$W{>*mS^kQ 0(D!d #{?Oڠyңu vk#{$/YWfה}Soy>9,<Źv[ruu%Ge:=& ϩg`]\61>m;1^fa߉bsPUXSVh:vs<5P=a?5)W*r<>3-;6;Y^\ZEP)%G6:x=1w}_c`L=伋/U+VWow%n؉DqڑSv6vIOUQfά3Nڑ9q֐KscS~Ȝ7y h`pB`3=O2ydkN"jͰLxo s~r;zY%+q.Z]#[6IB Ȗ(3F_ S:_C0enqCD@鈛8Y cՑSCZВVf+4ekB9HhLGhe܄mGwrcJlUއQ2:"動8 /]ySO @1'eXina ٿ`pJ9v9#ڦKsAo@B7tyfdu㸁c1vpX(S4>LRH =-ҿƘY'A޵4s-v./$ũL?N= a"<_qћB}$?BLO৻޴b,oF볹ʣY-ОvZO,- ?'JLi\w]\19-MByD c`9[|'N Ɓ䜎? x'X%=MrUq/eo1WtMVA1  v "FăMX˖dj=6޼ihXwtP5:rm!"aKe0.L/{5%vh=bڂ^L=?t tZ}|f\=|ʒź H͍ETL^_-)+Đ]Lid1Fy܇ѥIe wJDעAl/uѱGx d K1sdQr)-$ݕ)Y}Hb$A!tɁPMةJh_ L jwHf+^ x座R([jy l"oq'u ޸]h}( v:)WjjEA1>e5erU{q6|gzN4I F]JZ Zլa>&[ zw^װˬ\j/up'3^Do4T\D6\Wylt`ۻxlMZ7iӜk I#hP&WQgYڠ껿cu熲fUgQNg09L8+֠ _9iv-&p#XB4JBZP75N\}Ix[/9YX0t>DZ+ΚHVyA-"M]s0C9P xZt(IƄ%ƿ8a0;ـ*ϜG\tBטzZS<*nj'vo%T" A Ju;1脜U';`oHJ`'ʃ)w7EYY> ZnDfbXF`6,0ȏ>S{r 'ɩYw 3  4gGQ)L DW*naPNDӪ7=Tg-?)3>';)m65P1_߱ܬIDiI8m^QH}E>4S+\Äq޽-}'[Qㄏp ܾ޼u RXEc—WҫS,8q\_?)Zf4])T͢g c'>qsN}r碥qB;$71s׭|m EQu`ۿȄNQydē ?8l ]A{ސS@l qHYEKPxOq $0T`wE5>hż/氛'?B7Ȓi?ef]O#F_X3 moN_o~lA_i8v q~}Q۽e`c l YUF* v0-6:IC t*o)~~]ZUkkq٘]ْy'P"K֩ѐB$?OR@4n7 »%`v#hfg~C=0sR ޘ$]:AUW$'N,w3K}\VFݾ J\!\(%p.?_wB#Ta`δO;kbuL%6/Uuc̪[%#\Z`08eМHs>m, cړ]C (gg{:-g&bFQh&#қ9=w|o|:#.D>iu %ّ =Q8u^Im~Dw>ė _־)=|/^ڰ@횋7}۔ 1?#KI(ά~#rgmuli/Qkzi0nR{Sk?j8$@lbOms дFԻ0"KCUIUqh1'Y)ϼ m0TgK= q! w=-^s3p ߑ{A@~L]c+œ*> FD`_ к8@Vh[Lq8>?]o8?ݥYI>MlWYpq:ӏi9zs:])+dս "y)N!x_A=X& B[YӦA!.鷴qo7\:Y 3G3*jj~╗OMxKg6>!3o9?Tf۶MDX @7Oև<@ySX)^TTOx=<Վ2RYu}-G$ bU'|p9yiớ< yZ,(%-/CJK&`|biΆi1N.1=9:53nVA, h/2 >iiYg$KI$ `QK#ǧAdѸ+2TuӾ0I0х \2Eja{ &GɍF}@ 1oɍMO]Ix:CΆ#~<6O2ܐl>4 sgu0{P~\ZXc>c+WL)@q *I+TP]۲P h nz~xl[ˬ`69|,ȮѰq\j'M_ĄJ^dBc[ak51nb"~(=S)7y2[+1bT3i#-=hL`P80BJad}_G՚ұХ|]>އ҇5Q%nqͻrԼo6v*tKsە#z ED | JK'|̀5Tv&սܨ`4i# #VdO+Kovbre+Fٸ]78# Wģc>G|r%ḽҨ Ja6Ŏ) (q=qV|".Ľ0WLIN< reuéQ2Co,xV.ɹ!A0JyLIL>=e2 Fp`uN5q.k 8rD~,{4u  WhS}1a_7Y6$([b'MH[r9>\޷,* beN=-4}C9EnuK^Q@}Bn=GnLlĄZPB։ s\w"HLW6.Z^EzG723Te8'9@W [{$%f=ċ9)N!*w31XkCK RTSi`X밾 J/Y$в]6CXm2=[C;kw"~q*lD\g;<<-w1 ib%hT[@8mz3Yq<4pUԴ=D\N4M6 U{a^{ZbbNc᢬FCo4eOɨ;xw?s0Qxu\_%m9W(>JْZ$.cNd8(K1[㦂9*samIKje~P{_kZρ2cU"DgUH6=•!ߕߡIޒa.R7B+}i%oft8sU! `]  'pVai yPWQKJc>_yu!~bjwpiqisEy!K$T(M_\=` \ӎŗ]~c0x9CA/(,r.%&UHeKpT;iҶ ᖹd#8"lʘ Nt_G[8b"d~P2JT;$l@&Ãx;jة2ظC\?=IqEYNDRʼ.sJ}pi"FxX:G`X'^Y i (bkR )EgJ.^n7f܏a櫠J#CY7d[٢Gj֌jv&`1L9q6j8 K~_V̒I)~vBAtMDb(:[?V .$/c" >94:!8?AXX~SR )#vp We>M=!,4m>ʧgPΩ%QKovn{Hu/'//13T lXD<Ζ#n0Fgb_-{ꌆޱW.n†H:8Xl9eAB}6xČ;15 ´22~ƁT,M Q.sЀy 7m'˕|uu޷Uȕ:(BmƤrX|/thCCԳh|l>c=*/k~6ϿXib{xZH9.kfh-XR,S꽝|wԈtN sBKΝ+KjvD̗W7 % 6v0qulМre=si:n#m{D-ZC=X~7PR_aNZ=rt DB4 X"nY2/PJ1jJrB4G`nɐ/~Ho i:yL%.NK icfR٫'krgOĭPjc>fҝE;a<ZWr#'hJ `UXxh A 6U]72~9yώN,Xc㬒|kJ&b{TU }xQJ0YW)lSbj{1XoRIST^jq?T&vu YZ