exim-4.94.2-bp154.2.9.1<>,ȉe/!M@eeeb1?-ǘa;%*uYY]Q N/fm-?ҷBx۟"~4)Tޢߏs 'ފUM̌?|d  S $04MVg @ZZ \Z Z xZ (RZ )DZ*Z,nZ.0.PZ//A0A6MA666(6768742972:?@CFGZH\ZIZX Y0\lZ]Z^ bcDdefluZvlw,ZxǔZyRzDT$,06xCexim4.94.2bp154.2.9.1The Exim Mail Transfer Agent, a Replacement for sendmailExim is a mail transport agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style, it is similar to Smail 3, but its facilities are more extensive. In particular, it has options for verifying incoming sender and recipient addresses, for refusing mail from specified hosts, networks, or senders, and for controlling mail relaying.e/s390zl2584&2e-%ecN@`7@`N@_C^(@^?@^@^^@^[^r^ @]7@]@]s]9\\ZԐ@Z`@Z@ZZ@Z@Z@Z@YdY[@YGXWW@VV2VVjVqUJ@U0U@TÉ@TÉ@TÉ@TÉ@T@T@T@TuTuPeter Wullinger Peter Wullinger Peter Wullinger wullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.dewullinger@rz.uni-kiel.depoeml@cmdline.netpoeml@cmdline.netalex wullinger@rz.uni-kiel.deseanlew@opensuse.org wullinger@rz.uni-kiel.decrrodriguez@opensuse.orgkbabioch@suse.comwullinger@rz.uni-kiel.dedmueller@suse.comkstreitova@suse.commeissner@suse.comrbrown@suse.comdimstar@opensuse.orgmeissner@suse.commeissner@suse.comwullinger@rz.uni-kiel.dee.istomin@edss.eelmuelle@suse.comlmuelle@suse.comopensuse@cboltz.delmuelle@suse.commichal.hrusecky@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.commichal.hrusecky@opensuse.orgmichal.hrusecky@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- add patch-CVE-2023-42117.patch (fixes CVE-2023-42117, bsc#1215787) - add patch-CVE-2023-42119.patch (fixes CVE-2023-42119, bsc#1215789)- add patch (patch-CVE-2023-42115-CVE-2023-42116-CVE-2023-42114.patch) for * CVE-2023-42114 (bsc#1215784) * CVE-2023-42115 (bsc#1215785) * CVE-2023-42116 (bsc#1215786)- add patch-cve-2022-3559 (fixes CVE-2022-3559, bsc#1204427, Bug 2915)- update to exim-4.94.2 security update (bsc#1185631) * CVE-2020-28007: Link attack in Exim's log directory * CVE-2020-28008: Assorted attacks in Exim's spool directory * CVE-2020-28014: Arbitrary PID file creation * CVE-2020-28011: Heap buffer overflow in queue_run() * CVE-2020-28010: Heap out-of-bounds write in main() * CVE-2020-28013: Heap buffer overflow in parse_fix_phrase() * CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase() * CVE-2020-28015: New-line injection into spool header file (local) * CVE-2020-28012: Missing close-on-exec flag for privileged pipe * CVE-2020-28009: Integer overflow in get_stdinput() * CVE-2020-28017: Integer overflow in receive_add_recipient() * CVE-2020-28020: Integer overflow in receive_msg() * CVE-2020-28023: Out-of-bounds read in smtp_setup_msg() * CVE-2020-28021: New-line injection into spool header file (remote) * CVE-2020-28022: Heap out-of-bounds read and write in extract_option() * CVE-2020-28026: Line truncation and injection in spool_read_header() * CVE-2020-28019: Failure to reset function pointer after BDAT error * CVE-2020-28024: Heap buffer underflow in smtp_ungetc() * CVE-2020-28018: Use-after-free in tls-openssl.c * CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash()- update to exim-4.94.1 * Fix security issue in BDAT state confusion. Ensure we reset known-good where we know we need to not be reading BDAT data, as a general case fix, and move the places where we switch to BDAT mode until after various protocol state checks. Fixes CVE-2020-BDATA reported by Qualys. * Fix security issue in SMTP verb option parsing (CVE-2020-EXOPT) * Fix security issue with too many recipients on a message (to remove a known security problem if someone does set recipients_max to unlimited, or if local additions add to the recipient list). Fixes CVE-2020-RCPTL reported by Qualys. * Fix CVE-2020-28016 (PFPZA): Heap out-of-bounds write in parse_fix_phrase() * Fix security issue CVE-2020-PFPSN and guard against cmdline invoker providing a particularly obnoxious sender full name. * Fix Linux security issue CVE-2020-SLCWD and guard against PATH_MAX better.- bring back missing exim_db.8 manual page (fixes bsc#1173693)- bring in changes from current +fixes (lots of taint check fixes) * Bug 1329: Fix format of Maildir-format filenames to match other mail- related applications. Previously an "H" was used where available info says that "M" should be, so change to match. * Bug 2587: Fix pam expansion condition. Tainted values are commonly used as arguments, so an implementation trying to copy these into a local buffer was taking a taint-enforcement trap. Fix by using dynamically created buffers. * Bug 2586: Fix listcount expansion operator. Using tainted arguments is reasonable, eg. to count headers. Fix by using dynamically created buffers rather than a local. Do similar fixes for ACL actions "dcc", "log_reject_target", "malware" and "spam"; the arguments are expanded so could be handling tainted values. * Bug 2590: Fix -bi (newaliases). A previous code rearrangement had broken the (no-op) support for this sendmail command. Restore it to doing nothing, silently, and returning good status.- update to exim 4.94 * some transports now refuse to use tainted data in constructing their delivery location this WILL BREAK configurations which are not updated accordingly. In particular: any Transport use of $local_user which has been relying upon check_local_user far away in the Router to make it safe, should be updated to replace $local_user with $local_part_data. * Attempting to remove, in router or transport, a header name that ends with an asterisk (which is a standards-legal name) will now result in all headers named starting with the string before the asterisk being removed.- switch pretrans to use lua (fixes bsc#1171877)- bring changes from current in +fixes branch (patch-exim-fixes-ee83de04d3087efaf808d1f2235a988275c2ee94) * fixes CVE-2020-12783 (bsc#1171490) * Regard command-line recipients as tainted. * Bug 2489: Fix crash in the "pam" expansion condition. * Use tainted buffers for the transport smtp context. * Bug 2493: Harden ARC verify against Outlook, which has been seen to mix the ordering of its ARC headers. This caused a crash. * Bug 2492: Use tainted memory for retry record when needed. Previously when a new record was being constructed with information from the peer, a trap was taken. * Bug 2494: Unset the default for dmarc_tld_file. * Fix an uninitialised flag in early-pipelining. Previously connections could, depending on the platform, hang at the STARTTLS response. * Bug 2498: Reset a counter used for ARC verify before handling another message on a connection. Previously if one message had ARC headers and the following one did not, a crash could result when adding an Authentication-Results: header. * Bug 2500: Rewind some of the common-coding in string handling between the Exim main code and Exim-related utities. * Fix the variables set by the gsasl authenticator. * Bug 2507: Modules: on handling a dynamic-module (lookups) open failure, only retrieve the errormessage once. * Bug 2501: Fix init call in the heimdal authenticator. Previously it adjusted the size of a major service buffer; this failed because the buffer was in use at the time. Change to a compile-time increase in the buffer size, when this authenticator is compiled into exim.- don't create logfiles during install * fixes CVE-2020-8015 (bsc#1154183)- add a spec-file workaround for bsc#1160726- update to exim 4.93.0.4 (+fixes release) * Avoid costly startup code when not strictly needed. This reduces time for some exim process initialisations. It does mean that the logging of TLS configuration problems is only done for the daemon startup. * Early-pipelining support code is now included unless disabled in Makefile. * DKIM verification defaults no long accept sha1 hashes, to conform to RFC 8301. They can still be enabled, using the dkim_verify_hashes main option. * Support CHUNKING from an smtp transport using a transport_filter, when DKIM signing is being done. Previously a transport_filter would always disable CHUNKING, falling back to traditional DATA. * Regard command-line receipients as tainted. * Bug 340: Remove the daemon pid file on exit, whe due to SIGTERM. * Bug 2489: Fix crash in the "pam" expansion condition. It seems that the PAM library frees one of the arguments given to it, despite the documentation. Therefore a plain malloc must be used. * Bug 2491: Use tainted buffers for the transport smtp context. Previously on-stack buffers were used, resulting in a taint trap when DSN information copied from a received message was written into the buffer. * Bug 2493: Harden ARC verify against Outlook, whick has been seen to mix the ordering of its ARC headers. This caused a crash. * Bug 2492: Use tainted memory for retry record when needed. Previously when a new record was being constructed with information from the peer, a trap was taken. * Bug 2494: Unset the default for dmarc_tld_file. Previously a naiive installation would get error messages from DMARC verify, when it hit the nonexistent file indicated by the default. Distros wanting DMARC enabled should both provide the file and set the option. Also enforce no DMARC verification for command-line sourced messages. * Fix an uninitialised flag in early-pipelining. Previously connections could, depending on the platform, hang at the STARTTLS response. * Bug 2498: Reset a counter used for ARC verify before handling another message on a connection. Previously if one message had ARC headers and the following one did not, a crash could result when adding an Authentication-Results: header. * Bug 2500: Rewind some of the common-coding in string handling between the Exim main code and Exim-related utities. The introduction of taint tracking also did many adjustments to string handling. Since then, eximon frequently terminated with an assert failure. * When PIPELINING, synch after every hundred or so RCPT commands sent and check for 452 responses. This slightly helps the inefficieny of doing a large alias-expansion into a recipient-limited target. The max_rcpt transport option still applies (and at the current default, will override the new feature). The check is done for either cause of synch, and forces a fast-retry of all 452'd recipients using a new MAIL FROM on the same connection. The new facility is not tunable at this time. * Fix the variables set by the gsasl authenticator. Previously a pointer to library live data was being used, so the results became garbage. Make copies while it is still usable. * Logging: when the deliver_time selector ise set, include the DT= field on delivery deferred (==) and failed (**) lines (if a delivery was attemtped). Previously it was only on completion (=>) lines. * Authentication: the gsasl driver not provides the $authN variables in time for the expansion of the server_scram_iter and server_scram_salt options.spec file cleanup to make update work - add docdir to spec- update to exim 4.93 * SUPPORT_DMARC replaces EXPERIMENTAL_DMARC * DISABLE_TLS replaces SUPPORT_TLS * Bump the version for the local_scan API. * smtp transport option hosts_try_fastopen defaults to "*". * DNSSec is requested (not required) for all queries. (This seemes to ask for trouble if your resolver is a systemd-resolved.) * Generic router option retry_use_local_part defaults to "true" under specific pre-conditions. * Introduce a tainting mechanism for values read from untrusted sources. * Use longer file names for temporary spool files (this avoids name conflicts with spool on a shared file system). * Use dsn_from main config option (was ignored previously).- update to exim 4.92.3 * CVE-2019-16928: fix against Heap-based buffer overflow in string_vformat, remote code execution seems to be possible- update to exim 4.92.2 * CVE-2019-15846: fix against remote attackers executing arbitrary code as root via a trailing backslash- update to exim 4.92.1 * CVE-2019-13917: Fixed an issue with ${sort} expansion which could allow remote attackers to execute other programs with root privileges (boo#1142207)- spec file cleanup * fix DANE inclusion guard condition * re-enable i18n and remove misleading comment * EXPERIMENTAL_SPF is now SUPPORT_SPF * DANE is now SUPPORT_DANE- update to exim 4.92 * ${l_header:} expansion * ${readsocket} now supports TLS * "utf8_downconvert" option (if built with SUPPORT_I18N) * "pipelining" log_selector * JSON variants for ${extract } expansion * "noutf8" debug option * TCP Fast Open support on MacOS * CVE-2019-10149: Fixed a Remote Command Execution (bsc#1136587) - add workaround patch for compile time error on missing printf format annotation (gnu_printf.patch)- update to 4.91 * DEFER rather than ERROR on redis cluster MOVED response. * Catch and remove uninitialized value warning in exiqsumm * Disallow '/' characters in queue names specified for the "queue=" ACL modifier. This matches the restriction on the commandline. * Fix pgsql lookup for multiple result-tuples with a single column. Previously only the last row was returned. * Bug 2217: Tighten up the parsing of DKIM signature headers. * Bug 2215: Fix crash associated with dnsdb lookup done from DKIM ACL. * Fix issue with continued-connections when the DNS shifts unreliably. * Bug 2214: Fix SMTP responses resulting from non-accept result of MIME ACL. * The "support for" informational output now, which built with Content Scanning support, has a line for the malware scanner interfaces compiled in. Interface can be individually included or not at build time. * The "aveserver", "kavdaemon" and "mksd" interfaces are now not included by the template makefile "src/EDITME". The "STREAM" support for an older ClamAV interface method is removed. * Bug 2223: Fix mysql lookup returns for the no-data case (when the number of rows affected is given instead). * The runtime Berkeley DB library version is now additionally output by "exim -d -bV". Previously only the compile-time version was shown. * Bug 2230: Fix cutthrough routing for nonfirst messages in an initiating SMTP connection. * Bug 2229: Fix cutthrough routing for nonstandard port numbers defined by routers. * Bug 2174: A timeout on connect for a callout was also erroneously seen as a timeout on read on a GnuTLS initiating connection, resulting in the initiating connection being dropped. * Relax results from ACL control request to enable cutthrough, in unsupported situations, from error to silently (except under debug) ignoring. * Fix Buffer overflow in base64d() (CVE-2018-6789) * Fix bug in DKIM verify: a buffer overflow could corrupt the malloc metadata, resulting in a crash in free(). * Fix broken Heimdal GSSAPI authenticator integration. * Bug 2113: Fix conversation closedown with the Avast malware scanner. * Bug 2239: Enforce non-usability of control=utf8_downconvert in the mail ACL. * Speed up macro lookups during configuration file read, by skipping non- macro text after a replacement (previously it was only once per line) and by skipping builtin macros when searching for an uppercase lead character. * DANE support moved from Experimental to mainline. The Makefile control for the build is renamed. * Fix memory leak during multi-message connections using STARTTLS. * Bug 2236: When a DKIM verification result is overridden by ACL, DMARC reported the original. Fix to report (as far as possible) the ACL result replacing the original. * Fix memory leak during multi-message connections using STARTTLS under OpenSSL * Bug 2242: Fix exim_dbmbuild to permit directoryless filenames. * Fix utf8_downconvert propagation through a redirect router. * Bug 2253: For logging delivery lines under PRDR, append the overall DATA response info to the (existing) per-recipient response info for the "C=" log element. * Bug 2251: Fix ldap lookups that return a single attribute having zero- length value. * Support Avast multiline protocol, this allows passing flags to newer versions of the scanner. * Ensure that variables possibly set during message acceptance are marked dead before release of memory in the daemon loop. * Bug 2250: Fix a longstanding bug in heavily-pipelined SMTP input (such as a multi-recipient message from a mailinglist manager). * The (EXPERIMENTAL_DMARC) variable $dmarc_ar_header is withdrawn, being replaced by the ${authresults } expansion. * Bug 2257: Fix pipe transport to not use a socket-only syscall. * Set a handler for SIGTERM and call exit(3) if running as PID 1. This allows proper process termination in container environments. * Bug 2258: Fix spool_wireformat in combination with LMTP transport. Previously the "final dot" had a newline after it; ensure it is CR,LF. * SPF: remove support for the "spf" ACL condition outcome values "err_temp" and "err_perm", deprecated since 4.83 when the RFC-defined words " temperror" and "permerror" were introduced. * Re-introduce enforcement of no cutthrough delivery on transports having transport-filters or DKIM-signing. * Cutthrough: for a final-dot response timeout (and nonunderstood responses) in defer=pass mode supply a 450 to the initiator. Previously the message would be spooled. * DANE: add dane_require_tls_ciphers SMTP Transport option; if unset, tls_require_ciphers is used as before. * Malware Avast: Better match the Avast multiline protocol. * Fix reinitialisation of DKIM logging variable between messages. * Bug 2255: Revert the disable of the OpenSSL session caching. * Add util/renew-opendmarc-tlds.sh script for safe renewal of public suffix list. * DKIM: accept Ed25519 pubkeys in SubjectPublicKeyInfo-wrapped form, since the IETF WG has not yet settled on that versus the original "bare" representation. * Fix syslog logging for syslog_timestamp=no and log_selector +millisec. Previously the millisecond value corrupted the output. Fix also for syslog_pid=no and log_selector +pid, for which the pid corrupted the output.- Replace xorg-x11-devel by individual pkgconfig() buildrequires.- update to 4.90.1 * Allow PKG_CONFIG_PATH to be set in Local/Makefile and use it correctly during configuration. Wildcards are allowed and expanded. * Shorten the log line for daemon startup by collapsing adjacent sets of identical IP addresses on different listening ports. Will also affect "exiwhat" output. * Tighten up the checking in isip4 (et al): dotted-quad components larger than 255 are no longer allowed. * Default openssl_options to include +no_ticket, to reduce load on peers. Disable the session-cache too, which might reduce our load. Since we currrectly use a new context for every connection, both as server and client, there is no benefit for these. * Add $SOURCE_DATE_EPOCH support for reproducible builds, per spec at . * Fix smtp transport use of limited max_rcpt under mua_wrapper. Previously the check for any unsuccessful recipients did not notice the limit, and erroneously found still-pending ones. * Pipeline CHUNKING command and data together, on kernels that support MSG_MORE. Only in-clear (not on TLS connections). * Avoid using a temporary file during transport using dkim. Unless a transport-filter is involved we can buffer the headers in memory for creating the signature, and read the spool data file once for the signature and again for transmission. * Enable use of sendfile in Linux builds as default. It was disabled in 4.77 as the kernel support then wasn't solid, having issues in 64bit mode. Now, it's been long enough. Add support for FreeBSD also. * Add commandline_checks_require_admin option. * Do pipelining under TLS. * For the "sock" variant of the malware scanner interface, accept an empty cmdline element to get the documented default one. Previously it was inaccessible. * Prevent repeated use of -p/-oMr * DKIM: enforce the DNS pubkey record "h" permitted-hashes optional field, if present. * DKIM: when a message has multiple signatures matching an identity given in dkim_verify_signers, run the dkim acl once for each. * Support IDNA2008. * The path option on a pipe transport is now expanded before use * Have the EHLO response advertise VRFY, if there is a vrfy ACL defined. - Several bug fixes - Fix for buffer overflow in base64decode() (bsc#1079832 CVE-2018-6789) - removed patches (included upstream now): * exim-CVE-2017-1000369.patch * exim-CVE-2017-16943.patch * exim-CVE-2017-16944.patch * exim-4.86.2-mariadb_102_compile_fix.patch- add exim-CVE-2017-16944.patch: backport of commit 178ecb70987f024f0e775d87c2f8b2cf587dd542 fix for CVE-2017-16944 (#bsc1069859)- update to 4.88: drops fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch, exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch - remove exim4-manpages.tar.bz2: upstream does not exist anymore - update keyring- add exim-4.86.2-mariadb_102_compile_fix.patch to fix compilation with the mariadb 10.2 (in our case the build with libmariadb library from the mariadb-connector-c package) * upstream commits: a12400fd4493b676e71613ab429e731f777ebd1e and 31beb7972466a33a88770eacbce13490f2ddadc2- exim-CVE-2017-16943.patch: fixed possible code execution (CVE-2017-16943 bsc#1069857)- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Explicitly buildrequire libnsl-devel on suse_version >= 1330: libnsl used to be an integrated part of glibc. Since the build system / makefiles explicitly reference libnsl, it is our own duty to ensure we have our deps in place.- specify users with ref:mail, to make them dynamic. bsc#1046971- exim-CVE-2017-1000369.patch: Fixed memory leaks that could be exploited to "stack crash" local privilege escalation (bsc#1044692) - Require user(mail) group(mail) to meet new users handling in TW. - Prerequire permissions (fixes rpmlint).- conditionally disable DANE on SuSE versions with OpenSSL < 1.0 - exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch: import exim-4_86_2+fixes branch + fix CVE-2016-1531 when installed setuid root, allows local users to gain privileges via the perl_startup argument. + fix Bug 1805: store the initial working directory, expand $initial_cwd + fix Bug 1671: segfault after delivery (https://bugs.exim.org/show_bug.cgi?id=1671) + Don't issue env warning if env is empty - fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch: DKIM information leakage- Makefile tuning: + add sqlite support + disable WITH_OLD_DEMIME + enable AUTH_CYRUS_SASL + enable AUTH_TLS + enable SYSLOG_LONG_LINES + enable SUPPORT_PAM + MAX_NAMED_LIST=64 + enable EXPERIMENTAL_DMARC + enable EXPERIMENTAL_EVENT + enable EXPERIMENTAL_PROXY + enable EXPERIMENTAL_CERTNAMES + enable EXPERIMENTAL_DSN + enable EXPERIMENTAL_DANE + enable EXPERIMENTAL_SOCKS + enable EXPERIMENTAL_INTERNATIONAL- Update to 4.86.2 + Fix minor portability issues for *BSD and OS/X.- Update to 4.86.1 + Add support for keep_environment and add_environment options; CVE-2016-1531; (boo#968844).- Move AppArmor profile to /usr/share/apparmor/extra-profiles/, which is the directory for inactive profiles since AppArmor 2.9- Update the Exim Maintainers Keyring file 'exim.keyring'. - Use URL for the source line of the main tar ball.- Update to 4.86 * Support for using the system standard CA bundle. * New expansion items $config_file, $config_dir, containing the file and directory name of the main configuration file. Also $exim_version. * New "malware=" support for Avast. * New "spam=" variant option for Rspamd. * Assorted options on malware= and spam= scanners. * A commandline option to write a comment into the logfile. * If built with EXPERIMENTAL_SOCKS feature enabled, the smtp transport can be configured to make connections via socks5 proxies. * If built with EXPERIMENTAL_INTERNATIONAL, support is included for the transmission of UTF-8 envelope addresses. * If built with EXPERIMENTAL_INTERNATIONAL, an expansion item for a commonly used encoding of Maildir folder names. * A logging option for slow DNS lookups. * New ${env {}} expansion. * A non-SMTP authenticator using information from TLS client certificates. * Main option "tls_eccurve" for selecting an Elliptic Curve for TLS. Patch originally by Wolfgang Breyha. * Main option "dns_trust_aa" for trusting your local nameserver at the same level as DNSSEC. - Dropped exim-enable_ecdh_openssl.patch as included in upstream- Fix the systemd service file by not passing EXIM_ARGS as one single argument by removing the curly brackets (shell syntax).- Install fitting eximstats.conf depending on SUSE version; (bsc#926861). - Add attribute dir to /etc/apache2 and /etc/apache2/conf.d in the file list.- Replace the fixed ExecStart arguments by ${EXIM_ARGS} as defined in /etc/sysconfig/exim; (bsc#922145).- Set CFLAGS_OPT_WERROR only on post-5 CentOS and RHEL systems.- Drop BuildRequires xorg-x11-server-sdk for non SUSE systems in particular to build on RHEL 6 again.- Let ld know the path to mysqlclient.- update to 4.85 + When running the test suite, the README says that variables such as no_msglog_check are global and can be placed anywhere in a specific test's script, however it was observed that placement needed to be near the beginning for it to behave that way. Changed the runtest perl script to read through the entire script once to detect and set these variables, reset to the beginning of the script, and then run through the script parsing/test process like normal. + Expand the EXPERIMENTAL_TPDA feature. Several different events now cause callback expansion. + Bugzilla 1518: Clarify "condition" processing in routers; that syntax errors in an expansion can be treated as a string instead of logging or causing an error, due to the internal use of bool_lax instead of bool when processing it. + Add EXPERIMENTAL_DANE, allowing for using the DNS as trust-anchor for server certificates when making smtp deliveries. + Support secondary-separator specifier for MX, SRV, TLSA lookups. + Add ${sort {list}{condition}{extractor}} expansion item. + Bugzilla 1216: Add -M (related messages) option to exigrep. + GitHub Issue 18: Adjust logic testing for true/false in redis lookups. Merged patch from Sebastian Wiedenroth. + Fix results-pipe from transport process. Several recipients, combined with certificate use, exposed issues where response data items split over buffer boundaries were not parsed properly. This eventually resulted in duplicates being sent. This issue only became common enough to notice due to the introduction of conection certificate information, the item size being so much larger. Found and fixed by Wolfgang Breyha. + Bug 1533: Fix truncation of items in headers_remove lists. A fixed size buffer was used, resulting in syntax errors when an expansion exceeded it. + Add support for directories of certificates when compiled with a GnuTLS version 3.3.6 or later. + Rename the TPDA expermimental facility to Event Actions. The #ifdef is EXPERIMENTAL_EVENT, the main-configuration and transport options both become "event_action", the variables become $event_name, $event_data and $event_defer_errno. There is a new variable $verify_mode, usable in routers, transports and related events. The tls:cert event is now also raised for inbound connections, if the main configuration event_action option is defined. + In test suite, disable OCSP for old versions of openssl which contained early OCSP support, but no stapling (appears to be less than 1.0.0). + When compiled with OpenSSL and EXPERIMENTAL_CERTNAMES, the checks on server certificate names available under the smtp transport option "tls_verify_cert_hostname" now do not permit multi-component wildcard matches. + Time-related extraction expansions from certificates now use the main option "timezone" setting for output formatting, and are consistent between OpenSSL and GnuTLS compilations. Bug 1541. + Fix a crash in mime ACL when meeting a zero-length, quoted or RFC2047- encoded parameter in the incoming message. Bug 1558. + Bug 1527: Autogrow buffer used in reading spool files. Since they now include certificate info, eximon was claiming there were spoolfile syntax errors. + Bug 1521: Fix ldap lookup for single-attr request, multiple-attr return. + Log delivery-related information more consistently, using the sequence "H= []" wherever possible. + Bug 1547: Omit RFCs from release. Draft and RFCs have licenses which are problematic for Debian distribution, omit them from the release tarball. + Updates and fixes to the EXPERIMENTAL_DSN feature. + Fix string representation of time values on 64bit time_t anchitectures. Bug 1561. + Fix a null-indirection in certextract expansions when a nondefault output list separator was used.- Enable SPF- Fix service file; (boo#935601) - Using bcond for mysql, pgsql and ldap - mysql, pgsql and ldap enabled by default- Removed executable permission bits from exim.service file; (boo#935601).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- update to 4.84 + Re-add a 'return NULL' to silence complaints from static checkers that were complaining about end of non-void function with no return; (beo#1506); obsoletes silence-static-checkers.patch. + Fix parsing of quoted parameter values in MIME headers. This was a regression intruduced in 4.83 by another bugfix; (beo#1513). + Fix broken compilation when EXPERIMENTAL_DSN is enabled. + Fix exipick for enhanced spoolfile specification used when EXPERIMENTAL_DNS is enabled; (beo#1509)./bin/sh/bin/sh/bin/sh/bin/sh/bin/shs390zl25 1697615898  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ4.94.2-bp154.2.9.14.94.2-bp154.2.9.14.94.2-bp154.2.9.1 eximeximmailqnewaliasesrsmtprunqsendmailexim.serviceexicyclogexigrepeximexim_checkaccessexim_dbmbuildexim_dumpdbexim_fixdbexim_lockexim_tidydbeximstatsexinextexipickexiqgrepexiqsummexiwhatrceximsendmailapparmorextra-profilesusr.sbin.eximeximACKNOWLEDGMENTSCHANGESLICENCENOTICEREADMEREADME.UPDATINGconfigure.defaultconvert4r3convert4r4docChangeLogDANE-draft-notesExim3.upgradeExim4.upgradeGnuTLS-FAQ.txt.gzNewStuffOptionLists.txt.gzREADMEREADME.SIEVEcve-2016-9663cve-2019-13917cve-2019-13917.rpmmovedcve-2019-15846cve.txtmitre.mbxposting-0.txtposting-1.txtposting-2.txtqualys.mbxcve-2020-qualysdbm.discuss.txt.gzexperimental-spec.txt.gzfilter.txt.gzopenssl.txt.gzspec.txt.gzutil.gitignoreREADMEchunking_fixqueue_finalnewlines.plcramtest.plgen_pkcs3.clogargs.shmkcdb.plocsp_fetch.plproxy_protocol_client.plratelimit.plrenew-opendmarc-tlds.shunknownuser.shsysconfig.eximexim.8.gzexim_db.8.gzexim_dumpdb.8.gzexim_fixdb.8.gzexim_tidydb.8.gzeximstats.8.gzmailq.8.gznewaliases.8.gzrsmtp.8.gzrunq.8.gzsendmail.8.gzexim/etc//etc/logrotate.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/sbin//usr/share//usr/share/apparmor//usr/share/apparmor/extra-profiles//usr/share/doc/packages//usr/share/doc/packages/exim//usr/share/doc/packages/exim/doc//usr/share/doc/packages/exim/doc/cve-2019-15846//usr/share/doc/packages/exim/util//usr/share/fillup-templates//usr/share/man/man8//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18130/openSUSE_Backports_SLE-15-SP4_Update/d6cd7fb144da3315d0ddd2296cd3752d-exim.openSUSE_Backports_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux     directoryASCII textPOSIX shell script, ASCII text executablePerl script text executablesetuid ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d3abf8b95bfdc9bcbb3f4a739ba125e26dfdb847, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9e6c9d801bc8eae562e5dbb265383318c72c042e, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c11bd763d3e33d99cac9610c29d97be65d6a1feb, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=515aaa80bd7c09875b895eaf0a7c9ab724cfd320, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4afe87b7faedf2f1bfd84a94e902025dee2ebf69, for GNU/Linux 3.2.0, not strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1288d1abd239ee4f8d5968ea22b1aff1e7a3181f, for GNU/Linux 3.2.0, not strippedC source, ASCII textUTF-8 Unicode textASCII text (gzip compressed data, was "GnuTLS-FAQ.txt", last modified: Fri Apr 30 12:08:21 2021, max compression, from Unix)ASCII text (gzip compressed data, was "OptionLists.txt", last modified: Fri Apr 30 12:08:21 2021, max compression, from Unix)ASCII text, with very long linescannot open `/home/abuild/rpmbuild/BUILDROOT/exim-4.94.2-bp154.2.9.1.s390x/usr/share/doc/packages/exim/doc/cve-2019-13917.rpmmoved' (No such file or directory)ASCII text (gzip compressed data, was "dbm.discuss.txt", last modified: Fri Apr 30 12:08:21 2021, max compression, from Unix)ASCII text (gzip compressed data, was "experimental-spec.txt", last modified: Fri Apr 30 12:08:21 2021, max compression, from Unix)ASCII text (gzip compressed data, was "filter.txt", last modified: Fri Apr 30 12:12:05 2021, max compression, from Unix)ASCII text (gzip compressed data, was "openssl.txt", last modified: Fri Apr 30 12:08:21 2021, max compression, from Unix)ASCII text (gzip compressed data, was "spec.txt", last modified: Fri Apr 30 12:12:05 2021, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)&'-5>DLMNOPQ$ RRR#RR'R)R%R3R2RRRRRRRRRR-RRR,RR"R(RR R&R!R$R+R0R/R.R1RR*RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR{{hb&:~docdir = rpm.expand('/usr/share/doc/packages') pkgname = rpm.expand('exim') path = docdir .. '/' .. pkgname .. '/doc/cve-2019-13917' st = posix.stat(path) if st and st.type == "directory" then status = os.rename(path, path .. ".rpmmoved") if not status then suffix = 0 while not status do suffix = suffix + 1 status = os.rename(path .. ".rpmmoved", path .. ".rpmmoved." .. suffix) end os.rename(path, path .. ".rpmmoved") end endutf-81bbfd25d620c2a8480bc922ea3e78b987bbcde67cf15e1e8089fb49e906fab74?07zXZ !t/ ]"k%f!- 6ƙ`'!\ 4$lh<$8fО3 ҏТ2<-H}+4DHm0n9EN.`#,?(RAigXCez-?G< JҔ-ǑKd\p=/z`֎=GP=@Iv[w!o!{̈^ k2{ac7;ϓ3js\z>¶YGWG39O͠8Zw,Cgԏqtyai> Wx*m'i \Rq}=ЅV:b$+X!PNjo4diwzֵ΋fq*P"- ,KkEH#_z ;:!J}ba0e_\ىqc 眗YjPO$xֻ]_ӽO/NJN쩧5wVmaP0Ek #[(Qqsyv]wj*Idr!Ia]sԂ;PTm. lѢBy=]'_m͛6̦?`ZRG87^N݊pܔd1d}ത7>,=.M<6_5E+~t)a9h:Ξ JjFpcbQt#I.|Ce'W,J%|: )=qѪCz: 蟰$aȵ'Ujٚ z bKҦ kh(A K˼Jj|DHG3s{/1ᨙ=kmc~"DVLwDj*.ED՚X|tCI|! 8tƌwIGd!c=&K$<*d *DAmBY~3$·g 6Ꟁм AaT6xH%@; @esTZ?0m.Aa8YI+E!D m.E5 ,ʡ `"g;@8q|QP"L+iC-+# 2UN '_-@:/b*ڋ:mt+7sT=mQ|.s;ݜ/YŌ$&V jfn- AJ72R{SZ\R|B3nA]3*o: I랜64Fiī$HŇmD0zr#c#Jb,Լ ՝W45e fh)q! Oot.)qFo ĉQ,`FؾR /![*fdgG1*:PVqmPt1*_nc~2%5W"`bD \VxV,D}&vGH[RQ q|3ѓW_?f%Nl*8` m"9PKJ|@Q(zROTyk*`KӟU.@ ?fJ2U9<X4Q(Z0T"zYH1gPhqH="W>^{ ToK6RBlMTh6^X>xY L:mٜD9T9qR)8$vT)(8Snv 7V)%wMH.(&xgۭ䅹9Gcړ4MјRB$h\NIKprô@rz(47]#Ih^z-h$v4v&A+O lqKJ.}20 -P %`-9N})jۍƕ:!2IKXAGUpl1o7'kd.of4Jy;$+poFtwYcU\϶ނUAsXFIW|A|ƲD>1;X񯦯Aztlڌ4@3S̮Jj*R3@oΝ5Lwqmq'⻺N [%;϶e%_@2x 8hDO8&] QUm&wSA]S;ѾL͈~"q:}Kco׼ /3%g TicB^{Z23[љ%.W3MbB鄽ET5c&)l[I7&\RO/ԋX'5:fo&h?35m+괏־C `t4&Y7<1jG*(2ɊXMb!;r@_{k?02L +Q1;7Utbb!b8}VI|})5F!d"*9Hjxާiw&R88J.UCIL@V Sx#H kĔWF"n&8 PLZ[&+lfN ˮ|*cS򦘝L)Sy\B¦֡dx6zUޑ8JT]$xRR./D|gGk-6<_J 후xՐWx% $}Fq2.\žJ9ulyմvͳ#v]`E99OhPiQ)ŭ:`yzܧ>.T>#K8z-oLvix=zRN[߷9?1d*S1]mv[8(d4X3|ZؘQAF]k^m^/Y= S8&5hCxUqH|%|zVdk%g_ .ǯqwkhѳ Jpҩt|?ЃڌӐ87VilR䗜yJisؖGPa&\nn8̡)$ݟiRzD_K%STeq~Pq &4R1~[l1Ld&9<>9r8/뚼 ziO+/~>WBDՉ3tk(Tp6.>9ho׋ C\ҿj.2dek9:qe *M/.^,3*9wX ?WV½ʭ⡮175ŕR+2$P53Xt4ƛTAZ;{䨡;sjT6?^\2-u`#䍸5&lHďIq+=o9ՂzxXZ3eϋ% }rRДELa[LhbŸX`cVQRi(fh.wQYio52hSWZ}"dcZ^ 0EjiJQ \9M. Zŀ`-w.ԭ+5kߕ7:ׅ1 b9TV~gpþUC ȅ^}MgT@fփYXmS5J~ ٯQaT$5V!P?bsуYzVLgRǯ{ڍP!DuݤE%˻1=@_◧wnDI'`}?jy+dGVĂ0# ܩr[aBJ&ZY?du |&0M{^T'(>0L<1oӸ/nhRЏCN:BquR X+2ž ٬EEh5u0>MKPu[!ľ[@͏?N}lBw몍sj`5 8+E!1]Ox g?iUW>@ 8`{$A'QPܲw.qCc(8Y2-Smݞ($`i ªBš/Ă?!eAI x\w.o4v :ɂYkO~֬O]Tˬu\/'bܷYVX@BzSh}xV3Eԫ*eS]@!#MTo_~DAg7ZFjn =wCE7ku)Xt'eo[ލ&8&WIRLHr1jz([P|.U3S+-1Or0HUpM,_8?8LiUFShT#ɞK9o9n3L[O?S):=:: Vk[o7cfhULx=HYR2doF2ӛ'v߭Xj| E}nsbsfcieYғpBi~ު8͠dy#Dl k fkg@BBx뱓d%۪ z'ۯq9|7_f -!$5suhC1>KXdV%ﶎ:{#j}){H 7A2y d;; ۧrRe,@T!sEY^v/K=|Ñx4J6č{$p t x!Q"==izEZMĉx4c!~{^(2c>脙F7SR6Dq8$%:i+>&yhv6ɓ!A/N;1 N9C M#+ F'=5S61%(FP/,`3Y]!K[#8D+>˻SvXCZkLςUMM6 }&;,Px(|Ty Lj>@Īu:0w[^Daaƪ,s2!6 xǣ'ّ5x H'uڎ{.D˄VYdaV[Dn;SU1P/%!ʄcHYm#H˘Y˴s)%O)iI2Yr Bq=1,U_9(-5e~oʍ{B0ͬI>¯x(6*ik?o[s?8{!NӖ'(GnOUc5h:с"`ф*kJƌ#HR= 3pjX *;$YSmZ JMD}9 G [2"n߹sTb\ x'\=ρTImv!>'O}TN#*|#B5M1okD5B7,b Ck\Ydñ.yǷ=#6Ȉ76i7(m^]Kf#Gi)>F#4)Xؠв^Pԝshppr JFy#tG p( ]AzY4hC'܈IcJKy+`K {cuد OHΑ Jdb"g`w(D75mYl} ȓ/GE `V/ɖ`rk#19]`K(I=Zg\@*o ?`('"(5z$zX͹.|Nǻ5,!2]2z r_xufWLGH03lq!, EG* 4=_Lf*״:O{$JMAl-ǞcBa7g#3n妁' { CUU_V$ \%  dhı5pr;d9$߃M] \ Dnz`-%RKZ-i }&$JٞkfDȈ9uR᪋.2N3mv v#Rky06Q7x\le6LgBsϫ`hRd9})FU 6<_>KE=W]$cR1!Mm]kE2`<Ɠ0T:"2wU$6kemUڋTݓ+akQ#Ayv!OƋV}8HT5}t}V1Mo5]cˀ4Uܸu*- -OJ6>Dr#u-=WnE?&Lbc@)n(- Q +#ޛt-{x`q.ʹe"U%4tC=ECs,1 |jpFBCdy<<3яz'&_sF:cMTDi\ID25I lY?=HϔR̒Tl!Ш{֞Q\FJ8*j ݸwI =nCMTl.,h]>J2M2zbH&c+` v#[>f㸚8YˮdI10]\.80;@Hv<:e[]$~YV9'2|q 4r0@ǞW |eR_ jbߓX$vYԾqkC`7{03ټ H bbqN@ncV[aq՛!(Cj-1]hX+Tӌ!8 {Z~7eHd6Res05aqoNcѪr3Q8&kLԿg}WWY;%#nրXREd=J\n+(wV0,аy~_ ΪGãu3`}]%r8ŭ`Лw'Sem`Ms?.ˡp.V`Z  !R|X*%(ZM^_qYo 6]JB֍JgjƶjV5y@fnnzڝ-'bOc,xѾ5%_Ye܀}Hm+=#zia/ ? Vj6*P^`%0h~Ձsь'2v.%mfY.3-u`f*٩hpx<:#JN{Uךٰ8ߪ#?1 /S^HUv-?Lgᓱi0ʒwȰ-۵g;=M-!\SIf>;)˃w:llO,; m xKBdM`rj2B7@{񁈊4|sIGK6[8y-yEZ5!!tُQ 5@m!a<}KQsmnx>䒰ᬿso;Yn²\Dun')R7' )ϱ5J Oz~u,Y %F6qƆȫv<CʂP@Qj6M=B^="$s>1|&&ڟ-v۹כ®È[QLg#uMUZ6;S[쨆ٰQʑ$pvb$_;3W!~& ڧ1%r(E!MrJ'8mxmJxdzB`/2;WL !ڍ}{$ /!/&V@ ǚꋤFlZ=$ 0wt\N7_fnN~HY^>5XS= XghJNSQ\>S'Uty/c}X;P:Lu ,TKX? ~GPͷw'uuxe=OѪ_Wq; -^+{v1i0(nΝ;b~!#T3WA0$.}mؽ=>ؤ\6 ܏836Un2؈=zK;e&~?8'reqhҿWE)S4K˫VWl0(`W<5EEj(m45;0b>f}ҦL+D'샭j:/&$"-Q#t6ƹ)j%#LGT.kR(h932@G^5ޯ} gUdSOV-ʏɿd}.VjpfXp-2)a|a+%R?g#R͛m7!_9l3-Z|quh^S '{q$@ Mɢq/_+ 9f5%5F RvNў)qyCqUY5h1[A g}Nmi^_j)uFH14[(G3I#%"hu$[ulisg_b)Yba=[i"Mw@8`;A%hm`"k{ҒڍYҧu{> omOřM*3ΞdAJu<-eܽ4wLQe& Q#cԤ7w>mxkd=v(Bh ?'bUWv6kY驀{nRWɝV嫜XmpJ`;d41_Eo^0DKiUhzt1h޷`m E[e6L"SqTy@PA-Uehp.b}%#fC\BG(HO\$w j9x"_1Uֹ#b(™;o[)sp JE$%r&cޔsKx`H9JvҘи1Y|bB9RBGb/Dוֺni=UZM$I?pd07+ e>ܜ*g^ȺVchrf۷Kx -Q WA FGp -1m+}ha s>JUY{+mpd{g_o VJ=1@'8"cYI+4ck,⑗ZYVJ=% ن!uJ#}G%2gtSyq9s~Ț0ަyeU>*FFNBdM{הQڰgA eI܎>cVk)CÒE,8;#Pj`_x6zzBrc0?;'fc $.u<1UZPd}@ g Q:Df6B <XWv?ҙV ywT:ՈAr&&e ںk,Ur.٧PWWn>7965=MR댪0ɯ? ";hL i8 }KI=V̠z?Lt=Qz$7~[VSd!G0&4D()tbK5XE^2waVuώsPv"y"rLKY)d5RXMX|Cnj\> Sg?A+d6mDXuz5fiNPj7(?bt^:2Ԝf`Pܱ&Y\*/ޮSEIHTjt/tCEWeM`}nm:-mqr5r(D͚GbRN+ZAl[{'uCGhѶI5lc$te ;&D p~ǜ~չܓ7W eDネ9d1{^iwA@`Yq!ӳN,́&yâbEy C .ʀ'x}Jat1< =]E#"򻷨7Rk=+AB R€g)_ -J*Λ5!L3)D Pn,Q^[Dj!<ڟ?٦Z v_T|(d7 PhH]*֍XxSà\ d쇗5PNwDy 竸⦷6 <%8K{c9?`_Xp OҳLD3tO7#㊻* J RL40bϒ,4v&ZRK!SK[bg:\mWWaGư CK=;r;+`JVҘN)H#L f`Gɞ (x:H4*\&I׹7\&æa%&䤦_u&"O(vgQ5@GgS{k&Szgw7U19dTbY ۵넽o.QB9=Ns(@*ջ,'Z0+٫:w_: R܄却A`ݵ@WC`M C$ltx.wa N~Wr=g#􍀝mZ@pYO Dw#xj# #䌁99YjҍxZZ–X׵@GA^uf8F3(jR_Q 4Ќ:l v$EUZ4x LiV\@cT>@lԟ\E(K%%nz:EADy7ʩꔬbH6Xjԉ.؇1=($$h[4Av8-tڃAIN̊& +iYy [h1yhbI7$Ry*~ϟ Z^g)Rw -JAKWch;yw2~~*" 71(< ~:ۻg0j ?2ĔMɶ) aKY~ 蕹xDiG(h(O ~i'Z]w\D ]LE';^ ^r5iZo'< q-4< D}hLA_~XH2uǪgt ~PE6H;ጁn#[ 1@wI/Au\i6_p0Kz ڶȿgf(&'9-v3(G^ IV, np mq}[vU}kXewc׳blD5ܼ&|nVcVUcI J:N7cccfR sZz,֏5Cc9&S%㊉DќvӲY3 H!)M}*!Uvڟ~ %s3h;X0!$+tpJ<ݎFWb.iZ(3 0C9 `5~poE7Y' *<#bOribRfS}&Mֵ&}t9!s"&vn.i㞕JOY4Q%\X{YHmXƗ;V ?NIðhy ~4έ|%V_\y#!Bz: [lI ong>˙ؗj>wՠ6S@Z +tW4\K"Y}@>ت et$Θm)O/'PBTn :­gv%Y{%꜔7em9V9X!q}I*&Ú^Z5c{9hI}Z{-\mt)ڰSNAoCSJ,5f 1KDmyOK/~тI D߯a؋^Ps/g/QF?-pRD4L& 5"F"xO^S97 5*yS{>m ]#":t9 C k{`gA&6R9*a/Ȟ%c8a}N+c:'_dS[K6ݰ^%QP+ügSdا|BX!nnxZ*z>KGgDKptL22OKY6,a2&L/wƿO%`[vm\*aMy舠9 +ll8a Q,5ӓk XdJCzjԿ)n]"\+9D_H>?W)j&k3L42K P\':_G4C]}9[GL+g5i4W) Sku(0*J oYjd\6U_KnqDF[n>(l`Dlş kLykzhP;aGmG_Y{(_a3Q=3|f#R!p:њ79"'\ܙVe7+W(ʇa/=:,A?ѷg]FQdR'şH'!Z7UGZ{ N\ =+]q"oTVNG諻9+̩3cޤ#aѵ)Azq%;sB+ BRh19PkgޫuL:d:䣣+O:Rװ77Ng,oZC?L*JdXƇ0FUfjv#GЍXRtޤ޴i=9&T#K6iOmW+wWm7Ym1@Ι ~T/ͯJD&)3"]I9bY!|xk{ߓQ"tF8Mx~0X`70R`%HrP.&/'7wv_x-kR*]5 Yd0e8U%>Rsu ӭtQ][j䬱eiZKGTXJjlk. ͱχ;:ER2[=\o(qw̢f[YpC 8\3T/4-&*o/ }nA81e6QcoQX|ZB~-Aès'"{w@W"_Ǒ'xuWml']WkLQ]!!7yWJ}Q;N*~t6J4xb〷-^ Id!ڟ\+u1׀z\B[ևw6dX e<ӺLDa:02xώ-dP, r ?:hgm0 rM)FM5$}US 17-T/S |HTjWIlj9T&r|?gȿ1f9__{?ʸ- {u}Ac2Nm@YA&?]YBC,#nSNTmhߝK =Od] +u2>QfM?h=Ĺs`! G8.pTQ .K}R+a (cVWQ)Qb︧_6 BsuqSzsÇZf__V.ua8|6wG$ɳɄ|>R)'#1;\V\7AA~Uh!Ay/g}_׸"⚭R@^ "Y߼TyWyס*N96E¬= w^S Ee>%MBzQ KgʺHYo'TFR`o{;uSz (ZpZiAWo2cPoX\zj,+&_̼ႏZ .j$( i>-*;[e"^a8i;˸V0Eig BC[}ؿ7>G Fc=J̢$|o \c\C/*qș0T =)Z7.%K}}죘 苿 `ޥzD6l ܳhk8J2;3z#͸`F؄aF{^qop"9Df'V bz_2// 8!wd '=yw?5܃\@`AC떫*s xnt>T8j @fP.:?/A4`-.<8ny6C9|?^ 0"hDuqD񕂅Ś3](mV2w7OSѴck>J~dѻwČ>ZΪ9y~E' A8.z NzW?ySn%4'gE| 9<$up|%ii1Kđm~ݦ\{'O aK]^"c,L/HI_k [=RGx:n^Ǡ9geSw^dG'FU#%r!KY-nv~h%v)4?\uƃ<0Z{ul4(kQY+z6%<]F? B s췝ΊM;JloaA c-K"7xHBwT0 4³ <0w(Qk!4<֤srxX pD٤々'D y'7]&bv%1uɵI`( |SSUQݔE +TLKCu0FԙhׄھAD&CyFN0^\T́ex҆B=;B~.$`G+%6(*[|P9Xyt2lٝ'[| b}#1z-dJWYl[tni(ْ1Hʼ|%Xz$gM/7҇gtc4K:xgO^@v,[yU}ME];O̘Vn"E{A-z>NS78{ƿ")/?#dF.z鵓KPW"xG_ޡǣi[M(ߟkNnX޴b/fm,nx!G %UKBWm䝑4H ]2к5N*&J'es>wEE!jO%OTIkA5b&ʄ$uJga'F8{׷.R 8Øurm+jA[3a oΨܸBzeg:/MOB=];aޝ%[~C*9jlU'qvilU9N\/u2%[YBNH*MErhi!l:B#R9,:+woe 6pa '{- af%,ڢen7L|\ N6U=X*OG2K0k7Ry/M 78Y)AX1ݒX/8-~1i_" LS|< MQZo4mXM.c'sI)Ecu`PKP.ЊEu`I*5As F_bbZ۞fD\+N! j8oqis,:_806ArATV}}ЍpLJjd7jy `;-diVFq2BI#D/(9Cr̛AL檝?CeL!=B8tꚱZyRlhȑ IE<9qWiy4MDg3j! h|DM4XŎdN0~/wBp=q"Evx`ϠLP4#uVt-uk%'CJqϧ{\ ^UQ j%⟌b$@z7KsԒLQfZSYF܊$i!w)[٪2%VepL`  aA8av #߈[ ]𒛶,c9YvE_ɷK'7zn?IDZ^{fJ%jycm> [ĩlQs >)BġMrGU 1WMNgVNFIfg w؅daIV'ſf{R3@Aŵ><+[z yM>$ H R2ijbtObI̯'g?;zL`P1L"cÍ(Qf#RΫ^/ e?ZQm6f;gdʱ 6.jݒ4#2:e:I, @9r%*DkDz|9ӢE=&\ul,J&S!+{Bp2rYO~LӑRfN4 %* .zǑۗ Q<6f% 0u:BJ\ W<ÂYtQK&n1$q`: yXfUi"PuWa}ˢw$bgènU-au:88xqq*ȇxI<̧ITHm-rfCG"!T(J.fը[֨ .zm+96Y/sWR ntvvuBMp<.O ,!iիS%WK)Pt_F ثp0'TNHIS}ȫݜy '`Ok撵ToTv,7"|O];J&(Q^ǫ/ 8Jx85';%B 7gʹء%Үo,)B`(ϳ|J!$":MzA%:FGM:8aK}hz)LG\v ) 3b2O.#65 4KU4 V}%uQ$ "L> 6qUVWq-s'=%5k6o2F/a3?^m:&=D3/gz3un"U*ĉ~Lvٛ=|3е \0X!r}Ƙ$TN#bZ-PC8cDD3/}=LSx"m3sTN IO 9 5#xhkaj. a-0ˀ4>Xk2#]e?#aH*z(JTbtd<˘;$J[s]/L^v9NΔYxѱ5DEx3 5<_O}/[ A ݣ$69 @2&E")$drQOꥶ4YBxeUȕ;oMP*H~JÝS~ɚo_bh" 1NSQQGEP["jA H"9K:9YIr,*J,u6ߋ[Dpuo͵|WIJ\Td]Y%>&fuֲ5%i|fksNwa6o$=|b]ɠ7K#|{clM&V"FԺ싍 Z[VoVaJyhV#x LMA4|E~7ZXwr9kOtsJH LgKBAm[(D{T޶:ˇWUZ":澉 "+};2Їl,}G.;'L$jEyS3T^jUl1J'CO?<īT%QP@0|:m~?"C&?'P'`["Ԯ9lOȐCd b`a1F-)P{jnj|7E3AAvKl~rLّL5R=>lڛH^NU; u@z]֯Z ŋ#T=D'<`Vc᪞{>K-y53 AǀTWuP0#"op&c>g&e=;\ %>u!:7E4´oBHt/@0R?RdRWz.v. C;c{FA5)r t254+(F1un1xoX۴frw[z`P+:;IbɌEdUퟰ 7G \o*7/WB,s܄ QeO+]/$;$8́7/>'i}Y$Yrp [֫-$c[U^WͩQee sBm`m4 EZ ʄ&a&SlRoZ7v> Ksq[ke(G2P'Ί[JVcB]p E9|\G3"bռg|Of[.-<=Ks(xĈ\%LRQ@ȆnvopJAZz3qo/o]U`@`8u +jK7׉^jP;JKFRQFܯdvc`⡊!0S.1TC,"Yc- I1_Ƭ=SMM44 x%>b2 Nt^6˂}x'S:M97hmi&>%, ו(yO|EY7 lԐ_S"Psy6>0TB *b> *8X0>슣@4L.ԌjG"4cJT\7= fIӲ#'z0*G>),en-Sr@yV 9"4>I|?(\mdvE2SCdՍB 1`qi,׌lX}DعeGٺIJa BU]^4lu{Vyh J$x Fé NUE#\1T2k ʳP@Wͨ\Ξy# "g/C%"=Sg4T2]pABJf:>ʵJVRYlQ2 l%3PºX(k(+g x2|`;̇q^Ub-󁔉~C?#!g%X&mm n\ce70GRin2T%0< xh;N&h5o"z>`_pF6W%ϸqcStiĦŢ.PPV qLp! $3CL֦c_x9K^kOÎȒCnjղT_*Y{a}ְ"p@`dj螟uw NҵO u[ԓGvl+mofxs<D0P w4[BeI/~ry_Y=I 3H@QaXS/T;9)#rYS3v:g%NJ hsRCHk|cj9V=~^&aab$g`L[Yǘ`KnIĮB׊ߪ˙<A6Q+G.&V/ & Ƴo|LAB\o+\oG@[/CɰC$nxE-MFq jPq)2cԐ'4}A ѾFR7ZAoU*nicF'8#i=#Q0bCqҗhf{k5u4a[$P,P\0ݓq|)3\5CytN k8u)ެ=L>iָ#(=,%ێ %ktz=YzMc )1 |UjH{<t OLb~,qgh{'j y^~$m 9kSgf,]]N9ѷhsAc||[:m nt  ,&,m.uop"=D'z"[(1͘=$-9Fyį#s{ah~ eddh̤2]j$x. 4^Hr(;T2 rPo}óȱǻ]Yzr~\St>}g~)lA &v @vnelPC>sPN"+ӝ4KN,*&}hXQmM Vuè|U)I nfv0԰wҧ:^( 5Z?`m@b,H*=U\> >2"#zOCH(bW ͘mjQaNz7R2JlIvXu4(*C;Vͭ8!QufWMcAί9|'[MC=ZLx7" ?e4ȧl#I咼B$Q^w,џXtb&'݋UޞzyВ x2:umbGdD|d\Mȿ qΚ讲Ói sa.&C`AM\(,Aa%9~X]YS+8q[),jbbFz!Ǵ"F)Xx܁^+@zP#hƜ3L.K_u AJQW\IW ̣16z¨l +"![ǒ&q]s>Q`OXg2m 4,E;/g^G G62&-Nd W?lL~h<>h%[T`F^]%qnv%_] ؂/w*,[\ Cqᧅ|}R*.jEF~\Hb8{: $Lt1ɻ0l"u'^"r},N]&G|C$ur(F\?} :# >I)sn½_G*vh5A^/45a0)bDGAWW|<4x@˜+eLkvK ^d5y}`vn j5g>PyobܴT7a@M5s*>]~ Lx1.E-銒Hknp"{1e*XZgov\$ ^|+ȘSVXlMgYރߐp ،ft_̘9 T?b!zHXkFTeúZ=ZJf<i.hΥժџ&F=_ s.8Jgڸk-!uBB[}([#{g9gZMq{!e\IŬSffSȥ%le:n͂Yyu ?cJ6%q[քcYt䈬'_n-29 mq E7Qп1$ov>ZqKY KBȶ8/E.XCW J7J/ oyTF0I8v3Ӏψ|mފ쁨Ծ6\B;] ߇6#МIk9;'Iͥ6 b5 {bǀ}rt'^vh<J_'!ېLwS޺7*aCjeߞ@ɼڒ& ]_%VoL;U.3LMHM@wZ "oEv\\+!ƒ4 33M- 3$y< f7eEB_bhgV ?]@̊W=W?sH&1>>ځ&+M(8\y; sȩvL} ]W q8uI[@\"}>_qi㡯HE%T愽a.`|T ۭSieMw6fָpbiGqo(aA&OQb##M8,?tð^t^O&9W|Ң{86="5{ŒkT,l(I3DSe2ؖ#⃇l/=nlH7 &1{UT<-D4LϽ(Y ]ky|Z,wylƓ ǘv/&oJqU[Ȋ L$oU9Vڗk=@!}6u\֜/KZl_ tc[30nv'le0\7˪q&8+h2mb 6SCfەu_~,x308VFha=t ~#fqsC{HhpE*J1!ec뚒^LXW]6#~87ǧwL#xL##Q:M LSq۪,Y^~b3fS 1U XGRsK:YGwpw]|AC:ˠv0i[я r`ʘ飤KT5{Rӵn$%#{F?=&)[ei  mivԑ!FMQ_TY#_z$_ &ے`GWÀ0(Z"tM,V  !^Yr"~ݧ?&TR7k^ T=hPk=4Po8fRzXV[NPP/wPnӕIK]7c!YMYȄbCQ=xU|I`/.VA)-Ov7<)+OΛ!g4h\c,R@ =na'Py1W ^53K^T|kX?x3Ҵ81/l 9Nj - y6wKNKs(l|q'K<u f:^?Jx>r^MFsBnkNW}pIxC vZ]øg0,LC_*^Pez<`_~qRF D>DKQ8OϽ .|= ?˅kqN:AP6/sY}uvsY5~P8yшh-VNw(";,[]_„2? |ek,5ڙS?y?}$/C_vG)DIj Eoͥ*Z1O7T,e)~ܡDd~^%%2_ 4^qkƈ{+<@O#0`SM<3ٯt1+zHAv!@ba]z)\ ެy*4uZƪ?V7.2o &.n[vnHf!Ǯ)纫c*0jzXNed8;:+S`\jk 8_㛓>o1BoO 0a'@pE"N*,̑1]jm<%G7fG?sϪi؞TRtԖiȱL.=YɜLA1vnP QryaфpuؾIw u9T)'2Q1^ϥiж*Bc?|Iit 'ܖTZv^4(j"lCqx^Y*~tXLn_G,F~KiOx\$pTHnj狡'}vihZ`r'9[TFXJi}Z~_LQ} ۭJv78{=Ee\ZE$1S#/p*9.?maEB?^}tI x#ӄtO28MrV836l.%fJEpW>3>UB=(w Oӱ1yFao7AH72Sqk3C5jD{02oKk\7@光8!d-sS9Y- aHeu$c29lzx7rSM0uXl" n ǕwDRޠ[BybS=C)KS&e&vQfV =Q@Pc|I8GȪ0f$Œ7nUFʯAȤ>C9iaIG(ǁo}:wW64_+jDǮEJ|g`QBơNn4ߵoKQH)kH4Ic;~h>vP?e=G|Xuߵ7)jmk=A S9_R~,x#cJr(ݳh^:8N0Jܤ;Z>Syç?^XilXqpx3MzFadgGDv<)e) V gK5ӘRTOely,(`?>[G3*j ?2|BR $tEIYFW*H6\p?N]1H`r(5 hZ):+k GbxH"o @![cUCvO9$9  *ΗѼrk mFqqi6WԖjuڅڢIޙ8R܂w-pR$?tPz_۬pS!z20;Y6zF fVàFo>a'b\xj؃CAi&!zzw/cAF]?e 0\$x 7jiFs\&gx+SU{n|,A_/Yһ/{GJm#0i"U 'l6w«$mv'|xDmoՐ˗}oIk^5ʍ0)DƗla2ݡ? 2,R4{iJA ۅnjBվZ[3ޕ1v,LRҧ.&v RCGLԨlOp6ҀkV߭=k2R5J`IWZ i Qy*ʱ5Xā<%մ$~=u$~ub ?#&*A <$%LoJI_*XY!OЩvDyk ^ƨ q9`gWq8HispMsechiA]y@N*Em'%2 Lރ~4qպz?Pu8kbl&U%D|gaS_,37[jny1..6A~ǜ;a2W#n7J,ET)v;y Vj˞6]=~/' <^4=]{AB| H8Qkя˒,?`t4Ao`A|暛ovu`R뮺1hbWMeKs1M7L$;TZyʫ=[ᤲ30ٟc=«X*i (!֭0_.ם:ZY:ԴreF80j#ԀoCyIJo9|b% +c6(X7L+M..-ϙoGoo!M…BOs*>!՞>4Jd~쾊9> (G%631gomv}ѣ,N(g(;ۚ.@W~-'OGd!ڴF[ˀ}?AVxwT.!+n$ Ǵ 4C,QSE+:W@el=aG%0LT} c@[qD&|D؛m]-<ܘ!B\#[g ',Z+(ܿ9A9z\U2#=#!t-4?%DAzfDd)G܏mLڪxͰmcQwǠ(Ϭ%jǁRbo6Ilզ.gL м*4=rUKusM=HeťICa7 xN? "MGP :9ڻLC2Up[lIi8DCN2DHBoGSo%7|Si YfqU*=ly^ }ȶL m6v~h^nGC2F9GzzB`Iɠa | ,Eb[ w0HE"R2l~_f6\֎R+D:=d9vR |XސajPGC*bw~̩]]%PVJ;. us@9mG_e pvkh  B)njJAH&u&$9Edlчs 4/ڍic ;iM:zf*?2ҾlF 7Ld+W0Lغڶ̮,~HꅾBn;H_g[0OeYFy.d+ZЦFjDh}K<`egwTB%t7FLbXñQ}.Mh8T.1?7qA \[R`b̭붮4J4I4[ ]c#pyf:pİȖ+S+լ*Yd^Ģb=BT&Ey7=DcȹK$zQ@ Ȕ|t&Wj\_W7([4)^ U*N뺁DSv(IEgS#ekF&`N'a@OwLebo<۸@!=<Ϭv멈Wtf0̆I~3zmbT4՞(EX=( rÜyIS:X&=~`mtt FkoɫL+Kn)9>4/? bͣn [𴪍eC3w۳ O2oǪ sx5olH~l/"Z8.%e(QX* 5op^֔_K)jH]Q4m|Sm7Z*B0+u#mGun3ɩ*C; '^djA7Ϫ Gj }.%FWVѮ7:}PzPU02ppպAY &f,JG:L~0j~,qkvAAs +ѾWwmmbpĻ*dqѲ=<7N_A=) *:OgnGC= ]hn p^JE}?H@G3iK늊lu7Wsyb4Rmib]c:!O:Bљ{pP TA9'arÌ/(H9ɬ죕0lѰ<{0֪^\Xhž]M[GON@%f29\;[}zflHtj#ep(!gXOFn6^ '|5W oX{&%WM h-CmpN#.81X#/"@zk\q}h/, >a09lϘR`9bq<8 5 £ &$PnaJ \f \1ؤq<+0ӳna ,gy?;ҫ:0(hiO Gag&${A[߻FqQR7gf IuetuB }5"oSB]&C^9~A希Csޖ9<AU&^I/ٿ8 g@z\pYN`|07aAY|fV[)X몙% x$nUpM2ZJ}^%ʼn(lt PR~=Δzsq])ֵɸibdi:~mp-K˞ Kv#;~H,Ա,^Pŕ\ԞWo{d\[CɅNscj0 sV*hڭi%Y*BLu; eAD3׹Ǯ3.®j#Vo8ZBPP$a?I&%8m{s ~)eԩ;mNwЕ%0Ǹ8 zQ}$ic kn?aI`UR $# gSj;dLM@P5~,t"W;lwC*j]SЗwKc"}]uN`N1 "}f/ LŰ'ʡ^7[:@\ gøNav;.Dǭĵ 4FECcnӖ2-н9F`~ym̭TiB՘qɔ,0^ڕ:Bqcy%#zt[̈́ L]Kl;kEVXPD_ ohMY|ƃ:Kt;Hn$=_Hp*"tSh]1+0G TԶKExiY#ezU|u++C3af/ *H<Ҧs%P+0,x?8}i78sRs#SY&U1-һxa sRy>#o[ ǭ4AE?(}0j{sˣ|xMp?^\m oº6}kkfzhmXj0DE0(׎ZO"M }qC5 Ss8A .3ВXTY_#I?Ėci)$#O[Q T|Pm蒞NICzOK63,q 92WutQVΒ3:T<]/cq}a G26sW(-9:(GOp\o̤fI P Ƭ' ՚SMn~$x:g%==i'8f'k)-PdݎKi $WOUR4f/${Ў:}+eju*8Y&~|@ZC>4A޼JN=!{<P=[}"˩5}Vg> l.b3|xuX $ٴJ5Jc'㨰BOh(oRH;k'VRْQH1`xFd# f} ʚA_j6卥Fdæ㣤ƃ6j0!S Hz.TQH:=+8Mݦk鹠]GO]axFKلu2DD "HǾvq3b)W6b `Cew6i@nqs*W=ߦ_=d ]UEXM֗t@FB7r o+(t')rmϙwFvaK!)RSNY!$SG™& jx>).p$ Lx?gFce Ofp-;:Sen]X/ ~>ðႩAtpƇOP`DQ0nvkϢ$wYwOի;EhV˅&YCz^sYP瓉ȈC͍刀E< 4ᦅO6>.9$kzgvk=1]bHXkSSU9t zr 2h|ՏѠ=#6gvOD!?* @󶉍 L8MW;9Wzk~ c-k͊|alw/~rvZmP%O@!WQݻ»XR.R+Ő=Jz_?|SO\Lkw[tkt`e(Մn u;%u?̆3bHGC6 VÌ$LvrQTLMr>!:d݋Q߬bZC}ӗаZ"73)V\4mM*]Q\%'/tuY zXVA)Ud!ϊnVd7/G*%y>O{'-#IwP&#/-$~ZuU>d |gN\u! T>!r5a&>B6#̝R*%t>YJ9UKe=q;Ϗ}9poIUpo0Y:qc>E[K5ݦh@UM+ Rar$%m5o(~ӬqFIF|VK&{CR1Xҳ쳕-BT~ WibΠºbv︎Č]4 g45'F=(a\ψJ7d1].ߵ-.7[^{4wZ~q.?:|nBs,W !s)JuPҌTW=cW)3gBIz@]'Bݭo@}7VnD`N2.|7MМ .P}'.]/X6Wzz~DC^`iᇞAO4*ذ8f46$_% G 'z/##:DS^@BŸ ^eV_a0%Bo`;ZcML8\(U%:k]k0X X -] G g-!i'dxa #!B|F]V0 }} @~# muPɫpǝԹ "S?nh5(YO1?ga^ ZhT©g1շBOcR]8.:j~vۀ ng4$B5OYćוUǬKǢQ7N2>RߔJla^qMzjyZ;& $l (Hq9xD92,^3!.&\@۳|n NM%tpJA"KZuuQWAl^-eQh9ܶVoe(%# ko>27"C-D&f\yZ!=?+K?krf'/!l;N7[X,爢Z{`SAƯR#;\riGow&aN7=-sj 'M6L4#al+ghlTg1) Ί R:&r0XiэOpD0e.s!☐NE{rRn1^ǚ=53.6[QI%?E[z.Q^l"Èe.f3-T=0;Pͯ2u6'#:[,~|ߕCc)ϭhY_F.n% w*;Ow2: %m-e;@^m!׷yHbbP b;FNT$hb?"!Z/aM0^=% qstI_+/  "[ }9q1< eDŽhMD` 4Fi,^)LO8mN~ZqOG@Bo,- ;>{/LigMwdZ ]*C5l5]@n?T"@vU#ߓ.|n-E%p&CyNgw@9ID0 Yq͸  [B/ۭZhdh RyKaPTvȝ_'۹vp(&4،{qIx9Nd_H*K=%n.b jP])1&2BsoN6YQvkF@崾d#GvS17 8 2}N׍GJ_/#ŋiAӔ@kՑF$y_"59)!ТIet|sNڈTϩ|B{SŢ)3rIh%FXT&ui.ظEKl_R8.0Ѻ۱sܔn_KF:<:sa$bdT띿C'Y' ݀0Hܑ˄=6X~`PբLpLJ;786N.AHG~!yVUq ԞP”/d[ZTwqͿ}WbƁz_՘aiGz-zcw ! Y:,dfm% {3Zbⁿd?es _G}Or1`Ѱ<0Rd4hLΙ!_(l| D铹>q3OL>6LF/(=[ǝr?'s2%T_ )D>zH1ԤTv!_e<_ |&t׹ zw/7\aKV'.NO fB(+lI&->T9IADv|"4ZA!F0;r S̳?6/ۄOoE"f/e_0JiÐ;@UjӝtO2+/;,4L<1 +(b:`07%^{s;uRECnxƦꕋʔ' !zOz65|}*γ|!qgTý,QhZs1Ԥ~_c\ŝs_-fG]YIxFI*a}|NAο#fy:ʼE]v_iT ]A{kbG*meAjl;MK+<;$bc-8E?[*k#lP`r3D&'x T(J9aE9Qpe L"*Xb[~43c1<tF@͆;W^A=q0!caJa0'ƺ 3Uۢ;fg|Qv"J8o;4n fԕ%? lQ)"c\oۋ(ȏy2g6̢byDL` 6rRry/ڽ$A'[ÁĄZ9Rv]jhPv4md(WWEᄭޖtr|IMKuK&4s8:ڽBfK p)vV%j| (R ss|ϴݨxko=cO"Wx`5v8,mMjvbL#[:Yp%ݛܲt*ef1,GR5,a EsaoԢ))9LZ8 #H{CDZʧ{d5! ˲X*"p6D;m 3C4t3,ze,2yc\ܤiJ8/J(  a#d ϓT0 Q3M}5ì1Í3{{XvK9C:oK2Ô$!+_J _ՏK-1:$ü<ʯ ô,KRi`] I|E)kEc44%wOmXfmǝLmأeo̱[rt-8ޏB=!%|:y3,MEl:5/i$0얍Z jgy&,]۠"&z4M~} @Tx̾6j=Tkx $=']_5!CJ*j^@+ b[E`e{ͤ]*xj`[LΤM(nEZ58[5K*D3A!H w+hwsvݢgL;"&" !SsV+Ye`4|.}Y]:7WrE \jRApgr}!Tt?z _1̗|&1iP;͕%+*VD{]bJH`9O/JTgTN'JM$l@t)r|St[\CfΗ> 2L: =Dh z]Fg{[?Ëa 2Wkh.z`V'Nhk*Nc1H,}=1kdi~ 5\=^ZR$}Z+ ~nKѧ DkͻPlbGTOEU-Pg}۲=ijݙpWk;=l!A|!2K =.YsGhѻg7c݉5ޝ@3buq5I}nSBC<hkd)ֽ /)fߥCNY\i6m^Ӑʪ,.CP4 rCWqx 6Bd-ye@̤yX\ȕ {oۙ?ٽݛ0t޾^@:S?VKϝoFvhX{V tȃp>7z, e|K~֧\9)1ȼ/ƚn0eu-5X2HQ.~ uW@.$H`3! `r"}fToN]@va8ܬ=Hڣ^f=m=|hik\Dh%@yO 1ݏū'YƮB{Xq$\0猕ףJȠ!BE;cpsuJDT.L~C]ы )$r2~|OU;d +TNjvz /KCT\ Ԫ+ED]rپ>JJ=>·(MxʲtgOֶ1p_I=١mO9Saa;~9( BQK07\Kp\%v٣h8j|[g>SLEr< CC^,~p=)MQcQfftVц}mI_QQ߂Y9uoT_p_@yL*8@[s5kk#q8?ncb+DzBLccI2vTm!iB;P.tL -rw=e"Y C*[|0-8Aߌ8hŀ )hx YT/ @p 'a*o*OX;&rMX`95SkbS٪4s4;;8!)Gü43{6$5*~K}|zeW>ÝEy5Z > .9T*/ւ e J .E2 YW7%܇Z-'êA{j!݅Kkf%7\s&(YCn=;%YBmF 5hlރKh3 `S).6T.dgLދSUq#cz{0n''J$zru)w/b cJ1@nb1?{Yp[B.љip[ %S%=)J?S_WP!.Mc4k-Z"IHQ0i~Cd_<ɰW**B=_DG!"}2+N|ZLnװ2G }bQ GWOzšYGؾA(vo wD %H<zx2~,6SxN2' Z7ԮnYvZ]*f8`WLݕtu}/ɦbWP8-g颢+09dM~ۜ'upqhqa\2|` 73]*IB$B<ѫGS;75Ȗ4]4ⱟÇ= JoL"!\*!*3 LݸLgU 8W5iGE>)$:/'gw4{yNqjvF)ߐF,1_ɏr Oť(^dr,'ė/曤iC+^6:FO7iogk3$o>nuK3or){R >t{8;m'17OAaY`%*'W+ ^3;v|$R5̂md0RV]wZO"ܼ%w'Q_hwjBGURt b@[}[wm'foY4٠QRXtD{hX]?&-cH*؉Bk>x0p$l M4蔨$ftzPLM )ҕ1 0r:qo#q;Dt Cx(i0 !5 Ç.{$7E㐸؟(tc3A\ݵ4U͡Ds613baQ7x<Xxo{r#IAW{?,,-1" #IN 3oKgUT;v&EW(\i9]qȤ㱚]7GcDԛ!:F Kָ٦Sm/X!#G;3%K$D+ybL".bmImJ}!q2ḟ=+:}Ɏ_}y<q M/dNUoOEJ%=j1}Ǟ!z5Az-OZ/Ah8"sުQW22p(m|]Cwi> B WA]E4/QXߌZW+i ݃sbU"Yr;H P4fm<ҍ5FN%aal5 ~Yk"xp"FdDMrX:@ݦ %縉2@ ^fx*[CMBBmυl|"^CY˴"UwߣZ>7co@,c_NXsz1 H&4;֧ހx^lj-]p 9H)%{n`maIW^+9| kTd^HQ:?kCa p(6f,֟j!tCbjB_Wd;wNK t9e'a6&b\<,0\s4 6x;5efH̒LISp*fgiA/DT"+e;w;֥fV|&̝ ҮnOb|PePQm3X5J^$P Go{<2.+^]Y(g’6p$`5X\A `p'fg%~13.vsc]|n2,$Vꫢy}T Ia,pbo:crµ Jqlqt +5')ߜz)3Htair7O2ngV'ٱ j?l2מmoz8кI: L[C0Ǩ:(}y(Ʒ% :>Ϸ8?",dOCRsW^+)yGZc,mH.>|D%Av$* L9(ًKxbjVD6S+/Q"ǁ2wv_lHz9߱D! }pE+IKj)q%<lu^톏2&QD bHyU i2g?-)"zA^l^>=Y \wvIlZ ̚KCm23K&gͻm#/hjsw*Q/ Y&_tTE J!: lV*$=JHl]v[!\{rZI^DaI~΁~ vܮ:% =lRP?nZke`1yW:髖I꿭p ~<P&7u><{1U?>mz:$|KR ̷̈G۠ [$o0'k |v:rW:NޫB%0D@ւ :vr5\4Mʓ_C7M؛!ie"IW Pj!@{P3wmTVtc KOzX:C7W_O{*I6N|f=PF>n;/ iDJ P9{OVh)q_ BMS)XA$3VmC2JTl>Ü4'30ّ;!%]et+y"fd284TCp嗢nsŝat'Ud?Hysw>ζa {Nes\|!p\?)|[F:Zo7!X ԟ\Վx&CP,2JK 7{dK .1j&%Co㫦ˍ[k nVǹP3 o?\G|q2{f)"˷DuDي4pjxs31w/G+:)Sjpu_` LJ>4_ģc t xaXCwQ1O~^؂œmin9o-ɚNuVXY&y&-il-mKy.#[\YN ~yV_F7^b\vs:Ȏ Bi{+nNj7?^kaм!cG{L\tx@byhطˤXh&(EV;m|oXlSE 9Ta,2g/dZ%km:䚖ڄz%97ѐ#h>p}MOe_+tݚ DZ$$Y=lǹ0INgW_L5PЙ h.=MͿnTqaHuvU^33RT7C5yP "k%N#G0Gclb3TI/{FþL|򍶈Z5'7ĦS(Vy:~ޯsl[hg敉6k"" VS|0QcW&g6^1k9Bu yQ0|0CBu2&V$V:h%-h+[CʊyrLҸ59i4"M#WPتFP5lIl2ݜ2Ƚ:2{r-*v!>"&wU /0n6:4EIYC-n P>55!E>îW⳦.4E2^/{Xbh v/}y .ONɢ@neWkw㲳JW,{25Ͽ-E|Ĺ66i-҆l#w7IBHmx쬎wDt}r(R<]ME@冗5zr, o*_.7M_2)`6J]7:hw_u\$Oxkm9ld٬OͣHyrqڮy)g>4s#X-`g H 0G0<ށJo*٨ht` 0u}tgـ)џ7zOy^_*PN ryX[4኏e.#U]sAHPyRFͭ+]XE924تA~ Y^H!_p#]2YM;=_MZ`hvSvЫ0L/k. H>@=!c3^>Z. P@ϯեe6izB;>7-PӣSWc+JGr2Ej2s{˻57%KD{C^ѕeM8zl*̳JK)@-'tY["hrٛ@vW "b+Lk8^2%/-KQEQeߛV:axȨ728Ze'K ;EV)ͤߏ9gwYdƙzQ<4ޒꇣGAG{V&F*{$ڢa!;kPG|t@ s=sP.q[e\ 9* i}mUZ9K/=D7V VWV.Z3rdUs5hcgf4W¼5S_̎vb!<ِġµ6y `w޼th6 K1+4rU28^3DQ?'"uhv ^XhHmC:DWI \a2[%yYB8SI̮e\R3@TI*ykG;V~ze n}Q:-F͏8n{2 ɯbl4O"{2BǙ"k#L)%j$l&Ǯ_d9;- n>B?Й[cB4g d8$?\Ujch* /Rb[! 3Ԣ|fy&es̴N! w_67zRlwY<jٱwJ  }xTYDtEZU[!kI5hw=>cɊ$e٤T t87oqsgA$բC@C;6y'CW PCm|-dZwX/1j;5өoG@n1sca)R7zρD6ס2KJEz6kG˖H-E9 Z\ݭ^dH6>L3`zk5b מf4 `nb-{2Xq"q §_L@DBargnVltX-Ì ]l>?btZGIj|jmh wp)GogoN`Qsיx̂YT\,E\x6aېs؂9'&; W'lnplr6$)P"JbE"==40rw%C0>PHoT"GQoWEŠi7#_FXӊO |+C(R,v"p# F -r;g}sG6M_O !b|FW" 聆>zmloJF@muA6=< ɹZBo3]U ,id!{[IŎ֡qFsuj4G@"0&)R53Qn$hK5ԪXr.ClyIĝvqh^LL3)Uq.=.AvPM~eETp_8JOQIf; [_="YP o /zoK][`}K.y 1,5 7_))H^gW\(hCX<$`V FvƔ;0-:3nKg 2m2mѠi'U#?k޳'@知NK(4gpf֡ QX06xX~;Qf/% 5y~a6ْX+JhYsïޚBB %Izō_kyȟ)iٽ>aI55 '^hOSYxCp>՜GoH7OS :A"_qk?ϏA2F3Yɫd2Aˎt/8*ȝȿQW)T~KDy$ =*l^U,;8m0q sVu"Tv\׃<$Dk%hj`@?T}O:œX1R,@.ts4`{.6 jߚ [I mh򩹳dCMf77J:Z!?ZN}s^AI] vC\^TU/Ϻh?8*Ípgߜ[U&KL sp3p.bSI'ø\&'2@Վ !mLC~Gm=l+!yWBoO ȼv2ֻ~K +~.4:Fث76[T"dᬹ@_P&j*~uc5S!L79*ŧN8n4/h :WؗH34Eԉ} 1#-{'o ~/Ţ o.u QU*^H.9FOκ$ bFƘ!N(1rϪ֋)*@_+×7I2mΠT<[c_)i`-ÂZJ[!0@^wrY R^.XѮύyhXo"&; t4Bfa,hp&|tt32~>5DY|Xc,O&M8X$s8 ||biuF: 憎ZofВ\XWtbOt`Kn 2cl0zl 7ܑb"$1]S[?μNDM4c}ZM_tA"浱r9lC^~0z[69n޳uCIkle СLbMEX(ׇiu &h?qLsO$!v J=Dx(6*}`XY=Tv[:E Ⲩi`n[\>A /E}$n>{eD[^z7t= *;s+% ;}þ‰3),)i2}/.{.Uqƴ]H/Owf떭Ô[]?+J Q7M&I~5f 틾3k 5Zqqիծ‡QO\. "< ;<6Ӓ#%vL`ݕDjbZ[Ñ$/[-,^7gn7n8ƄjG^t*,,WzO퀓3*a]՞EmDBQIz &2 F Ƀ C;v%>_3j=99bsA'S (&*g Cg 8ԗLLoCQ v:n/ nIǰ쯀Ʒ?k^ x՗u]bp3tgQҩPs|&Ε34:ƿ h*HCp̐feT O*eL1ywQI=&yWeV5l Tkq$Q{#{//x mCex XAiVxvfkUQS|@v'ȩꤟmјnB' 2Dr}Α|4-Y4Y|ߞZT?ڜD4 `pΔBKQ +BnwIP~ h}$7 rw1~le-g(}Ū~{#_iv(]uuմz5)e4>3LD#u t-<șYsԚlޖV1W.I-؛B mdfwauᥫ Wux|G:Y2Ԕ=v?^ɢN ev?θP=Mk9OK))W1C>b3UT&b^ !Ӛ7/^xR.ˆ9 L{?cUg@<|#jKݿvoYgϩl0|WK1qQDIMHhmO(\)pd}q|Vs  KN?u'.$Z WAF vaO\=;`|7 u;$oﳇ˚}5CєU:c*DpbNX(SO~=P\GYS PZE~WFRmQ2yg{s$rvOD+l!nb6vnq 'tF0D̥uw_|x[0HF3/rժ԰@wMSD+u7{7+GWP<i [n<j~XRYE:Y=bXo4nVC[7bN}]h9҄JX՜Dp.9O4`y;TlB,i钦-01P,NÊ}MDÙ|U}Ӓ@rriD O:%"/[$.R`GUЌ=fG] c,V,ūD'1CKPfư_%Y%zx|o:?#9GG&ƁcnD3k';̈́q36FALoJw5LVRaSEU }ύ0{u-!m"ҥ%+ߡf2hƝ{>Dgnh-j՜"*Ԣ][%@)G:hWx\lfhnÔ`#,zYh#36~y:Ԩj(Vt?2uhY֮AzQK\L }FyK^Zҳ]Glt/AZ3 8Q:ij*#WL 9g"?+ZM:?BF9e0oquBNw{[ l ?? q f̙Iw)óK!q/YKq q7%`q?$󌲮H1;$8l#rݧ8b@>aitQ kuy5NI}2+q9#4*j$y"tZ{?F[ Y:SW)蛮6 R"nq/aX#CRyoDq3M][QL?%5~-`!J[W˾ƭKd:&*i!5J7:DKaS0}m*Ayw׭\@!{Sbx*4C3!)̃`TC3 >!';,׊Z5!X"*Էkk΢|b8? %ǿ|c~mX_=w(Wr]ߓ\솀V!'Ltb8 U᪛&34Lʴ'ES懐L-'!XK $ԛʦ jLyeêp$)@+HP~iAvuF_~n陘xŘp&~$h 5ͩNd Dc"]kA(=dfW AΌ&* L(R•M|<8%R(-!dbVƔlaZn /5.n`:dĢ}(: {{onג`cʹTgP1Ǵ 00^m" Ő׺EY5鮸.-㬼nȰRvG& b<uDKqrEɰ CSLia&jOQIe4bI;ɱ%’MO27y Q^ /D{X04] pC2Ni-x*Gpd&[KXkvzskK9!X~#?2qO4­xҜ|,@pLWύ7 OLۤ- @_:I_]{Vp*oixxz裤g0s؅-a:7L?v7*u6+:8@YW1 Uo8#wK&4oul*f'^;瑒vmyVLw ~ w֍[09Jpzգ)@Ibu# \~֍{0W ܷW$JPSN?:F]%yhJHU/GLX~P2b9{#)֓Uz0oh =_k6{Tlvky!T;3RLt:B̝CTAiE uċ"N!wK EOCO[_g2LpR_J>. BD@RtDvFj?j3zTQ=nFc6g`]po"dPK"{2TDd<#l%zh I`:nySTU p\JّwhmEi\4C?+G9ɸ70Nwe> |g&`*=&3oZrM2a޹0S]ԍX8ajW9S%=f& v#ꙬcB6h"0bY/ ꄯ3C M1(v1x ء"B'cg_AD/qQgEػg+l]0>s+fM||,G Tiwas(VSq geg,2@h1fq*L$t+nF.^ 4k:&~eM%9п> ;騪R'J$zGPGic}ڍi'm@%$崹?asGKJlZ@圥Q= 3}|mœ|^(ߎ0 C5xS-'KAydrRgT]Ty@x\n;_̋7ҕ]FPsɾF3n#M;g=b"z:-h2RoVhvx0lMb_v?E]sJpi'[g:!jN92;ksIZɺd;t%,2D$>U sz^‡ >72 ^KvƝwiNWP20nA+K*uM^n9n_>|X6Q{9{Gr l'oNlFN-hΨ`x{!C97^U5Êt6N!5)y u.:djOu^fyl@0.k{<Օ:ぴ1޶ HE=FVSJb\BVM~E 4"ja8>8Lj*$0䥃g-pt[1>hFfJrNkRQ Lȟ(/KY#XcdkF02_S)-&"8qArhIRGARzlUܯ!@aof8~,sTA~c_^{#bn1LEab ,u$2&p$zR;\ Nu;f $xMRẂ=he-f{p$j׫rwUGCD"(>"@k;6K˱o;)܅oק#mp(|.Ey`}կ׊$:c=6#5\?c: ?QqbėB{Zl" i~X <2߰' "Ӑ1?9+N(?CNwo,;2 #[V[B=N4+abhN@XMS*瘓>H/ѱjws.W^07ipDZwdr3RLY56^$n=o(4Vs$U'2h꼊g{U#zm@M^(mOK ."7q>^EAmd+xҨ?^5|d<^E$P[Z0bJf)Hzg2Luj$MՊAh롌%VK}Gct%iqb\{k#J}jV2p+ a#q ,)l*omyyiǽ!N|fskg6î<X9e1JsyoE x*)T&)69Ԏ/!N LcckɇrP_k#@?MGV$sѽ VKާ!UcBqj޲ pSr;fUz(N"eĨhU $x7;- 8fnXY*NKdTe֤Ae*Ŷ"'Wjѕ1Ϣ2Ͳ_wQ»P]7OM;"mbRB+ܙhZQ~*\\&aT_ <@]@GaŅНW]UYۧGurBDf0mz ZyZM;J75q|UAnMb(K:HJ|Zk,DP̜'严` 5m55NzB<#9r ayp'28- OSPP-'PB;֯&gJa6en͔abR;C[@4A^0vZA)5L8>AO7AM$NyI MQ?A lA@)yo'MG0na7DièxNȅ_$yA7~uYgg_W#$FJm]Y B p~fd,#a_]` =;j.c1?̰E{;kq~ArN)=-P Xq^Z l"xiBxjy/þ̦^)7jq}kxR 'IEnή y&0=[}dju F$3)XZ54h7{uq_rcX |3m' ؟m!/,9@ ,V(<Jݸ{FѭYh$ORMck}ݳ^Fk/g|RTbzۛX[R3ఝs7Jj&+VHc:c׆`Frtlh~ S\wfL\pE,ki5uЙV²\jPDaX) H+wP<00D"-z?}[fFc鯎SMScXcIQonK[6HD`ŁqQ/A{z(NdKB깍$CKGg?gT+F&(g\7 hH;4!Os#}gC_ Oxřz0_Dk *<{IgG֡hos,X{5Ag^2muSC`nbV7Qf霘4tx /K8 IS:K/ XҊW*Lw@3=pjdY>_G_FMJ"OKk*j2ϖ2hB٩h;Yg*hPB]SV"BE sȆ%{ՂW[E¿-n as^CWV.9 #3c,vdۨε'O|U;WZ-eJ=,y՘p{.ušJ4 m41*Um|5[mCb7z9VMK \[kƟ-EH$7&Xb K@-PDlh"A G肗 dH@0lxUyCj@:/HEHn9TAYK )q?6T m!5Jm0FQTPa!ƗАs;'!REkzTO uNLb^mAp.YI8j>:zכΈN&2Hq?$3;ɺ8`HDʼnM K>r]<ܚ9"xJ+A 'ՃXb?}F5 yQ;],WJWC,3>hJ/i/ryՙqjط,4yiquWAhTY!R6juWHΙzP-59%Ez'{a@suF Ps0ҥO؃kjQv$0TT}?XkM0OTC70A߹W䩝1/ᝇhάQFq"ōq]FKv.IcΌJ19ϬZLbbk# Aj𢏴ȓQ S2='ED7](:nnru_|nҳCU*f is8[>.%jK28홶i6xc $eB֊o\㮜ʾjγرd 831Sz >_SpnDF<---"1+Rw,GCa"`š{u2r0B 1 &|Dd}Y7'pNrUb\X[NJfrl8\ٕjDI&{/\P ?#rd5&BQN}2̖kmTR wjIVV_JLK᠁"C/o^%}IM䲵zQrw!CH WV5ɪ7*ҚǼݴׂ nգ1!`p՚7b+sWKP7dii˯}_#Ҵ HړJ/A V"6O0U#E cl`|t0[ RhEpuR_W/!UF)VEͿSɾ(2ÿptÓ½hXi 2VSRf iGZPl4ՙ 'v |\gcɐ%Mʾߩ2.n^ s-(ӱ3R}~ys*مbnS#y#YͦD buk T#F3АvvDN=N,mNޱ,ac6%f'mXO_d p;۝VTN]unD9+ro&^^zxޠ?*5~@"϶_#qb`D$h6T7jOػeT# 7[ IJğ v<3J-oQ\&IRE+AM .=tHu|ܕJRd~ od3xYu2m?%PLrpkWrBG٥=i{!0d-Io}gZmǀ6^ߋެ@b2l(fwHo޷ OZ#HSVﯲ0 Q;,)i4'M|:0u,ߪ:wѺ4>M0ʫ" .vvkE@+ VpW8fM3Ҿ}𻨄.IXa:/@:}KKHܠ S_T r'W Q¹W?EPFӼؙlƫ;gՍg^lon#FڬRC#_FEMV= \C+F|ă1rCc`ER|#)G SvegMy<3Q\{D 4I\đe_@vF3=LOn;vZ[6lt2EY)&4`9$@X<`*3Y:U8VJNC4G+HAyqx?`0I et]UXۮ MD'kD{>U?Z Zݶމ @)jIl䶽$H0#408P+ ?Eҙ0g6?ܦp@P2tw W~}OVFf߻0Սpv#/ Zʮr<. gr~<_1,ܜ-oE&}=.4\"mtY#.@6z[2 5umwK%ɟWc ;^_d9퇆jr.8{GwP ڔO;䟃*=^9;L ԣ00$~RIcOppEpGYx}yYU!V6O'60ܭr0|0ˎƖŴ-jQC9~GQ}iq~Pw hu+#;2 Ϥ}QHb"N#N/C-7`u9K 6\џZxeWLhmBdVt9',k"pg4`(2%ڲفm:ܠ7Tv ,!<#*36c#*S+T`*A!&6L~y%jhħoDi ˙0ȽֈaWdXthFPT֘`u4[_éϲ G`#ό-3Bp?d/b +7X .D2զK7"ZX1kf8T?@*eIId~Sx ʀn׈ L ԖzCԽv4.AR1؈:xgSI|rt鮜<~vm`q 5|T>RWHZ yS{?6UkE _ NA ]#rSl]a:N0l)tYjDԢgy:֮hȻJC( CQqF?ȺF.<Vc8IGt%I!.CV}e姰<@ rw#YԷ{]: [㵅E4>ᅡwȍQ?_,Kl%ݡB"]XN@]#D^xI&5vi#xmo2𒉏z]o͠w~厪/a|D߸ߕֽܘW,O!>*?I9уQo Y ιCq{ٻQk; @3G)#0y` js}:jdr.aiEdR lxiōzWN/\(Wo'¦%0+Ճޙ9u5 ÍN#&^ψ_.ZWlQl'C'c/D#D @X7 rE r (kj@;_{z s6N8r{bbr季 k*,2"Rv,5 ?~VJfIYx pi9גּ"e*^xԨJwê{jݘ'Z|ozAwH#pƭ*4pMkt RLJr!q? F%|:1}f³%I[^2eʡx;)0r \{ 39m h kP)BŸA\h:}pHFUݗR 7g뉦!#T ` x;'?aqyU6LDW_cn(OSuq90:{XЗu@6h IḒYEQr *9 kVx.5H5jυ\uv u`YIf;P8,8g?(|Ttegd䠼U#yEn܉.S`@"\80\8ȼթk~xB jzpܰlTEh+`3J&YirR_i/ tCKP-ѹn0Q痕3A ҭ,ٟXvBRRW cl/pU\.CUy뼇`>ʏr/S/H\iMIG$'Rl.j0Q+Ut9)TEu.tOreuzܳqe>J!QiLTsZizi[;aRh %Q}/19|^/gw7Fn~&_W?k(N{OoҾPE͹\cjRC0֊Bn +H}3&Wdw?D-:R ˪GD;OFBWNST66Aߖ x7 z{bSuĬ0ޓ/u'}SQ?i^ z kiuȥ>B9R !CEe9 4n3Fu_yAAj SI<'Чo[ݒ6y00>и{^2e:'&Wr6yG@82FgFo_^%k:1~CՄTNsaMg7IIەMz ҏ<5hHiqʓ%d'M!<=T`} wҙ?4Y68vݱ/dV{3ݙfmbp< zymqhSRZ2SJ*Q"6 5ռ*9_Y鏝BJ#Zu; klH}?>Giv쵗'^4ze8EF #MUq (~#h;Q&͝v㣌C^ԭcu.\ XĬ)1QmB%ڤwjo0>>IHbU-~^%{*7f?x2:瑀 A斢47CXОR^䁵n b|C.Xp-$*e4lBC|2Dj֞XWE5T%Z}2$NjC_<~M8T uFo?5CӜ?8 #,Չn2fH+Tcϟ~Msuac ?U>k,&YRxm0Ymu\صBIhН~.)S/ Qgת S] %CR b[+nv{ߵUOICwII bz ;urd#w62f /E|Wg8K 6 !z4[}vD%^e5A)&Ҝsf"״IgOhbƉSgF{\/KM5e}M֮Ƞ{ë6w+JUpO9l% p)bQW$R- 霩Ts#fE8o1$€Rg2mdmP@'M"Q}V<>N7qҷ\k~{Ÿzjqo,ClBfnǕס&0!V fF*hlR)%qagR'CSXI&Tk* #9&Qٷ\.)GFH()J*pu8qND6g ;obȊy xcl"w^odF`%pk:}M0F%*k3aASd(GKaŶMtVgn\213gP:_G#b38AtPQp,w3H(C\d j#sUƲƽ ]@pzLI6_N* :[ߊg?w&3JPY xhՄ#T(R rQI^;C(ds zxL˭P$nƫDY|6tñDO@y:Ά)ao}39-2YۥTt"!+.1/pGI2dtC#r#cɪCMčN6:v䐷K6E|Vz~ꈿ&DeB"aM6LhGU5zPnSmSRp`Z̢//LxTbLPb&p̔NbsE˚f8"A'Y`|cV 卢8k}/,d?KtHs-$d4.^@LnU _ n5 suq@II)]du`$R!}i_h:RD#܋0Y`HY3DWj{`эV23r#gb}E"A{)Du_K @&/xc]?}r\7|qO{K'4?7c"\ͭ\)ؓ!i̗bo'GJpuu);ĠQ苃 35TIbAnfI7CXhees Gǚ磥?8d/.h,.@&`i("p&re5$+YRزuvT-TT.R 8IrQi<$W8)(=ZݐJ17I*i;CLJ{Tz#Qo|K|B7G8l_-HeEy:y F'MБI&0ojŃ_/kXTS%lЉM`̢w._F%;"]YAL=xX=wob(D%1$ F  ;eUcprC*V ӀV+QYMz)7ZLR]r145V0N!:}v"ygTnEĵayцdxG5Sf4$32kžmf^]_T1JW2]qVxGgLB.5b\ns0gB>Qid!!.aoӪ|3FH íWI' OFGVBжLL5-@̧_CONBľ4QeD۵` "Q8{2tvbQWJj 6*iO?v,cjJ,T8kHsUȯDƝ]P_Θt_KX"BT - ?wH{m_̞#Csg-VI|E3Msz!|FK 5AQsc7[޶(avzҖ-B#Q.o&|3-0+KAp]>qZN kS@-3+xR;6fCͪɕpUYkfa( ē/w6hW_[_,}mI tIlLM[a⡆+Y,qD/ZCʎ<ܞ=.a?#rYg"UB0dOT4>ЛE¢owtWh wy qT-i_YeTq,Fv 2FW@!T)[A=Il@GĽ,GqCS9ϼ`qQ&(eҖq_qLobFj&=% pm9 Y Uj9BF W*p/ ̉9PG妃QlR!be`ClpAxxK{a!$\("gZ 䞄MW_a w`A6~[`#ۮ6cŰC+8>gdZ[?B)'vZ%eF͌:Ňq|Fx_Y4{t>1X9Q?唋khzRI鐄^ t/9v-; p0xU˹qbg .>~ԧUxi#ׂk_12O(-u33CFF(oCNڥQ[]U[fyL*:8]yj>njdbU<ƿ?|q hr, 4!ZW &6wUvIgfl<Ȭt-ّ:,p\ތV]zvSH+#ñ+OcUrDhoXGꡝEZ|9k'!o9=U:o1=V[3.ck8~%{(3Iqyz+'¬#o_=-0\K=ːtQy9^ԚO*͖2Il`D5F38uiQ= C{.&v4-%~%\_D~v ̀pǫ2 %W>Y6ógCu>j@",Mq>'\Fo T”WkzdjqM.U%`.R꘍l(oGmm^#gg3:'@g8 p\١{AK' Ei3& ?&0Zp؊)Nt጑r6;^ŭsÛCS92e4ڿ}u6&mlc9KE T7ɛ9v^;mکp%d8)sGpЖBqfۊ*$5@>4@<\"\-z:H&JIh`ehq>SoΉrJUPf}odrHK#0`49ɹ=`=w>a6,vD1H7!>Ut%fvmNѾc #U:j VA>T_Rז頬eֽy\T:V Tmy*3 >7mڹ3&VWlh5Gp:5T[ -x\gojӭU.=Ln ұf|a} AEd!fvv.0XU+Q;P{S'uI =U$phJeX A#`IQ*)RE٢k5 ji8q[\=E\$:'/6VdX!.e>o|LЭ.zB/ӿ YDtslS[ߠenpG$h^>XNO&`zCRŰT5BԊk}.&hV73`ϴ:vgHƌxi&mƦre\s(ri2cg06w09sj^@PHެ(Pf4Q9rLR)rP0o'q(,?㘗ۿ?H`X786U)Ar󛫾ucJ.ܿW+sخ?ޓ]t\r^TQ%`fHW$Eef$plG6(\(W`3;@m5 reh̏PES{zLgEMH:ʼnY4S@*o%]CgWP}0Yj1Z{,f&A5*k{A˻AF_S,^| w;9xHD7JbˉF>;T`M?U®xft,Lr1Ƣid1q=L}|%9E[v ephTR ^G,Q`_ z!Mx֝g 9&ĵǾ[;uo+!}zpFSf&"I:+znl-fji]grW4(3Ahr7y=ڑ#j+{FjT XrFqm; a 7"+2[Nt;^2gig.-i&stwi,rӨLz{W;M+xio=%LqKf$=v ,0>Qݴγ# z1mXЎ0nRt]P)E38S 샎.ӯJpLF&"5W1U,%+1p (/f5I;cH"Z5⠺7J[_Ȉ`deF.#a8݃5h3!yPU˵µ9H╛ͺ2 NpVh{=[;`؂é4'[<܉iVwåOAi֜YssK-3zJ8&2_s)&Sv:L+Q̲\⸟ hHb @< :gWRdf-Pnix,MT_"yW'Oɹ^YQ dp'}K_8ֲ̱ؐhߞqÏ@hu!xeI9( şnIǰn9ʾ3iKxRDc%2p*2'MȷyqaB!@sMU -5n oRy84i y*c;Ůë́J3Cq+ oЂEmU󽤡vԦ Vzmˬ<8hȽ/1nJ)mA Yh@<\qQN,8O ,=f^U*4/XXGNj>r%GU)K g, S[@Q%n,71T`Ie! _eUH5LY G-ŮӼDJ ZR͜0f8˚^vrr??E(a %XZxJY|]欈W$/`A{n/7F2bD #uC@XTiK-l) fg|5*G,Xw(#@2BJ33xի`pLV[5K\gP/%(#G_$k=\FWBN z52)txGR46)3ٹpQU~fAfٰL p?̷;)1؀b2^D_d[O?*xT wA&gLD㑀 iT Ha׍;O=DAM(xi[ߞ)&qe kY}? $;:@#y,H+>SݦZJj˿NL7xⶺk׳K ةI]=ԍHckז4CD{Xh Xv:4b/n? ]µ~s 5ZjvzJT6gn41H0Hb5oVŨqXzQQnno>58ँvc1ⴢ/ A1N QKօ\t_~p&r:΂(@A"^Nb$53% ZD>C<9);I*S`M9wCIFFR[G}f Le4 f/e:XilnF>ԚF Q$nyO*C#ZdHV[@rlV3 T`a5['./hImN*298rIFR=0pJ)p~:WA+ & w 5-5( Ǖ ) 0R%PznrMy > J6}BMkf c^CF㎟]JNB ÛÚ%k""CvOkx::FcV~,w.ب>f+d%&zht?`8Z:eD=76~4kJ9+H؛TI>^nؕ#`4/{ײHLYDl AvoLr+ۡ\^,_eJ9?a 3jA9,=0ZOv;m'|I_+0$ޯƗj?`V /RU>" "&_[Jƛ7.ÓS%%Fv&`9 QD7-5J,$Z]{.2Aj BQ׃= ̈enb;yo lOpOPLt֌W;'M4 8`4:yZW^SEi[W53NlUp[p.)) BGߔ?qkX6B$WQAQ=U1XC-7& Q+1 0,V*rU> Kҏ\E7X]uJ=PzS5+_:$5êC-xO@(v ζT83΋I=;iÖir-1S(|P~nJ^#/>܂h7R,/] 9&S<԰ p.iA+tY>i/M&6A4_ߤB7g6sm+ՆMxL] 6\&=9BP^Ka {-?ouwʾv-S/2V>6G=*v<qn-4Ѽ&! $[ީ.+vKv77-$lIgX"2[Bm̈́}yS5E+!ʐTqBEC Kr8#BهO%Ȉ@lyW?pT=Bd 5CC|pK+n9kGgWӯ ,7'& X޼yܺy=?f`]R"aː]GhnN*cwu^ϞypYlYfw.%# mC%?{ |[;8Op6*pJ)}FnƱF P@32C5h$%i`< Ş٫Ё:-EgK BiHAlvB [ r>L8|6 >8P䠁 <6NtuџqlyYMpJؚ+^b.zo~*o3z̎ЯSъAq$l<2ckυ 2bHx#XL2'D*a.C`MF54 (R|Ymvzѻ4 AdCc !P-B}Cm";G%^mf8 ? {O;j64 \7!/s!!nOD oH iw_$pDeJю1꧁Ծ:GDYhT)AB #G-DE|=#yߠF) K(nks%SbvKS)3~ueH|b1p3/k: P$n{';M=,t$qՉկkbQXNŬ4;!2œRQόѠfnh\HT秠rc"jgb,5<5PF9 ^#K-IaQF|/ gzrH ۀ]!ݭ+ H qW[%Ӑ(l =MLq_n2 ڍzxb5 Xϕ{y:k>a:>`#j:˓9 EgD7$>6ޱ=YNH~ǚd{(9m^PJ$@c:ە0瘴=_X[+ ӡ5\9`l?6rF_U\-S z15OJ*~J|Ẽg4Vzi#)wM٘ׯq%C*F5?W1Q6.y ͫ#oCܱ7Xy3ƍ!1C*dpwDpn6 eo >]95ƃ2{Qb-8)ᆛu8rkgt.B).C%M)꧶NP:w>\$M.kp@it! Ȕp!q{,]֭}ȃAM,͟JF OY˘H݀$E}G{(7NEB\ƽfmrAO'K'{2 ذP57J^1!A1 p;F)- !Yx *K] Ë׻.lўb I~6Xi-FlJ,毬7m >1aZJc™cQE-UPvCiw$' Bm 6+^Z ަưwfiťy_r@csνC|(&ʅw$E1[㊿҃7t*]ETČ/7ho8q+XHg2ˆ"3c7KJ%.F]S7z]X T|K|z9QG8FlQm^\A/FI:^'HxE JSA{iv"WJK+Xtme6\t-LNL{QJ e/AO .D[V\tԠNЦ[(<x$btJm! O <># =v%TCqU^T/=jߞԹM:k G~Ǩ9<'~]@xM a*5% 8]s֫3pHEg[cyVu,}%"< ,Xut ku`+#tdk IR(G_"%&N\x 3F5nf^6T5һIE;K,Ic/v;+2Msw0傹j6xjVVv Z3P38=G>ڀ)abf"|{\]j%WDoׇp@GФT5Q3oo)Y T|H:ͧŘ!>)#0XFUQ*A Q9<6q7SlR1>u~CU[Pm̡k3ij)ݿ's#<`=toLTs' c Yl ։ڶ+kYHt 0U)Jegi oC F +I?p$IYe$ #U*Q6~)Eb'M3􏔦3zphC,{pQׄٚv2 r#"j;_s.Hn2j߼ iuϥLBchnTz AUl9c\"I%O9u"5ss"rLǶXbQg|zm,[+qn3Z'h[7)_]ׁt@D2# nYLIWFyzoѵ@`_BtOKj=Bp+UiZm2uj(MImنP?j#HbvX=U"s$5= J>=t<uBO9xT~сNbӮnW&AVuU/^@v>j(Rj~#U_,+a6@O(`o6é'>7`QT> XIi/EmE Zͅ,uba@r:Azd8*xtt|ND}݇[hH/vEȍI^ʶ7,JoyR/O\7l}R -hrKEc yIILIz+l,A_pm$XI6ZFn?_xI~!;?̟=ꌅ%ةHū2wҝ 8ex7z =hQ0d<^qvkz<B .LdMZc]D0O #ZhoC Kd#S~ &Lӊ jA<җ-U;gdr ?D @\%lqIJ#4+ A'פ,ݝR3Om)r/LN /qo9ً=%N#.jє9})~HrnR(R[Uo->&Z?^H[`9 G I5tf1ߥ˧cnjM˂AK҇mONWpi"WLT@R8RGp³8e~[Q-@O@:=X_(zQx"HLwUs yX8=R.1U _ro&tx2yB̪D'ϗ,D nfvYKq75X֊ 0md7-:r~ Zז'MiB5?/1H4e8TJ<=4V:5<($Gcd/[.-9a> { kvr{fu0 TKn^XΊ CoʥKt[&W+wl:u(%ed=>Flkx°ɯ1(o|^z$Op҉@kf6Jk[&H w&P?9Zua޽/jRːn&gŀ<Xaփ_[ijS POԤVؾ 1v1G B|Tڞrle>f X^y aLTEp$XI~@̴t [7Û 4-_G3aىm"=(U1hB&NNDg3 Mmy㻟n*؉" =rN kGC͡7eDnV pָ ِJ#5%W815# My0g[G5[T8n( G/ߡ $F'_}o#wfZzV _p1Oi}v1eF^d}eN~ljԞE퍗~m1_ C M\Mqi7˗gYKۻiBG&VEhikțGle o:=h{*S]<}h A0\evv9aYS_$]ɀK")7cQLvW7{h`-/S|^bdbH8\wVP!YaymƱBa@(,/GZ'@u]#]Zp(ƢkvblC0>ic{6إ^ !]"qᑗMLJ"!6$LG?afV~|˺FY&!90汲R\'ɘԼG4+Ffc1:uѽGP@ȗ^"|2ekNNZ냈Fnnj!x󡨍|:!+uM_ۥ(A8 }K uPQWkk5̍ʹCu0&ZB!3M}l ]9kj1xlR8V.k56R5?sy=6tI"pʡ 㠙' =/۫2q҈%QSr!B m b6*2ዥ Lc,d<W;.29rl9.ub旱!͜>,hV&ހ`@SGԗ:"pݾ< 5gE_$G"S yh :]n.I#~2ٌ vVttx"ST{n ~ ^Dm2Eu/UXuI#/t#h}|b {2ԅE!qnA:adҡ'nOG}жj7 ЇT-R*yx+x\UɇZDYIњ,qo;oO="p$<2F (\cYV_E{ux<$2=}.$Jԙ6%.kF:ԝn1'd5jR@mO|A:dQ/[(ħLٗ??w#Sh+:9Ji)aEd!eXl^Sz8p"ZGPK<ޥdey꺥L0p|Jw41{Z%Je_ү3J!vh۠KG'8¥g'’&+rp@X}K>sm0YV ؟\Y|ϰ!y ~l( x->Z|{Ltw5`<~{DZdAǙ%@m~l/gQ.゠#C@ANu0vp@#I(R0" /ZƑ~ nvAETmܑ4P=i=+ -Րܵ/%rP'`S4H%W]'m ,#ÜZyBReppUlJtw f?0G r qjB4|҄* k8jAgd(sѵ%_Z<)ڱ5PɈ͂B`v vnTۈ8f B|l١wY|>fOTt/Y/Dk-,Q 5]V>M I'=۱|/;U'/j3EPuHď@&jc;WJ+@"?CcC?P)deK)RCճfnaa务P6qS 56c 94#j v26846,tr)@W$vi=>KúScb勇rJn7yo"Sv@%Hofz5;M9۝7\!R {d4o趛QX?\àBY IyU>&fD;d/ &GBSQǃIRME ݚYp7>BؠCR!4DF<ެ`c5=}I"ax<MIXZˇXdgRri6 )omU d>́u&k[(]` Z oV's̅"!Ӌc*i Ow  -ـ0px1Yl:%YAl$:d^0zʧ᎚ύ NJ9I0\^tC0Ce8ˤ c5ܥD70J*|^-9T?o8G!˾ gᖦ杦䗶xH n_qsTyPlu=;T*Ħ@mCa)VBLu~A̢I0N2ijǹU_&UdN~m`8o@'}-G!R\$s6kn,59 ~ omq\x *!$WRPogaד)BF}VI#A-'JLZFޕJKw3;@렽#K z`bnJ.4X^PQ) -]l@*HY^Sr蕖;jΜY1YtTF 5P; V@'I BT j/P"Zu[ʚ@f 5+%Ng6)J٢\QKIzP5qnkA̬=rXI}-ڂOV:v%|陞kR2"֘&\ +>D2OLYvBWT3K2e"287{%6KD-@%ażu;RL/IZ+R<ƚ2l5Z`5091'H0K7iZ9x P@)pfjPfzv[DcG3*ɀpƗ#NR)\/ˬs^&E\}TZt&Ԝ%ZS@=d!J3 AKpc` Jr7t)BĽ5概3EzW[I4hlW>]|nz?U GQ`4Pګ3 0@nM#-mPXQ l>Rӄ*6ȥ$TNjnԸ~ F!A?2UJ&w/6ʪToDR94OxU,B?K3\6!ˈl. 4k-s*tt}ä^np  yBn75P\pa"^_Yܤ:hf9PT%V=.4.۾Yjv9 0OnFxEg&B-'*\r #H%5I*˜6ǗRW͗t`alC! @dy螦Fk>w[p|QC@jE<81{ow:1?8"hU+Kv~s{z2\컐hz4ӵ`3H3 cL BM1ok>:6F=J(]n|>*vng{[[CiɔC@~n=jU낮 qmXXF*3:TmI2ER~.}_$ќK`,Ŭ'9bm=Iop7\w 38ִM;)E\u-C5ư<ccWyJ'=52j}NOSNvt-@dqg/3i/` Ϲ p 6[aU.-:(#ů:7 ˄ZU|*vmꭂ?[n) P)f#`#1AߧX(XQ꣨.Bms͝r]U `cH"C `,},+BXvbVly ;Z%uߏnN$xGu"/JN* LJf^]^4A'*L[j^3jZŅfaQNnF/'#4wog4 Oӟpl6L$IQ,٠;9xglHzdR϶?UWJ@~j{1ʮG4hwWC?4ROq쮜\Rߝ|?'A!6kk} Gh)3Te WvͫzZ>j <'ɋUR1EoCh@Uu9LLf嬿-S Z8W$<"@<%W݅}5v΍(\TEl,|N0Kḟm~>$99N$'T`P`})b`_ "J^T{y)m$&E[o 4U ?8ٽI DGoWDӍKd @{N:"֞ɎЛAV׫ҦWeąoyTEWQh^UśFB=rt*bbxz(+tv赖I]roFT4HV[vxM3}Rr1[bO"n(B׃ApVӓ:(=P*!hEtlowe9m{G릸N)!.L'*Gl$Fee|¹laՁW_B'jdB,Vww~-\S#Jz')时KBNWX}%R6C\ @Ȟ Udy Am@5ko$jL%@y|G#ZCFzk >tdG/9 x$CY=Ix̢AZ_[| zd݋dk.zVW>w/e)ܷKO+q%fei coi`+Nzu>Cʶ v#˒ `N j!"!t}q{BW%YFߴ2 LydzZ9+oYA?epҹ)VΏuLRwfҒBw{$g4(ꦣ9_4x.D76l;O ~/֗: WjL R [ۼ}#mzx{G7OXep >E&@B7NBļ@1gQhEIF3^UV2{ămMNj%MH73rjsC/5J2dͲ'ȝ cb DžOg=;ST6$4\ࢋÓbr7vwI j}5߿eqx7ն" gE*xo!s8y;jG6fMQJaOE=e[.ī*FI8I~P掲=S@_R7<tͭcÅz% ,dJJ/~̿U\UsfETۈ/mRӅ!l Z4[_XCc* jKҭ @F Bd;v"!ː(j6f`M^ WA$0J cͷ'bdeY} Y2K{$@V,utBI0ɟ'hnb9# f|-$").lc90yYIk鸸Όȍ%۟1HZ^]rsi"#lnx@@yMwsG,SQa&H>/e67Qs= t?g};5!MqL=r<۹:uttU(ׁ- WwVlzdv% e…m=0}!%fm[;H %FbVS>ȃMQ\ R41a-WߥkpʴWO- 2ΚR:qӽq LG|Yni˹VNO$t*Qq'j|u wl=76/+i6&BB6xi^eep,&,SG)O,ǝ`dnÛKЗ21AU 1K\Nuc*0V!2v>OJM]8cp<Opta:5ع|]Yl;w[nO 4tq X+̩ZX-זKڳRJGhH[)T˹  R#3&:@=h֤"@Գ((ϥ\QJ<3jj PWn![^=%_͟"v5D)?Q,vrAVև+ü>n~b/d0~jz*@bLZ޺_:mRSB1u׍omHKڨDD"`G:Cd+cbirȅ;WGzv]qs:;cVz*@xIC "\7t7L@wJdDPړm9eNu5{@LYB_r+$D;ȝL6x_̕qX(jst9c'Z~9-l: `׆b ^ {x{ݔJ粪 QuAWѥ_(O|>B8j,:P_x6H*̸nY N3r`&ݍ`6nOVe{7*OɃvE[ HJ5HUЎXG<%M#mgDbvvUs|i?Pp'=e{䟽}_1?n89$zSE`զ9s*%uܩU w}!~"!IRaν[*h|rE/1x\b}InQ8蕰æ& n{VK$Gw@6>MeႦA` x3l[dyZ4#1dw/Aղh@(_gY OTo9DPͧz:[6@w/DG9>֙/yZU)nYVE1[CϽڜ븜}sLý2uk0ɹOPKP~0[]M_1<⒍ `02|X3&կ<ự>f,hIkT nA&]7r\hbeջ\B&_^s+=ƌ+$$~̑nӽ?Eu/yjW*{4PUXBȖ0%+iYH~fYexqH-lHCo~R*~Y6PhD9:IuFfB[?\#t!,Gm1q^` 4â^\` OU3~ыF|V<6R$k~!K3fi H lԞ CrvR 5,_dd=1~y w8(AEfЋe1TWRױ噤OCgzh ƹq<ú>b@K^}IiR  HJ@֋?E)s”ezUTFF2?:ugeY ùpOr|uЮ j`ظ!{e ́q 6յRhdW Z1c=kP]֡`%tE`&>s±$uժqon49`!V"ZQLOV$YS?r󸟔b8L%6+ jL&5qrvD08& z7x^|Z@~g:j'e[IԸ\f,tq]ɆT9{DkiğII.DG9p.N$aLޝύA3aY8|} F[*-^Zj\1Ⱥ?+_^<"﫜x]]?kNL% j$oΘ[moעʾ]epXyk!z,reS0-eOQ,N~YǪpt^L;ZE\/-R㪪n (EF*]݆t,ReҨ\CAOwa/qp Kis{xH>gM;Q Kk"ƍ~tٱá^Z03RZ9h<*foGLZ1"s)2c8"%߯sӅ>ml;r{=ԣi:}r'-8H|4ƪjEU1*hAeK:*6E"Tz#MLvb8zs QLsyψD]2lr2@F+C,.SK8:sFpe:S <تTeQ#;xW~'L{i_˲:6z)U`{' vƤL3m@SO&~>" '!T$P춸eݱc:1- OP@hYM\jKؾQ/tNˊ{-lTZ03+ڂ$rPro5r GNWƍ R e+peI%v{{Rn4&"&,et4p(R"^Clic.!(R$6$?1-Xs u%#Q*σ"_a wǪ Xc'06Py*XpK \C˟eXO;eb6V:.}`ŒNdYoH|X@p溌 PZN4c*ˌ9J L)iF*j\0ԃ-\q'p1gZ72]N?Xb\87[t(5|FO2{_O΢ϧ/R$#Lbk7 aJ&*xg]bM>pzmfa! 틲(,++N#֋nϪ bz.X~AE8[,S WvE2huHrRб*q6˂vgc~Y5Y<.Z_k=^R |uVQ^$n[{!qݘBPdr^\zYk<+N9gK"0ǂ7OM1ѫ ƫ ;a=9" ;&ּFvc1Gk(3a۷օ7Ȼ;0X3$.ZDτ@2\3)Ηj)jI>J!~"FHj1Dl#򼣔SQD *E!{t47_E\*8zN{O qte8׵I3pB0x%6ܸw*ʼ~%3R^yC fռ3Rْ$@ܧ\bO?*O2q7>L+4 #K$v+w J:&O鸩欖P R]}q~+ՈЕE_o-:hJqg]/'Y?4{zc>Ms_&{CUW @ko^DcZ;SɳRY /Z{XRyH{9(o{8Klt-IdFDa-;ìZZ="ȝ&Ѹ:a &Jlڭ4YtC3r#:UQ7Yg a/c,,D ~s$^zJb2D w[գŠ%>g>Et'QE.kgÔq<*–U& 9OO(BΧ - bB˅4x%_>g$!0@|5b &Bkkc9E2`Հo3Lk*C>{ΦWO<9c]DKv72}꛰۞|s. ud;]A9t}]Z/"7fܬ}fh v}m3DWUيYH+*bӮL-4N ;wC=}ԖT"7/*yAj1GYڇzrn%b@p}!L)rwW6v7ڨȩP(eY7pqSC6F@I 2>(֮]K>d[ |jWx,ן^PMoX覢{fdxhruE -"N4|m)֕P/R.q 1;.Ufm~Igq 9!?[;VFd'gbR\n?bR*6y9jRK}iJ/.F;3aLK}ϙaxT ,XH)X]&b1ȤM{X& ,=  v)Ef^,،5}d 1p2E/= u-|U:i?ف# XAb R.:D@"ՑrX˷b>{ fP5raW -5PWMcjJ|1n^8][&t[a7_B1ť˅E#)1mB3u^k~3/6Az3 qx1M"P,>nAeDYx9B`l/#7i!S^-RKF=0yqRi^f1*KӝXmAQY!4vy`}Ebuc>xCQIF5U{=x$]nK~Zy.>AQ<Ո5ݤ #1q@+Ǚ#'pLaR#/6W;9.&!gq1 6Y􉊣j c5}xk>QLh.l%7߲ԑm|%3 h?J9{ŨضKV1e jƄx7UR_ckCsܛ` N~@WSEBΛT^猹Tqv"HՖӞǠ/-nQ]*m gY" ?vS: .2Wx<unQZ.$Eko &cJ:$i 2ku-_#>+D?J.!\AE=zϸ6Op.u0_^ڮJz0Ըk/=`փ ф?(3r51l7@8FI=sbah-WW)nh/dB8 qoFQX35 +”)O|ǴQ4, w-t$K(KӈHe?1a`Mڐ9fvU ?`YΪ4X^a {ރ$ԢnRG%М=+vӐ,KI2RӧtxZ^2_A4  t 6\1Y˱DLʂ󨍋^ik.#(o鿒"I shpKG;n' LT>̡Oҕ}#ܚ 9րb3ڈ#R{ԪR 䜢$~HҝdlP Ja2[Nf2AÍgß|qO,N佶Qx'IaQi;qRQX%f'ԩhY@i5[Qј}'2#ѼgQгs%'!_=eT)'bw>ߚ,چR,,;eL?E|T`hӥ_aSFX Ƞo,ľb!?m ;Aƒ3q*V8bcUK3ax(y.;dyT̰\^ eA?o*A$BH\'دk?g i 5l&UΐXMn{4wv=F2鳨UաJwErvq6tjðWq:>SM""wcOIy^wJ7b>e"ufm_|$B/7%=*4ԴE[Š=x'| (dFjSzӎI#hp`pRW}ܐLu&{kz%#c4D/U灓r GJKu֛ U,14cV7oU[= z-|(~a;t^)WUVB4+q M!Ej^]Qجֺ{!O~&XCw9 %Mh3/ R, p ~'~pG\梼1v{Σ]v Z/+;r:u%`NC@n{aH:K#m`߬$t5 Ċ|srn- HI@xfǓM(#mn('+k/jrNp'a{&a#̯lo^2$-Fk / DHG&oK{&k0mXITrraf W-]#X>Q۴J?>K3.vXjG:.j6뀨H$¼w "3(ާw]30+vSw^_>0WjwPY[JH=+Qv 8To+ĝS'd'a(9I 2x~()Z%C{YoJ&q6#ai-‹50 pT%/CRuBAX{톳 Uu[,ryD6,|BCR5]OR@.^ m<GjCK[pU.妛)w|,,c'JYrJH)ujZ뷁m Hחe 6%h[mHȊxJ-@LB]{d {<@—I=ws|ѱˣ2Կ|b$VhG5iW'1DƭU;~H[lS6[a7`'=R]dGSGFo#x˜O=FebQ(HUX|b &YJTU%Pco`&:=/rJ5/h"G !3u"UEoUˁ̱ lL(R}&ؿv`+Jm? Fx1Pȣs 2Csn;6}e[z.GhTcQǤ0*XUQcX*glgӨkѐݴE[bhJ"m D´{_ YKgo|/u̡.@47`MBeC`^M0 w(X6# Qc >Ȇ43ASz.d?Tp\tN GB<8;:f13uѬRUp`r;IJynLfN3/k^piٳJ˷=j~Vt*}(,x>Y1 ;)V"|:_.^7&Oz0I:Lr@/(roՅz4~~ccw5 dj֜jdez+^3SjkfέR%7:n\Lj`QGT=1W-Iƕ"@!Щ_Ay+&;}0+TLUa V@D2 V—P) 2xH/M'{-wRZ}]=&ԁrА;m*0&L[YS桯A GD͠Y6"M(&TM~c6&=i׈q[*}uqH'!t$Z%6|8B0X+K,&3 "˴B42&E0mȺ~F4&8zX5LwUl \ ^#a[bPH)`pZi *j؂?Y !M~KϿso|o4^5m8Y---RAsE˭&}ΑIuvl595>QpC ^Dn޿uiS>~tb]@䜋OF_@dl.V0þ-k62>3TjT81U]4*/6~XK“e 6*"'.ϋB/ B>)91D^bl[ SN|ݴ$f翟妸xƱKI7C= O86x):=600W i,p|, 7ǬUu4, Vpq=,KiKk~dڠP Ie!CN~Pt^ ]\lh6?H3 /;5o"\ c7&'aܩߥYU.5jS=>%:&=Bj@[3aJr<ט'8{7ՙN|͒ތJCm47yr[a*aDZkHjL %:]bT73^xG&/HJڶT34vfaF[H8,OcddM^r匽YﮦЊK!we%R! Dm$_5 e"އ"Zр 4xCkӯht?3K1ɹ uH2QR?q } *)a2 {0S[~(?AY2HTm'rVQ8۹H@(Iugm.qaGIb7`>\/k3C[>~i/\ZѨ"k8ddvٿut!ob| ZAMcZY8M_6qJ~Q֒@$sLu_AV@_g-Ώ{UNw/!/(pŮ`6۲hc`eqtlz O]XetQî$#da5 h+,ݡ%k"wB`I;G^y|՟\32ҌZBd}"Ry4 (և5C `BXAg uY2cE4 g5vGWƕ"t!E ;qȠePơ\%5(2Vg6ӟ2sx!@@lG%bR{.f7r'D텱txN7?3W0#_EL`|/=I,~X 1"IPTژNo&~<}|a`Srf=ud-Z8q F<+N/'mAjV/Xg݉ DdIHJ`>wf -rn Wxm 8Z΢îvjb@xT_ʚ.9`B&2|=EU R7QRx˴}RϫҲ  WI|%cBf^ܟU "t&|܍Gʥ#O`CDY)fYuibGe4 `D~t;ZtweӆmV\l9] =if c )lڙ3~&6m"[igk!=OS X5}lZ6x't|d5eߎ@2=`WgT&kx'8}e!( uʪܚ@z) pUޟM"xοdPk nrzVIB3Heop B+Odk@?RԈcq(HWiYuU{0$ ɴ8G~N),`g[U_z϶pW(YP/ {cg\ s9mIw˼itGҢJW$דtM4A3G9>rzZbhAM](UsD6t)RMcxtcQ:fp(/Æ٧b;S Sg6f+k֟EUnWRDQ-^{DlP YJ,W:K=^ _`Z͞6ͪ^:GINgp/`u̥TXR};@T[-b;"sJck2v@v F "·`ԡB*v"ǾME@2/MA8 #/ɘ3Sc睧ffPc4 CƦ ﶖElc M?DGVzKi\Z|BAۇ 9 . ?]]KV,L[qD-ZNrq?s,]F>~Ī3L P=KM?*-x :ܣfhz =lbF{)(rg!?,8O!t2Josu@;n`NkǗ"*U g "'ȶ+| ;(ErRJd=ټ;Tx$'pV,ˬAs\z;u-0,Nk&hɶ \~P}7ʎG΋(%nUa|h:5o/G 0 ~\Grz׌&rV nwtL;qBvOuq5ցxe !_\ E﫺j\%sX 0nP :\@4}PHY_iW $Y [!oIex1Ӆ3k|Z~rCYInwG6{Cu9 Y369-`isaJ1`jUL7Q<#@8hTyYVdȘL8Wօ@G zɺ:"=9Ih؃k@C3]%iƥ~]'Iނau{M2˷zW&Fy E$; 𶐍0e Kz*y 2;+\~= ?nOnOiJ=ָU9{ =~q[}=ۛ;6pXkŎk[넲?- l ꑓn_PJ^Zeffߔ +ٰ+Ft*dҁ@%W О x7lp@?zCC$}Ysu˜KѷjD!ߛ%eh44zdW鸌 5!cagxƝ5د@+Y'sԝ[ۗď7UIh,ц*@6LrE+%Hȭhh\ SWj:n̙a9jhf&R0-ڛdi@O6IUcHТ0PZ14 E?QXi A?ڒϠuJQEso.|z3Ap.,D/)Jh;%̠/mɕtX!EMvdޖQ%wd >^]"KwCVDDsTjDXݟ$o\djޖ)Gj}wXq=`]֜0rH*{э}%yIs,&\D?,lI\C\ɫ, ۓ/}͉:>ڲI.g]lGR 2b\a})Q8NSw(;DT,3@&x#;:6u<3ٞ34iU/~`""HԣuG 7EVV%ÙƠoҢgJo R>G#˔A:Ü nbN1-ssb+ZHQ &7o6;r[Nz0m|us+.o8RL@ѽz)blnlY` x}٠8 iʀp"s2\Q =_blcrUd" deto0fAsk] >h D7Qa<ۇ.N\7KpHZO˻&5ᤷؕl|/i}G1"IKbKOZ];aG3paݪ$'R 芻FE~^u!~%Gy-$ߺdhmWZ*`a_EcUVB& IZ𼸡M߇4om1Žm?EL1d[Wo7 ){=AmCφ@込بvنϤpzy<&ڽYb &zJG>HKa`EGZm73ihI\dvg\Gg `;֯\~D%I_7gŸx+*65&k l+*6 *MUҒ 8Fk)&փk%kS R#[tbNdEhYiinI."< O/^ 67S6Y%#Ruy)D6Նi4B_*dzSiO@u$j/K[)[˲ Lh\{-<ϛ ?t-S2tgfv0oKjG$RϏ0 "Od7# WӚCPBٯ2g']6O]^ngWuuf|=bN4O.}q/uJwa͈N$"0B/UGmDaV'GEpK,'\p1G8kѻW:A捧w[L\󅷣roQ3]]ɐEzm"{D谎-Ĝ#p׶3 t'u=@C R_XRN[͎7 L:ګEMKΌ +rqٷkZoK5Y{Ɉ# ƴ.6x1p+o={%ᬃƥAu{T_L?(| 8 9LtiެQS=1ƃ؁'gّxuuHi^H\G#XLgUI)9lk9f mkM9B~ I w N6z#VQrpTPD!^K>݈lfj܇) {OB⦜P &ewԦmpTC%ܴ*Q"A9*J2|C*k9{c[3?"a,g&:S&~?B3KVvw.dyy2L [WJGJ}-ϗʼNPl?Wr͎V< cKw&}(8ۯ3/FdsT:'c)6Fl7 E7Oܛ~>2ه0u#B`iq5`?tւfl;u;R@gyܾHE_;|6Nt4!4 $ cb Sk‘izijP ~F6N60vPq}bZOD0r1z^}sŰCf[Yu8vpQCd"AUhYxaCOj %?!,n@ZKqC %|vFu)[G-GOE5va,Q0[{"Z>hcnM%?]u$xbP9 GvUGAm *?r13 p1۵ 3dA`(#FHp>nl3kL˲3$qYyyvG5Kb HVUdژ^W.| =Wu@u@3.A"sl & cҦU*6rA oQJ1fRy8*JdM9Ϫ@%f &rei<ӬF3{dLЄ%^9>/\} "MqmYK 0 gJdC?YR7Adaޗo?fj" ǬoȦ=HoͰcGzґ=m@n7F2 8CHb-,#d fPM.WEoVavԃ*iUm`3IQ5 R ?wҼUk#UroP@M9دIGx(;jio~HH%5Ji)0 f0Nn7O%] +C+:oVf{uT{xC17Mgf2Α f#ݛA苈KJV ?Sj8N<5F>r=ӛӘ)CUm;w,?ט $u1 s J^A8B$)qOq4=’-V&֨QOڮwxG QH4eJM&:(\xQԋZmm+cn5FEN"{7iTՋYL͝ك8~<I6ߴɏArSrE=\D7'jդ4,y+CΘh^blj@ ݿ|=ņ\lT(c#C0hjiEtuθ4ķ(m>rX"K^72Q섀;,0}*idF#:$J6 ˭bi\=0D>ek뗅vl3.XVSOi6jHi^jḫG-Kt.A~~*) P|d+2.EP!nm$|EF`5pA%~T'z!8w{SP\RơߒDB!ܾ!SMǘeUH RmEF6Ŵ~ʓTv˜" e"L`è{T=>JB+b>ͨUUwПA?cH+{DkZrgIʷ1X_4(SUL)!k}E5V@xSgّcRFX][ Sv.&|)Ƞyy[x0lː4܍Qt\(NAC ԫ;Wz$]Rw7oB[ c,[,KkBW"lj.p 91Gk*sXvN\ Q,;4𹌜өvM{ͨi9/m^u&w$sRtaz5^F8uZ+:'Iݲf86a܃7~dq6!BXZ9EH$vN>Ӈ&ȮAzgu%-| Ash;$J:"#9 YZ