monitoring-plugins-http-2.3.1-150000.3.14.1 >  A d"p9|,0 $waa85 rKpt(PFStw{pyK×{ܩ?Iiy #!IlVOUzց,_O;emAV,Njn uSQR<@+y$z|#mQ #/ݰg` 8xC %;Bf*_Jg:'@$×#lPJrZa {v]ţR173c5081c9e102f0980398fa7e94849fbcf0a15cff29dac65a3ed44d6ec2ba50cd5f20d4e11ffc71ea44f15d8243af6e0ba887b69`d"p9|Wjd%5)eo~?2WH4S&uҪ X[{)K P{$/,h§ۜX o-uLط G1)r6 %v AAn[ҼwD6ˎ6bupT@K=RŝJw*XzW7o<w` w ^00V4|Ι3Ь\%1 |% $W+uVk5&ҚĆ>pAU?Ud  . ZLP\`y      ( j lt~T,(U8\%9%:%BQFRGR(HR0IR8XR<YRHZRx[R|\R]R^RbRcSndSeSfSlSuTvTwTxTyT zU(U8U<UBUCmonitoring-plugins-http2.3.1150000.3.14.1Test the HTTP service on the specified hostThis plugin tests the HTTP service on the specified host. It can test normal (http) and secure (https) servers, follow redirects, search for strings and regular expressions, check connection times, and report on certificate expiration times.d"s390zp358SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND GPL-3.0-onlyhttps://www.suse.com/System/Monitoringhttp://monitoring-plugins.org/linuxs390x8Ad"d"54ed3c6f6b578d972835c19882d05359a0ae9c6c2c3a2446ed0cfd7426de32b5rootrootrootrootmonitoring-plugins-2.3.1-150000.3.14.1.src.rpmmonitoring-plugins-httpmonitoring-plugins-http(s390-64)nagios-plugins-http@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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.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-plugins-https390zp35 16920173842.3.1-150000.3.14.12.3.1-150000.3.14.12.3.1 1.5pluginscheck_http/usr/lib/nagios//usr/lib/nagios/plugins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30245/SUSE_SLE-15_Update/5620cf620fdb8615cefef88c22dad768-monitoring-plugins.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dcc92ea9192217dc5c176aca4dc179f5be4427f9, for GNU/Linux 3.2.0, stripped RR R RRRRRRR RR RN!l]-[putf-84d101b21057bea08442d41c13bd50534d4f00a6eae9118f62366e254745dca83?7zXZ !t/ύP] crt:bLL $q4kAus2K ".@xz%/NE %o $GS:{ 8H[B5"= slYCVTVa5؞KzaɾF$!pkkcZCN {WV0|dX9 Ӌ7˙o'[K\"#TDf#@\f~|e`F!{ȖP*  V(-r& e> l$7_eF;7&u#b j(ըVvxCP#!<૗J Č8KZrh QΉ0܇G\s?8xǼ(blm'E9WJl\F;m ]-6=BZhPmJriRB"͌}^_ ⼷m (_ɳe b2$G%?-FًaɲQ1>'PR Z5K ʝmPR1 y#8m1͐0,%fv| _f&7^Sdv*ӽUL" W|@؎#ahXqQ&}ÂqX.'t`AjɪFl0|a`g2ga tWjp'G5:)@3;j+'c0}VzuIv\=*LbG@,TLeW $ޱ4\jEjy!GVfO @/?Il@5E!EmBv&ysn?ҚGY_b܁*FG&ʗ h5 !-뷽/ ^Uq@O,PĻ\˴uJ<ՅQ.Cp-lw ]fxVz(]9XǢ_ s;T1XTOX<$^KvMʂ,il-c u'k<p7VٍD__j "؞_(CdCt>aOOXDZ7x/G檲K%3>@#/~ḣŞ דJ ;ÄJ\*6aBB8 `x[2oۘL.GLAʽS0j'mߙoƎ+N !X"DeVϸ$֖ >3fF jޜ lt^7.~gc@ls!\Rd:=rN\եNK:1iABK>`a#5 :WiYf.[RH@ҕDP]4LQ0@S04ʺhB%w8K^dr;9x?s|]cE7 \K.<\Z5PgG0zz{ܱe@5xga mQ쬁" hrU>\Q6n;\˧%h!7Ӿb'yJAl(՞RE?>0yYݿ:>6#Q(.5t#(6*AX\g7WשrW]@z2Vr%L>G.Zd)4IՉ$ǦTIOZ;$/~/= 0Բ˰ZJVbo2M,qO*SrʾfD'ŃR7sY\DDo.LJmu~膍oŷRon`BP7d=sڜR8/7( :X6k1frJP#iG]탉K? mmUhaZo<R)Js֡oWbiij 8jєe[VikP0'z`8,O `0AdK-&G&ztr~qlW[iu4<4 8Tϗ/2SjR0:X.|5_لĐW8k$֛G$]t r- iwDx[@e}/HI3; Omip{<"SHզ3 ;d/DFn7ׯx~3Yjxk!TWlM윞!y._QW()k@Y/ 9@Oo b$RՃ]RIJ8v?j>Ptc:!cGJl L.JZTݞr(OhU^}[D^KИ$4{D蚭eOp[b.bEj+]@7CL!t(nj:}Ր CvbQY> _ػ\{I6A1J4D)#i:*maRfUeHg 3y^q{M=2_FLn9V}zԑzlj͝9zۻD`OclklqVڌf'6a ]^wQK5{ AKyΣY~GtpnNP\ ɯ6vnF 2oCڇ2ScH_/PR%kLa r^͉5R: ^d˘ȾpS[k'A-A:LI)yB[phc*Ms$mHE(Ul ]Nбz0 K܌R9Mv ' b2έy|W3Y(j`qօ.3;S's\ӊYPt3t|Y\a3ԝ4 Czg,j[A!70}i(]GtCz!$0= Wɮ)ZPY]lD n<Œr٨Ḽ4^WwΝmBLQ~%,KuckcR 4lH]ƲB=4`@%)l0#h o){Ϊs#VUT_OFl"YȔV4Ƥ邿BЀH[$t]@ oԓGI1-Žu;՛YiAᮐ)B? w)2"DRl!RSLߪff"xa!pٟbV\i3DZ<У 3' $3c_.`ZہwԳc|MYY"`hVo](2r`zOҗ?@"|I_ 9fFa]J oWjm?$Wב)zt"O̲Ys'n|'2F ŝ?WMpۃayeh.֫^C/,AbD*47+ԨŊXf8I(F[1￧oLa^$G3?pa>,('EW*y\)Nzd˴6+b@li_y'soug`TV ĞW)|1^|YfzΜ_wFV-AHWt2 ? Z%a0w22$p:rg΃6 @{cJ>x6aKΊ-"z_1&+Y@}}^Cr,+k1BV2SC`_É@'S1>AXHvjLo;KdH{"Y?P/%+NQ*0+hC*<&40*d4zvnccL &~-a=Vb3J ŒW8=o)X~p]Lɳ7}]GNs2MR\H!҃M~5 Mo^PJ&}. OF5]` 2jnjAL{%aHv}墮ܘ?G>X+&9oQO:;CaʃY5%~XS8_0:]0 eI49wA_#:wej:X^]X*"2!Ov*4롾`vO;a}kwr= īIx .ʖڗI:- JM8e PSצ~ ޝ)9E7ȅƏUۃ#rEكv,ыwG9(_^ݫ%^< FAkY&nQ+p$vUBs2q6+~e+/6{p&/ˀB$2>5#!`rGJb`t9i33*ġ3̏/܊@t13%)r >&M(v36Rkacmqm-u=ia"cxbw0sonJ]VcIxp{QCR̫q,ЕNX %jQ-6l"8ѮLd$bW~>Uq׉tCgVxc̮3{#7w6nZLGvqKwdL:%3r9bvPz\|wVʇ>!EW`'JX8 C@G%hZ]6CP <&*{0pzACC(On[F XO%BQ ta\ٻ,Z)X4cݣqC 2\yR*sD?Oh=M0n<9^1Au6E CL`! pN*킑G,ipU1-%y6G5TpLvӯAT J&L-Nbg½\〶'KZMsׇPnu!/%e^S7,^d i~hTZ[Y&Az!,H^1-"ۻ5= ]GB ;Ko΁ꀨ!05#`4Ō1M>0.ٙM ֥Xx'jhu=D?* ӳ KcOeek}Sn^vS'Տ_]>iM/XQ_!v00bH @nL}~.ZL^!i?qdzלFϴ4ThLA X3pq5;ߝ4^a.R0z\GOO {sRQvj$f)Y(WY .u&-qA՘gׅjn tF \.cZQomAA޴BYʊnԐY Z]Fn4_x;t}/[#IYl#FKOEr+*'=j$Zc%u 662:DPɝY#_ G96Mؘ}9w0+ jXMP ы.ySTZHY-I̵\&QʿfUFtE'Mxs4haAKiiKb6碹)E. Q=iuW ʀ{^;FU|~EJիYQ+`BLf!8|&q_W+ Y#d>C Twn. Sdѓu&ZfSWBׁU bRUP^cLPMM_8٩O/?́ (tU٠ o_wMbӚo}윫%W[j[^` g"LJʲ{C 4$š-I9`:bwep;ZdnLܮU`?>J#LVs<2wY )AM&w~2sYxN-1/ȡXq ݣ$fɞ23l+eR(z2oHX& Eᅰi&eAOH|/):|D쎎+ls"VsS@9я,ȚGyP18o~%ƐySBPǾ-ʚ@-=|l-4.8^$T} +kIF2q^ =! :K:.D T Qɖz%Ϭ *L3~ gRhj$%t㽞Qu(Ύ?z@vdh [f-A x-4C`<U9ou$=q˿L내PĹ\_u(A֫`5ˌmo{H(u}MK\|":Kʦ"3!O*jjR\Km߷r 9k, vA)0'N>[R*n5m!'^mZ͸t W(J:Y{]:q6M,]^N1EFqYNkAm}Y,wB)lK-A ͭ\õY< C+8^V_EW,hW1qAcg e@=>HHѢ sY|ם9As$<vJGySΕGfnp-`,Y'pr`@㥘uA)AI̘V&'[E],}险B|2c ̯G琒W'K4rfjAwC&i6y9HږmS䐩ߗƥjŹSߜ_Y{v1ܩbD*_Ӏ(I8D*W^d ;\=%&aǏ'u37aKQIٽoN{`T(c1В<8 ӗ֨6 &t,`S#ZYg@XȃPx{/77"W=I8E`IӏЭtv!zK1`bF q}\l8738o9&jxHLuQeo218`0&zy@!p`pwQeԇ`vJG5?BdśXrCAsc]zKp\ ~u^aS[)@|_;7ǶWaGr0m9}O݀]hK tじ7Ap8~6IBJK6qtI_H%$WJ sM+"Ё'8ΓK9}m%p4K53Bb4nDM pTq?¨| C?2%A%$N Wa) JV.*bȝַyP&QC5@$ɼɠ$t <ǏgB+8y ab Q Uî&Fu:sn1je8HlErw:(#D.8trG)7 ~8?.q)j|"B:lgrXɦX<.q 8)y]]6c%e TݴloRrhn6lu/r8!wگ V\X$Pyw R a x{γyr@BUC{Q2xP#χ#nHcVE ' qCJRҍ>Ѱc/ǧ=_ĕU(]ttAsE`!z;{g]CC/sBJ{JKR.ƷV JИvĞϸx/n݌B/ۗ8|b=:(H'Ap!U-S _-,Űf#6ͼkkZ;[)@(~c&Y?n,#L&,&BJ*rY$X D_Bo<5ŁQ.c3i3r^T:ĵa=Pw8S>Af5kVТA8>*z2uS B@*"o.65ħXۣ(9+%>%Ӱ۫Jbhh5Bd1WN16{{Zk/lYV /ó9ٖi4 ȍܙ-L8sKvGyX]چpkPm`vlSR$q90;usKzTV8~+< `2kyXt`,7o,LuyڥQJXo岧?|+7~EC9C6 ҟKg# 6.4 $u9n*-(5L!Ԟ'"TL,o":5C.o16<t@MCPAbg-BTj Rg&k2=>n;*>m!tq@n6j!ɥdb6Hf^[s 3#ڷi <fNP KS7<<;bhو$a;D.7pٸo1宲pl՗&nFpQNKY9iT +*6^rhDW@ fD\o7׉+ˀG7,VuPM:,20GxOcK`5q04r_--]k7۹KȡbOMFW$8qwio:EĠ(Rn-*Gsq^!@+Pߜ;BܥMbfNd= 5rWy3j w("yc@Z.ߐOA(֛)C+wy;Ib" $̵&6e,[mWVC:6>N}܈r*% 'u"p]L9d)vjZW}#VOi b"W@VFQh E[ñ}eMjo'}Ŗ:؝e9{q ldx0sQBSնe4E ˮ*^a=$z[}: kĿuW s߃ՕVMֵu~ Xa@ܝ0#(w;ⵃSd_0:GMM7?jnr\)bRw7A~7lrg{MDa胦_jʆ*<.ۋlz !3Zqm*{~XC!?-_5OUW9"F@j9(RGLt99! u+Sํbc3JԻ@n.sՎ tq@xkB+E2uv ۫ˈO7+K\,YE*,p>j"7a7p}PxSJѓl8\x,- S} j8Qaul2Q^1d ھvhl"RmIi-/L v{r64K%A=s Ӷ~Byd$fקfo SӒo~WPsm6??$*bVٔ.B$'#,KvT+.|"+β#$C:F]1AҡWf@T0Z[3;Fos-5#fECP(Dt-g8UbM֧֐ O?ZXN {}b+_*Bj=CDUIi)"<((8條wՁϖ&g?$[?uݝKc8 4|MɚZ+ cmhj\ׂ#diߗi]LjVƤ&FDo`PGK %Ylr7;f#yd Pڡ&ُYfFVojۿWNbN WI#q6G;Xela\JP@T̖T1+ 3{D vz>| V,F%P C RjqiAIFWӈTb+S~Wt_AԂMl蓗xQXo!:d2WQ~0&ZZA)73ka$ƨ=۰:; :\f"n u.X $n>d 9jr|Y+b'(1yUGO,Z1U"U|BqY+ ǒ"xUml S[( ^_)΃ӱ-郤i*£>nWxf֢2Z$ɿ{ݦ  fy2 i{6A*Ts~ }~/-aLI} <@:tUimmXO>H8p'?v3#̸9Li3T*Uru>6sSU2|R&9jfX(eaD[ vY5tNr^GrrMø#\Zuw0 Nz"+>gJvha9$oWJEh>nݾM?σyx_w'+-`39VQ6 ױ }EipY(mY dasӤc.Oޔ=*ۤ > i<ᡜ~9nIT |vcO<44 %[tk]%(tN +: (n26Gq$jxs"6Am_rd>.HLGP/}09D_H &0â M+\.SMGlhCy3BCkMKq22k8új,jT*wXeɂ[ϬG(M_D N``Z\?\ h`r a㢩kk08fO8 ×hƔ}NKJ xlfsKwd?))bTf59"J^TPme4Е&$MfNC4@)+TjDjP5jZޢWd`RgH󜆁m; `{ (3@8.y@7=wkj,wͶ #Dc b ZIW[3- _1NvF1o@'rpQZ&/@ҖUر"CفdiAD?]GD< (,|Bp䂏wEQ!=d4 +w@CV'AYO)xR'gNs"ʢ;.H5*n"pՎ bF{!hJ_K6ȳ*XljvÄm}+m(xw_ugps]N7ubW-W(QٺG* Wm?%~M&sB$hy\("{'c'zg lAYm*`Vԁ"cKKLl!3ťE~mh :*әL}(_zs'̷#Mu=6~r|ٞ5ҥR@VE[cQZIzZtnƲ{ MG| (,:Cf]Y )]TVNrHvmZa$vT۷lSÂz')b{BX_=gH|: k5t[@FV8Dǂf=fd#¹]tsAhsİߚF 5(]./ 8 3V*R #smdȖY7g'!o7W;Y)!!">@l<0 7BRY(ĺLu;Ro9,B(r _ETz@ Z["&۾5I=.Q@X Vb}d7RRgHgC׾AQE]2hAG@Z:LnHCe]0աiթKWVqKJyE|r9Q@uhz@tZdQUqոFE9&vn:{coEOZYJH?dMX;fԓ>MC }ƈR R}fDZ(a]Ӷ!ōy0:0ˉo-bE+v?vzUAOyI폔Ao#6^8|4>-U@X+}|D0{twE0\&bg22-aLYs08rv. ])-pCD"p@6$MVVҽ 9=ru+jTTà\dn>\wr$91qqƫ6&$cHE ^?+#0V %@Mc.y:z`EadDPHr1[f8,p\[IУ}dCk_~j8Ɯ9p0[hcjbʹ4Aތ~ZBloZ^c"jN]0 []%m+K;aOmH<&x!T T5L>n.B5Мx9 '] shJ]2fq+D!Uslӡ.Wz<| s?bIK9#T 4I}\f㖜QAǓT1VCLGV: hLh$64l79-Ӹӣ]ej M»땷c8ġlJ't{ͳAÝ# 0*F7ƽzvRNs5<9d:h#>a ol/Mg2%m,eL= aILX䘃$\_#҈nD!gw [hPP83zL)7IP2:W>uӨ0mn `ea+z\G%!@$?(=CuY Y ŲYΧNɆ[ْt-HR5 V(`Wxߵ:Ӭ/ɋRY]yxb{vVM4cSK#m;1H4O3I7a)&ItS`]}O}:kJ7ӕVJjWj.޿+l(@.˜UPbX .܍ݞ$+C|.\?R@kSۛ,[^:JL~բz/HYVW |N@|R6nZMp*=/LC!soX0M0~t {RΔy7|Z_]$3m Led7X8%~ !_ߊA7o8:'u.i#XT\[*f4k\ӸE/Ȝ:3icuت K0 x7p٪c>HٞIx͗CK3¦Hf݀]niF؝1ћ[ـ =OuĽ5)0:ǑXށaة1kT"w)Yu0B&o0Ppy "7phQ~S{&w .j1,_z`u%N";k#_R.+sbN6N-G)2R;f!-Y V%@/D#CrgV&ZU/TL, 5c+Y hvRFjalj\(12]C #~=焌܍[sw S,!e u~Wlq:9#{mϔC&V~B ٳCQtm2`SyU=9 ;T&#%G!?X7#v ]zgq'ZΧf(gEP"⇳1+©Vx^S(`-JFE1n16ZSMSԫUsn9眮B2nī`+W͗QzDǴ}<'Qtkbgzɔ>VyW}wug'4> W^$ +N_!tUݶ;sr!nUBt覩|iPq5߅\|"_fCb҃A¥1OF)ܗj1uhm+Ns|1D¶)e}3Xݭh>V>G1^$N/BOUfۓcS"1;W}'X5BkiH6&%5(n߲ FFZ 4[=& $pm{-H`Uz= [.3W 2$DH5zܡ$ˈڗɊr{ 7^|Y*˅AOkWa)  &.r&UfH+z#b'MZp/Q;S ^i P)n7渐CQ1-NDdkp.N%Q%=$Ɩ ٬܇.7D,iaB4vbY-t*RL!4h0A@J$_ɘ/QGW@\2s9J2x{xGEoF; |vgUs}z&0eDhm-Y[L.=5SA,of܃5]=:>0tB[wSK>-XS #&& ov.7vB#x 'mAtΔ!T7m?unS$w._4Oe^p(7{rC* {CQ&pL7u.nS}Qv[%P-WWZ%C9ƥ@ EICP<=ㆺ[W;}0ϤnI,;$Wo m](BВHfReQRMhg7$}MwSX"*Ք[_3#*vG);1Pzxȴs$U/teFlØk+6hn1c%C˫^fZ~H\Xӆ“o߶c(/) Pqb(׌IUAH~;[fSs '|0zǢ|ZF_Ċjejj PࢍhӄI"eHg=b;zQ.( +5ls \1 .C\ij yxwHQ4빢 JL},O( z~GBQ 8me/FJFS= h1il)7P5uK+M(5 u8AIk~;u7Kr֘'$V: t8.s}F5i5[R8ڌ66ᢴ<cqTGv Nͯ^1bavo0">TL!O.-9o.>cf%ޢh|eAWn&(˄rf1#5kX*)WM=iqwUGh:ʷT1{т%KoYqP 'WQl Ud>YƄDj^am7ćFvH~"L"q^ɿٌX4Su{˶gen Ԛ?Rb{^9.J<6\%2}a}KY,fcz!|_mlʊ~|LzCK3,;e?#KY xQŻoӻ40x׹DfOor*%~jo*AQsd7Z!#Usi&*]GPJڱV]_qU8V-D)O  , +ZL'\ CGUќxafr-΢eԍZHڏȒFG~%o7l7gFU~R7O]tcݕڈ.&IB[ۄ/6ήA,;-:Xm/pYP#hd$[Yb0NX̼PdvϖDZ:[o4 2ߑAӇSNIX+R#9T!4[W] HiQl.LIDlx60hNly?#ps#tx(;UDȁfA+\ZK6p^;r㒙&(Bаnp$g8*0'x">IvGQ$׹MYb S, k l3fP`7Z/?r_kxO Π(ft ɂ +qTO ΁]D9" )CYX}U,# ~7#%\~:ehɗGqbw-+'һH!5ON9$f+$jvKˈX2.5zmȢirYYVB{Kcʹ, nXVmͩMgH ^ b- jNe K'j6{ o@{{L׮>`{2%8JIs3۬x,71< G+m&$ ؚKQY0k4fyr80*TBb dvAgífJ5)ᕬ sd+P*WƱ.>27L)\rr{Frc?)I#P͋Em{eF+$ksm ToZ>O\ XVt ˼VVa*%d(8rwD4Ƶ*T(yQIH*Uɚ&,7|&EYSS-"Ă=4oV)2w*=܈LsA->1d8s "8wG `LP2mC;!gZR|;L4wV??v%+jW,mEL lHnQ|TqO\ou}LhxXGP]N%@wg }lgIg6pAp9ߏj'bM- JLgb+$rȤ cy!fpFu1H K)ʨ_wT pԢ`7RB1Ay#akJ7[7$g$HLJ ޓPYJ5 yJΨCTpҎEccWm tXrK#Y.=qMK+^nƨPR3{J ߁!=?jSnQS[|~)t]k"RXL4j|G&e>!FJV4t)Ya (~{'6|ۉYOL SU\(iиYT5PKbFmQG +gom@~`cxEQ1nvi=c YMڃV,ouhKl,bАlrx<`kƐxaQA{uUsL̔tpb^4Cm oƲP5ޙN%-FtBܼ !_2qhcgZe_ >56Z 8 vJپ67#X jlvbi:E8΀| 5?MN9 nD0O>xY*|RGFkQ4'\\ԇJ JpA2DFԊGVtQTADM~m0,VZ ^&Z3Iy4Plk<}9uq`xO|ynn)k.)iu iXɚtyq16L -#ihiu򜾛šnzou gzy17XIt&_ϰfwɬzL k$Z^X&Ә:JVrqt}}xedʮN2& }EYT Mt^b:WkëG݃h .x̅Jo4~\<[S1m1|ӿN<3+-Ԫy>nn"?!ڼ迾r6>Եҽ@uۮd 0쨃?C~Zv:$P3AD= &]1!ޔ_'9h1@,/waOTL@ 2dq6|696[ެlZS}sE;g: %D(ߋ:k&׹kk:EŝфD1,5x* aqQ.$¹\0X2k  ׯEW+@)T~Iͪ>\I1>"Q!I+bL%8gI_s`M46]$4{ag_%ca'EN$MBR^|)IQ t9sX-- p@d `$# fW*{$XSamJJp< =uo>Ctˎհ^B| $fnTb00D@>2vZ~47E/]6Q=V|H2]xy2pwz>7rЉ6r2$: *vjJ3Ѵ}X`|'3 ;#>VgU E`Už`j';8u'3ղ舞6d5,,_ոN%#GDXG7f%p\b`~xZԴ+mW4kjwXj3QjAaصW M PԘNUEk_p`h@>SudHjc Ƅ_C[ۋaf=q?,,XŻk9OEz"d{gWC#|\c@t+.K =axXLh>y}l݋D&"4CE)]Un=MM$733̈~M6_>PM SwɸٽP',Ğ]ЂWCB' {4pf6@`KmC64]1ԜarIڜa& LP` T#m:Fh /5]Ri0{8mR 簽dW/l%R=:T};k]!' FjqoFsYuDP܁6Mhё%VH+r-@SW<)-#gYJYƏhV16'*P"| i.jyy+muR,Hp|ĨчKc)ʐd  lqI+*L%wVS1nL.- cA=\npDپގH>8٩|"}I+8ӽy^J;zЀsw`:nz7Ɖv盱&z! h`c@iC6mU˥tSQzctu\b@BD A.Y8\˅1dG9TS#;)Eovy)جGf)4C6U9{-wN ` wLPWYKQVJ=7z$ɖ1<ǖ2RI^feӣ&VB0l=SbƋى|ؑc"9ޫt)嵐=d7R=̜п^ (.<т(VDr*Pj.[+pk#(-c&^q@C+}{y8Ce ۭZPYzk\ !﷭ /3 l>ύ'KÕ/jF\qV]Cz8_[ϡQt}ׅӂ~}/0ĚN![jfѯQ 2^5sW2 J3QJ}IϠc9qXkJUlj ;Z&|D_tfId Nj'E EVU_1 $Z;*fr:^vϪ!CM#hԮ~Rťuhlts+6 ^(* g%Oi{2^Ajqz|f 7B{?X{@)]-1HO\xOJW/@d<}'WVWJ ^HV1H2JVFZ5ok=~T,I&B 5`6my c?>Rl‘q9eU&g'R)^SڦWf.ḍpƌ$i;`gU : кS/+Xή2mZ̯^?S7? pԽ3zήSfLݢT i{`a{W穌X?.ײJI;w3O4~VjҎSC6+ɨ6 @d6&sb@ŤjfDHRtZhfLh}41ݙB` j D=ӂ8kW꾀 T䤒Ep`oY̍aK=LGU/-MGB}++-'Eqn-vH܌yx8n.o;+oUN`o1>)dwS*-q1(OW(Yl;llQKjZ:6Ou m*<1TKVl뙽XXKTeJ Rȓ; .wy;%b4JPw=}c -/sy۔vPm2/6]S"vS<ٍo{3^< Mw 6Uip=L'> Wr5uhyN)UC*:3\788/vAY]y;%ˢ7*݃y7OWSIb r:Y&e͐~]bM0-J4G R}ր!V] ۅ vKUT[:[~ ~3*㍵rXxW;9۽9a/x]]0eЗaӤy_bV1E@ݐRb0֛ Up9? ßycC$zJZ7?{wyQIcs\$`XS.+:;fBJG@u+nPUInݻN^'(g;}?𳛰#}BAw;z2 rMD+2U./c*;M⋳XCHM!Xδ7?UKN6OH v!7_ƫW8ʼ)G;i&e5nm">].?;~&h%O+Z!= ,w=ݰgܼ8eHkӛ{/=Qpj/ t^âʪU,G(3d8͖,uOXT6jl9f=ZqHKiϠJ"plo 8~tJ٩a>욬?EwE\W/𷥯mt+ y)Igk0P]YbtT43 9?,{s;l-klI_((T0qaBE?[vޮeS b8Ndv\%"VF?5ߵtdq^|Tvm茪8г/󋨷33XLie-xz)5+̸$ҎKzxڤ1fMT~ I8vWL_+AFUJE _M=y}@Ib*(4Θތ 7r<}BP,G,zlc^~`=lϓxXb`#/a6,M6J$ ihŕImimCxFIvٴ$ls0(+2~ⱮDFkȟBe?^Yl߷ƞ:YHTiklԆaKr9?_xP%{+b0 +=l3т}xI8{|wDaI@عx#yX0Po| H\ o@|((rlg,+ k˜r.dkN(l!m.OV- fx;%ʄQj!!3f[4|Qk\Tu& g+d橋>6YNt3ݾEyOhUmJ?cٿmᦙ. Ox}iR([R29@+BE'\^*ښYᘦgMIx'L^abs::(}c_%/(NJsNJ4j8@6*XkXjQ'b6zIA9y|5 h od܎B >JgйnH> 'Hpe~Glgy(HE۝ec**P;ǴDkۅ Ar,i!+` &om!~4z;.,+~*)S 7 ER|aD]ƈ8-X./ZxC7#?6OXi(p= ?8Kr0[M,c8;tD<2|MȮE\(z\%Jw ~Ț ep`c `$nclRNY-w͘Utn){;80 X6\tu ^gB%ӊdG jxwZW#;PqrS&*ru\ȶ=7n9,O9}irFP?Ovpi(y(k `a=m qnr5(iMh/3[! ޷QD.HW \/s䡲 OYW1ԭ}t>|>:OvqNº ~s|ܚ!Td7STgg4}@,](9% T.Nw]hZѻn6s \6-H nn=j@Qm8b>;ЇsAs p<ش.J"Qp[·f3&ޓQj9a3O۸hQ>(bI͜J  R[51(Ä촘W(hߧ.\1x&׍`m T e^(3 Z>UNċzZ4wʅXDP+a_K 7}ble@r1ShI]6* D$qZ"x$ɹ`;ͽCV(Htoa'P~GR;n.DFogB%6LdワƫuMcB7+h8w=g{3^^s046M;f[b E?&n!anzRI}VbP%a1 %ݥL1sWĕ'd?HPi}ZYCϯ>?뗆G%{dZ*%wIR:"tт !F#Obu{}9 NHYݥ1ﹲv:ϔ~=d%\kEktE~$}T?>m"%z{TjʷH _.yašϛh `b2H7.? EȔסyBHĠuamADFa1>iH& SmIɖƴsE"GEYvq3socC)H$WNCcSB'^Ǩ 9@>0妗+,,mEQ@F-m XJ+*D?`,:h/J8=flξ*;-׵ʲJ_th *hT?>C\|2;J4,=}I7˜^NW@ >9yL@JߓҺx`D1amCZ`ѽA>%8m]ǖU؉ú5~XF'VLa}jHldi2R{óMQVkKFb1Romnw33oCD iPirHNwC}ft o74m1 z]=dcID1Er'"tkmNJxm liuo3f&Jjf<ʼn*n}<ї@$rfxFS tn5xDdWDffNՓH*o寡}[ Ї- YZ