monitoring-plugins-icmp-2.3.1-150000.3.14.1 >  A d"|p9|z4F%l)]\ ỵ@濨|?y8JVg%XUzeV/ ZAyuGa kւfI_u~ŊD`e ?YT+:=PEhd/q<0}7?軰 *&E"U7Ձ3S7eecebff457f847f76ee3648f5cc1aedc02d934513267f2512706ce107b26a3763dd19cb2cc49c0b8e926f1fd4514b41248bd7d4ld"|p9|$PKnːx닷Rc=AHkO)ؒ5U,Vf 3=U~*ժԦ5&,ry8y'=SU-8.ЌƿRqRFMss"wg(ᮖq#VW\$Ʈ/k$*s[(pCX?Xd  . VPT`d}  , : H d + Hdh   (8%9%: {%>SBSFSGSHTIT$XT,YT<ZT[T\T]T^U#bUcVQdVeVfVlVuVvWwXxX0yXLzXdXtXxX~XCmonitoring-plugins-icmp2.3.1150000.3.14.1Send ICMP packets to the specified hostThis plugin sends ICMP (ping) packets to the specified host. You can specify different RTA factors and acceptable packet loss. Please read /usr/share/doc/packages/monitoring-plugins-icmp/README.SUSE-check_icmp for details how to setup this check.d"ibs-arm-4SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxaarch64if [ -f /etc/permissions.d/monitoring-plugins ]; then # in case somebody uses the permissions file we provide # in docdir, run permission here if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system monitoring-plugins fi fi  P ́AA큤d"d"d"d"d"d"d!c23a9e35760b8fb895e91c463d310a0546ca07ec59fe058191ce34dfb955cbb99b46e4bd519cd3db0df4d6de2719fb11e4eba2135a521fb18a58eddb7c7ece52706277cc1ecc39d9eab0cc417f789d8ba88419e71b8fb33ead12aefed6e3c545check_icmpcheck_icmprootrootrootrootrootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.14.1.src.rpmconfig(monitoring-plugins-icmp)monitoring-plugins-icmpmonitoring-plugins-icmp(aarch-64)nagios-plugins-icmp@@@@@@    /bin/shconfig(monitoring-plugins-icmp)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)2.3.1-150000.3.14.13.0.4-14.6.0-14.0-15.2-14.14.1dw6aa@aaLl@``ݮ@``2@__d@__[@__[@],j\@\ \}\@\&@[@[l,ZYܶ@YX@Yg`Y.X@X@Xx@V͛@V.V U@UUTT@ddiss@suse.comlars@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- Add attach_disconnected flag for usr.lib.nagios.plugins.check_procs and usr.lib.nagios.plugins.check_procs.sle15 apparmor profiles to permit /proc/PID/exe access; (bsc#1209194)- 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 build/bin/shnagios-plugins-icmpibs-arm-4 16920171592.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1 1.5usr.lib.nagios.plugins.check_icmppluginscheck_hostcheck_icmpcheck_rta_multimonitoring-plugins-icmpREADME.SUSE-check_icmp/etc/apparmor.d//usr/lib/nagios//usr/lib/nagios/plugins//usr/share/doc/packages//usr/share/doc/packages/monitoring-plugins-icmp/-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:30245/SUSE_SLE-15_Update/5620cf620fdb8615cefef88c22dad768-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxC source, ASCII textdirectorysetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=557a8ba8596c4f705b80ced0dbf20ee0d82ca5ad, for GNU/Linux 3.7.0, strippedASCII textRRRRRR2AUPutf-853a509ba426baa323a7ef2600cb643617d8381c9ea6e7d508bd197f1da8e997d?7zXZ !t/j] crv(vX0TUѴI/Zoq{G1C!UUZRy1BDu.Z0a}f)xo'/ؘnt;"\4蒩\^DA~EI}+|Fq@\FOfW-@mL $ti7G khr?5&AfQy$K*xPVl :^[v{YFӽ.{s g4K7lzFև@-&:**JqO[Og{eM76hC Q`7'Ɠ1kd'd%ii\nol+ myUL>`P af_ڔO0lWtJs;! s($k1sZΟZq-F7wq2zl^I_qX~! ftQroEel_66pf%%AMAu|n}Z{|A1ZS?[=Cu-6ivN%:DK I2R 5?B,X*i|CH4ԏ܆&jѺ:ؒw+yv29 vO_M1 òoV>ඒ((._~]\XNMhbZn:!-#mf3m\lJ5&68-(֋@ ZueXÖ~7 2ۍ%o^'fj(~ae$krޛXpfeҎeR46*}QxX[<W-Jά<};m:0[{^`d0WP2샽0"Smk '0O֚r0S}0܅ࢥ7.sԭ[~D5C2'*g#[䗧BP~m ظpVu"5Ve y̭P@Y:ǝ 5+w9)\sL]^׼% xDlrE#_Jh>9[aAr  ~_:iV/C7/Om8х`@SIpkcDp#*ڻ,h6CJJ܋ Sz4VUăRYxD^|! [!GzO?q.pSHfMsT)(GMMc&J Ja=@K5 ZvsWvl`eqȼV< m *TA@&܌ 5&/t)B4l5amwDi}.m +^=(+=M9` Nǟ]Ϭ)kW ltA{]7gp'qrwq9<īH'z.zOB:¨0< UI(9X( x2I']oڕ,fNW'Ihmq^M`Ho;kTY/PA6P1Pmr$C@>D 8wM,|OMYѕrT"ڻRr EIƱ/Vb9.ny6*ݴ^q]LL?RDKkAằcMa' |j܈ ֮^WS X}JY##~C.kdfvУDcd.G<ր}]Z/$9ʚ.gӎT ;F2[O 𢐀'3=蠌>wh{0f"\86%j A2l?sRƖQvf")٫}`1g9OgꑪA7“M`"<",D˭I_VԘ= ! \_QN./bC2ݻ5%*+j"z[=iw~aaw:cM@RA8LUM¼HYwLt}44z&ɈL p?N,c"_* C@ 67Ҵ&t·/x1HFQN՝&"Qʒ^p|BG-EHI~xßR?a/֛ $/)[# : 4Ci abGJqƆz@# k󪇜[# i_n$XϫTyd/k7,,;V wwh(GmO&vA"`?)|jF *6(yαaӡ[ A'@qB`U[o\wF4(e|ڛOG[aݐ!(Z*?OHm901jP)HZʬ_C܇JyʧjeR@m rgW|@%sΡW%j="q[$u`&"ZS\ZȦAdY鸼3b*B@0L.1qgK+g;cۺ}]YBsA#2in]0 7ϡntD2A-ؼGjؑs嗨kL? yPu#T͒e bJ3aml NW&OXZ]%i" \** hn4}0fd ;-PWX1B$n2Qc" 襆A ,.? !nP -(8Fߎ\x̋49˾ü'AHO$Y($T~jI3㨿d\:b6S#-qa>9t&̮҄ jр{|K"K7$WxTv*.@v4y!*)8j sIZOW_@Ղ#4. ~DcA:R@ 2[#)1 llN1W:3i0?Xqx%l^ J2?Lr^9 +^`T>Pې0&!=N/D:iH֙3unqݭwm'H!Y{UB]>*¸9o+5 É5lkT"AUoܪL7YmǷM|q6 EcBY3%ͪn달D_x\kO>N[P_xcyEPMݜ w'!Xx9F2Dzx >X^U7[8UpG0@!Zr>PI&Kⴷr[mlh p&M 'Xq(>ÞNbE):MPZe=~^0W9_B$KM]_P х [q_ ̝0S=6R溝-ڗm}YN(Fs頜$u *ty1chpEhA0֡j}ӱK:óGf;E4臋[7}PZd65E 4 m; a ݂ |b hvIs"ߪ""*~O*"Ѧ HC!! " Ҥ^^%j^i'=j $D{2a? P悼b >\XI[yO<8oorIHTG!źdl|+&q&OJwtѫSJݑwZIygZ{pY~bz/M#:.aީn\iPRnhZLbCX_0u<>lQMɁ>X!5 px&Oòs&2`qTkNCTb]^=y,SsL}s4rnLcL>\Ĥ@޸LmԧZ!_,Hgc^ V^2OY[s m(mFgT:x3:3 VS\yQvʜ0whLe;q,qD[=eZޭwO<<܀=Rdz%oyC3x\>O8y+OSGc, A 9>Bu^^b01B6!ˏIib&aް%ac@5~t,Z,CڹV@zn^[} ggpX?ݩ{A z𾫾Y䆽mIblT3K+ s8@V? lX[{9)լi$nQYNxa]S/RהdA6C .I[𱫑@[QJ={%RWȍ9ʭ¾%`/D1}̄SJfdXElǒwiO$ ecuwd4M*# $'~4śq b(Za2a46 Lc7M5EXJ+r8b6SEÀE.\_'}#s^ Xt$y)H&-C92RLj(vd)ܾ$4i9t[$/.C 7G t' !\(gS k)YP'^z|=]T""<)z6 ٧d|GCZHE䌯+ʖA,iιN֋"36|VJFXPkR^#t0ltQ7?}qE+s.UuwyҒ in .Ef} ,C#Yqʐ @.w5jhFVDBLkA6a@Ś=kC$F8_HIln+[e; {eleplrdr:U5`}[z6Y:hAo !SǪW.2o۝ Te|0)1k߉P'Yύ" TXhA{}U$* k"!jqBFəMJ<)2N/^=yޜ;\j tD"_ߞZK[AR,`_M) DEJ>@f }fІoՒ$w>%/B)q4E/^z4pe%;LbZ*4=6*;/uk<C$ 9W@zBj@l=l~FA@4;'+J;w^sEV\?1%V>t=VpiG. )$^8L"hX 0%Q&/fQNF#8 :qq}w]M& Z 6` -hCLڀnW/%3"p}ZI7מwӅni0-ygRrBZ rRE=fW RbF"r:7̳Ԅ12'`R%7\`ҿ7 q^Em>ɳLt# d #Qk.^c/[s] tl'ng Cp%ā84~Bi CvQ߁%8Xeoe{@r%i=y`6w#_ 2_[c7i*k]NJ|4?X1?#9(6?15{tkQTS2-:d$65ڝ u0F$ PiGkV6ӦkQK2=7l{F'<A@'4OqR:J(&=c1ye2Y3,Acxa9-'ǯK'u 5 y915xʬKAjNɎhL2 ]zPTb(hWd!k/fB}c qKr5?Dt8%/F*a5qp} !φ l/b2/I&)Yt0i$BkW1{*ҡ1ùMRU#~'ojs@?A@sčo(G!<,9 5P6'#7"dLcN^uѡ T>ׇF! "CmG"\>༈B1|J2D#<}BPոenZРrB5u U>< YgCV".&£rי{={Pjm֊ܚN*C ؗ 8ꓪ@Ze!]i!sD-[/wEk"&mKs٧G&5;_}U\.]~BO,Q gGQgKM@!x FG|{.=m iTJ[;92"6G#@GN4F1iAX]$z1(YB4)eXݵ;s0x \ϢF/z'jhW`pCo-kvRVR:2qf†1j9SH qe?,4Jݱ3$[@ߨ;\@2 ƠתTĀtkƺBsSr-ZKU>՘o?tfgJ2e c4G'\Co(kkϢjŅ;=P~z-ndpXx7o cEٞcd{$v<2إrj֪x.:U)Av,yqS4brޅL# UjcQ-]O=݂k(I]z(IDFsnq{rK/p[HDO1dGPrA20Akuo?cFDŽkqRJHPqPj zoS]aAcLL׽+6/U'tJ(Ċ[߷-q;@QjҡTR@XazƜNߪRkn-O(ITwQ^gompRV0F. 1me&a78#\js{X TRbPlK JCLH2קj8r,]<D7]h?t}H6$ B#aPJaIjn,ى;s:L%>9J7 }=%T߷_c7c"A"_;~.!] XfQoP fxxgZ&&vZMb?|38_B6Oph.g|;zu(%b/?ЄV~Cݝ:A(4*aO~.8U"Ds5в$cphghKIFE _PgXh,E3-6,E8ɳNazO1?,uaxv8cxm_oHm$IWG X~㉟vMv*J )e5czkG#i#zy;ofW>G- :RL#HT2Ţ:|n<bD7# =L` 1%T_ХEF#గ>U8`jǽ6llq%I e2+[_2ƴj[!z~G2 Ph ae+xA.axCvڔC㴹:ϴ#f !]/D=#̲ QtK9ٷ:$vq/MEzՋm\>l R̽T'X(uVLǜ'^.Yr0ܩb4{OJ.JBk聞DLss,N~}aX1hd7~C #"B 4EٍUct\|UB,N0F́Ti͂_H@;?GFc5bx Js>.h1±␭%fW^4ZHr}z|\JN޷QG Al/p&e lHy)`u/6dž&-5ÝƟ=u!\@:0ܫ 0QVt5= x[8i갡}ιXuڙk/"Lf"d{ tZQ<ͧ73a lF4ԖUBV6܃x |(Y$'dfJv?+<ο^w7#?|B4[\6]՘=':mny+)i,ݽl,gmW (kVSg3A ZI l=*]4,ئP8V[Wȃ^2ΣIl_*D*|( %5ֈl3 G03 D2 jNR8v ~, =ipsҦ"ҊBsq(PiB,`jv ]u ^,â8qF caٮۍ8%(aPKY%Ky"w#Ju]lǟ)EQM{y%ՑX(樯4>)r"}2iR`zB45R җՂM+ZQ/qe;_F qX}OO v ;G T~pܦp1[sZgM̌FADD/_3O٧I`cF$<"܇PX|@Љ? BA?zk3'a*[2GxL3hUASev|7|ɥ{B5zE 1{LSA=Ǫw,t:h S:MrL7lN4VxEc$@`V}w'̲y{%~D|Onև49 Q\.ؙ9<{zFTN_%w{cܱM A߰r^eЂDJ&Vx ɕo᧡-ȺLqKi>仴#D'Ma1$IV$JZ; !UY@0 *D1z#ie-g⥷M1Y(9 aDj4xkN+>xl:2ʍUdRX@ߌ$k( )*s A.^[c󞑊~a  ڱ58- r4. EFAZ#U~D៖0-1N6:#  &|^)Oq6$$OKс؉&$`}(E<*M:V1TSMY~qIF-hd7 [ǚQ/4V Ҿ~oO`$$-nlخJD!;kQo /p MHg\Yl۠pZD2|AC}EB>~p+˓Q{ʺCI:P*N ,qfut\nzy ĘzCs/@V+b>SqV'DA}S&nMBFB@χ !VUOimxmN:`RLKL k*\bV5ۀB:HESj>l~ m](>p{ ap@i=U:2Σd Gb5SG idM\=~Dq ؗ8+IW]L& 3ј)JX-swBT_uie'Ip*z~CZNU0"U/ Fi{A{"HreL o!IoNJ1{ QnB]e:Ns˧_2d"+y!QωzxY-֔h.-TԼj5>N8D׎vFXszh)(LuXNtG=J4%a÷|nAF;d6 ׆)J})5KaBeǺAm-㿆D_Rp&) ӲJn[5$L-j6[SV5ʏX"#Z:{JYLm K=#{ 2~?ѧTq<ޢd,_k65@!x%&e>5<]W1ޝ=ўUވ.9 >: QAfW\#ϞDN_Ӏ|(wH۪v$#)b3UU+0abj1> ן.odo:Gsm7ozIROyCyfYu1/n#~4[kj, T:Pl[].,9b9Em+LC"vt&7㧗e9oZS$Jd0t;>:2ևK+AE0LSl+V~o؞etuymRZL%2a-3 zC@c&G稴-@k}HPJɜ ,!MjhPa qۂ'#+lQŲBmV3 chbN^}ջVEBQFtYf\e`S.^__jJ4t6FE_h-*,=A@@r3؃"/QlSjOCk4;wS??V{̅c4fozX߮X>ǜO/cH!c!ee?Š\ wcAAK EO/(W&׺BР%E.>fg䅃w*qTX?q4hMI(t%nAǷc|Mm$[FF:2Dj6[80,,o }v##ћO/eUSpҝ(a:z ,f]g}hhȵ!x83yn϶}s`җva؃K+70aͅ7TITLg/l_ c) CTox9MB;L/@9,DlL XD5?AGhT~G3N`&PO{QqDI~Kf̩{k&'IK86qx}%(Wu]eZt@6zfa'd*&'El#%=bdpgUSK|tΥRDŽZAaQV_hx=_хeUnpO`x:qӏdmwv?*`LN[['!< VWv?^Zn}RϪ~i y|HpO[/'g [C)h8Dǝ_kyz"f gb&`'oĥgaPe!?O"lhMe3{Tl7%J)5MAdumxg^8 6,kV*P$sx+kp51bLb)"l~u= IH6F*ATѸ<$Z[ ͻEEuTwpfcBexlFrPEm:?}WHfi}L9OdQ/&͝NP=KaId+4}#쪹':src>F.bRlnX00T&Z ea)pP"[wQ+Yjp svװp~22vx dy̗:] i1ad=DTJTFB|Ia?ZH俠Ejֳ>̤'BL4&x*DA5tl_RɻJƖlcLV5+Չݯ`/?0 JKELths#o0kP(:Ja&9#% oN3q&<5<6fqwms4-Ocѯ!řVC46^.~_T0F:JAn<> ko,FX6ro2O O=$F_& x?47x=_W]{%МDWbi2LW eẀx yx)R?$= ,gj]5 w'UoRsGlWTYׅFdqr WPiR JaϊXXf=)ڐb;Qqt]C7@=J%)/E{Ɩz.ήTY|eU2YԖOkoFc) ƫ,A:dp DNLAIg 2$<,E>3qZZ?"8so[;#Gh22e]Ki:]t6 +p BDd_uCG.df@fDZa_v\je˱uDž_zXSuaz7=74a}[m6P&J OeJz#cJ͗V_:?}䨿]()"qp<1u;OT~Bjڋ+ V\RE!9^bq xZ ǼD^@,f$$k3yM*!3%x@2L8հ7N<PD8}(in}8e -bg^|SS.׍z>`^@~yP_?ƊhQ D+\N&ԆⓎrz] S˛~rЇAc)@E-Q >!#n'[ .dp"BH878x06<p}ajC~6ezخҋW4vX- r{,Ȧ@O,(@;}uEa~$W?yEÂ.x DsάZ^xjgb:N=ӻ{IZAx%O2kzGcrߐtZ%i*k!w5|U{sx#]}28 &nf-(eR̤yhڇȇvAVQqK>MR.]!X8*#Q~!Tp#1uB,,/ikhSuܪ3_ $a_o7)u1܊Am !Gt~ݧkȜZ8&nDliUKLpT]-2˶w-C^ KY:N؂R=-.O ޜ3lkXQ4kPqb D 7p54\`s L&"f^"Og>D鄂%n1zsZi\9 Vyd̄imiV-hwx؏k#voD>77^?6PBܢ'"h:Ry3uי+;k#b3nOtDQɲ'?>pFRځBǥ|uJ[TmipT`V{}Q!}O^텧w-.UNyv <==S?6 Fw0$27ve45o7߯rݬIQ!;(E8+95;gۘ}t#&ǐ{ĕ4"dET3ފY/"P!o+ٚ=;N@WUA2,e3?zK3@s?oWc(;{kqU>':6]6W^}#/WlMҦ$֞$2&ppr0UmԆ~*ڽBԨIHЇFl8eC^pNt'bdUe}LL=k `3^a0C H PBzV#{smH;'ڧ7& c .(h9s,hgKs lU\t/kq+=&rֺSE5ހڡ)4% n9+[2U/Yk|-j2UU>C?DHn?_6^2&hfJz벘,蹏,CI63#dh?~9n|7pZU?X3,}ÍJVl7Hc*-< 6;~t5 WZ*bM!m:dz ϞC|FXY4+C9+\%tcR kzp)Er#Nsş 9OjwXqoɣށA1pa($wKgTV|Rw7"l?tMhCcE~{%:v)ج8e6 S?oʴ yRx;]۞pSC)n[Ccv/e9v|z"o ЈX->"uBAI3@k*[1gKٱ.| .'=[r=UL3*$ᆦlϣ旄K cH"\]闎]Y]aTbg_ܥO-T6SYܝ$lځ,Ť\Έ~*6y-A\caS&L4ޱεX:FM͐ye6^ȄhY筜H G굅|@/vj!p24]co׊|8R< y6H ld ǘ8FҨ$lMNALb,x' Ɉ!gsϞrռu1ÑB%ܜ\IhL*u*lKJLULXbX|+F>asơ1őnF+si)| xe3A FUÃ0[b}3#w:B$\I rJL@%nVf ]N0HrqvyM@Sϟ*f<ӇaV!}$$[S k!K?⥀)}n^m:^@!(oCE>D!"``w̒PzNoj_?jUa !c']ՠ R$<aPfi#I UXo1!9{'epzť\6QAWX%ǵdm5+_NUQߧ^sq v0M!^ɘʓ 4ݥ" -3ĀN=2z܂6K$WgB[8W!"vG>v|uy&&C1+fk+u} yGPj<& 8JXR%LpͣJb(mLAy E,0%z^5}p^C>؟OӿQ: \{ lnޔHXEwJ1~ÂʫD!_ R1Nrel^D^ˊ+;GV \EQ PEϧF."CW"" iT ^Pp#F!$ %f![NhT$I??|Cr}qLG~$ڮKE tlA N3)=de:2eW& R svBJ"(ԉc 7r8kiVVI*;j2š%G4 Rj2#~|=Iw;6C;Əoy5̮xR7ߍb$⪘:oZz^YԘ~LrxOi`r~65T[C_AXQVn8 ~lvYhhhcOF ̀o~eh(vn(ӸD㪫KwV"_ vs\ב;q_tOF`sfxn.wl [iquUz?8:c9C[GBG RK#e%-@}UedZE YnB~8.UR ߓ[xB!/iw%6 qLy'i3xv/UWn[ &K <|6JN8Uʳ9Y |:`fw  Lfg2aFks!_„ԍ)Za3̻b0+D ۴svM%.z\y^2D]<9dmҞyckXGh M@"{)7G寈AM!*_ySp#o*֬,;ɩxժd!v5յ"Omq3ccBw \H=xɒ59<"?NRlj]aKzhKdTۂ^o_kGC*K ؔiRqcw{4\lt"oWa?ӭ SX ]Ũ5cSР 8+{;lё) H؞~6qw8,\Ê 4y[:#!2[S*(q2@J X>ԘGv +wE1-T.W]'҉ɧt}v><OT 8vvY;TZMM=2MUำAFm~ni ?[5+t텪0鲛H2G~ -lD:V)"Nδ5Ke/rd>aܭSUɟty6;ɱ7~}:ԩH/,˴KG\ AJw^A"L )V k.ȓ鬠r!Ejb_%2dddp>|aA]J%xP:Ń.[Tp0q? )PZ]ylCd~`QYK7E#2,_/4ֹ_C٠%r`@}ފ;?&؀.IG
̿c+$axeUI/ :s`zgUqx;ٔTJA6pUw.^~DͩtDTwCA~/[=d :oP2x_k+Ta+jSe$蕨ħRrN6hGoLzɱ[sVsW/+`{ڬ1bzVahI.|;f9[)%[8RѾ YeK⧾N4Tn}4 F]Lц=*w6?*m8zV|2y6l*s8-׀҇0zN{jÞ✅k9) ;?WQw1S[-Ank\^, "(}py o[#,kQA3q!Wk۬w]3ɇ6Zh*$]]t_A5|hP,6 $IER(TY-r xt/ٺ~Ԉ8-KQ]TGeJ#e JO\p a}p6PHO$&A@ߐE5{NC( ' 03Z})y;Qq.3g«l9&q.&̬q@z0%P0#Hӛ:-Zk(Msy}e," 6Jv>HQʨ?|FNcEN8D@_¤EB5}Z–qQll,yf܊[sJnӏS#?̅V#\9o}:!n& ^)W~Tgꖡ3JT &aNB#l;_YZ+_ 7ף^CEvURb{Ts3gÝ@:o cQ tf\cpbhVҽJֈFQwdA"ZZ0:'9Htckc *dTa C[馅*KIok]J^C 3ZA890$#+1issԳ6,'bCqT"EM$}Wʬ6Ϥ]( (Uu܏*ࠈaG\y%}n,No5<~-o;p*6nàh\g>zXS>7j=!EbTab?OSX:asaժـ1k3"榁ic:?Z_4(ډ$6rQT, C #Coڳ68*:r.s cIM4f77Z u'&)ya&Wc.Z\>2bIˋQ!93Fp.5Fa' gvY̽р×@ǮԑԦW򊁶{]98Vֺ%mH<e.lxe-E4dŘ'۫O0nĎ0QH?J}Cy\9nav YZ