monitoring-plugins-2.3.1-150000.3.14.1 >  A d"zp9|28Rj `nxPB4[rg04m3uiVɗ`2?Z9H'@eӰB|> hDSS\B[)A3gML.Ai<1fw+fQ=O廈7"oEפhBsP,Dn >pD_?_d ) A@DPTm L n   % 8|&X_(|8%9 %: %BU'FU6GULHUIUXUYUZV [V$\V,]Vp^W,bX$cXdYReYWfYZlY\uYpvYzYYY+^$+^P+^_._0_8_>_Cmonitoring-plugins2.3.1150000.3.14.1The Monitoring Plug-InsThe actual service checks on current monitoring solutions like Icinga, Nagios or Shinken (just to name a few) are performed by separate "plugin" programs which return the status of the checks to the running daemon. This package contains those plugins.d"ibs-arm-4{SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxaarch64o<7v B KA큤AA큤A큤d"d!`qu`qu`qu`qo`qu`qu`qud!`qu`qud!d!d!d"`qu39004a6f74a9a482bb70af3d17ba0d3ac32964e666302160dc8e6590eb1a35b892199c765be53eb59a3ebee15e18e416c4f7315d828bfdd11fcb337383116a4d103c3003ff18e4c8b6b9dab0eac9ea5d838adc8f9708e5813f3895aff13ba2700191a9b755d101118d454375844a9ac18b6ff4d1c059e52ad5b463e66c5fbd3eb9d35878ed62122307dc1e51a2e1bccecf509971b8c65519c3af428296cf19b229e5d1cd2a80cf91fc5deb1e608e810c7481713533e4249c6cf7473de97889fff4b6ee214c57b61ef3b8b0d9f9874644e58ae034114cca569a159f2f61cf2c087acf17b43718404e77d1269c4aa7b1e5006e554d4f3db8abb2a7751d6ef28bb14c706ada76e258743c1af20d018e072683c9da48de9c37e307fd1aa894bc970966f884a11320555f7ee8ba0cb56af44a31a07ec45aaf720ebb4ff91c973112fd1a44e587d98201ae2f934b06a50cd238b16ffdcbc25f7d9a2c730235a84db30c5023701cb56f5aef90a8bb5833b5b9166c43b2a87c42aa5e9fb27043c13bddc48ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmonitoring-plugins-2.3.1-150000.3.14.1.src.rpmmonitoring-pluginsmonitoring-plugins(aarch-64)nagios-plugins     permissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dw6aa@aaLl@``ݮ@``2@__d@__[@__[@],j\@\ \}\@\&@[@[l,ZYܶ@YX@Yg`Y.X@X@Xx@V͛@V.V U@UUTT@ddiss@suse.comlars@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- Add attach_disconnected flag for usr.lib.nagios.plugins.check_procs and usr.lib.nagios.plugins.check_procs.sle15 apparmor profiles to permit /proc/PID/exe access; (bsc#1209194)- 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-pluginsibs-arm-4 1692017159 2.3.1-150000.3.14.12.3.1-150000.3.14.11.5 2.3.1monitoring-pluginsABOUT-NLSACKNOWLEDGEMENTSAUTHORSCODINGChangeLogFAQNEWSREADMEREADME.SUSEREQUIREMENTSSUPPORTexamplepermissions.dmonitoring-pluginsmonitoring-pluginsCOPYING/usr/share/doc/packages//usr/share/doc/packages/monitoring-plugins//usr/share/doc/packages/monitoring-plugins/example//usr/share/doc/packages/monitoring-plugins/example/permissions.d//usr/share/licenses//usr/share/licenses/monitoring-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:30245/SUSE_SLE-15_Update/5620cf620fdb8615cefef88c22dad768-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxdirectoryASCII text2AUPmonitoring-plugins-bgpstatemonitoring-plugins-breezemonitoring-plugins-by_sshmonitoring-plugins-clustermonitoring-plugins-dhcpmonitoring-plugins-digmonitoring-plugins-diskmonitoring-plugins-disk_smbmonitoring-plugins-dnsmonitoring-plugins-dummymonitoring-plugins-file_agemonitoring-plugins-flexlmmonitoring-plugins-httpmonitoring-plugins-icmpmonitoring-plugins-ide_smartmonitoring-plugins-ifoperstatusmonitoring-plugins-ifstatusmonitoring-plugins-ircdmonitoring-plugins-linux_raidmonitoring-plugins-loadmonitoring-plugins-logmonitoring-plugins-mailqmonitoring-plugins-mrtgmonitoring-plugins-mrtgtrafmonitoring-plugins-ntmonitoring-plugins-ntp_peermonitoring-plugins-ntp_timemonitoring-plugins-nwstatmonitoring-plugins-oraclemonitoring-plugins-overcrmonitoring-plugins-pingmonitoring-plugins-procsmonitoring-plugins-realmonitoring-plugins-rpcmonitoring-plugins-sensorsmonitoring-plugins-smtpmonitoring-plugins-sshmonitoring-plugins-swapmonitoring-plugins-tcpmonitoring-plugins-timemonitoring-plugins-upsmonitoring-plugins-usersmonitoring-plugins-wavemonitoring-plugins-cupsmonitoring-plugins-nagiosutf-8f2f0e1679d9c8644d1c999664fc6d402202375c13ed410ee992fbec0a66c3d8b?7zXZ !t/ ] crt:bLL vSo<x- 0 rQ)"K0 ul-IL\xx=ɽrf{:L)b &1r151MF #+bnl-qe7#'p\/ѣp=u*B Yr ^{؀ XOA KS*2^~ȯe*$⣞?툸x!No5l5Sb(vEdw%r_pĪoK#HZ(|$PcY.E@^)JNt^q%~GvQe,3#h{UG_!%gɀ\Ӡ;o%d.lY׵1?nGt&U?"-> \~uÁ>f[h_M`i 0*&Lf4{@;U-~Q's,!es j!1^Hʣ=@}@\7cGyBRvvh1Uѵ{5Ճ*:Â-f=k9;>~ ~InrhQcpN/8OMw*, HG4(G紟3h? L;G>00^|͐ۉCEr +@6q沈~No/A/gsB  Dg#>|}zDAS >hJumN&v]򲼲+N-ϼ1KJzsT/Y*᮷ @ <99wWX官 8&!w7,DD־CWF`(eSijl7-u ɉmKfSw@O p׏6$0o؆@~ݦS2g T4+swȆ pT_+odV z,uǹ Z9$xbX8LXT ^J_P)Ay1mg{?F|N?z )J l=c U sYP>70cnR Dƕ%t qk0Axh2lxP{[y=}T@_[gѷAL4w>zNN0ID %կ Qa{~4XF!y-xLQ|r34SK*DHd$o3r Nw \8Y"8;fRj蠌\t&I¼vO%3űbL!|bW^I mQKsf!=i!2#-hɘR`LJfCԛvCQPˮBt:P9m$8;>_IBq}fʿ3VNW!LǴ ~&@ld8@3Gs4#~r^\ɵY=Fpg!_UE;7'v*slGe|-$`6o4A`TeAz8k` u[/-$p(o唳㓅?G>逊mK[P:S R0ゃy YnjBJSXc_M1BjoqO:EJHvYzHUFqo}]H3M~Z!K Z3e#c`!l Q`U#Fxkup)@ka_+.2%ղb$'zQ 4LsuH8^*8acNi ċgr-J$lhO&ZWnT˱R. KmO' 9Ճ$>M!C^4kiL5Z ] F|n悕V)>n֍PTyH숝.^~eGBp. *c q3dYjMF eEQeF9#M ظƒ$%){>l_뿂VgUB_P&nB4k+i(O={D)ˇ¦"atu%`Ua(.k9P iEZU:nw#j3 uO#HY`KRKzO_|]'/u fi1,OکFt<5ZB  |qn%MnQ>RÍ] 23;1/y)cϞރ`gR-NJI]f3qm_Pn|u+hE@, )|+OEaA`!,snVrըW\x/r̎eWH5}ohR|c*Sg_/ܫ8^y''jF$=[H5lx+SzvkEt<"ePN/,>kQ |Ld9>%{g)rbHVSBH(s$FWmd:tطM[HQ:wpn_}Fڐ˞YMO͒A.5*T,rs1tCmګy2F-ocl57@rS /׵31rKFE0ba\gS&;ڥsL5q6 ӿ y(bZגòr[4ׁ5ȕ*5ȢRp|Hn!JR SD&=U^^KdSs8g9 &rSg w?;?3=r]iM,Z4M"HnJmeo$AǃG+~ҕK>Z{o68ݙ1q^8O]/tg7;H1&QG]%,t1jAx[w窮5톚ˀǯή,9IMD*~kς#ϿYmu}y'q~di"5FlR\@Vbb6 ZY1 ˦$ )^ l2"{ Xc HfR77 y-4dʚkq&dxC%!]~5sڼ[j]/LQDeO/-bm]-UB=Β-KK9,'F|0eG'UZVޚ7ǖNC!J[O_(|te.چoe߯bւTL§~C5%r[fKLo vaIV !#+fXK-mlޫ 0E9*/ez%c_S \^(@1\Хɰ:Pb4(fAV"Vq2[<BᷮDI3g逖瓜`H `[(GA/wLJOoasTb L]NYb**ǰqK#4Ք>5 Η2~- #I`%FیDi0y(7Ong;Cv س|Z爛IXG(q=D07k=g T;z;"a-FM~`)l>|?^W1)J9,.: 9x} FKS &0EUCZG>{Eas n\cZŧ8B!\#O$$X q>Yñ~ٷ%]v ^k5*[O p($1y@1ĕJgy5s#g- 0(KۚJ6 jHW9-ꉳBCw$l{zqzGP]RȭO)AF*~֌@w݌0W`S,hSEXk+AdYSNo)k_e-i=G.q)nG/9IAr~k/:Ǫ(NnRM%8 [ Wvr$gQu6Mvۣny0 ;cI4p1:o4Sl'6ͨј.4 JXL,5Zs^)Ү!䂝H#➋W& gxe͂nyf0c g?wM>QN?0tHfbHGY;U4""z)\~ 0B76?]1d,H κ8E;yYs~KoCY&(˚jXc"y8 WIUQeL"< 6@@eȡHJ` ҄]/ oedTh cOP$^੖7 o|a MXVOT?2x]:X\iG1Nw4[ 8V}}'42vMg*xG.M6Y![jC!OU›Mg?WJԠ-!|N8$PZKMG!fA+ P4 `H3K8P ri)os(!#Kn,E-u-TēGu qp{)a^e>PNՍӛ0́J.af );Geg8~ڃlPt`F f@RvdVbԘflj8Y~Tx)`xn_BX8s,_qH Np&Υe6"~KWzΣ>fws"^KFj5/d@ -q,l;3^dkʈI/f!^SJ;rWCݽYNuSyj}>wIH};ddGϯ/qcQ W|gJNMĹu[Orީp#ȷ5F⏽긖V Açz1<+DRʽax1z8>^ێeVxl4PZAyCr"xCq!u|x!,;ک"J@<~IZŁ6* [x~ÜSl\D KĻ־^nv@u$-؟FcQE`nr3'85G%(F@UY3{M!j.bȧ"qu`C;Uo_Wވ&D6YUYuADicٟ]#Qye һcv(!( VGSXm7Z5&yxAc&y]DbZH@GYZQ]p3 뻡Vྴr1+Ӑrk=&ާ"#i~VOe0?FɓyoH>U]#]ס"f=tKSgj#l'chOGɎGҡvX(- OG/y#r t;9ߚ˙M}*J?wP @} BG8׆nO(aZwG} B^"qeϟk~cšL.D3 8x y.)KgՏGYqXrm(YXSINч6ˇ|wOy:d5mVp!.ɔouY@ޔ}2P+ |YջiثC=+ZxZ3) }Y":wsEfS;-iPNuK1Vd_奈]bXDsË\0&ue=`SY' h_Ju+pAQBȁ)j~\ *4вpD/$f_g?ض8ʊ^RvRE,N]3F̀"7=wJ/ylf:*4-8Խb$pJb=8:5v~\R 2FLs*1|8AC.0_ƷIj-, X1ʚU<$?ew#!CaU HX&&ro#HKj:@ rY!gFGGJ0l lQ*/!mãn*8܅`qXځ#)F's '=Yu>X_\3)WVy4l.5JgKpxqQo u"s? V)H[e1!CaKe3uo2F^ݚD.gʙX0O6GPo <,:o.##BK"s.tnh/iª[w~:a\\f̦NvfEl8`9j [^QHsqVRhL$Dc_id"6Бa.ё](ʱ+')PhjE P-guR D%T0|t[;k{ 2_rlP)tlN:[zY΅cBȬau>#5IJ+=iM ˿!~8֕>j8"MB(ؚ"8t CyM/ 6RUcBjɂUgp0튤Xݶv8$$*ϒ1ix9kwQxnb ==pe|;bkhӍԋE=穘ꍻ˼2RBo߷HWap(Ld nRtnE`]sԄ8QÓg<=g~UJLޓO qJNX nv7eEukS&9."6?qM#+8ov9-~hr$fOzm{dx,U16r@i3X4)gx.eP-E)Aqx;1p2iWرT&fֱ W]h.S~o +4bHw&􏵲X:V=вzjkA 4E}NݬiQZ {wIAS͂Dm5ވ>Ǟ?N 4<>)3qV7/\@[kxтIl["s:a|o; b,U>C ItQ+Lf`j6~ȸr\vMy/"[uatPfD 0Tibe ךB,6ѓ"MH8Y푝9\^Q롞wՊW#/ Nq9#ʰP^ YT zBPB6CCg`Z5F4 q[}*tQPK؄ʈ@y1 XaN_#Huyo`52\}0S#=)_D5i;4c>xf$*<469 ЏjRwZ~ _pNPZKʕL]&Dd:9X &`=;z2DC;Ķq.a weEvYlVi*y|,nV rI-xu^%VB#hFZ`)c':ˁ)OE!Y5k#µڂ@[@\'vvy 3JDY%]TtˈKIqL yn|bT'J897pb:hѬCRUK4{?C}f#_(-7'ӏ%ܶ uTr`gA~=W~TGKm4Rl'R\ ɨYKA9HQ4XP.2 $h-C]pX~a)hyb`kbA=BL{q9I_DW/;P ɤ?eq\cpuV$0yo6vT M "Fgr^SmUلAy\@?:S#ɱ^ ɭy8Y4spxRF'6 ɄF][:a ׆qJD\_i ܯ QdBU'^4zw'<ܿ N!F7 Byunࢸh!!T`aL7Dhr%.oǤ[:O5*k{<uCf(oCcӨ VI [E bOn l8v{eBqY-GUyHr"k`Rycʸ뜶̣x6fda| F Y&;d6RDL•v!^,b5?fdN'-. Hٵ~dGjW91{"1mo@f[_H%DNc;r@s֞SBR𼚢u72Jr1|C$vN۝%.t_nsU>!51Ps\ԿՎ'BtݮoG < JQȲ i[ޕ`bA&K06xrP-j OfQwsġ% 9~.. c,'qF|(I EV <+K?;O~8:nw?\My3)# #ۜ%w\˸l*t%\m8gJeCMu -v5Cflc;h37b`ZL$LgcHefbDiwW>pAלW/2򥎃ZQZk8!oKN<Jc h A' m^`z3}9mIN;n.L]cJñߣxXͱ!LW&+ HZ8Z 1~¨kHv<<^ycE$̅h{kSL͉5X0mivifY~o|pF2jPp#ݵ6RsO^nWФX O2t$1}`ljcP1%7ϼ_zK: 9fOep˲3b)}\6a-yKŪ49v&_/r> ;ao?ĂR2 0+nZQxCTQ0i+L1lD2njNN̖b.N%ڽTu0(x} %L sYd}luZ::]q\E$!q b`m S/⏫AO쭚ޢxV.I eng5ё*ڢ ;n ? c^ez՚둽 ^-mH^QvwsGk҂_i}*%} ?J6d!oe1 Ǒg7 EK,Y,.PZU |`&=[\>O᢭q&pt* -u/@ P97uO:At,DSXyOLL, U^d j?[!5!)f]3PqsBß(d9<ȉb]gr4^#m9f6ykЂl8*PŌ# t㚽amge1s\J܎5op@8J:wZsYנ\ao6!n{|nIײgH;*ć+40۳Zp̪FR&NAм"Ւ"9#"MsOYZ0'y: u Ĵd[ 85s8Cq'x3T6|u/Ty`Y 7K1.m%0F UΊ͉1*#gR N#޺O^Ya#}'C~(q]%DEd)k9mhgaoᶎ.gY6++ b`Q[qGoV>x㷘S)->G^au::63[*" GgzYeLcIp>X_(>ZQ-,i\d-@=[0^';ozbN>Iu Hj#Wv5$RzLi.- {$-yN[+UV&9藞K=br.F&=;n({#Ƌ-$ yPM8l6͖MrBjDT~~'.VAPU b)5}+ہvKt\%n:3Zʢ|ТӢ0a&cΩ .MU0 ¬1Þ4kfݟWm?r*j@ͦL6DV".뛎726l*;@r-{iV@a()M&Y1l!X sZ6*R]3k,%5{d[<.gќ|Z6DT. qr+IPyf\ݘkJ_P>l'W)Rq"j(>ܟcULJAp3CފهМNhwODH dD!l>6{,S5-C>lEJ"\r" to]?ݖ- {::LE=T{,4=o8ZL3Rv "!X^XL5w2%aG=+R!vg^ϯ_;&UK"`<&~%q{L%ijHV3'" Sa2)<Џ{QYtk M^"[ jyNt3O08 L`M2ϣX}sIO\W @Bwi>(h{3+~[-;kZJ(h+875sc6yYɲOm H GρilPi7Ht`9_?w:d2(~}3:jWОw!{ dh )3;\1%UV5]`;ƔŃ3%x( Sjf~NB}-7f@f7Eb6tiX\H ;^ h *CՄvtHA Z7-H{\ Q5ITHla 6*VSĵ8~rY D;bK}3t˾\(ߚ'j~c;*d?2H'nf8vc4~GN AzȞ-$Bbo+oX2o)ot4P(<H4r{ShS>A·N ]^_Փy%&LѴ՜rEbh]j׋@rzui5&՘Q+^,W/&Nv5" kJcH䄀=%C$& &tʙ(nf=gn ugIal|!.:Inddd:b;Dbe[y/q~o8-VJ3`J&,s9P S(Xfr j2d>&"< ?1@1rM>^?'P)([5i]PP8Pg5$r._}\0㎊ͨHYcgXLfdR]dl+Xn3ӊx'<\<әp; zt) rkbJF.WP-OɔUOn!|2ZPipY=J{t2qӂ;w|Aj;;XU/WK|ov\ =B:}^|}o 8(&z/ܜw3T& v|BguˌJ@+6n|8\ o¿`@#gi@hP6]S hRq<[9/hPlTFH+6GE< !*d+@,TԪ/u-34fAdAs+=#c-@ZGHÅ8*C N ůLJ4+5'1ỌPw\.*,4m k8TQTyEBG^[f$v{FRMIyk"w*3<>+w$ąc&|LZHb~ƬD`&|G_I %1ʛԄ#K4A;˴a8$Sd >>\dǥ.Ye0!:cV-k%m}Ue}D[ "|]m?Gy1 $IœԶ@{ KȺ`1 }|5 KċYӈl x:uSioNWL0h~۝A0.ZsRo70ty~ib˰yyLAD)%.N^M=/}"h>Fx`s,N%ӷQ)܇i>̐ %Ǥ)#&pJ/"&,ԙT_19^eWg+ O1)_JKLpֺ oz֬1Zױ5ÅⓟHcȡM ~o3 T\QʁV׏0&"䉇g+hPHyha"]I-u<ʤey\w#d,9qUyl/KY ="dGQ 1;*(`DncO^UBB{F7.]:wim_ mkr:5?S怿|Zubm롟Wŝn3:|XxddhU}1&KƜeKcly,EkpP_SB18sАzq_83*JPl[)jj(Of!h؆" K} 1J+ "З,>.; [M  5C}A~xzh)o9XY1gHs17M9h m=KjB*ǀ^=s.xFD)>G<0NGҔiG)Q9Ϡ&{@88@`YLiQ|*;ыg"f %asDگ"l}w-8$ ;)KUR >Q(!v@1N) Sd`KWl`W79 ;fTl(݊9wVV'8F!ٍGھaOZz`px8Fzn ])xٮN6Nq\ JB|.BY,Q[_lu徵>F{g GK0z!8hb*Ffbr.}>;B-ÏXp'!B%fɽ䩋;|Y'.b0l'3GOPBM 1ʰU<O. y7س6-Q7I2~JOy>^1 d1n9 c1;!3X6p-Z9mB]s7yF"BJ?^'OT'wa菖}{M$*߉'8R-fDlȠ J6-[(X?u!PϞTdc֑~t܏ t `,"WϪ} ,z]c &oK:ީ9TI "$FbHl`G(j6{?g>ӔZgqH݋”؉ wnΏ.qamA dz\ _XiγLj9eJ)*S͚G5nB9!TC8ڄ'2YqXxl+vTxCv1v(BGL +)[qDV83Ӵ/3B򿷫 oZ$-y^44!S+Yk+Mw*=#<4R-*aؐN$o7hPLz`xʴ <+a^T?tȁ%gVhUAǃ`u+$iqX~IhV>TozD Z̏W3ޱf{r1-mcW&NȺ ip$YV4!Q61}b5oe~xv$Aa*}(ŮN.}ދyJJ 5۝^;XF%vA؁:sGXE:LbkVݓMAhb咅K\"R Ɠ+9Ӓ+ K~vE7e8gIdK1Y!{yJ: 1hԱ]Py75Vǔ$آ+G]:xh 9LEŸ2o4Q\~l6ǒ ?ڽ'wn(]Lћ_DK/I((rW7JsE_-Butfxݺ_amh9&S,e(#0v@[g_SToV}kh/*e(I >FԽaC{^]e7 <ʑF'_ց&.#R"a;^$t5we%U liв֓-m_xq:ȕvq0Rm1T$2oFXx{a/m)-cmlfI+dd RHn+6vC8gvؽ% A43B"dzfY%/N>4v9/bw؃mA*̸Mz%ьJniV h !Dt(?ºB) !3hދw45q{r-) r2~JD[^ѡC%$9{ם7әt2=6֠|=6Oć ^rI>`R&`ySé ttk5l}am;7BlE? fEM$$(Z7T[aP@dDU:hƕ3oPOݗ &#nlYekمlσVXS*@ Z'))8c{OAvΜ;j_.! !!.-bb݂+4 EI )e\=4K xBbnpqaY)@v݋=Ν(K=|D^Rl'p |u6l|՗h+ [ ymZn%HtAYr#)鼈0HLZ!U?2݋&WgRX@Gr+ d^S=}z} ˫:bjݿ֩5I}Nv' pF9H4 %we+)BQ`ߣNۧ(4HՂ x/&K?WBAe mO8Ēu06]tn,/p }HkvyՌxi‰U$$vyCp0Dzؿ8ʜ`GzߓWO +X70Ě=m }M`w z[A~ve 7X -cg+}CUh*¡hgj# :vbSPe"hWyܶɜY}L뎨[ƀ)!] QG(;VH1.(|1Vm@ 5ĝ?"/l(k&z#yI[ӵ:-UwF (|+T䄻%&~#^zOrLQ2OhF Ͼ'G[Zfuj<7DInj(NQ@n<|h2NL_6u.iGĿ- {32:֧?:i@uRAY[7j!V #}2zn>/]E .z['ةQy;\ jע,jkq[=- 5uL oSNM%,`gՅT'{knt=.+P,KQCbYwPQj+&N @\rpX 5rl^k` lKxD4Hg_h'үQT ۹*[E|rhA+#e _/ǃgnmYď /DȧHe,bZ-ZԨM 4'N$~DDO+9VFkyџ# 8Ȥaw1xhQYCiz?>|8? Mˀypv) dӎL~,_RV˺T(,7uL\4L==1-9=lb!pdk_pm}ݿ˵$?-ez؏t0\:GQIMti³D;!ms.L(c"i7:k Œ3T#UVS17RM1yE;*yϺMflw/O3`/OXSs?کF@\k;¼i dm2zy6ŽZ,ؾ;(P}Dn ~:aEV땬 ?`46t2y*1G",kRqV_VXr/Kί,|أ/=e&=SzI4NWo yr .vVȇ8=w "b&T vMKxA*hj@tnomOCM7I|v陝g]DgQ.bnh_ɣA9+8HKKiCH.qH``YioۂguIi!p:Ջ^"x3*{F!caA_; s&|L]*+Cx#.̹,UwI,}髂lOZim 2hő[aP@jw“ioџ(>ܽ34j"Jތs+2Bo u3 Vnƒ,›b=\r\WRhr pfBBa|?͸s&MH{}jS0rT %KV;VDOp[,0IbS sݜ B]/JK..,!= Ho:n'>١k"}_Y haTE֚4;rAGV@c@#4i[>1B=bAdypźB@yGlCd8Ư")tkOnm J 莥yYQ4–~?D v%{Zg=i={C6T/2 f=FuEMbYw(Qp)yCz8tv7P81pYSrJt͊}̰HE7"J\-1; $+|-s bl&yL!Ig{P^"3@:;TOi591jE rXD;wP }6fw`dnm+e틺#ۮ#.nH %RWZP:d4& RH27|a^@$^ҋe u${3cࡦ<6$;g QϿ,(Փ:[=JR<Us+M{F?U _>KbNpP/Ǫ#&P"?(<<2<]`N5R-Z(Kۙ MД_&QӱOAٗ{Rp3$k'RR2O{oȋoi8Y*1#J8"wtx2*ѥU(90+W4\tiY[xD:I-d<԰%-k#ZP5>N>~(J)a qbʋ;@p?{N1eÌj+W#$FʯYg:MI֢>;gJz><֍@!0HV>ȱL=FIc4$n WMוUyk\ijǎ]UAK-+ 7ܥ?ccxe Ωr?>~S e(0B뒋 Q1hSSiۣvȞ$5c 5%T0/nψH؉FODvcMWqj+(ɤ^z Jߓz2U qN~O1M/Q%V=@s|iOZkz aݾ 截hipfK5AD)gcSnir5"IjG̒Kln m׹?d2XTmԗ#GH+ڌi'r`ɠv񥻷TٳxtgPGx J[? d<' 1ojҿ4̥ Na).* 6$RЀvR8ȅI rǘˎ65} .< P>CD77lhpz;w!vLcW) zrPA3ˉ9!;myH@=k!YP,δzJ2n+_/Qʖb'g__IéB7t0˕Ld7=c| /8PPdĝ+VC,.v?E" gZ Nl*Ș`i KrLlxR-w0؎b YZq/V`} )w[-IgI5v1Y_&λܔmXYGU$.q˕%ܥ5bķFn2U;;SBE/(/rW7 S̗84w E}D\FM<:9PDIx %s((+F|Y)yP[Oyn5 ..{ N;14>vO.g@;.Gqgd,l@6(SWwq"dxoyɆo'q݊"oOB͆*Wޘ86l.>w{_ ~yܸ>V@ny+θ sصB 73ٱH6UjDNv-nN/ =hqe+UdLhn}hs"LBQ7زwe&rJ6G0rLpslRߍy _ڠ3bl!B>5}CQFDOR~jbg(@C7SCg>S%ۥM mՁto܏kN\:;'#h[Hc;`R->gpZ36]W) ,r1;oMHymj$kЭ`=k%wA:Z;pF !vbQo$rvg})P\`p|`Tե==b& 8Xa#~ٯh/v%wdcAFoo8" ?;Ί<8ȆK},) sONzK1-m(ce%0^Qs{<v@__ԵިAQeLXDyC* Dv/ x=-4]Z&ULrl#R:ZN\ !˴Q]j~%I`mn5v4,|#Xfy2ov4rK ^ݘ{Tc6V IeγmA1( %/eL?x-aK﹙8 |ϥ8Kfecm\7 aV<&;M7#!J`#4v9=NvkL>_0_de{N ^*kswAؙwԞEOQm^+gz@A餛.*X/[iH$˂>v(n^} gc09)+L虗ֱՏE?Z_+W:>cF㢥ۉC߮ ],(CڝVZ~`ΡO"t:ֵֿh$evi\4_cxe~ZZ=h2Dl⑱*>dեqK\/ˎB.]7?r[t!vM9]^N-^u]ex}Ffz;U-vQ;z:)rVKg]?"Ib,q=5i RyIZwGGFiA% L :,e?)5B ZJŮQ?{: 568\2TgFd&&%8'A {[jXppj?Ɍde s?g2E@#dEcbTO[+R̭gHF@A8Y/ZSglر+6dV AX#:\SU_}(H J${_2g&+sb~a,)>DTpnb>_qChe*NspdRA 28Gl26]g\ C;ຓ[O6{@쿕NJWxQÿEx-m%J[AٯKո ydP*̵& ZATdF,6la% @."iՌY2Q,EVinؽTڿ7}C!CmZy9nNjb3(w.~ $3{k~U!=UM"_|uk`9R ZS>7%jH_nץ-mb d?/ d+a: 3h!T'$2EB2ofcKHE?<QY,nӇ ~#3ik>ə%46tbԊ*EHXeh<$).iԲȜ8ulG!7m:CWI{ Y6áPL~?K IB1='ohxIQNgL_^F؀̚҉P=/4xF\ĒDB:'h/7DESnbn Mݑ*} \ 2k'E%`%D1dN`=0=J8%Q+vc q`9AG@ U:\A ="{>c]ev̥e?8[4U_nfBgG]_j6BNz\ع cn;P7FOULnT+`(i//>;dQ&f_] eHd]rtCv'*٢QԮLpi\/EFiNV,(t;2Q~\8g +c8iN w%1|0 /=KYaCLފ{}Q, ;; IrJ}WC6Z¥~#pU?;5tbd,7y 24?\0F',沣q-dq2U@b w$aPO-Q$ Ђj\-ӻ{<=`$tx+!^6lq(^$e! +߷ X'EˁU9+<0˽, ZmSI9?-$DYW&T> ^ykaU?+ٿr[QLTU-Y-%‼b/kv6.ktJv+NOq+f)L &]vrAÔ ߾)K\]ⅽ0ؽ ¸fNlftj>6 dhڠEu%LJB!?·O.krH,gFEq^3iK>]CO>PECV雡ȹOۦTdBA4zU8JD`RjTx1BbV?AF_L%`u /&+QR~%=XNn_Xq ھiZxC#s\\5ͭױP|X& )0'>_t@(Pī:MAf7X˅եz5ɐs ]Dc|jQ 4ܯ. a<0jĴn ZPh pYIΫ=^9&)j? ~d-bg ͽJ.f809&<B1Ÿa W_th3vL3Œrz^P LxoF" _"=ks `W ]t7`ٟaSG+ר|AԢa#u7[y*_R~mI]gjҫtWR%%pZIKvzp6<lht:bW` N;VeSajܿ٦MeW'&d73 'чtLh,Ոh(FVQ_~W8Xr1E%W.k$G:lGaHppU4r$Y\{.` YNտ%Z*~P,]¡2oo8M**=ZK}I#Cp'9gbXqM_mxd':q>~V$)JmX=XTu惦(cmHWz H`ꓻytm6ddlQ7&?_ZK%<@O,3]Af,YRu67fN[?높2XqrH\}SqYT6wd=v*3UoFo:xh=)O?nCl|-U[0[}Z&}| a4X9J1%!1觐.}[,x63(Ef"CcěZMۯ!O1-t<nHl=;dYcy/14Ko! 5֋ 7 g(pjI,&֔)c;F(֪/k5@#0d!of%=0w}~K j,) 3 1t]NoQ42PHuKFЅ>o#-s廨>9cR^Dx'-pa)э BXDPʍ/;dI-Ŵe1ZAkF<4|LUlQ.c!V8ń> qkxXq䡋몁֚CNf70FN!ѥ_r/vy\1aS3X;kF1S㑜BVjS"O1KXB}[3I^9>ZZ@9e&M8Ғ1 $9:?©&vyLd6!x{iҭڼ+S/{Y-r_JT2`P|^"Ɇ#8\hoܐ]2>Ĺ تyna+ :ԯbU` ^N 29<9;̳8!V\2;Ab=FE?{y6l1׷%1IjȚ)Cu9]q$ڠ4vYE]rxd25oz!;=kր`"h 1 < ҆5Ia5{~(H,:渾&@^$LLUw.w8f+5Uƪ5zҏnc>`;l/2?gJ~~_ X*rp_Z1UFxD'G acQ\E&݅'yQOJ(h`-\ 8܄ }HLJ:2G_]CO $J%MSEZӊwz{g]"m~aӅf XW ߚzA#Yr4d&;_~sHO<'w>>_ 3cF(1!qmQUR= ^*K"X'Mǟ4l0'7m"ܺS+U$h J&gaL3/7Ac\0bFgWZ  3{l)s1{Cc/p y0k2hBuXGc*H~CW>Q(yu΃lxdjdr`IJ)Pls ti3Iax#xf_yF,9,)>Bzql{?Uģǭ@$q,j\螺:ybF|YTtX},\+g@a `ej51lWAl7j >?";_'FylA.Cr#6K8*-\4IP%JLq<N& ͍f^" Dag u׽{O?7GTsN$wDNV]om pƾo3rǡIT貉D@(%Kgav=[ϗ x-"HQ]0vͦgLgC{ե;©vN=s^}_XyAa7 0z?CD&q[pfpQC!\8МFϾѾ[â!u J E&YK 7{6rqM>?K*&{Wx֯,{'U/twIu[g˄_K%f2ȑL+JZ2G(.T^Ļ.󼫻W6)͟Ar~=ţxc+ےk|_T(nqމp_n&ʪp 3x"+*kS ~5w]q(5-jDkC!%)}ЙeYd BVu-N*sE2c"03{sxAe awhSd?~5k8}_,0SP@8+)KXn3'KMDtKYR҂ Y]L cvve_=P82EOk Km im_sˎ6[Ut+ȑK d2 p{oS mrO|~~(zfdKΐe6Rݷk#x/>- Jww/ ಱ<(ީ{T8lZ#42!?RQxKq /D徴W~M.$^w><̭h?w^B#ߤ24rs݊1<>J㥁!Dd"|>`MXhpxZ+SA'kR+pH& )ITEZ/87ȡ`3TrjF? #f Rt]a687pֵcLRo@PnuŐYJM &˼Ω :>mb0on(^E eg,*W4RC~ĽGisME!N*$|`.Nc#!0K?Zƴ 0z;fu!#XIU#=z:hQffA4K: 3'kX&I=#ݾ9,ϔ׳U0n <էKz@/m+*œcg/ .كVk`ҹߕO$s6`0$FBɕ37|]a]ZOLczF?,FVwlZZu,鱰;rA8 "2}_ <,N֖6?8$:+&jƆRo 6vuvdEłPIWM '#D? 03y+jƦeJ7QYΡ+eϟLq')C,e'ku […u@r LyWo7#s@7ke0.:#v^2q^#Z+ݰ"VUs.RL+.?/ŝĈ)NW[ z[Ұimxv8SMBY3_YɁפ3{w\K̚LE,Uq:DGn%gT{:ϻjrbe/٭ E2 ?RGqw uY >rnCḁ*+=sw+^ w4jTL5^ajI駹*IN#V*<ԯxt௣*\ [&ǥR7'2RyK‰@zvWsb]5(\LB<8\ĝ4UV֒@O<;v<אGI `8e5EXBZG}t¡uUۧM[ू9ØxU0꟮p=>}2i$ R_m1 v/I`Ma&2ovXLeF|Rc4HmT&[v'hȰ֍Ujy{r^~3G6̓# e*}<8.#:mL{RAsqhk̛e/$r?]? %N ͽFz*aۦ˃c7blnˁ*RN(s&8Ϭa0C|`9>G\s ,mK6B"*A!%,L5R'+WIt. Duȫ)b_z =&NWkE,\d$8 j7:>ҿZNi=+E5 d 7-n)@D فϑ. Uْ*e(CKsGg-wWOܒB@*9]dKw4YkuCVδC&.*Ք 4r=GΘiYMq?kׇI F3:+Uc,iX4O"k|qNW8ߙd!N<~F (f YZ