monitoring-plugins-mysql-2.3.1-150000.3.14.1 >  A d"p9|Wc4Y]Y4 ^:i}o=#M,׋[dGnu_O*A? e'i|]׶-О5Abry ?iJ $KQ璲gLz5甙*Ç> Ro)13bL,-\T͞_Dj>/)DLb,ŏFcFHčIX[ВҮbh|n31[R538d0e52dffa66b2e2792d2ff380d186645b9e9cfc70bd93d1a5f4515d45f7067cf9d1b1a6530581e2281ff419758ff9c428a799̉d"p9|$vxgr"ÿBzʾ4וGH (8В^8p#|D)uTyׄ=Efh鍎f C jIe4U٪;[g 8xg.2:{1)zf.@V" _$hy[e?jy3;.SSZ`t>pAW?Wd! / A *L bt      4(8%9%: k%BRFRGRHRIRXSYSZSp[St\Sx]S^SbTcTdU4eU9fU<lU>uUPvUdwVxWyW$zW|WWWWCmonitoring-plugins-mysql2.3.1150000.3.14.1Test a MySQL DBMSThis plugin tests a MySQL DBMS to determine whether it is active and accepting queries. It provides the two checks: 'check_mysql' and 'check_mysql_query'.d"s390zp356SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390xN A큤Ad"d"d"d"d"c72721d5c1fb2838cfcc36a96b8b12a828455f8923deafa75216bc7a787a5d0d807920cd4ca382eb84d11bd214969c8e9730dbb98be99b70ab9e3ba381884b13d5eecfb2b5dc65dd84d322c8df0ba3ffc5c5307dc7a7fc763e533511e9502ab5rootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.14.1.src.rpmconfig(monitoring-plugins-mysql)monitoring-plugins-mysqlmonitoring-plugins-mysql(s390-64)monitoring-plugins-mysql_querynagios-plugins-mysql@@@@@@@@@@@    config(monitoring-plugins-mysql)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)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(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-mysqls390zp35 16920173842.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1 1.5nrpe.dcheck_mysql.cfgpluginscheck_mysqlcheck_mysql_query/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-linuxdirectoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2732d6c7d76f4c3da228d8ae2c11d86fcd701371, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=97e4abcb65de716d053a1716619410f851175d10, for GNU/Linux 3.2.0, stripped R R RRRRRRRR RR R RRRRRRRR RN!l]-[putf-84728818b43420babec7455faa55b9ddcbd65f97e631fd493cd400c56dbc07a0f?7zXZ !t/sge] crt:bLL  1yEb 0IX Tid $.ϛRN=Q *[OfM( Z$)~CF<Rh(dD6g@MקKo)۠^ ;k)12=j6+ ~`gR q&pњ 0蛨H[ @C_IJɦJb?[XgL rv g\雿N~LL_2Us7F.ZV3 Add07[y-i Ś |;3+)X>H?=\ҝ{-[ybBYLs&] l'ɀ3<"@<0.J)(khU,zk:8/^ln聿& .{a.2ϵp81m{'HW&QJ8``P!?Q/%)B/L4mJ5?Hd.=61ZSx1c1"ȸ•Ǒ]?>:+-桻2ʋm}.DN}ˁʹ AZ,_`VUŬ=8(gQ-Հ~ЋMkNkN#t_;SN]O#bI7b+ðzdf :xQa+܆!%vVH36T]%Mnjm&,߅}TfH+*dXNpe+ʱ3 oQㅃ߱;s sk[P ұ>sri"c?krWu"!) ԇ oV#kWa%x?^놬Q\'HG +~*x8U.W +g+pbQes$VKixJM庙mw vKbbO4IP,d0SgݘBfmykB7qʝ6 >D F82[ɶT:7U8>V"͊3>5Ӊ$<@ Saױ`hq-m?ZFw\: PsvH& wa|pkd]0_ۦV78v FrRN"%u_~:Llۜ9iÀ,.l҆'/dؗp,‡hywHϙ!/> kg^_)pHή_tzuJ_Zkpܸg]5W /}>M;9l`)f "ӈ<ZQlB=BvzVV E߁  \#>=2 2p'!.0OV65Ӫ҂OѱT'DA tʄ腭ߺs榺P6u3 L tAI0T*F,YyzAn(T$)L~FU T~/eb[5v#i 8 ml΀\͙hgUoKn۷NCWQJ hDCVΘAQ/gpnBX+ ~P︈ܗ qw nڟ,zFؔ +09 uS*l?-4 5g18f1W{h_\v8Ԅ9QHL`N'k!^zf`635,P)ʏȧ3g0p9Ӊc%w$Q '.BRbwMEZEMJ"%΋g\@~^@`@6aKL0z U†~(nWb #O冫]57AIdM^0KKC7!}a&pEۏm@Udg*0눽ڙbИz6.׷7ia*N5Vsƌc(aC,o wXۨg+G,K#'Y\^Bnt Æ G.u#^9SqqDaq΋d[+kΪvJ6d}47^eOV[~ot8?$S@G{z#rV0uʼnԢLߨbxQ-Bncb qz~r$9v/ݥ5G\F5Nuy sj̀*vjiTdxV{9ɤ R6!o7Gp릵UK [ڼف_(de7nGw䐟9@Oqh7P3 |yZ'*PޖlkN<a56 7Ndgt3H⢃tW*  `i?;v,l)osZiÑQ7A1vr zVACчͩKG+9|z$ʑ"!R%3jE@Wԭ#BEqvmrfi!^dF!x*~xq3G26(}E1+ʎqʓ"?Qܪ5Abc} YjX7b(I.Ӓ-3YgC( kX]z$ ƻ >`#֯3sWK#&u>GRI.blzyn $j̤]FLT,X]̪o *Ky]RgLM@D3sevtwJz E5ʦcE`mFZn᧶8<SGı95jsN}=Fչ_}EWZze]zM`AG \ӓ(KLk  ydNA-@JMC]3v@w`5ckEYtf Ov+aQ94pSkѣlFw8RhFN!U )- U=^#¿X-N/b-C?=76Nzĸ ^)F|L-l#~tRe.7MЌ߱+b;@oMЛ[U6 gr[أJa.1&lm ]n<|MVɢ ,='H|͹3tjk. ,2H4Yb:\z9..*2~b-%wwphiwd?Z1_5̌U6z5^1K*H2WB_/kCʜC "#IN_BfLpӹԥC511VΣ+8 5m,F?v]m\;]):#yn#);lǿ/vfGjp0;ao %/& 'ձB˘lμNNUKXtю^*T]P50Q@CZ\8(#uZ42Vg$])+b!d+d1\4VkeG3Qj=N䅘z3쭏_iz2J =?P{N`eK|bGR^a?7[Q =Ç'"hy78F5Scq 8B`ݭOz1Ɋ4#i~דwq|]9\^{@$~ 4g&v>1S"_qWtvI#K<*uu=BX!)05v]W.k'Z<[uHxы0ICLnZYeiqU^X5gM<3ȟT"[ŠOֺdvpȱMW]P daFr_Te y;/r&hb61zpIh·j,d 0-́~3x~=!FI9ֈ/D7OE],10֩ܯu \$bYqsv˲"`Nul*_z CtHDRv}!VP"fܢ}`X~fC\O+-S ў$~&P%QWnk^);:R}ZQ-BB` e܂~g_ԌHIџo|buvڭЬ},wS,9C !sjn´!:[K㍞b.t!4iSy/g3 g W$MhڼؤF.L=Sd ֟)\rIoniM.udp1NkKdt~aw߿XJ&@9*hohԥ~\Ȼo[uU-ҘIIÊ{`s-XezA>ކӫ i>k->/u~@"ӎ&˅JRPrtKÀ}]wj{&v5Jykq;CCTXp02 <‘3e Q2ILxuNwayHRSd'jdSY|Υ3B*UG:!&5 (ΐ)ݡ,Ըbg|`GɳQ]JxޟB»>=aV}lFK/Me"ߴQD.nC0vJ}G#4o\i ?w̪9Oє?kX* #S4a-NV0WJg Xif]ϲEG 1|ܙ6xgSC{Ri}iZov_ٸ]λ[*Y ';lA@xJpqJ.Skr(QZ9TWGTg;⹧ *ݾkW_o}bdOM-˔7-E2L>)1t|<5;#'qto X ."rmd~fo>- $+pM|Y_$ v h86T"%1nV,x^1[)^%?bQr2O)/ܦD̖$i4qI{~ھ^mnqTwMy1b}}GX-ԳW}ԃ@X0gH < X4[d\B,}c|ݾ6 x*R'XLլZu@RuYCa DVG5_GAq*AG{Ήo"kD2yu%g~,mWt~AX$ޢ悉;qIx0uE"9R o׳fcdF1:f[φNYMrbτ+(I֍#~_^+Yp"/Lw8LILˇp[ ܭmk6O ZRەb:O۔+`U#_[p\08@O:;(9>K6kd/BT7gto)rqi*@]h;J̅S!\2"/l #23/_̵!;*Wt:!1 ȇqqٙ6LP;IֳH(EOz:ސAy/*`{_ +aK? ;5ͬk 񔶗kʥ*D?5t׮~(?3bK?Z;1hZPuהbAFEtfƱ_fDQơIРZy0\ٕ*nc{!+⒔:V20l>i9w!EفdGV#2<ˋ,r]>A#DPhBכMsOqփAVj2!Yv}7wRțT0^?tNJg[;ƞDmeJ=H_>I.z9.L rVӐo;UR\g.33.ð@X:7*TZ}HЋi*oZ!+-y9 h&|n:xpl *lJ@$gk2DD20C8ǽ)G]J*Ȱ'n$]ht (3v"M U.%Ne={k6Ĉ{v\pf6jDR2n;qIy]63mVTfrnPF&T)VQMF,bB=x Y;BUѠ]bVsWsgPc _$(E m!N(%v*an32Eʎ@ˌ.j㋠{s$j'~TAKl*Z|_HԨӽB6ޑ0P+t B$<MOZ{, VrMi('Lې+j̳*d\Ao%k%>辪9 :`1 W&}|.>f/2 Wyҷe*E- dA(+jМ/FucKyh:4 Qž@}p:`'&I /Fmc/Ц qXH|m3*\to[V|Rf?\ޮ/$Iyvš*,#ʠ`U`o n\l8DYmؔK0qvWzK%㖍TqtL,- mSYq0pd:'Sk 1";e=l`*z ǾDRmsl 0_/vwj; ~m3dyO"W7FOd τlO^f@l/}3ZUR3df rQH$$l25*>'G_]v/h\L: aM6~Ӆ)(JGC~$Gܐ^IqMNYVn?w V@qMێC{dRxoGsb>pԹ\nT/ x -*Qn*0>A19, ]~.c]]n* FiNܛiLa^q&mLaf8L̜(6RWK}x25-  eޖ,8LG\\j1]+|Jɠ v2aWhm̔vQ!%f]ܑ6jn?XҦ݇[~1HOѳwk9y)BWb V_ز>D#xYt|&G/%ffΣ`n~PwЙu'c~f{-=ڶSƟ/ ϹAoQS 8)iϤ9j&MCPrR-`OZ8R\x;AO-Vaj"5*%HXD*rum(Uɸ\-i2j[W,j\a;ms.x /;_Z?_=o }ycۑГ\rA@c)5*g3N>y<o/z_f,pPT֊k)-8{Ke g%JzoHcQվrBBBCo+io?VyU=Li8aWz_67(A|:fJQbd /UԹƿ: =Z[1,gTdP}.V:o:nљooĂe^ÔD^4X_Cݖi[n֎$c%TjV,l7:䫥I: Ԭ0poV782!x{ztN9!Auo1Jݲ$d0!(hxNqXꂴFrr 2uSkW{p]Ge+&zJ3y`W& Q|K{VzdS#vBo@|k]οg Rby7axeL²fZ̓P+&eUhvTwmn'?*005Gjp )#TGO?m׉*I#=5CC( )XY>H R0Kb8qrpfQgHMk]e3.+ gNlxO/\2 y_g)j{Ï3_ C!XGMG2PNuI%uWŨW ⋾xT `Pc6ö֦8yňCo@"v.SNEJSฤY@w{).l'IB-Pa@U>Tl`Bl`۫V* pdGG-fKdpĩ1]#`캯G)f64M[96+6aVS4K.T@3 JE\V}CJM`oLVA:ZB 6NR1?X]{2Hގ̈́d_Fˠg&F{{oXi[R]OP$OFW:8mͥ@&sm!.3ަ}ÅnAq0kKq\`z=f&MK7͙ ?@ V!_J:oԋ4=40ɭ,""&<>ok9nD]}zC$տM<}@?H \UMa.DI4)&)``M̔Y4d FĢ =ŶI|MwiLK#{ߋޚ`jSO 3! /S%xW~b@G.LZڕ*ti9(0M7LY9؊vW{v쪙 )JIXcCLX3]7j cRj)  X$DV ZwKSo 2Ӏƺeb5:$: h \0>I("g$sO׮ $&$}%& Ỿ8+ ^@> 36y7AIx{$:^vލSVt0#&MbAz#dF *6 y=Ue|Bb̀i|c+n l24+ '1q:_gJ7!'0e}0Mёטuiw-)Uc@FxLSkV_-1M6['ahap=zG87)r!I{76]?Mdݘ`njf<6q#>Q瓻4ACv&p`\G,YY-ivg?qk`ոV!AרIբv^uiq͹'ٷN <7Gw#YZ90_̅Y HIRw>@k|NN] ˱bL1~ܗ9"(6ԦG/+pȦ݌$9aÞPj>W=n9sw1Axw>q)zmtؿ#5ckʴ*QM1ֿUk1MaiNi@_4?xB9s# &XKl"́}=K' ᣱؗneJhNU#Y E;Ӝe*E$kp^fJ(U"pW'P,C&Y~ K{BmAp*$]`?an4]-nT6&u/b9X*r{y;a[8BtNڕl'4KOcg)/Y]'CoIN׭ R#' ʺRf*,V0Z3Ѧ0^1Z{PKQ)l~^gUX(/y"U5#N"w*i кo%:_FQ8_R]& Gn K⌰6}&¢+aD ͈<=ճi8{`$ɤ eRa0,3=B>~!M.`(D^ϊO O7rIf[9HP4lqUF^9D8K<228w$E(-ev1.X^`E{H?$V!OYHvr)1Ved)zۅs $ٚH(} UT5>Gk \;)Fa48w%|)|kƕA?#1Uu 8-]Y} 80)K V;ys[au;NI;.Xtai(/O^?b{;s`d\^VJeƱS.0+ YYFE;Vun-iVȈL:$]_Gk*,CH '%-=4DЛRꏏ48":4[V)<bA{= |L&beC 惌x!ɽuW BSxMv3Y*@?C # ⟈ڟ~Z4FJzU6;ͰX䆹&v}ݮ'UyIWm3;lV-bY7z恵ݷ>ܱfcsk&@ba ={*[$20'fSe),$2PRfY{ Ѣي' oCCyټys|&8߽. }p{Ɔ |5>)M^m/ޡrNŚ!q91,OϚc3܆2/+Qq<8ORЖW;t,GT%s#lU1%dTʺ"Hヷh)j@%=ix)y;cŽbY>?ʅ+[alv{ݼrG+ QkfFNa#Q߭y:5f5WwWO >i<֬gFz1X2*U>oAջzD]H eP:vK^PY1O7<,fT??TTvtNH`(gq8G;эL:57ON-$Y (r=h@~,+Eks#W L,A%êf%+;Xh6 y(HjlV}(>]%6,d\d]~NEF܈ OٖIr8II8hTřo͞Z~ʲ~| ?Tݾ3=wFzqA q&fB)2݂j✴5v8J [f\01nu#oyìv?cAF6SnluBtd&kP d*;&7º z.,R?oqv|Ou>2agZ[*`/N> v"hBhjn+C5JIqF<ﭡotVğԹJ!ar՞jg7Ay0*t'eusP>XέlX,v5ն A.|yѦR)kEE~W=M^Zq $- 5['}/ dUX61``&=a̹B6Ydt@+ ?Ᏻ=Zޅƚ; u_bb !%<,eu<~_~Q2i?W?O V5*l]8SWGsRPg)/UxM0ы_G=>!#߮3Uѓ-ϊQ,K_T0Dkn-HqQœՍaLa,GZ$} }q>vZ w:<_ZC8NܢA|PL;f$q䈰Kȩs39UiRAKfS[\̪9S K'pi1״)@6oyp_ͩe'&7Ю?rӇnF80X+qSjS!Qg H%ڗ4s/Nø2!CWzM՟zU';h!a* c}oLGub,Wc(EzuÑȏ,Kz=%sޤkBH<x,hۊ#|ScIX6# «`6v0%t]KdUnv]Bpd?SG[LTK(Z΍[עzsi|Ip;'S>E/o ɚZ|r9 E@t{R%eNeZF5Ɓ1vz3֥.a7"8I_(BEXw&ȣBPdGC"%vVH:M%Xr ;m+"u#h3J[LsMDo{Q\cCFK;,|X "!=J cC hhz W$ц &soNE:jW&vv dYWv$yAelYt;@aeNys_}áS#N$JKat`K6 yWD4e7J +H2uNx[xL SK٥ ^7,Eә-atѫݨm6R Ł<+Մ~$qX:4]¦ƆnA58[[O\Dʎ`+ !'P=¬̛ y-n)yR ]{ #f#!wǞ N5Ybm4GjyI|hBA\UUTGMMKʬx:?p`#>oJ4- wh0Iz6$mu%/L^(#j>m7ibfE>pRb3{UxHfOe:VZ aW r(3 4gӭywdNʆFh;&TOqn h]hiMk[T|V,a+[ITM p R?X*Dz"QQ"9q< 򘓊f`)͠^T黩Lqh0H5@t8Kԏn\}Uv 4wۭ.k>2S=\} !~ޞIm Е84\u6k,,RMd Г+ة 0vteIͣ="Q#Z+߉8k9)9_,6$mydTV>Rbe~&srH=vhAP5\ K$]e3X%^ɥ!'k/}%7ݞ4ᨸ}s]20A؀$ "SSf84וct|NH#Py&!U~#(qHJnCI6n][v20-`&i[ڴG-pȂPE(2\w3Y2*Qk=<H7gmG]5mjաzѶOҌTFy2+n )=-CU/fXd=9*LʒcXJ"OqVАXs,\ؒ<(mgoATeh[)eoPf0}{ve_-V?{g1h\2'4Yfx ^WO( dEJ-9TohXeR-G}Rr;E Y|Tk%@0@lю1hj\hA͂~`Fsbռ@v4bYiuTgN =an*C 4e^o~5ʪ9S޴~BJdy&y+T?C+|Vָ է܋{;aR7}54PPA;itNDĖwDxD }\\3wf :8"f ^GU]B:Kݬ(yE4\ APZ.0Q볋1|9dk;\i[nzgNL媆ujbN['ԭZ)R)=5OAV%׌^I>8j<)_ x- ΰ/O=x\~JJ.Ů˃č4u?&*yΖYkF4=1;Ű ;U)c\q 8WU1V;[brCL ɈW ~}/قD!|$N G/OH[tW"`y/U.[.̈́u;N8>~oS]Sy^I7J,&}d4Hy4~]oQp5u~@Gea"PPd,Xa"햄@|Ě@|:@WgӒ+. c8+*e}6Q{&н#G];$5L$q;ia#HΕE 8ã}xZ> {ڞ٤+hpFt M9RډKtfl`4v M حꘛwn;Ho%p<^nJkI$WS7&`j(˓W@8~b5DzY %!ˢ|3V&68# ˊ)$ ,H:u6H>?MyⲅS\ `y$F(pT}|$EHNvZs*hIo8Z.EQC+{/ DVU; N:!%PUt^7,`eY >u"zK4p05(8FCc. %b'QV^ 8)k@Wf/JrnmǡϏ^/@=0ݟ&Z,.U1=ʅ(9^5D15֔HNpY4*HVafI:L,s26J S&·n-:1|4Q3A9\[ϊ=23lrw6C"z\kiΨd7)4:2`kI#.4:~eHn6@w;g2-^_m%$( D5^Tq x9עrzk@ `A[r[e/gRh/-}{nw% vĨ섂teiy 92.kB:sV0D(lHا0raÌQ?LRa(/-H-OaCkcPdyz}Aq7,fxAk*ds)uVSoQULCA['ͤj)}o_o2ejРXb шǮn|Ry#KeO{WGTDRpz z_y"&ȋ@ N L`I~u ggr+T#ޕ< !l/1F Y툡t.[ܷmNh&D=;Q^rۗhM x@YGwJ;{ܝG@7XFO*4ΘGB2h" 8 p[ |6[_^YPs{fm$O'RM+លm6LwFh^6I zc-2=!EZ]x &p0/ݺYv.zg^ޟt8mì4zBڷo0Y.ja6&ևw:&ZHtNK4IzAqRtM+ {E=]Fj[z7kUugfwx@a|N0ѰaFJG#P"1D̡z`uϚ҇bl{rn{?Yg#O ŚI:'Wκ ':GiկrTof͆qPNk#,q T鵍}hp%yf8QFR{I>U >?,Z̬X;,Ok&O!sz䁯fwXHdTrEG+l||m!`_nK2؜1GAL5SA>;Sp{J-> 1<}6\9X:0 ,!h0Me9N}Fd@_&4EdN:^ ,w\2#n-{־ f-.A3;tk9Qdϫf-s0EWgDOWe#NyGzhXp+cz+Bqi&s`͵{i%^q,9A6@_) ѠՐ>y[@ZE?`O++6g5Vb LbB1{TxX \ j7$J<$1"N]b[e?q=}!fEKvtv+\I6 I~aMM>c!&[ 91C`h+<Q#X {E*O/_ Rc'*$E[b/ [lRwݑIP+:͛ͱn ǻs|E.+g 4HFX:}O< .Uq?HE~KXgɜ <ˍDEŦ(sŀ4͋lƮnEfmz_ pPlFm,>eGkIQ? $q`B=@;CRP_+~1DӎoLIMs \98hW~\lx `E`ѕm46? iH={=@;/TVUL֫*Bîv ^/6>;7Kuu V5d'C"hUƄ٠zhkkgZU:i \[> 6ٽNK.Kn]0y v6zyb3^UHNNfru)\zJJ{-[41ktd _4Ӧv嘆cTS,"@Ͱ*)D͆z~W]HW°j;"(=,ղzGKwxO1ڤ,4 82hGSCu~azص{JBpi-!f?yrbK.q3x7^Tb Ȳɂ*+=xhXwڥ>BrbR-ΑhLuD8Ba4>^7ۿXY3Gi{#ʚd\Ӻ' IG@2YSaFة/TJRjwc0u'4mZ7?6(MKO*VMI!ub5{x!r'zlӒ:-O*4QZqխHu{ƑLnB)ۤ^iZo;k94':c!owq=h΁ z|8hCh9DzGQ_.u(A컷۱DFjhk ^X\zOҶ@xh]VdC j`(ӽtW:_S=m>(Bu ~Ƌ2*.|+P%ؓzE!oZB(mROiM_Ԁg49 'cu~Z%P㉦,_.9~CSJ1_{ ::֔7 R=h.R'qY[Qp~㖎}l'J1Tߕq /cBzBVdi[9L7hud[v&y؜,[ʡoLlmª+1}Bd KsL刄H@&k+%A3Vσ_P +kgцHJAM]h"C-dJ+:QuG csA.0M鋦p8}[H'kc(}0\oa&3Y7 ~.(i_**ĠEQqs;7 IoX;ND$,o)Nb(8,42BIYPS2,}-oЋX58Aןf.^^,]Gٜ9$Rꃅ\-#$GnD0QrQ傠9Q#7OgX a{n}\zL6TeZ-l'V,E~Z. % 2 P`DHњ߼kZ&lFLYX >]r^ .e]#[.<R̍ $V*@.Lhݬpl[r)qSKP 0WQLGZߝ8|Xf" K:; EşUh<ִW1;M=DTP3""LtE:υ57't2}]6dkIJ<3bF)Py8)d^%\Schک 8@ :lP1vg=8c N0n:(-!sM/*V/g:I}cVv.t^_"F. 4]CʇՌ%/7>8ͭ\Z>ud_ڒ4͚iz׎| :8*֫hلŶo,wۆJo88'*Za3?(2`>1 DAkXNx 7|85Ͷ YZ