monitoring-plugins-http-2.3.1-3.9.2 >  A b4p9|jZ=R7 E8d*:ϭƐAo%$y@kΛ߯cYU訠mFGj *BGStkv_(F{"dYgVHk @XU/MWǶ %'Qsq^*4T3 kNKK 2 Bk YtFiLzO(66wDEg'ȒFDE{ͪo6bfb6ac03c8cd227521cc79afd8cf98bd9f0ca34f9f5731b8c0e3fefa9c69edfb0d64b2ae3acf896049555b12214b63a648a1c160b4p9|{_htKi\fR𸀚0%٬h>٪f"lD بrJTa.jLсw8Ѩ`6 @^W]`^C\U|{7ETW$7/JpMnj9 GLpgnԶOo2g xB1\P:^>-'ue5&pùqJ( x[iKtn79WB4݅;X{/ k. +'1Eh>pAT?Td  & RDHPTm      ^ `hr|@9(c8l$9$:$BQEFQYGQlHQtIQ|XQYQZQ[Q\Q]Q^QbQcRdS'eS,fS/lS1uSDvSLwT$xT,yT4zTlT|TTTCmonitoring-plugins-http2.3.13.9.2Test 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.b4sheep03SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxx86_64Ab3b3627de747a99cbd52fc8cf602bf186b934b929055e17b2041c9786cdb926a836crootrootrootrootmonitoring-plugins-2.3.1-3.9.2.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-httpsheep03 16442460172.3.1-3.9.22.3.1-3.9.22.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:22622/SUSE_SLE-15_Update/94ac4c9331fd739c6329a3e1a9636d0c-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]=475cb05e113ce83a58f7a722ce702a9f5436dcee, for GNU/Linux 3.2.0, strippedR R R RRRRRRRR RR Rl(8ZCGl&!utf-86d3f2c511579ecb4ac3c1fa7bbb69518d3ab479d7eefa3fbe96ae080303b7e95?7zXZ !t/g] crt:bLL &LUuqb ŢKtwʷ,!nV/+Rq;L&YK ='`_u4vhW&CY8 ck'y;q((Kx3 n 6`*.^ Ĩ5s Pƶ%y^7{X/?fX{y7,os-jΝigs4Y12bҖ:RCM. u#+iClbf|)\' A9IBq T9F]ӷN5+WTFhZ3E)gSw[z6i L 2c) Y#"CLI=sﮂxէYI֬~Mss&38ԯKSΜyx~u 2l op嶇7MEӯW&mq`3UifQ: FYݟjp l8DteϲNS<bE>B mVo%W6Lv&3fÐ#Gޡɒ;%VD顱vF=+C[̦NQVֵk ;-C-dLZ ĀmCJm| (Ⱥb"h4FjȨn8~XiiZ"moZB>lm2Y8>bsC{ VdT.5gX]?+)G ħ,ap_blYR$Mx0e-I8^o|   حߴX"|t=-oyr1;857`66+贽EJmTqs A(jEgHxla 6 ^FC@/k?q?w ӳ '+nYZy4Wr IS,g3ffQx:PKWGԇ UdA31uȗz68S%.t)OD6ky{XTxʦշ,oFA_6e#*7=c]YM+f L Tt6s;$̎KɫN}30Yq/+mu*5o?Tghz _A\~b\qnM_$Y6k-JeLL dcI6:W Q]:$X%X砼r\ ӹXIni\ܩ%̑+!_4[_b7u߀1dXB2%>mO Y>ʓ ^/\3qJg_!$^&jGAwΥ 'v7~(3i]iZ2;ب Օ9^~5(tC,1b&~fC̀ ;νj C"0E- V J\Z^A@^Л#Gq[ӐTj2(.„;PbsX<* U˖s)GԜuEBM-SƖcdsK~cu/RCS,-ELzv}`aq5Cm =

|29v9ZJ¡=_+}C5Ϧ;H GS  &E@$7 bDU-;G|VXyY$+ B]TQX S)85*%PZ:z, q~}қn]Uu6u(xܐ )Ly 2H֫$?xa`<:V?`RBBxπS{дDZcD䔆e4IOsU&%qul}g~4S9$(lHtq27aLq.ݺ$cLΫC~{QmN g-P'0drmQN~UlE7eWQ6-a$ZGi} c홑6ޔ)Hxޔ #|i\/ςdOEsqF$@΀haT>($T;ĵ0 _[)9ⵠ'4ΐ87 kY7lzZ781%Шv`p]L y ]( *[ Ž.Ü*kM9ry"lGG 8F9K;|sR8:+'ܔ1rZIL 9r:2VdXrȢGj)8Ik5C߷z͓Z'.e{@0|3K?;9X A*(@ʣP TR)&_PExɡ8U`@? s:|43ȶgn1!Q@~q^f(_99w*qt I@mݻ \Xu)kE!ˠ2@2Eoo@Lp8m«J>7` W.3;!h8!Xl~Y ۢfhOf$zBӪ-.:b3a)ߎώZjt/{u%tG^nKBùB>18 8[ћ\8"J_L-ː]`9>,Hl=p&Mʂ ܣqr]UN^ێ"Gpt%3L`~kR^C9V S !U>zXtXvb2I(Qͻ)d1E۽+$Ev1j3I;n*pVE\RrDî6ݿWҴ-&l|஦wZi Ή}:'ts\Rn`b՚V)BC?!:H~u(>srpejV XL@i{<4uI7Bg4!)?3Tk j$\-TGƼd?!, (,+Xu91Wh648nޜi6E'6M^W"EM6[{Ex@)'9*u`)>^ ˇ 8ƪ{W)&Bl@ ch0;YiZ<?~QSs&h4p_w_? }|9v.;- 2_ i6pLxO&GwI7Uqj݈P66(fy\4p'4yQMD4f{$J #>w1^9s#  uA *a֐:$J*w6Xf8*9:m ŷ?2Zu7x|^- JM_ Rv:D윈ӯ 4Qf\&@riEdPp61s~Sj F?]xPko1_5 I+qX~lXTO͵9ptkIbr1j0npp h,zw*SQtT?8a>버b8.8 B>:A=H'!c/"Ʒq|:&ax>kY}Y!>a`7`< !W6E81'kQATL`]q#x1`(8V&+}axǘHvԆ1Ъ>ai~43[8ķm41TE/9X†zD*B62nmJgt ^U 3bU?$#NZams!] iX_upbg:^)=B;o"ά2߮d=TۊAn]PHc p1 ՙEr Ṃf. qAQB$Pīm~W}$JA"d%#jf)ʝIM 9,Q?ݛ̣;rEIQɳ@Zp-!!|U#-^dC! `3[PSX:.–z!%5owB#=I1yV2`))WﺅLLtiSc\B݈u(aK.'7MוD)s&)V- ܵ ;ߑmH~ڭTF}=p6>RWq6X (sR!mЀ2<.[Lؖ&z/xylGF%-Hov0[ʕAa 7Vw?= fVяpMYc]wRFߐb\?b 䵺:l cW[G8c{Y.RV"U}Z q1 s['( Cv,mzn4^ ދT1H<5aRmƌ`t㐳^TylaZmNbR\!h.TNx!kܷ{Mni8<:5fEL-A1U ao, [\Ë^69>mrhip&szSMQ%?Cx~A#&6fqfR;$\e\Q݁&F0VYˆ^oh)wptUcElTO*t/6 ۭW傇&̄;` }%tcVXHؔn*" qQN'Gsq#%N{Ȯ\90c4DAeu4<㬎\:J6YNr尐O@w^`c9g# vdNO'QOS|oe2ec>{j&hr—Cv`I\KUQ4=[:m RZw.4pPDw,C(#_(Ύ&G޹6Ԃ0Zxzv̗-@.U~OUuWgG!W sبǏiPC NNE1L<%^#Z%J wYelv*+RK, ?H<2ڐ9 euqUi^^ ϖQ_A{L=v!ߑ ?j.y̝ "+[7OLj|M?Rh1 ڡDۿ+ iNBV&=>>rU4D]<;fg9 }q&*bu,;u 1*3 079"z $v96hQQHɅ8~+{:O'+s^s|2J2[2^o#C"6tQ-h45 0K4V]:swM[R:$YA9f {tS'=te*LmbݭqҸ@#JdoqAehUEzt^ Vu;y,u\j`/߮Vg}3.r+;[_Е2iS=[ WBgb)]]PcdҼTYI/ؠ GYTLV,tJW[|$ X V!vwW/P{UM#ˡJ٠icYCy^m ]rffHp'~a)#J$ t8Ҿe,z|j Ûj|O02%V>4g}c6v $ _uDͼcIygJTz1v4Xo'DOqAwpSo=5g7k,l=g9@U1VWSN<RNdb -Td3)jszq&P *v˧LuzzL"\;gu{j\)tִ,+4DT044H;ֲj|1joCW.R$N]lE( UIx"+_Y-! exm G#;׳&n;iRe8# V4;zײ&*-*=f!y6d^ +x;4S]?@;zQe$1LlV{" @Oӎ= U_ieLT egnUqQ~8}!' &R'`dn( >ѤuU*cظG˸8umNqC ˛<c0smk*3H[pW3_|c<<1ʉAl2T}/i59[oRӭ#paN8 'FTbpxb?pczoV% Yz#bIT\ " c 4 s h^Lk[v >4<س܅&T/lM2 mqo4+Q vސXU% y5UvB/H'P_y }\s%),s&rh(6&9ݜ$;x ;qIÊHj'X' o tM>`9x2u05Xbc?F b2N'P_!1ݡ ЀۑX6~鹼A0S2yV8({ rE[Nz{X2@ ,!&j݁>RgeU 5Y]sCgAHG&DKwNDCz}9*ҕav`U)I57[=i)l$ESGN￳Ĵ V]WE oems^OF!\sҵQ.0mn: _kI\(bsE5u1Š c1[ZTz`0"ݒG  tsw oW` çÌ,n yr&?šYҕgƬ~b+fAGCOp7D%0+8"oKUUicb1-fLxXT"ՎKE ފpbn$Ʒ~X\s 0+2LL7V蛧cz'$ḪD;E'RmJ>24wBWtO8atq<ūM:ʂ1{Nj<;><ϱg߆>6};wFNZzp21 ~:7p$^z~cDfy,gGa2'`@Rv'M[/9' ^< PЮvT@nh4ۀڿ45lj3X P [XQu:\= o*Df޵I)rnyi= Aܑ ?uD[~:lHo -Zw*.$4FK%{[x_xz=#_L[Y_$Zk 5Xa 'ziGFO8p`Q2Z6J5\ o0ݧ(f1hZ2DYqe6GIɔˉ&|a}`y<(4jOps+j oeUA'liauGAmpi\ '@_1 >;L׉5 Gy͐k{;5>.jS4V~fX+ƾhG%,uĹ!.DtW&c.ZQtb.oּ^[K p}n7>,|Ki:P O*sK4J+&q`R5#cٱ\T3 >ZP0 1õĥj& GXm늵q~T#8].-꽗HTWm9|}`oP8"\+X[I wQ(=qOҋNƃ|7-F(d-{<$m{"3"3Un-j˽bPŽcA#vyjo85(X$ :h7]]o]CN)k$0N0_LV 2Kp FJԆ@bb20ˋ~X@YOk HjewBg=I9> ;ts $ h+,AOc<%E :oc(%GU E;4ԟ+չ+a7IƤKPClrmӁ|W{>SRMG15[֭rKG)a\f5[\t5B5igԷGF9r3 N[0WOr>Xfk3Rφ)'<2_x+D{Pc]D4ʩ%@`4UaYZf19p2IM'b*TOd w0DtЯbԪ5<.{f۬>CR[քĉƩ@B :̒:xmq#/мIޏ5D< [|46IH$_Td/ O~`[DF-8{1Ǖ5*Ww[2d2lYJ{Oտ:V}Z_&K-x`5rx1uKnjkXN\?DYK@>],RLyc^2  7=kVz1y#]X!#88X*AaXxnDr"1fQ 5H=fIHN:"JJF)3s",'A \_kKBAl&S<%C$7 ^ Td\JՃvj}Jén< jdE`hT(rmn+(@wh3|ftgg*2"3RBA`muԤC-$fdy]LfawOo@zW#O&bc6;=ϩUNlEsȔl%xSYHK2ͱ^ˍ'H7DULvE='Pby9zwT֢$&33%F" >:ΠO7f&襷uCf>pnnb$q*pqU]hNyVBq$Ǭpez;{QF u,e3u8:񦄥O(/Jy0[G,HP&-ؠϔr]k4*2/NxkpZITPKߨ; WK iޞsޢ `:wLHHưP݁,޺=o6*[]ǔe؟Å}DMޏWh\~> h";[YtˇbT`+UR#*ny;G-rym5΃@G{%vR {*dW$ QǪCS186%3IŮ%l].qz H M5i56Cgir`d׼ 8U#迨/JѼmȿ`p,4O~ǗA+{UJMuLfّXS۟KDr6qmV;&wUpm-@U\mxw鋵Hw= \PCBF:Y:-KOͬC*7C'v}3V&ꪀ`硳vzօF,x"ӎ;PDaЖ5*تÍWTlΖyߝX/ ɢbkf!?<Q@yՉ#bOW3^&iItu (g^tNO+#MV@_‘Y[p37m <ګ5 $иUlM !px<ϫ |~lZ] Atvw=i7+ vŔOeNDDdp ;ң T̴uӍS29vy:2zьK6$}5hlHg 쮏v,#2ΗcZ%}e\NE@0*arDq)V9_ o/J3hVeƂl`Q|I%"sX4諰TT֖l|GfM`Pz UT\_}sI0 }*찡fb;!r}K*=^K)1ODp1;(lF+W qSgRwmyؒ!ڲr9 xtQ(Blh3Pl63ͯ،1ئLoĦЉVp^(EFcKN33e3B]M,F ֎b7`;\WvDǥ[MJS*b_ w<Ev4W?v!{HN?'7 hm b}z fPՁZ~4wJ#G"|nMzeXuE氆rc9#òByډZחEx}k0}ŕIm{h_LB/c\OugmQ)Ь,@I2pH48BSh-PNd#aJV9Mh ;cѭһPI2Z NXWUz muDl EW:WR۬w*=CJ *܅E Xׁ$]={~L %: #IThs C0~n]7AǪQRBSh{CF>KEAހתP[xJ /CUrN ?q:yc[zhzTz'/$hJy ׵@%|/ӁIL MnTC!ix$Γ=|N- !1Drnj/hF0ę:pBBt6FづY:#T`{ܛ {o $^_޹P$fօ2M6 %Ie˵!? 2׼ܠL( "l^Z]`~hpi`iƻ=iU /{Wͅ X_b44Q:ʰ?r<6;? J43u`!9mI~u`Q^b$Zyn+RnM7AЉ$c>1٢ B)9jTA] F}P'8paϐ351x>sցIH,]F*mįDFYHz5B )ck0|Jb a-wXӆ{_;ռ4M t~\Mό24% k0x :;WՋYuzUE厕1㎜Qlklɢ A~m?HbT3mMgmZ 4of&Rr E_l qDeH535ÁZ/*[9- jwr4VO^3ԫEJ*!ҏ7^|9f3d;.ȁm“VfM}`%2)~b!X XM^Emr?5H}. Z44x1#r-̧.Ojn%͜ 'Lx 41}Ow((cN1&J gۥ $T+"' ^&=KܕxY 8j-}6[pZqL%yz{B5mN%^&`B]o\ HB)uWR_7&Em*Jֆ"~a-߆,D񇁵AJzb.Ґː̫&|fQvftz^V 2H'>3@> i60v'w rೲ4 ؔїri`mQFcAHN^#\D8GeDՠL~_?g )aF1rtJ |9dg'ɞ䒣 ӀRti\&JƥF5uΩ@𫭯|תٌ[Ta:0,Ͱ5lQYE#A=)2!4d|Vy7?/G莑Sy,k0`$ז7[ c1CDp|x6.hf}rW|1=7luDAJݣ:f7;C- Wx|(.&>ǵ;*\[5kv_c9ލA4S1 յ xP ڱ\HœxhboucD!R"hwfurV/]"q`95}?_T0II?O)70@rʶ7 Z焄M3pֿ~_ ^NZAi"D 4qŠe4~_%/ H˒5=,^kܑ-ҭ1mumN+v0m @LCǟYpp$5'057 E i >$YnAIspZc^E8t靲RpAe b=PcrH/b8h;PxcAiDm❌9'iT^ > ˮ`>.{=fj6kÐ>D.Cy>+dmH4  v+k6Rq%1/[GcZ:]l/2~iL"/l7=t")/763:)-ZV٬9kAp}s< L7=åRX (o0C*wk̒7512G^TP^U$ڱKXBO;%M*n01Dc7K#qɻlسدMpcc! ZY"aB6XяUV(jӦ|i4"V-nKb5vgkS?[> "ȣ00@qq]Vi-gYxpdqgc_57lJ5j"c0~)C7<6 d مZJƢ?< *w`E_$\1Nc{-TbgQNٸŽA j^]9nGȶAusPMqT0 5HhU9j]iոS۔r G%KqhކIP{ ˜3PPuvZQd~L_R+5\ 'yqOj);A/R>ٱ{/(=y\J"DV6[GG`He\wUrt@B >.E]ȥ'9^tS6ȩZ۔*k <yEІ-ֆ3;A^=Rs k~L8ab&q[ѨI37Ny*e6I{AvmaYzĹp1ِ ϲgI?`ֺtZb^:0|}>_0&\DE(d3LWM1|.`T~[U%;ro(ٲB;R/Oڗ -b%ac@'CSQ}~16,-rhMUD4@Ri(dk:ta־n2 .}-svԒ%_y iݽi*Z0x. ] GO~Ju;by0QZg3I \B9 @0h(ϗդeڂBU0!Z9`kf~3wݑKfA)B^ V)DM;q v?U,Dr'.l;: 2Qh0)Y=^iصë5a،By#sD="u6rNY7A86HF!=XហU\[{>ߢ&{"g]!Zbsd vr$H~q>j؜es'+QkOF]2 0Mꁨg[DR R.Vjʃ&84>?yZBQrZ$DߠUܐ}x1_yQJi6bb谴OA1ifwr {N x'wk1҅ ~`/Ԭ{j_C$MN`trgD' ,;V4]xˍpH[)%yK_jTkkRc8ZLtJ<+¬^$na̧}WfbM>w\ {@G"87 /k(!83 hVA/m.h9+_z !h.\U me6x312 S+ ! K50tEO5 8+_6 )Rcgf's 0D4Fp$6#\h9{>ɨ$rؼ֥*@{!3k`B uqݣ.1*|? J1`mlQ=(q19 U@;zMHrsjї1]^ v#N`YSoҒ͓d~#i br^&jx(Fq?1~h okfӢmR]A;!Nu,m^DLm:F"]Ň@jpMyoLleͨ< W~;02PǾO"5lKh(ØH \򍫬 \@*?˴ǽ3lBy 6K=؝qJt.  ;\|Om8iNfSp 3}%= ڛ@Y[W4d "^;v$r29w٬~daaC}wQiMZNɫ?_;r>tTOm!GQVoz[y:Heʡ+܅Rq7o"] `F@f'4/,?5*uG8WI˔lh Mײzֲny2gu>;z5KCC|RpC=c>Ҧ!t9wEhzaW^kXF4EvN<[ +,^nv^f?,b[qHb;HCHRM,zTVjt'vuc?:o%ͅ7k1S،k խcFY9l ӥ4XİQc;v 9d̵2cTTb G͘bo u%S 7+gD/QGQ}"fsz&9.ܮ''-5ߘǣSycSs3i6VTIl$E K}GY([uiGݦt. ?ټH6b+E&؀X FYMTrRh߽t%UúIǽ0UPtԅHe4J)"=a]!7p36=.V Dh%z^|}퇲ĘQ;r?q&C;,^Ir3 f@s$*86NH#B(h"B }9Z<wg_*u +%C5iXl$?˪Iq:@|'9ODl W툺m@$Oi޶"*"NA%坭D\Fȋ5;au6-+ ȚS"`b:r+ɦJQu{桁Hqŏr:6B+/[ky & byLZN?Z|i^<^sdUhSPx1^Xqd!ICMI {2b}]?O# ^O~u_"^]ۭ6s C`z65dC]7*F) 4lj~TtF|.-Q6ai=h4'~Fy QSONL;vĦ# 9[Y1TE\D5{&[c7N,pvڟQ}ɳQG{\lPhĜ9B` $W-}iTU5mHV^\5wg!Bd 6fdO(R;tލ#"!OATr­:8wPzl6OW7RtWRؕ}esmCY$ :c%tMDcVd&Od"KF]9*5/hb({ч3;w0hX fP߲n*vj+!&UϑjhY0̂EE."J^'];rQ ȑ9H6D#(Lqw $uw|8 7 bv5JFzY7 *eYroY]SPc,uPp(bPׂ*c<(Kux 0}[p؏C/tG>AX@'9ib >W5pozʘۀlc"GM`_žGT\jppb3&byVe$_|\tb9Y_D]u)%I4y Mp\d7w(eF-I$?/*KFo0 y%<Kq k5=gx"Q(SvS״v<}&Q@jd~}'-c8]˘R>TPlID.aGQ ]+gCS+(ҁdYhWOgF|((WW~柩ƢAx@qn}Azo7e5mQSJg2!.Z&+LI=݇bm!MzzX{zs'$ =Xؐ7%x?dåe 56tĥ%\m#5vuë6 tmDS ub@"߬,D7YߘHZ(Ͼ{72zl?őY!( 8yoy_ _v> ,S`A{Q->~}5~&u.ܿ'r:%stykAoF$TnKGgK (< l:BiRD]G@|U=)ͽ#āфW?d}B#_~!:~m2?/ӫ| ;k"'4duBD-[3Ppm X]q >+W:UT `~tyz%DI GDdŕuBA5Or~ [?"u3]gp@/u$%*λ'(F.kEVzMdTzl؛Vp?<~f&0i}qdV9k}3}3{uj=Ȇu)(:0;,@Y0ȼ, d mc{D +#bMuol%h/` "ŊWqdƣa<@O3CVHXS_8!xS8=[&>5:֌RctpKxZK(sbg}'ݜc qlĝU_+۬P r}7>1ZR@g+lgx|%?)wնwk!WeW^ `5? !f˗` Õ˺+ xrW5cQe7fL w-S<ܨbVHrlJ.Fl_MrA{e$i;MwCoְ6:OX;jژޫu^Nf]b5-R[)]朿6M%e ۓGY]~ހZo7fEWA b󣍜/x _;V׊--',°&J*c()bF((sr1-@PK%}O\Z>N%⨗( #ܕ:ۇ~Z"L`5̥պ, f\\.{ՖW솶5#8 ƅDJ;sd-H;k^O &se <ԟu:q_s~W ZϷXw΋+'MalIO/V}6XodF3oqò])={aFD-v@Ma#8(OS .$yOǸ~ǨhU)^qu84,ƕ8i5V'>H:{J#04y .u0H A*)VoljCYv\rwO@vAt5}+/߰o½zk{/T/i ):ޕ\"*nM}Z3yb~&dIvLpGk^uͥ:T+?ZQ|"h*77O !`$B%q@èwH$JM]:~..^Ǡ`2ތ&!_Lů`qAN V VX(Oײc6&^ehO%8mTLp>3|] ¹hڷW;/r$-Xh 'sX yTN^A@5=x#>KL lz/9?$QjoHbSϒ-fJ[FF?X_% x '!DȀ0 Qb5!(XSC4{$\ 5͂a[_8+X&K)-%^eqI?j%@n(fCru?'mwlv zlyBHnɼL]V6h-xoR`Fa#?q KJƭR0Vsn-v^6ȵȊ_2JJ)it8:Z%2?IK+1AwnvFׄLa[Rߔ!Ò> :᠆H_w?nE`jߎ/_h!Կ2 ,V]sk _,!;,'X" *"1?[x{~g[LbCѮl(2a6? LyЏ]qB/7d"g3[2 o *ۢ鹉 N#$MT+Ͽ0+qVtO;¦\]EMd JHlmM63:P&;otL~ Dp>Ӡ-.u6<5DYஃܢ)"ɒKlfEv2f/ҝ8s׼*+޴4)Mj:/Hw۶WKD\ H\Uʲ$hΔ9deeFc7gh]7A.Q'/:~j/%P.}a8]q%-גdwe^ۏֶabUT7a![Xq73WwsCICzo2dҝ3H3LWl"aTd,?uwLmC"8\F-[@cA1HdBy)&t`ӌ~`A>B9*FV d&;TJPv 'q Y>!'6i eBL`l)tLO-O)EiAY\Uv܎_?cP)w;&DR$Sn.6҈"a` qz1.%CQIt}.@;#?FtU $ :& KX#E.Cg_;X^$UBr>/U2Ux/lՊҜ~"X~+V䢔8NuSMgu?//V}*~ U7a 9ϫ/t!ORY0:x![uP[cں,!mu@Di- M1=>cC,\e Ebf1 ̢Ͱ~JRR tx!!!]q4Ql1y(e!N,=\uxjBF%"12yЄ,će ;x,{A( ;'R#UC*/߇!;NQ+@:Zr)yF "iA0hɚń!O ,s]Cb$o1΋ܱ]eiN(w7j&iqlJQaopQS;kȞ,3F<5 7}".¹OG&X*+ٔ~xDYb+pFJ}ACGND 7X~jnWhxͱu~Yz% !9W+K[UNpyPЈa9nHU*+#b}G1ԯ5]Ф-`mO-ͻ9`u1po";K(d#'Vl0} jbg˶:mo gꙖ6?FַS+Sr߰` aД*c]IڃԫTn~?v'O݉$(n/A!bH?1#-OBdL "YSx͖8Z{\=A,x{F7<5 08b‚Yt謩|lO܍yđI~b:`D"PtӎN$ 5oC_p-Q5w0eba;;g@utm`@I_#מ!:p fnxf?(_npDG'ҳ.\NPY_a *5!'ny~(4- VI}u>)yz\E-"}ҫB0o ~*W|D2'~V?-ݜOƹ^Sw L5w}RTN`8ur9cy3]П'aDM]psvU׉ׁzSX[SRW/ɓ]#9"t 8;#m!4WvD4džvS`KQ;Y$;$*&$4IXkX敁}^zI~kWmw8!7ʻ_L>&j=χmzk|Vs/ō~%{Zw!KB#mԾeHqT>OS[=fGgH̤wothJ``Ӏ&q0n2ΤNӃ 0MT^EoWtuVv+@!f F,X0Waپ0ي8Tbtqe]!YpP/9]TX"_dȣVuE= q}R~ͣY0P͢S#&e:oV5rks,_B="z뮟;x>mJ&V0l)۸.!} Nר߰QU^K""Oז4}TE]h7*J=7x:yJTGeH>`s5)iH2-HTጿ$53ܤEXD[N.9(1q~CT&k6%ܽt|ibh"kdX5'"~3'TKa7ݽ(UO4s!}1&*-mJ$hjᶜ~RJ]8uq]|=G$e\y0dR NdfK2ǐu~od({Cs~ćwĿ-}QD=u`ZzLβ/ES!bD10 9W]Cͦ }Cm5539#R}T儉u<.)誰>y)Pf^WG qqX&ʆds .[,$%tdihӓ {mB(t" 8^!eN/ԎHRۿ梿-!j,3x Z9>hFH@."^bc| pukJ|t-؆{Ԛ[+=mGıu.Lb[]҄Qt"B Bl6q]趵n7xKP̠̏ Hyျ!d|Y1'8AZ>6 Dk iBw:1Pok=E%h?RKIq]˻NJ-O\0yM_(B`уwʤc^pkwSuz&?  S7!֊&+>CEdBB<}zzp ȅ{0ZZ>tM,F+)B])zu"_-jzR$Hdʼ_&?Rc{&_{ј!u``^IQg*:ܼ<Ce,V)Iw1})٢3;{K3S%\`EEIn )G\Yrbulw xMSIʪ҉lyH91=mxyNשd73+ǽiZ+qE4+0|AXj&8g^QH <Wкe`kO;\62x%m9 sp4F@ϮurN$K !EUŸlWCe!0%O%$"+S*KUFzi [R=݆I 9pVQ#QHXa%'F^kT"XgC0s-.*7h4LJ-<%=s0Cn'n=w7C$au߬v=kt*R>o9fS^UH0_<juG nAV {VCRFrnI޵' lÆ¢o mhů]l)'K"/MeD]ˊ{G 9G$KCr#BS]<}nQ3':bX8fB=E'Kq"j3nʦ¢lO뉵Q;;tҕhGM(j}c5Z}!kR>}de ٟ锪g~XEyo6oG%)IȆØq6xi|{Tݟp&7"G.n p;ZKG%tiΊY屁t 6eajEt@2A¨x qy/ LQ-=X.3ƕo7=äK8g{};+o|L~hm7Mh:P>k.j"UDvzwIjh$ǰ,γ@jծg;4}!V$N`FD9f| n8Vy;<0EO Sz֬w?h0Jq4-li$< Ħ?Ze_Hu.*&쮂"մ'CQ@##Ԏ>'YSn\pjrW>)N' `PHxJUJ^*F`f c;A`aVp׌6#*5=_@t Zmn.w;ry+Wl &{3f%\d ѵ)6%<[+XT }(eƔǀ=z̒y|ZZsu.%m}8,$o\d< bQ2qo+z ɶm(tSz,'Rܯ~"D PWQ~I`V*s<k^hIidV٤Y>KI>%'DՋ.zIAmSKr9SA43}0LaaT) %EO9z*uP/cxI1A]{ Uj+xwUnx1s԰7N 4-sqOW2sx=\Bb32[RTJ<—NGT;o]Y_r` 1mX`|&I3~ h] schN+\\2ht|;2`AA)FhM Uڟ(KCCMx+.`> 0Zm @JW!̆jg%qmfTX۾`pm[UKO?81޽0A*ƿVh.ިw]D>Wxm?Os'}\ QK̚wMr ІeL9B&q,ت?6Y9`_w2teLp!ݺ-ŧ!Yo>Ot1:^@0n"Ŷgh gjm8?vt:dȫc^Yv!^'T"ͫZĊ1h=Z/mFpbK k-d9%V1UNh_p+a-iؘVL^CpcT6y>z,\un ;.@ 4ۈ/NWkmz{_&3 W<ļwb]/ %LEc Eꄮ[љO6P=cáiBx~B@u> C'8i{Y\##wi{Wz·&(Ga^.@k3Ⱥ1Pv^U5yt wG0XE &.- q{\'t3Tlw8;q+ *^,+S]!BACN<8L1lMeHPup2!8Ӈ0_~G ㈮\Jtq*@:`NZ l{K.m5y5ꮿ,M̎~K`LKmH}{ź=܅X,wԁt? 㲊0Ҙ=ߢz5,1ISP:g7`p<;̃CeY3i5@ؓ@=v_ OnǙ\VC qvL&]8u)Su{Td# 1ɿ0F ׭|7u`|/_?7uNWIGyx/fMb76V4@u=#ΗΖ'Fz)HRltB Xc!Q^d_[ &y_eɳ mv ω `ch42pȶ|?BIq߃p]P3^q4"%%QFa鵨R=> *N viJj~+ũۭΫVX^֒+9rN& lXћPO$M3˻* j:ֹ(a ō}bߤG̨An6aCYa!:vTl'F:`&; +L !h@CvsiYHH2IJoW:PP߲]쯜!KvX,ߡO%EHCHђ, o3ι+ a^G]Tp0{$yp`8dLnGCX7ґtd~?#B@`8$׼T=WH!e&~l*$MUkHʊP(a&s2*wTP"*r[9RegxU_v:Q:ѢLlj-; '3?6t(EAvSkz\YfsB `\yǯ,{fcidl '2or?wAg (py:63ZYG;C,eJiTH1NoC&GbEMlZ>i 3-TCNrs-/Ƶ {q=3z BEn%?FdB  YZ