monitoring-plugins-mysql-2.3.1-150000.3.11.1 >  A c!p9|DGH!cs Y TT^BV KgimCśGyv1V4]vt-&~"6-zgm71qfUdU<UV$9G,϶u}=r]l +WbLj ~R?it:\u)ɗbXqS#x\/P%OigM9zʠRieL\/ xk $QXͤ8/U5dM=fܜ? 9Cr5Vv @~J`w-]]Kp'wd%Acoޤ8xv\5GӃ)+eN?(4F1YO@4ʗmg*m$&t\#H4[A]{xsOv}W <`L7SE1eXt>pAW`?WPd! / A&H ^p     0(!8($9$: x$BRFRGR,HR@IRTXR\YRpZR[R\R]R^S!bS^cTdTeTfTlTuTvTwVhxV|yVzVWWW WLCmonitoring-plugins-mysql2.3.1150000.3.11.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'.c!sheep176SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxx86_64Nߨ@A큤Ac!c!c!c!c!c72721d5c1fb2838cfcc36a96b8b12a828455f8923deafa75216bc7a787a5d0d2f95b559a2fe5210f053320fc3f822cc3ea61c0d75d21bb5e86e39553ab3ed38e6fc3c6d56ba220a1424f62c80e79db222779ff826bd5e7ab039457f933664e1rootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.11.1.src.rpmconfig(monitoring-plugins-mysql)monitoring-plugins-mysqlmonitoring-plugins-mysql(x86-64)monitoring-plugins-mysql_querynagios-plugins-mysql@@@@@@@@@@@@    config(monitoring-plugins-mysql)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)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.1-150000.3.11.13.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-mysqlsheep17 16631515152.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1-150000.3.11.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:25929/SUSE_SLE-15_Update/a8d7b73681ac17bf91d753c42ce43888-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1fe0e179a09a5e59eaf00aca840f495688fdb6d6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0f96e21e623f61387ddd7bd119ca13be62e32ec9, for GNU/Linux 3.2.0, stripped R RRRRRRRR R R RR RRRRRRRR R R RRtyR0Z 1hhutf-895b4587922861cd1d85a1e9200b8ce8d7cba384f9977390e0137415ea8193fee?7zXZ !t/sn] crt:bLL 1&mYFxCJ镕|io4c1>1QN7xm$'<0p&)_o8XNaHw^yhyN/tA!.MV}O&:Q:&kww5EypL>J"L?a{􅒥_W%Vi2GE`SPI:五^"iiP,,`%N#2 @ΣmIZ]$KNAUb(0<~g]y֛/{`VU.|NEF}KB&;1-߱vXuNQ?Mu@Y}F H|V /Ɋ }>k)\{`$(UE2-C@cP U eGGo:/o;5rNh8mfeN˱^yM .IPwj[PY ?ڻ ,LvLt{4Tk razi(&eHm^Fv⮭rȓF4yD EJ.vm7rOC~چ<7@"pa!.!!*2 KydVplu!] $qCp$.KR8ˈ"vxv jRqQ}=lR`esZhR>E8S#aVpZhBҾˁB&Fw mQ͙[ЈuaO^tb{J}ZklN\ 78T~Zy`% 8XteUAʺM|M.&OoHIIuDWOVps+Ѡ+eLLv՛{^Zc7)PFZFV'>2O?gIRN$ugٽ}_C]{{H D0݈l,ݠ2%!:*-t2hd+kC46)ٍ.TP0M4* TP"z$Y2m/'!%{QSL55Gg&*HṢ́EZ/~3@{OWz7L5o#hft{M8DqPwRHZ%EQw“G>+M 9`HN`t4 WG &3^/έD0 YQ9>3) bl$z^e&rh6 SIGv(sB-PbNG]qT m'RT0wZXmjza^iY? Z zNkp)?@y6pmMDm@+)ܲoqt`pEcC䆥6 | =gxJMR6ҵADȬ֕gd"WSB/S/竁ަtAt0uRaݽٿA`'3-0YΪnL^G I0O^(;$?`7y񕩩{ @ǁ1$~Ȓ7~=?e8UF%YoN)To$;0/T.rTp9ϲ].;3h?@!QY/.04ӭ"WO)#y(2M8}Pi)!,(/ZZ fN/jq*f7$gcL6^=×H4 <9u(&Sڍ!#W[p7p. H"$j5W.xAȻ^:BPk'-( E˧y9ӄ:,"A۫jAg4|d'HY8bquD,5NbF52C7zm,s\j wQ';/y_ьPHJԓ-nV C삒Ġ؅#5jm(WuW2&1D A=BOSc#mС䶺񵾝>7|݇IA! Cɑwش8y> /P`$#, {nE]>Ƭ zF&P#e;n^R,%矵c*u,4{-.(hFvd{.`",LO-%D=OT+@*k8|{eboa5 &\f$ Q̑׫b@5ʫ> tg=c6%([ز*JgnLXZ;$%Ĝ!V r.8}FPKL=Qc۠/6Zё[V^R! ҹdLN_2_3 QX8ZJaNe lUiy +Wsg}Q)27e Gԇmp ?1<{tG$!Gf&rBQRkY3ΣI r[╗ NQBP?~E[iNfeD؋&b\o%6A?zsWPN(4:OF϶U\$ l*a9JCe@>aASia*e\܏^7ЮQm "ʟ5ڨECvT` G(t 2ʃτtJ.ɲT%\c_U)oY[ `/ ɟ yY`vKȠǝH/L3&=M=}~i,.VEv[GI"x=%t&]_k{jM8p8Is)iӔ*FHdQ|*Zͭ~UFPx57One&ԯXq *:LVG0oV N]u r'ci g±T bu_`B`.Ld_EzM?RN] u܅R]cjt >{6Xܵ7VU¤z)@P&UG~ny.bI|%.K´Qߌ"o&S KKDޭօ!Qcxw8 xiWpI$7ǹ;N;оc<2CzB E@fJV ,$J\} V 0B05_HpݑJG $a'Un \S@mx.\K"I]BΊ x~C @X'!Jq9NY7F®׶L\IX mF&4q pƒϾX]K1E42XUTUKƒ%@ٺ;*~iSތliz>5w.mXt)KKV*hCKְ7!Dd,v46De1Nօ+1;+!x 6rr]Ê7T2LdX ^! vHDĐohv`8\qq_V5{Bn.ָ*& ejޠ ;Jr$ɽDIޑxAMz5aOP|ܬR&)̮[ڲ %=5G1RU[ #|z_ r nwfJEB74p:1N"*_C~P9G%33HS}yN :FӰ`֊ڰkpqiFW]lR@2L=i崻F|'Q̘ZnU >%-1\t^2vņ8vack 5H`߼#CGIG>t>И:;o2o"Mʎ(G4S,הǛW(Q㯠C-8ԩw}@ M۾aeN|P94Ɲ'qo!gaͯ8hЌF4 Y> EtX}u#'5}7~XCě,ᬸ{_hapu{xB*3=WmHa tx٣vp0JyaNr@"埖=νW~"Tρf…:rR,ѭ/n't\po,z.`ib~08? AFѦjivvhPS:8aN, iŚ뚳Wk?+>|Y!=bu[b`ai%_st:aJ|^k;<5jbHʘMVsD9,p8̃' VQ<ʣ4mC3c X"dկsla4+~_JB`/IwB&H܅ |z`7M|X~kx{ Ń@qS'KaN^DҲ Fګ8 5;vq)PZĽjX>߸rrk24V•@Â"[[Ǵsơ OyY!*|/aωp($cqAYyMK:c0X#n+EBh0Ǔ.40@W%߅oZa}IGe^ޘ߱-V_/j,_q^%dY2˒b9, ʨFo l7,k㬭E裏.nu!тk l>ޚo HzQzE(Nz3H0-_ٵ\9LcǎbbjzL8R ǀE-BšI\_aS@jAoKA0Ȕ_G}P8p[&V翾W<8|hgeq|C|piUy74 JWA$i햬BhPk2h8Gt#hVj9ȴ/E1'oW&6_GҶFpd˻nETtvD2(Kedc$OmJ#u|$EvS<ŠU"0lhcCZ1i(pK~\x ^g)ȇ0åzr\Ef!g\*qM@GN)2|~ H֜h欷aّ^Kʑve޴aʕϩPyΦKWU *Od̆w R Rc7>xeh$.D#¯RAcx3R˶wn BFAN r:ȿN"7RShH^:bm?+2'<Pv3!mZ{wV/* | fO*s^8">{2qMV/@QܓϟEa,ײDZ0a:]iҭTϋo[UQ"N+̛ CbwOV*՘؉cMi%q(ǜ-eN$4/7b tPu <L~1UwڙoNfGv[@mƽQtoH!-B`G߹CC\f9w=sL8 2.Q @˪ϯPYflAbҞDST!Bs lQz/ޭѣy"Mٿ:$o]u?M06޽`cxiP]7=tC8 yuI |Qcm6?mKcmEOHw*1= /J4.1\mhy'z 0PBkltOF1Szk`tkēEAA.b"aeX& aj W^uQ~t2>eieiBA 56מ3?. Ť Rr 0pkH?KÕoaIb&V(ŦWyop&-cx+L."f؞g }R;:\/Sqm )ޯc]gڵ>PgSp F[esaI6dz x `|Z{8;8,J"g;BI|FyL%XǨ缶h< ~ 4ܼcG ,Wt$lߑOOXa%pD("m2z@xȶ#X3M)4[Gd$Jk8F,55#iuc$k&(0mn?wa9.Ľ82MjiE0&@b׬}؁`WM /qPd+g=zB {?b$a!!!$Sq]<wj®0N=Xd/+l:Hc:v 8j L"UlJ' I'6tzV-̏12}XC:NEոYzԜBkL#/#8Pi*=JsqŚǀ a1=ڣ_7hyҷL^kWLv;C݊X*6}X?nB{,Lh;n>~oZԘ 8V I;QFRA/tJUn1>Zs nV!J⍦#nfa+3m؃{x!gxB3հ !js ]T)?=[Eϴ.+Vp)es:^ =MLţ>|wry{"SFHh;p*|FKsA߳/0X+Pk:ou+85_qS}Bɦ1,A6%L9.Mv#Ta<J({Tf:JeFi\pJ0rkF?阇uANC\hYB5~&sQ9mj7ViҬǖd6I9׵PG"pI$ ؟g9v4O)ٟZ] -˥đTI5DRi6! yMCR!ۗg M3ppىeӰBk%Ou`UKS5ZL* ?=dWo8Xf^R˫ȷt;|(yjL.|P+4w-'f y8 RWT@H11abk 0zG J^mڱ`h_XԹ?4)!dA u{8]"@ƼjϥYE$Pqws §!FyDFN9Qiעq!N[M2k5K@=h+$T2jPYcȨyF%b(~ x %B,>1x; wZu2Ks4. NM04l#Z7zjBIۼ d6~DtKst"đhJ؁)oD{GSqVC׸ZǞ r~mEqI-(h* Er$sju 4cb7 'n[ ㌝ },cE}2z%dizly_kI:(h<8^'#3K"4 [3F%iwpj%&3 1J~lbƾLqOD@#<69YY-ǶAZ'ɸ x$n6Wt'z!}+C23s%{X,P$prwh;gس*ĹG'sj&RN((% L |s4"4ATZW8D|meoayHnNR`4z%|d;9cU1L"yz"9S` 9ikOgs#iZZ`1 g<$tmg̏% E`[щGR'FaNV.˳> AptL&m2}-5cφ9(>zo3"x_TCjNCR=ph}[;*%rQ2\PҀ+ャlT){VE<[\lw5?mGp4nO@_P|@akdC÷.φ+ӥH|/h&;JwZ QgF=< P(Y}b63'r8hK[gR7h򕫄#jWFƚB{4Q+DL]qYr%D^Ob)2EcZ*}DL4yB JOUEŷBV]G.ctzե }P38A07f0fԇhIiwt\qϳv4J72 n;9kx?`Z~y%ێcܪߛI(Df0рl%숕L,σ7Ң52r #Dq(r0]e+%wo` dى`Q|G9dOWp UcaKT7vZkY>oTVO$) H@cwY` ,'}7ƷzLdؔJPc? Jy 6uQwIQˈ>JpyoƊ/zL;ү|()`\RA!Qppr"q'.6(2?~/ ) .{!ܑ*b=V( !5}0ec':hE2[M.m]Ju + _DlČ4ELrn/%Ȇa4Ph͢nah}_,{H Sjt/J Xni5ܒCGf"0aoPi;\?ivݛ,{!9"!r`VZ-y.ݍ(Wtau$9?DY٠u.)&оH=Rz\'(d?qW~: RCy٣^ANWU8L3"F#,vd5ToUix*&0E4f謈Cp.m#ޔN%)Ȁ)8'SqŮ,s#ُ2_dBqoGB^YsIĚ>08#N$. s{Pr('5ρmj }3IU0!sRpIUZkC ?2[0&n$+yKr Lq!u!2QO,g6PHwb`7fNpey9D@'ot+żϺu5S0ڔ#rlðCr]hXXAi]{|6 otL [Nq<=> VjTCӠ6[y4ϙ0w/}'abxF{o4cuZ y;Y bD1vK%\5̛k F~CzmğӠE,zŖa6Fj`MYhlRV%AƔϞcpM*ljz?1SI7LߒEC Nmsj ixȹ~>m 杁K- 8DFE$z)bEٯif^ hjS(^@R}'h'acӀ>v5TD"j[;gPs_d`6G#ޣVρ)7+iIn㓴$c" !c7\PR~J`YqYផCr !-9+m#u+gMVkȄ ҍ cDD6Ԫl~^Dp`3řfACKp BD+[(x; g) 㣲 ɡLb1u Ja=1s }Z7r y.7A\)%Xc t~V~qQY܇[$@-2͒'\m&]PznРdQb5 RAf(ÿHBgq0^6'Ilխ^FӒݼQHLR~;qp<q!ťHii.ZnRctn>T@|Hgh"̅5/]'=*̀g)5$& :8AHɾ $Fregd٦LQ9? ۜ 6sZ[Cgp&#pmEz@tUkU޳1NN=3We,-͉tx9wuN}}.&YORΊ!PoL&ȠJHY.g"O~E}\Yw"agy*O\`."-$ž*t>a|,=w}jp g{m\ qBBZ?B̝ӿD[5q%{"ջ}(e¨]l%^+e/\81RԻJ=lSV1xЬb Z;QCռ2 .Rku6(}&O6Bffr} G+E I l%Njdƈ58&|v7U7kV/ lHQXfrm3WqjEs9]Mu@t8z'@/ܭ&E .zqp蒓/.AO[-һk}nc`fiIִ30:~7~A)H~GqqO*qw\$ЁEf־XFɊ]x!0Ly9Q GFCJگ[QWumTqY,I}0!2V࿎C5'c÷6G.&^e"#Ŕv?Lԉ(tS~%E ΃:rgdk4AA%WDžxN+M"'r|t>Dm]-u9oj zJbYmycS8uE QƗ2A, TFHϋ0r AV.-h*Pl%yD1VBM>?k !/QYHq!bI z뾼`7 c])-ᤐ7~PƋԿBf6_ ee$!)2 C;Gp=l][T&zyVw(0:F)'3RsIκ튵zM<XhH鱮|K*>.w`3xűL /f!H%qUn2j:Z?ʰ5Hhc>;HXV"T\؟OVP||jD^s[W J[qxgc;U4doEr͍ {,5;cQ%"}>`Ev؟OFe/N)gp;h$4@Y3y哫*# 5pHܐ"L9fp e&NA+S@8r{yyf,{ ѵ_4Lo:Pnׄ25>fpxq띘]6񷨅fx= rO@9nj- \S~*JupHV2B?^CW1#O5>tXLЛV cD27b&-WN.,v / CE^`/B`s{jM)&up[~(Ljc"L;X]/TSjS^.!2h⎬fQ>kqBM}L٫Hd'wswVDިtv)'45Cսp#{v9yh_I.pj?q%eC4{gŪW ! \X6mo|<mT\Oqy2| 4}? w; f~z>$8IJTZYJry$-7#J0=fA0/A*ICꛭMh ֣G4{f軴 xm[Q* 533PrV_A2|ZFS~7je̜uTnL4[5;~VuԊ@= y|}ăM>IFTl{[WL P:~۰M)HQm\g;YMf<29Da2!{^Bit ^o̴ ~M' `vi(I҈ n#Q H0S̤Ehreo߾'|H qom E#8sP6Yˬ5sM/ǝtOvSU$'LN2L5L֚8gt @g.D S- ^Z3̂aLd0u)Q \%" I^j1(Qy\} kQ)a"JĨ)Y74/hGgtɳj)D߁|dz\Y>$ B;#u Ie*g6aL0Yj|BAg3uHݧ|j V}x-o/8FQTtz#K0%A^[z ex6Pv& @Q{8uŸ/:/Em!H  y7y]24n []/ǪȂ3&:@N nK6_^@X`֮QL$zX(҉$:1]SvOߏф!>kZiB kD(0~ɞewр$?T-xʞvޟ@N\Jާ!`Hlm[XTK[1zӭʽ^I)=eQ4Uɷ"4dvoDSϺ*Hy0ci_]lr{*)99Mu6}5+X$+P$I7x L # q!)@) ҵ¨czRgIw:KV^>7$l#/$2J]` jT"=~U$1y~xWś"5_8sNE&9bQ&KIU)b^hh C#Jw]Шh;alGZ|lK)@^EXFFFWKC^ agUê>o(<+Iab񣰵aAaH׾ +G+ތ~{;ٟ SÚn7o,< xܖ6UWU4d:9b膻7ӂ>qhGUm꧲$g>bU}Y3wyB}3X}Qy )q?]ȟkKv&zȁk]w %F Ę@&AK޻tqdBEYN' D^*V2QpUGz&sM;ỉi#G7Caa$cFّC]7FwKS BE̾V>-mjɻ:-=NaBmBHtYB5' ,s8zE@ú]aaP6/yKb(ZV|MXb`>xS-6\F?e@. oDăЈ\cMHtAZ_qI=F?&=%E?1Y`QA&n:&j^/y[qֿ 5ϙnكJ=b>z=h*oR1nFp.o]SzPC ̵͂Gb=@{*7`')c4O>Y5`69zCĒ$u؜CSgg;L5Njf*oF<;8ؼ3`S`nEIydiS?94K1G`62W8c.B+~=8j0vm^Je&ϳ7hn7!5+#vZJXdQFv#&Glhq5YY:$@_~%;Û ٳ2xx|X_ "ɬo ZopǧK biT3q?t(*FvZd5 `&;&hH}{me25^.;sm !ʋXRڼtN79hvJl`pZ:Lbk=gY;*}^}/TOaP`cQKcq;)H&x&Ee>J"yxl*́[SEE Tn=%_4Ʋɿ;lýd,+Fx}6MT<0YCL&-Q:ZMԽ^tp+OFI_%HYy;׊u ̉q4FQPvӥUys) P$[xH*dlDP9:ôԃ[ujL$}ݹ};CC3m28VOFH9O1tQT=!;-Tξ_sA)K%t t S TIhma4N.kh Ji.e~Fu j -7пۧ웴 g1ӱ mj# cM ԝq0qE{CӔosX:-`땉殶|P@jz@ȉm7m{al$~P`7tadRZwGM(V^;nd=0|!!|ib!~W' i%A[g.v'%OBh۸#\/1 21@DT/dWJ)FZ-1ퟵn%|D䞆leU5y4Ϟ}lSG.iC+cBXX DKEYcq&=avuF0#B,!̍Og|||1rZ +(ZB/(%kFJʡf΁ލ\{LQ=kˉo5eH|z5QOaO-mlB @I 1~VUV jAHփʈ]FW&gy;\, oVFv5(5zlɮMzuD+ZņӶG&rY΅3vnjVjǶQ$'mt#=+?R/=d?3ɂo耷Kj<>~ ԝxaT& k)N̡#Z<ށJ{OY^lzΈI`o0[oWORw˓(Ma!NE%'s5Z c :9@>v3ؖ`(䑈]#\1WՀw )w悅+/;&b dO<%&Ȏ+]Dmps^q,/p#ET[ &*n ^eف^%C;';iPSHdR("cX&nQTwH0Ň;`Jd!)`4I}=XW_TiwD Y{܀Г%nPe. ǗJo_Y |@ڱ|/-j8ڋVafH!nlgZ^h":*B<Fbכ='Tbܴ.I"žǺ5͘-|AeO&LJ_2]4:M,X(k z a7Ψ?~Nc[r6*=jr5BU(] K3%tzʔ"3$1̜R3N:/ dV6x{.j_0!q\?7(#Hk&:lnZL"zt[ 8 |91 RU2`rt(ĸT= <]n0 ˷_pu]%*cd t&2MTF~1pb9őنˢ{!b@@13&_0+/S)]_ -E\btT{ր9&;h}M'Mqjc/j+ۋoO_,'?N_De$+9/F꽲_إB|v*3!XlGcˊkE}u#~n KfI`MQ"6yJ"5%jH"9w^@Is3EQw^+\S(/0k(? #?S3i'FcR51MdK4ij7һ_i1)< .({;(C9V"W,ףM ,z3o| &T㿮j floIF^djs~)gJrxwB9x& S&Z`?+!Gw-aJ~9@3$;/&x1D$]U;==n.WZۏ$ZjHzUuBh9BXlD] !Do]aƖy*YiFj Ͳy:GSHp9J6qb٧ 0fPQ578h(@Ah%%Nq\M?xQDe0 Ɗk3 Up&Ίܫ z5 aYh$o,[4CB \%6?Fky탢2<=T@6Yd@:N9=5K6-%qN sl_FW:K_v&fЍ͈7>!w-/[TgD#‡~ljJ 긫{;n;n*%[fPu'@Ie$E ɾtS*BW/vs喧YCl_ҽĮrV'jîRcdu؟ŚcgM` 3ɗ3LƵq ¤OtftqȌ9Rd/Dʬ QPz&7TծCpuBqc=:1/OX ;vbVGzR-u ucT4ZASPB/bNJ+09KU& 0/ fw#c4؊gGWW&)?S;0}qX)&ЃV#U[0$u^{`+.:M(6dcQ˝*f:Ŏuz&\qw覅[΅ѭ7fjП&6PqѺc. ܢL"h܏4R)oY u7GƸFRlx}JY8T0T #ǖͲ"2MC|잡OYbOKm|֔L$ OnxJCvwET-l:6 _ٔz " wa엷`]gkh6-%[ VUI\<(( Ge鞁X|y;)mu b8Vm,KLl* 91,vZ œ8>l=żqvX';B-Tؕ>e?k dp7O[X]SZ@0g}!6@ٯŮ~zFS4x푀])͋|7W3lj*mdC/iuc?MgF],%",tl _iL/{ՉADTW˷a\^LHOBi , 'i$ig!Eݱk-}Ú}BJM_? Hߦ䚲4\h8l-hf,QE@ lo{ ꯂLq5;:Tl5GC&pP̾DžUZ ^K$1={{CmfӍ;ٸ\D`J&vVXFekKjt0uh3q4dߞG+.r28(b׾NÂ02vpHPWO|.au R507x u_0#2c‡m\‹n*|t  ;riy}`T@ Rbɻ} "k?cךKWЃޕ?ZX7`C;~Ռ{*|C,/Hqdq$I5ҥ dIv(K:gXv7T/{A؄̮0+߷sGѶ[͉uIPRSͦ6_=(ZWC{E,f5ͥ1H|4a-`2/n+V. %;%#c[tyn2GvjFNԹX''HL933>V%X9۹I&s*t!N£:vk 3# /ST9,w(М@Ѐ-vZ .uW!m uv <զRaN6qghFOpe2]V&< .rh˙:ANjU} r :UNHYR}T|y0Lf\/VN 3 ᮟ+Шf*on(QE (C^$s Y~^HrwdҬ\Ь7ү|6h*vw/v;}pc4uV^[~ea掛aГ \InP>WḇidƓ} h" 視u]m %} ge";ɥA9"6 d:YDSz<\=M.MV=Hrހy4QsY"wRA@ឩ+b0˰y.b[&۲zqm] |nՉ|Rk>we*2Hp! Yu􄀔>9 ;sv,r%uB e dJX-HĆiLmjU{,dyuK2!랥8J>~ExZ}0D𮰪o6QƉ.whaZ #NPR{`{6cf ij8'faIRx≶9[(1K|]%F=q]c|ӰzH7iw{E`$}t,Jmx%3Qu UJ7~LJ]IY=:9Nh1)A=E~ȴ t'hVDXŭ+V0$@syξ1ofn~`ď%oyrEU҆,;Xa \`G*iZQ;jIVUQaޠ=U 5CtխMmލ&ztgo-KԧJ%ɧ6BKr@ZY?'.' U-Lz$H̬ms^J@ϧ^6 @3t̎XjeB.IǨ` :I;`##Mgұ߬*B퐌Ufj ys!ɍ{v&q0.oh#pH$Sg.PӒLa eЧE4[ZGaGH6Ae2 ඦdAO4B)xRGTGTXd5qn-M ma!BW)"Fƥ*'8d.Mo84.ax.Z/V,"_jJbbL#^We-f{L4֖<;cQ쮂i79P_: d34} A8(s|Мr) k]"F#=_-H^(ƥ1/ۅp[j˾ x݇Omj@|* SGH<\ n9ǡ}^`MS붘Ix=!?~2.?} vXN1}xg<앷f *RwB~9ق0rPݓ0-*} S* -jL_> 6iaょPCuQa'1Ԗc9I\: 7ۊPgY2.ׁx$F3Z-u=/W2 -lFYq0iIs& {H?ڪ1*,W+ԽZš% uY=n(}`멊0j AdA$t:RO}B c>FB:ƀ!RiJw>]ľOy`q|0)믗ϙ-,F_q*c8(_kLZ( kq.C**;