monitoring-plugins-dbi-2.3.1-150000.3.11.1 >  A c!p9|뽶t:!-]b5fbJvvƺ|hΰ*`dey {l1D^O~.t SH+!֯Dn>ndd`}H+6 H(LvxYc%^o/NAd_nTCOgbǦ"?uw߸%)vi͑1.IoHf;!4QnDzD IXe'hrģF18422cfb75b9ec9740ebd563c849dca35fb26d45d3b44ae8f64c8202c6d466e27c50f2703e3c6c77c1755e9f47bb176f1637ff13܉c!p9|1\4n4Ų y 3`]F=Qf:c'}89.KdROzhMuO+yv1t[_.{T[mEdZ ]nQd`~gs>q!>6(|ƲY*$yi:3 {tg]Pc*`gA=Ĕ|WKiopWX(sOҶ &yk_fNZIJ @l[ `N7ݖ1 `>pATd?TTd - G ,0Ij     : <DNX(8$9$:L$BPFPGPHQIQ XQYQZQL[QP\QT]Q\^QnbQcRAdReRfRlRuRvRwSxSyS zSTTTTPCmonitoring-plugins-dbi2.3.1150000.3.11.1Check databases using DBIThis program connects to an (SQL) database using DBI and checks the specified metric against threshold levels. The default metric is the result of the specified query. This package provides the check_dbi plugin.c!s390zl32SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390xAc!c!598297d76853c92e993b9c60fec4981cf09ebc725507528a8549b6a103e052bbrootrootrootrootmonitoring-plugins-2.3.1-150000.3.11.1.src.rpmmonitoring-plugins-dbimonitoring-plugins-dbi(s390-64)nagios-plugins-dbi@@@@@@@@@@@     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)libdbi.so.3()(64bit)libdbi.so.3(ABI_3)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)monitoring-plugins-dbi_backendrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.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-dbis390zl32 16631515032.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1 1.5pluginscheck_dbi/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_Updatecpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c5675286566feaa18ec43ac2f6c728ae7218616d, for GNU/Linux 3.2.0, stripped R RRRRRRRRR R+5[}utf-83d824eefc21eeb26a176d1ef8be293964cb420c18582e718f59820d13eefb6f9?7zXZ !t/ __] crt:bLL D qOx p6eF`BjɷhXl3'ᑬr2)' Ճ`A v|H`֒\ޒJ3:L_oBj ? -!uT!&2x#5uҊ{N=?!ͨ;9{ H75٫[Ӏ:f( 'CTJJ>OI D}'8?Z&nȗOXG[f@iOwqu* D7z+\5Ǧ)&"IOUc.$e,:H\v`Q/C.NBbJq&~-HT{gl۱Xxz}) /wjͨ\U_CԽW}$/ɝDlx@;Xs38=%d)fz-ZX[~!Li@Le$-Ɉ#8u P0艬K{R? wjVI pW))= H72DT&-0iȻ1^#P԰2pNyw;ú$Izɨj5 bLrMWxtkꒀc"zMYhFW`Y~Nx`i{ h*;UOL fb) Yz&٠"#pa|4z "9'! 퉊UV`c \6(llqF*tHU}Xח{zfq2dR ݓ$IJ@`W}ds.,HA tEB p%w!Ivs-պ3mBoM(#G N .wr,K@/jkߋQTǓN|3N9eHQ]ݶ8{DzUA,F]tt'/Al4Hq7U\^.c̦nt%ҍ%%9>|1Zmny<ϭ@& @C)6 J)UMIٜi@))ENkM5C[$ I5 r;ᕡwg{_CvTR6Y4(\cG}@.J[BYX@L%CxWcY -bSGQr cƂGbX@%u1470G<{nR5mui|w5 xUL>|,t#EV .5|bv6à^Ou‹IN'(b @[1 gʡ$/$gZHI͙2ua~]D}<^m>)+ WϤ_` ^[8}6' ,9E뛤QxVkB*"O6vzAc0}`, QئkCZbWP0׷:5R/ '*Zf}L]"KˣL6|*1_:#T,S_OVvfh(N8(衭Bv'8njxnܕfaD4Dg1"R4]:]vLN(v!͋LE20a pz+ijd̗BC'AOTUqA7xhYn\ѴMfB-ȃ`8"psE=U `kB!]0]<'䠊NMW](r׹Fr5?K-[w8]u69dz[յ(r-K$+H +d >sUpQ2} L^Ϧ=8OɌgΪ^T2s6eX7 $ N5(Fcn,[X ֗'n38փ~toJJgk8cA)#;tB؁#4N[+Z$;g콡" t}+$Dy *QplQD[CJV2@;j jph&lz4>'Gd x7k8ʔþ3S.$y=3S%5 A;̂H{7`%|S38eIa̅ 75kG7%fAI r~D\w 0~N: {Tgi>gߤA0/u hF:hKaoc4gf7atpvTЎyJ[=T`%iw̋)ʩ_m"K6' AԀ^cLIa oͅ&H-g6͚u Ib!)} K$8 v57L7dNjֶ/‰trEos> @jkZzu韛lJ|T%=# $EU%ԒTDCe[d&KC>G7a񱣱Xc%9@}Nyf7}&1ÌBPo3_픕ag*kt.];e={QZO5~+\?X:S!ZͪQ#xJܮh]C ; }ɬI$WF:*oÁ MpfnqMoIϑDsEhR/^-9KjdP~ޣ;E*MAh"U ~/G9r&_+Zryw}3ǯJش0F`tōkߐWIc]ҚVL=VkF,IgydF{yW:9YVYX4 MU]DH^4emp җ#v_@;mıԾgDGBR u'×F!`wO|soz)֍d],%e[I٧v'*>;9;Im(&2NP]9Dޛp)͌$aL8@s;ڸrv0ph/A4me*xkbvC9z҅ג (f"‰:'{T;))mtT}QĎUb=ԑz傕/: g°aBdԎˆ"\FfxTY]^svSsMK p]~ 4Q6" 30RsH-K=Uhn(yUjp3iBP%(Z.i+\2nH|'LGPG[{{ƦO2Ώ20OWfbmA: @[E+ ,22g'\k?FFR4=6w&l;jJfko:O$H0Y'ʈcjW4J?鴍VU+pH#?WMCϦw|JdwA 5grS1_-9Zmeg +].J8_\|wUHvE=^Ap1Xn1~aɝ9,Ż$Gt}cښEĘE,TKQؕR7ՙUe!"Ł /@։#qd^GŠ쫃-/__T.u  m_4QAĺ'IUDR(8.cGA&>$HTkNVh+h\@8P}hGG Pu8ce޻ ߆:~㮤Px55-<?3zz|#Navs-c?@ς3,wH~gUz5>y l5@`3=m%1JxOT&:I`1h<e譫hzw+ce&@`z1Bu.3ҹ$6r}¨S|^߃v8 QGfAD8h&NIgJ:gBBG34hgcu"zoӳ ">db0nChBz~~J~t/}@X%uL_m)=`LO#Z>iZd`0r&,HEj_\pM謽µf=*7XP9 ĵ6SU}`6 EU kUD2.S.~: ) u{]vSŠ %w<#tʍ.|dW>g:Zu ?Y̋Q(1vBiIH}q«=".d*1?X;]miW>fΏuU .9Tǁ,0mctLUAr7jmC6I(Y379?U/Wxo( h9j^ An}G/HHPm[>}1` >`x0y?SUrޝ"@Fj6o߮hw3m E)t@Va1]2Nc4b׻,0(1V]1'>Bi;% ~W8|BXtEw 尔a&LUE ָ>ޅ]ɫչvD_3-IH5Ǣ1=tc;Z߁!2gX5)͋ש{%47p̉ %u=bP 3x+uij*V=9ZHskwH̉_`m_g0\=&,ӄRFB*D (0ohsAY-T%GFry$PPsxG^z1sNK,"HWaxEpgn{R1>.;Bi1D-BxϺD=h)T5l4P(]F5O{]F^`kp F21H41l!mgw|oYMQIN>< MRkK?tH"Y3R,}`\BdaB5f֢?G,pI .pfiv.-Fx&Ep?S9F^!wazFN)jUbo3LJs<T3ѵC/~@=Gi|U&Otʂxa5w.! hYP3*nٮٱ7Exs1o^{aDѨw`[jQ̘ѨLeJ˴5әG^_=5M)VZ%PeS:feM#3pkvk!a#A:O9 k?zQFȗPyϘ4TLTxaA+5ayϦ@VE^ߑ0@@Fk0~t pho& O{TBL_&4xVh~ ꕙI1F~U3T824x1#_e*w줓N._S2C6D^v#:Y>ނ|{6#/+ $Lʬ$BOV75 DžحteF@3'x<%s-D:,|mvHIdW IƅלTȸGq[HB_o{[=S{? hFن]>A,ÇWEGA HDe kÃL|NMȼO?Sػ,)6 dBj6i9oTM[9-;) /`iӱ"jL̹}"gߐOUET:QM"Q0bI~N2jr7bzarsy^&ˊs~ȉ{%*v?gFIe׾M^oϫʑ||O_ifMs>\.pR75}Ou[]Y 63Lʕ m("P-etv -)|X_kG+=0QbqE9Yn'bxct#jJ014+4 ^04H /=G( /Ѥ̵mp75q"50ѡo턆pr(L$RS.SFꀺcN!:DVdJ3Z#i2.'M?~O!;Kݧ1RYp/?MzMC߽.RfO7W4ǀ]A{w^ԴHw($&~Yf>G4<^6GI#gnre;ZߧJ[09xa{m x{^m.[%>D8mrՒ0>ngL4zv_$[~IL3 `9ky󙍛pV=^_F߹FCh`׫Nv4,wCSD hEHv3} n4ʓ `͎iZre"-YRP9^ ,dZ|?#7GKt$\ 3vb . ώZcP樾ʨtYFѵ)4Ds,tլNEqФ 7R0qNS<G7Vm#CнȐ[w;ayOz嬬[qJjw 􉤧}raiv2OWίT$V$yF9jXzaMvsz#qIBБL%Id[lH]UP5ºsl8z3(7.uWm9[ , +#݌$h ASسJ#`Y!/.Tj.l6/:?-tu')&LgIWi\<4&)Ñ>1wЕE;|[m3"U5.?X}) -(_Gؿ:e^ l1 9_fT=@0Ay=?0LUK8a{ߝH":;+сd;-gd^tZ(KU&qfŠ#4tZAG"ڿ >ŽUɬ£>/6+D.bi˳)Id>3#.YA3e튺M{{ Rj#^作 wٱ$]ﭮQm 8epk1O5(Ul`js1#guB/[y8 : X:RkOpU aZɅ1؇}aWDY,ֻFQk70^mf8Q!\"9b)Q]Nִ+tެ{s lx'CiIjzR!ʞ0z ,cd*H/WyZB?{e|oǢڋd)q|a;Q'$]n.†e#kg[v!و7rf1o\,&fq%4*}wH(U~cg .'1HiHɟ1l:wZ \_ /n R Zl1zWg_g2bi= ˴WԒm&-ҿ!zB URL A]xk91B(DD>6CaȜVР 3 Ysϯ2] ؍PA6)ܯFN" e$_r.VohXDstu׊PeK@ P'zYdI{F`]M1 k<,O2J~nļ0:x +' h9ԩm͎7,RD]yrӱ/tPTE^ݝ % \ N+FmĔфc \z95ody,_&Htvϖ!7/ej l8ٟ#ɾJ"z\ă~@卭!Y"+?x=݇GW7$iUуeA9We=$EpWN` "QxZorHd 7_nXjb+&ȹ-"aEŴL?aG{ےehѐSQ&^zzN+Ӂ"mlMi܊όNŀO,VlΦ?ݨK6(~t˫:_)oPR ?ILʀE[&T˝( \ T1wQN\g},\k=*h} {{u($/n睔.hNRoS}9\F ;0ECEb&:f_bK[E\Q7@rkA/sz}Yog j}ɜwtLPzVT..3}T+':<+mf9ŜzvzqxfdG: F .鶁7C_3^YMygz).N95}FXɦmʄ] -RfRRXu-"M\㽀f&NM^'|[nWia0ۢ>+<;0Y)F@9FT{xo> 'O irUYIGLǏG/u4kc=&& G >*?=l>DB>?1J._ j1+jkwiDD 5evy2y4=gTrPcЄ5]qau_giXNtj +${^&)+LgGH"_mȏ?+fKlw>w+/x|k*cuQPR&QM_IcCGU,C|vFdύ-4a5 co$Ȋ̦3"aʛ]!H\?uɐ~H8gGYbiJo0A|,;<{_+xRQa/I(2-SXwF԰ɿ,c(HBIcMG!A}UXvEzѯp|ׁI6YwG !_n[m'r'p>ƌC tUnGQ$6?˜':dbHHG5O;-])TC_}7s0- tnr*/ og-b) 5;.ZR#_S5c5T5w.`6)BӳUm2*וhFs/G[eUӛbp(Up+v(P҆<:԰!WP`Ծ*t|?U: [Y12VCM}P-LUExb;L>V .>.lgdJI 0UMGʢbzW|-Sit{fa9##Hsy/ݚFtOn  Gٶ_q!Ed9 yG,kóHP8N 8zX@/F9,>*~^$Jݼc j80IR'4eXo*bd|;2:_ԋlEc\zfyMy@Z(z )$"  C0㋅u4, ߆GpZ5N ~n=?/4q\(圽_11"_V 3`}pXcץ־h{[EBJp]Sc*k:ri30DXQSh};L`QFE./$֪wV-8exR5:P *5j|n^הj/n4 +KL㟏܈B}qL'?Ooh W1P)aG2"1.1X*_5uZGVEQgU{ (^&߷ALL E;S.w3̀ SDiշ*pu>b GbM J)=[81Y Lf-^=fʓc^.r@=a` Ay꾥ի%2^>Ŏ0 :wݵr<(\ T[iWn J/Cy BC:cMS.q^M%TW}imp>je<'+} xY5Tkў8i1Χh57,ۋKڅTNb#[zŅ΍+Yz_ͮ^M>d2q+ @#L?R:UyO'"5Q;m͓!QX.~D#hIGv/ePEe3ؼ: >`f0scXuɒ9Y&Qfл!sVɀz mw~%g'd*/.98IFqyYd+Տ ?Us!YYy~q?]i'8`l]pU .ʦ9%>hyv6{ bwlŋœ+.Y)xi>bi/󺠧%]׬gI@F zxDҬS=.h3\(r~.~{;.4IM"i/I-a)et|rDokCC'Sn7t؍qx"_8淹o6:MBd{Fm Z_4eh+3 !L73.y4<*|^iTD}bp,mP>ED2Lw,wx94lXPIcʸ tԥa[" ڡH^4' `X>n5XȧbT8?B!]6;,o1R $S6c?IXs$'Z ȸpUȒD庰pM˵|HlXD=[|B!+B3FW_ցB} evýEgcYa{Ngi3aM:ZTOʳ(8 1 fwGtb_$zүiJ|m ٢գ1EirǞף) i9#$c]n,vfG>.o&>Y|]SՏR Ĥ(;{ ?%_4^4"iQX)#ͺEL Qr1P1wSg#l~ x5c\07@|;s;R!|K;pN Js,q%G;9,V噆ƛ q;'= u ~9};m 1HcawVabfLf{cz0E/rG~.1Lv}B1Cg9& ӿVBbΰ}(fnT# SUT8$^;ueWܮ@8=9Ψ81 2e'\۪|TpU l(ڿS *|rXJ}r㾦cNQU5dubI dI37Vڄ t9FyB<.΅2MFĉl&3@qNĹP!&;eۯz8_p/pwbdK4;ZmKQ`&ܫ5wc|ڍZq!C'*|xV'|l^ʽ eTaA,JptgU! K(F]eEkrE DZ};TJgDKMM˻RolfHi%nKu\:@{J2Tt`4&&hz{.H#狵o ch%;JdKeE3^=Á4-%%ec|R| aT඲q/e_Ӧ ̢Yhxvgurfa O` qX໧<0ZֲoS0dUh`"De{|&7@7Xr/.\ r<'&~|@/Fo-A_g!@Mozu<{%i,W)q֒w<\nFmYާ)?0[s̻~D~Nԃ6-RQCJh6AbM x?dul{`8)VGݛwW1lJc c,zS(Bѓ5d#1')pvߵNI-pr RǍ71[u\l$$,99\BOџ"iR+9 cz[@u'bi z9Ng5ã) $}2qIw_dff5Wɼ'h8ej:ױyz NPEguf֤wvTގ%Yzl;Ϙt<ה:_ԩϐM->WSs~G@3/dߔ{::6>:9Nhςb˶&%e%0=Dأ!E$qj!^dZr`99=ɼT\|$NMuEX艕q{v!BDWBo"kкtz%LxHu]=64=ߗ FgOVYտDWhN [pMG油`+E=5q mShBj1]hmkv .{8{t>e3] dd eltc)|m&8f.;+Fr Z2G]w/<f؃k8 zCSς0 W5v\)8z<ج*1ڑ9Rjx pWB3|U+i[ePSbXgj]4z9k04 J 1wX`H_`ɆOYdAh \*%٠_&K͕`Tn0-h`'f>Pߧg,]7Ϳy}1>SԊ,}NVu  ϒw&Vs!17JIϹ[!OfB݈; iN0YEP 0"I"`=] ucA2qK` rF@z]ߦvivD?~axqK"jv 5<%KܩвκOȦ| ~wn~yۀ"N h:>al._>O vV @ e, 2n]/d2 7{˙EfT^;Zza% !Ù ,>\ HԨw~0xD.!mu)m,<[}!iM3CE %@5:W8͓JPR0sBR~.y:]q7,SP\o+%k[I\iA`~y'GCL׶|ʡ nia ~:cgAj#] -`Zڭv U?^م(ṆȈ=`wy&ARZ=hnSEЇ=b' ˙2*1m;TWK&*N͕&"⦵XBG RI4[*JEؔfQáaҕ<_[^ޕ<* F|=?t/VE(r1\yԈ'^X?[aNAc.rNawAAmizC 5Cьrl*X'~; kW@ _Ϛt@17luVO 6YxE|U; 5sʉ6BR4BsU]1g} SBNpK=͕TvRF!S(^D1DL58VUL+$jp6|,vDk@%}U<J'q QnIzw=Xye6(cjL|WH&ʽ >bߵ;߽~V3yQCclob6B0±A?)F)lH\٘BQYZC0TԠ0zH (atFbᬦVPF)^?@nC]dc0XS>m_֖DJo^+_ ]/ m.vH0K]h[_,N6>(gA~2 4E]Ȝ_{HQ Zp7 N9Y[-X&:FR'bR$ZUBYM|hC1)E0Yo=8ԅh4c0F_V4h4cݛϫEcG.VrmuRŢ,U4۠QǜzF@Lyk8 [u[ET&wm͐>YP(nJPs.7?Fvx5gM"ck|: 3L3exΖj)Hz2øUHݧo==Ul8`' G 5nzRm럠[ 'B* rpjrHxBأ>}}~Vr# ~iE&zdZ2>q&Rc߶Q'f.לB,ɱ<*L!e 4o[\Oa9+ky`p 5_Zz첩f<0<5NW? GmqH: 46^F T/Hjl>[Wbپ*Y)b#լNP) !ȇ5H<#X rC;eL p湥&1/0d gU汑6K~}שּ?v͵Կ[} RABbW@e'iV/qjN|4P,i `Z ߓɆC7t=gzF`[6™hTe;17I*2M=0gyWm3|;ӳ}؝|jPނc6ƴPONMEާ p1h-[;|t\Psˊ._iJ S̩}ߨ.IlƏIm . $A\:!0 bR8sw]BN0w@QW}50rqz90SI3Be eoLEB 9g( fpL٫Llf0ˎ%iFMV;KPKzT^܆Źj"Y0޶O"Bd,݌e=u?qxyEr{JƳ8GBCaGj,F`z9T6X#AS sA+ɽL5yIL:U 8>cq ڕQB\ [T7K*^O*;BPhlm$@M )T4ܵЊP0bEyb1̣JKt옴N[TM5ݖҧlE7 >5ga(M_Nɺ@CKK'U)<;Yb_k =\ N7}Y."2F *%0PQԊؐ4߷ᳮ׽/"pwQvfD3iTp={Ypd\4*bY v=K5nc{B}_[!mg"Ng@xrv[)\}l'iNԾ%"d7,BToy)Xe[//,?p`E,m[ȦitȘq=9"gXg R1/pSxu#|ڵEaE*W{bFfgsSߒJ 0"k3g*T]+ ! ry$LKgMGAc P#"mגON)֠3 Îq}m=v,́g%HYuK3IUD@/žkް&u6CFMyA)T$}\N,^'\G4[ pƒ吰P>ԟ,G؟T7Cԩ7 @CN99{v).&dw(Aq hWyh~NNEA_2_b P T P8otQt:~B{sIrYa@BT/f-^ Lѹ]0z$hET5(Av q#טӤ7x4ޅn-5d*s#C$%aXo$~AߵiT6{OO[mڲVeݚH>GׂV8M6Xqâ_ݮBkCCZj#HVnqcO]~ -ܵ ʮ;C\qi]1l }>â^9ZVsj n68 JùVɿUT L2 Sr%Ag+,T`)Km).YF&*ꃯLḐ^K/+RelQygjCNnQ&4 "R+t6Lމ4&3_5VaTh!q]E>y@2Sf &t.3yħ0Л= |B!LbkS ذ{^qSd-  rsAj9-ä4O㤶>"ɤq#7X!`zwh >G`4myg8C'ݴ׃gB7QVH/@p@xwoCzDh+n9dRy?س[欿Gplx2 uFb P>YȍM U.Y;b8-r͟|ݠx2Iht ԫ: aQ ZORpٯ%*Y۴?<"kM,7MՍӞIS/z¶]?6 -: _Kگmͻ̤䠻 ee rr@y&v͵V]:Yy'ho+1}xU8r !)V4WPX:6%fEfDX& YZ