monitoring-plugins-disk-2.3.1-150000.3.14.1 >  A d"p9|҈{2 )Ne ~ˑ(Pdn0H+ag LmnQ @U6O~1ڕN}`+IH8dzt;¯ԉE 3oӪq/` *QL)| PG={}5?$]`0ըLMqאot 76HwDF(0K [Fkl=˷i6^Li},q-s/(؁'>pAV?Vtd  . ?&H ^p     0  3 (k8t%9%:%BRFR+GR@HRTIRhXRpYRZR[R\R]R^S5bScT,dTeTfTlTuTvTwUxUyUzVV$V(V.VpCmonitoring-plugins-disk2.3.1150000.3.14.1Check disk spaceThis plugin checks the amount of used disk space on a mounted file system and generates an alert if free space is less than one of the threshold values.d"s390zp35SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390x%T(A큤Ad"d"d"d"d"200ae5e833dbc855e62e19b2b4633b994dbde5150c9f9a2ace971a87f34f4b8568b74cf311e9879894c7155e18effde1a5f3c6d1b27c887f1838f97218cbcd9deeb2a82a8cf9e1efcb15d6c828b0f23414ced6a8ef24832f50aa9a1e8ae5b636rootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.14.1.src.rpmconfig(monitoring-plugins-disk)monitoring-plugins-diskmonitoring-plugins-disk(s390-64)nagios-plugins-disk@@@@@@@@    config(monitoring-plugins-disk)libc.so.6()(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)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 buildnagios-plugins-disks390zp35 16920173842.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_disknrpe.dcheck_partition_root.cfgpluginscheck_disk/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:30245/SUSE_SLE-15_Update/5620cf620fdb8615cefef88c22dad768-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxC source, ASCII textdirectoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1612e4f53e8675c5c9cdfea018c1f130c91cdf49, for GNU/Linux 3.2.0, strippedRRRRRRRRN!l]-[putf-81f0739d9c5ab6d357359d87d300c6b8e048751419144c44d2a2b1c97b0d3d7a7?7zXZ !t/^4] crv(vX0T n>>~_AHˆѼ+? >~vxp7r~"ȔJcRy52!mtHr$qQ",T%q֬6{h2׀I/ѣLF;fGo +;T\YG"x s̞.zZtbK:KYW1}2L`G]1Sn~Ήd`Q)|o1 SI 7wy?Pdp姣莈2,>@v\>?`>wb~&ᒜFIkkU)}NpEEyuߞ<- 1*Q ?~UnMϻD=do i#|3|xgtLY' NJ,>kݘb6I T $OR=$݈A#1| :A_ fv )so\"cۻt dA^c܌ٿyE]q{'eBBFpP5m͍*ڝ/JК.MոӻP;%Fc>hɷb)[;{_`SYV>b;!SmI|x`YLV8K[QY#E(2>c#8Һ&IF&1辷F\{j肏xyϙBd^"r>v0*HSG( &B]Nqy(LUFx9 :wrJfU*B2Q_57ʆ>0 醗?ZߜxP i"ܑvdx FFxl6'݊+:9\Z-xg)\l7>s(ıA7(1:ry{O}@AJwsL0IԆ&D@uԱQm+I/0e)veٸ^5tq./86=Ez8Pρc]qd8b Oɖ5&pۚQH鯍ͅ7 &TQK uD+ԟ$i @t+D2,1tT&&`htJ g\+1LUiq"1%;_j$-'E΀ғ6ܠ> 6&m3pGֿ2iECnv ip.Y-$4WÎi&WFmQw:~mdyٸl+͔bw  u&|vV%/Vp춾|Kv]MwݮR^S륁uv:xީӹA5{GG7@g=1˨oF$MhRʬɶG tͬSׇ1'ҫإ>a-[`1tܟB)_17E!|1VuZyۗj̲(ۭU61r m@ȗ˙#u!UKR8Q' DOX9woPR!~#gڭya2h.eBE;G콝/2A(T]̕,Hk W9ʈfӟ[Ypr46]F31~-Qev:֝sO}479M^ъal9](#akRS'uG|)hFepF wr!͔ʮʢ*AtU_VBx=p~4MOZ i_>= h1!?vi@M‘ v۝WFɿDLH9Pkv!@5js>wŏDdmKM fX8&\lYDX W"ԡ#EO\dsF  f֭#ZgOkfB+Qا!ivJ*S/I _aWADd5n`< l`Ȓ]HFo#{R]+ʸ,J ^wD-pñKUP{b%!qZHi!Ub#n]l##mU0!qkoFA.uւ/E 0ϽBJ>!W8j ($'Q ,㰺ۂO3S(G(|7ka RB֦)ב؜BA<)Ǟ`&UAPq9) |*FZ&VkL @7&XM:k' Wj@ HvcWE7?m3?Tu:2s Ȍ/ Y_Cx蔏>Yd-r6udzE(gٓ'6:/ɞB wq<*AA9W_c<'hnVD^`낄 PBG @D Tiŝ%c;r^z?Oe\]YU8X@r(F&` ߝr":cw{@.Aבk z`"8vO*yޜ|rg4C(`dMTmS~Y->*& ہזh>1OOFw ּ_ `H%^ߚc}@b5UͅPA /%MD-x υ (N+UߊT@ `[ydB 8'-5*L T!hz^Ƀ~slSߠp|*ɒ\#+f۾:5=J 1J B{PD%A2ls\ivGd8(8dxBĢ[$2 k8z, 'ҕ)!.B~ , vVgO;Y6Kjs|%ӝ*>P@sZ} ϼ l'k;[E[nP/Je8Dsd.(R 4 A]UsGוBO<#u*K# zSVd=D>ޢ.1%4Ɖf=mNۚLS~,mzxTɕɉr5uݸ7"2_'ꢲ֡ 9e4ɑ0JAI}ϝnf̸KZ7 OJ`\{֎CDLgU9#6Һ>=7-9?m)Nҫe0N# 7!s Lz%ȴiʳnoj"?) Lq7nw3*ƨ̜@~NPc1&?Ď+lrUU(hWK+6Uڟ3>I=+j~&l2"JiZU>Pm(\iT?qPU^-Gg3*Mk}ut(,irk-CWZ%*0>6pЮ)yU[]^d@=_"UK  +zXgZ#O~+E>y\[$`4?:Zԓtֈ&Oђ#gBSہN Е3mMቐeM<;sއ䔭ۃ>TT&9mW~{쐷c&#.59 iOS .UusX{~ΰ%WIVj6g@ ++ޙ7/zU.'s71sX#I(4FghMG}.mx/$@S/w3X$Bھ؉0[ bnj̸EE%ʱZZ $~?VXN|y}fhK3_;kFI}B՗2sX9x#VB<ɖ\F3 (A3TQZ%ݍ\aPD/ɶ N\hoP,ٶܨ$CװA2PΣ,PIy&Үh=H^݃|! ,Pcǻ;gXhi ١YDf Ѧ-6s7OH=oMqZESy.^'=O>mȗ|M<7aѨ!\!Q;<42iRF|bû46$N6J@%KGf;ԐO݊MHpodc7 rYfYZkF<ØLxoWKρ;uEBia.Ifjd+}h.|@m]PkPZ@)-3HgR޴[hlbJYo%j1uS~Y H?L+wc#əB%Ad&G|a7'~\n#fjIc蛶5e I1[ɗ&H>SuuZX$W:Sc׾Vlol&‹({/_9lA`ןR&sk+f|!qf3!J[G)ob7 < g܅@ɤ@v;S̐}mUό};80WC.YC(c=UQc}Y%94OQ# ;A8q!~QK,bnfKS#6X^ d \au>mIܷ+=!Nȍr'Z'1]vj0 ytIkik^Sj%Z.l mqx2{F/{8:~LXwPZ5}L`~(;euXGW{OMwC@rk&EEblÛÇj] )j25q:œ0ny9Ky@xK[K31d3>q҆ ߗuY^lLޒIL^dJ[TLM!+x7=O!_F B5*,@`t 6\<f !3KyvEx9c*]њįy˻L\}:[)=&!OI*d.Rz:H`L@xԯAW\E"TS$+U;4s823B*6%3(90a tK R{i@]ɠ6%H#7̧2u֮| bG+|qbT'?U贖n>vqaK8ax,]M.}Z(jtm c|Q0,6f6RPD gSug'D=p].eD'F,L$x*(& )=EAL㺿e+f).֊YHMN4 $4svN\& |et:)~J$ Sа t%S .GC^"QQާDC6MeIH0iHΨc)Coߛ6c`pj&/ʥj^1):dK4?mD7#`:8gNޥ"q~ (R!1 _oaV-.x5CPhΟZ1uVC[-j yߪQ|/~ZG!W@"07(-ۚIbbVT\txީ ?X~|ϡ30FOHfק*|%e5?Ѓ>N")'̂TH-+#˦z%#9;'mjŒ`%yVkИo\EB'g-L`x/R;={=:.GȲČq: \H6x(̙4E;mM{ZzK9p؊gA= /NXe;ÐkeTEuθ1l 5i\Q B%V!U1N6~7nff I㑤"zћ(BP% ^11ZU>lA|{d!U'jآq_& omTix2II:rV^9L@o=p:t jU%d2>/"{j"MYM&/1ɾښ%Џ`4°p0 k19d+Lninܳ~7P<~TݛRk&w=>+]"e?ȏP1@ˁƁ#w0\[g1ǼgyDc7JT~ɳ{wEwm܃pSH{zĠ WG>j.cN'+.zi\Ve -B8pz]w15\o/\i"97[#ÈZ$@y7ͻ@:f\_sb;(RyʬXi;%;֎$o]JTY`O >ΡLB\|XV+*r>p9MZ }BR,إ:yyP9ĉH)*Y##$H%$`gqxrW5kVaf9\w c$"tNV܀p; rr|haW=u|DZ_*qZ_`w#wP-Jyق\b%ÔغFOI@%.@U}nHFNOo \ Ilkw&Kp1&iiMѯVlΟY1)_jw_k܉_n4Jhpk+Mq2 xK~9@a,d53>:\|ߚR[;hݣOg坭hYEhxe-32E_|!ufW@g5&˻z,fjZ ]Mo5 NC-<7Շ).QQ>]w✷BHѵ~@CKI9V, o,}rõX9Sr \tEWўja[e=Q3M;9"xa Cokm nA` K4\3+.,_ ]z鯠 8wy9G/pjK6w ?ZxVzW-EXT՚"*rUǟ7Ge,@_?nA, y6;p\~#Δ9>r@K ңWwGѦ#=*9k{+|!E]Z xfR7b@*w~lOwbjM9k1sչ5Jۉa\56]o5RMꍆ IRDDguiԣqXཁ~{Go"ٴ܄]-'uvd(yU)Zd''k/(_!|tJUpopSSU 䎇삭rɞw*tN3_h9 ~jNxkR/ËAn%qt;UԟJwEN>Ȓ?$V|/s7#LeNDKZ&{)/7-S on挢芋N6@9v06T@eLy2&LiB"cbA(_[LqiYVI̚Cٌou։ˈTh3Jy(L2A"3nyCVM2 0{Շj| O.8DTu"M !sd< 5cU870ӆf88ϥ_@$ge}S=~b⃏\RX&xCQ%}gqnRSZt~vȥ vwU8`Z\1V\r@sn!Z|4&̫v˼Be5nཛྷCiw蝯rtDB9k=E Zn ԅcL l6Kcah1bZ`/Lf/ؖ;]ĚfR|V^_'ET~o*D3 D[ᯝ[|G: ,}{b_F&j?JY҉CYlB38@ NxEc^ƬWQI>yK2QJN-3da6.m6&I]Ȁ>wp B퓥%a%HI38sN#9d ؿňS&e5`~Jf[H`ݍ,JeZ|O>׉71bV(1yCtڢ#{CM칻>Ҡv0{[3?Nd.byktӠ@RզldPjnv ѸSDJdVPZoS}{\$>, 9Oa[ [i\ߧfP@.k={[nezl{qU)Ҥ6`zlʕ7ʩ,5q4juo'#IjpQ`h?:Ӌ5X+L0-2qsU΀Fcx_aQl{s+O757V Ga+cJuef(.CM*e&zf%Ѫ=w A՛A5JqEW`433>-_|pGK//F-J v ԗ=jVӏNt;2CInSܦZ`o11bezg oOtDw(a.\--1Ǘ^[؛fn-7牫dƍЈPݢ I0M[z>%jꪬ֕OcG4>%k7 QRڕ#%øhY¢Iu~e7JdA uw &kHK 3 jOD3`!,k5TOlpz' CjͰmF.Riq >z2`{ˁXMs[Ye ѹT8LIR/xs Iova%X!> x^M(LgqB!?$&N&YFcNSdG&ҝƕ.E1;ڱZ&gӕɦcZӾj4=P<&pt`/u1DQm C2ZF͏^>T~TϽ[:`Wi'NbvLP%E'|cTqD"xQ0vzxv'w 0c+_MŵqL*Q=){Ÿ_c4T@!7pi|e6b+F YD nUlK~2 .]YÏfs$o8{ mvP*ު̿,FU2>>?SO3Aڂ=IP.P<ikm?4v>R9- S:zE+ {c?W aЀO+,+}z݁64mVASNb%^3sN;v@6]' h&W(EE fs4,TsBuk[7+=TExoݐ,oԼ\2~n~dwlBwYPb$W*2bsTTdn^}>壆h+Dry[ԨvS:RYrKF;L<}4B>|VTljshw 3h$]~esRnw>(yݘ8VB@G9[xɹ>H_?uZhv!=6 2 kD{Y{o3}^ư\UFLq&eБ*m'݆nX֜Q2~ |)IgyUχ'b;hT/_Hij3YSу;LjJeVB`--Bz[3ʥpti8@,f)G 7ZڻhDV,{ê˝m uH ^INP;;nY2yeĿlΌ-w|QdnW苹3Ñüy҈Zd v!`(L=O'[s ʩcKL>0_ Z A/D(@Yxlܜxz\%(SN,U..6*iie]uXLHK:Y!^NbjA\ U>$R_+Nh +?Gox40' ,]ISܣ1K9ә;5FoUt3)i*HɓA0&i#m{~aU@QLF,`C t}mDpeuʜ=gƿױCUWB@mΣPKyg[˘_Գjh׆bȯ-oKR<J,c_Diem II1&f.[f!茵0grOT3$˔~J-=+zDgEtvwXǻX ߪRܚáԺ‚4LnQlwqfs[@Xi(.I; ۉщ;1$pBq_)Ҭw~S EuIr*] Kf lٯ1~$3J/>c5]Bfaf7?"z#rf,eWQ[Dx=!vR1)B BeK$`qKr$jt@cD+vU4b1w}@ٞqJ͎GUx'eUI}a윝sLG>M4KōҦ3 U U?[u|gh]Q:wƌi!΅2e˂=[5LbI 1 yg6&NGH5 V[UȺg8f_"Z=ϡft5zU}*P#jhRтbH\De0%dSW`v/RgІaoBvgCkL)ߚ-hVC0)dV hZ<, l":B[wu#9hAIvy[4DVdEcmO4NAkQ N|t$Y1DEZL*zz xV_H.cBdVK1_ =~cwۼ8(5NʾA܋k|QwjXhVה:Kdcra~7""xpRʶr?MN`n0ݲ)>d,F`L=85oy @D8#3l@֢_ 7g glDY:Sew%n2n}_d5uU(f6qLI".Dr-K5=4O CǮ*׽9+$£?!\*uuߋ6]Kd{> eg!mg$>Lm0(in*{}U GDn*AskF4+׬Fqd*M>:\ :t,};~LA;?WPY4|xs i moXG>cZ9n"wT5F`=y vtrݖ%6BFѳ A#!e'C%*B5Vh~RіOݙ5~ ~4#PHM.n1"R2t(|5'.ڻ] 5 ,<#я@G:2Dn :-& xB[v %~0TIM%d#)/<.˽}0y'm+Ay^}O^ N?kD$=2TH}ك{7%D4LXCvLk23W{ n\.<+r/''m?: ^ubҐ Z;^AE"eb ByMN8TL֢aS)v4"skߍw ~jyGcv ҁ!%]UA҇NlXPPmBCxyvvOB~mb(bw^I  Cb/gp W:`DhIv邧ЭpIYT 0j[mZj]"7gp H[=F}u#煝?lFٷ "}p?NONyIvf /m11lvEUc,׳ ^khVooM[w_絛#u Z0B;".# t舥Ѣ#YlrdՋ0n0L!SAk=]52\,um}`x2Htr_KO p TFЖTd$"ǃy^Т5 ?-WK)Q$P(Ek=gCPLI L8<+EGu23V-j3@=#2+6Ia?L[qFk4MEyĪSj>珄PN4g6"u>Vͧ:~4ȐU#EC9xPY'Q?mkpyxǙ@lGp 8t- I研%l`6:BfH:i9njp[ơ]ayIMKHboZLV?:XEQBn]0>p!(Z4xBCr4鞽ͪЩl0xAA蒹BOkkVzQX~ ͟p|VuGy`'{M`')!V2xGwD ~J/hݖռtg[wX3-]_W 9 l7F5L{cu[J^S4h 4/">re1O{f_#ꁑe  t:BҭPd@2{KFQ 7¤cA(@ YfA 8Bٮ &2PF!\Y*I,@M#gMqk~ihyFHoC6fgG}iB ,'rL-3<h'O3 OI L 3@)țGTh?8b %J|b ;"'M$eoZ睾}d[1=Hj$Vvk}>PHٛ΃b$et2^{.#9gp(Xjq5UCpmŌk΍DxlU"kNlE߉~bhȹ"3W<1Fo`G A SA:Ƥ6BF0];{V.+G6F@(@ /ލK:3k$rzWDȏkK^?Y&[;PHxXDB2?\%YҾ'gu`< 7D_8\P?V2A92+ۄ.>CɱDOt;5KE+iWtCcfc4-/;@͌(QDK#` f'5e!u^D\=L80X75mL鰰mo!s|k0ܾ2k5܆o$‰mpnqJQ7"M0XWE^exø .Ѝ.h >Ż&&J^2n蕦w`7t`JR=:g0saot=0=R#| &F %; 3}W 2D!nurhz|)ED&UM.;WxTA65J_U "S8loL6cTggdD 3ЌF蹘kj 9ֆ;#64IdzǝW.Hrd. ǑΈÖ @[4!@@T^b%#nF?'X,{hwFÁ,}@t9[ @+l!j4c`ơ40 ud}!Ax.>G# Q[u}Ԡ(ĠWZba)ܴti*ӴّGrY@grL2w 6KIVèMc,QKhxݑϴEaV_)\-R$XʧЇ\ KD .S<؉h=RkL7eF2|𻐬 Lh7ݱݙ)E)JV!~b`Ld(.iO73Dk@# 4_y^CPAGga9!~Auic8Ԋe 0(Y`b6FDe~.2q|@Z;lU㭉dNM)9F \,}>}gnfFdPrBo!Km1'ݽ' W_8 [ `d87g fM$Ka և YFzk(LkJU%1Y{qss. &-C]=PIFRThp-XG15#hI"(D>qa~O1G]nߩA0ܪI3F |y:2@!$|[6/Ee4*R K'J4Ԫ#Oq吂 oi*q$.x1Jw VJ<2h; h8ǹ8 Mh:&3+*13TutR K?jEՁd ,9b'~g*t{QxQ#'hsw,KP}XIA5#M qECsbau~mvcU$FM,[7vl-]_9z_`LSpQ<ڃ{GEDωvmQk*7W#j˂Ţ+,s*tu\9b 0@JɺI`aE.]髈xj(pKYw2V`&̡hJQ1)T1M.e q|ޡ2)B V#:~C-xxGZOm'3U /r]n A~V,j2ŋCIlkv,KT~S+Ȍ:NL5Y!ҭ 2V>C=au+4:X"sC< YjdPė#l쾐O֖7qy>^Wb,H$٫-a1)[Gfgy7A82Yf akk.g̯+ Xa 4~ust^?l,@CArtv++=̏Gꪁb'(jB9E,Ŏ9s+ -n,fY 7HaXSfcɒLL<%o  ,U u * %dM O/nRpoB W޻:ixljS=I h~I^hm،F]~Y N r/vN[Vh:bSe 2]^6{ŲZ8{|1)N7 VcߚNlH.?`!z?]K62' 'xURϚm4RF޷LO? \z2.Pr"]:ja3ZJ>6E Kunڶ.ST\ա}?-̑`isMdEyMj⪻/r ZKgbRһCpe>̈́F 2V#-<&<}W-W,JoO j-,ѸR>I.+m!T5pM#[_D>R|o2)Z o7R/7E&G5t"h4PJ#Vu i!"$Yٺq!޻=ѹe}Zbh-Yi lg]Pܻ0:4q*L0qeaک$ 叒CFsĄ^HK!8o\>ѯZ2MZP&*ƞ U DsF)ۏ))+~u(FH[2Wx1 !-W"藏T923IFep0Xl{ [g|{s K{,ҚrGɸ[9*"i{WrƯƨáَPT026_ .n{*9tQj ӢvHde27[(@g,)?9\X?u'N<d݇j [z?HO6:i̍e m5dyG"WOᓛkܽvOrcc߫kzɜ`\JsZ 1? \̤}Wp6` ܯLtLiWKrO~ʖT(6i/m] uc!Ԫ(Q p\Sv8"ky7 n#OV: .mXOa >/ R/0'#7QM"xBoffl(cB !z3ҽu D_ 8d c6=o#Kc[{$:hq! h'X<n蓘Rsf9MTnvwa'epnV@1E7a Nsp$/"6!Կ2t0f'ad2ue"_1%C)WN/,CݓS$)x-@aq"p7,BkwOxš߭He? LVfT~ mTtai^!=}p/`[dc Jל&4a%@IK'κݶS ]3Vt*j#Acx˥w;Y c!y'4} %^ꊞ=lM\-.N%g;̈́]xPuXd7=]1\R q7vX/kCdfRHCf0Q5G@'D5pWo~&='XABXt\+|kG@]'#}doNzKc{ ~xx#TcrtR{fpޕѭfoe$/%fWJ{L^L1T`Ieݨ1,qVѾ8,2j;[( 3SVhDB,M _U&43U,eD2>ɿf~z֤\]U%yeFe?!Iҙ Ky?Zm /ua§[;[f8JwD'z=H} |YI|˓TaӎeS眱)=}.+L&6U2?FCslDgh8@Ĩ\_`rK%G5-+ Şq>Hg9<&<ꦓ4hv 2cZ%+\d$ڄK'YC8|k6ORg±|+IqhAvAҎ!d_|[0!LtUu!C[fLy}Omms&)ejw+hUџn()c9.O?Q@dWn|'N^vWψЏoH!A mg˗ɓd fQ&N1{8~+ψ,n;4'a8q c1Cg1_G*crUדk4z AofIʊ^TL_Qu@7o)&)E*kmTyy)/ m!ikkM7G^B5EDG5pc[LꓓimKdYw$܁G+!}Ӽ_}#w 7?<7zєrH#lDd?ЙVpyhwL~'2(lq9N+4qNziQ8)ƫݰ ?VW^`UEwƌʹgw͝in,pY{,лD!v͋qtx M_[sCqa5\H# ,7Y/v{뜝s^rB\'"+dG3rAD?73#GE_Rfu"J`[ u)_j*1P@2ax M Ol%`9ހ%Nx?-DG5. A'p,06͏שoGwFl,;Dʷjn.ᱟ7| m,<'O7HC~TGPkQ#KɂɲѪFM )(N ^ZHV^-]WpiS%L$/ZmmU.RBjPj(O3!XWLq 9K~3`#}fV~`Fp+WomRbUG6s΁C5k閌Z=BSx]/MгNCnh0Gl:Y8y-3_VҚ6+dXh? *g2-ا}C!q8^|M#EJwtr\*AWu+ YZ