python3-audit-3.0.6-150400.4.10.1 >  A d.p9|! рcpʉy; 9\ԗ12"]8Տu< z2rJ8"ֻͫ '\b`kD8de'9Glg'I+5Vu'3Cb o~`^Vfϩj[bPl2q|+'6ضܗ2`@řq6rYkm٘dz!(3D^bӴ/n*.6m gKCM/(fK?F7p>pAM?Md $ B +SY`l r x  G LXgv   (8(#9#:E#BIFIGIHIIIXIYIZJ[J\J ]J,^JJbJncKdKeKfKlKuKvKwM$xM0yM< zMhMxM|MMCpython3-audit3.0.6150400.4.10.1Python3 Bindings for libauditThe audit-libs-python3 package contains the bindings for using libaudit by python3.d.s390zl32SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/Pythonhttps://people.redhat.com/sgrubb/audit/linuxs390xPTxd.dq@d.429398788817713d731a351af0e1b5d24756574942db217cdca6f79ee2ae2746f7c6d50eac9adf714e22e1cb293ca235b99d3ed70b991c924742a1f45a78edb5a20c9cf2c82602acd831136492de94e37fbf068d1fc589e37b2dabd38bf6367crootrootrootrootrootrootaudit-secondary-3.0.6-150400.4.10.1.src.rpmaudit-libs-python3python3-auditpython3-audit(s390-64)@@@@@@    libaudit.so.1()(64bit)libauparse.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3dq@bT@b?@b=b; aaaim@af@aHwaC1aS@a`D`@`@_ǁ_@^[\|[.6@[&M@ZlZZZz@ZyZ_:ZC@YYYu@Ym@VbUematsumiya@suse.dejengelh@inai.decoolo@suse.comematsumiya@suse.comdmueller@suse.comfvogt@suse.comgmbr3@opensuse.orggmbr3@opensuse.orgematsumiya@suse.comematsumiya@suse.comematsumiya@suse.commeissner@suse.comematsumiya@suse.comematsumiya@suse.comdimstar@opensuse.orgematsumiya@suse.comabergmann@suse.comlnussel@suse.detonyj@suse.comjengelh@inai.deantoine.belvire@opensuse.organtoine.belvire@opensuse.orgkukuk@suse.detonyj@suse.commeissner@suse.comtchvatal@suse.comnormand@linux.vnet.ibm.comtchvatal@suse.commpluskal@suse.comaavindraa@gmail.comdimstar@opensuse.orgjengelh@inai.detonyj@suse.comtchvatal@suse.comtonyj@suse.com- Check for AF_UNIX unnamed sockets (bsc#1210004) * add check-for-AF_UNIX-unnamed-sockets.patch- Drop buildrequire on C++ compiler. - Modernize specfile constructs.- Fix buildrequire for openldap2-devel - audit doesn't require the (outdated) C++ binding, but the C headers that happen to be pulled in by buildrequiring the C++ devel package- Fix unhandled ECONNREFUSED with LDAP environments (bsc#1196645) * add libaudit-fix-unhandled-ECONNREFUSED-from-getpwnam-25.patch - Fix hang in audisp-remote with disk_low_action=suspend (bsc#1196517) * add audisp-remote-fix-hang-with-disk_low_action-suspend-.patch- add audit-userspace-517-compat.patch- Use %autosetup - Don't include sample rules as %doc, they're already installed as normal files - Fix create-augenrules-service.patch: * auditd.service needs to require augenrules.service, not the other way around - Fix documentation for enable-stop-rules.patch- Update to version 3.0.6: * fixes a segfault on some SELINUX_ERR records * makes IPX packet interpretation dependent on the ipx header file existing * adds b32/b64 support to ausyscall * adds support for armv8l * fixes auditctl list of syscalls on PPC * auditd.service now restarts auditd under some conditions- Add CONFIG parameter to %sysusers_generate_pre- Create separate service for augenrules (bsc#1191614, bsc#1181400) * add create-augenrules-service.patch Remove ReadWritePaths=/etc/audit from auditd.service, also removes augenrules call from ExecStartPost. Create augenrules.service with the ReadWritePaths directive above. This makes /etc/audit only accessible by augenrules.service and let auditd.service (and daemon) to be sandboxed again. - Update audit-secondary.spec to accomodate the new service file.- Fix hardened auditd.service (bsc#1181400) * add fix-hardened-service.patch Make /etc/audit read-write from the service. Remove PrivateDevices=true to expose /dev/* to auditd.service. - Enable stop rules for audit.service (cf. bsc#1190227) * add enable-stop-rules.patch- Change default log_format from ENRICHED to RAW (bsc#1190500): * add change-default-log_format.patch (SUSE-specific patch) - Update to version 3.0.5: * In auditd, flush uid/gid caches when user/group added/deleted/modified * Fixed various issues when dealing with corrupted logs * In auditd, check if log_file is valid before closing handle - Include fixed from 3.0.4: * Apply performance speedups to auparse library * Optimize rule loading in auditctl * Fix an auparse memory leak caused by glibc-2.33 by replacing realpath * Update syscall table to the 5.14 kernel * Fixed various issues when dealing with corrupted logs- harden_auditd.service.patch: automatic hardening applied to systemd services- Update to version 3.0.3: * Dont interpret audit netlink groups unless AUDIT_NLGRP_MAX is defined * Add support for AUDIT_RESP_ORIGIN_UNBLOCK_TIMED to ids * Change auparse_feed_has_data in auparse to include incomplete events * Auditd, stop linking against -lrt * Add ProtectHome and RestrictRealtime to auditd.service * In auditd, read up to 3 netlink packets in a row * In auditd, do not validate path to plugin unless active * In auparse, only emit config errors when AUPARSE_DEBUG env variable exists - use https source urls- Adjust audit.spec and audit-secondary.spec to support new version - Include fix for libev * add libev-werror.patch - Update to version 3.0.2 - In audispd-statsd pluging, use struct sockaddr_storage (Ville Heikkinen) - Optionally interpret auid in auditctl -l - Update some syscall argument interpretations - In auditd, do not allow spaces in the hostname name format - Big documentation cleanup (MIZUTA Takeshi) - Update syscall table to the 5.12 kernel - Update the auparse normalizer for new event types - Fix compiler warnings in ids subsystem - Block a couple signals from flush & reconfigure threads - In auditd, don't wait on flush thread when exiting - Output error message if the path of input files are too long ausearch/report Included fixes from 3.0.1 - Update syscall table to the 5.11 kernel - Add new --eoe-timeout option to ausearch and aureport (Burn Alting) - Only enable periodic timers when listening on the network - Upgrade libev to 4.33 - Add auparse_new_buffer function to auparse library - Use the select libev backend unless aggregating events - Add sudoers to some base audit rules - Update the auparse normalizer for some new syscalls and event types Included fixes from 3.0 - Generate checkpoint file even when no results are returned (Burn Alting) - Fix log file creation when file logging is disabled entirely (Vlad Glagolev) - Convert auparse_test to run with python3 (Tomáš Chvátal) - Drop support for prelude - Adjust backlog_wait_time in rules to the kernel default (#1482848) - Remove ids key syntax checking of rules in auditctl - Use SIGCONT to dump auditd internal state (#1504251) - Fix parsing of virtual timestamp fields in ausearch_expression (#1515903) - Fix parsing of uid & success for ausearch - Add support for not equal operator in audit by executable (Ondrej Mosnacek) - Hide lru symbols in auparse - Add systemd process protections - Fix aureport summary time range reporting - Allow unlimited retries on startup for remote logging - Add queue_depth to remote logging stats and increase default queue_depth size - Fix segfault on shutdown - Merge auditd and audispd code - Close on execute init_pipe fd (#1587995) - Breakout audisp syslog plugin to be standalone program - Create a common internal library to reduce code - Move all audispd config files under /etc/audit/ - Move audispd.conf settings into auditd.conf - Add queue depth statistics to internal state dump report - Add network statistics to internal state dump report - SIGUSR now also restarts queue processing if its suspended - Update lookup tables for the 4.18 kernel - Add auparse_normalizer support for SOFTWARE_UPDATE event - Add 30-ospp-v42.rules to meet new Common Criteria requirements - Deprecate enable_krb and replace with transport config opt for remote logging - Mark netlabel events as simple events so that get processed quicker - When auditd is reconfiguring, only SIGHUP plugins with valid pid (#1614833) - In aureport, fix segfault in file report - Add auparse_normalizer support for labeled networking events - Fix memory leak in audisp-remote plugin when using krb5 transport. (#1622194) - In ausearch/auparse, event aging is off by a second - In ausearch/auparse, correct event ordering to process oldest first - Migrate auparse python test to python3 - auparse_reset was not clearing everything it should - Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events - In ausearch/report, lightly parse selinux portion of USER_AVC events - Add bpf syscall command argument interpretation to auparse - In ausearch/report, limit record size when malformed - Port af_unix plugin to libev - In auditd, fix extract_type function for network originating events - In auditd, calculate right size and location for network originating events - Make legacy script wait for auditd to terminate (#1643567) - Treat all network originating events as VER2 so dispatcher doesn't format it - If an event has a node name make it VER2 so dispatcher doesnt format it - In audisp-remote do an initial connection attempt (#1625156) - In auditd, allow expression of space left as a percentage (#1650670) - On PPC64LE systems, only allow 64 bit rules (#1462178) - Make some parts of auditd state report optional based on config - Update to libev-4.25 - Fix ausearch when checkpointing a single file (Burn Alting) - Fix scripting in 31-privileged.rules wrt filecap (#1662516) - In ausearch, do not checkpt if stdin is input source - In libev, remove __cold__ attribute for functions to allow proper hardening - Add tests to configure.ac for openldap support - Make systemd support files use /run rather than /var/run (Christian Hesse) - Fix minor memory leak in auditd kerberos credentials code - Allow exclude and user filter by executable name (Ondrej Mosnacek) - Fix auditd regression where keep_logs is limited by rotate_logs 2 file test - In ausearch/report fix --end to use midnight time instead of now (#1671338) - Add substitue functions for strndupa & rawmemchr - Fix memleak in auparse caused by corrected event ordering - Fix legacy reload script to reload audit rules when daemon is reloaded - Support for unescaping in trusted messages (Dmitry Voronin) - In auditd, use standard template for DEAMON events (Richard Guy Briggs) - In aureport, fix segfault for malformed USER_CMD events - Add exe field to audit_log_user_command in libaudit - In auditctl support filter on socket address families (Richard Guy Briggs) - Deprecate support for Alpha & IA64 processors - If space_left_action is rotate, allow it every time (#1718444) - In auparse, drop standalone EOE events - Add milliseconds column for ausearch extra time csv format - Fix aureport first event reporting when no start given - In audisp-remote, add new config item for startup connection errors - Remove dependency on chkconfig - Install rules to /usr/share/audit/sample-rules/ - Split up ospp rules to make SCAP scanning easier (#1746018) - In audisp-syslog, support interpreting records (#1497279) - Audit USER events now sends msg as name value pair - Add support for AUDIT_BPF event - Auditd should not process AUDIT_REPLACE events - Update syscall tables to the 5.5 kernel - Improve personality interpretation by using PERS_MASK - Speedup ausearch/report parsing RAW logging format by caching uid/name lookup - Change auparse python bindings to shared object (Issue #121) - Add error messages for watch permissions - If audit rules file doesn't exist log error message instead of info message - Revise error message for unmatched options in auditctl - In audisp-remote, fixup remote endpoint disappearin in ascii format - Add backlog_wait_time_actual reporting / resetting to auditctl (Max Englander) - In auditctl, add support for sending a signal to auditd - Removes audit-fno-common.patch: fixed in upstream - Removes audit-python3.patch: fixed in upstream- Do not explicitly provide group(audit) in system-users-audit: this is automatically handled by rpm/providers.- Create new "audit" group for read access to logs (bsc#1178154) * add change-default-log_group.patch * update audit-secondary.spec- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)- prepare usrmerge (boo#1029961)- Update to version 2.8.5: * Fix segfault on shutdown * Fix hang on startup (#1587995) * Add sleep to script to dump state so file is ready when needed * Add auparse_normalizer support for SOFTWARE_UPDATE event * Mark netlabel events as simple events so that get processed quicker * When audispd is reconfiguring, only SIGHUP plugins with valid pid (#1614833) * Add 30-ospp-v42.rules to meet new Common Criteria requirements * Update lookup tables for the 4.18 kernel * In aureport, fix segfault in file report * Add auparse_normalizer support for labeled networking events * Fix memory leak in audisp-remote plugin when using krb5 transport. (#1622194) * Event aging is off by a second * In ausearch/auparse, correct event ordering to process oldest first * auparse_reset was not clearing everything it should * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events * In ausearch/report, lightly parse selinux portion of USER_AVC events * In ausearch/report, limit record size when malformed * In auditd, fix extract_type function for network originating events * In auditd, calculate right size and location for network originating events * Treat all network originating events as VER2 so dispatcher doesn't format it * In audisp-remote do an initial connection attempt (#1625156) * In auditd, allow expression of space left as a percentage (#1650670) * On PPC64LE systems, only allow 64 bit rules (#1462178) * Make some parts of auditd state report optional based on config * Fix ausearch when checkpointing a single file (Burn Alting) * Fix scripting in 31-privileged.rules wrt filecap (#1662516) * In ausearch, do not checkpt if stdin is input source * In libev, remove __cold__ attribute for functions to allow proper hardening * Add tests to configure.ac for openldap support * Make systemd support files use /run rather than /var/run (Christian Hesse) * Fix minor memory leak in auditd kerberos credentials code * Fix auditd regression where keep_logs is limited by rotate_logs 2 file test * In ausearch/report fix --end to use midnight time instead of now (#1671338) - Fix build errors when using gcc-10 no-common default (bsc#1160384) New patch: audit-fno-common.patch - Refresh audit-allow-manual-stop.patch- Reduce scriptlets' hard dependency on systemd.- Update to version 2.8.4: * Generate checkpoint file even when not results are returned (Burn Alting). * Fix log file creation when file logging is disabled entirely (Vlad Glagolev). * Use SIGCONT to dump auditd internal state (rh#1504251). * Fix parsing of virtual timestamp fields in ausearch_expression (rh#1515903). * Fix parsing of uid & success for ausearch. * Hide lru symbols in auparse. * Fix aureport summary time range reporting. * Allow unlimited retries on startup for remote logging. * Add queue_depth to remote logging stats and increase default queue_depth size.- Update to version 2.8.3: * Correct msg function name in lru debug code. * Fix a segfault in auditd when dns resolution isn't available. * Make a reload legacy service for auditd. * In auparse python bindings, expose some new types that were missing. * In normalizer, pickup subject kind for user_login events. * Fix interpretation of unknown ioctcmds (rh#1540507). * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, & RESP_ORIGIN_BLOCK_TIMED events. * In auparse_normalize for USER_LOGIN events, map acct for subj_kind. * Fix logging of IPv6 addresses in DAEMON_ACCEPT events (rh#1534748). * Do not rotate auditd logs when num_logs < 2 (brozs).- Use %license instead of %doc [bsc#1082318]- Change openldap dependency to client only (bsc#1085003) - Resolve issue with previous change if both Python2 and Python3 are present, tests were failing as python2 bindings are preferred in this case.- reverted -j1 force ppc specific only- Add patch to fix test run without python2 interpreter: * audit-python3.patch - Update to 2.8.2 release: * Update tables for 4.14 kernel * Fixup ipv6 server side binding * AVC report from aureport was missing result column header (#1511606) * Add SOFTWARE_UPDATE event * In ausearch/report pickup any path and new-disk fields as a file * Fix value returned by auditctl --reset-lost (Richard Guy Briggs) * In auparse, fix expr_create_timestamp_comparison_ex to be numeric field * Fix building on old systems without linux/fanotify.h * Fix shell portability issues reported by shellcheck * Auditd validate_email should not use gethostbyname- force -j1 for PowerPC make check to avoid build failure (lookup_test.o: file not recognized: File truncated)- Add conditions around python plugins to allow us to conditionalize them in enviroment without python2- Rename python binding packages to match current python packaging standards - Update python build dependencies to resolve future split of python2/3- Update to version 2.8.1. See audit.spec (libaudit1) for upstream changelog - Remove audit-implicit-writev.patch (fixed upstream across 2 commits) * 3b30db20ad983274989ce9a522120c3c225436b3 * 07132c22314e9abbe64d1031fd8734243285bb3f - Cleanup with spec-cleaner- Add audit-implicit-writev.patch: include sys/uio.h to ensure readv and writev are declared.- Rectify RPM groups, diversify descriptions. - Remove mentions of static libraries because they are not built.- Update to version 2.7.7. See audit.spec (libaudit1) for upstream changelog Since commit 6cf57d27 (2.7.4) audit is now started as an non-forking service (bsc#1042781). Add config: audit-stop.rules Refresh patch: audit-allow-manual-stop.patch Refresh patch: audit-no-gss.patch- Version update to 2.5. See audit.spec (libaudit1) for upstream changelog - Cleanup with spec-cleaner - Sort out bit /sbin /usr/sbin/ installation - Install the rules as documentation - Remove needless %py_requires from python subpkgs- Update to version 2.4.4. See audit.spec (libaudit1) for upstream changelog - Add python3 bindings for libaudit and libauparse - Remove patch 'audit-no_m4_dir.patch' (added Fri Apr 26 11:14:39 UTC 2013 by mmeister@suse.com) No idea what earlier 'automake' build error this was trying to fix but it broke the handling of "--without-libcap-ng". Anyways, no build error occurs now and m4 path is also needed in v2.4.4 to find ax_prog_cc_for_buildaudit-libs-python3s390zl32 16868430613.0.63.0.6-150400.4.10.13.0.6-150400.4.10.13.0.6_audit.soaudit.pyauparse.so/usr/lib64/python3.6/site-packages/-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:29414/SUSE_SLE-15-SP4_Update/a29ad66efe3a163563a6766603df995f-audit-secondary.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b33e2e67d43d0a34e4130db93a2c95efdbea4c05, strippedPython script, ASCII text executable, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f0d900141a049ed3516c80f07247cb26331f2ecf, strippedRRRRRRRRRRRP&kPCutf-8151d3994fc06f9e0ed0a1cef6065dce66d43ae2837a3ea532ee6b57eec659657?7zXZ !t/o*] crv9wȦP?`]DÙỎȰvߊ[߱ bwIBa]5f8;o~aY8$ >;D9'LB$"u˂iY KITqẦ*wZv=`=Zl"8oc6ϲ䢛[Ývcř8PŎ5"Q/㘋X鸟?ċU񏰞Y'povXya=UB0=H .HP'w>]X~/.ܻ%N;]6b+J(S 3Oх٨J@h,7Տ[ov^OCk<ܵ w@/G*뚖Xo1 /yK"'m <;1\j#lYeq2)Υ $/% l9_;r\Je#'ns=$u:{S(iبVZdiSLe;]k@_m"4n |czu+\7R&Z%Bվ&' ~"ZPnv#H:ݲ'ġZPdX#ܯ]> Yꫝ34dQ-j2Uf(O[U~0%=X;̔ta%coKAP-[;]8nc hr[MidTznz'f?7Ɇ YKE\ *H5uT2;gtىk] ~RHX6dP {[:&ot35~ΞTM4[g3@7I͇CAm.xrcS#d40mKլ7R=@@ |˞j;vpuqrPHm6Xq)qŨ3Us<8>f"הkָ{GPb>4$<|mɕ)hǃTf98cr bǻ23 @ج53I`KG:|O 2ɡ3oZXƘ?W!yRr[)[DibG f~e2'rA%A/Wi֎n5r25A?Rʰ&ngʞ 7G'/P4|Ȝ0׸e{.(c1CG:ѩHVmX̿f'5>] 8\ks3/0\7 9\*r_n88bѳɘlih74gJW T/%sK잪{]H޴df˓b᷎ƦC]k!pwU*G9@f;^b'*x>=z֢4|ҠpK3XO鸞BiIP9' s}\b14gks C :P hS6!Ta*;Mba3apo>&ԩݔ3<6:#~xu3Xf*`B(Z)ZvkOTA-* -(Q!B2 xp9A2 8H:flŧsT\X{ R gCY. y]DJ+ꃐe8FP3㫸y l )n![:=wL /nf?X+nsɎ8͵< k ۭ  Qf΢ft•5 d أo:!~ 0Qe>Q"s0u6zn;>8᝔n39#CzqnzsqFB$Xxw)zCb3&~QLQÅe7<:HVm_ }+3UlkY N6 V5N)JxзT 1 j&E^OwVLcD~zgDiմ Kx[۳g')6+Φ-`ǕLGe&1q`p*a\"UmMiW+maj~T%^G{NjAaK3L*]Az~\"Z!7i$OI^ awp9 F>O<>TZ 0lĈ7.x2Ff\R k?jc\EjiHU {:Y?DÄևzyP_ uMGRqime/7ߜl"0v}0) ~c$m3Ixr _,#NxjEtĺ=cw஌X ь # !L 5qAO##tjD&pXU3vt4C f5(O?_T1# I&i5zo8:K_iKo8=hdyL̕v9qFQ$u_QP piT2cKOde"ZnG믲QG\JO5 ^uv%C5)[/ܡb?ﭤK7i~̼%Wy9,Tg+| APL t7)!5~Wﴯe%W{I J FSjO_EF FM0ܒ11Xuw|ܩq7u,!ôLn!; ?v:8];b`Rw#_Mof?ǢՍkykRC/ 至CX1 v ^BX')j5q+ϨD Dz<"h 2E`ɲbnثͲznE9\XaOF ȕfᇃ֥ )n4+@ùe*SH.8E&\7zc4EHِf./[#hS|7e3¾\p;Xa[ϓ84,-ʱw0#,n$[m00H =s[CE /MX%P:hft?ͷ1}|Ʋc ^5Q 1/q[Ɔ x /wX}i돚]lT$.E0-Z}rPO "!zb@zjX ) lPs2D|&%I]UbAiۉ xw-j]<ޙIVed. Efu ubL RuߨqDҚ Wֿ=Ӥ*xe6at,vB4v>Uk <6ޖVUk G!M qk(ZS. `ţ{(&8# R)n˓_]=[lPoG5WZqAfxȬqMBԫ*/>ofVe1"q,$!rBȂCA{cĒ%:(֨:\*B*NO3Geh6?:T R~HhZxħ  eF_90?; ј{?,Յtۦe̙H)mrKՌ!% )l)nX:d0ykʫ '~@~Z`ҟ/X%=k@ vVs6HWBhREH XɜO80t5y3lQmZyo镸z}mFU:sL?#EYk38VS`MKBtlrs1H۞Fj3Ÿau>.)*}%sϖ6hǴʗBiv p5@ 2r)df]R: Iʑ22Cw-gC!U&sqfa!%@ #} XS#=,9z$},4o (`5y Sz|+ؚ| Z`= e2 eHVG1mOOV_BpkIAUӎԚXhcE`E>fAzqWn^;F`AC;O@jۅe> 9C ې^~Q(*ƊLfu3F_EXXʧ gܫrf $:$e@'Ij9|IR 5kƔs!O/iK.W\@gVV9er,xBr[Uָq1q(랎95T$k?& VeP9mdeq^.@A-E|k~lb=?B>]?98!fɛg je/YTUQ&mW%)Ò4>qd0B*4WQgޙƦ~yOqb3;\g?Kr:pȼTA`M\{'&|8o L 5 Lrzc꣄6&wpY؝ [*p vq1aGv}=W  t2cuB@&fFiJdrt-ӄ4JL*D"Bڄv+Ow,l{&!+=?X;pe' >KzluңK)xrpg|[CrR9mg 4.9d}@Ɨj B3gЇtS0衔^D ",xF QN "y* %S`kw1`dmea="rKĨz5*{#$m3I[gcs{X!VSsU;5!Bp#3g -#PPMU7Y~-M(J9~f2sYl.r2Jek’t#r^hKpf _dOdvcS5X7ýCwkʒwVn2WZ A+c}Zd iF*wꥫf^F;Ȓqnx؋ŋ+9CDiyeE8+d|IxW:o!r4;Wff.gI[ ۃL- *s]!@K3 =G3!j]EIVd _}WԶJFxpn9bbpV:upboͥ c[la3z0б'DI㶘fK&.w܋f?qCL 7$6MnsۻB\4d{5*[b/u.ƂE (pX(ABq!< I[W({oNUZ 'U~IB!Vrδ\TʹiDӽ&]$f x֬j8XC/!z-8U5erll 4xgxizo(qes \Z<77AQqSn'"X'`p|w6¹GGG3ڀ@J/,P4r) @,Z4XHnu@I.sCM%VԜJòݏY)J߲ :_}0WM$eȺrN;7F#/|"_YKYfjy(bP+އ2BPӸT1iX]lϢWpb(Ĵc""$Bx)KAKteL*V <<]9{oMKl`KBz[~i]KLޒ`-ck -1moҼ@ Z;O)͝lYoM?efP5+%UVÅ</s# _;(m0}*ϛ5,h])k1U e۲bU?Y8dQWyF..EZzpF[?뀠;I 5鬊'b3 FgDA5a#=f2ԋs7X!/ tn!O珣TI!\:0uPw˯h؟ʷK<)`7Q>0gJOp%a!ы^m\X:q9liKt7C:WߌՊyދNT_K"14hm=OBgcNdcAZ"h'_q%oC˾"K;JΝ`g!8 'V0 q[S[M HB SN8F2sKxRW(i 8dh|0 ,\c!0X;n9M9g{/o8n|KހEdS4,'V u* 2 H~}{86XkAϳ4A4t߀U5{Bsօty// W"V<8?3kk,Z.5I}4=U|=$sdA-U? sn0m."iUݢ?Koj@~Ns#7L_AE~5QsD{{&@ظyȫq|n ;\aHud92s­F~b^+FˠڌW =,b (Q^I%e73$Lߚ!F+ʈw,*Hc[6)G?Nj-_Var%0ohN:LVpeSU*3tcmTBA= "EbFseCsU@1Z*1 /M n9sʴȗmd -I.ԈА,}M|jCήn&YEMAUeGx=/\/9\)bBdԷĤM%{g:K{$vÛo$i^E5|Nj m iD`բLm~.wj}VQ** haJ=.5H I@ta+,\Ʌ'ɗn.4%k:|tS1@<Տ$ q4Q.;i׈PCTp-},c"*]3 \{ بb8yJ^,7r ^Дnȶ2t^ѻ$c c+yOZڭ'ĤG B10z*RkuT&k\)tHa v ~Wp=k3v35R/3;Ό_5nIv\n>Z$%*D_}/]Ea~ACAdo iPu{%p s6 ==K2w_AA|`!a CT^Y֞JDc|aYKٿF4 lz-#KBn4y7 Cw)M7|W2gjf E"hcW 'S =NMJPɉ@` i7>#jdu7䐄kʳB4X#)ɓ2\,\ake]Rf"E2WQL"\lN>e󻨍dIa :cыEGRc\rkÓTtzpQv \)h73!^'%t'ok^Ma)m[h78w]@ %E[ŝD屈ެ%щnqy'xZJ[j>bdqOxyYW) +XQ B`]bgQg`B]i2VXp֕~83,nC6\kXgA`߬ӓCǨ#0LA>6qp~7S|H Uq=lf7_Yr" 6i>Qx'figՓV.Fw=5JIx鼿-hRP #.bB1Ù3)⻣ϼc:֦?H~za qE0ݔU7+|(idsћ&k6X bzոPKRZzq .ipLFd~u#9r:G9[y+3XdF 4#u=[}U)wW |`Z16HJ1۫wWRTn7Lu$l"? tG0JByks 2ƶi$U]]6Cji䂯br$pvNU Eo e3ieMR*;.3ms^CcLϚS!+kd(v9869( )/U^r9uӴH83bcXDwdax[_+<T0QClX*[~>ێ]R*ViY[3Nm[ApGo\ F? ';[_I+I@NLfr8קn*\s@vA):8r*? m'pЉ6IYXQN3!#~CAS^[_c!\B%&;s_w ˶Т.:(k2l.`"E҆PnG^Ija1v+<ҸЛ;|t)ag1Sڼ|o1d"_uG F3^?A#΄_Ȥ~_\+v)Йq]A'oFwFOH?7Y>2Ew< AnM,rsgXF-\lMD½"7IRL%Jժ39u\{'eYB.6^mI&:NOHQ!b{l\'^ٌYbfFf<@&U1Gb@] ǻVLnA|-+#.GU?R/N5 1>e@,WdPLoͱ.,x•^g4c#:qw<(N硩J#ez$*|;dT%G6Q_0G¤}# }?2sl(#;YKq+b5H^цϘ˾q7e‹T:, _;q[ W-(?/j 2Üv^.NgD a"Q}C'5Bc@+qIK1ΐ2F0/ŇVK 1#&|1ۭSPmEZ0.gq-M-UD ڍKs_*ψa o?IOsk (%o8QhG}7!4G.n"t*HnK:Q^2O}WHl<H’iDcL,YUl8 K6[$q!q˲p*PKΜ=V!*k %x2ɆVT>c,.d@oG`dž%-0J.P}uͱ:9-W^_SS3 k"h_Y@Ayl"yqRU2r6kם) ]~ ZA[Zc#~o5A1}ېlߚul]j˅⟐Gz'4U;'훪w++zFiȺT<Ãu8O+#uS=Ckha0xMR(ykQveA3x4-O0> H׮+y9s&G(~KZN)`,mVQЮ̛&$HIBm^ҹb\0J>? #I3E ?p9Dc&C}ֿGi׭<EA0'jGZUfO"Yg`;-}CG~+zLq"[5yvgb*vJ;GsH ig95R凁1UYW ~VC k4 S PS%nF_ՈH~5M9I}[f/k֗>8w:(zčfC ݯi 8CT@8jhDŽa t,] CyBS,էrfF,"a.l3/o|؆w.M)&"D:kHV^^&/o85F&^pDS"(^5Lld 5aLۃK2٬.1[{d?]UߗWaSK[~ȋYZ0ȯǯ$ʿQ/dRwV/l>dEK3u86/ovS\A*Nb6#&Yc9W_ qsf7D?sI')4<&K>Fͨm "phķ2{ŏTOGԷ%jpϤ09.wS>;D:8TιWS~.mr% /B L[07;}[nLgW~꺆؂i[[4:N!8/i %hjWK.S7&]؟_ăcy`a(N{D-[*!`ptuy䒾?$L4N=߲%d^R7grM6X!{ cZQ2AuxBn'(ĉUvSPr Y* `[>F3&`sEq KgDa|䊥Uf3mb>JړDU{^J1{Z@M=8H}6F(Ӕo'ZjUϭP| a]%9]{tisr1a 䤓6XH[3ˆUH9bxQ+l"jkUއÙ2Ns߿tHjǔ*q?*~P{ߐַbsO+d0^!5Lx.@ұ"J`5bzZV.Hz]}J¤h`u{$k} ET)½;c*"H4 $l8O=2cʡ-tʋS{plc2m]_WcH nvAooֵ(;H@@Bdkk87?NXrZn mGG|2ڮT+^8$w\UI=lʉP|}+ɃIe,_k+X@,XqLzRiԪ =dֆ!"{T=kЧv/tZ%h'ЛBҍ)iS9rKDyߴ'Ċg gt0aЄ+^vP$r#hutJڈtvu&CsJ) fXB1Vp?]IrwR%of%FfKE8є>%SުLR!YC?NHܬ /L|OBd)A$POvYHy%̸^حҢ6882l[ggX~ d!pyހRqϯn#0gCNd-vD]m3&pH델=Klj/5"f2UܺT5i*邅r|[H~:k҆z]4d).Y,wrp 34 HVϯ8r O}1@aV -nJ[7 "^TF3!ԣvށ7 #11@<Ǟe}7myښ^ Iݽ8CX}yLƇ7[֋U xf ~(HUMі736^cqLߔ%=(fy-v<.$Zf~Zi TzaeЎ`Trh6 & i:C,Ox[5{s5xz?ډٱ!BVnp[){4t;PpD e4t ( tλ;dv2O4+ۿZv ؋CS.'ɖOOА7^yBM x2*i&]*98=C!$㻋{s7;Y+q|V^,W.*V :3C@;r}\Kcͮw'^u? rd\W)[*vfJV`%,⸾Vzs&M#gt& px{1XaWQqI?cC3iLG btﶒ)i kPVg> W@MTTJ `cyP|fGNz[E 2ao1fgoL`uJ;B`5ߖM=| o*7Ս5}%?]J0.9[_I& :ZtqهLEưCٕ8X d#p܏^4oW%lpl;5mrw1YѴ/2S̴:S)2GaA]y+KZ{XsQ(M-x/8xˑ!F :脢|MS7y{+LXt7ip>*O &CQ54Jr1Պ< :j9cG[kG7b@`:gPSceiFSh9.^A^묿cP7 |! U;{# hW^7"*yFDyĽdWwi9әKXўzVR)(sP_Ѐt0+W AU/oR/.q\[>Q /{r]>j=.F#Nѫcr1e_y i)twn(Bc8DLzqfc(+f%$q+.J,j]gFg ˘USW%c{ gs z[p7ЅNM&[МU#ݞnR.%-7S:W( հ;O/'jc$ yoP4ur5fqIQj㹽c3B3Dm"*So6:]fYb9[؛ #0j$FQ55l攳q{ܟ@9FfwVPY#kҩ0/P#{; Y}Kkg}K(=< coGsSl& JVaۗVZI ìbQ̻1ˢI;H `kjB-p@xCf?2CV.)gۢ3c!hT[4Ǭ#P!ܡ.U2gSNOD)}MƁsl-7i~`6B?U`)^(>;΋,8nݕ2Ζ0oa]gh&)˸jQ92C5?*PwC쁳1 ~4L#F]c#' c%JݲbVFL dިEN^46ld^2KOޛY^`+mr~f/)kt{O`։k̓Xɼzo;ڟ󲰔%s$/MHmZDbitiM5AԘU{9pu GnהMa.Yw t\4"pai0> SU'lxt7}믧bOKglWTEISV< o$Df vJBAs셳K/EOɸC?Lr77.8EaWŤ/,)Zw/ERg?l>WAė3 CD!? /\ s0e0yiԺQ[9H#hI}TGO:>nOayO9E"]KDjD5-Mr|J*7NxUhdu}:fl揹RjY;V_N~?2k-6SF흃YO)1|ָVT? Ǭқ6(iM>#ab4 !}JՉƧ9UnrTm괋@' iMuk =ƪw@;)t¦bk)Vߡ-x8P1r=h狟X-+`ԓ8dTб%38ЅgtA8nfjϟU@hSd(Dm1r4'pt_hoJʕ*D9eWV0u/q YXTfpHAM ܨf!C-z2tEZSR%BD'8#?d uu<@cCVE#n#Ϫ1suuDP`nADCM{O fDgAgomUy<H%B¨<)nl{;X0Z>賌P]+q.e d91O4~b%uA+/^V.1|Twj%ν5^"ņ+zFV]шqAS8]ä"S$7KM7)]͕+zÂڄqݣ:!iNgM $HaLˁǘi;zCkR4DɄ՟.4W3ɘ {ͺp+& "cc O37$A@)C!M+OQ.F9gl$ctyDMe]wprbA핗X1e? 4.qb~ ɫ\-l)1b^Sz{i DS,/f 0)O̤IʖQ95n Qo V1଺"% ]LV:ܠw5F6W%o,;͈a[s YqSAȿ2jTsDa5 ({qjd@Vg(Qj^eʆc Up8#/;]th_6ReR\8C9_n\`:V3ScnЈE䤝9A`pX?vx65We?M]QLq}6f2өVCSJJo5+ii/eI!eHJKQqTOHլѠgnSi<)q]0#)bO Z7CU]EuVvDשuߒ$,ߗ4j6&_/Uz ${M[5l|^nI8$,yz`H@XHꐆVtT8c?:0?E$s|>ѐP`du-{ _Wxct ,}!ұ4P˙co\KzK1В$W@⌋I.DDilf];dt;%{zCr%ԓ)?@ $D8vNݕ$gds0Yf/7CD c6O;DT*bl6 Y bx Ehm~9&LkEDuO8EڌtRp0iO|N%T"Ɗ3%%Cq1 |N*㘴.wc{=!33t%e~n{.LZ:Sߢ?D v?@g;{c4?as~`!n )Oqs>U+Z0cj{.meg$Še{!Ge@lkD?r-wy7 Jؐj߸-}fW=֘H#,P fshPmqVmU۴װѾcI(]*czn=U^)&v5|5cṴ;({q΍>Oe%D)4"w,mWEՖ=})]Hv[ [Kxrּ9p-0<^~ \X/ipI,o~f\%0кs*aĺõ Ktb9tern.L_!N:a^J­fq}MK|w4 o?>9Z- mZؒ ZCGl v5\.=0P'+X:07 z)wK96Z IV)M$M޷! տcBZ\NMVS⵶H܃l7歡#Ae7(ao;z?%6El{Kfӽd+: /wؤ%)뻾_LUd"֠$|c]YF ^xriyoϬy~8ՂɧTCU\~`h"[_gp5Zf~/wIxZuO0bTkΆUwyGc7N^`o+bQQO+7}#$dM5:K 7!˴Lh:K\3c10z"9H,D@ `1 hQ][ %ԸO&sK/weū\(_,k-m.vJvRǿy-Y^N `JLh8Eݎn+WH/+%jYj}Ff/]Ps%7 G~@2ARR{x~R'[CF[:KxEA7Us'T}e.MDQim2%P9Pӟ yB|wZ(&~~HQje,M̀hb*freφS,dC|Ҧ)W0Kj8qTcK {XrVd81qv܈K3kbr2,zO# _MYDZC`՚'o[3apK 9yr}c|Ʒ`['@:z*ZC l`R&jʡ P>ޗQ-* s(I%q\ƺk0ce+>4jyѠ_ضr~ר@b3 tďIXhf$ST_DXFӓǽNjץn⡹G+6b[94VXy%۴l >rcTVU|^:Y թ̼GwFK?,ݛ.bEIc\5lY yDS}e|d OG*b;MPwvJX)!eڃά/H#D ŋu ! R< dHZn& `쫎V{%!Âqbw#f|)@2 sՅdrS|.Ě|c/O=mOBJ7?(7(IG^z# ;bA [Ncc ZxP'V]_#k67.qpRaWYvDQE0Uza0|e,oُCxsP;vP KO&Ea+F!u@˚ΔOD#WyazRT0N|7H7Bcphf p8pU@Y(8[S:bJF"}h׍a!~/FLU<1Izcrwae/2'rQ%CWݢq=3 ɵ#=!D:9=F>D$=7[I]2 :Rds̈́ kЗ9K6L/ =Tc@ IVKQs )An~$OV'TN tQF$ʾK +[/Q qy߈;p><PFȏK$`ЖuEZ=HUmb)ToU-O{kӷ߱YM5QTCaLB/cn|P?,,Wo6Ȱ&q|x$/q,4AhםҬ.pZ{J%\MP26tn#Z,Cw|B00VPwUg8&L%1^L.-HA}MwϳH V@a_>"c}uV#귦C0L #$_QۺIѾlۦ3&(Vy"~?Nij0kFz H`qe m-M J{chx)XfqU/혏]@ETEu)H*7l;xn‹~/zC <$"RM1@=?9 K"bwx5JR:4G> ' PomJʁQEiOT?M>:+"{@z &ӬI1-upaXZ2[t(~wjU]3ř+C#Y#45ߊ.zw1Jfzo8~Eh;M2e8o_S{J|  =$UPd1*+vx@jN;u~: YBM($L_:/Ⱦ<+,p3]K^VWt]XG"'"q(1֕\;H EbƘb^H*ۛU̽|?+Qix.#6 x@mN-LF Iux4hZG)aM[6W[fY} 1d:#Н~aԥ4?QEٻ"/ 7FiiQ.|ho%ҸcE.o7: faQ!2Z1@WXYqS 7ޮȢ{_SD㒋vdn%`[E'}-XYxW(Upz5yY̯>QBu֟gr7q 4Ψ^6=\dx>Rŕ>7 }꛳,edRz!vY'Yc7]߿)R`E,G{edV]^pk+jn~},D)T(EB9ccm8)\t'b1t0=QblJ?3Hu#*(thP$h54!vteq\[|` #ZD_flkm♃۞>gM]iMgx(NSF9 XB Ui-DA}k7+~UB(sM#Ur堄CPN ]KD`6D ~eNcL ƓC%t= r1蚇,ti)qGZXmH mhA]d Q2d64xF.+k81cKW%Se 򐑲`QX(>9?' kni4qky;6|D3h$vϖvΊ@Lݛ};'[4Ǔǂ#ph8;.c%H֋@uMW}΂nD9PxM+z푒X&e 9 wfGG.=6&ܙW˽<y<;%>_1tK1Z.64Wθ9J=Dc(jF <ɝ"(E"/_'@ܐ=pT2# 7'-{jB66] 8u>>?7XqIH>iMRձS kmcc;9Rst(3e:daCpE|.(;:5֍ZyZeٚ`" @{ jTR{$m(Tc-\FjEɇ"B޼q ."SX WY>s%ͽPݯbfw߰f=wu"a ] @_HxO@COfW{D2c4,HakgfnF%DƝd8RF|#Zc8ueƬj]~*HJ\ Rz>lnfn%>[%X[4:|DxS/ۅ0w%S e-䓕^W;+J^jndxÖjާ| ˇ_9uMҙ_' y" ҍe: ;)͈XAH <7dLۉk$sщp 0]rZPӦjнn)f,gJ#0˪oq ].CbpBtI4*<|x%ʸLZ^/Ēm,̇*[^&31LLa,C^g) j)koz-42sԝE0ޜxYU5م# Jc8Ycm)JNZLvHi^ Z{ml瞃4}m.8F6`II ˟ B=s s)Sf;WWսtgKvwwK-3`7~Ȍ$ۣmPk8~<Ї u13%\-@(\`4p7e; `|؊ Ԫi F`vY{2YȦ:$AVEl߄6ٔA\p_/yBq2b Д Y݁ywhXcىl K5JTmbpDJk2۟&"~ixmv[?fpye})ʿXzA 8Fks=&sBPWr`QǂҞIi@sViĴTO\`R@.WIJl VqoviZقxOf S|=*(gOz[3i2{1=@b;=B\rU&ww Wt8\pS<~fnTyҸ?@Q3C\igï4ÄڞĮ|d@(~\fD^@֟SBeI{ŽYE7R*(6ɖGo2z}w۰d3迯j=nʹ"o}xԔѓ/+N=|Ѻ#vcnD "w_ibneA&\{)AoM4WL&>*}k#?]pwNruia.X}ACJj"e dVOPڻ=O͂>0$FS~׸RÁ3zV> Q>vt9z TR^v3yYSמhxve6\%t͚x r%Q5|`|%<ԭN<TWe蝉g(J`&Ň^><8Qv+ja.Bu'77K; ' tObg!>Bvob#s2x_ XM$q#HXi!/%ct=)SZ>RxؘU_Ww R-\hEuhfͰ OĕƬ~`2 xk 05??X.;]a8󔨈7q<;EĿUWQ(Mȧ=ϵ=M$ $2 }#ͱHK~D0}\6 ή#EzZ՝ɹ$ۘ8@Z%1ɡ-r~|tA#r+' JrsVA 6AEQͯ n[{%^z/ >TSHvQaJdpT4=7S. 6s't</6dVPQTH1Sd'@OLW)\s?Y_~ޤ7s/ěWƋ'CP݀Ƞ~Ӑ˅Pٻg vR%}MT#PÿRN y?)a8qͥH_4ւ"CDPb;r,4驿mgdY̠yy5Ry$M~M(2=b.oB=42\(٩ #tl:X 1X.lX_]ӧNbX2l_̀k 4_wjӼ%4k Zx|y5=`a$>Hƒ,)pF~N^b0u& <=Ƌf,bt҄< :4}[W8p/XpU&Ud˛FVUc׻}}T40􀭾޹֔tNIS>g0 lT1wNt9| /5!QLE=쫛22 qQ6}m`#~a2/_}Bϸ0T G rrj_!a'qp5;`(܉_s5qy 42\_0!9sJJs0xD-m̖|I@,ayGNHz x-3.|:/$z5_X_:}7eώ'i^Ugl%t!;MwZ|H8Lk>`\J(,CG,$f{[>57Ju>stɏe^6mZOΌӢn4!+dH9 kĕ.Mt]z %pDbVрpœC*[ynq Gޕ5i*=/P@wIsۋ͘(&F1G4{v,]'Ql M䒌-Zb w_xg)!+ m`3ywGDs/ư75Bqp]%,dfF.;$,+}vG;o2۾?ruNNXZ9 S6+ m' hx*d9X(zP6^`7 `ِxSPͱ0R1 is{h6;٤R^@!6BEG=`/xΥ!*-t]saBBc^KzRrHCM;`+ bxlf(x5 <߅gG "mpK h]/yP;= %枈pbHڮVcS9fJTyb7{+Uo1|K"N,@3"_%3gB*'aD!/%P Fr9,V90 k5u4Ϲ׋030'vM<2j+if9?^kYd'<985-8=JFR>O#d?S=F`GQ`k-STpg4m[j=Ej~^Njô$N.79QIr2!l&~1zf O]7ahyY@ȝ3=S'ȖOA_> 6Fwr#Ssn:ڝU߁*0H ڱ 7klyKSseArrX_$1ve|tyT`1%,[HF38oG%ZOI0q4rB*^(N| J>3\~^R uSPe6 ;@-M!p#C].z>k{.wikTX 3@ÜREje^*=5*dFzaa}əQeNz-CըdQOn6$aoYY+ؖJf\KJSȪxxV`F%J;j9xJ Bg쓂P{Z:U$:5O^wJKqB%aRݘE>BvNgkT(B"TL J̯d Д"L_9x=C}JܯgYiphzm3IRSA?)^:Yӗ}/ɄjY" #&Yɨކ侰NƘ *\ܱ~#IfNhGw1?PohCt|k|@r/ɴSɨNg 38RGJR( ZY0֎u3ITlvde1Y'-MVi5n]gg)>cN.0ַ9bƂ@.~bI!iV>=m`B b_b9Ն<-a7)5 /)N;q}As׼3>*zC];BC:lp>VO6k AΠpG8 5 6(Zn:xn^CUijqhBlBRG{+x<~qT~a z5y7ru} hrsb?ǻ=edRONx+NK1Ds qȏ{9WxBXHlR&PJu9MF:Y)"g@Oƿdvs<)s-J?V> [UGRtBz*(BhssJl &mJآS.֋IHoS.0iVl#5/[ϜhvƆ?6g #.&f 9@ۆq9TVErVF [k2\ yN~0ί`ǒ)]`;" ߻+;/R(4lzOpE[D=!`3p:&eѤAiDӮB6ac H_A;ybAlY{+^aۦ7g=GP1;˝7.k5=l $}=..o)腊jErO g-rݱ+Rk=F5iY|WAFG0*OYJ!EUo Bk1{@ t^зa(䅷J ܪBd'Bo9@?*03\%M\Gш K)I/w#\]o*v~w ͎PR+",%}%`RZ$ڱ:Lc鞍te]{=l_DNd[l4F ~(K dؓ#Vvmx%wC8!VቘNGk9޼{C-g-R//*3۹2iʴ&2Zf [Y+ѬTd}mZ϶~^[+zr%C9SlOO;TW:/O]e=@UN/F.!Qp0S!L2LB\OJ(118zG-P"i4T ~/2+E2MV!!LF1!&WCE+cM֕wSOŲKe<*-P"OåfeX m7Ί susXZ{u/M6yެۺidyF^#A;̺,| ˚k7d'LJMpz Ye~ez͹*t@>,#(/zHSҠ"}Zg jG7'YܫF7/)sߤ V6gL|#H{~yeR } `BԯqD.%.@8Mnn]4׾˕;־v_K#XS1@\Q -*M:LTI^C*iDx7> 2mONCT`#R c3 6pk&jNp1{%5 y0!4_A!Ԗ2La/5R6> phk?/vc{± ÑB6/uA&mtu>>oR(7ŨbvyT|?ib*IK#Eg4:<^^$Pf:۽ޕ.}~ڸdBhnK[;)JRzVR`cT !p|Q΄W!*FHJ :\o-ߛQx˟5zCUOIگg ED!rI 6jgM%ZA05ag׀ ngXػtJJϳT,>dnzL.n4W9PhbE (R)BLM%z2w}2 B_.լ}z<*6h-gː& {(O>9O V6YD!ަ_l·sfᰟTx:WRSMWBBx5TTnysn?U bG#8i1+ANo~+Гb^tr07,]O9Ȃ+]\b@GҲch!b3'v-h0IVΌTѢrgR+V@[jwRт+H^#@ m$tX4b2 #x6x|DT\dt.'jާz/5)@[uQ:l(H*I9}GX(e5I_jv }* h .lGtd%>(MeaH%=g Tnf5yAAZg֐SgB)@+9L} WG#斠,tG@0QybmlN0;{XB.\Τ O0E{#_Y`P۠=K (!Ur<n}:.za*d8'dwlv؅RVuzMTT_D?$ 2Fr@?k#1[T7H4a80 Zrܾ#~MN/X_,GQi//+NirvA^-Y䆯ѓp5ÿ9dVReTRQssT5RH_6jK qHKu۔߳&eՅD=6eZ줃JGE ߖcO ;T0%f˅KƪY64R1٧@t&uwg huP0[z쵱EK岡8٠Q~)5}CۈhѠϓ l 5M/h]C ayM927|E2zm\ZJT@:^dd [;CP4ky|:v+t^; Nz#qc(QenoQFܭqr03K뫉ISglx&PF{|hqٻ WvSb$P!tT=+s6q:n2,Pn V8YXa~i9؜hg;?v@>T ~ ˃ J")Z,NQAUD;kjZkvfx4-7\H }l#2:-nVMң$x97f\Y&ymh4A. y ^ + Qs1n4dPnY.l(G(,VqZR;SKd4@c/_|CHf`@+Q7OWci粇YڎJ|*G ?L=ԀsTU <"D#9Qi+w7uc:q o;t<,B_u֝Escf-3NB@9 Ed ͇,";w9DXpy78E?Z%ށXygJOuԦ ~3':C]^QIбS}[ KܧmPum "Zh ]M6% BLnJ/pt v9m+@|>n- E)ϰ`G7ʉk3ѣ#㖺iЌ!5iIot Iheoy@ItљQ;> NZUX0C2Mic~G4}.e5I\Ls{G^8ң=݊