monitoring-plugins-nwstat-2.3.1-3.9.2 >  A b4p9|4 |TZS`6pkQ棓,DDߔJ|Y6)-28K㎑ǍOź s-OEӴ``'o~}EhȘ@ev(BN͂w)UڇI"Yxf>Lk?]@?ҐPf)%D6F> ʂ\T<>OD;JB:v+c,,r >pAS?Sd" ( B( >Pou|     $x-(S8\$9$:$BP5FPKGP`HPhIPpXPtYPZP[P\P]P^PbPcQdReR"fR%lR'uR<vRDwSxS$yS, zSTSdShSnSCmonitoring-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.b4sheep03XSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxx86_64XAb3b3bf8fb0c0b3385ac0a652aee9e1d03c9683457d85e92792d50f9daaf2c0c905c5rootrootrootrootmonitoring-plugins-2.3.1-3.9.2.src.rpmmonitoring-plugins-nwstatmonitoring-plugins-nwstat(x86-64)nagios-plugins-nwstat@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(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.5)(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-nwstatsheep03 16442460172.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_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1b6f0f256e14c7317cf1d74ca94ffdbf3d177234, for GNU/Linux 3.2.0, stripped R RRRRRRRRRl(8ZCGl&!utf-8b3521efb10270952265865657855a92551bcdb87eb7bf0c19f800e0907c1fea0?7zXZ !t/h@] crt:bLL &LUuqb ŢKtwʷ,!nV/+RqnpķVޟ8$NbZw)cHq ˱-Q)l@>Ku?cv^4 wEnt-gGzߡ0Ю%̦ihX%(?پ\Q} "ey(bNsQmy/Bʖ /2aei4~7!_]h)[`{KP v4wj" Eoc6X(ER/ϓ_${JB@7foiE.sܼ:!kWaưl*'ZIC"?S3VZoGhaHQaϸ7dnO5\%c4ݘ(;[ Or_H=uZZ[KA=T }ZgUke39T݊qY2) }lp:dJZf?gm}@.F7$S)yȟ5x>' IAlL~ * H1[X] e 8W`//犅H//귦BC{(py ۔MeY"@ zK\$|qu}\&bA~ܩ y_wvfWFDIo1f|vB#0m *`?%n7)Fzu'kHJWe͛tsBhaՊ#:}{+}uΙ|23vK_ ;o'fL|9< &/|p+ Q$ef\IDzUB`jU잯_tulc&Zd#bWEGP-EXEW+?(U ~J#čnsAO ,*x_-5~\I:(0եkx [0f dwq5.5%zKUyy,J)`GZSPg~ZEycuJ!svD]^:̑S={~lIy 4L7N  sF\+P (c7h7Vn78qt5nU8p?qN"OXJiz: fǢf>ګiD׆Ȼ=rnbU6RE| DxCIp[$_-\Oѵd Н]Q8XDK ~yh̰5%"avE^íq#o G 3kދl~'*gYr{[?QlEb$4)[sU8WLx^sݼB˔BYk+*/N:!bFjV3,B!o:]$Atw7 KiOdEYnX2W5ɭSBv+],vK q" CZbH)B!kq}dK1*:i!9/r/e2KuI0͎_pKY: >Yҫ/\|ªwehpO}~r 6)y\pJ N)8 =YgHI:xE^g rԏ5)Kb1dz{x)''P.1_v|ON x=QAXOnJk5$`\Lp@FjP+㆕sSWMX: |o8D:n +r $uURUdR^A{8IY% _(EEob}uiގb#LPkb)^P HP_C6 FW~^F /< (Ub"GbtpJ \OF mfE: ~Vw(DT r< U1wx@jw~*5#.HkIq^04n:\r,0e9njC!N$*nyCrI1B[M7~%%@xe5\@lSE )=sѡZkd[ՂM2F ȣ\YMliCЂYl}C^MSLh뒶k%8Д=QJ331jsdDheZ|)\85t;u7d0W^nW&u!J~:0 Yv\B XŶw;8?+= [aیuIJDJPi`U*eƣ契/yGf5=*މYJZrGsYM`@[f4)n'g+䊕xgsKAa "6<{㓀AmN4|-:-i"Mkwx*2E-ӾݿgZ#mYXVST|ͨ|:5Ns q] ~#|d(y4yw`1a97U*o}6z{4~)Wb =:>(INݛkٛ.BPtuPJH<*V#*CNQ)`t("k4kͫ-U80&OO&Bw齂)qgFJ s ŰS{rp"nğQ1]JXU p/T*ֻ)IA;p#a^jP#OLt>En[vQl3o4qFZd,Y08UP_]q gxk'2] pex[A.E xi\A e׻̞P_oG1 ⼜v΄yu ~&(sanؓɤQe:˖Ƨ!5yѶ tm\Wt6WgL7_lurF Th4 |l Uo 8,3eC4@FO?E̙Xa_6=A2E%YҾ@D$Ec:+6)"TG`/.23,IGBNpp)1۴B @~jKeD&u33&Ѧ.;`\+ǸXxxJcn[]NgC,~ˬiu.Nߥ̆f>2]=LZwU9E3 LGSN1&#p˷fswF+3yDaųRGBǙNrm„`^s/=*[>Y8J巫$?H^ؑ^F+2C4cLNߟii˚Dco7v# EpX.ٹdsȧA$FpѡR! 3 악Ɨ25px*Mu#n:غ][?,ӋКջ]YnSN^wX:9t SHq"lN`zY"ggua.X9 Pb6%NҮGf.@*';<B!j}cɷ[ \d @HqrHVlXjyYYV-_Ӓ{ ;~I\0](R-;ʷYފqƇ;$AJ7-))voUV$"JK 4ٰEq =2b縄)FR~z?E({6yۥj4 H83DÅ=&$j%YZ >Ϸ8!Gx&u~H+\gUfJ"D,~I$ I ,Ά6 Gz mT8r:sW"*H ~یFhQh>X2VQLn=[b-j-uڨV B׵ vȌeϔ0k"˜4jeD9rs%Kie~ Hyftq|=)ѳr]+b/[f1#SQ%SSJݸ+%G^C7 w\a5X\I؇f3\;$PH ;2 { bkgDEREˍX^qV?\J,94Mj 忊ȽqBPN@DaUzi`^ĴkYT/>GO"z; m笕+T4U߆˥6KjSیY𚹑e C q.QqCi>Kjqw>=ϚBoyFií2@["OV{~8g-+a儾6B5n~;yfH8PLGrLPI" ~QSl9vt.0/ߎdv}D=@+Hg]"Xo Ͽ 0;BW6& ;텽u҉ʇ)ז{ɸ͖ x'1~H- MTIYFa61[5_6P2%ũI-CjIWEuIدJwZX[;H=[H2SZA_Z7t_ ::a=~ Z԰! ~dWAٍ9 L>d4o?}o9Hd9RbN0/cJ~bJr8&h$PM;U%R5Ty20Ѕ`j>yIT+hRBGӤf};2QB( EbQħ[e3YO1sN"L-br,Z>\7w~kׇ`[w"sE"N{AA<_88/(7b9 ~0^^jdnRMwe&@wUfb]1 ϫ5s9Ga06Yd" K7%ø{{ 2?ٵR/sjagRQCP9yޞb]BǿzlWKKd=Uqtodͦ_53I_9oT@f'6w 1qtTO0aUloL/4\R.De&U$4 xA %@[7ǷMW 9ؑM\YҠhDoӸT g_o+t걓!ɲ)]~Օ$OϵV]d#{"&=ؼ´Rn5G!drL;:N!^v޷z nm2 '@8G+LlmTDoN-Nr,fX?9}Ayx2]=ۄ rS 9bR8}Y<:Gd݌3gDjqw.pCyv=ag-]8?z[CD5ZxLpMZ2"׳Pۆ(m略¦RJol%\{beҊW` ce#)f#8]Ǜ][4Ju}m1/=-$IvWqlj.Ɲ)"fb8ѐ<9+Bw=QyIF+ZW N'½`YjsK욢5)M'{y=gwy@4Է6)0$Hϋ.|6UˣK~TAUHH~|"ˎ73ph JLZ(գ9!u?% /Ȋе|̻l |Ӈ[A6;/)RhmUJȢO~=9^x>P|ᠱ1>@|p|LsK4U'B3G{k^T7!RT/j'sd6` O07<=ϗ Uu%tUI24% eԭn3)##~ Ϛv#/sJ!bԞ*;TWS],ALXz>먑כf`:NZYƭG 8_ !΃e [Vwn-CdU:\U]gMծ4e2\ w[A;'YT${j+#AQ&*Dۈ)$q`qnz0Qȍkx! *>($)7TSU[W(ﰛqL=^NHm݊ 0^*UE͇8u>} լ-k7ʧ E`%%uv0}{S0z=Vhhqoܡm|X5bճ-7ɬяA*N*MU\^]en+\(nb34er)o3PAJԵq}*S;UZ7&Z!U?m5IDh hY9 ?_ؚ u2 9"""p%v0ֳW4.<~vD7~Z b ?B֭1ӳ}`):7^/JԎI^ <H-1.HO6@7q X-ٽj!MjZ¹5#YpffZG+F*N)I~8ǝ^SX΍n)gƊm]e&^unwe+c <3w}8ܬQRe?gڜu~^¹YnjK^JZ8dMGfK,Ebps*Q)s`:vwQmό&O9zJ{+laZ@ ^:tW޳8%=Lfт]{񼷒'ʉMl0AG-LJʞ">+Rkg\GC\H{=p%D 9I>hS/Y|ժ,"<^9/ Wt:%R%<~~cyd^3 |azYγ$)ʺ)*x<6Po9_R-G(!OU **Z)_|=%ezvs°uqYCpoWeu{JaTnϱߪ&,4y?'>֓ͿN08m*ٺbhS4uug;ļ/p#-#쯢Y=l%-]:oL%`^Q,/Xj7|EN:;*k\Tq=c]~H]lXgQ&##jyyD[}M<%&HU.SsoTO0;QD;5vlCkH@by㏸Ŋ*c %c9$&,Rf.<ΞCXʍ-T;|܇}=]U_ > M@ax#_F;ȱ嵭hEe<0f2\x*ILƁ~y{گBvCͣȣt . AATb{oHcR'9`Pu ;e:(C$%!$.Oxh*UVqN=JY%,K qr)jF=$S K.YR+W m#)x,J sV)7 z5d.((ԇˍѴġz Ȳ XG-FSiꂵfFW>z(R(~ L7y펑s!iY5g]K(21oT r(#L -{8Q/41F9OS'8RCnCQod@{[| B񵜯̠ gMo})˛9)lni5BP"'+C]^sIdbBFgݪ3"[ CrRu{!r3E5oDoW20ul6,D)P?fXOioô.hQ8^g$Y.<@MTC6Rb Lt^q[k(h ӜT1r,Mzt'(66Bu6D /Vå VyĀ<ޚ˘O4;7|CSFW`p N ʬۓYP2XSdMEifÿ̸w@'og/Uة\c &yz Jk0~[F0'R]ɉW 9)C`¥A& %%wwREV#FOÔn5{Zu|)j+BŸ phk:ELR89bޔhP2 ݩ3v43;{z>&JZNֈ1t6lQ$ ץ嶝Pt$Io$7-o@ɢDu&~bX0g+e]oVuVVgzQO +΢>T3L{S?Y ܼU"iUU^+_zѠ-sQ3HcAC({(j5fI m q&f 6IA;HyKOEbwTʯFfEI Q ohA g^,Ӑb@{В1ڣlhE!~~_1O;ai3$5myYj ZxiBҮ+T 9Į&FQN1 #uſ\_5]<$Fij$cF8YRp u?3R,&hb$-t:[. p2A^o^j]xCYi0)?՞F$c<^^Ң-Dȹz{Y^LˎT6aɝ|Rpj^><mξy8}Ǟ 5 #g;_֌*8*1R@ 'C图^? W"ZNwg1p\:g;=Wxdj5B-;7(L,IY$Ś1"7Mz2w{c͒PJ{JoE_U6GiǾ.fG츺&;^U%T7wPep@FJq*W>mlԼ(kFEAFY投0WI+;l}[,qN'hX;S(c91ѵ"G@\2b~Q h+qsN ]H`c =Z xyP3Ѭuqic!\8oH 4'|x;A)ZdlWHTj]:{Sl ?Mrͅ1AeIUiM?)0={[4y+ W,p3 66, !#t[ >Rn^?%r1j4FCT9'%(e[>HD6cDRIKFѸQKؖATYqf@\~h *ld]X[h}l&5W,7k{%Q7g.9j"y[kMDhJqwwk]ᜂ|];xDnW4o`*o+ǩ`lx$-yF kQv҄"ospàUJE*n%@T@՗~Ѳmҙz];BxH[q㵸tCOAA >M9LLUDO4 ),v? >&"C1.*CNVDsq$EmN.VjAT#B~7a :PH:~n!O~Ûpgm*m~ yikHTOq1lwO:xCi=GK inOHpO $~ƹo̿!)hwE84˭ 9_}+@͏F-%=L7v&ذl^8f;Pu[#«Ն]y6SRnX4ݷI=sֻZ;v~ĞRTʨ'f71dqp Ez6 ao 1Rj9JP8٩߷i #S-~c>\ҩZHB`=5"˰{E *63 xI G1%7&ҔSK{EV~ (Z+3!&y:~%曯*-AS`bKg :l6S@zVEL(a6.0!RIH2RveV"ߦ)f`c4k|1njX]k]9!;xBrE/TFo*qCVWuV&^? F5ZMw4x@ƊqdSKKMf@#/z$soI0x+>D-ezxܥ.8 Fu+fFukmDt 'kAdדU<6mpk$8<ˢdЬuo>nSitX"z;Al4ʭXۏJ$Z npicKL&O&|.G'8Ľ9%/0"R=/m͊y꧑t]`֩ϗ[}}Yj \ˑM&F6ajC_]\icX+9$G|e<#\K:MA$YY?Zr+2mӲd9CF<ѵ_0[JxGh$<>A~& FLU /#A,aҕ(: F7);ɐܻ@^3*9KЬJ< E2|X%tHNz"@#"s_yP¤Bz_qx'W5f{o<$ )"o'KO8Yl)Nftsm{JsAFx7i"Y}.ºIzɼJ&8L)* MrzpG%_򱘦]l;_@أfyExO9 Dc-|ݐZ0oܔx3hOR}u 14SD9,.pnӧ[96}.uSV%zyo&@|^&/i"vr@K2bs#:J9e ^~fG44BS><й&y[vIaqx˸.لTcanַۥS/k߈k(5(|4 ' 4Ǹ;|=~o[ ƣ|5(h*%36hOkdv2צ\k1ZuVoI{b~Qr脌,71j,SV)[g6u9/ɶߣ[냭g>gm 8j21z,|ꖛ.xC,D#>7u[R~6!K~>jPM9Y3F6!KFnQ(@Ez"tMߔ' g!x\9 Z*&T \Bb^)a~VT ܟaK2- iĄ [~WֺLaB3v.ucLjC ÑLsŴ:UFF ָ4>? AJFߎрuzƜk7\\[L7^ SฐuZ[&d*ʺݨmfEcs,we=y,14k/'(*"Fc.1c_*DYlׅ%\tbڧH<6<7Tpp4󾋔^c&e^dT% gtы0^d1 #-oguE?."Ѣl4#L$u(L3oAfyKPdM#P,=5V{^*cƓqX`*7iA9$<#RiYӭ8`RW Sxz!]ksZ:AM1)ZI7S6/1x&aoo1|RT7mG?닪qL_8ظFdzvCYST|OoL2"f vF +lnq<8z0M.?yވ[Vr-{;kKe:VQnwP,OիQ/ G㮱 {x4Q@aW;3nJ[c#rɲiztcFb_C2 /1q|$sB?u<'Ts܊#%Y2㮗XZzzxa—kblNi.;qrqWqA_$GDZpzԉdn$zD9cfC͋9@d Z +Cu;S~Ńۓ^$fJ3xR }WHn7Xfj+5v3n_B\KF(/*ƬU/B/؀>*ѫ[iImK@Ϩw|CN5ͽIR)ELYKY`fAy63#m؄],k + `\Q5'ße l*Z6WyzTaXj~E|\SíZUԥBYF_ZȦ1 ?XcE4ϓ #}XAAxCDW)?QmfW I2g5{8f;·w4.@6Z}Sʊ$YtX- 9xW1a$L'~s<,UvF\x0+v` ejoky }f`窘'몯q:@ V)a?Gg;}a=+ϼ-Mx b u{ts?q÷q3TT::>CK =ψqJ*e[RQ[]Z9~Gn%VdXؔ +ъR2?'P/o /]}[hz#is$cR=TH cI&8 Y^|^!?.숡B^z{%깑mkpv ~'OVrELG3!ޥA |mL5mxCC,v^d(;bO8{ָ!""{_; Jdx1"Ù6L^?Du&:ܞRWi<^x*yZgFU6oГ6Ϣ>Զ%&^%<]@\eO2o;6MdӉ=*u'A졆2{12nܻ̟vJBuNW%AxTbe]/&aۻ^?~+?| R)9"tW8F^9 v(ekkDcرذt;!2ftƢcR$U&kJD1d]V,N[Qa`+<~b|vH/4^FJ܉;AZWXv Zp 0T^7 oL3 fh93C0OqB`B:+Ȼ2E~H>nm e)̡΀"q=KoI33د;lL ^9_!ݘ)}s^iπ6nW!VZ][Ufs5$!9?0 OS=u v;_0%Nek)^(T1N*OÚ˲>*:3,;@z?[]\p3ʺ#Li>##9LS9& d.:#A ,U7=X(G,C@ڲcdֽǯ[7IJP߽dnxسۍۑ =p47w88퓟lT3Oڊ}pEehx}`()'V,[U'= {LA*VwdQx`Rgv #i*[ \aˈf}@P`BgXRIskjHɒ' L34SH+OQj.J2 *~V*tb̞nњ9$ougI4hI^Ֆ+_j$$|ScMP{DžѺrҔ` rR"4t9SqrA2.|š` 78 \*^tz*1WT>Ӕb͂ݷQ`|]7MOm)a!isڅ=vTkq-=*+9O-Hh6/ W 2rluaPiMHze'ó `*5EuĢe Cjâ=xUl81&1VX+ Fq_ @ ;QoH3ȡ[!,HG SS`7&7oDmGi K2z/D6= 7bTى &IPXtwd'BbQTݶQcU1-T^ki0̮ h7 ݚFS=ie-Q[i&s|-XOz_ ;?b"EBƖ\mB!>_l`G| y t Ր}ffS107k֎C^adjaBR \!Ddx0i—v[o)' ,ThIo/ʞmr>LreE%clp-sp>ڿTʐU1]~SD|΍#-Ո|e|ᨧ1aʼTjk0)w]kCʭo;!w MldH΋j_gK6 P' ȓn}dV.zs-"_q&v$5 wlT驋5ްd((O)ӤW T -IͥPOL>aqq,KfJJzgXqCw HBj]tul7/bL %>--Gх"ɷY쌳 ^}obQWC9(LH]Ci.kJ@)gjcg<@ k\4P>D^MhȫќrVS%o,!S/fԑ)i r#-*7IGvg\pZ#}Dhk rEux8USka ɊfɄO'݂/ ο- \.0xj+4@5%?> @&o%mj qx ;uXE >}ŤŸ0=$'47RCy2SI隮R2^V _򸴧:K:!Ky*_2lF2դ6tܯS4[G~TR\E-V*f:tJ:(TcѦЎ_MK:t&.A=i!k82'w_ݘ.ʛ:Y 6eg[*A+"t G/b`13۔&9@EVUAHl7]NU͑#sn}r\s[P.$:9m{Fٕl1kM}Lb\ə7V#s :] Fz-"m PKl6XxYڱx'_:v^5F|M8UV*D9=bD}Nǹ+ƄB*$֌DVDcFSgзUdZ|#*I ԰=u|Yj8M4 ]Pc@g 7]R.5ePt}\Urh!}er?d=I qo`ڬԸKᬄW 3YCTe-#,#_twXS\}fXoy厅$ze~z1޲\Pa),FB=Ckw{/A!H j~.$-\Gm'N67imKCt{b=#RE7;J|a;"Vh?U DH O n2%ԗ%Uή"oyb Uqą-EkD=g"5A<ЃNmz-$f꠸9ã J9hh!nHl+$g#`lS \ >!`pٳ5DTUŶSD!5"ZN4}WOjk Dp]M .wye0lS2m{;Χ݈&~8:Z23`C̉s-C]65[5CWO>-Т-YopnnfU훓~PPdYm,ÇE]z|+Iӆ >h 3Gh@NӈφҚ?Y,E[zb]oaXkx&Sj.ޠ8Ho&>#.dU֬½#6LV\+d1(!g&'Jޕ\Pl}GQb<&gdpK (ghGBImZj%C͛qVNS0hܗY7 ߬n#YhR3'&}&\PrSe;@Uө8,r[J{l Me*axu]YQUYez!"=cO7z+绉!m7mYv4`:qͨ K"._CȘcPgp;jP+[ *3#-{vo~|kh }^L U~1sɟìmsV8.S'b4g꣎ Yzځ  HBgG:ֲ%k30$(dpTsHLJu="b*3WSAxC:&/86aJrX7O iyZxۀVsdLStV9lB4~\}Ug)4wrm L=WqSx>{z'EG՜?J rA23O:4?';BBي/%p͇@r&jm2k@̘|F VǠhตDɞ5C[GAI]xIW^@4R9w`Ar>3ǘE^ҰG-ԏ.~UWJ$l擼v\_lyuD'>B<3$A ENB\Kxz[#BVsd!o,[#-D&arAk)bMP-aSi -kh!ÉF3-ά,EF gy:%eOӤc.!A,#0N<p!)B~Ni|rC~{&5.ǡ*YLb*$lUٿ~HUTpjF^SO3/u reA_z235׸l˝uvz(c06-`s8DP!$gOZ`e[vjpbLp ?4nSSD'kD<ͭ5'˅4^Ձ!=( UaOZӴqxbSIybW@kX"n ~Y .H]Z-G_s,;_wJ0 5f)K5\hnَPyh ̯h!g\x%Nl $1iC~;e5 l^M#|5x=6LeAVx n&!Q0;K$p(«xZp7vՇ!bh藣dl@S4WQԥS^8Ajn;6xL=$<^磹ܴ@Kg]kQQc O5H=&k2Dl퇻u)L9[u\ Yot`&;^h;dW-VHݱ6UNdҤY66aB\8hS!Ђ~ʍT,nRKƅhqDƒX̣Z;VSv eqױt04gR-f)eu!. E_BtEXHO:.u5{8&4RnֻXkg[6";!.Z3vS.hdeDk8;w(cQ^P\pOTښ) /ևA[7=IEVR/dl'%)!d>¨z(ۂsˆnwM,Z.[SVLG ]E`ޏkޚ-> .]aUM+oW0Bce:ݡAQ*\Qܱix&.=PPU6aӕh=4 黻Fb>t׶D==&OcaWb>mjWz | H&}Y̘E*U:17!PtNȄUb9o/Lj~cT.m}5{c~+26!Łmݒ ݔeG {$מش ύL~@jV^ۏ !EA4ž9B߷b1&54і_5P `c}LF _ܳzeF/8t-7Y&ti" .}RBʈ7ϯMKJ+h( c5/aAfS#E""\CM&Q6C&^vrUiL|D'RlքUε4‘T0ŕFu-+L)i)U۪hci+D,3omY]Ay9wX3xd?+T翬¿ETҵX-5#$7ܰ2m?E; `gaTn'*iKM uV#OƼ#^"n8xL'9nOA7'<V"ȭWrn:uWy55 .HGMX%T$ ^ц@K] ĩA@nX%$MC޴?V0iNV[yRh,84[n:hΎ+K%1זrT0zYlMhXJ=p{|/+' J6prXaB>L &CKQ [Y/覦 _'H%m3g3bnn\k,s 5)~MHx("<15eH@x[" W"\X(MLaD"qMm [=;t9wii'4cwS.0x7KDn7i#GI߮L/X3H`7߷MTXBPLlcUx"Fq}@!\ƺiմbu&Ǒeȇ(TMp*',jk`>0vxI4}s*Tzlobs)ַ5;޵d7Z{.+*+hf C)O Mz?:F\.%ܯ4 K[!l2h~:&zGd.GOs`OLab[ۘ]QD-/\PVp|TX9:dDJnq|Nxa(j2=еTizÃ;Ѫ {C'yc0nZ KQ9Y&*[ًU% ]07 Q^lY9QM8{"Odh5V)*"kU,YLZ7< _~4YܯNW!.4%ϧam2χgVn5FܵwAO+,.>L W'b:u3p㬍!J+WЅJ"84HP< ()*_(\#JwxT9 ك#}M͎c,p$Iot@#9JLBsc *̀c eD⸮ڥqg|UVTδ<^7oECSJ.Chl؎e; yC&]ޙ@ϫ%GRDGOm( t>vC%Ur'DMZFfy6`&|&3+ܐcf{R75r3~vMh|>'t@ ͚<ĺytpKB[/8b0K—d>b@ޖLøiBz2%ՙ(?aLfo1c4a7o\ RM#F褚Ƕ(bJRdR sYZu;0RR䐤Vnu]ƙ0,2-ӒLXD/Z`tm7.#@Xݟ YZ