monitoring-plugins-by_ssh-2.3.1-3.9.2 >  A b4p9|&HZZtLȤM>h5e ?ɬ&K+ eop`O@jOp?/@<ɦ#,ޠRJA%E_&-O(x|Jw͋B: {^R-;~Ep )_~ o!+V㫠]mw0iQ i/ Px)ԛՍbz͇a2c4ЌL/@3c@gJpYP\ ab2d3755d24654992fc03155ab144dbd3d4056415fc5cc1c646c5bc45aee36dd37bd7a216104f1f99e035bcedf7b9b027136aa8db4p9|A5j -y YȪϳ>qEP W#6BM;1%d6謃fHzBngei\ÓZ#`蚺,'~Ό:&ӓ7@!53n(W`Aq*~"$CoH]pP V,Lma^BiM⛭ZU3$g+ڌU6ʎ D$It>pAU(?Ud" ( ?HLX\u     $ f hpz@(8$9d$: $$BQFQGQHQIQXQYQZR[R\R ]R(^R=bRgcSdSeSfSlSuSvSwTxTyT zTTTTUCmonitoring-plugins-by_ssh2.3.13.9.2Execute checks via SSHThis plugin uses SSH to execute commands on a remote host. The most common mode of use is to refer to a local identity file with the '-i' option. In this mode, the identity pair should have a null passphrase and the public key should be listed in the authorized_keys file of the remote host. Usually the key will be restricted to running only one command on the remote server. If the remote SSH server tracks invocation arguments, the one remote program may be an agent that can execute additional commands as proxy.b4s390zp36(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390x(Ab4b4ef0ffa24e8fcf562bc50edc5f0fd31ff463966970e7a0a9557a97400d6888a6crootrootrootrootmonitoring-plugins-2.3.1-3.9.2.src.rpmmonitoring-plugins-by_sshmonitoring-plugins-by_ssh(s390-64)nagios-plugins-by_ssh@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)opensshrpmlib(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-by_sshs390zp36 16442462522.3.1-3.9.22.3.1-3.9.22.3.1 1.5pluginscheck_by_ssh/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_Updatecpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5083d4f94c7d32b961d3bbb3d7d0686b6971215e, for GNU/Linux 3.2.0, stripped RRRRRRRRR0k ۹utf-82e05030c1e2100058ecaf45fb0937a89de3f3cc4202de7994ef2465c30c37599?7zXZ !t/X] crt:bLL &Liw‰da2=}VN3{yQEv(hY=/,?Web7T B=Eq]iJߒ?򑴽D:HE+ Ii^bb;,YiғDKptz0 KfƢ@[D~{wnE-5y8w bT& 7zEzMhO@If}!yP, 8^Lۨ=@te`0W"xb³,W<s29jj0)rx>ֺIe &wLzda(Cޑ8Kυn)a NJ~lj(RN ͣ} Y[#jUiRC_r3÷1hN 'Vxj.Fwӭ\Du%'|-Ks/XmGۊcܬ!s<58ӺHd~,7_~6C$[7*/v35,PJ1a->z'A,S4z!5EuӭElUR;@ jgW|nw˓*c3bӰzd⼟.aRCsR.yhCv9 8hlP_cX-ץ ʚdLOY&0RŌq?ՋE ~wu }rO41ڇ|k*viFd iUy¢K҂yMشQ?q+*s>5W-OE{vXs52/3G\O@Rό],wEzu:>b MpDtvcn .%G5Xz^/3Ilbܷkkta9Ɲo=+R|{"6_IgֿF:5ˁ622BHRtq 0ycR>W)V*#}Aƕo"rQaD.f[P>'AM Zˎ+El!HlwJ(g#{*6O L UQnvZJ GDS䩒:m$`PuƟØi5O]ތo>2a!l-s{_0C/sguʧM<9m!>1CBP6 5B" VP ,f4/'fY蛳V:1ree7o7.BFywнz˧-,o+pyƣa<,S1%_sM{¢_rW]CEAe~5G@Mߊ0J1b!vJ0  b/6󫫀ӵVP]5KP >{H:ХsaHB >q=aubi쬣6zgI|kdrC $iN8+Ρ[aa6h1rB5mӢDlƽ yIW%6R.a5\6n0GG41 8J%UgCm\ăU:R:#VFa-MO`l ]Ź]k迓R!'Ϙa/96% T#5#...*iw?!`R:f"܁ڳfx ^u H!3;ju~)w)!C^"b X-mLa$꬚"ܮ`z{/U#cۿzo#̆DOe]iQq}BKZn>M̛-NoJQ r6:=4Dj'jH?)鰒GJoTI/&:$&nNnrV HU/|NW̄GTQvxsK!Cf 8NGwa^&7 OvZnJ.;d!Sgb3T1بbr^Ea~"l졒{Զ z~* i+ϖeh@AR58c. ر] @&ӆg,w>n⼳/Ze -&Q6ō -b:vMTђ"pFt&RT@L&Y SƜJwWM O;D`a(&Iʑ:$lTjn.k9 ^5])ݐ9=c gtyأ LR&VG2h-kDpMf=ƅo]:@jbn֋O r"WJ$^m̊짙K65ܲ qex䮵#6Q+X 6C+l`☕[֓Hd^BFqmgC[v]Jۈjem,^"O |%@~2sQa$ցrR~|LCXc Ԧ[;z_Okg ,@oIg dqbnu>K${EJmToLMh *z4 'mηGcpP"-+z5Ƀؽ!/ciQ̻y/4 =g˅U+[Cu_&޵ÀOnɪ#zMda KZ>y޿sSC̙/TRӯ,6i/֜j,{s_ÅNW[T:-֊Gm;ZII#4S[6?֬=d¸oۍ8 ؟Ÿ:S 1zCHͰn!)~nO8~dr#_< r_Gvp8W>H>q/W _L:=y߹o(; :c]vT.U+J-r]fWmp-kֽI`<!lH^F0 3_dDRrnh󰺇ǣdZ=@d[:*ݷeLI lcAEuӱ驠A2PxhlVNgёg6*sĔp<,C9Cr (MydL(X2:ՓE͕zM&9J jXsHsb2T&zqQ0L,$@]奏'J.RҌw4H m**{ÌfoݾNF4Kv1'&og(Q6ɤ_hfha2eKǏU&l+sۮf$0d^``MhoEghs[a ZFTS]|OP"UbCX[xCzE|ku0S߫A5VT!I%tzwG>LwN5v?mLu%jw}1l*Kǎ0ҵ1&z~·SG[6 }=f^_ #.>ǯ`TaOqƝ/0T OZESD?HOO+'etŽ+6+kuYV" n%~uTҋ{yRU{l{P,eFKM_~%g Ph%.~i,TӦz_^$s7 g>3JgHA_k-?Y+fn|d~7Ǡ-Pm&we3tK2Fx/mد0}ŲZJz[#ʉZ2 YNOmO_R {YW 9ötuM/?2GlTo(辊!6sʏGcyI7=UJEm#zEd']lX5,sӘ cŷO?!: mUNhb:̛1 a_vJ.@f,z+|Lڱ?09Z;UԙgT:5'E;QPk?K|@|C] AFSeA~mh?M5ɦY7舘v꘴PmPyBL%,+LXmyZM%H*륚ޚwݫw| lX@E-_&)XC&_HVj 8xP+ 4܈N=|Z%6o燀p4mrƫc7`%c+ר-O۞J%Tɠv)۟//c?4 GqjZkj9;Ĥ0GIrm%fU_gr $PP 6s;m)2M[ ̂-0~FK!8Z]+mwPG#K=Hgu %^=Z0An{<3~<ƓN$ESvJ` ұܣOtLAvP9ܰxF8^ A?}|#d]|k# rqS )"gofy6tE\UX2i )v{;gNckQ$u9Xy 2 }F"m0,ㄭ[u$ llj2d )Yv -:$QOH[~ܵFy@Ede?.]A\3TWÊh۴h1tax38o! -͙hYݔzI]5we /LMsx}(Qӵnh۽`Rz {r9VTlN[o.3!C~&t_|= tN.a墌A1~EE ܽ]ZqAk H\: ]pQ3 `v*q ]5!g@τ+/Ҍ 9$(Z,>Wݜ"G1N - b$5g:8tYLSNaVcYP Sů%%߉sWGwaVcsb(Lrɛ](O>@ Wwsݫb//ʤLYcx|,#G~9-]l k:+Ss @Bh~7ϓЫ8>|e:԰Y=.9GlG`ST8i>Aq "tb0 %oj5A_Q.bIݾ.5*0uZQ Y9[=`',_N?Լ7LuSc_._^%MKG)/SO_ ~~$+ar3љwda@a0.`N2PTlϡ᫼Җ;($RlߩqZdaDp5W=r65v@J&qﳔǻb?3kl7Grdyʻ2W_}z-^ucLdk}!d\kځ!8c}"Aϳ0{$ o2E/b_"iHEN^[ws֐>DzKFFpel||{gCByS8nSerVgDbw]..A(T*3bmmC9q=`cMgM. 5ɇ͈'l`*m["=!]l&gO;sV7˦2Vܞh ?{U\l,-“$SGRǵrĕjI&x DQE51da5*jej!7amC/@|#؊f sw;:ӬDjş Mއ'y)K)^[K];C)"[;qiVg'ˊs_ft#!k@#"W{q82~T`f׭ϐxzk/qjP% ⣔2*g_O)p6~˨Z8DK7$۟46c%S ^(6]DpA0{AE-l }q.w>[ic 4i*6+:1GUzd`qW~"!%Po[7: uY$ދ( *"FK8 BRQw5X-L qvNJvXJ$)?! fq­lvcnkEd[ xXŷZfVTEP+1GJ`Ӎ  ̸DL'ϰ!H^V߄݈TowâK|qbHEGqeRN>B?3!aNNn4mU_%HyV4uqtR#nCS)Ȯ!#7*XyoY^dtfѷ .0$bcQRF+:̥nv.3 Fϱԯ8CT;wT1-^5 '{@ ;@Pݏ`<.=[VvZj=B$oH|e`E_0P u _c߶^`{bŒLҶ )NibbEr$FK1,ˉW@Q L ayb]\$ ң&-?ZA-Wp2D~n3 p?ȓS( ~1npXΦ豐mZà:1]xZLGІQ& 63xFk#됕Q RͺݨdC%~n (D8ͷ NtMu_8gn3o);϶a[U Ci(0~j[Ii[8ka)m'Fnqb I dҢٹGwl2 M$VVC[}uOQ6`86oITYGߣ 5Ite~I[JZD %<@ZNe*|ܶ\e9gG+ge#̸atT0 ppϤ]St5#t74,}y`ȕLZA~O9H+0OKe=TnCu gpx[ ԙI}ӌrKj9G?}@ϗq [ȕn.]e$ߋǜrKϋ3mgw&I-8X!MS:Fl딯7d*YL(1sE9w4ڌ v%s=c`@pM)~P 0|gM6ϻ<&qvZ?zűg J`-SjZ Z\mG,^8 ]^ޑ[HmUgXR X<0f(9{D7Nk7{+kO\{C+v*jn{H 3n6-Ku6+@W=Tn"* :LDHeO}&uGP{tb57dJڙ>_EҲgl5)O;=W} :sy־iI;SHS -wJlKڌz9}33+2V߿d_PhxT3ό#g"6kЕ a;N24+"ɏiWa앞к#.H50E4+X֜E]}ed/Rhy [ݏ-'`;E Ylt+ W9.ożn9"%Mź}vt a[:FPrpP1` }Ecp D?UNXG璷7!-T&ry)^ELvϴ,B, T /% IoW w+Ҭ6LEp=+1TdHVk%0t׉{p{'ڄ * 7o( &b eWad8"\O5h' )l *صwv,Ɍrr8T`b}L׉p&:-8U ܰJ/P[,7<;|j&Cpa瑃fer[}0CЅUoCnYC)͛~$ -UM//qA+/'K0YԚeߖ3WV.P% *>Q2doYd޳fDC(9f9'IP_CMVQ g/hd*_Eb x):)AN+M(G`5E &*m,bzJ+STR[e |>$:r㞖q@TLy:0Ժd2F*0j(< G}4w|ߜq("=;a\,W 5(bK.SognG[>Ӊ992 rBm>x;*Ut#6D =GUou=uq pf)' !9mIBWҧޡw?l8t$Q < //tiQA;  PC k+@ -~v %H[4U S$ :3F<R|a s% &+xBZ3KJՑC_T$t<se%azN:w|ccͫU:QK>7~K$[Vr 9REӹD .,8j=Wklb!-b\izMFjrB[imv؎^HٺX&3(ŋsWX̞WԄd]&. $mP)[n(]̚tR'OX NQ !ADC /8Ug9kxM C>ha)A.UmK=`{ZD<.`1924/a+٫}֬R&B;0߆OĽ ;Ve9R sޙ6*jo\bkՃaZ3|΢?ۦxdrZ[. :0,) xWq<Yq]s_Sn4uU! *H$], $ 7Mfq?>6\=\$06ځ,xLfR&)W2I2-Hw}ʝ::!B5%.޼o,9k |ameдH:-I)2G, ('ʭv'iviʸO0UƟ\(!c :Nn (B qi FTkt^ pQP~i9@Mm4`@Ů*%ODE &*ˎJh<-$Ff\mᐋ#@I~\89oCrY'FiwzLZr;d@RgIݝpB'S!eXBf^L= Ka >NTZ8pT %t@߭dr3IJY|Rʛ1ʳΦ^0߈2VEWawVXAq`_F7],ZY6rΉ19Sm'=5Aǜ; rA*qj-q{OLp5'4M jl.ڔ 7%j0KhUNV:*i3Dωi83,xW{[]!F|>El\qȤ Od~nA _&֜nkWaM`wU>]>j Tm뼝 A[CI*Sp%bpc@0SR8$چ"_"i'?,dnX5UV{_.ƞƆ]_M$8;B*0j Qrnw/Ek?*j vuUtTt^Oh\TrZ~U3JH?F%bΛ7Gd13XT랶3;0܀3"rrQ : Bo&Mȓ*Fڤ4 .wgY5;Js 4;ZT<} +?x|cR*1[rx P=q efTSfEOoeWwH{ܯ XHE&Nva#ҖX9jRѷ]ů0~4QNdsHr*Ivy(^rl`H5"LrO~/o#mؕ69 'I{x9 -M-ٔnRp?!J0:ob_6oJ֛թ'I0K?c:ˋh} ;'UЧD\ϝ:0[FXQf>^OjҤP.,ל9tyn ed0(O:WHKwÕH1x6<0|z9o~^^`ۉFdr5D4O#{*edžVJ Pwe!:kk{Q:T0_$Y x2vxk/^~q_fhYϏ9 \ɯ_OЄ#0 $b2$$ф&.'16|.Q]pъ ODuL`}IlX"mF.(j,z.YǃQAK"_a%˰ X({=ݰ{A\f"b@̫~}bjL2^P(3Yū8ăI+nJL0zX$Gq?cg! DWqܨk#ݑOEIVVm$$(v\Z5 >h@JN-V=1W)l QN1O o{IbDoY~u c ghy"oTiՎVtg%Ca>XlitHYeEqAKlڡը[ ;H,C 㢻E0x(dw4Wx`2BovW 2D銽4zf[m9n5[?.o#k3j8*n]W='Nw\@ Z/Ih_| L[3ǢI;Ol58XF#C/Jn"IÔq[tIQodIԳq_W]Lc^ID Hƅ-QEI&eLF/pnj!vu`4Cu=6ʚzՉO&v;#dS9[?J^u|ͧA XI qӪ9|.F4-pˆGWb9a()?]kZb XE :QAwF+(ȟ_F쌅懹?e͜|4V!kf*TMʄtkt;e8cl/{(mXR R#c]h2%x?ҙ>_F=S.4XOXJgubzgCE[3Pa-]"/ﴫS0ƞ$>M'J2]yq$IT%dBCa1OU>l[ݕ 8"軪`"#Ĥ[H9Ɨ"梿7{_c*4$qn"BP63Ϥlպ|R${4{s·|x)DQaB:|b^jB_jB sD=X"n p0]vң{)?An`/.QInt C%;"۲%|ukɴP=rlFT+tI+ja%J2C`EIjZ3RkG\s—؁9>C8 BHZVY9t`G#V 45(ϭj+f$S2k/zׁC3k1u/x` !QKĮ4Ǩy~e6}M"9zS[:(X.vEsw:zi|YwY!se*TV!f|%}gB,unKW/ | RNiHұYd5QT#x:d.ъy:w=j@) {Fzyve*ڟj-b+LOZADو܂e],ھǾN2]8cy ux;/^4fMVʴ0lK`m^aɑorMBQ@]icC<4Zqv4҃WSMA"ߤwf)+ID蝆I:H &?]64$ ˦2.,oG& zWnlxv$84KY0Qa҈^2f([c3\_vPĶӻ^ VGBڮ9:$P~ x xNRʑPqٵޠ+5/_kѶ_h@2ma!K٘DA#Mπт\\i)Hb&H5[iч ݐ9<#EolvŒWK 7q Rڡd{p^:Au>p4'[F-h-L(@^ˆ F20_Nw 2z?lW*}9cy{zg.I6b>; ֆcZ bul} Qw=*Uz?Wv~Uv! A42@\ь}TdoN6<9ȤNz7:<&XhصozVdwbu~L HO9V5%A`'wnh_\ߠ_7x @Sb01%mq$"L$YjX۽{{ͼf[BƗh8XUzXÅ QI>fj<(&( HHQ,=œ gOTWء[Q@4:O^W`o+bbE`խz+ RWΖ^wU# qD`wӸoVhIߡ|(?bsuFav(U{2p,O,ϿI&#^)U2|.U$ߘVIwI%0,CLgX?Z:mp]~̼[Τ|{*i 4G6 r ǸRMdwf̃30рJHe+d߃#@XTYȒ0nvx7G.m$eq ˔Ȝ{,j]kȏ$_hK)L~'^(Ю_&R&Bn|Dفq5Rܻ1KV|hJ${՟3M)A$Cґ_.w3Q])vDl|IVmY,VrX= V9{ʰ:XMЌ@+v}Ԅ&)`ZC 4GI*әl6-=O^ b[vI.d K{31/[5u}xlu0-:7.r! 7-JB.B|ڲU< qZ/k ^IthK-# w0 }X%J L3t_1\z,qZRrDa'cQ0I7)XF%—[YH/JЗqg{}KҽwTu` qAǬ_?bI$B4;e*@ӋL5kh\<[zn;Yz2!؍K>N  gg'c~SB)~8I9b{Qekn,J`=?E%uGXtq{բOc<|o~Bx*GeIO‰i nſI|%^, 0u{~6d3Kr)ԣOQCƿqk PN mձD꾷VJy()iҰF(NsB+^rV_W|t5fh%$._ߏ)=ɼ-MiJp21-vBUt$8pk5F Ŷ+y=bѦ:](:xS]0v 3涊6 ACMv^jtGQ2T햵f@b>M}l6Mpƃ<ѶT+B0YZkMtyv'2f܄ORw) D8Յy6hZMc~8OU@EP.J)sm$ Ի !ĹĽ] AO !/sS@b;1Xxh16KR94Vyhvn.*\aZ(~ߗ4|TEsLL-l9Toa[>RF 3or<`ѹ)XEcf;ljG\_ ^n,ߋtS-fiVfg #Y6"XQ=R2cpBԋeLɠ]at1,R|B-׶mKW K3_-eՇ\fK֥{AG HBl睵Mi`OTT4mB +\۪E&W0ZT+㉬cv&ǘv 7XħO^IEa_[,  Z#>qwD5S3{s^JU@ t˙7n s/oOFݴkNyZ̃MVQN!p=,ׄd8U@2`Wp]!tfű7CP?/ =ɋlɬ2:4E.v `sVŻ<E igphFV`2yw2޹I)Q5/ x{^_6~1{ X?23v 3*2Z[ȰKp1#J!Lj#KH4pȄUY45۔YEPIhPU]V ?)L,Bi^vM3ڽb̽o*~]@t!,3^hrۉܕV1|l E tGXGwP_ #]ڰpsih(;; #`8֬ܛBr WQ+cx{~FhF-8Iwat|-?C /¨q`I @HQևǹ⦀(}zDX= ["gLA&E.yk!G{*wt9F܈cWWTʁuP Qn eD(݈jhtq " ru<5m,^R2ᷞV|*:D@._Z/!DOnΔBL/NCQ r^q!wZӲļ[ὧBq, \yzP.(N7eVX~| F,Q'+~O{+=X=|2l|НJ\Op6}W'^q\T'^-qJP"ʐja>$p6FUGЛ=}wa"wVn oC+Iy YZ