monitoring-plugins-nt-2.3.1-3.9.2 >  A b4p9|v7s̆!P`yۋŒ2f60358b4f1d355f61748203ffbf0352cb9fdd41bd3702fe21c70ae30b43a0b848cd7ad93331213e874012c9413b52777958f76d1 b4p9|o dϱLD#~ōkw}p؉^\ZpI|wvvQ#'10&Lۅ/ֿFK92$YaEK@?CFe6얮K/bOdpASd?STd $ G .@_elt x |    \   (8$9$:h$BOFPGPHP IP(XP,YP8ZPX[P\\P`]Ph^PybPcQLdQeQfQlQuQvQwRxRyR zRSSSSPCmonitoring-plugins-nt2.3.13.9.2Collect data from NSClient serviceThis plugin collects data from the NSClient service running on a Windows NT/2000/XP/2003 server.b4s390zp36 8SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390x 8Ab4b4d5ab24b6f0209aedf04ede7de811c79c5b74b030248cbc2368a718f29ce3bc4arootrootrootrootmonitoring-plugins-2.3.1-3.9.2.src.rpmmonitoring-plugins-ntmonitoring-plugins-nt(s390-64)nagios-plugins-nt@@@@@@@@@    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)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-nts390zp36 16442462522.3.1-3.9.22.3.1-3.9.22.3.1 1.5pluginscheck_nt/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]=8b2815ff9671678b7fad7f36378a97def40c20a3, for GNU/Linux 3.2.0, stripped RRRRRRRRR0k ۹utf-86d2f82469ea1c52f8609ac60c864b0c34d45b26097ae9aef849418a04d70b70b?7zXZ !t/ZD] crt:bLL &Liw‰da2=}VN3{yQEv(h3sEH*TɭJtqnnzhh;Ў(˖HwFHѩin \fpTZ^h?K#ˋ0oesz&䔶ݰ}klu)3]oLHlFIdIC;//IPKl+8?خNh ʚX*bZ;˜WͶ飛-I74|Q;j Ӡ»A]1 ,{^妝>ꙈƆ4+ [/_^"o<ҠO|s (\-q[?.( *ra:zq2)>TԖVEϩwE{Wix`s"j}vWp`n.E(='Sx"*>CO V|N"߂6 ŽBO޿G7B6xK%[S;%.=Sʄ FE/~7ݘ(Cm="D^z#_D}(^M+6 *I#h"yJ X..5B̝8 ;&1_a"=[`;z";*{RQdDžIB@ O˞^F>qD[A[(#{B 0Rjm&b}Ri*m1P^O7߰0[ْAuXq晰pm.H"-2TLPd? `&!2rRc0{KXʓCCa_TL.z-[nZGiCDEn(pM0>c#N*)lWƥoMe`b)W%0z͖&>!ʕ "/||I&*}Rq`{.2w叟L5_b}9 U0%'/}*Pᝂ[0-Ŭ$rw JvtL\O7H+W24[wԙ@{54:8Qዏs.ԱW$B=)S2(8Bʸb4(ԝaOtcpg\a@41<6oi- CGOP2,.7H NѳZOS`[gԢ]CWq; i0`x< p\^}լ\--z.?(MH]}+a/DRisj9dhdn9܋l;QXw TFZY՝Ӥ]mF! 1o"WIB~ڏ2r~~!-R<$rq)fF.Q-تې= #0([?{PKWCwXl_3ğY y)aa?u}ULLR{& YH5dU`^I#.ElniuSΉLQ!Zqbn"PA/fa?#'vabj,F,>~_b/zB>𑍳ʹb9. +Ƴc+uehxqk(1Gp/ue,}wȡs-x`/ȩ覃Ca(M]*5٥b\7<(X'iѤ 8y5h呤=*`8p;dMn4ԱX؄dE'ݙ-|W3*mqLIMx[,el?K"/R uF 8mӳFǝ.~J..h/f.Q&P R=eF#SF@7FFX&/ә[b0s u{"XYي_fNd?LJbd7E~00*a:" \DC-g*3\)39e'?Ak/kAyt#ZH.fJm !m 2\.&:}dY睇p\gnqs:Uz Up Kl4 C-(AR7*(EN˙m@MPliD>x^•Iެ)Vd¿3c1w0$g9wD;:(|\~e9l ={`I2BǾYv1i(^lc_]Q7- JEpp,"sHbk!u~1QRr+BQ<0v2\|^~􍕔R̚w'Jc#7[Hyka[˗A$m0Gve[XPPnoX۷FҼ.0cR)><$?#DJ`ܚNm :k]~?X zlw4]Pzwrܑb0|Za"xBb=pa9ƉUH>^q)HYt NH7 Ɂm?nTPV# f9,zI%^n@PruIi8ZXKzw/ȐcI}Zt~:h pL3oo#P0(q HǦt؍<E;A60灒)'i$1hVx!7CƊ==s)oGRT 9+/ ͋Xas'HMW-8~fpC 5d!4B],#vw&Da:^?Nena kӱkvLAzh;9vd9NcϒS/XXf{E59yVI6+j^O U^@hũϚTv* @ tzjzC:q68vyb1OwO#Q%Eh@~⑴ 9MeBXy6'>P1 ȅ0"\-sA<3IBf@ꪈmH%v]2L Y>ں\<*V4Q>Q ڪo$]M"<_9T<:ɨ;u1ۅ ĺw6P#ض?(J4Q,1͂ u!Rpְ~iATDlۆ8Bdwca_YʳVBԾ>ʚHCK%]z)3>~̘p<,F_ޯsϣ!SfrW]2[&|6-Ѧ~|HeZc{!WH#87O`6(ZOt,Md@Etx~8&^{m Y+@&D~l2BMNfIlx,N3k=q'\w{UlFb1-;oz9f>l >]cj"ujLB=OvNDzFx%GYW]ZEu'8t&w|//HTR/a Ӯ+muOOBv5׶|fW܎B!MSY?4ڦ0T&L~_1[Z\VwRj1Pl5VTl]:)Ū7ETnWw w>60aZ XƍԹ1ӷ{|_0v(-FoxNmfҢ߃퍝,|4Fۛ }Mܓ!G>pіOOäQW6@`G~T/HBV䳱FaGT(Bof g7Mu$3`QY *D+тgO`X wJǣH`ވiKn$c;Z7a(8(4t8{'qr:+j:c1 l[NZ6 w0˶J&6;3^ŋPSq3F ~څ E9Cl^~|J-Mt,^-$kv [!)vrDʕ5 "A7QVq!x3b Q^~ &at(|@ؕk ]bp5OGu|qpՔ dI=+7^i9y+Uf`A/ǞP6 paa9m$R"޳2PPG%7cuͪ ,'z[O\8,80B]Gij󪼏InPz fL0N:&IX pTi];;>PO؝Iiu wϚs(b".j:R? .)H#+N_98Zڊm;6c)nW"xB9>e*s}T#XEs:E/hX{3͵y[vu970`, Fc9v R`Xѣ{elm`C(.ma6bT[-Y,@ux6E_G\l8o08t[e,C 4@ۦjUcy5[2=! 33p^K ~:CSm(UΐNΨboX$K痄Ge:bPn7(ׁsFt(dtaigijt/usj`&S[@QQ6)@E۵ xo:1i.jG|p%;|͉Ia-eQRuD FW텢vuwxՖMq Œz{V˄*&)>8Gb-Q Gl22 z&S.k9rƙ}W*OXħߒyBʵHa)_krVNk}R\/aƹ<'9Y.ZlȤTc2ܝz6ݑ$|3<+۬R8 o?V13ԹmW 'L'• UnTS@j˱x|u\.(be wP\eO~ࡋӳ@YL#CGݖCn}߱}VV3+ht l8?;/ tz*}\.4 (W0G᠞8lc Ax?n @G`Vrb`b:^3,P1˙96Z ]gOLo6t5,rͩ|ޖR(%B󕂖?N Zy>++\.Sy6MejBqV)3L!( CaԾh y;XgNL5j2t?#L&,Gq1T$ˮLwXcel.% z- :i7o֓b/4(̩*kvJZIf8׎X6p)stmW#gt>/6~ԅvJW^"?[ XR~iQW]B':zhiqF]H]4Gި(DS?7?OulS ԗFi".* w,~^}xNWŌYxvp+ksk s34IUϟj~i kF hڴp2K2^ɏ )7E=@V痖ܴFD!^e8j0ISC!umV|#1S5抃ގ}ͥ/)29C틖衦B 2lm7=RLE9b{+5|$K,'13*)ײ(T/ gQ{9I*\)\$O'JIP*WdJY2F ۇ}, ˺V,< TG | CؚU5CB{3NIH3,֩߯$%dvo+V3+ÔiFvK #}#[0 2}4Hl.9BpҨ=q fS:|ajֽàMHF5n4jg͟ yͤ%{>kb}=EmwEʓH,}qnZr]IqR0/Cc)Pwۣy<7EJx2˚4}8l~uKa?[&v=`QuuS{mlȆA{JZj^Y8k0"J~ZMUE8aGPvxT(m M% U:M 蘜ѯ;r)1X)!jEyWdC8qÏݿqQZG&2ܧlȗw ³m~a*C>9.#V[zW ϽC\!L'}׶qpIخPkSM䌒ngձ k:=gۉe  UR~-xpmuX"ҿ!ɞR~[&V WN'޼u`[MU\O, af=c>rh\ 9ApjU2WAFmjXQTpW|0UwP@[J)4[QR`7*e]W@y@h3.zU:LM~Cr[.脍qk.Dk$a<_/ehgT&qH.ݺBY^5f㳀L1>(v=MtATC10V;{xɰƅ gj[,@W 4GheV0oѥ9_B@A;qmPn,b&cyE5Az $+nݦWp263 P{|YPkW@6et<^;-|_`kD~ݠ/- _ٷ#M[ ϟ4&G"2 a_JqyYF:(<(aE\-7Ch 3i _!z% kyV!X=Z*,.,d~YIgWf{ [;NP0 dk99`-OSt97&eh#Tj|ǣTv!զϏ~a3ҘCɕaKac1HJnt @hۯ*AZ>g4LosթcF(@HR(լ^CuHuZyw){v}$̻@0MNYv%glJng=H,vT=R PZۚQ@{?2BsD m)7ͫ`BU.m*k +p~L!Fe6~OD>Ù 9 ֹ ƙ]͆G6뻉YrWk[8̦i|h@[ Ufk*YbKQqF=}CcJ~*+o Ӹ5f^[opZ :JBAg#}ΚO]Z9`f ߚxaM lf^cmPRkqjx.,Yڑ m۝ⰔS}d-ˈd`GT_("\'7j$'+<dH<-L$oX+}٥QQRBu;*9D׽_C_dLeihu RՊwZA CiK!wf0b`i;[2/$!y?_AQK GG)3<0={m;D[1tPaq^  rȭpwÈ^R˽ihՏy@J<8Vrb_`0_)6wұ`trIA]/i,_&\1jdkQg d 5ʧ6.z)Sȑu4 sYGz%E9 MyGe$h3>Ecb"~ ݂V ̌`f^kn^J/ nNa_F+k7 v|-OF(F,jH^w@/vM<jGfUM<TtB#bWRP}'^ڠ>ocr\Yrwc(^Vbuh90L[G :KZ:ch kY DJ@yL#z<ص`ll{dcKn ‡X~{ΰ3 ჆ȧxÄ2Q6 I0"q$ j5ХMNu?F|3N|Z= "¥(XP_t?`I۔yb4(p9_xu M-cb/ͽĆ7##n1Zȡg,Z'zfVWTof,OHe[oc9-쨚 #6hbbO2fEݷ&ZK[wI ULU RX'BW7Y@:RnjMN~zb,_xv^pL q޲/Ρ 0vNUi& % s۪`&:l[bBުUUzz?+'JpDx짭[ )J7SLi:Q篹@zm&q.>u"P%jg7i?UYdd1~3EG@= ,Ώ'v i͖o7hwȲ;*Mt;@6i'۸Fb69>TY$Ԗr+rbY+TS/8ZBf琣@*tfƞE*騬|@~!>CΘcyxJ'db! G2+. ǜB0]`,Ƒsf*U9ZtXD7:^ݜK Qs4DL.ޥ7j$lK5i1Wq"HQCRrP6:\7Z;I$EwfQȧQ*Mc:ʅfZByIO3Uj,j^1to6LhrgKˑrps T:#3vР=cv=36GyN~QFygv)iF5H/OfZr] bi۞I`;V_`z0d]/QPCEW4;&oČVΪf߽2!dm.՗fc lKBd2UɒV„ gSƦ޵_TL@fa{"{t%[ן%:T0g?<-gkYv2r%uo3.m*:;I Պx֝9]6ڜ ?FQٿmcI {֌!Gn!se0ͩ18˜x6!$hԈi]KP\r6bezg6@nێQ,yV]*-AIO7ƙ1C:qsuʜ zPtKp&TQ(e=z2#-ь p=vz€UpJ6bybK6#U^8vT1d,C) O2j D+޺OX+fs&'N0ŋ/2H1w ufnS:uKpCkȍBR jEreaoFJ)L},0"}LTYUc"1Cw36r9m`?FD U4kLp(GD<+&8'Ķ9 I+;n"v^b/媓!Xk eeu^.qjGRɔ#,搘8{X jؐ ȸ]YeϡB\I /K,?Sad9'ae{r-vTqX! (2TDA"%es9,kLɯڦ/9'H%H"n 'Am70O{y6=. ut]1;|^+g4}@] p> h'>(u s]X- 8g6i'9|_ڴ C ?Ё=%57K m;FقIF#g?,A! |*P nf3Ʒ]?^׋HY؂Yk[+DB.8XWr̀?.vRs/&ևUB'Z;A2QU-G;< u?>68P@ƍ7+mi Ti],quΫd7{79f.G//aC4,hKSjCm~Z}z+a=uaUmy1"Q쉳bb$Q}87@nc6qA5T 9pHv>%!&t'OщzH2b5T=-h&qo$GdE9O3WY.rUxĂ sA=b5 _lS"4iY 86A0P%[I3kٷ[h.хVrG@ΙRj4c%Ӵ$wQlbCpG8 _aUad*@z8c扲N&UQ̙8e6GEzQ.JBQ/di]Zg\`tSg4״yks~Omq9Uzpv]ԼZŬ7m+0]Leވ]cxgX1;R(A'2,;Jgu0f&xXL9|D:9 V+UZzYv*ew/ -J*ZyrqFio?@uXQ!lUW \j>UGWďSD:gkw<=U.^Ԓ',1&dH> ,0.>鼝qh]awsQ\|uI:V\H]SQ) B>T˜\"wy6&=wE۔[ 5.n:1圑qݫ1 !P+1pc#_,xf7!a.758qeP(VE ~3(fjw#8c?JDQEBrTYQC8: $wW4XT(gE^@NMqDR%A6G>|&7%zDey S106yߔ*Jox8I~u'&1XC}'a7d@^ 6~tp_$(9-vrO&HҴ{[YszZ$ԴYTROXXqtY:A ]aC+g0kE7cOFj.Q}T*tPUQucMrlWjzFD+'rZ/х kapjCe gz_ DQQh9({vs~=mvmk+_Q4WF@BrTEo4+#?ӄM6nlhd]ˋgxS Vihڣ9LGO(8e%Xu,. F V~+e9xBMr XTүb5aɭQa ={\3DQ?%XݏԒ c"`WlU=9(_4iR\Cl{iZ=Vx24ƵɯgwE1m 4(oT}b )2"+C[v=NE(4X+ͯ94E8uSνTMjrx ܀{v!(2U}fcWݔ& Df?Z^m#v GF`B_ p;@F}\ @a&ayWDT^ !8'졧)rr9 Q7gNlNopTDYm 2z':Ȝ3moҕ4CRvx:9Os:X]6=v |)m ` Ӧ"1ZiD9>rӮ BG I2h\!1;yjJ ܴu.Wmr:ܰHT2dԐѳS: ǔM,S a4&Vեڧ\ #eJޫS_3A=bӡWbS2M%6ўT$+fh}fw>%pCI'd; &rh9?.+ӲY5U]ݐPe\j#*,YQB"`9AMi+&!N -jz e쒧a#;U+v[[xYh(C鐏 .5&`av4`ޡ 'CCಝ+ugp|~Q{ :3TaVtu)dva4R?9[03=]tpKnMx+ri PϏ#liV짩r@9q0[δex"I%14: ,< H_(n.g9{r!bfM GdLπ]P1] {]S47[xw+%$R!Є pR5ESVZ|pp#%gT$GF/3 oMA4N2ouу\]J\<⾃>uP]:&ʓ֢<8fMj y*WMs:Lʀ͓P%CmLsG ] -d40;i#Eofuܬvp+6<6[;L!Jm}_Nƞs>$Xe0ѬKSe`ّ8yi'pWs,הy/"47BkzX,\ ` +ȮvqU Ŵyco~KkM.~Ԯ_1GUD7P_Y t <.a ba af0 !,Gȵ=6jJEє:.R:cwu@ u`!6:`ޅ1OCHMjsa#ɊՑH#td;:,(}OB)6 ~Co=ЖШ8=]qQzX%$+ vJԗWԔg<{-YMT\`=gJL<0I e~ȧFB'lh ֺPY'q=dq>}tFSlNEcn|'o|S+mNט5c@ftHPɉh}X1H˫[(I?soKD^hQL&csrq"ph kVHevucC63pmoĪsdNg!sVS8z$>Y|^ꂜ`VuN&M-2I0!qCDVn? .'4H3+H0 Wբ_MkRƞ>:Y@(2OSGUJ.:$W024# _[d)qׯvtkfX}1_,SȀH̙t\hH,hŴP$FI5$]j!|huj.'gaؿ%d]|)}7E;U6fn@rBKh8y5LdA8%=j)6!?A[x8w$PJMm p܌Q{#~ƓAծ_9E;m2X#; 7W2bbKh FziHp\!Cwv9$ȎT 23$T\޹Eys|*7F \CWMS^6`<&д!% ge"VIૈFu[Ў4nKh;ڧa8aN-uJSxk)Yn*O)Q["8mDij