monitoring-plugins-http-2.3.1-150000.3.11.1 >  A c!p9|og ֥i)+W]"萺[rIݴm 계I>lpnS]!@"}8㜹Xڀc >XS&ZS`f}>As\ 5ll;b{VIq`ddc` -yE[#JY,hcrշ٧g * W'=j:Թ1Nr@s۵OuQo"+5AanDu.fb0f8c7ec45eb023b2dd010f28a31a9e2353fe3eabbf1971701a76c6e478eabf317da5783097b4e4c35f9f1ac2121a51f04ad8e1Hc!p9| a/szq+=$6BhR.Yf_FWXc֘й{pAT?Td  . ZLPX\u     $ f hpzPI(s8|$9 $:$BQUFQiGQ|HQIQXQYQZQ[Q\Q]Q^QbRcRdSGeSLfSOlSQuSdvSlwTDxTLyTTzTTTTTCmonitoring-plugins-http2.3.1150000.3.11.1Test the HTTP service on the specified hostThis plugin tests the HTTP service on the specified host. It can test normal (http) and secure (https) servers, follow redirects, search for strings and regular expressions, check connection times, and report on certificate expiration times.c!sheep17SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxx86_64Ac!c!bbec28f9f364a659fefd935d1f6a5e552202af495a31c63f93d2fe81afa743d0rootrootrootrootmonitoring-plugins-2.3.1-150000.3.11.1.src.rpmmonitoring-plugins-httpmonitoring-plugins-http(x86-64)nagios-plugins-http@@@@@@@@@@@@@@    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)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(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-httpsheep17 16631515152.3.1-150000.3.11.12.3.1-150000.3.11.12.3.1 1.5pluginscheck_http/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-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b4cde78a1b4d81341e3468715031855e1c1bd1f7, for GNU/Linux 3.2.0, strippedR R R RRRRRRRR RR RRtyR0Z 1hhutf-8fdb5c76f4770c98c4d1a043f8cd31e8c7599fa989e6cd9fbe9d391f281931bcb?7zXZ !t/o] crt:bLL Aݘ\XA:Ÿ?)3p/hjV %8_:ɴfBO-O>Mv2u^1,J{YګkqeM7R V9TV~) _m|TOǑtNS=)$F'IڲCdos` \uqPlǛO8~fԳAU$n& @LIa{4Q؈Wwꆑ[LYk,^qFtdܮ-7n_iZ 1Y)^nrfhv 5e&K?cI8!g=_wa9?E1*?})nJ4Θx@/:z͇uluzl4 gN%5 g=d Wv1)vB$ة%G)Nm#dbe1Rg yT#O폖&eپh7tϵVCU/[4+[ݟ+hV^&LYrpZ76(T>H)H>ax0JI8PXB bP Z…0>k~@G1Ij,΍4%WjQK; cjv4  V_4̝UƀJ 42s?-#~gYYE^F]sms}b ˜#p }D-௾hgkiq(vk]cml/Amg9A_ʙҏCYJ7QҦ}J֌ถY6|3\xmEqڇm Q^oi%~tV)oA/A!Vg@ !B<~q䡹{>IAaW'V[6PbP,$EOl( l(;jBW@sp#ġ䒷¡Ē@%ĚC/(̸Ʊ?RP8!XnԲ_b gy>6Llg"OdH}#LR𫽌D:y(JvѤaOeq\@=9}H,]yI[X}7) q:n!p6e j^ߘf`Aݔz}M7Ү{KfEqm\F2#4E^{$?Eypb:uLش%d0aq$g+I:9Zfpxb]iaxf_|.'l$Ed+V!!D?8w!\a\mVlI5|a(wn7iL;DuT48Pd31JĝhOe3k>e k,>0j"ch?BR/r ?p5`UW}_9-o"_Z.ViCx2(gs S {1~y QM"@L%ּ"̋Hl+VЋe|y9ET.%SX}'k(Yï$.;=T-`׊Y Ȃ(^ ɒq2dر6}nW3|$fIB(RG?`?JpéO!wPNOUmPL=̚WC-O݌D} 8"QG?;V/Vx{h#P() x;#qкѺXJm(Uan$W8%w|bZHr1kQɒpp6pB= :E-jb#2c;Dj^q(Wx;lP𲧰jWԶ_a|}^EjKw=V@2k7%P*S5DwquQrt'vhˆ6%WJ*2(8LzvTvPn g/2>7N*ٶ}"%G~BI[{-k]N(:/;̜ )HR25 1ȕJR<6ߺ튲KtC(یϦ^V~,쪂%!jxY7I͓UAP+Ni}y>," n0m'gSӻg[W%Oc.ZТZX%.Ƃbkܞ̜(^׎!eQޑ-.k( M ^F Va4jE,[s^Q(0Z5٢'~j}ZGMOÂ$romP_pO?FX>HVu@bƏeߑ=YRY82]]L{NGsjtL@m'"*9zIEF×[>\  ?dElo taF 910A6Jt yg˺,dg8h&zga\}WO!l&>,i!Bbh%LL%!ׄ&j9ÑޜW$9c]Ik<] Հ#\P)ir F|SW Z#5uyL1ȧ4AaRxr?ĸEJoWxy;g+rgr8o~0z ьF%mrrv(6q)kP !b17|& ,}!Pf0 3 {H^Jd/-ROSGy]+4w7'`+Uݧ*Ǿ8QiGơ1=h="cS=xœʿ*'qO0s|QFA_OS,lXѕ1w3۾:'8Ÿ@Cr a4FWы4~B uYM `݁4"KI%5yrشq3[A3sS!KI4Gr˚`YTYx }M\!d4F~TΤb9lC$\CS5uLdi21EWm)s٨;q.2q%sb_|A9;m'3G|6~]F:Z}3ãx.IWkpZKY]}ӕSZ='ǩlS.P;$ {bbأ9!. [W2R~3'h'aH1f㏃WԆ٪YNK?t)JH~.s4?LiقD7 $X'@ i% . l5HX88PJs1|쮮y_߭7v"#=wdl/Y-(dl0lR2IYttv%D4\A9r! 2F-:?j+$)(aF0I`[:AH²rL3i\ޤ%n(>oDR-F_ȅ dSO3 5x* 9n=˥szT z3?"jD&Mn9f2}NF_$s]늡㯔͏JCA4Ŝ ]Żtttҽ`EUE[#&oe_Z?erj_s*K[ε%q{/Uxxgp8xȝr@D4I Ih 5{Nj S~CfD#z$x7diUWI~&^2e )P' ZR\6WMAmplOqc1bqa&u127?eM%v߹su[>X8!a<fxDjZ6X0xq braDɖ̏ϺjBcoJ^wBEzV>ջHM{1( NQ, !9Y}M ]iu'f +%|t:RS)l3iqo2=1\7'xģSxW9U|HMr< `?7YD; |WG"W Cxa+/'x|d 2 =,Ps$Dhg^V.jTBj@BӸS;LdmmO93vZUqAgΕ[W7wMI!@GZ5;nx йQO 41D@Wn/kS v{ $C%Bf[a{VGȥ0ީBhyDy!;J`fXg ['ɪd;!işl{t b'6RnWR?X(9a:dbvGxMڎe(^Ԁ:3%JRvbT-y?qQx"sCcveQnbU: r4p7Z~ c KB6)D#S|w5x]H.o?,ZZS͋R-㥂YjП!Bo6S YϷx2oᘷϸ淝B:3K*.4xSM57Az3 _ځ"HFryQrЗ՗~s[r:~,)$AdSGwjNdh; Vw0( 5S싊 Fޱ7iQL3mR^>XA/YPUZBJMzdB} ~x,LI :}z-壊u-(@Uo Gn(4 @;sβ|T Uq|-r BKϳ.< CSD!_+rN^Hrg_|TN:{өͷl'm1Aɉ =.'`;TY_f9Exb^P{';עs &燜>=%Tyj!CսWtփfRu TKT sAN|$E3]9*WFA'R>-E;4ϯ>l>+`D5DA᨟ZKs{.$;Z{qHЫ3ܡ}NA+ŎbLfVgĂs$?^=AN\pDB%1=PҒHaub#U-b:$MxǦuV!+X,LBw(c -)'9o&mF(E5V!ISKF'w!e)3B~D=0{:(ķmyA?oʶ ? tz?۷V[YSIF!NKsᆣ'@eDz HU30=ckPQF>f Qݤ>UZVd!55Xm[2[=Xpᣮso/Yq/YS >eC=pD0L"{sTaҫl8qsNڍrG#ԉ14 'H4d~DnVHw۸Je_N(X&ɚ=u!rH Xc!Kf,kMZԽKk*h\%%ӓN[⡯=6¥|~̍9|D qrǃF KJn ]WĩW%/NBj B=ymp}}G`+V]$\KcuJ@Zw_Nq {rw0nql) C3go|;Ff tx!3!I|V (s(mNNn%˶HrQ.VkgSikΤ]?Rl oMؓkmhث~N;z؛ kޟ'җ{ ՏZm򫙰XlJ>a˳х3ETlfL]Ȣ#[b.7<,L[Uk!k]/&X[U=ix7dcnkkVxk0=gva၊m ӲQM]{2)^ ,FP ~Z:k}1 ss>^;`l2h6`8r5M\;j6u>`"~% σݮhs8vg$t4d6-1CN˰ѣx.n#xjdB9a #v|]Ln R~%аA u7ں˃X|>`(.N)iV6ev %)wųoŲ e`)!]׮ъz ~RjuFR-}kw%5v3nkc jˎY]od#_FEt_嫎g@6⺞)[1Uk`M{v0Ɍ ~@m*9j=Nrb?A.p 2KX?VHpi_JT+WSvS8ag=遀[+XZL/.!=*;e\x%dϷn湰<5D8YgH@,T fYHK:pڙl?]}C@b}5DALq?Vk5sܾCqFO4X2$Ѵog%D8 /M|e) B; pJ '/.LoZF[U-WZS)%O-,ڮ߲y8Mf F^XTQrux­UR2hɫwĖRÓ5TOn֙\`uLSwbA,IDQYh!?ɗƃ:~9bі>'uSlKj0RE6ئBg}S-L_dHAe]i[MN¨vN$\;a%;ђ*8V近&9mIzWJl{ Cs-;0.`:-[|90 X!hGAFꔯsVw4$jvs6y3Jo4^$A೹%[l"b<5i{A\}o(CK2yhO:#ɦ/K&CH[YL>q#pz"XSG^-D,0EQt R5ǝ%>4NF]GtzJ\!ф,n-7?7K!BK0Cn}nD6C**Vxց)n7kh<:ï\z@2uTnUgFj^??a"_i^v?_DQSN*]>ujhv0)(bp-G!T i.·?U+HŖ1oritg !7~e\|v1zP,^PaQx$mη܊e^5Ƞɳъm|K*A9$uSu{#L&@53K, _ .ڰŝ94ێI*ţVGTF/a2ѿ[HSX4&M(i>WgMdXcYE': w, F鐑<LP1%},TYwqmcb۰T8l=ϞgZGI%~a5mL,Jc.7Ѭ25HЍzƟrq`Q,C%|6o. "xs2uyF9dz$w:W<\M6v%chDzPM:WB =˽G#S[4<+L V޽K!nCKRB<:9> ld ETZip&wv!x4Ude΍u eY_VC ItS@}{T{)cu_a%l_,x?\9Ea`mIt[ӽ$>!B޵twrȂ CxxI%f8u %Jvܟ"ʮq5D(HcQ@LSlVO<'BHN{ ,mĶ^Ӵ?I/ ~p#D5Mv8qL#uq$'dNC3I'$7im Rəs(Y0_äowsl;lB) lV2 Cͦ&<͋[|7EV}B RerK/Y bSN%^1vB ~9cYu9*sw;wRi~{銄h EhhNl2 ]PM+oFt#βx"*u Fq)JOͅXR cVߴҰdpx#VѭݵpkCvU;6K/4R?]TSu WUQMݏDC])4ٞ:ksSMU􌟌L{Zo炎f#TD3/}\!Lʧ!K0:2L+n+ EXfjFlvFt#2syTDPMyP10~sC9 y F&+&Gq.9N5,J': dSjqjy7r|qsl$_a5~ˑ!'^Zܒ$4V%~BLZe{Ro52t@,)\\EU"+s[-~}>$t4ӹ`7YaA`` a[҄ ʠ+1<;<6D}WNݵGs۵vɓ)0|I軅UU]ir?Ʉ߭f@dPwH%.pNҚGT9l)0bmŇ]KRpu7`%PIJ?>i@d.cZk;Cx@fy_UNmGIhr\r]= ~e48,dml0? OB6='&J؊x`@5'~^6 Dfwj!eDt󀗴*$6ZXlgmN|ylHI ]9)%8]Ox372I=({SVc.3ny^mP$`v컁WHЊft& p?i{v2^t¡F^+*y7&_\O7SdTY ][ lPcEuae $r8gP^3jG#I<Я}|b9ߛ7?TdAbpVT9!545ο 38GNMȐg X3dhsؿ8MqF)wZMUd:abn^d Qw W:t;N#t&z>_чքA"Yr:_N5 tsw"W/_s/}L$" 7d.IP̴AaT+ DAS&V$YpݝΜLq3RƐJru66)RF(\>PNee8ȒY$SAݰJFD>.d*S T7&7ʏU@Frrd#7 IKaEqi ­ܹoYiG, /AeSOJrżޢ`,X?b5>@ OH'M`X4:4]uȊ-b!]Hͤ3L[]gl.on3bԮs(*ф'=˦ߥ0fMjLN q|ypD9*McXzV2Ej9[l9xW~>4}^Qٟ\z$t/3gka1hH0YwT>:RN탕$e:.Ey9j-jG %+\V#Vƪ>V^_8+/8t[Zwc[9Ɇ=K!~T t!Z$4qTclB yvAw~5c?|aW6 ]2eoHyxeZJ (tu-r'6oAj=ZN|UϷJ]ܳ+)WS E6wlLѾq Kkc^8/:7j@-UtUJs8KhȈ(yh7,86q{5.AeGF _L7@0^D2c#]‰MG x%lϊڙ)J`eU`/A%G?NE/ɕ[vJe]C_u n[:WCi2fc>#Cnl[ZWqcOǬp87:aVJOd9U ,wByk֕ xmJ.D^zvlG"8v~\U@U,8KpydyRbz︔霒rAv*Ι6%'oE"o6+DJ_wL.?7KE2|@A|| vurr0֊ʃQnӥIyVm\_?Б8a"UZ%b]=N&]]e UCgVat';|Ճ+-cд=Q!|9j1;I|-SyLG0|j)a'K '[2FIwoz C=|@Х=qKH^W ʽ-pk2$/mS.9P1Eiq0 rOL \R)2A-+P!VK~rX|Lj2;؊jG/LrsxeT_!a9<7@GK%!G$UcoN4u0Z}=W@)oy`i%`TN5:^YzJcjUlKNV륋zWϴy: |٪ O^De]| ]BMNXbbLċʼn@}Q#hI]}< 닇AB;pvDLK[G1 )N^I;k"碸K7/%ygiy0w7U}ݥZlgo0Ŭ$w@pl1dZhEWkc+;߭N?1smAerTV DW͙£m6%v}n$thL؇>1g2M .eNfxXo#K;V8٦藘bʠ{cSpdH_hkV,duBYNIK2GOpIt.iJ^54WxފMI#B䒅`Fq")͕ M~.4Sofڕҥ,W5؁I1M=֫,u)EϞ#[7\N:֐x'=1W:ݍyU(BiZQb~K/EJfLCQ^=:Wg2Pa1o$ ӕ-/~ ڪEf@IT ]6u# e&,}m%˵x<O]άVn'#ujHsޯKN(LUpvk@{뉌W_K8`#IS7,_=&'WYYB[Ii]҃.HTmʽ%o"ɡȀr詂˩t6rݲHwKzܡ{RNvNg~mQvdglSLwd1ڂON0}XP^82=Z~3}Fp1;k;9,VtԴ=?Nط4_6MՕ$ kh+.H,Z`oׇ:l}y;"Q⏅7ƈZ7ݽ]07顠2m\I%$2) @hT^b{xA=6;1>B79gX$2 ~(I|GV*$`7׳ք{)99ȎwK d0u#|ȥɧD0,sݿp1#崈]~tj;zc)=_sRc&|I诀`[bZa1qk(ApLA,sǝ-Z/_}GrU;O!,b~w[[8 &8^K_q~FbOfu,m\썫+%S&lyEUB,'fOk_38pZRɬExa0ߛVhޖ !24$ŝ1=*ʐ-c^wgFl"Us%*Kb %+kX1S' JܺRgv,G729fޮ͌/<^c,< YRlhhr5m3mKٓqJpNjH^ԉO{/7FfQ_I!b{x"ݓZ^܏zo=A}ZҲY"SQ >%Xf(8Du o:? t9ߊ 1!`ٍ.$l1k>0obJ`> S쿰Sp#ejj Wfoi.h2N+F |>%;<ѤocmEM._H_bҹMÞYV^iHHsn14f⊜sr}/#h\L@;I li!,iiCʈ`Ti!?;–mx_As8XY?{Φm.ڜpj'}Lp v9!?}_dK` 1OYHZ0eKs٪~J,_]yg0ʹ#!t „#Y tX!@)Ѝe%_ ʙ>ux,}?*Ɓ:]@I$e!9 ?PuB a[Tg8]C0$e]Z<'Ġl^:8Mmdu[My֗c#`_\Vw6oՠo_qO0pIfunD7;bJ*r!5%q6hR6 w>9mJԉMi*YV~<~DOeDt07.Ns3¾ЋUSC( h}DL먗ߌ)Y`1Vg.}-me)*(༉Kt&z=jٿEh.5!yEl+4೤8% J< c06lg(Go.7-D8c R!Շv櫽j r/ۘ's P5%=a?#}@ոvnA[m3~n%0h:ܓeK?M?ʩ0tidfG:3iYÇJ <3{|\ttUV2g\u(Z+=PW3,19ʇGRj,["N01W[FKp ~D9#B8w\M޵6z}kBw{Z m޶ Y֝Gp*V($WrNS-8&ueD&q ~Fz;7qR].;mgl6&Ҡ pA3|1{ 6P j [Y+zK C@ @RDoGT6k°bNfVOQ"!P#p+>uOj7VC=Ŕ1bȻb:WxCuˎuTA C!ۉAm'Vd,^~x1awU?/=ɫgfa$[F{r>0pr9s@y3QctdUUg2|T6($~vpAۼSWPK`eKR=!SΘv[ߗvc~a&e!zee-{ͮv"Z]>23t$z%߷N|)[YHn8_ nzm^2+ !]%ΰ wE^:@koT)pw!Ӧ4uPXyCۦ^OQ0eqUEX|Rk)xaj O*RAێzJoG8 4zf",DU5VUmZ%RmAHU@^:(Fd1q-A"0bA՘z9C}h KM G]~a : ךG̃4R @6q '3驙-`%v6vA5+)$&^f#ݡ4K]¨yigSN7f90,@?mt)uy%WYK€uUoAZ*r9qP,$R f&  )=Vn)lz)Mb~k[^&Sak=޸7tƪ]2DcTV#z.U̒h>sټ|(yRvEˊiE$ַKt%ae%VŁc. _#Lp zUk3쇮pO{~@.{C^)MDR툺Ȏuᛣ-݃VbSd|p0ݣb*nKjC]FTuZkK7`-&3=Q(рmu0I؝'h.vpErp=z zg:,c Ä R I{ƳÝ4fʜjMĭ;yqJ!W5`V5 ؜6}$3@ibk`T>r ,WAr=o#%q UY8b-pi@! 004UCGjJwY YP@f/l~/62Qa}t۬ ( ~m XE/b`tV/Ipꯍs!$9m/5yΌSlYwis(Yc:E_ɐ *O۬Ħ搱AX4rmܪ+4'JϭoI. -*ݔ|9V蟮 IH~M1r>cY{;) 6g'B:~?Le"t$0(-ׄV(,y%R P>^@zj7E&>il,V RGWScc8<4tm7r_[<ͧ2Sή=S9uu +cZ=ET_$BZF14 x[=s3O`1*dRvXíDA1="< 3WD^.G>jn z^Aʽ_~⒄#hJ47ұ(WQLi᩼ξۃq,Ec?|87W֮7Wgv/i& o)AT# Ђ$x_Fnf3/P?1!^+%yH,G$1_ttk:!l9-6Li>j٢fqs0FBzWS^!|a]a;NnU]R4 jFQ.ͷE3pa M^%^:r&yP8 Zmߎ_Py#J=}I~ fY7x)'qeK 0sنgq&>33( zabqqu 8K5'8Zn8:zEhbH! G e>)lauD욿a?LJxZ^+)ġ12d$ymw =8k%cbS:[/Ծu-jsݘ\?#>,<׊$k0|q"EX)}*~Ȣ"Eֵ(?[ dPq|3<}w3˺|ișc;m% iQITϚl$fw&L/Py:rư aNy>4rdjZf)?Mye{xלh4 .KbL%}fS~7p:ŋx%Iܞ(eV{4+3#:X9ˢ9 )3m] wQhN/V_#M/ˬ]) 5E#)(ڒ\i[Tb{>4`n:WRol(S [`|96z v~OQ98;7Kq^+o]M$K3~0y`Crh!q:)Vza_6&Vsc@X 0/ ,| ?D﫠oRiYl76C X<_SwMGWA6Cg9-8!t  !&0j]zw=T`B^5svKuIk~Tڮ,]sU`PHD曚&m@1jC T7-۴d[J_URjjj{;\z}S  V$xZ'_5%#[9w0q\mɋdxtxcܯHLZ{^ R4gVi~_rF*8WʵbjŠ`l1)+ m۶et>+.exJu)uPtB &fOxGRi]_&I'tҖ@d⋋(}M6CT9U9E;1#NCvWjb&T=>r}'A BqB4¨I(x|Ngйu\AZlފŸU^EKSߛ\WG,zù6X o}lCUAbJ *:q9!z땼8hm_E)JHiah&"UFEH4t<( z14^W5^?Qֺ/90Jݵ(eGk?ū&ю +0P.b 6^|LD /bnV WpdTuE_%\q9xe$%.hrMnfb0U4Vr$1lZ`c'us 6zӈ4S} h[險fW;- I[ 7ԍdKGu-;MʝDov}IOX> Br  ;OTyBQ]s'c 2 Tǫ(n1*#SdqZ0fG[ixʋԬ%bu# ˓wBt+*/P-oiza?׶ȇ@2mfAN v`EIC &*/'h }|c_ĥ:Bϡ֦n˜+֓,Cx @i,3+8VL3Ir?*** #FK撎b*2m&ɟAsQ(ŊC׹sEqo|87P;WLJXdL!bQ0),eԣwv|ڞ)ACu2ުQg/luq.>Cjh]W5_ꪐڔs!k|7bnF:x scQ4.ДUDpڌ9)k@`!@C/K8t~`[!JURH?DC3CMGgyE/] 9e/|߮]3Wf(g>'XJp,P׭m{=p/Csgܱuv:A Q\Rշj)Jy4pBe5xoİ'jzLFJx6;,uqNtfq+| UayUONK9hK~Zh P ؾwM^zHg./(qX5avves̼$Li??(/(Z9^Ȣ #~Lb!XMNssjbKuҾ)! NHm2>ćV!/2WtElܮ.NJyx=ĝ&⇳BDBeaa{J@+ȝky]F+nOQEjRdaCʮ2޷&S x/jy6\͒z+'>J?njU\*|U%9L F`1FvtY5 7+-yWKjswlIj[H:f/Td:},%(FR]y`"f(|nO$ OkysmY1W>Vzbȸ$!ٱNTT(HӲt/"4udp2jl· YŞÒTJ;zƯ_dhROP\?ŁNzʐ&(O|BUUty}5rg~d&=Qdӌs-Rzڞ]a}a=C>)>)]LbAڟO S:+)+k6'v,K@l05񬯴^e%Fޏ/X *ѦO'*\/CU`+Q zV#aIH;MD J8ZŊSqc27(mq+R : &Gn<4w5-v%|㍫ /N<-qSWcgDt)=v_1>IXlfNn3+wG#Pw*PX9l˺2zLqqɶg-NGߘ@ hO%\hG e)W *ځ&+( $xegXaYR|GB7gzlNc~r8n li'"|[ 9+4aPP#<@E8;P3'}lhaD!Wsi5\Y踚jP¨*qVb9on eAFow)[k8&"Sڣᝆ{u:TB)i̮)~q./cI3.\0HJ 2V~z@>0!q\~<*:|_OhXԜ W;bd!\Je`ɡӢ'ic)"cG8/''=lЎH׀qƎ5hw /}2ps@< gߊ$cYt&DO_A4QLɎ^2'?'LW_ l]zcexKJ>ܱH~Zhތ FNV qp(.]^|.t</M|DwRCQ'Yywo&=qV!( >hIjks+պvLQki]~EW{&F ܙV.>W]&c1`/>:qhU\Bj uz彲hSjl inLL* 2BW!;,MUR

` B=#9~I4fOK Y:%H܃ǵ]I)4ṟX%1j˸?UxXtCީU-i-JGH͒yHևWpH]&P8f%oKwl}MS9dn>u7 uGqFşW[L:3*faQV],h+3k(c;&B9u-I:g_W;9ΕӇ, 'Jњ-靃l=A ZhrcVAWD޻`Mj~PXMq7Ks;aqHø)iy. O m֧5 h5z&Qt})ûIgX?a^l0- w 1 lyP!rgΖ6* s`j*S9TW G{Pmt lw]cRV4xH˃7X j5Mf}i-XWF7> qJoU% I`$#JآR3&@ȲCg.'eQ.8ZFX$Cr7YάC@qu)uHbK'WDeu Hax22D"pK:.W63wNEq3}^UꬩW K.4x27;Yu7Iܴu#9,%tpf~kru؀@}E!0|LQChEz}$T~ek= ńSw*\)SnA}ĹS%6^!f Z;$Vߞ@(v䠒u f_\)_z/m[Ha]!Ep?:Wfi^͠ Zʽ_ʦ^2KTI>;d0g]3ҪUIc@?zF%tPzeB{j3qgO,>VOv9zȴjt ̪NdN<쟑/NXv kdXk r[MO?wAXw2Dp6H}ib%T!N=krd-Bz=&[ BI+&:O7pF^L){Gd#;$bLQIɳ_N0K"ߵ]A@MM迷*O(Uؔ'UEŸ*KXȿ``q3`>/iVQFULJa9|esG,؄T|P1[b|/ncT (۾IL[9?92TJW&a瀡ݡ>*\84Wl8]Si'(<< ǎbjK G..fK&LVD6?ZFGJߒ_8X̦ߩ%ڊUƠ!Y^&_ kj |tۖYlM2߬J;}$EX]" ԉ6zW4[(": 3tpqEjG8cJ\OJ\c7ЯF# y%ܛHGm-_X_@DKv_ WAòͫ0˦tŠ1|Ӣ %6dWTȦl3s: ٧OĖ ,n۴UǸEU5DL~ d$OFẊX5F9Mk%>u6nw4II/ЅȽ]+{nۣXhghFdOym԰u~IYfF~)jiNUI7D v=Z} ,;AS=jM=ph T`eIAC׌ԡgj H6)) $#Ou^ _mu[Ժ۪=mYr"1_{O((3S$B!H6.@< p0NU"_%]+z@ko%QllmcN:gBPuAQ>u ?"Y;?G1vLQמwtDm_ɴs b=5dmk^野{+T]~"/T D3!(n{=XAt:Wdb2db% h-U?]eNDӈ${ߜBUY^Vo⸡@w(.M;HOЦ[Jq"wtm:xY\O2ɆԶ́d_PPk Tgփ'x4חO^p2*t%bAye(k!7(\>WËH~L6fvLH 8~GgKoOht*T\XD\UDB Ԑ}ax|ԵL688HωqE 4"3{ڱYΣos;HY/59,I#xڼ;pQlW#g 4y=wS4~HWz4t*YOlE4+g_Na#-dd`az)ZgsS% Mp~ Q'+ e1+B؆<*.5%yT[p櫩M/)}EFH'T!h $ɫZV.A7i< .4>\ 0:c%Ҽ43 qMT0DrLu =>-r3A65Me+HaêJ/֐Q-ob+$MegĔ2Qd3 ,m=M{?avi% 0 $'J+72L0Fݙ)t{.ln Qqf>; SMaomuy)bK(}-yw;<,#׷$*r.ix{)hf-*ށUGN{vJ X^xHoDQ9xśHfJ&\v'즔RSK%l݈%Lr!KPS'\ՒTd< .XrNj^?QP:g"S-c SnҘs5TnIOa-G?oAU#TMiz% =:k/G֊ZVQGZtgLJ{ 72k\Ո"¯KleǾ%ɔ PMN:^9%VF^!#5VoPbaGEMcS## KL$"_Z-ͷVtI W=ΧۊV QE?ArUDmv^o~1>ڛ! ޒ;Z`d}YfFG-P׼@hSj?%VCܰa[vAhinކ+="<Ő 7jJNGʊĄ{bVy37wv1)'AXȵ4y:|!^0G:@^IMZ^yM3W}@29-e*!gA85 уDg,L# ԃr$az϶^!a~UN_K)q>|zMx8cLÜԗ\>}Q\eABS<&:B0ٛ#, atܟ+dID$&[ 5@(lrW=^]w>I`4gEwaبQڡӉ= QpPdy[%A1r 5؅mXsv+ b)&. d䕛lLm#5XA;uHl&~%Rk%ҭoFdJܥ?sI8֕E})Jy8esʘڦhE(?g#l^}_r=6boG F&~dKT m:Q0UBkp3 w\󝵑? _IQErL6 zSk%u)_U8'b>N⼳le.$j(9e>nmszb5K9\(IT gXuD)#$|ٽ v(z2$ $˸nӲ qb$Y..FTxKYQ"d,WH#y^[S1|`/xtn+ͩHicl5Lb)['p:cȖ1?53+a1uN"$j=48>Ao&x@93Ȋ`R^W+/J~}8׹efc*n `/t6ܜ;UH>MHO9]h$QJjD֞#Z Gm!S#Օ] dc+c)S&ND["X ä 4{e)7K`zjM|s*ggl$(Ux p=!wFDTVZui`H6s_j%YzP7풳ţ{H>A>&LGcj:Zz0>qj'tz!um6M.z\)u6Jɗ/Cck'o5[9p>R2VLUiyjҁ0\EV}G̋\5مhM7:w|W2ּiZ23Uʥ{/alcnؚƛ OWg2ܝ,SJt\N?_r-4R^ehkLPRrMsUӿD CB(l/W =%sq4nי wVޫ|YN[+a>.VAaH{-O8΢#JtI0&xdB-m"|u0 Z*.h؊Y@{^dvmh`4\8UR!W,R1 $wjX=l.! }-5?cPwȜo^.EHUˆA\EK%8q.>[1GGs$Zf8?""j{73 ]邼:,~x~UiM#e({ Ct4ydE'% #[Dc{B+6>[F闡Bt53)zd d\.9DT.e@%3}THmKXڭӚ6 CA wv v/= Р9><~ОU~qRVњ`&=h)2e>72Y'(՛&LHY-@ !Bv[{y~8̬$dn~İ6iHU2܍T0GʖP-դp+ƭʻ/L399$Af5zb \vy8W4 9K๗ Agj깩5Z Zw.@ٯD!Ԛ4>'?Qf<[ Clem݂8VS'ٱ%~ջ\IF_d*2i/uu,Y35/B7gfSΰ?s>|A, ߍZ?$SD}/(Nx]v|Ԣu E_k̞^`U8Uhgy:Y{o?u30(B9$/avHWB䉒_fV}Qo*>YKn 7TٻlPS=8HotJ`#2&7ٴi]o#03J?ʻ-2mLrTK3m9f5('y^鲡"L <6#/p(L+q9ؠ؇*SBٓ xTͥ(%+ Ff%R zo=ǹ[Żw؏~$ˏ\~=p-꽗'E7)E'K촟': %QZ5!Ӑ2eVZ' -Ԋd/(s=k;VfĤO_N%s+Lza3{4+w&aA4J-B,(2}-u5$ihDOsfA" )y0 ӣI~zzC$GzthJBhoG %s射iVb[vU'N=-=M;"a yAN9{ĥ'"zS5\H m޸EeejCx:6^`q"_%ywu j1{qf@ {C:q\!DDx /@g Hٶo@H,YP:?D.$`yfvs2 c#BQ "KG%Q8kP~ЀeZ?!]tQn#{b{Nc]2<"Jzb%apeקd[by#e9l>P|ǚwZq̞}r?Ĕ:Oq| `c};E<p:0>#vvRûV"A.Y|Ab7v*+l-*oҏNNϭW 3x2Cŏ#xe%Wsm.g,x `ńɐ=ij;I|l{9W<[-``$>G X[FR0R?y k'9#fN%X0G3%'Yi>86ĆBNcr;͕4 xoakSŠ7:y汽 YoL![Ev4q1IC3lyhƴ<*p;Ɯ"2}Qh_X}_2L[v`nP27gьmWC;YO$dD& tNP RQ j%ԁ!$!AVR +_IOv !:sk,ʜZeayi;?\0/ST>4XV[Rdr3WLBL-vwg2_/"!v(A-mb wt8dijz/U+mCɠCo#N~%eV1K8o E sBĹ@yύUмE~`jFNxD5OB0md~/QjnJbQ \ßk(1TyPOfJT/}bP !eu(sҪloWtik rj1 ;%~2Y2i^g f~Tw$tѣ~=a2 ų"jwi Ű 'H?kbXIOUInJlC~#Ϟx)"V[LDcޯ&nS]w|j%` 8Z~n!{i$p\C}dq*ayP&)ֲi<-= G&9vz΁C;^Ke*AgY"q\l'GWTG @ e{)fA )1y_?Bz["Ʉy$4G$R fA~=tئ4Oih8V?l҃I\Y/Ykאq$ %zNMG/5cH:Me㡮?t"Ukl|)pj鱔2UFEtxB#b Ұ]ELTnIpGd2'܄#BBbֈ<}ْ-sִ5/JٖCtIbd~k8շ߽ZUoU);)i!Zܭ*^qzho@ YZ