dovecot23-fts-lucene-debuginfo-2.3.10-lp152.2.3.1 4>$  Ap_<@/=„%;3D'`k43T`w:\:Rý}t(Y\7\Ϡh='Z|NSեʈcω*p?]>):nvH.%T^> rۙzNa>}LɸIp^Mk-\G*%raxNTκI\AO1x~TYPf"0!֦b*m|GLM_=e(X~zB ٯ2, Ҿ^gh !ЮO_W~ycOe2b74e0e70bd113d980173d448ede09d3a8ba04b3349a0f4b5f041de5c5457e3aa24598e7993700282f914407bfc72cb52bccc10_<@/=„|OX\|ca{Ms"-Lűd"!cQ-G:Q?w̪<^s$~i6yKX>\] H ,Ed@֨q*̡Lޱi"`f_F&X]&Sk .eh0̭SS כ=I'bIn6uC-s+VNhݶWə]wY`K8P?eD`HH{UP1fj62N]ME5) piBt>p@Ŝ?Ō& 2 e $,0CLw   8 p  X(<(89X: FGHITXdYt\]$^ bcBdefluv,w|xĴyz&<@Fňdovecot23-fts-lucene-debuginfo2.3.10lp152.2.3.1Debug information for package dovecot23-fts-luceneThis package provides debug information for package dovecot23-fts-lucene. Debug information is useful when developing applications that use this package or when debugging this package._<@plamb757popenSUSE Leap 15.2openSUSEBSD-3-Clause AND LGPL-2.1-or-later AND MIThttp://bugs.opensuse.orgDevelopment/Debughttp://www.dovecot.orglinuxx86_64CqS7xAAAAAAAA큤_<@m_<@p_<@p_<@p_<@p_<@p_<@p_Peter Varkoly Peter Varkoly Peter Varkoly Peter Varkoly Marcus Rueckert Marcus Rueckert mrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.dekbabioch@suse.comvarkoly@suse.commrueckert@suse.demrueckert@suse.dedimstar@opensuse.orgmrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.dejengelh@inai.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- CVE-2020-12674: improper implementation of RPA mechanism (bsc#1174923) apply upstream patch: 0001-auth-mech-rpa-Fail-on-zero-len-buffer.patch- CVE-2020-12673: dovecot22,dovecot23: improper implementation of NTLM does not check message buffer size (bsc#1174922) applyed upstream patche: 0002-lib-ntlm-Check-buffer-length-on-responses.patch- update pigeonhole to 0.5.10 * imap_sieve_filter: Change result action logging to include IMAP UID - vacation: Addresses were compared case-sensitively. + Added events for Sieve and ManageSieve, see https://doc.dovecot.org/admin_manual/list_of_events/#pigeonhole + Pigeonhole: Implement the Sieve "special-use" extension described in RFC 8579. - duplicate: Test only compared the handles which would cause different values to be cached as the same duplicate test. Fix to also compare the actual hashes. - imap_sieve_filter: IMAP FILTER Command had various bugs in error handling. Errors may have been duplicated for each email, errors may have been missing entirely, command tag and ERRORS/WARNINGS parameters were swapped. - Sieve may leak resources in rare cases when a redirect, vacation or report action fails to send the message. This mainly applies when Sieve is executed in IMAP context; i.e., for the IMAPSIEVE or FILTER=SIEVE capabilities. - dsync: Sieve script syncing failed if mailbox attributes weren't enabled. + vacation: Made the subject for the automatic response message produced by the Sieve vacation action configurable. Both the default subject (if the script defines none) and the subject template (e.g. used to add a subject prefix) can be configured. - dsync: dsync-replication does not synchronize Sieve scripts. - imap_sieve_filter: Reduce FILTER=SIEVE verbosity over IMAP connection. - testsuite: Pigeonhole testsuite segfaulted if it was compiled with GCC 9 + sieve: Redirect loop prevention is sometimes ineffective. Improve existing loop detection by also recognizing the X-Sieve-Redirected-From header in incoming messages and dropping redirect actions when it points to the sending account. This header is already added by the redirect action, so this improvement only adds an additional use of this header. - sieve: Prevent execution of implicit keep upon temporary failure occurring at runtime. + IMAPSieve: Add new plugin/imapsieve_expunge_discarded setting which causes messages discarded by an IMAPSieve script to be expunged immediately, rather than only being marked as "\Deleted" (which is still the default behavior). - IMAPSieve: Fix panic crash occurring when a COPY command copies messages from a virtual mailbox where the source messages originate from more than a single real mailbox. - imap4flags extension: Fix deleting all keywords. When the action resulted in all keywords being removed, no changes were actually applied. - variables extension: Fix truncation of UTF-8 variable content. The maximum size of Sieve variables was enforced by truncating the variable string content bluntly at the limit, but this does not consider UTF-8 code point boundaries. This resulted in broken UTF-8 strings. This problem also surfaced for variable modifiers, such as the ":encodeurl" modifier provided by the Sieve "enotify" extension. In that case, the resulting URI escaping could also be truncated inappropriately. - IMAPSieve, IMAP FILTER=SIEVE: Fix replacing a modified message. Sieve scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context that modify the message, stored the message a second time, rather than replacing the originally stored unmodified message. - Fix segmentation fault occurring when both the sieve_extprograms plugin (for the Sieve interpreter) and the imap_filter_sieve plugin (for IMAP) are loaded at the same time. A symbol was defined by both plugins, causing a clash when both were loaded. * Adjustments to several changes in Dovecot v2.3.4 make this Pigeonhole release dependent on that Dovecot release; it will not compile against older Dovecot versions. And, conversely, you need to upgrade Pigeonhole when upgrading Dovecot to v2.3.4. * The changes regarding the default postmaster_address in Dovecot v2.3.4 mainly apply to Pigeonhole. The new default should work for all existing installations, thereby fixing several reported v2.3/v0.5 migration problems. - IMAP FILTER=SIEVE capability: Fix assert crash occurring when running UID FILTER on a Sieve script with errors. - update to 2.3.10 * Disable retpoline migitations by default. These can cause severe performance regressions, so they should be only enabled when applicable. * IMAP MOVE now commits transactions in batches of 1000 mails. This helps especially with lazy_expunge when moving a lot of mails. It mainly avoids situations where multiple IMAP sessions are running the same MOVE command and duplicating the mails in the lazy_expunge folder. With this change there can still be some duplication, but the MOVE always progresses forward. Also if the MOVE fails at some point, the changes up to the last 1000 mails are still committed instead of rolled back. Note that the COPY command behavior hasn't changed, because it is required by IMAP standard to be an atomic operation. * IMAP EXPUNGE and CLOSE now expunges mails in batches of 1000 mails. This helps especially with lazy_expunge when expunging a lot of mails (e.g. millions) to make sure that the progress always moves forward even if the process is killed. * Autoexpunging now expunges mails in batches of 1000 mails. This helps especially with lazy_expunge when expunging a lot of mails (e.g. millions) to make sure that the progress always moves forward even if the process is killed. + Add tool for generating sysreport called dovecot-sysreport. This generates a bundle of information usually needed for support requests. + Add support for the new IMAP \Important SPECIAL-USE flag (RFC 8457). + Add metric { group_by } setting. This allows automatically creating new metrics based on the fields you want to group statistics by. NOTE: This feature is considered experimental and syntax is subject to change in future release. + auth: Support SCRAM-SHA-256 authentication mechanism. + imap: Support the new IMAP STATUS=SIZE extension. + Use TCP_QUICKACK to reduce latency for some TCP connections. + quota-status: Made the service more robust against erroneous use with Postfix ACL policies other than smtpd_recipient_restrictions. + Add "revision" field support to imap_id_send setting. Using "revision *" will send in IMAP ID command response the short commit hash of the Dovecot git source tree HEAD (same as in dovecot --version). + IMAP ENVELOPE includes now all addresses when there are multiple headers (From, To, Cc, etc.) The standard way of having multiple addresses is to just list them all in a single header. It's non-standard to have multiple headers. However, since MTAs allow these mails to pass through and different software may handle them in different ways, it's better from security point of view to show all the addresses. + Event filters now support using "field_name=" to match a field that doesn't exist or has an empty value. For example use "error=" to match only events that didn't fail. - acl: INBOX ACLs shouldn't apply for IMAP GETMETADATA/SETMETADATA commands. - cassandra: CASS_ERROR_SERVER_WRITE_FAILURE error should also be treated as "uncertain write failure". - dict-redis: Using quota_clone configured with dict-redis could have crashed when Redis responded slowly. - imap-hibernate: Communication trouble with imap-master leads to segfault. - imap-hibernate: Unhibernation retrying wasn't working. - imap: Fixed auth lookup privilege problem when imap process was reused and user was being un-hibernated. - Fix potential crash when copying/moving mails within the same folder. This happened only when there were a lot of fields in dovecot.index.cache. - lib-index: Recreating dovecot.index.cache file could have crashed when merging bitmask fields. - lib-index: Using public/shared folders with INDEXPVT configured to use private \Seen flags, trying to search seen/unseen in an empty folder crashes with segfault. - lib-mail: Large base64-encoded mails weren't decoded properly. This could have affected searching/indexing mails and message snippet generation. - lib-mail: Message with only quoted text could have caused message snippet to ignore its 200 character limit and return the entire message. This was added also to dovecot.index.cache file, which increased disk space and memory usage unnecessarily. v2.3.9.2 regression (previous versions cached the quoted snippet as empty). In a large mail quoted text could have become wrongly added to the snippet, possibly mixed together with non-quoted text. - lib-smtp: client could have assert-crashed if STARTTLS handshake finished earlier than usually. - lib-ssl-iostream: remove -static flag for lib-ssl-iostream linking to prevent a compile issue. - lib-storage: Mailbox synchronization may have assert-crashed in some rare situations. - lib-storage: mdbox didn't preserve date.saved with dsync. - lib: Don't require EAI_{ADDRFAMILY,NODATA}, breaks FreeBSD - master: Some services could respawn unthrottled if they crash during startup. - push-notification: Do not send push_notification_finished event if nothing was done. This happens when mail transaction is started and ended with no changes. - quota-status: Addresses with special characters in the local part caused problems in the interaction between Postfix and Dovecot. Postfix sent its own internal representation in the recipient field, while Dovecot expected a valid RFC5321 mailbox address. - submission-login: SESSION was not correctly encoded field for the XCLIENT command. Particularly, a '+' character introduced by the session ID's Base64 encoding causes problems. - submission: Fix submission_max_mail_size to work correctly on 32-bit systems. - submission: Trusted connections crashed in second connection's EHLO if submission-login { service_count } is something else than 1 (which is the default). - submission: XCLIENT command was never used in the protocol exchange with the relay MTA when submission_backend_capabilities is configured, even when the relay MTA was properly configured to accept the XCLIENT command. * CVE-2020-7046: Truncated UTF-8 can be used to DoS submission-login and lmtp processes. * CVE-2020-7957: Specially crafted mail can crash snippet generation. - Mails with empty From/To headers can also cause crash in push notification drivers. * CVE-2019-19722: Mails with group addresses in From or To fields caused crash in push notification drivers. * Changed several event field names for consistency and to avoid conflicts in parent-child event relationships: * SMTP server command events: Renamed "name" to "cmd_name" * Events inheriting from a mailbox: Renamed "name" to "mailbox" * Server connection events have only "remote_ip", "remote_port", "local_ip" and "local_port". * Removed duplicate "client_ip", "ip" and "port". * Mail storage events: Removed "service" field. Use "service:" category instead. * HTTP client connection events: Renamed "host" to "dest_host" and "port" to "dest_port" * auth: Drop Postfix socketmap support. It hasn't been working with recent Postfix versions for a while now. * push-notification-lua: The "subject" field is now decoded to UTF8 instead of kept as MIME-encoded. + push-notification-lua: Added new "from_address", "from_display_name", "to_address" and "to_display_name" fields. The display names are decoded to UTF8. + Added various new fields to existing events. See http://doc.dovecot.net/admin_manual/list_of_events.html + Add lmtp_add_received_header setting. It can be used to prevent LMTP from adding "Received:" headers. + doveadm: Support SSL/STARTTLS for proxied doveadm connections based on doveadm_ssl setting and proxy ssl/tls settings. + Log filters support now "service:", which matches all events for the given service. It can also be used as a category. + lib: Use libunwind to get abort backtraces with function names where available. + lmtp: When the LMTP proxy changes the username (from passdb lookup) add an appropriate ORCPT parameter. - lmtp: Add lmtp_client_workarounds setting to implement workarounds for clients that send MAIL and RCPT commands with additional spaces before the path and for clients that omit <> brackets around the path. See example-config/conf.d/20-lmtp.conf. - lda/lmtp: Invalid MAIL FROM addresses were rejcted too aggressively. Now mails from addresses with unicode characters are delivered, but their Return-Path header will be <> instead of the given MAIL FROM address. - lmtp: The lmtp_hdr_delivery_address setting is ignored. - imap: imap_command_finished event's "args" and "human_args" parameters were always empty. - mbox: Seeking in zlib and bzip2 compressed input streams didn't work correctly. - imap-hibernate: Process crashed when client got destroyed while it was attempted to be unhibernated, and the unhibernation fails. - *-login: Proxying may have crashed if SSL handshake to the backend failed immediately. This was unlikely to happen in normal operation. - *-login: If TLS handshake to upstream server failed during proxying, login process could crash due to invalid memory access. - *-login: v2.3 regression: Using SASL authentication without initial response may have caused SSL connections to hang. This happened often at least with PHP's IMAP library. - *-login: When login processes are flooded with authentication attempts it starts logging errors about "Authentication server sent unknown id". This is still expected. However, it also caused the login process to disconnect from auth server and potentially log some user's password in the error message. - dict-sql: SQL prepared statements were not shared between sessions. This resulted in creating a lot of prepared statements, which was especially inefficient when using Cassandra backend with a lot of Cassandra nodes. - auth: auth_request_finished event didn't have success=yes parameter set for successful authentications. - auth: userdb dict - Trying to list users crashed. - submission: Service could be configured to allow anonymous authentication mechanism and anonymous user access. - LAYOUT=index: Corrupted dovecot.list.index caused folder creation to panic. - doveadm: HTTP server crashes if request target starts with double "/". - dsync: Remote dsync started hanging if the initial doveadm "dsync-server" command was sent in the same TCP packet as the following dsync handshake. v2.3.8 regression. - lib: Several "input streams" had a bug that in some rare situations might cause it to access freed memory. This could lead to crashes or corruption. The only currently known effect of this is that using zlib plugin with external mail attachments (mail_attachment_dir) could cause fetching the mail to return a few bytes of garbage data at the beginning of the header. Note that the mail wasn't saved corrupted, but fetching it caused corrupted mail to be sent to the client. - lib-storage: If a mail only has quoted content, use the quoted text for generating message snippet (IMAP PREVIEW) instead of returning empty snippet. - lib-storage: When vsize header was rebuilt, newly calculated message sizes were added to dovecot.index.cache instead of being directly saved into vsize records in dovecot.index. - lib: JSON generator was escaping UTF-8 characters unnecessarily. + Added mail_delivery_started and mail_delivery_finished events, see https://doc.dovecot.org/admin_manual/list_of_events/ for details. + dsync-replication: Don't replicate users who have "noreplicate" extra field in userdb. + doveadm service status: Show total number of processes created. + When logging to syslog, use instance_name setting's value for the ident. This commonly is added as a log prefix. + Base64 encoding/decoding code was rewritten with additional features. It shouldn't cause any user visible changes. - v2.3.7 regression: If a folder only receives new mails without any other mail access, dovecot.index.log keeps growing forever and dovecot.index keeps being rewritten for every mail delivery. - dsync-replication may lose keywords after syncing mails restored from another replica. This only happened if the mail only had keywords and no system flags. - event filters: Non-textual event fields could not be filtered using wildcards. - auth: Scope parameter was missing from OAuth password grant request. - doveadm client-server communication may hang in some situations. It is also using unnecessarily small TCP/IP packet sizes. - doveadm who and kick did not flush protocol output correctly. - imap: SETMETADATA with literal value would delete the metadata value instead of updating it. - imap: When client issues FETCH PREVIEW (LAZY=FUZZY) command, the caching decisions should be updated so that newly saved mails will have the preview cached. - With mail_nfs_index=yes and/or mail_nfs_storage=yes setuid/setgid permission bits in some files may have become dropped with some NFS servers. Changed NFS flushing to now use chmod() instead of chown(). - quota: warnings did not work if quota root was noenforcing - acl: Global ACL file ignored the last line if it didn't end with LF. - doveadm stats dump: With JSON formatter output numbers using the number type instead of as strings - lmtp_proxy: Ensure that real_* variables are correctly set when using lmtp_proxy. - event exporter: http-post driver had hardcoded timeout and did not support DNS lookups or TLS connections. - auth: Fix user iteration to work with userdb passwd with glibc v2.28. - auth: auth service can crash if auth-policy JSON response is invalid or returned too fast. - In some rare situations "ps" output could have shown a lot of "?" characters after Dovecot process titles. - When dovecot.index.pvt is empty, an unnecessary error is logged: Error: .../dovecot.index.pvt reset, view is now inconsistent - SMTP address encoder duplicated initial double quote character when the localpart of an address ended in '..'. For example "user+..@example.com" became ""user+.."@example.com in a sieve redirect. - Fix TCP_NODELAY errors being logged on non-Linux OSes - lmtp proxy: Fix assert-crash when client uses BODY=8BITMIME - Remove wrongly added checks in namespace prefix checking * fts-solr: Removed break-imap-search parameter + Added more events for the new statistics, see https://doc.dovecot.org/admin_manual/list_of_events/ + mail-lua: Add IMAP metadata accessors, see https://doc.dovecot.org/admin_manual/lua/ + Add event exporters that allow exporting raw events to log files and external systems, see https://doc.dovecot.org/configuration_manual/event_export/ + SNIPPET is now PREVIEW and size has been increased to 200 characters. + Add body option to fts_enforced. This triggers building FTS index only on body search, and an error using FTS index fails the search rather than reads through all the mails. - Submission/LMTP: Fixed crash when domain argument is invalid in a second EHLO/LHLO command. - Copying/moving mails using Maildir format loses IMAP keywords in the destination if the mail also has no system flags. - mail_attachment_detection_options=add-flags-on-save caused email body to be unnecessarily opened when FETCHing mail headers that were already cached. - mail attachment detection keywords not saved with maildir. - dovecot.index.cache may have grown excessively large in some situations. This happened especially when using autoexpunging with lazy_expunge folders. Also with mdbox format in general the cache file wasn't recreated as often as it should have. - Autoexpunged mails weren't immediately deleted from the disk. Instead, the deletion from disk happened the next time the folder was opened. This could have caused unnecessary delays if the opening was done by an interactive IMAP session. - Dovecot's TCP connections sometimes add extra 40ms latency due to not enabling TCP_NODELAY. HTTP and SMTP/LMTP connections weren't affected, but everything else was. This delay wasn't always visible - only in some situations with some message/packet sizes. - imapc: Fix various crash conditions - Dovecot builds were not always reproducible. - login-proxy: With shutdown_clients=no after config reload the existing connections could no longer be listed or kicked with doveadm. - "doveadm proxy kick" with -f parameter caused a crash in some situations. - Auth policy can cause segmentation fault crash during auth process shutdown if all auth requests have not been finished. - Fix various minor bugs leading into incorrect behaviour in mailbox list index handling. These rarely caused noticeable problems. - LDAP auth: Iteration accesses freed memory, possibly crashing auth-worker - local_name { .. } filter in dovecot.conf does not correctly support multiple names and wildcards were matched incorrectly. - replicator: dsync assert-crashes if it can't connect to remote TCP server. - config: Memory leak in config process when ssl_dh setting wasn't set and there was no ssl-parameters.dat file. This caused config process to die once in a while with "out of memory". * auth: Support password grant with passdb oauth2. + Use system default CAs for outbound TLS connections. + Simplify array handling with new helper macros. + fts_solr: Enable configuring batch_size and soft_commit features. - lmtp/submission: Fixed various bugs in XCLIENT handling, including a hang when XCLIENT commands were sent infinitely to the remote server. - lmtp/submission: Forwarded multi-line replies were erroneously sent as two replies to the client. - lib-smtp: client: Message was not guaranteed to contain CRLF consistently when CHUNKING was used. - fts_solr: Plugin was no longer compatible with Solr 7. - Make it possible to disable certificate checking without setting ssl_client_ca_* settings. - pop3c: SSL support was broken. - mysql: Closing connection twice lead to crash on some systems. - auth: Multiple oauth2 passdbs crashed auth process on deinit. - HTTP client connection errors infrequently triggered a segmentation fault when the connection was idle and not used for a particular client instance. + Lua push notification driver: mail keywords and flags are provided in MessageNew and MessageAppend events. + submission: Implement support for plugins. + auth: When auth_policy_log_only=yes, only log what the policy server response would do without actually doing it. + auth: Always log policy server decisions with auth_verbose=yes - v2.3.[34]: doveadm log errors: Output was missing user/session - lda: Debug log lines could have shown slightly corrupted - login proxy: Login processes may have crashed in various ways when login_proxy_max_disconnect_delay was set. - imap: Fix crash with Maildir+zlib if client disconnects during APPEND - lmtp proxy: Fix potential assert-crash - lmtp/submission: Fix crash when SMTP client transaction times out - submission: Split large XCLIENT commands to 512 bytes per command, so Postfix accepts them. - submission: Fix crash when client sends invalid BURL command - submission: relay backend: VRFY command: Avoid forwarding 500 and 502 replies back to client. - lib-http: Fix potential assert-crash when DNS lookup fails - lib-fts: Fix search query generation when one language ignores a token (e.g. via stopwords). * The default postmaster_address is now "postmaster@". If username contains the @domain part, that's used. If not, then the server's hostname is used. * "doveadm stats dump" now returns two decimals for the "avg" field. + Added push notification driver that uses a Lua script + Added new SQL, DNS and connection events. See https://wiki2.dovecot.org/Events + Added "doveadm mailbox cache purge" command. + Added events API support for Lua scripts + doveadm force-resync -f parameter performs "index fsck" while opening the index. This may be useful to fix some types of broken index files. This may become the default behavior in a later version. - director: Kicking a user crashes if login process is very slow - pop3_no_flag_updates=no: Don't expunge DELEted and RETRed messages unless QUIT is sent. - auth: Fix crypt() segfault with glibc-2.28+ - imap: Running UID FILTER script with errors assert-crashes - dsync, pop3-migration: POP3 UIDLs weren't added to dovecot.index.cache while mails were saved. - dict clients may have been using 100% CPU while waiting for dict server to finish commands. - doveadm user: Fixed user listing via HTTP API - All levels of Cassandra log messages were logged as Dovecot errors. - http/smtp client may have crashed after SSL handshake - Lua auth converted strings that looked like numbers into numbers. - CVE-2020-10967: dovecot23: Sending mail with empty quoted localpart causes submission or lmtp componentto crash. (bsc#1171456) - CVE-2020-10957: dovecot23: Sending malformed NOOP command causesi crash in submission, submission-login orlmtp service. (bsc#1171457) - CVE-2020-10958: dovecot23: use-after-free with too many newlines (bsc#1171458) applyed upstream patches: 0001-lib-smtp-smtp-server-cmd-vrfy-Restructure-parameter-.patch 0002-lib-smtp-smtp-syntax-Do-not-allow-NULL-return-parame.patch 0003-lib-smtp-smtp-syntax-Do-not-allow-NULL-return-parame.patch 0004-lib-smtp-smtp-syntax-Do-not-allow-NULL-return-parame.patch 0005-lib-smtp-smtp-syntax-Return-0-for-smtp_string_parse-.patch 0006-lib-smtp-Add-tests-for-smtp_string_parse-and-smtp_st.patch 0007-lib-smtp-test-smtp-server-errors-Add-tests-for-VRFY-.patch 0008-lib-smtp-smtp-server-command-Guarantee-that-non-dest.patch 0009-lib-smtp-smtp-server-command-Assign-cmd-reg-immediat.patch 0010-lib-smtp-smtp-server-command-Perform-initial-command.patch 0011-lib-smtp-smtp-server-connection-Hold-a-command-refer.patch 0012-lib-smtp-test-smtp-server-errors-Add-tests-for-large.patch 0013-lib-smtp-smtp-address-Don-t-return-NULL-from-smtp_ad.patch 0014-lib-smtp-smtp-address-Don-t-recognize-an-address-wit.patch 0015-lib-smtp-smtp-address-Only-produce-a-address-in-smtp.patch 0016-lmtp-lmtp-commands-Explicity-prohibit-empty-RCPT-pat.patch - Removed patches containing by the updates: 0001-lib-managesieve-Don-t-accept-strings-with-NULs.patch 0002-lib-managesieve-Make-sure-str_unescape-won-t-be-writ.patch 0001-lib-imap-Don-t-accept-strings-with-NULs.patch 0002-lib-imap-Make-sure-str_unescape-won-t-be-writing-pas.patch dovecot-CVE-2019-11494-fix-disconnects.patch dovecot-CVE-2019-11494-fix-error-handling.patch dovecot-CVE-2019-11499-fix-pending-starttls.patch- bsc#1133625 - (CVE-2019-11499) VUL-0: CVE-2019-11499: dovecot23: Submission-login crashes over TLS authentication - bsc#1133624 VUL-0: CVE-2019-11494: dovecot23: Submission-login crashes over aborted/disconected authentication applyed upstream patches: dovecot-CVE-2019-11499-fix-pending-starttls.patch dovecot-CVE-2019-11494-fix-disconnects.patch dovecot-CVE-2019-11494-fix-error-handling.patch- bsc#1145559 VUL-0: CVE-2019-11500: dovecot22, dovecot23: IMAP and ManageSieve protocol parsers do not properly handle NUL byte applyed upstream patches: 0001-lib-managesieve-Don-t-accept-strings-with-NULs.patch 0002-lib-managesieve-Make-sure-str_unescape-won-t-be-writ.patch 0001-lib-imap-Don-t-accept-strings-with-NULs.patch 0002-lib-imap-Make-sure-str_unescape-won-t-be-writing-pas.patch- update pigeonhole to 0.5.3 - Fix assertion panic occurring when managesieve service fails to open INBOX while saving a Sieve script. This was caused by a lack of cleanup after failure. - Fix specific messages causing an assert panic with actions that compose a reply (e.g. vacation). With some rather weird input from the original message, the header folding algorithm (as used for composing the References header for the reply) got confused, causing the panic. - IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing. After finishing reading the Sieve script, the command parsing sometimes didn't continue with the search arguments. This is a time- critical bug that likely only occurs when the Sieve script is sent in the next TCP frame.- update to 2.3.3 * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and non-ECC DH key exchange happens, error is logged and client is disconnected. + Added log_debug= setting. + Added log_core_filter= setting. + quota-clone: Write to dict asynchronously + --enable-hardening attempts to use retpoline Spectre 2 mitigations + lmtp proxy: Support source_ip passdb extra field. + doveadm stats dump: Support more fields and output stddev by default. + push-notification: Add SSL support for OX backend. - NUL bytes in mail headers can cause truncated replies when fetched. - director: Conflicting host up/down state changes may in some rare situations ended up in a loop of two directors constantly overwriting each others' changes. - director: Fix hang/crash when multiple doveadm commands are being handled concurrently. - director: Fix assert-crash if doveadm disconnects too early - virtual plugin: Some searches used 100% CPU for many seconds - dsync assert-crashed with acl plugin in some situations. - mail_attachment_detection_options=add-flags-on-save assert-crashed with some specific Sieve scripts. - Mail snippet generation crashed with mails containing invalid Content-Type:multipart header. - Log prefix ordering was different for some log lines. - quota: With noenforcing option current quota usage wasn't updated. - auth: Kerberos authentication against Samba assert-crashed. - stats clients were unnecessarily chatty with the stats server. - imapc: Fixed various assert-crashes when reconnecting to server. - lmtp, submission: Fix potential crash if client disconnects while handling a command. - quota: Fixed compiling with glibc-2.26 / support libtirpc. - fts-solr: Empty search values resulted in 400 Bad Request errors - fts-solr: default_ns parameter couldn't be used - submission server crashed if relay server returned over 7 lines in a reply (e.g. to EHLO) - dropped 4ff4bd024a9b6e7973b76b186ce085c2ca669d3e.patch: included in update- added https://github.com/dovecot/core/commit/4ff4bd024a9b6e7973b76b186ce085c2ca669d3e.patch- update to 2.3.2.1 - SSL/TLS servers may have crashed during client disconnection - lmtp: With lmtp_rcpt_check_quota=yes mail deliveries may have sometimes assert-crashed. - v2.3.2: "make check" may have crashed with 32bit systems- update to 2.3.2 * old-stats plugin: Don't temporarily enable PR_SET_DUMPABLE while opening /proc/self/io. This may still cause security problems if the process is ptrace()d at the same time. Instead, open it while still running as root. + doveadm: Added mailbox cache decision&remove commands. See doveadm-mailbox(1) man page for details. + doveadm: Added rebuild attachments command for rebuilding $HasAttachment or $HasNoAttachment flags for matching mails. See doveadm-rebuild(1) man page for details. + cassandra: Use fallback_consistency on more types of errors + lmtp proxy: Support outgoing SSL/TLS connections + lmtp: Add lmtp_rawlog_dir and lmtp_proxy_rawlog_dir settings. + submission: Add support for rawlog_dir + submission: Add submission_client_workarounds setting. + lua auth: Add password_verify() function and additional fields in auth request. - doveadm-server: TCP connections are hanging when there is a lot of network output. This especially caused hangs in dsync-replication. - Using multiple type=shared mdbox namespaces crashed - mail_fsync setting was ignored. It was always set to "optimized". - lua auth: Fix potential crash at deinit - SSL/TLS servers may have crashed if client disconnected during handshake. - SSL/TLS servers: Don't send extraneous certificates to client when alt certs are used. - lda, lmtp: Return-Path header without '<' may have assert-crashed. - lda, lmtp: Unencoded UTF-8 in email address headers may assert-crash - lda: -f parameter didn't allow empty/null/domainless address - lmtp, submission: Message size limit was hardcoded to 40 MB. Exceeding it caused the connection to get dropped during transfer. - lmtp: Fix potential crash when delivery fails at DATA stage - lmtp: login_greeting setting was ignored - Fix to work with OpenSSL v1.0.2f - systemd unit restrictions were too strict by default - Fix potential crashes when a lot of log output was produced - SMTP client may have assert-crashed when sending mail - IMAP COMPRESS: Send "end of compression" marker when disconnecting. - cassandra: Fix consistency=quorum to work - dsync: Lock file generation failed if home directory didn't exist - Snippet generation for HTML mails didn't ignore &entities inside blockquotes, producing strange looking snippets. - imapc: Fix assert-crash if getting disconnected and after reconnection all mails in the selected mailbox are gone. - pop3c: Handle unexpected server disconnections without assert-crash - fts: Fixes to indexing mails via virtual mailboxes. - fts: If mails contained NUL characters, the text around it wasn't indexed. - Obsolete dovecot.index.cache offsets were sometimes used. Trying to fetch a field that was just added to cache file may not have always found it. - update pigeonhole to 0.5.2 + Implement plugin for the a vendor-defined IMAP capability called "FILTER=SIEVE". It adds the ability to manually invoke Sieve filtering in IMAP. More information can be found in doc/plugins/imap_filter_sieve.txt. - The Sieve addess test caused an assertion panic for invalid addresses with UTF-8 codepoints in the localpart. Fixed by properly detecting invalid addresses with UTF-8 codepoints in the localpart and skipping these like other invalid addresses while iterating addresses for the address test. - Make the length of the subject header for the vacation response configurable and enforce the limit in UTF-8 codepoints rather than bytes. The subject header for a vacation response was statically truncated to 256 bytes, which is too limited for multi-byte UTF-8 characters. - Sieve editheader extension: Fix assertion panic occurring when it is used to manipulate a message header with a very large header field. - Properly abort execution of the sieve_discard script upon error. Before, the LDA Sieve plugin attempted to execute the sieve_discard script when an error occurs. This can lead to the message being lost. - Fix the interaction between quota and the sieve_discard script. When quota was used together with a sieve_discard script, the message delivery did not bounce when the quota was exceeded. - refreshed to apply cleanly again dovecot-2.3.0-better_ssl_defaults.patch - dropped patches: - 35497604d80090a02619024aeec069b32568e4b4.diff - 5522b8b3d3ed1a99c3b63bb120216af0bd427403.diff - 847790d5aab84df38256a6f9b4849af0eb408419.patch- added 847790d5aab84df38256a6f9b4849af0eb408419.patch: Fix crash for over quota users- Use OpenPGP signatures provided upstream - Added dovecot23.keyring, which contains the keys from the upstream projects- bnc#1088911 - dovecot23 can not build ond s390 add: 35497604d80090a02619024aeec069b32568e4b4.diff add: 5522b8b3d3ed1a99c3b63bb120216af0bd427403.diff- update pigeonhole to 0.5.1 - Explicitly disallow UTF-8 in localpart in addresses parsed from Sieve script. - editheader extension: Corrected the stream position calculations performed while making the modified message available as a stream. Pigeonhole Sieve crashed in LMTP with an assertion panic when the Sieve editheader extension was used before the message was redirected. Experiments indicate that the problem occurred only with LMTP and that LDA is not affected. - fileinto extension: Fix assert panic occurring when fileinto is used without being listed in the require line, while the copy extension is listed there. This is a very old bug. - imapsieve plugin: Do not assert crash or log an error for messages that disappear concurrently while applying Sieve scripts. This event is now logged as a debug message. - Sieve extprograms plugin: Large output from "execute" command crashed delivery. Fixed buffering issue in code that handles output from the external program.- update to 2.3.1 * Submission server support improvements and bug fixes - Lots of bug fixes to submission server * API CHANGE: array_idx_modifiable will no longer allocate space - Particularly affects how you should check MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. + imap: Support fetching body snippets using FETCH (SNIPPET) or (SNIPPET (LAZY=FUZZY)) + fs-compress: Automatically detect whether input is compressed or not. Prefix the compression algorithm with "maybe-" to enable the detection, for example: "compress:maybe-gz:6:..." + Added settings to change dovecot.index* files' optimization behavior. See https://wiki2.dovecot.org/IndexFiles#Settings + Auth cache can now utilize auth workers to do password hash verification by setting auth_cache_verify_password_with_worker=yes. + Added charset_alias plugin. See https://wiki2.dovecot.org/Plugins/CharsetAlias + imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.) + Added auth_policy_check_before_auth, auth_policy_check_after_auth and auth_policy_report_after_auth settings. + master: Support HAProxy PP2_TYPE_SSL command and set "secured" variable appropriately - Invalid UCS4 escape in HTML can cause crashes - imap: IMAP COMPRESS -enabled client crashes on disconnect - lmtp: Fix crash when user is over quota - lib-lda: Parsing Return-Path header address fails when it contains CFWS - auth: SASL with Exim fails for AUTH commands without an initial response - imap: SPECIAL-USE capability isn't automatically added - auth: LDAP subqueries do not support standard auth variables in var-expand - auth: SHA256-CRYPT and SHA512-CRYPT schemes do not work - lib-index: mail_always/never_cache_fields are not used for existing cache files - imap: Fetching headers leaks memory if search doesn't find any mails - lmtp: ORCPT support in RCPT TO - imap-login: Process sometimes ends up in infinite loop - sdbox: Rolled back save/copy transaction doesn't delete temp files - mail: lock_method=dotlock causes crashes - drop patches which are included in the update 23da0fa1b30cc11bcc1d467674a0950c527e9ff1.patch dovecot-2.3.0.1-over-quota-lmtp-crash.patch- Fix License tag.- added 23da0fa1b30cc11bcc1d467674a0950c527e9ff1.patch- update license to SPDX-3- update pigeonhole to 0.5.0.1 - imap4flags extension: Fix binary corruption occurring when setflag/addflag/removeflag flag-list is a variable. - sieve-extprograms plugin: Fix segfault occurring when used in IMAPSieve context. - drop 321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch- pull backport patch dovecot-2.3.0.1-over-quota-lmtp-crash.patch- update to 2.3.0.1 * CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage, causing imap-login/pop3-login VSZ limit to be reached and the process restarted. This happens only if Dovecot config has local_name { } or local { } configuration blocks and attacker uses randomly generated SNI servernames. (boo#1082828) * CVE-2017-14461: Parsing invalid email addresses may cause a crash or leak memory contents to attacker. For example, these memory contents might contain parts of an email from another user if the same imap process is reused for multiple users. First discovered by Aleksandar Nikolic of Cisco Talos. Independently also discovered by "flxflndy" via HackerOne. (boo#1082826) * CVE-2017-15132: Aborted SASL authentication leaks memory in login process. (boo#1075608) * Linux: Core dumping is no longer enabled by default via PR_SET_DUMPABLE, because this may allow attackers to bypass chroot/group restrictions. Found by cPanel Security Team. Nowadays core dumps can be safely enabled by using "sysctl -w fs.suid_dumpable=2". If the old behaviour is wanted, it can still be enabled by setting: import_environment=$import_environment PR_SET_DUMPABLE=1 - imap-login with SSL/TLS connections may end up in infinite loop- Replace %__-type macro indirections. Replace xargs rm by built in -delete of find(1). - Run ldconfig directly via %post -p. - Check for users in %pre before creating them, and do not suppress errors about it.- backport 321a39be974deb2e7eff7b2a509a3ee6ff2e5ae1.patch fixes crash with imap sieve- Move the example-config + mkcert.sh to /usr/share/dovecot This makes the files no longer documentation and they actually exist on e.g. our docker image, where rpms are installed without documentation. (boo#1070871)- starting 2.3 package based on the latest 2.2 branch There are several new and exciting features in v2.3.0. I'm especially happy about the new logging and statistics code, which will allow us to generate statistics for just about everything. We didn't have time to implement everything we wanted for them yet, and there especially aren't all that many logging events yet that can be used for statistics. We'll implement those to v2.3.1, which might also mean that some of the APIs might still change in v2.3.1 if that's required. We also have new lib-smtp server code, which was used to implement SMTP submission server and do a partial rewrite for LMTP server. Some of the larger changes: * Various setting changes, see https://wiki2.dovecot.org/Upgrading/2.3 If you upgrade from 2.2: Config file changes: - Removed: /etc/dovecot/conf.d/11-object-storage.conf - Added: /etc/dovecot/conf.d/20-submission.conf * Logging rewrite started: Logging is now based on hierarchical events. This makes it possible to do various things, like: 1) giving consistent log prefixes, 2) enabling debug logging with finer granularity, 3) provide logs in more machine readable formats (e.g. json). Everything isn't finished yet, especially a lot of the old logging code still needs to be translated to the new way. * Statistics rewrite started: Stats are now based on (log) events. It's possible to gather statistics about any event that is logged. See http://wiki2.dovecot.org/Statistics for details * ssl_dh setting replaces the old generated ssl-parameters.dat * IMAP: When BINARY FETCH finds a broken mails, send [PARSE] error instead of [UNKNOWNCTE] * Linux: core dumping via PR_SET_DUMPABLE is no longer enabled by default due to potential security reasons (found by cPanel Security Team). + Added support for SMTP submission proxy server, which includes support for BURL and CHUNKING extension. + LMTP rewrite. Supports now CHUNKING extension and mixing of local/proxy recipients. + auth: Support libsodium to add support for ARGON2I and ARGON2ID password schemes. + auth: Support BLF-CRYPT password scheme in all platforms + auth: Added LUA scripting support for passdb/userdb. See https://wiki2.dovecot.org/AuthDatabase/Lua - Input streams are more reliable now when there are errors or when the maximum buffer size is reached. Previously in some situations this could have caused Dovecot to try to read already freed memory. - Output streams weren't previously handling failures when writing a trailer at the end of the stream. This mainly affected encrypt and zlib compress ostreams, which could have silently written truncated files if the last write happened to fail (which shouldn't normally have ever happened). - virtual plugin: Fixed panic when fetching mails from virtual mailboxes with IMAP BINARY extension. - doveadm-server: Fix potential hangs with SSL connections - doveadm proxy: Reading commands' output from v2.2.33+ servers could have caused the output to be corrupted or caused a crash. - Many other smaller fixes - patches: - dovecot-2.3.0-better_ssl_defaults.patch - dovecot-2.3.0-dont_use_etc_ssl_certs.patchlamb75 1597784176 50c947feef791f5abc737b4de7a066aaa5bcf47dc8e26e15b30b7fcbf997029b3d17485b4123a3212.3.10-lp152.2.3.12.3.10-lp152.2.3.1 debug.build-id50c947feef791f5abc737b4de7a066aaa5bcf47dc947feef791f5abc737b4de7a066aaa5bcf47d.debuge26e15b30b7fcbf997029b3d17485b4123a321e26e15b30b7fcbf997029b3d17485b4123a321.debugusrlib64dovecotmodulesdoveadmlib20_doveadm_fts_lucene_plugin.so-2.3.10-lp152.2.3.1.x86_64.debuglib21_fts_lucene_plugin.so-2.3.10-lp152.2.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/50//usr/lib/debug/.build-id/c8//usr/lib/debug/usr//usr/lib/debug/usr/lib64//usr/lib/debug/usr/lib64/dovecot//usr/lib/debug/usr/lib64/dovecot/modules//usr/lib/debug/usr/lib64/dovecot/modules/doveadm/-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.opensuse.org/openSUSE:Maintenance:13729/openSUSE_Leap_15.2_Update/5b27ee8834c18a160753eaf296231387-dovecot23.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8e26e15b30b7fcbf997029b3d17485b4123a321, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=50c947feef791f5abc737b4de7a066aaa5bcf47d, with debug_info, not strippedPPB+ͅ]%KM`rw%dovecot23-debugsource(x86-64)2.3.10-lp152.2.3.1utf-8d289644c692b9b80ac1c5b8186db8a4eb3e6dcfeeba1be91c16d5eadb15de448?7zXZ !t/ g] crt:bLL ed8#>#*I`~EDUב @F/'^6nj4c7ѶhᾼZVE[h?+g[IHMϰAۈ*&szZ|HhDI;~}_DS' :I*XyJOPvi`ZiɋN^Qf2gE ݧ8Z,<^I^]?p\e3E#"=9RRUgIZВ6}8q`㓖q $[3މuZ +ʠeP8)8 QPW:? 6ׅKu P%8I `19jWwt@`a'D !qNVfErx?5< G3uߢS(}qyb?Cq#bv7W_cC˽Θ{ztP¬񔬻;(;'6 G6:K 4h{cn?_zqH=JI uv#u`ŭ[NB}@'n5XHE3̇ aIvYGςݹCQsۉs%sX)t4-4&љ9NG==Z@?.xP?~;QG@UҒP(YO' SD6vi)=lV'tIpŅGhD40Zd}DV0}|.BoI 2fdi efFZǕSۺ0?C[Ac>NNt\5n{̀@zyr9mjA9A;Ԅr%(w ;,؃Co1?ۢ'FxpxL';S[$]ْ-+QZ8 LO Vv^dd۫ aIY@` t:{]neD +sIr?.-dT=.5/;J73ё>Y}ژ9 l>%uL"-t\b(ESFwQd%! -,*X&9o3 wcUɰRAok[΋ ]Q=%}T]}#h=0iXbó5eCR]3\i~DvKfk1S"\7ʢJ:xP>1*z _IuG"n!exI!aƇPfxR@uy' +|W\[/pN4X䎾{rWV9l#%[YWNTV*[ .fāÏoUwu i!glQ%q\}?RBs.%͊S}HĜrQTp%.M,yLǁ6)Xl+g]`}8O Y&oGqYΜ:V 1^G j)a>< w$M*]=Ş=-;B. dҁ{Cɒ;(" U {Y `d3. _g=I&/a"-ZuH5(_HiiSDGT9zΥL05C{3MBAjNh>MLF44[7jOR|}C{ _bXf J蠷^W已q {A#jO֘wDLJ"`J `t'b1wԺM8kNKTv.1 !f50fqcr{IϯŖj&`QD&R,B`^g=D"k>V v<-ޒ'y}浐Ô${6eel{K%($?M<{]ZH g:,O*\$7:{n侻ٖp굜x8woen|i(d c[ƉB&+Y:1c Í4D8_ʬE~^5*{=?}-2s/+} A]66 6,ġ\z>ǏmU?YLK>)uפ? .L ǣ -[SHwW"$C A9x #fAe.޸~݊gۃ_d`O\+u7UropgϧbԺ;',S$шѕu f] ]=ALYnS(CQ]^FM 2>{t`Ƕ5 է{F<+&#ջt,!4gS'?.A[5mE.p.MZ2 zs KUQ̳"jޫC`eQKeРn"#~NL\H~%eMJF5@qCAHga7'KgShawMj' M=8xt3d )H@TNV[ ,Pv\>/gRWpÞ 'H:mR&'\yVR+u5Os&x }>cr !Mz?^7&k^@,<1G33 Yw.-q0xd< ((98]YKq@L!|?ȷo6`I_WJ,¤Ү6C%jnj) }+sF%|b֒\v3|j6oꅈrI}8/nXisl]SzyݎJ 5.L*IRPE|0Z,4*;BJ秨&l6(xmJ l u#fZi&Õ6ѣ9dQ\7'"a9g=e3| MO ?QL9/tK퟾\y9G(yvJ^"_rUm#jq>L/7zy@Ap=+eYݺFI1b&1w`6>:Beo)b¬ t3#"pU¨Xi.c7/-E^lqH6aL"Ppǡ"mtɪT|LcRogOytPFmQ62S=d CyL#-n ;mڇS"hV5+fjo²✟g4FiP{+,FJ t9:|kTMUt}'>c~]r\AF "8`@*C4Wݴ*$b^N jgCy2< 4"l*^[Of|a 1Dך6Ez:@8DXTh矾/YEa mtN*ݒ} , "[ n a8"92Bz! 5 軓z] <5*xM!P;sB1L@!CrUTKߒa[+7VB2b|\>,+k3iĂF 4.ZqOѠW{uگr<#DmޕƝcˑ*SzsSȞ/&l u/]=,lBml|8>fiQ4ɒB 茫E HdoB*-F+t.DFQW*?bRamﺷ5JEr\+l1ENF1ed#|ߗb#F(P፭TfHtD39KE8*Z-e;)VGdJ~ $#gbUE)|ުZYLҸwB;Ǧk4C#66IXj@(A:7 ak\u]IIΨyD}{Qմʔ;k/(F6EJ 3j 6s(]X~D#~Mxf{"` X 15,YTܩ~qCg4XN:ڒۍD[Hh?@Z|㭠yj!vS΃SUغyqkr T2u; Sdn9 (/Y. G&M|9 ^EHLN_1Pq0< T?匂K@ GVsS: ւ h8+z Yײ;?$W"(謺GA(hxq݁S%!Rg3joXN2"3';0WNp+$uȘFUiR[z hH}#E+о4sap/t-WA~yu NKֽOi@<޴,Pʱ)f΃xgIN0&T8Ni$X1XpVnu"@q%I O_N!JH;C#LWwX5&xe#xV U80šEUѷ?GϭBn y;0?gUKWSy_aNnBghjUiW~GzWeP叁 @ Υ#Zύ~FD=WETW;8i*Fk?5ȍuly9X+דHWEF&[B̿B6r4@TWF53tIB[kNR+I|mN%j\Jx\H KMs|Zڵ{aɭ"5aFᣜ rRfZ4B= *sK͌Cն_zxjWWo 2F|j+ƷL #;^]?@oObPQœf$J3Icս/Xj讳|(| *Hґ@xg>` ~۰zpxUR'"$&{Y\@>piѲю lqǸ•7Ҵ%l&g%DKYh̍ oJ[1mE{/سnѲOda~v=D/1k`|[~C|7:;;>rkdF\-xM[4f듲-l՚dG9ij,& [oyc}\_zBfJ u4StYO_ŀ09w_ӽWtj1f{dg[fD^c )Y%s&]V#*_:Ƈ$fBðJ}k^ EBPF v;sOnt,n~w +H0&V@=U9FYE_4tL^t@z"]cHBxvZ5HQd7l OpJ"dO,Ei!U\?V){=ݦ`8 ]﹂:5&[K#uC[Kb/~PvYHY'4pԙpgZnp^gBF{ǝ@F%Sr5^5_w6Ӧy_YHno{g@ ST<pWU LdCfu aeM𳆼zpK.x$U O}="a q7oه,.^>ݙdW0r-!i))ߢYΚ(2JP꾤Wl;"v=)Z:>1Xv1z<()o!ޥ*}*[ .)Xg`:g`irN'!sid+.ifw4Nm2>Zx](}5*Amn&%?A?(؉æIX jcC-5)rZ“jAEkCu \UGR 9!@ LV B\d-\Fkkߝhw"6ҕo~ Am"Km9+̴vj'2m]DjxJ8o&n`ڭ2=Y/u2CuIs_}=QZGIu^9T,Mǁ$<|~\j"PYƏ$('+ \I Za!S-VO@9s8^!4]0"p%Jig9[x53 ;($k' #<5\ AwZsS`# =ZC|.%|m)v9F/Luʪva|kRQ'Ք `23ײÚH.7 }c#Ln@FT 2 irɈřJC[ϻaRk_‘ 7R&\"n3ΗKD\ίiαg/>\g^\rԽIuyABIO3G-18LwYOo1QYzNN=`qP(wZ_6,E~g[\Yyn&^;LJ:/QywL0Rq}TO>T]{enVۮ 9P@]4}M,)tёtRbR\&YȳXmBzMtef:cV "ٷ QvIa>k0[ЃB5r' QT|O's S`[ˀ%yTUN4s`4faxu N]R z(1پDFjc9\_J.Yn1'CN5r+&6j&îƿt "D5 NOEitú"OJ{96A.c5$sya7΃\,Ƒ6`^B7d6 J~}q$IvFkb 3n第TVmkiZ4q .␕Nf~k3V 15վX&,g.8;8;GN/Պ / չ y :faPkScĩ.K,K,,wЫk9Ǝ/¾xY"+qWU*q"mkyjd|0.lfgҏmdIˀqOٞE=CkkjOײktQڒAv:}H4pSۤu,ϯ:Zi<[t:N7`.yn9|y281_:&yo1KǽH/\-FrTL}ԪhS;4{ {!"Զ;Rw0ι[&K* w^^utts=y=ǿlN{ƿљDzjc$֮OaQ,?1+բGr}oKJcUY಻G%+GOP9ˮG5g#fR3GF:+:2Fہ4 CA4OgiB =LPU8×<˗E<<s]ɏaRm-ykⶫɛS#`̪xa} ?Lg^Փz<ˣZ*-YEv;MS==  ~'L{OYA#\^ j?ip!$XJLp͌!4$m,ț}%3B2Sm.KOjqؕZ]"e#O2KBEYmob]߫RkW07R$""֧&(;<56o1/=$aIOC䋵r=KmcOentE*=Arw[5QYf/o8VmnvF1EjV[%;ڮvu*E߿'|<0zjWY;=j`Pſ7Hx}˅L&yTH5v 56oH &+L ƺc*s RvzEDy!)q, U&JgDMkk:B=gH[j"' :H<" @PV;gA>pK%m+?(28}5Ɇ]0ZZ٤Ѥ%F8dIc]0 ܛ0!bƎ;}4Fyw& ,$a}D 6V9kF (eWJV}Du𯗢^*, K+v ?Eᗐ}˵*I(#,YEsA O1 -VS>edW1ά>u ƽy n,d[b7Z- L?a䎷S_\Ӕ10΍ =fCZ _W[֧&k!?P$@K%? }RxֶUej18UWҍ8: L7\*!fʥoӰ2B«i8^+ -<'NO\fEa4n-B9`Fi+}xx/VsI Ѽ?L\: af~15TOJ$aK_#@(FzMË?`k:5aZ΍!Wgx``AcGtZnYuj1u.&1FC[L.U3Apa/DCv: #uj/ߕJ=pԫ1 DRd:*VrB:3Zmãe!B\i&eܪqo jH˴&b<~MB϶J.}35$5iMk8RG."W`6)*Ro'|Nxd%nZgn+ p 8tQKuϛJXS̪ٱ0~![`5)H]Z_ h$CR Pr*^Ȍ$DMY.Uj,7shkBT*xk^[JuFrxI [Bd%W *xw4bO$UXxfjM~:hjje+M 8/DR8D#V-wCkp:+>\ WL6k%^MɷT2wg 8"' a"Ro[BY15~iN'9'2a[p9Om̴xK133z ,4.BF}h,mqS/~|LIsBC e yULLi,᥏kj Rb+Zڡ.b\L-o\ٌI@GfV.CʚF^hυ.ok3 eQ|u$ Az5N ɗOzS޾ܷ$WO1j(vޫ j3״:Rw=n6?, !dUg1l*ޠbg#i 䱒pJU>U xy?]6p1UAbMA&AXј 5;T J-XOQہҏL˜prĚ]\R68kXząvRE'm0|a9"EX_\U0-ޕq|UM`USBaA<0E kg.] MtjSRWwtz3<6^Hh`=OqKa Ϸ8m3 mS70ϩnݢΒ]wZ>cT}f>Vs%Tw랏\>yIA'Ŏ3GQB Ǻ}(^xތnM=%v'ں3pRin"CG4)Aj=,Ae@Vzx.TWq6%޻;aMK4X6;;ruI[UZ6p>1D *iQ[Xlrro n#RcsWwVyS\ oXzFl#@%IE>y®];shd#;9P]G!""Bޒ< " ͛J+7e)tbJjEƼۖ??DHX*ŭDn ެPz UTRe՘#-!Ȳ>cQ 9r;^$E6B@khy D>Qfڜ}Y:mjayw`^`}$"-pb$'?j.J3ؙ5;|.[}`O^ "N?>;iz&Q},x^[OBfh-1g'1'wL]g\cݚ~F~蛏6|e0kqBu3, OHcEpO2US֛OVāG6_-AthDKv!~^]'by3/jy憃Y ǢQMPAy}Xp&=[ Qr{n&ܓWxdskyK@%l{_;CU>NxC5) b%4VLJ󹖲^s)UrѺ"xpX8rS:!W>S~Qðm *Y,ϣ G~j eF,3Uwܨ8>}EQR"8WY4[qb-nait%"Xlu IV q"n gl%bUAcDIX3u}>n] SGEiܣ,⋄~_]Psjk΍݆<+|ܦ~9|S_+xD˚l6rUmH)M1eSQ''_TvV3wdtR4U\gNm+f#%jD$hBK! RtmWײpW)u9n )ūj0s=*f̈́/>*"QDa0DubE")̀p.WR&rCʫ3WD*!Ϡ>ܬ>xKRdI ^ad .?~~.?ծSnw ] zXl="Uw:38N):)hқk5NhVI[0BMR\@T`:Vu1}A8`viMuNwk)5Y_R> Eě8\UL{;:x U 1wpMB{ɏmWQTO fé+^7?XܗZi6oثwud$]i'qg⳵ًn9(w\9$HBsXMR*GF?°J|cX^jl֦ z_@Dҝӯsț?1Ke3dHda;ůzƋmǦ$.;rx UC`Hb =U 7fT$H yH(3'Pmv7kk^e3c'vUѾ) ӷgڑY';L5څN}T$ jN%Ql0 ݮ`@N^ Z~DQ.0jK 8r~KRw{~+[|&NI0q\dϻKXjtݑijM=kO5^m M^(HLz `|sD$^YOO|FhUEGN6wDGSC./۰xopZSd{wp%r2ȫ\ƏI(=R=zO'EcS2cĨ̦%*uFLǷIx1@M Pp"+pyT~UvxJK4(or?1WlOְ4 >4m#߸,2E6+R(M3t`b#Hh"Q`hsd⌇][aС%w8e]U|׶ d:T4;ߍ64k1C5{U\> r븇f>\wk LT6 4 *P<(Ֆ#iPQ{&93NU-M:)őLU9薛d%d-k U ftX=0 W4>Pfz9&aAC}gאf6Nիl`B0?wY׿uA[_ [EPüRH 7Ԣ|r͔HrmN/k TJhy7sy4{2[pG@pMJRUIM#/lgD@^/Ŏ>@:8糷 %h4]c~el'rݝ6Tg+ `fF84B@&hHǾIHl=B]gerwӺϦT'Ay0TECLGn|?6`t%(M Q-0 7px'@s67 qUOWB+~Xqnyg>y\/^5Vlw;>ܟEf"5snlfY=AMEGWuv%ͻ*>̐嚧Jފᭇ&~ku^?;9HCF7;Wk% H #myN'Tp{ knŘVX ,=h_`u9^:{9ik0Zwݖ<)Mo"I8<1d7i+Tv(j!!bO>1A5<1~>9Z(#)< \1|ڊ̴6C\GbB/WcA2Kc0T3渭tִSN [TMslE=b.kLLQuUsFTFnFON/"o(ڇU[*Ʉ Z(us=TjVLH]fEV*┷t*ͽ"rNɪ >t挙z$>v!Sq&=8B@kXNS;EvI}w$zpqAo(k|3Nnܷp1/w'eviUs~q1.mك ` j4_t.+ zeB7jYv8`˓-ܽۇ(i|Z_cZ9r7R (Y>>bUS~}?raѓmo] 1"1ujE-q`w&3(]LQkgmf0$ٛ_3o =v5(:gq;B:n`AUܥ/e/gyM4CAOT' YT~s,L"Tyt*޴sO|H7 8彌 K @=;YA^qfoqjg8>S[sO7ʼn{}f4ע<}CwЍ5R8Bxͨ6b*67Ygw 7aÇ)-D ,HCX]Cp{!˝\-O6T}g:*I;6w@wx}rM Dlm&0SHrKca\? CV%&n?3lq0+AG͠x? byY[BYZg.N1Q#^O!PBŀٜyA+`6RpJ$>ITTIe>aTSjJ" |uO=Ń+jZh +"˼Yڃƀ%gi`"c6 "$hk6TYN&5%Z (͑5Ox\B9?Q[°K5%(3\dz/-1lj:ߧnjjgbqS-ޓ>VEx1cL{؋vk[ce~6lIr|lW~;"7΃`Oݝص>q 93 ;S^:fMX&I) >p"h]ש*Rf{8d5wb.R>׃s|-;;7-[~8:X@/w 6 ixxf0]໕7h!%Z=C;-EIh/v#H^o_ZCmBcThM^x M\D('s@}/t<2 FW!Dh 2L')t/&Y)Tlld:K4}{׿7pakT\k(›.D^=.ĪMM) '$^E^vKW7tAHrK 2$ϕEoQ$h h9[5F@eW^7^~~I#t o46NPj]rpl%9;>F ,- Ә_=sP ,tx #/G- x,EMcI0\U6aEhwvUf~W ^BtL<p΢_z , sIAgcv0Ѣ3`FmYg#8I|zmmhLdӅ\Ƒ '1L0+8W5ztWS74 ӏߩvl7 '9D¼ZѺ#"N7W0v!yibt]hX[%,uxd@&*2-M8{82*|S-<8cOHq de5?$*[:L\9h:$5\gꬸK Gef|& W[[xWyY1y|%eWv( o*L,x1,v{W.o\^_wf5CN_L0yr8r+٣0sv~ yq$Gb' ;d{x3@84n`} =:чwcg /6R`$][qܷгj u6-G/o}p?ZkU?~i) NrY7[yV2'kx+"M^3+R 2xeKsKߏ>+nȬ (걆tt 1|8ZwR=ijE;aeB,鉷|zO_-"\ETъDnJ5D$w{_a\&>9Gmh$ t>\ ڽHD3di3cFK~bHqH }S`3©\6J9ɿ9ck YIMUӗl=h1V빊7 ZDa"Rv 9f0u4VcsYiS KH=H- {pC(Ooŵ@h\r!j%V2C_KD 9pg9(zp~9 eP'K$e\9Î@K2r "~z_rd K*JnWQg0\?y[^-ϰ s"]2fSkI>Jsc(nk/c>cO@S8t~oԥ۽Qf*fQ{ Mh2or IZvV^0N. cGe,YiBGϦ"uH8ϫUWNcF5N.t-ɘlo~oZsPnStq2qq}#rOԨ1D( * XR(9ݕj4k7 J{Q'XDuƨ=g)+ʸRg=}_#1'*n.X'Yu8 [u\Z`  %{E)[8d[c~وGTf];?U[5>+vn|קU{vLO)K͸lRaUд7+j{ jң!=sҷ*o&7|l N`'+h4ݪ1CfZzzud)*Q }"kuG]s0="rC))VΟ!zH 2\~+ttz9]riTϣ>gp5H~Yt' al6veȀTk]lKGrK3]ɳ'̶A#0hn)JB06`sP8݂ާcxE|=c0 OWPf1GT_SQY"$rm+J);cxz7]}_Mр3/ܵJ<#vl4ceMhS_pHG߸̒\X&><.F9c%܍ 'QaCh: _˭;\Ģ)63eI ``S*7HP /Tu.lB4٘.FE"9/ߦ^j>Z9Ϸ"sW`uHf3Ҙ +L>J5f7c^VJAu큂_+܉ ~Qj:"YZTH  R} 2?` |}Uz;vt;>m,.33̲%r]/ AȽ"ѶJqJKԫ)k{8յLJ9/U1|.W8wo ),5-z%%H`͘QYҝ$0_v1q ț/ƹzNI-Իj (<)^nTUzrbXi^voƺ9K Fn A e/x}]yy}{o4+cqK;wq,p@bN:Z|<%%/0+GT5JɃB(] ;v3`dm;NIv9wB\u>d"V|J:&Sj`^*aj@"0hFLv=}{&-=dh,L'Er«t m&bG=/P5#`/aO2g<? g"8Z! Eܿp H2_}eֱAz FD#4+]߱`]U٪#~A{AU2v?6,ʢKC!=i6P3ir- ]r~qFG/حI%<D }6I ˛.V3!߀ޚ!;@z'WEã[%4s^㑽T^|q.ÏzTλxd +6N07]_ᩐ-}F]j͡?3W O g[P-_XT2K;fcF͂PeSQ{Sh5F̸uŽ//;&aywP%]]vWC=\?kw^Kg,)g54L}mIcr};r؝ i9Ցs6jP!li}܈2ͫ΋50WsHgHal*u)id'XHG$Z7ggJ箯b׎dɶj /c`f]*ɱ.ɤamn=]j?A*^KWg"as5݀Wvy07yǠkY=%G#'FL")92aɰT<;V(3 *lx+dES<xywdhݓ+Od+~_ 'V.[0*nw}>tyIr`,iZBD\h kKw{j5~bJ>yi:?|!.>M>uٻً۲VX/C]g@{9xk@sIW'xn=#(6VKFi9Y~C.Hf4S&l׼jlj7 'h%:QI y6%p纝P[yqKѴ^ZD"S+QuÂK|~/jF?iۜvU<b̖#vVPgP[董 *5VD{FIOB [MM*j{dɦLޣjAY<]wa['yNa9N 2#"S >AUrhGtvׇAH"'pWtF;oAntzk Yco˒| L>at ;` E+mTE*'\HoY`ЖJ!=- _`t5O|? '^u-)vA-hǍ;!&%"qRKYv·F4tk,:8G`hrO-5Im@uOB7as!$b !¨bzQڽgQIWF%٫9>ηGYʽƻW'+ 2ϷZXzAb/Sѳ/E` M g/Jhkv𲝮(lE(]ZS . F aneN%4BE29sT/Б1=MVVM 0#9zR:+ۑ߻]5i"Jiϔ*ޚ: BS4OJޏn5! pSh%$]):!>^AmUHUԀYB[E/ A@kc5y@Gn]3DF"hwzgr1YJ3U B~ފ+wn \DP*:AΧGLwWT(% b:MJF.Vs5S '=fț[zE3䈲OO>A>pD^S*|Tt1hK̐~Ap$3+>ܮ%9j9/C(YOB*Τz%8Z(G3l g)jKT}\ςq ljT7dy)W_HYѠ >YSCQ`V*jI[ TOinuS2 +It؟j-I^e(}Oi <1t&V>N\Si_6G)_fw 6ݴa"gFH|4)Om:t>Qp M v0brH'~ZQ69;k\}-! bB (הOמ!@]^r ,wdbmJu"gE(xlYnו,Pڨ)ݘÔbPm,g8~txRڊ!}uVV<`_4UJU< Vuih)+Dc+- 2I'UƱ$0n0Mc=Rh5pkV !nmh F/}\imJ]x;*zL~ ],'X7qZ~U'ҹ8^d\\ )>q6DV]^>x2vMBRY1"RaC ѯDq28$}r֊+TcQ N͘15hI)M/Szz JrlAk1{8@IH}v A>EBm \0l i gD܀Z 5M_Tޠܷ?̶a+l8˾mœ5 X^C݊%,*L] V!?‡lfIiz~Η߮*S[~m &Ȑ珂צ $$Y@UD$D{]H.FSf&/GjGtJ XѝUicׯQ&D-&zr XB#_\&d,t4+@č!jOv9z~t|@qz ю-N`2Rsd/蝖0׵CDvǎ8NYG 1U[~`NWّX-FX|ϐEAtHf@w.?.#zsGeOquX{;8Y'2 ᓞ)O35r9W:y_=li K1Px\ΰឩ~?YV-厑8c9oD燸BI}/vy Y\2 2Scc'q1y$-SBi" #sr~oCz"HVW}`]<аHՀ xn'B r05J5wxwLBr>>I8V}Aƥ$P2cæectEMߩľ_}y͗tsoCbMo۾[z<*/wdoh].ku7g̰EOIibtBgn|Kjp,6q5`ב=ԔC.cM s%ADMc{RN7^Eۭ'0 c&?Qo:le9#S98Q.N#һ@8iLY嵰+YAo1#-9x@qL&~:5E݉'8"KĀ<-3y)kV :U_̞g #1Z;1[=MTx,$`!0[@ |^+ur>Hے2DI'j}qF)9I9GQy$|k~BGO Env0Fh1rN@A?]{7`Lr5TE '#R `W]Ǖa4sQ3wL1koF5`T-QK[or?RJX: PJ͂%=oW'i a]3r- ܪqK0hͅsilA동1|Qz>,~`^*x~蕮5j\;BH$oԭbrWKf)N&fis +M|g2eI#"VHA=+;ݺѳY"@ߴk('Gsl"i7X0[aa:|j-݀6~C+=k@I[^VeVG/rW:Xx:~J(4sAYȖ:+It/X5,0(kxe#A"$NS}t";s<~ZRFfa4U\x"ZkiRl_Ju @$$Ҋօ^ EZoy3uX/7$1uŞub ޚ.m'{SN] 3b;MRUfFXr}BzCB%R w30qTib9] |o&焞UBV2RpBjR2fkx}j'Ǹ[6(O}%Ka# Jټd $S!Gu7I)FYJClcG0R7~} (ms)Us[,v0pYP1`dx$83&HWK]pOZ۫V/d,r utsӌ2D{z汜w;]3 l s1pe>yL_it=՟KQ́. `>Ʌ߄Ɗ؁|+bCV&d* 2G<*u)}K9bȄ %23nSr bf'*Q_3H_?"'$4v EbVQ7,N<Q+:G[OI~w&+#9#tӃͻI7 g?d~W9FqDtF)JX,dsU)߳h\zE4f,21}\~S]@y:lٱ Xxmô@jaH]- E1h+WD_ÞSlEBy#K)&NWq>'iIL EC^œel''##3g!ؕ^.buT58V)3`Q\ k4(}R _ /!a-~z%—BAoQcdc! Hs-NQ< ۠r&GOC쐆~X|YmT.33pmFmL[-k6w9+$@33kT|tbqSs 0))4>cT*{xkrylDYVbI:8)G =ᢙ/kBB/N@9*-%{VDK7!!50n[숌IR1$־ g>oR5o^{խe"9 4P-4JvEڈG"L}4.Pu.a1/}PVx"$G:y[[[GiCw4[,5^Ofs(o:%כ.h&s9ϲggfjOzSֶބ V@Á!g!=|3Af'QnZajXiȤ[hA[^>a@"%ϘҼe1ޠK nn'5sW,:EXj۝FqMBDg->_eH4:7LKs\rEhiNGv 3P.6Manb<מ6x0x$A`z6d_V5~ZSrG=~z^Σт#3SjSG- [lFc;`@Ti_ԁ:l$VGE0\ rnU_0 >PӳTQl;\]C];Ḏ_ndžI]WxJE󼜄~y? &u߆gaW3X2ٌnr\FQ.%OD{\n'"4XTxX|KF>V_t|I\xH3GSQ)g<8!!s$B[en"Ptet?ah0#7z2@`2qX8* +Qh8y1͹Ľ=i.8sGH;8?jRBo}CZ5^kpYr>PTtS=K-Dby-J$ș0`ص ""1~{ ?,nKExr5{Pƙ;)d>]sEh,aFo<H TV*@mD^&SJSڂ35 0uc&ZsNVtџgA[-E͘1KhR5D0 @֜!p#l3.S48&yCM&#o]kM7 ;1Z,h ?> t._ 3|-v! [d ܓ76 UVivxՈhaBu'XԻxXzLVΪWjG"& 4.tЋ p1@Σ^c ʏ"H` Ca߂wc k!d-Wu [*/\Ih FԞ8:X^K'#>s_]C pLq*q$cUi2BGBF[NCW-韢4==tRw|j >JEdSQ*  2J@7>Bd$KaՍP_j`񏵯")Z796*"E/ SkXO+lo&D^!)o^qYvz7))\>. QA,k׼q0~Ŵ㤭d/nR?@\p,y-6ٯƻU̚ {rw747pW*GJOd6eA"UT(012P-|)+6 0EͬUK^)6irQӅߑ;[Ʃcэv}`g*0A_vE84NNٖHv]䓋Lq UQ3ώC]'20<3]9;1WZx |+CkLWj,TKT_\ᐏ6g/v$Db2Nҧ-(m"AfG!Azap==VمB>7 {K\ϟ w'CE?c-b噄ŗULl&x.ذj۝{Fpxjđ9MZ ^ LҖ#"k |jpu^td`ϩx`T%;GP*'5+,+ָEm(jrsRFr:c by[1 ȕ2bR@.V1yŅ_K:<Ԭu:=pXt*wFGPYD'ba]2s h"-ozY['F] !L?;+vVdI-&szxQʰHS+ -bE>ϟ0+AIkZV5fZmIM/ՏdA<\젭R>>^w>)G^s\2e{#奭 H b@<;RJ@~>+;"1^֛{V$V@qO][AA(8>.iU2ơOpYPS=/@p|~vȤD/it>ދŕz_^($TO\dW+'!w-?mh tLjW;r~)HܪŨ.GIOdM|mKzn}Yاn>^d1_cd=VaҘ9M&%20F:ܯtj&f(0쇁˖ž"~{Y1 # M94m .R/mMꭖ/Dir0=`p&V\ ><}ls}ؘ㐰T)xqPjl^tm %]V/"H"u4yVaKK ~"`45\,8[TWꏽ6 7lI mi[F"iɎf:6Ï8_o|]HN'(N7{`#yhW ,mI0 wf,bE8J4Zs'KjZ:C|`* Mm T 9ƬV) 2$'C2Q1Zi΂fأ-܃(쁟F0J׸^F)fK 0vTj*}uY6ȇv 1 , Bdi](Y5+PXS[} ~: 598ʅl(d:n܈Cy2 %]πuF8#YNx%p#^``&tY"c%F\1 BNu\뛡)RQ(a FHCY@G~ܺN^ tz?yI(JV4˰ yKUswav#r5}r1\Ec3b8b9`"> b+7WV¢<&N]!;H#?^y YS#%j̻LSh QEYD;\#^E\e`O'mYR8__AcNN[> p^`dL4@!&a pv3hh ڒ ΎdoK|T˹*Z\_Ur-kS>SbT2@ү3@*aYj pT@'@ގЇ~ET=exm3z.Q@XQEC?f ݂\/\Pd7lLXecɽ;LYrw&@{ LfsU+u Ka;?Pk\ SB/83ҁF_/ˆEEcl͆϶,2Mr.Sklgf%8#SdRTjfCGyت aAlI޻?LH~UԌf?W\X˭`fbB[h'_-X!fA# ; TKR/'VfnZ?@r\FqGOXW2!زZ,X0Ù ƫ~N{&#3)vQAeh fr3IBh!i2oÝwzTaLEm||%4T@5[y<r %E5#~j ,Ws}}0wHdVp cXT.9bV&kޝ2ל}f.r;5Ŕ_v՞mwk0xL, 3n{ҝGGWa?gM_'K@$5Z x+C1;KMg|zuה',w %/S6 XRqhJ oNo5mԅ%wN/.d>zSďL.H"#~cֆAvQB앬"9DS g# *$; Ԣv(mm6vJeg׋sd7*MNpEzܥ' 'z PKS&wU6U(+a('?}F:Sbu2}pq'_8>G|yh,.=-<ͯ /Ȅ*$b6p戩| S5'VyFEEFQR兀]aF[~щ}SgHa Z_z ucMᛊPL.jA%S ;Fg0@).utͫ!vKϋn,>zlsAtt0KF_H( fSbg#tw lFcrA\#.JE5%R|2{TЂo/+ewӔ#VIfs%GwtEKBatv;5vjĸNAqSj%%2WZn#Dx:y=/v@|ڤ| [xҒ-"X$ Gr_r1ۖ$v?\.Bm@6|v{MQ׼=BԃUl̵5Rkp΅neCOra4YmץpU얊+Ā5!d>2m"-Uʖ.5ĵYHI6 B&Dxy%P_+8F2bZHaf{ w>*ſ)ӓֺ|q~ d=WTBΐgg1af.n_w #+PYtdWw+⥬~HIGxDv| 8uщ+>h0gܵbӿP|z+/'SP6 Tk:B%'a]H!*LNRGWM"8l܆%Hnoʌ5:ӳE}ca7rSpCA=-Rc̩/'0Du L~蝉ڀ f H>.2 1r 1pM!w\-\C'52PZ)~ R&Y*,̌1w}[LH@>c? Y2^Bj) Ǹ2Ȅ@T4MCƟm=$[ri?1gYϦqvm:'b7INCFyF?ךO5k{Ib+\΃SYYqI- y|9( r q~èfj0VntPFm?]5;8 |8㬤`!#L>̚oѓ<;Y7'r{A[Hk~R:и#dׂէ3VZ01?68By'|:A?O <'&kxR/W6IP.KőJ~X9XF9yCB+L\+2 S}62eR#Ayi8Oq!a9}Kɜ s?}GrtKwgS03zx҄a:NT)DzQnepc`E\ܲS[|oCoXr0= VѶFrP:`iE^9NOk2ayj' ?i j6UCF VŚb' R^_L3#HѾq՞xc=CgH81v+ҸiIܻH#^7J! q$Qiί W]S]J: qIFhٸ%jOC#}}r}՜݃JX͏kKL<ﭑ6+ڭ*^BvO5քBDзQjM40RˊH@3㜔0_d/itVP#gg`E6 lڴ4.gw<7ynYG[js_L*yan>pQkhm2r]6"P@ Zg<`!ٯVc?:<Xd"z2c_[` %Қ8W)(rUcHc&hP\wxkK^mM{G|͔IW0"{maZy}UǠ*u-Q0N+ߟZ _"I$-p-g C|'ߕD"zֳWlMHr9wv4 %1߈^Syt}žh 0TDS+196C P+Q]G:!N -9$ñCG@s1@z춌ήnҚvuJh`] pkC-;CRr Oj.uȬ8YǚWҽ8LafQYUv1e_Ȧ< & ;iEK68l=`zdY{N`D$y~kUL_NMUϗwҒ3sX_?ɬ&6?+4/qQ6PDu/ͽq,0,N \=` e/irvkroV|FqH#{ċl{bȲ:Nd+L"FFשTdN -+Eo*LJBm31N50=x=4$Q`cZuh|s !܆wםz=)dg9M' $"bihך~ >`>FAG].˪FБ!}!Y: /q PΒ1mV:z:Oli;F$i?}a 4Z9IQ i9t%nQo(^ؽϷvڒue;UB$yw`9u:WCaxt}d,lktwTWv}AvFQ"^>{R%#arupW$at  VvKTPf9!o Ew]p.g&LP2L_MA\ot9.91 *E`:6CP+9K)`RoD(dGZϊ*%kHSb3~kSΓUNECmƨ2eZfTcC7*?@8Zg:yCAY pZ#ŰjS P!5a({q:Ѝ}!B=eeűdnД<~y:B#2F ޿kD:R׮߸ ;AD:C6`1RMW>O/ g#2(Zi}d/[\l 5]lAA|;@3$u*?{v>|":BffɅu>lviYI6XM'0ox_ƤMp#R(,Q jO&.d "ak_`\˚Sh>r_RS2uow&(2:@ ra,B,O:2[w9DeĞ lO]ܛ0m}vp\iї;Bj$ǡ?9R;YnjЌI!Y/q)ۭ Z@f"*l~$CmiR%OwrBf wKstyfQk!Fb C|S 6߰h'rom(+M},UWI;|ޗWCٯWHiÉ+ 0=v[ܫ.sz$яꞃnl(hKDbWI=V˜pMy_U(|, vLEq])qvaj8s(|OS,0pZйZ3psՖ8#e 6N4xc\EL,* ?*ǙY$#p x9 '~dQ#= )%F)CB1RH*sjsWEL+/ ̢~ q o|M"o3r&ƳeRhH`xƶMOYd=@ ;_dV[ j!h<}yr61ԊDe;|k˰zr9BD&nz&~@[sI5@SQ@ϯs Iz t)R\xͼ-y9o"`$&ɰ4_̱G;qNr,1EZў+2o%i^Y{% OFZ +VlZ% rC`9y 0{DDܽhH7X%U5$k v -k\)n֎ "l㐎DnCX~\Ku9Wd ؔ^W| v;p*gVlWδ ` M"`.VJP8f7)PӋ@\JDƥTTY58, 2p9sZ592} f j-9/@SN4 Yw/w#({{/JF˹-s H87ݝ)-}cQOoBG<CcM%̷].Wc xL-d6@0G܏E|[5Kk.ƿNx$hHQΕ48oF^!tR9ǥ<|B($:)W:laǙX^elEW(K-\n|8U#T oz'&ƣ OڹmFΛ,g ,4ue\kݒ:ehw8s@.U`9'벽<yՑk<5SͭUO~ٵ4h>QB(PVD\l/FWR|'qB(5ǩ!Jwf̓ҚQ 0Ee4eh x}Q~rlIMBCCf8PB7T9yR` ؇5OtZ?sG|4@0i)-ydU'*=k jq8:H(M8,q 9{qa5p^ sRB캝붋`ǤJ`d'!?E IJNT292܁ 93}n&Za&BAf Rk{/@KgV81[8쿌ӭf(Y.m/_޳[2`Mey @HW|*38p#E++/}\oDdtT{?RX^ NK!fyeV.?n:TNNIk]K\"m \d{VY7}Q>]DSxJ6Nt!\'lV4.w(2x_Y 8=3iteԣx͛!OȆMjs @~!2dK nv[v_PQJFahcnFZ kcNHo,FLቫ DŽʐ'A]_-"Q0dcpq>U` Iy'QэL}f,|EƘ.4=qAލtk )v{s"oӞq|0nECMl s_TcZTjaNRm.|#hnxj7e3r@#X%a\` N<)t&kGj:<>:"?r\e606BnPjCogY\yq?OEBX5HbЂܴRy-uH.zt^R_u{dq1ٽQ$1V,.<*mTTYqjn \32lFCEFS"OYߺw*3bV,1[v󵪖{z#0a§!ɶIctqˆ M`[W49e,C%J,Dlia8C=Ձ'U4x)D.SՋ. 8Z M; Ov&-؏ , ĞN+GA5ˏbjk}E|M.(\#1\ݖf2Tf2 zcso" 09d 7O3z;J*1\(QQ>g*k^v&c}D@K?^˼̋[> H s+eVĚqh=Kw1E}ôv/=IRbVT5@m9+[B@*;IxL0G Yָug̞ʍ!aoUD{$3f_&EB](\$ }[&{5RM$qm`Ze+ȥn+L~VF|N$$yY/}S"^>iभ0K-44qABS3-|b8@˯'bY xμIen+ p7?t86dMLj"1| '&"ˇD2;5 "ox/Ǭb ݺ0+ew~AǮXPd@lMӅ˛m{ہ܄܋{Y)듑^0O 'FR8K ?  µ9B|F0BQhY?}JX\AS>ߞoK5@3slx}܋.GSQ+`oMФQ.2L?*믑񽤤7 2eoRU7S n2QH`pzz@Xkg\}ۛwo+L^cA )Ƌ$6KKu7,(Pљ})@TΈWPAxJVC5UəѾYDΊ\Fk5UJ͎%LǠ=SLwW;wQ 8U 0ф}Huޝ.0jQxE'ҞJ4ߜQ)G d,'FF"PVTwsn9J7Ϥ~jP,6!=ŒN7N<ǒ֐+_]֓6,<ߝ8U#qsK _ z[Dn;nP %ACp{-dU%ͥ4}|°axq;O |x`X6%ڊQ¡.& h2#ѭA(5:>NdDσ4v'ʫrK)hQ47rxIVGg!r_zbQIoh?Fm={d&Z^,6p}U'T<",Y  xtGׯ\kFCIr5N<0滔p8d Du*jt8lB d&XڻOLb$U!تa @KuyCruQw aHDH8Fעт 0Jtޮ֑nvu=wh-/Dp.UyS -Vr/"TN:5JسdBm1^DR֧c굶>ǔT?_K+7w`zFw`0?#x?1TNȇPbʔ$xII^<n IcN|Dst"dN8-_FA 6#cs⻙6ZBx w%,Ҹ-B%Dp3q l50`»jraƇZa0n P!%/EqBp0)q-`2 u)V'{y"07sbn@Y/IOkQNLA4C~ZeuO*4[s/'i;6B]| ;M* 5QM &, bzˡ0eVrߓX5VQ1 'UнY?G`.`M͟;m̵:OyXvRm ;͹2@4MS,0 fV }}%PB4Gk vՂ: k?>E@ޭ(ݝWmaQDL4W]^m֞{<3 l~D8W_drˢDZY~G$B;j>i5$ Ľ?'zl;YX*`cE쯽@Fs]@,Oӟ0U:3L "u}_{tZ>R> qA~]ҨXKtjwܩVv[B>Vb}5n qitݒAveU߭>eUj^HZ%R\ܔc+)=3[S!h74}2ɝ)aP;|8+IYDԎݫJ RMcm 3 AN9 $O@~캌fFfs+uD6q0y1NuyzWܒ?o -緻vgxF&EYSHZfP#5_:klCzF Y4t{_xYv-pC.6Wv}1SD:}?A(l ĻT@S5\v٫op,ZCk5F&njDBee5*jo 0"9c3TraU߇6@$#}`T 1_̣>`r>iM#HwX28QlGj$<2rȼ'DG50@xsLX4D"<{~btjT6:# }:`PG;:lK]}lnK"s*R/;hOZs~U4늓.A Uvgl2uu6`RʔRX3 z^lx?M$X:cuɾlBeJ8pf6Vd  $y?ncgː^xԂoPXNGC vیјqxf6)u3"{SSi!^72Q(i=E|랿Vqf-;)]Q bm5--ӝ_{)O4ShBZp;T$&,ۊ,'<^kΔJeFYrA$Tׁj^VD'd/OlO̷%cre`4F'Iy㠮,-I.,n?b'nQ=E]1P[k pՁ٪b_jc8:xyo:nDtW_m.1Y{6acCp+sD n28J\ڽ v񅦊 PҔ$]u_!([rs˥]FL[Ym$U)+ns|9̑~VbG.G)Y~=gvފ}-%4V~im e;οcB:G;FP&4;‰(*=) n22VeM|u8۪?CuedHYmGwX%>N2ЩT^kY`~t^8_˯lo-wR#;ہ^QWIS K 07,pq(Q7B7oJ mG&>3#\@ژisKhLRT=VJHs<>ivP1=&!BxVE ^~'Pte:|X1>o.x푴2>dj#ӳkdBq!؅B)[Y=c6-}I<^&A/0,6zYLLЭ*BMqxǂѓW0- ?,iQ]?M@^Seg'ʏ~s[0e ؙAMzCMl')Q|=V锝i2Vڕ~IÃ'U_ * @-8.4@V氹Wjɥ1sU7ZiL He~h卖 h 8)r32<Y>TI60,r ӰfІB+K[}M珿o:=xu[US4;?.XEwZQaxƷޏ;`(E:}y5HǾsVZBjIr6Yt7<b2ۮ0XCNG=PRPOِmi|-uyUHk;|.e߷L9ɩ\rk6Zõ+o DSSr$?MʺfC6/;2uAs ^>3?fsx+~$f>sD їc 2X2kqDݡ<0 UkU}OB \"fGW<\Y~4x#qPl-aT{wAGOcv,,{jADW gH*n'>;mVaG̖ ݣx@!Q/N7BOBhFhyID>nއt*zTDzpL<>v/ K套/ ~z,&DXj*fpi3^%MOs!^*eKD|HNP'`y.OTTze4;pϗ2^TfvNtJ/{[pf:KUoU|BF1.ߊ >HVp*Rh7ui(hA PE*!%c,h3S|+bёgwiͪ D R1E Zvx`k4s_~K)ˀb'ŮG[I4[|;tkuE6uH"#_uSB*K͢KS-RpKQ]bHIOmu +2/p'#_up"[GZ$uQ9}1D[$Ml՛\j=TB!*P?GZDk8io~pz3tPZz"Dy^ FrT٦+ZbvSMZ-IFܽ>ͱ.}ԯnnɔAxѓ8#lkŵ%t ,1ҭG/[= Fe&jlAç|ŀsF7$-NX݅omSSA6K| \:r?(f`IvBdWBlIIӺ^3JYomAnޚ_BQ, c.}ph"rlm\n+Tq~[#5؏]z 3^+, mJ "L&ڑ{ҺV?68jS%6`?.|W6V݋t;/wyQ%Ϋ k\2O"Y>-xyv7Bt$!U;b%ηpmOoudw;ġ~>=ҡf^j5m^jqGʏm/+K =T1rt@5XGQp/Jy+so )p.>p#^_"|L硊;=92_` T`4&R.EэP˥k'pfKP'㇭6,>FtJ@Es[MN[洘mhK? Qli,o o1;D ,4iաesŗ'}Śy'"@UZZ߆N8~oeD62dtkO\" 1,Eu@"(l:T{fhڂufC@-y\^ktvD&l^iِm4k.2KהC2I6xSq8R|IR mJF /)#e2xZ0sc*ht(TA#8%IE.| UQPӻ6P V,m+?FNJ^? -D,+]9վEO-kse`,ۋQoDc?y*:@ Aw̞>cYѸ4R{e #eQ\TZru;E~ٛFZKopXO-ّ,E}Bv"&o(̮F3Dj4VvBh6Vïy̢ghݭq9۰i5xgю]jwoBcG/K4DomZ1'*Cfo;HT^P- cc=q&{ Ya@oxA.l+E4sGa'oaȞ$k6^Yt 5qzٿd}ie $x$ j9k<6.>\M]OG `Nה *g*c=GR@f2]hx֥C49_~ h@A46X%dY}w2K8zOS4&\`xϰ+nrKI#xp"*6"kf9:OY sip# zou; .ܴ`J1k5>o1zg8nӌ2mPB1CEgF`xB3qKz08z d2ڧ))]ߊ N]9qLvb@+H(ǖun9/^h[pMs637*6X32dVl4*kQMN#\pi.WYx|F~)Lx'tM)W锣jnI.ƌmZ hݐ+ "kɯ m]^iӬȸ7[+p@qbx+|AQ9O.yFzcOEEu̗U43>~[Dmf+Nዤ[=zfTޢFw^tHa'ZKM( & [X|G1ưdCcfwBE4mQ)Y+5}m1O}Z$I߈oIxzW,ш ~]0`)# b_,RLQSV '|k'ZHNLyѷ=& 7]tp甑%7py۩m{ ŲI0_sKc F`ZM~l Ovr,,B.ouYh­އ,*  W8lv!-EvxO3CKb\p(sZ:Ǝ@w +d=AC2XcUcL"*FhiK-LrpSA4YiGY@b9%iT1̋0h@Sj:?1h8K-?rb:̻QCbrSko118w1'sʾ\uZ'ڗƸUP Xy}R.nBI\ R  |aVfrAj8:y(yV7 K:73+؈!qL^ WjJE&z$$cxG "+Q5*9pfyܩQhrq$tM3kO_O.p.1Ɯ q;$8o=LojyZ]g2DU] 05Sp=8IaKh gZn5SߊiທHPXhsL* Ѡ1S]xq0Uqqf`8#.i L OQrW-3o\j*CI3:fYٞ^ 2=&֑hc׶g :.:pMl*n55_o*M>*U##R;&[w~H`խ ;t yJT,畜zBsj]Fa{ u;Fuq\uxMekx!\Q (Xd N;COx*a)Ghqcl lf#ſJj gƆy ׯ%՛p0`a)^̙3ES֥ITrE%V1c8ي :5Ί5 T(>Ug[D%XNa9~o=T IO !5QvlldLkfNfII@UDnW5fb-xu(22]Ը{ߡ\^q5e0V>%WstcC6ϩ"V6䜓L0:kj.r}zFmiaȎ0K.U^"Rϗ378f ,9#>lvtG,]VlZ$9`\ipn'Y>&6RNV|cPFq;65}Y%x4jfK7O63xʈ919oLuf4]||S.qleƘG%2&HZ"Қ%\ VU.]0XajH:~ $ߞ?b KW^i94rBN-B򛽣N!nٟxjGNgq5޸͝dm*PEUpˡ[Ħ{IfOZuq^c8lK;~B;7ouժv|LT~+ToVSk7xkDNsX;c>e%9!/?Btv1'Cl˩ÎEqn ǎ8o_( )ر=kJJ D%qM"k4|J=OL %C$r>hC?}ˇ ~Koe n'i”7- cɕxՇ+uRƛRK<+)E8m@T ^V>%M+'F ~aQ*N:+b/l?*%~>~舰TulA1{~ٌ)0hf YDI nXB:- W, ҇Պˋ'so'TUoT1nMVoKvמ!Z8hM\/#itvVΔ`[knDbSubD>irwsUwP:T6Rx@-R*DV 33#l'OCۅX%|F]Ih\J@Ί~q}YBFVs{ɦ"iWFp ++)  9>cuX#^N6B6f7p[5gm8(Jٛ:,OEc5 oB5L9R\-h[ j[dtg;'LhQ9 n֛*}l,a x;vkәB.$Q>6́*G`hGEQ" BZ*B8"8'ۂ8 e5-~B{tvKO4 ٯ^Y}oޑS ;Xq[k/E5,;<N#"~1("*Ը$%PċebJ%>#:$ jR^u%-*R<[\+JBMߜH¢^wөW|Hw b*A}8ynt/qMYqE@%vQo.8 f/E{wRl6y7ucH.!5j(e߈R9 %0ޯ<4ҹɊ1l2Iu l$tUDo['QHM%t \jmUAACir5gkuhXo_߻Ib嫭5qANj vф&^w<)Ggi7X})2@wjE3s\~ywtVewB3Dhn!wd F7 :$yeɆfD2xF~&5:ƶbn~ :f&^H¡V\ HbMG61Twf78>kJkd2ӫ*7v$xK[ї?yqmWg'mmۻY/ٯ,QK@ĉr"8Ay+?uާ #;b#.ʈ}gL9H }q{+b奻7J&Lۋ.WaW g{ ڬ`e^z4=|*E ]XI뒾aˁ wٰrI ]JGI. bD7k n]#}W_⢢xEʯC, y|z %ܑ,&NKGC.OM$R!8[/qsn78If]*M*gNdl[DBK12b =x]1FrW̸%L^JLTf//Kr%_E~\詭bCc/!Qƈאh=[3wpE鵫rx0 Q|vtJU_,pO+5*?DC]o[?DŽD~n#Lº#é!㼎.#ع0 =N$Ch` DtCHa|8JFUՖP1=U蠭KV.VMoHmqK3ew(֠6?xr7M*$Mn/^6AHyYS]I((@GEV8gLňs גإdIqX"@.j%ݘU1PLnhN#p+Oyw˴Ļ6Rjcҗ}6!ʼg¦,*kq;405Rw9ÁnK/d;;Ījt?jrnрnѸ҂:We.6xOD6km,3,xeH~=a0_!(k}ѣe>X^%.i0kٙJ&,k:=GzMQq ԸY!nQkO Ȑ -F-iUBVZ騥 :R DA-O OoV`iPB|XJ̀bٕ]HSqʔqe׬f$/qmF[ W 0 -6%q&"6 E S8y Y~k[nխ9@@: 3?p.#t/6_-$]4G}`^}I,~\pʹyΌg$!t??X_]l~x72r@E f7qMwrTӬ")F82 nh8~d FCZ[y ^xV;E1cSb@ ::^U=-F OlRa@!~Ӡ~jOCk6I-tU@E1w ㉿ 5O?k"wzힼS:P?w}DV:&bd'+I}1u.I["seD(^R:..@2,/Mrn!5 @)B1 =ln" Bc|Y~ųf.p;$6qm^*.S\edк5E(094IW \x _<3co,@i.=.9eRK~ȜրkB4$=tѧ6)_HHcwjmCuSR1{@fB6i+a_E)ǩHP`@*;~[ڎẻc-z>/mB,Y7)` l,L8vqr)prApAH/T=2t큽KK e\ s6oG#YG;:]?coX &Ж&R|veI%n& &8K9Ah`Lywm!IҬeٛJvM!bgqżYw|A"|7k% \(C])T)A`fF2Զ~VOd{3ϙiM/jFUohJ='l؍}Ymw - ߲YUM{&jZc#%SrJOwY!A GM;Do;c}hk'Dx/pP8wRWSgq}.j^_fI0g>s3+hKX2.Au¾I8Щ,8d$fUr}c#-Y+d!d/c$^K+;Jt䉙~ ~; A=ڑ&HOHg\Kzcل\;|hR#k|r1LSn@vl K-:±LJ]4ۤ,v}OT!5?N@MYǭfMVY>8V榮(c9kqNtv X+\&0v07}t'_bv^oٝʕy1 eW:X'/^ rGP k~o>q믋[8J,U<<O 5|Yq 4><,(ifN@XΦ)^f/n.$i,#0c)v>vIl%MSf,ܝa:-d JՓ#SG~ѫpX Guҽ *JŅMVWdyC5gWB5+yZ7Cc=̈qsD2U=,]>7[,Eئ ߶l(|ښO z}xGm-g%M=)gDqƭ `5X=!P+RrEUjmE3F`F3 kū,L_FZj+GH!^7*SJ>Up$Pؽ:QCsd;(T~NH^4`rMEΈ'?Cl5 ;+V:c)΄~C//vm9 In?ԶĎ?zknm)!zF\Ҷ3!v1%"eKtnd |33%5˲H]ɸ+IgFTj͇}M6VqUCaot0nHBL ,ahbErd#UD#bk3"!ے ʖk)ӑi= |= Aw\'J^d<{3ib}K_2 1$OeHo!Р7lMn d86Qc0' C4OTwR%aЖ҄柷ht=G;T3 E+ìz<ݒ & !xzNʓE_;~ANM?04%cΠT1ѵaB#mI3en[.";wR_15y?Pu| Bǧ)_"V\BY)8 5VYry9J5S\;RB5!=xZ9A-Oa*p߷,0#u!_,b"0X:Fo'[3dzd$է^HO_m'aM~A7;x(S [rJVAV%g1h a"fv})@: ńkQZ ms t&HLQdgU Ia.<ףp{/.F"Yko$`,$5G"KW "vHHO (瓛>ݤ?Vi%TI,+K˕7 0A3]0e̴QF)"Egsv r{1d?"Y9MĄ$ Nߡ.§t[t n}}WZ>*9T؆VminjjفոJjs[ QWb8)yR1OxxN6;Ưc}L1[7Nt6+;K|zm6U=@܀̩ Ѐ3^ًaWWYMJno- ,Sƴځjz8wzDPxXEl@0އ[|KX\Cp]<)[N~M?Bm~.<,ryp~1dl(v\ۿ$:? z'֗c[/[{jۧ{J>߃cZřڡWW ı潊pHvz(UBe =$,@cOst}lה%^h=6AFqW8j>pJ.dp ¤KoY݈ebc3 ^լ(˂) CPy_KEB 컴-p/*{y4Cq Wz%vl*fA7Ϋ>L֑\?\-O#údڶܗz.RNP[[V DpER]ǿur'\တ.%(wԏ+A<&`))?0h'ٻpE$EڠfiY ݅xp%ĔKa#%¬i Qyj(tq]w1IJ;%2*hQG)te[[i09=oP+Kt``Mԗ ]ؚe(h&gB=^;=e9'Q i>=S4m^~-8T*R.7%5*gp3XdMT=/ ̄NJYsq)5;`>z87 ݊-S Ek*s2'ѪzZֺ$Xn֨ˈ:uBqkw#/+?vF 5iãCo`Ɍ(*V 9_'g]edec}.CGԇc嶜D"{eKO>H=b72akG/vHf8jN[r*^'PD-%]/f+oYR9#T$9yxu-YV/1~pd3mb4IpSAnH^ȢlIc[kz$Ӡ Jy5hBڹT3%)7mBDHþwf )/weAj4zER)쥢tz5`- mV m"Q7d}4e3Ano;!r܌[Lč;,QC!-_+j Jii\ue[*%}4)Q`gI4;az#։"d&tk@)UԮodʾW$Xܩ\RmNW2MrLe?ؓmif7˳ ]t\u{>;CtC c!n5߈e!=:=b$juMs}*B}Z¸,ĉ?3R`(` +VX g;q\Ѓ>VsajҀJjicfǭJ,˴̪C[ 66JЫj!R)Gu)k%ayv!J/ [^#0=^iuy0pY&eJN+|x3G]?.;q ҨV ͜[ lHf4d'>2$됩`݁9qvh2qZ`GmWKhz6$ccm40aD ''&t v0C mG%$)8`pLO=8u39ȕW "涽p:9+1-IK2:]t)5?1<1/"!yRB77b 6٭4ipYײsE^pYQsG =}異e[I8TZc[k=`Rnvof2'1^&?J^D]</ 2d G7sD^ٝc-rn}Fp+1쨩|$gaVsk"}Z 2¦4c[qn}t0lp4hi㢢{MvNG_@ 5 ޾qOK: 0H=p&5 r:#¯l$S{5lÜQ10$;l~})7k`wۮ\ m]\mh5ܫbmg\)h]}Y~t4IA?3-N+ !SZsiu |3zb|ZLڒop+ n'%<3["w驷CT`&XSSlܖOAS!j5N1"j,Vǐ( (L""ةx {ҵbo3t)He<*yH?E`%f/wlc:Fc(9Wm?HgzQdz(tfM!'G* &|_E"EA$2m> auQ% !OY _9[wv'hh :S2~ } Hp#8LZ(jCm!SMm3C"Ɉ'>K256S 'bCϘfx0Wn; x2YE=wln@.M~@@S<6jOԵì}v62iƜᴦ2bgq{z'/׺7|(t@5}+kU["R#)C$օ'u1K͸%uڻX?s(l *˙] Xk/솻˰ ɖ_;$&1S5'+eցMZh|h"@~!yzL1 r"fd졕~w0#Y$z++8+C}-%޸j6?3 :8 +ʦ(0o1KnK0x{ŕb̷ 1Ⱦ;*UөPjI&KnR~aJ9YE<:owhQ#&[҇ Xn`78_\LE;$vGJ@c+`>g_'& X.ȑ˗#!n[5e5=.G7`T7|T {j-<U%Yv%-\V`ڱ d@^x1@ғlE-ڢY:K^'td]8*Gm,7CnS)Ezw?Ǒ>ۖ}B6zxʢTcF*:/JoH5qT6"ġd8i59gK^x Ch;:*&~jnn0C!wbWsz蔝̝Kc$p9:N4r*wH˫-hBy+zA 6TIdN2yGͮm19p_{fv jo%HfOƽїJw&5}tt3k}w卩/3FX 9&+G!j(*$BBgN_F$h07?#.-;'۷]XOqj*E(c'ɑ{ad)HOLZn .uV @ M:!PsюYuU+/Ds-,1f ׍0F{Z_eTo-aAӳ{^VurAԬ1 E4KfKPme"6'tމp2O5`-7Eܚf'eAN/fkV,TA i\3Û;ǚ㷠 \]{'(ɞ ɚtsjS8Mu}Sp(` RD}efo.o]-)7P,g]Oj1cZ!5ԝp?_2X/% _S ެqt0#VM`EOD^P1q`y3*b0w k-wU̅fkɄ'>si~>hJ*94PNY$Dsya[3Ã_ƺۄ,aQNob}yf!6PT%`6dg a= Պ6)9Dz<U+Gdy^8 ??- r@0.') RﶗKM 5Fs2{ Ü i] ? k46@R:8~7udlڬJ21U7Zm2½(_F)R]TQ1Z3?ǮE'hU! mIG -V"<8|&ǭ&2Y#hc`&"l}ay5?<8M@4m{?k !jDC[aDbTN@ pP!XfvhIe{~ʠ$K}s@#)"#/G"(e626.$ւasbo;dY01uI )zv,X+{.FmɾjySfҫɗTFBt{үj}*\mBD qEoYh nIߛ7*~fZ Zx`S("K&*:u*SU@Q$Qy(1 ů-(fEv,( ;llZwP3+)Z2tutțPpps i#f$eWY JrVmOُ)V"e:exyuB*Mċx q(MI{"4qQ81(p7#>3>*R8{ptdE3,p}1[;~%;Nغ{r<~B=+/}*k8Q_o> /;oXPO2jFrw[^qsozT#3# v+f&)͉>\}xب2xE*f[ @.og!dqO2Ő[tY2^˓-9Y" A$RQ0{5+ Cc1*qNAj=/F RFxQ)U@ : 1< $C[d65G&7lC1-)"q)%,^ߦW rFb3'5wNGnnNL`Y R29Qn]W4פ3ZB$ :^P`v+G'Z cNO;b(޶]+ " >ț ]ZB[9R?y>PGpNā!23B Y#xŽ&}3ƈg xE5M)~@jXDۡ\Vʄ",(| oI%gho%W|),@WF1/>GܿjbWR7I%ۺh#^t`4K^13q*pY~)_'%╭oDQH^ =Rp6׽.efђL=ؓl,WlkfH{uҳlb/iN~ TCAre4<ç5' 3iiNF{qPZArĹTaO>hGJAuZ^l4ʁؓہ\#w=ۗrl =01\Z59WiSo:m)Tm"zNT@r !zn?$(7C?=. NΈR0~v[9Q¢IxŻSpvP^V؛SVJq}Ձ!6`+:%'F邓 DWdWH{cb,=,sܺd-ѭ@0jF/!#٧ sT%z/A}?SsY<)+3e]V[ﲻ^zXt)p OY'R8}k(m !ǂn1[&˸׽n_AOwMWA+B aL_G8֟`K"{+pljԬj 3zbD;EB.#2)cđ Vlz Z,l}es0Q) x\Q:3L8]m9o%bgk<6[ U1k[ntLe؇IԋN S"J 0W%O hHV3T@cJ.9$?΁;flJpFd0/tO5:*I+O*O}Kթ{}H`s4waʷa$ƛ 6˄*svSQ/a=vuO4Iqz%U}pvjP&Wu e.&)K=+4su8Iu^<{RT?ǂvpmT9gxG02|/w C&F=kߔb {IaIEo2;6 齦>7ƉV|" G G4pv]/ÿ} Q+/rM;,, "mNX/HQ]2y6` }mZA'_U32noGMT}W%S9y:4m3k B_DhKro;=&^^1;+co\&DT[ |d.ZxDvӎpZB,8vF"ZܧϾ2&϶5Vc ._2 t7ڈ/m\e  j/6M]`{N MrkIr;$DgdxC{M-#s7˓[2 W|ZP~Okϻ_:T0rތ`\u'WM}ueS9a,z͕ͲڧB/5FiY 83ĥibU<ו%]i"3):F"դa|c C& 6|'m7lÍ&} C^Zap7G%D2.t`NV4N؈g9ٮŏXLm7v)ZY#]abS24jOh“hS5 \Zڐe.f7 :Bb*L-M]?mݠ}Xun*|%X)UA+Yj Yi=/Z$Jo\< 1Ep3^Ue IUx&tH; p=@ c23F^cLyQ~[Ia_qu[A1w:Tj QSH~\/R,['.;/9BZ8T=xrL/ aR$^HWUF;9o l^*&>L؏) [y,"aD r 5 @i &% =\@7:\}ԇeDb e~LjQ+6k&GZKO<}{iH.U@Ԋ*(RY OP=81UQz(`3Kz{䭲lMv^1 ʭ^m]f6qW>Ȥ$w8ufśf@$lH!+϶J95z7e`ACb-4?oJNդ@Dtq܂=Zк؇~M⋼ŪIיf}G |0.Q|Q/3tDOS2> !ƗUYHp%#=Ms%c9ZIFGEūj>.;^ǒ핈~D(kL _\ѧ+lFIߔi:IhTqzCPTݛgcF6n}rA \ͱȬMyшGpDn"N:'{Yut#kZ8u>'Lm۹D^m'@'p5,7[@C/&>04?ܾg/wb}1կ6Lw;dits *52?=1lrԛO?d=g%-βw1c஧z=u!}&6/8Aize:/k@Upzp`I4 Jikȋ'Jf.KrXBրiTiNA* $i>d狍+M1ǮeҲɁ4A=!4 6I=3%p!L-5L-s/ö="µ4^B^x+i h!,pҢ3'0czmL@) P'dh ";[PT+F,xՖ0+C!fV+ xp( '}O&P0 U%{UJRøl 9!oBRfiD߶`x$*Ch3.UҼ+YxeVdx1n^WZ *`?٭G\03Af/ôa=I(xLt͘?2o*vM^=Hfu5H7W9*rݗ n)NK\; vJM#}&6wY Z( DXҟ(V,Aaؼ6ho6u&D2nZTӈj<JW[Tβ]~d|_Bmڭ'cf3zlGih^s>lpujp}!, CT m եQ~tBYi<ˇpR޹kP4vx b i ez8Y-r ]` FExN :9̹Y2BR UJǽ3LZNG*둒Ð^pn2\%;#V~wnr E;hQea+O'i57VuUoԱGEu05J.C^W$PKM@rf\ќh?v1p(=Hwb%CBt>:}Kk@FC# /eT-#<y7C$dէu6;|L iG~ t CT?VpI{ ӍYF+ͷcG&"ͻ"]cK;I"ሚ̩dz4l_U\zT&RՍP^9*7g- +?hy+ u?\9O@߼-(T(-ߐj jy=lr. (kH$p[Vu*!LW-  St3bTW*joMol>HQSO/ J@D^'֚R9gPl'1 $V =J\73kF&[VV&yx{. ΃6g6FLzv૛"Y\*+jVRTk*KiFvu7xI]ɰ^-~.BAv}l Ӓ*҅榥KBd0`w!<)Py@eOZ,(_؏Z ,~z3 7!%$C*\^.T YZ