monitoring-plugins-nwstat-2.3.1-3.9.2 >  A b6p9|#˓ % :7?ab9h5gzpf%lPbj'fpASL?S<d" ( B0 FXw}     (0   (8$9|$:<$BOFOGOHOIPXPYPZP4[P8\P<]PD^PYbPcQ,dQeQfQlQuQvQwRxRyRzRRRRS8Cmonitoring-plugins-nwstat2.3.13.9.2Check MRTGEXT NLM runningThis plugin attempts to contact the MRTGEXT NLM running on a Novell server to gather the requested system information.b5/ibs-centriq-5 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxaarch64 Ab5(b5'09e2c5ec4aef6473027c000acb0383f8a535cd33820eb7a268ba25f83a840c0crootrootrootrootmonitoring-plugins-2.3.1-3.9.2.src.rpmmonitoring-plugins-nwstatmonitoring-plugins-nwstat(aarch-64)nagios-plugins-nwstat@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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)3.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 buildnagios-plugins-nwstatibs-centriq-5 16442463192.3.1-3.9.22.3.1-3.9.22.3.1 1.5pluginscheck_nwstat/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:22622/SUSE_SLE-15_Update/94ac4c9331fd739c6329a3e1a9636d0c-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1936c81855a49e4ade98c81080dd148fdca8a942, for GNU/Linux 3.7.0, strippedRRRRRR=GT!ّutf-815f82bb8882662a38c2b9aae2b34b39977ab190786b717e0b481d9e341b63293?7zXZ !t/_] crt:bLL &Lz]?&ͶܺȕAqjYՅ ]4gRt;d."eI]F}GSdU>gǃd*))̾yvn; ikaZ7sh샙\Ԙ&H)XIމNZs2r?E% ~-@^ZvU`"?^6e7eЯg[']3]0o$}}|- rb-! lV]M3:<Ϟ$z 3 EIq8b"oD钆Pg$ XZ~au=|.̚kP+ H*0H>gNٿ \>kc8 =ψ8uUՑl[K5'ɢz,B4wz|AnE>nҐܐ$h ~0MQ#+_X>M4aAV7!scX jc;6DF *V4\#GM룾[fcq!?׎P@-`e#- d X .N.@W[U-WwU`;uwfVQ_=n:SE71q{R<Yhkr> ߭K8FL޳`laI)T-(I!΃z,.zoԃ$FȻjhLfOӎN}Ε^ՁJzb_MOM/֒ ѰnH{#]|70~nM̶Ż~/џ ߏ5ssZ~W/0QCבL8 rDPXQOpʢ#eia ۟q J$*SY*ŎDSUj3,8F@8ӝA=N"㟺n=gUɆ[v8yeU=|*սUp-8{Nƥ lYRϿt霟PEUW"7)n[T[JoK(gȰ ƿ %> 8 ebUEYMcئA৷rↃPaVZGU(/3^/tZ8]B7LfE1%ktƢd ݾ~eT: >%}jtmΔy':ōVs 0؋lj2UE%3jŦe{}#쑵!1Gyt'˙PI>P,Nȅt -q.N|۝{{#M.4VI нp_ O?{tB?c}2ݣf k xvznrbҏ758C^ӺX;BW0)|F@aqDLJcIEouj륃U`.Sg4G}ל$T's`Nx'xsľ)lp%mBH:B\/y_LyJa#ZiCDBy09 TeX$Of f1o{O׾X?pQdn2ebjʗ\Qgnp6@hO|{ CbC'H L! fN2[nvT+|+m;8LբK)-''~wLoo @LXjLu߀sc:ª.\Dd{A==XDa sY+s%F5y˝A«vrqd!Ee{z5)z4e6O矗X_i'ԡJЬUM`DzhR,vZƛ(h=+aKW6d)/hY" t R>鵀9m/-"&eSϣh۽Nlx-=9HC7c2og!o1j;můfԧ/hKhCQ>m']/.h2U$O&;1Z~!:T߇G\o`MØϷ5Ȉ\CLbuabe6MC#ƙ-2Ze SD^p]tF}dG81*bc1h#tli `ٷu^^X"{j`ty p{hJyaO/Z6m3e~V%T6`V`==јh'd,d5qUu͞m ˼9c>m`xh\ukɅ;=G 8Ø{0'4)4hH\0Ͱ+. Tg6617 B.[T623H dXt"vuO-EhW*VtDFOڥعD+aĈs^=7t+TF"ݖ >?$1>A=4 *CZ> SxZ9ng.#ާFaKW#&t(S" ۠u&jFf0տ'>0a>j>(QY ;9g[;ce[D]e]]>x2rLa zfylemPL|YDa!L mQZb&+ ѹ9D Cj@Lq$6ظ<;A" ~v,# >ۖ:yQ^8t7/(VqwsR*{r"VŅ˞V?iql@1>F`?&Sz6 :|&BM"4~ܟy>qP$D~W̦U^}([v9Q ge4*H )wVpeM ,}rk%kP^f0ѡv/$s? n͕2sGل~`ci'[1:$DƘk8]Knf65"[L͏$&S>Ⴠi-G3I3%:V+!Q  ЁS}rT 2A $.ĂlX! ̒@askrBzr\I_ Y}""fU/1t )ɹ;v֯X?wW~1Vc9'UNO+DߓdWI ֖ؗpKYYJGgoя9 [q~lNPD 8BBPtZi}l͓ ;5.E33Ke`7IZkd(BjYju7e 3Ջ 2Ъy jGlZlZ Y6YN3lh0MӘDSc+ s8dUiJ4WzHDkΦ iPw >e6zuU=~O漷C2ݚbT= w;g2^2iD{sqį@tY?&_zn;LU=zF-x/77,OuщRwfy( $_ OJuK^ufH{Lw_zQ}(M*/9)_Ev鲦Y Jq=cf;v= ~9ZjIA,@nj%;UTwʍ,ڷXSt!2LM2nBm)\Ak3V/}[c7#PIgqrm9oopWޡ.kyZ/P~g=2J=@x>_6ӶGƗk9|` .ܧ:[aHX}$OB<[, /W8.Gb,Uw. 4 )"] 6Q>U^jv+7*(*yqv"P8>`W8Fl;_| 82|{`8:;Czaz1!\hK)rhЀb3zƁǎlxܹ#̡/C:WnTl;fv >/kꦀ" K{򡬦Aϥ1$V`r1ґ ڬS4 R\73+2Gar(T1/qS $:xk[Ɓ|%V^bka@G(:%ԓ:2 Gt#"j ՌzEw)c?0/R86"kϸ&,cmgFOXOHfBH%j{18.x9Lr i^6NP 23U{~[)[U cI @cwM#ħ7_Hg sG ~Ks4;LS0.ܦeVB3=)t6ò&bA'K_Mb!U ڼ{ ̨0A%,Tb)皒9YλhS%h,xl]J5rt S@U*ߗ-8Zk5Ua9i'q_,lǀ?޿ӑS2g cwYHFsWR:@h6p{3)DlĶqmq$j HALY ՄFtDŽ%"vcU(~@];9&yXcl((l olO(#pٖC{׺L"d_,YFPtv|vZItW-M $5T$tf73V$,?s%C3ŶOWOW ؚ&3*d8:[1 ap>;RD\x, @1UUѣ cҬLLvGoA0ض͞QvHrJ׫WvyX=>C;$A0tChoԸ| T\֠H*oْ<`UBdl8qٟ"JtE?ByݱEH4j(w"` |?FC ʜ'f`خ,Y6f(缮)L?3z A~D.j[Ĺ.t$ûCPCZP%~1qu=KMux)h Ѓ|b-w*K 2cHgS)fn} y24jݳCz&>:BZ2NLm[?7qI$B Pfֺh+S,#M.əU3 2ȵp 1j߫g)3dnw+q{Z딐Bb2YŢͳZ¬ ?l<_; '^,^,%z2仨zծB_A6[d ^blP>KMv~=;YAEX/kkmVkЖ=T=&)Bn!{KQ !]UH%8GB"5&aidK]@2fV=J EŠVW]fer֓ Vq2٫CUR1t$^aUe\&y Ћd@0*S1Ph1/S:3T}=*/KIvQH rZ-n [@Tgvk3;+_QQ$ƶOX ? 섫5<O?s=wN)8l!$P8D\j*N$3-来 wo(X@NeCm);kؽۓ1UOK?nԵ6պ1jYoT:n;Y^t&Ot#U`b~$))bKbb3P*#bGZSs Pe0ckcO Oo~#;~fN౰ckª)H\a )#|#v캖70sFu1pGrb$E.M9ͣ8Ofҙ nɕ%oL0 [\3EM4onܿ k¹)@jKNC ;euUSp4wc/r@yVb4C[1ۑrg>,׃n3K勀ۊıÃgpdv{S'".ln}q!۟rx6y0X *"h//#IO3dxp{`ުml8E3D-y5SRe -v{>aq\$ Bb}KZCX3h=[ҎG/Qj_e׼u"eCO6 ,@xz~Meဍ|VLI|_!3 B .At@\۠FM 贑J)qlX,c&@22RcY_̦mK;xo^ӣ_ئ B/M2 F"498HuNmP <^Yklog0TAՎĘ&2!cq [ԹY)荋sDҝM _Tj~V4?4|M)k[xV&aMIiELX7$:1%O NbێJ~NwF}1!Y2dJ .YkEBm$Y{Svd8V+Du/Ҍ+;4@ gGihJN"b0?[|]ZF"OE#5ǟ2ծ>U4;t]^{hA-~śʪCǮ䐵1^.'i{;]\;2.R|=V̛RމZc_ W!ӗlLMnͦ*l}"7U;$ "4vX;iY {m}DG8WE"FOM t G'jzn]>;<{вv6+dπ!\V3VMp|(蚩 m{E3KM$pjQq ޜ|#0Ƙ%.'dp6M4 `cq?8l yqZ|#()$})'[Nt60F ]ȥ.@hff`˧e!4뭺Џ.V|s-snE+-QOI^PRYSS~uDƲa[Xsh(S TnT,M"d#F)2|LF*ĒRͩ_#,'~-eD7㑥T?ʸB[."҅|| ̂A$Tuv~';{dsCn@QWEyהOj-qu()-ߤHdv1XsD(͗x*ӱJE S\J&33ф'%o׀(ʓx3Yb;c u "F8uV7RmC++^ p qD}G?; >YH!07 -8ݴ˳IF; );mMb n47Va~3}R,杍rdZc; n:z9돛9Mj9/< q$3XsD(?>iB_*h9p6c;}G8'=ɚY" \z-Hx }]GbvCR "TCnY BacqТ Z ԓȇb9`*wĘ;ɓ`&zm IdKFq`e{(r΢SlO8IGGj0Hut(%g _(kBBBKU>D:fk俘PÌm`4P^[LK#Eޱd &31߿HVH43HaNE?*;B@ƙT|v L53;^怩 4 $/eZ)gbh8gmWp$Vf-D9w16*;. CDnܕu$ަkQPU9~N9N/ `g}Č_#~W5MR5J$q< V;X$Q1>[2ͭv<ϛnQjCǏ62==dLimAK-Fˋ&X(2k7E 2q Za5 هq0(x |JIp]FXW&8A8 qk>pA6"%gt@j'Use}iϙ%򓹊4L}Zp[deZXh@ |Y SjZW3 o.=j;!Wgq*)ٖ>%P jwz^V-)3x1@g{UdžwՉG(yܮХL^>m{IQNwAY*~amq#B=c4>X/a 5Q2]K o/_h)\kω@Ӆr; C1n<]$V}/g#RѮ:-g==M X g#sMa>a "D\b,޹ʝ StqR&p=Kì=mLAZ ꡅLϰ,~"i]VSf-n`8HOMk9ɲ0@SoXS@D 9#Td7PG.y_ YPlUP5>Cl9"j<dao6}/.u*7"C],s[ǯIۄm*U.$cv&]#~}A3CVx<2H`j”0pL‘hI",ݿ7Rag[φ ,h9=nbWT/*`Sߑ.gX$l}gT/0'“ŷ9d=( 9Ȋr;'WD 6tAsB@a`Ò"DwƯe~F$\O=ݿT-U9+*䊉 1:Hg]@d;t0UQ>k`v :1 u(nP,/VWvk f)xl+,Tp`7C=9&wsrDl`"3N. 9„' G^}\ml{=PMŐrp]C ]k{՗ +fapPэ r"̘ZգunyXЮ強c&IoEKnva,RoJwڏ KwŰ$ FhdR"ilQ}1~-7#]dylIa~&OIUSv/P%RpA}􉐥ݶtjgRAqËa.^Se0ʨgFFv -. qd#5rmyTCAๅ,i/Ipڑleۥ6h(_H\2ŖK+S(i˸U)`Jtl.'aؠȭBOWq~tZ#UBġ鮄ExGqTZq?xͧ!iy}YQ@ƃ{_ּw !sf4߶ |)ʻ7.ޘJkbhw (QHЧ_5I=6t;ym;g]r; `6iBJ"/I~7OX><űl DOn5]PJў_KGB]')i(`1LJI`!QxdJl2ZX*UOkBl zp_68.w\Ϥ#a yȉMb{u&:S<a@Ĕ_$3= cDL `<@d^{%u`#BTV̯ W*lyؙcfV̶lQvw`] 0śdR7|ӇT_[tD- %(" *&& KQ5'oxh|jmf㋦m:ؐ 04Wʛ p^/AF8}ZװyQ;>/ɾs-gDR xxQ1Ϸ]Xs?%U.;YG~p< ) k5.Lnǘ8Jss1dU'Fn Ii5oF}VTG!o6ZIؖ>4e/pM$$A.ǔK[A= -?:ȿ #d2uT n,uh}ND&lc,f` -hKe#9%VFNNwj\Gfw6W/T,-l֓IP l~+UH΀^gt@:vaVQgmav55 Tk 1/@1p5P̔u;f|<*]ZuJS f"_#J-;7 G6s9}`*$]Q{u+ [ XW#ٶw_gf.'-ъ皳6ڃϞ=]FLAbkMUDΧC v7K?u1D&¥@KSQFQv:9;-By~%G㋴Ɠy%8D ̏O]J je>._1wC;% 93fZn -Hvk6hPA> |m-μA!Ro3+nv=30M7VT^q^);gA6s)80^ Cؠ{Kb[ G$N[S@2/fF?~%宴cu6zW*msw ;0<o6NXڍQ2|yB-~KR"Sj_ʿul-vbq>ߟ/2_ȚndѢ'>1WВAd| TIytHƭ 3z,AeӡZOUD)Xň0-`(bx$Rd˃ϬuKgksjě$[I5&)Ιprs0Ȫy})˺_/Q~"cK+&vj|HjxCпs'2|[iplk$VU''h+27X3Mj4QXVA¬E]Bdj %PYZdtYVPZYUؖeڨ4v|]\ȅSZ`dB|L.)Бe8<3$#Vfy.wEFr*]Մ ʢB*ŧea-wsUV``$O*[lR JbP{"L\@9PAHs r IRdqm3qd[--, <'\wz9bXhO@mBm-+ " O}&XGupdžFy 0 *o;!TAA9|V}ewK! ,kϙfT9ub6k_CL=~ޫzv:ϻUnfZ5aRB8 W`;j~3&)S~=R' p'8_"d%uU Ν>,i5eՐI+ o]Ǧ*IJl|?-ɁD@Ok./Ϋ̥tt(v9yP^kqor<2j9XK3^DL|bk6{qI\D%1`L(7#TUBRg3}/sI*0| (֓׬0vcC6ST+.C-"@HvC6. %;і,@G qx!4I@j .SRۚ34~.*aD2eiG%f C ԋ}#["kCo&:!rJ0äp@[tH.>(\Z[.c9SQ8Rfls~]F$=Mr?be2% zҪ{uSr8bo[.BUl@;XJӝ6iPTi.4P5};X'J;c`%k74qtap$8Ǜf\JzMw8c3UC=,&gybE"Kh\7PLROSb/"y`bqAT^t)gK_x}(HH8>KM )Λ'xi ?jl74J %[\ZII^68]NkNY Wr}a|-Ea>IaI2ynsH& oEjA+V$Ju7LeH%Nn6 WOxC^ތIDT9u+dø+vF%Sq7JIkzQw}4#($) Vl[# vP7mutxI|'C\ kjǒ. YFa&O斐^;P>,p}PZ#j3x݂rD{69&$j{Bff*RG+Hbh^mݐL2BFur *)TC[d);ҨhqC 4D cfDyHlx@yB0>^-!'1l0z CPCXg$8Rz&WR{Ģk-'qN[jN4TS]nX[<Q/YX) AxTA[ 8j}NwڲCqUK:9QYIܯChhxOlU$C،e-؀~n`bx[ d6.;aA6Z=,rpvyڤ"·7|eՄHʛ$iu}kza=~ Q4r|fh$~\މE%f<}JAWs''KPh>m'`gg1Z1.BA+hE4mp/\x-r„4D$[#Ob *2g}֗BZ<$ۼ.\_2G45I/n!J볕\ h.\$ Gj^άiL }} AQwṙ}d{X"R5ijd#!VPT*_.PtL_Vڅ,*` ڂO$:m)6q&5~8wa Nr&qW(g{"@)E / 1רѱ=2ŷ@egD"t'?$tr`!̃_Rjv)W) mj(Snz=BCɁ&e(c:xLRJ2|V 1FS0ejMiÿ(l,Ś .:LDD4qB"llv~`KE{f\?^./𮶆VHU [ A҆v Ɇ ^D_T{re2jxd1mR{bF?{|Mtr8{J̒!߿_M{1zhKijoW)he|#*D.ߞ =B {7) jVHmn޿y#xa& l)[d16XP  b ΐɇ }*xq?zC(9 hn8>b_wq})EhEX5eȵ#48Ј2~y\α.1~@uoZvZ]\{9~<&)QlJ\tgsOEr!.M}J 3Le(6Ű`1qEq%w4*x0jFʴ&V4y&W* Y$!ђVk֚cFHogB0*vnqӖ: 4vm+!UP/t]m'{ɹ5!.6ԡ I7-vf!ٕɟ- jUpڐʠ."UA;p4}h^H-s2EB%Qh 3t3;Bڒo6nT*s3VߜDRbDԆP܁NW߷-""*HujxlKoddm?-~kcJi;(z@a"DFأӏ`=T=|9()ۃF#?RmQ!n;cB2Y@pI ZZad8k0LJJ$GtgʋTJ/! L_MYKE^"WhĐ_5VO *Y:KGkIY!6ZkIzH̠ʬ9Eb1 V2"6މ_|;4ː[QK+Br_:x^PI_i(h,%^!GPOj|H "IEܳf_9]n̗L/l<,n/1*~H\ztK !( rP/-HHVfB$ٝ 25]Z-p'Zb;PVm\ʍ4;q<: E9ɱs1\YDe,:v&_@p]~ =MPΪYw6Gm$ë1"G{ךym9N谰{\;SZ`l#T)Q/۰93B?@x[9)Tc9*00ʣxMws=(d2_IHPJFr*Hַ{Z2" Z"\sc/?v)-B`MeJurDkɈ˜ -BG_7{Wa[ ~?btsPHKY`Ly~gc"gڗB],$=O_޵^'>][OzTDk,CװKp,I9t؆%!C.,KRbm*ncBZZKyڂ&&UpTSTpt5Y{N8}IT3'mbfazjeO`#FIeȞ-!Pr"t` O{^BݿШ@`B2Q~|Wo=YBcE: u(v*E=#maIY=8p#ȧvIfߺ;%X _lHp`Q_,T@ YӱB?Nk< .]}.9wvB,R)!P1X\:wQ7*}c0@$*\YT3.#㴻+W@ڭOۭױZdux.wt*mO zۨ X/K8`eV՚A ghHA|>QU͔,3tKCC KE{䍒 ڣ6)y);R\#oX(}mgjBb `Da'~qN]b[3{m~`/_;\?J0 z;(6Y`+5?VxḚs!ub'xew޷z^r^G퉎um ʟI^Jv1.NN:-i>y+Ia zЪWXkVNя߮3[9P_f8*WޫOMx B#(tCڦ;rO l||wSzJE}|hC&AL @]t/'Bg=g#H(&.i9=U^]5YM x8gܡy؍gT/"M"ZTB$Tv1EbF T 񰅢1O[ 6'@[66m9q't 4&KpՒyX鲣r7T©RG`*FX:qϱEO4xњ}DyXw󊿒SZC~2wμ͌.;;?<]ڵ{+W,j*V&ߟ6@Z-;Kwg@11su}D;.:Z>kiT>/E.-TO9Y"ƭx|.E)3=pDs9.nQc3ƀLb͋^ZY=:_ \{š-[BO=  }hV v1!}U ZMҰ=+ϙ Va3/9g.$YG(- /#4q,y:YUUVY0 {d j/89uRCҎ}RGSNWsV5dMb"Y5D{FBUj,'ŴWW>Ԝ,ibbs Rg1@笋oRؙcG2dG9Cd\jϱ~ 2'=2_ӏ kʞ1s , PYӶ YZ