monitoring-plugins-http-2.3.1-3.9.2 >  A b6p9|,WEU=W0o[mI4ӛ)OSK@4ˤG>Čύ+:G APtkb C!m)M{{Ǽ.QmѾzm,B4ÃdP-.AOdu]h]\w8MP2;k' o?ڊojRYS4Kr_%g7-bM *:g$}2OO0C524fb5e0503dedf2f3d43392ba8b8129cb1ed9fc3d4d83b81ed5459ba4db047fad1f968ad4e6b761d9c51b82fa241137495cf9d1儉b6p9|p*&2q!vX~ UFwaLo[Aȸ65 @[P{-XcSPapsȵT4 7v%ۗ#Wa88UgJ@sf B$"Yy"nQd‚[yAk j5Wy- o% o Fʔqva_'Atp5Rsvwܼ̎X+6:bbQ^`3>pATl?T\d  & RDHX\u     ( j lt~@(8$9$:P$BPFPGQHQIQXQYQ(ZQH[QL\QP]QX^QkbQcR>dReRfRlRuRvRwSxSyS zST TTTXCmonitoring-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.b5/ibs-centriq-52PSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxaarch642PAb5(b5'43c098f61f6e86c9145a82f29266941a7c0325d253cf657d4964ce6b51cf62c9rootrootrootrootmonitoring-plugins-2.3.1-3.9.2.src.rpmmonitoring-plugins-httpmonitoring-plugins-http(aarch-64)nagios-plugins-http@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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-httpibs-centriq-5 16442463192.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_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d95e2dacadccb24e3bafa34cdd13d375edae309d, for GNU/Linux 3.7.0, stripped RRRR RRRRRR=GT!ّutf-8493df401b878e64ff53a74376949409a384377aecc9caa0d227dfcbe40d069cd?7zXZ !t/3猟] crt:bLL &Lz]?&ͶܺȕAqjYՅ ]4gRt;z1H]\ J_ڤl8^=n,+@oa~rYQlK˓'/S "ӯ ' 6mH5L2!K#,ÀYJMPiJ%uqqN?a)Lˎ;C sOi֯ yƚ'6-` Q#9hJ:1`7F( `'U%9 $$[;^a`>HӜIFݮ +dݒ!ܺ~)lK1_Jnl $dr@o>]nMZڊ.r:ƌp+<;@$n޼P'y8?(zG7 c14hX{2i쟸U$L{"ZTvCiHyoۀWi̫8?˸^l&t3;- P %'N &j^H'maP8裴Sj@zEq/L5A(ݚusֆy!dx]r!T XDA>^^_/GN:Rc)F3uBMA@c.Z+ V"`YE9y弆Iz(StUӍ0A=r3$v9[ H<BUP6,Ln+ճ{y`,\# &VBV[ qw{ii&9ͧEc cI\F&6}׽XIG`4YDbW )]x%֟mh LDhSyc֑oLsĠPbK&^3λH]Eh-`LH+r_˝MRΐF 9`XYH>%0&|I ybHh 35F!&;9d>$b܌(+pfOX&J W[~0&/T׍,(%]\,lX/^ D d4`֒Qx顠Ib]KPpQq%fR3Ng.]L^B(sr/J{?9sԙF 1`D˪mnmm%1Lzu,՟q~I ^pD=(:Ѝ@*u<5ġHpF)T$r [Qr5<4,[Kl0ևw~6Nk3px~W:B%؁R7{AX:p?7(<5/wi[I RL2sL8b_1^jx7wƫ.^"SR5 uQ$LS_^8](T~EƦG>|jKfz1^×X!u4w'q_\],! ]cQX$HK!]$+}_ɹQ0 p&H̄ko`wkx>n}.Х%GwJr^ ,ғx?[N|+8P3N%#v)srgV@T*W%7Yscٺfy@X<1r'XKW'%a,$B;8D;5Ϝމj99n(bXu7RK7f#㑆Mi JWh2;"O(9E>{9>&F:Έ>r&TpmHRuw_1)Jsb ~;ɠ[:$}SrD@YEhӯܦ2en kbm@Dg`RtOBd9J%ޯqJxIֶX;hH`[q*4eVO U۶=bFR~2A;M cOpEų"j,V\^O@.KKULj_ۼ3vRUf~7p(eQޕ4&zk2Od[,?g S6J 1 l %9-g7CR~|nFܒ4@Q8^7(˫8fPvcMA\1$s]?BtxI%#hKgèѠ+-˵-`!B.Y5 gR-TrEvQ*u H(d 7:ۉچG(vB po= ܤax(MkSV'YGRZ>SuķBlwQss&\ev=܅*P.៞w^,:j 0vF%F|A[}PK<@eOaK{x%4KZ|ڽ.w~XAN7ZҸU("F/#E Mu^֣9)Mb3LD6;XYZ빐čX"j)U F\.~AwQ؝ T)SQ5Tj0b W'pl|Mfi{. K~mRJwTm&>}#ek PQHC&\"E-zKDy٫! JYzLY{xgyu%'>uOa4SW -5BajqFSޮ"MhVZni@G^Ԡ{8"C8E(tB m{TP ӆ{%Q:caLafesR+2@#WHIs{,xE2S1Fm(ֈIJgUzY=z,Rӝ>J|ck^}rwsE& bI%*gJOxؙmzxaXPGk8 ^㠾{k2z T1GώD )?gY%޷ CBXM FݗBX`%m{"@|}~)`& \:S|P$?9{i*m*-pnکCb G{p4_9\E=ߢ)4)/ʩ@ =%1fɧnUjhlW}a?CiP?.ff/Q&F-JCL 3,  r$TDt&#܄2+RFxM4L $QmR%C kS%* J+]}K\v7g?$CnNV,?0! b0ĆF!ʪv+5ts!Ca`NthwW/t?$#)>1Gg0g|0VK;0#i1*s;nP2joyh%| >#.rRv2֭Aӊ3bnbH1֕A GQ+ہ?qSu~ݗ}_.t&L\`:]Jޢڥ>sO6azɇZp`$,0D aNDeSFR \Ե,} C1Op!Vg4OԼKu#A\vNsN[R Z1 ] vBC =̎m;6@8ҖT X^ ,ߵvB(^#dV 5 IFkaqGVkW3xT  mB@8edvCYN\%vx"Wsqc}j`6Rփ!83J)kef|trQ6CQO^Ƙ2JY#E߂p:ҸQ_SeU4^]ZZG LOjSggaYE9+ڈ|Έ8{'=jNaɊ7Tmc!׳L.6Hm8މNsw~#T_@Y7*:{Q'vLJٕXw$*-AyKk0rr'ZΈ!nu8%frۙGt a+:^e g+f8Ʀfdad `No| %3tP'Sv).ˤ\r$wVlEZUȇ%6'! z|tpHz]Qs%}ա1tw߅a2U/0pT#GzG @YmK49bZXT C}nwSXց!w <ϝeԲ˽ I2Ѓq 8jDҳZ,ނⱉE`(n/y9,Oh T-K*6;7QRtSr ber:d4Gʧ*9.&=Ʌs$(P1e8mlB|л\5kC`>o??GM|RA&\9š~F6x X]3ӭ4IZ+Ta xw'b}q6ӄ܍5GuprSӜ22;Of.kjFmG{2f#O$֋T$X†L؁UP-|/VI ߶"NO^((j%zt=v?C̄WYbW)*>#}~ר9Q-HIR_jŵ#AK Pյ"/&qU&rv5owr'%b'Ask`1P8Rb'kd#ā:ГPBk_B-ܕ% rR4jQngFLUHP*C4(}aѕ6VѦ<ʱ-˓ɦvݿ}e(x d1^sޕ!ʎ腈FfP>>lt, @Z˹7SeflFdSC ȑ$p~ZbYU Omip<«ZhJ7rgo^ E(2XLˠh$ɮ؊C9&3WAR:xXZ )>Mګ۹'O!W0$Pł~'n0b+p(7ˆ&̇v/"bJvȼ̾'* >A#"Nrx,WaTSO l nn @_J"8 XweDp3BK]9jAM@a9cژw6pG12|ME_v3-u@OFO/p`2%O7nu8C ~Aù `xĭ! &u}׉$j6wYuAs!I<.3|91!砛bv nO1E*p7@:+Y HvF~ GS>ԌZbq s9oLWH@S+\eQrx" EnO%IBidqsۅ2TWVZbazg pԖB?hEV ^]Gu7ӊddIٲ1l00XVmOdN@ɲ2 `s֕ի[1'+RJ(D`T8V3IZ7ϐj6DׂQ ϡ^/c% Wx1-U eԱ԰p`Xj51aWe¶h<_Cs2Vv'&(z '#2bI@tmt7Igy㿧0a| oejm]Q/ݎ{ޡw1$"}SnK~L.5q0ǥ޹!LTK7Zs1= X2F1[~ͮszZwZ߉סGhMS@ 9AT!"PiƻmN S aP!O槖;p[1J럖/7_z W:syА'i % (e1) E H&ѱf,gy8HNJ.'#K5}*mv5-ŕCD{sĎl&ᩋ i>7iR!PV]O94-溚;F 3(0o[o9w7=~.sv5|fI0T6G͝ռ/ _<%&M[MJm+0bm T`5?ObaEfKvf!?fHPiBp](o,rrrG!yV xfus7pfɄ;80 yzR(R?ɽ76pj2t0y 2)\(`dsm'Tʍi^.˹A};QN68scATW sj.&I˳c3@}l%1pt+)S|%׭" +n^`3ohGQCu_^}4+Cmxvm,:مFMv9o|~:}?D)M%e^ka*Up E #U0{ Blp00G׼,me=*;Se Q4 :- Iɝ`tBj(uqfYpu"~-"XOgDȀ3%PfqȸU~Hp+} Q,]X}da;|?q߼a)=[UO$V) 2IXqH>7e;!O*h.&#jj}A;C~K.n5e{5 +*\3'.%~ˎc[y../#c!non˴ dn֕&cT\P\w}RGC:ztj`2ULǍ ?йͿ:ӳړt_g]˺6曕j 煸>;-k~Qjz:5>B9sF3o`Ns'huHi4=h=Tj°5Zor u|cT\WbԟW{rI{HGl0x !XgLMy{B౹in }n-DHО&lb'f\*v9cƝBfw$M%rlti=3 e ?.4jE,ia'&h8QB71t LxI1:aSBB FOS  ~I0/AZ{L5ZW\ԏ 7\6S;/f)RL(hAo RyKôfSkl{^c> ,Z.BdS% ~lfc4r*>ir ꤠ>½@\yp咔iK/r^c~:Z:_ 'Z.KBA6boԹ%q9t}Yi kzzT(8JY|@ig-x*gf8F:ܣ-kI :^?(w`L7W"qwL*#[gwLh0w[qSTFg0 0fB7D5fe7\}ֺ},'p@GCdSZy89@=WJa$~my3Z)+Q`>Y<x24|8lKґX̴JvvψiC1a'j5Yvn:.2ja`֓;A/bm:0?L{ޓŽlE>`a +j2U{4^hP7\E5=xI|% ʠrѱeqԭG>;bN.#dCF*7O Ri%˴]X8"ңVÌ71$j"  [ xڣN%xqΈ0⢿@{:g];,R(LIf44^ 1gjc|bt?OހwڀwU`id ё# EC,Uŝ3L 4GY|q\nvh^ϑ;1Fz<Ӭ[r;ͨG)hVbxB)$W*qd;Hotd\7ʏu šjg<NӞd:ч7q]j7㹧M(c戱27hXKI/!{.lw<7KfbI0LtL7\FU >Ѹ?%[69Z}ػr*8ߤ  ҖTZ}oޮ mL4 DهˡW1| FW!B FYrxЍq]Lj? tQ',[.`K ]̪ɯ W.u9-| Y :5h!"x5˂`>B?LWVVsr'ZYiJ)eӌuD`6 h&2'TjF8C ʼlm>̊$0R8S]'v)`־Cw,ەs(\iʚ(OH8*"WT# iN|zLJGT=|BZm5ʲ~X27PꐳTXi M՞j֠w>B{*CG!qgFx\5%,?b.t@pk֨:j?OAb൲)Ȗ>[{4/Ju~Lo-_Wj7`Άzh' Y!hhf,d-Bۤ] w`#b|] aF9ʥ%pʇr6}i>2*r$k hDxXy^ udKԱ6Sfi;43;MLNJ## B*/G$[[/@3r]^pu]W&eLFKZ>sD)'j,-k@r"M$XrXU\D @$.+7nKd5){!FkSM<dI ];'`w h-<|N'!Eմks$0)C?݃Srj(9|q7~]/R>>{Bfh!vmF/N!<،ohR&~buAQ :A]:hI#gSq&IsU?̼NڻRHFqʞF7+X1ńi/oEi'񾢑ۏ7/$66q"MK+z[xS[[`qV.pϜą? |^f7w T~נԩKХ0=ẗ*y  r6p9aF2( t]&sF'^$,FP&Hrb؄YщHjC( ǁ8r'xzL"G)en5E$U4F"9k1w8f],yG}U3uɼb۶dGV a9jwE b&ڳ _|aXň96^gv8cN7 >ΠUn@ ʗU%Uv$0`t-wЛ; ֊sC=V*RH#noP~MgAӕJb_|Q ĵ{ZmnDҵm+IEP)w0@e,_%m[nUe>c5hNʕz"Z$};\@let#h@}YD}n5h ܬ-l>Z&<ZWZ-0[u <7fN7<1oҽ3އ7Dŗ ._UH~˦tS *Sfx5Ny+C1n4RR>7L{E0apqp)L *Wڀ WUi[ $DfǸC l[-@~IeJ&쾮&&~VN 6C^}eSf#WO*2q0jƺw?.6i[% Jt9sanagqTV)϶$?f 5йϗ)} [ i@k'?}> \[~myLFM[\??ݪ@8Vuqv ?UTQlcK9dA )s#K Iyű Q+hxQTDxk׋g!ү Xyl^؅^F5@4~| Hü.BaT%6@[T43u/4lO3j]D#eaQܺh+:k(g-qBuqtrY8GӕrU jhi,ZMb;RQ65~N4DQɴY MS75jULN%mL `'%-vsb(iuY}ؓs[ua8C^(LbDI <>BWvQ(ny, B`6,h%*}*:aZWOO%q*qmIUmsSqғWՔ䮞mְá:AAgPeZpk:N7Y^*`4 %p]|}r^QhьMbq*̰U5>#6+!٨潟X*#*{fd?)ĩbkQO5M*,:+?\>!zKOsJ͗ w] CŶnsX⩲C̽c .PVDv̀IXZSOc! g(kI 4MBz@MYҹ$*BM۰hKs8jt(Szu}x$[[ '&Fuɔi^eGݟ/D+Tka4@G BiF-UDz4`o?yIqpȇ*D Ԣ-yL}ƗN->N⡦L:QwЌ@{#cGH07f>j\_)lmYU<$LBEi( rJC rsNނE~Ӏiѝr?a˟`5{Il5y> <}*sOaB,vBLWޘ' 3m@ddSJ2&C5"ZN ++pv/2dudҜ$[mDM/,_gVB635>)z S|+V-+cہpEUb{(4Gli7NrW\5DlH MI )r1T,Im<>aغp)n7-OL(]i/z5p1WI=M8 &y ưk´b@,޼I*/yH;͞!m~@^7 (jfY% [ث7@#G㘃T)zEʟ'g!ThtS֧\vUWDrQuRNHN J4 &Q .}bD^78. ' ʏ0Ax`\V12Y▖--/P:> 7RYG#Zn+ .Vp'-G-&\0Uf/gEʟ䎙x7q8s]ӄto@;x9 ~sx.pNA\΄T13ܣ9|IϴPKL}aΏ `kI+"|BN5֏=cG4y(>MAtu"0:RKM; kV4+ PF 1Ġ3CaE2REgR+rZX_6`b 2gݞi}v=)^7taz3y>g]s頋•x 4m F #i YC vrx wCr| >B Uzx\pBǦ=1wRt͐szC.aolj[\"HHosHzU3,#W_f 9!a>[F@b*LpdE?LV8HHSgj҆/Ғ"KT| )Kg{XeR_qU&m%XD ٽ;Ōس| tXɸ̍~']̈tqW4Fz9Kw}oQvm!6tV Q&{/]G+-^ gJ9bh*AZhz'>WQ^S̤0 QkHEm&7GE0[KwHYJQY0iDDM2`;0"W>h8%/xtc1EYTS;?͟e/D7ʌ6~+;G(z#;2< `@h[F\<ho Z?qX EnߥCbk~]>g(4޿N:w*$4cP_#' %aoK"JK2<szhSYj?h۞;J\JCCv֞;k Gp.vdɤ~}G?1l-yU w^a8mCqwa[\-C)I,U~bx= 1s9OatK|gea?^gue`,95muIkaBA`iRA0fRMr[+X=m9Gx K cxְ^}MJ<;;R*=7,D.èZcv x=y'㨃㑐AG6Ԑ-!`5fDρKyеMck{`SS=/޼% ~1P XHO9,"&/KJtxьdARq)K1[ ϼg|=>|&ﺑQb.Nv )Xwߓ?o?m4e-~aMi48z4u~O^> %}ݱhDt5gQT15)>plg ]EeGYQn e]Uv߄^2 "(`d]#`N-<"l,9iPcBg &TBzQi`]!(f`~٪[Mң .ÚȏJk]oʹ;::=J!QNj۾˹#Do@qRκFTDZ\љ&K/h3g[YUFP?i ,4J2GXw~H?pm߃kxSm6'}S6<2V zp+mA*5'|}Xx3@߇W1KqpEPwV"0񁂝{^.퐆^!ү:uWÈ-s"%@K겒T2|}/2TpL^eqeuc_yZI*7}rRb9qc7).]d0UEBVɚxMZ5yQf#eV㾈!Mz@ًOLpdk'!Pb \&=GrF#öA`f C3_)vkCTPOhr|| @u`Tg᝶H 3M(ۿɄKLq' \wR`{"I| R"XsXlk6IA4UJsMUӹEt-9fZ,+ľ(;h%6V4%xM|3N9:'=aKv\B&Kz5F%D֟ RE3ɹ.8Z!U(M$L$ Zz,|r{Πҿ?v6ٴro8Ԕҗ`e4R[a6LAuhS ZL2ܚtSͦ"L]Im +BYYp=yW#&P:"xSۄW4i@,t#1~{ᨁ.^6}UBD6a*"4% h%#>Da~\M9¸ ޓǮfdכ&pWHVr1X43K#"u8Rӻ"i8Sqzt=~j;h}yD(v}(GeMΤ&[*L59uY!ΨZS})7pzՓ=Ic^]iTsHBNlu/zH6A(ҧm  0yAtmo"猔 UM;-MZJͮڸ8/]Q!*(G6Q/e;y$U+9;Tt|WN 5ÉWw[pd|ɬ6 pJKMDՈNM^{WeDa<'mq.|¬NT>h)gbO갣kk1]!97V(#Y{bgl(gZ9W&/L~e3x-ϴ7w'^G\[)⽜_'색!0(h7S^'0>jeTjӾ̼qv66P6в UΒ?(}LX#P۹0_wD}|;cUvlJE\.Bˠ'ȕ5 쐠&atX)j?JL'NX~޲PBbL\2:)6>HR>;aQûP4_x~NرKĢ؈w0Lū.a&xo:; ǜ<~nh3[S0z y Ǝ>wN]h?B7VLCEu4o.rE^E`zjï JN;([<Ϳiet~vT{p kAAm+%s5hvH_b<`˔Ҥ`/z}(v2h7aRhm<ϴbh<ثw0_ɎG;! _i)sy4hF:l|&7j5E*JQ ._? gKmr7fUNxmM__Ci5z eTrcNiVR#׽D fu̦#wD€$Åʑ #X;9\r'cW4IsP]}]mٟQ!(U.E?jR)mlGwhw- I?(FI3L0A!ӯ#V{c(ɋQr 42’1"K#Ralp3Y@5<ͱ ͺ, XOgcl]ο-Yg>HePî2^QVE\+!woyI.s4Shob"L`lYN x{rO䩜:|Q" uď9v/#╧G#YU4{өar;, dk?gl& \n5  3qT!# Y؄s yM7B@#wd΀RkDEr`[iAmn49XfVԮ 4aMPz+iۀ*5pvNmP+jQ< fE批\G0Tg/ DjQpB[1p::."|0q H%~^j+XtzyF;3e+i3#]=#eَ'pgG_W) hB"[.Q /&Ntjj 1T\4Iw)nR4Tw"H=dhkHt[-[{col$@w|#"YdM`жgSן[YeQY-%sѤ Nvz$j78ҶG#aG81/ tWkNg? ϊOɨ{x^-R\È\`8$c,F4'e^K5 ;;,_ɇ6 $7Q/Vu G޺Qqh ^^.0e1hxHi'opD.^# e(F%/{FpJvIaBBuwTܡ\mT{&bO:$),%.1unGJޚPQĎaBK$+K,^fBO(,~bmR=̋][yV6?M!~S5kɬuSW}+u>rM/arEQjW_%9;O jF;?t1F#V ~t]?8ezB!gÆr;)Y ><+G ̚V>2ɪƉicTqma5ݘ2 e/aƪP]O+$ƴ?RƢ6AJxlH۝é{\ll6P=? 4B#ƫ ZI8UAʆi=7D|@nNq\翶 SLy4ߩ[&hnyq<J@FѬ_p ~!B~t$Hj`̡'_mQxO~L=I)`saSM˝S'nZ򼩗`[9Ƥ)DH\{'kD)lQГbǝ?8?;v&g~̼j$yj\lݘWas ۿt #G˯E \@YUcD1M˱tIt>`$:=ç,݌A29m c/sgWҙ moV3OPJά܊bqPէOțVu}7 1df.}ȣ%U=or9L02kjTǔ ||1!DS1x2GnH<{Ό {H}r,sE=rr(1,LY:mx-sLx&H<Zj!R?0lX/f!@$=Y!4Tk)-LFn0!vnEgĘyP8r\ؑNaԐyթoa"TDm6VlNH-"{dM*xQgX4`1=O(Z*LE ??k  zuU7ն菫ZXBs+HDk .ʺaYLn%Zx״·81q6>oT 3Zb# e6*P[]4R9-7^ob>Ԛ 7@1DXd  s숚CݹE v° h@\HuKNz{=wɩ1]"g1>#[GI-C5t낶jU;LcdZ)4ǧ?p:q_ԡ3u*e|]yh,op;F풳WODN+}qU;;OmV I_eɼ1zs>Z̿W:(N?tF?&d9hs[ 4[U@̊`'JC6vΆ )puX5xMwh?+/}Lx\|9Q+c(I:zMwWnK?G/]8cN˿(0s:A飜 ۛH֛TywVVEf-tEtTSߋKzb " W`n~vh鉅d+~pxi? Z9,qG]L% COnVS֭Q+]vbNuD" B15hN9p՘;TiB( Q_?̓1}tJTV97/#KxydR\F^B>-H 3<-7v0g6l5.PVU^ve ]9>tZ+ro` rX뗑÷V>tv}we5VvSԬb\u`}p?3W{+)fp<|aſQ yQݖ_ySt]iioY+0~rVpʸ:D͟A ':&N>HuKY+n`MmoGo 4fʭJ&Xro LJ1ޗ`C앣(PLj^V}@uJkgOsE(²eak&W}륒H!tKY]ͣA@-җ(𑀿mQVɏ2S{ @Y,s̕YNԎmb?ŧWU@a 2{6Cِ\n/S~sz/OEF9MlF=k/r -0Oy)M5!,}ݵEƼ_[~uTT\{xY!] 22~i=0}@DbT "`bk4 aGex2#72MH!VaUj~Mǚ>r~7UoR[n6@RԀǀPք\{^򘒐Jˎل~7wOXv5C\7:C0KT nwI uqSX7'bxޕK:o3Qo~j o85ը2t6 8VԳ_2#7 RV0^7zapB^"epDŷ&+zzx>peɗk# @AWǗXT#8ÉY>E&I::RL֤M@ĔiY@`Qwm g=#(pnDozWbn;gD5n9)@D43b3U%mjp/yB}MaHS)!^StnڦVXD.HT4F*gcכ/o^vX&ⴿnF2!M(45>}[0DN44m `UUg;b[0٫+Ρ1P$@|͵^!^SvaK(ԛ6bq} %@\N!Bma7|x`]>с).w`?qti1{U8vΥ^h@HWe Mih]Xi".9nLc^ka1j)CCIv^D҅ϒGCT$1]Ԃ: @~OFhuTL/ #4\3#uqD.Lữm,l_b#ha#EY\aou޼"7dzI2όhfAl]5CnR?Tkn NAF^@湬o셿.M>E4"J񢸆^ \@^#Bdvc@~iY.Aq;RU&E!L'p*ZUR`cKߛ Jax`Tf+-P beYXGCa>,O7MB:Wԕ U"j%g H(I^$3ƞA/us *xX=1ʥz0M* #<_ewx46~z-[cD$Ntݪ_^A|p(˛xf<qɤ\> C]I&*Wf dOBynjj4԰N%"✯#`t_{2qG{P*3T/a1R>4ĠJy7PY7) D9dw\Sph>-뙾ieATrX."&e;_RY/l}{lS:q^u %t  E`F353h,n$:5tD'}7tZ !~61up\^v2gJCEcnYrfQR.> ['، ?ʜF~hU2뚚Ea#u|B$]I^Xk8z)z0cz/bEAulw5Nj8$irkWq  k‹:uxT-߂!h*pZX!grc~2M)L>s_h5utI /87,Nay)i"OZ0=*LyD;%là^ g)@Y6Nz&B>3Nsy01y ;]8:몸Pi\l_{GCR~oL;4NaҐ4N|V,iz*VA)}A24agO}iqq\BIݶT6QgPN8]tޏmAMو:{qGWfv-l8Pgǝ.Hjn1z}^ae*ZN*>1 Gя*}?ҟ2\ƻ:+50ET?Ƹt!9"WWo U巍 @ tԺlFq%x=yy$M0_XC# ŦB}/bUL oǫΚ*mqFV7/A4d7bSb;fK͂&=Ud, aHGrHh¡HlK\J`8xj-1s~rJ  ` j\ɮYtj^g9L@^*dwHG| 3pq nlCD}\NwGoXp`o {Υ/RFӒ*KS}t5.{֓޶=uPL? JJ̒C]cj`w7k-9s1{~"Sc kIxxWwT L%7Rƿ)KU֬PH:lxٿ_Ӻqg$ uK4w Ӓrgz']X$s锬r|n(nw+~Z6)XBq\_a mD-t^h簋i m>,T@ NSBhf$:=,WrLѴ r:3wtX1˞{WYmr#^m(q+?@6u,.Y݉[2:[4s$$Y~H|-uBin|njΗ1^@mi`^t&uowAn=\mUWSP$.$}?zX mD[ՖXvՠȩ'3&V|!ppH˄n-Q+ʉ>ꎿS܂|\>CV" ,H忼} JXyMDdީGFkk8KU3 `Izÿq/]TjfN+F%(/PP5ݾVF /I$R`Ϣ :tHIL!Dsq4Ķc0sVZv KYSD_ -eqBt]WBgv,'5'6'5GfOI@;a7;8[hX]44pp9XXHS ? 񪤈nxC1F-]Yɦ<-q C'Q/kUR~2q6I#-Œ0xW0T.Y!)wƚNNMxS X$4/. {5%fj5qh=%Z|JXIsDlN&XH 7jc |͎l6nKk?5yM_*,#o_'0=f=Y+6R|\Vz _2)p9GJϯ!ti¨VI7bR5*jdR<QD~?G ˺v i&g;ڏvSӦDM5yt%lJ_?XC5aj {.ή4[ ݠKxcUaߘF-' 3>KqC$y-=HCM7oxѿʀDmrN0o;P)^W0yZC.G%T},@<ꏣd_.0c<1(oėlW2W&nnuDB{yFY3"QPY*j̠PF@J`BZf:3o Yj;J8w krҟ٥/l~#L7~y܇I_KzؗOA9  I2?kG]'-8*4tM/]ȶr4S ?STdKy'Ҕ !|5m-Ai&h l`Ȗ9 #Cq&BOzu=[KM,6*~Qni%О,Yǯum{w"R'wJy.ޘ%ؤ=0q2\:#MEkP%0 O8; %4HMMV hkj:YwaenhwED7Pg¨4ʬ7)&Kd!s\+Byp(5X$5ۜ@#ѡ5__@k*AmK勠sۏd?wX֗*B;ro 0*y Z!=OlWO=Sx\M . XEIU嚬79<1Ƶv q_)WWOD و)uܹLQf _:9Sn z]R8{/O`xF5ܿ-y^ˢ1Ӝ9hQs0H|p _k Yy־tщ0 D{A{yS >˕TH8s0>iX6Z aa^ Ju|5e"F ұ.DEfbj-E7SVny|\֛4[<%̺vq<M2z}.@DǢN % )Q1?[q1ad Bxy?ܬH"O`3V3չaAz\0mJct:=_lJ+6I̖xpa\2ދ(GpHq ;/Sd^Ϲ+Wӣj@Ӫ!Xg\Nrfcq?2n,eCfp_H`.<&UosqiҞ yXyL@B2vAhlQ>E6_D|M`Hi(&PMTe?MEM'_%bNI#;e&".E y3>\ C7`szyŋRQ{lFN0DZ:Zćh 5X1{rIYdFo%U֡SK5_8}AgWd3f-xXLrvX+i&3;VOݹH?Ȁ"Zevl!iivӕݬҗMfY}V!@$nR_nkE v?3)Yyo65زT&['aLy@i">RҩsjL<' ;F6;N_g%dLPUKsTXGUR$:T}p2kTԜk"5 &s#e7` 81V:,l%׸ /<6bcz(2}1P~4ldy7W(f"zP à>X}jR3Ttz)1đLPWM,;j j^=5|SзB2WlqoQ+]tB U"ʵd a7˰ȇޫ*C%~Cin_{k_,FDOUڜK'`-)16K}L2h$2zj(@3GmxY\SHv lo|s^;E2\i7Н+9MN-(LFcÈHthNk`̴T΀ҙ bNE"pH:):DAi~5M6 Ss9=ͯwx_?@RvPCaQ94Mqoeʪ:S9|Y-1\isx__09DRjxݜw_bJSW.kEdjidzU= \ A+Fw$%5qSq?*p1rW@\{mbeY^ 7y'TTרSmN$XCn6W*P c,۹f%3aezZL=ıo}I6ZځǫRk9S] |D9Etz8.l&?u}]T菄on=h!gRS?$ _M` @Q1ix~S1B˛?IP {jp:$Np|`_Q`*aK8VGj Lj`57\YiK_szpG풮0b+v(H`\C}IfSxFܲVc!z+q6t:0QWZ;TZ@ Ҵ}bpDs3ݧ .}C\ԒYA.t!stEvhi%/dZFv_͂?$O &-+7q