apache2-itk-2.2.17-80.1e>UAQN͛-3 6?S$jGKGHe7VF-&hbC25ZqY>7? d  G(,:CN gdOO >O O O O ODOOZxOX(8#9#:#>F&G<OHxOIOXY\8O]tO^bcLdeflzCapache2-itk2.2.1780.1Apache 2 "ITK" MPM (Multi-Processing Module)The "ITK" MPM (Multi-Processing Module) is experimental and NOT officially endorsed by the Apache Software Foundation, so it may or may not work as expected. Apache2-mpm-itk (just mpm-itk for short) is a MPM for the Apache 2 web server. mpm-itk allows you to run each of your vhosts under a separate uid and gid -- in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. See http://mpm-itk.sesse.net/S*ocloud106 ЌopenSUSE 11.4openSUSEApache-2.0http://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://httpd.apache.org/linuxi586/usr/share/apache2/get_module_list &>/dev/null exit 0 # # O/ ._ .__ / ._ _ __|_ # /O |_)|(/_ / |_)(_)_> |_ # | | # # on Fedora, add the "apache" user! W<F`$$&& S*7S*7S*7S*7S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*9S*>S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*9S*:S*:S*:S*:S*>S*:S*:S*:S*:S*:S*:S*:S*:S*:S*:S*;S*;S*;S*;S*;S*;S*;S*;S*;S*;S*;S*;S*;S*>S* apr_size_t. [bnc#729181]- httpd-2.2.x-bnc729181-CVE-2011-3607-int_overflow.diff fixes an integer overflow in server/util.c also known as CVE-2011-3607. [bnc#729181] - httpd-2.2.x-CVE-2011-3368_CVE-2011-4317-bnc722545.diff is a fix for CVE-2011-4317, which is to be seen a variant of CVE-2011-3368 which was addressed below in httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff. [bnc#722545] - new template file: /etc/apache2/vhosts.d/vhost-ssl.template allow TLSv1 only, browser match stuff commented out. - rc script /etc/init.d/apache2: handle reload with deleted binaries by message to stdout only, but refrain from sending signals.- httpd-2.2.x-CVE-2011-3348-mod_proxy_ajp.patch fixes DoS as described in CVE-2011-3348: unrecognized http method. [bnc#719236] - httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff fixes mod_proxy reverse exposure via RewriteRule or ProxyPassMatch directives. This is CVE-2011-3368 via [bnc#722545], and second iteration after consulting with Ruediger Pluem.- refinement of httpd-2.2.x-bnc713966-CVE-2011-3192.patch: remove hard-coded limit of 512 and set the default to 200 as in upstream. Introduce new config option: Allow MaxRanges Number of ranges requested, if exceeded, the complete content is served. default: 200 0|unlimited: unlimited none: Range headers are ignored. This option is a backport from 2.2.21.- re-worked httpd-2.2.x-bnc713966-CVE-2011-3192.patch for a regression in previous fix that was addressed in 2.2.21. The maximum number of byte ranges is now hardcoded to 512. This should be sufficient for most cases, and still a good limit to prevent a large memory footprint. Requests beyond 512 ranges are handled with the complete content.- httpd-2.2.x-bnc713966-CVE-2011-3192.patch fixes byterange remote DoS vulnerability known as CVE-2011-3192. [bnc#713966]- httpd-2.2.x-bnc690734.patch: take LimitRequestFieldsize config option into account when parsing headers from backend. bnc#690734 - recommend the default MPM (prefork) via Recommends: in .spec [bnc#670027]- update to 2.2.17: SECURITY: CVE-2010-1623 (cve.mitre.org) Fix a denial of service attack against apr_brigade_split_line(). [Actual fix is in the libapr 1.3 line, which we don't use // poeml] SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org) Fix two buffer over-read flaws in the bundled copy of expat which could cause applications to crash while parsing specially-crafted XML documents. [We build with system expat library // poeml] prefork MPM: Run cleanups for final request when process exits gracefully to work around a flaw in apr-util. PR 43857 core: - check symlink ownership if both FollowSymlinks and SymlinksIfOwnerMatch are set - fix origin checking in SymlinksIfOwnerMatch PR 36783 - (re)-introduce -T commandline option to suppress documentroot check at startup. PR 41887 vhost: - A purely-numeric Host: header should not be treated as a port. PR 44979 rotatelogs: - Fix possible buffer overflow if admin configures a mongo log file path. Proxy balancer: support setting error status according to HTTP response code from a backend. PR 48939. mod_authnz_ldap: - If AuthLDAPCharsetConfig is set, also convert the password to UTF-8. PR 45318. mod_dir, mod_negotiation: - Pass the output filter information to newly created sub requests; as these are later on used as true requests with an internal redirect. This allows for mod_cache et.al. to trap the results of the redirect. PR 17629, 43939 mod_headers: - Enable multi-match-and-replace edit option PR 46594 mod_log_config: - Make ${cookie}C correctly match whole cookie names instead of substrings. PR 28037. mod_reqtimeout: - Do not wrongly enforce timeouts for mod_proxy's backend connections and other protocol handlers (like mod_ftp). Enforce the timeout for AP_MODE_GETLINE. If there is a timeout, shorten the lingering close time from 30 to 2 seconds. mod_ssl: - Do not do overlapping memcpy. PR 45444- Add missing libcap-devel to BuildRequires, wanted by "itk" MPM.- update to 2.2.16: SECURITY: CVE-2010-1452 (cve.mitre.org) mod_dav, mod_cache: Fix Handling of requests without a path segment. PR: 49246 SECURITY: CVE-2010-2068 (cve.mitre.org) mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection for platforms Windows, Netware and OS2. PR: 49417. core: - Filter init functions are now run strictly once per request before handler invocation. The init functions are no longer run for connection filters. PR 49328. mod_filter: - enable it to act on non-200 responses. PR 48377 mod_ldap: - LDAP caching was suppressed (and ldap-status handler returns title page only) when any mod_ldap directives were used in VirtualHost context. mod_ssl: - Fix segfault at startup if proxy client certs are shared across multiple vhosts. PR 39915. mod_proxy_http: - Log the port of the remote server in various messages. PR 48812. apxs: - Fix -A and -a options to ignore whitespace in httpd.conf mod_dir: - add FallbackResource directive, to enable admin to specify an action to happen when a URL maps to no file, without resorting to ErrorDocument or mod_rewrite. PR 47184 mod_rewrite: - Allow to set environment variables without explicitely giving a value. - add Requires and BuildRequires on libapr1 >= 1.4.2. In the past, libapr1 >= 1.0 was sufficient. But since 2.2.16, a failure to create listen sockets can occur, unless newer libapr1 is used. See https://bugzilla.redhat.com/show_bug.cgi?id=516331 - remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch- add type and encoding for zipped SVG images (.svgz) Thanks to Sebastian Siebert (via Submit Request #40059)- fix deprecated usage of $[ in apxs2 (httpd-2.2.15-deprecated_use_of_build_in_variable.patch)- Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened.- add apache2-prefork to the Requires of apache2-devel, because apxs2 will build for prefork, if not called as apxs2-worker (which should rarely be the case). Also added gcc to the Requires.- update to 2.2.15: SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection attack when compiled against OpenSSL version 0.9.8m or later. Introduces the 'SSLInsecureRenegotiation' directive to reopen this vulnerability and offer unsafe legacy renegotiation with clients which do not yet support the new secure renegotiation protocol, RFC 5746. SECURITY: CVE-2009-3555 (cve.mitre.org) mod_ssl: A partial fix for the TLS renegotiation prefix injection attack by rejecting any client-initiated renegotiations. Forcibly disable keepalive for the connection if there is any buffered data readable. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using OpenSSL >= 0.9.8l. SECURITY: CVE-2010-0408 (cve.mitre.org) mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent when request headers indicate a request body is incoming; not a case of HTTP_INTERNAL_SERVER_ERROR. SECURITY: CVE-2010-0425 (cve.mitre.org) mod_isapi: Do not unload an isapi .dll module until the request processing is completed, avoiding orphaned callback pointers. SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body. PR 48359 mod_reqtimeout: - New module to set timeouts and minimum data rates for receiving requests from the client. core: - Fix potential memory leaks by making sure to not destroy bucket brigades that have been created by earlier filters. - Return APR_EOF if request body is shorter than the length announced by the client. PR 33098 - Preserve Port information over internal redirects PR 35999 - Build: fix --with-module to work as documented PR 43881 worker: - Don't report server has reached MaxClients until it has. Add message when server gets within MinSpareThreads of MaxClients. PR 46996. ab, mod_ssl: - Restore compatibility with OpenSSL < 0.9.7g. mod_authnz_ldap: - Add AuthLDAPBindAuthoritative to allow Authentication to try other providers in the case of an LDAP bind failure. PR 46608 - Failures to map a username to a DN, or to check a user password now result in an informational level log entry instead of warning level. mod_cache: - Introduce the thundering herd lock, a mechanism to keep the flood of requests at bay that strike a backend webserver as a cached entity goes stale. - correctly consider s-maxage in cacheability decisions. mod_disk_cache, mod_mem_cache: - don't cache incomplete responses, per RFC 2616, 13.8. PR15866. mod_charset_lite: - Honor 'CharsetOptions NoImplicitAdd'. mod_filter: - fix FilterProvider matching where "dispatch" string doesn't exist. PR 48054 mod_include: - Allow fine control over the removal of Last-Modified and ETag headers within the INCLUDES filter, making it possible to cache responses if desired. Fix the default value of the SSIAccessEnable directive. mod_ldap: - If LDAPSharedCacheSize is too small, try harder to purge some cache entries and log a warning. Also increase the default LDAPSharedCacheSize to 500000. This is a more realistic size suitable for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries. PR 46749. mod_log_config: - Add the R option to log the handler used within the request. mod_mime: - Make RemoveType override the info from TypesConfig. PR 38330. - Detect invalid use of MultiviewsMatch inside Location and LocationMatch sections. PR 47754. mod_negotiation: - Preserve query string over multiviews negotiation. This buglet was fixed for type maps in 2.2.6, but the same issue affected multiviews and was overlooked. PR 33112 mod_proxy: - unable to connect to a backend is SERVICE_UNAVAILABLE, rather than BAD_GATEWAY or (especially) NOT_FOUND. PR 46971 mod_proxy, mod_proxy_http: - Support remote https proxies by using HTTP CONNECT. PR 19188. mod_proxy_http: - Make sure that when an ErrorDocument is served from a reverse proxied URL, that the subrequest respects the status of the original request. This brings the behaviour of proxy_handler in line with default_handler. PR 47106. mod_proxy_ajp: - Really regard the operation a success, when the client aborted the connection. In addition adjust the log message if the client aborted the connection. mod_rewrite: - Make sure that a hostname:port isn't fully qualified if the request is a CONNECT request. PR 47928 - Add scgi scheme detection. mod_ssl: - Fix a potential I/O hang if a long list of trusted CAs is configured for client cert auth. PR 46952. - When extracting certificate subject/issuer names to the SSL_*_DN_* variables, handle RDNs with duplicate tags by exporting multiple varialables with an "_n" integer suffix. PR 45875. - obsolete patch CVE-2009-3555-2.2.patch removed- readd whitespace removed by autobuild- package documentation as noarch- add patch for CVE-2009-3555 (cve.mitre.org) http://www.apache.org/dist/httpd/patches/apply_to_2.2.14/CVE-2009-3555-2.2.patch http://mail-archives.apache.org/mod_mbox/httpd-announce/200911.mbox/%3c20091107013220.31376.qmail@minotaur.apache.org%3e A partial fix for the TLS renegotiation prefix injection attack by rejecting any client-initiated renegotiations. Any configuration which requires renegotiation for per-directory/location access control is still vulnerable, unless using OpenSSL >= 0.9.8l.- update to 2.2.14: * ) SECURITY: CVE-2009-2699 (cve.mitre.org) Fixed in APR 1.3.9. Faulty error handling in the Solaris pollset support (Event Port backend) which could trigger hangs in the prefork and event MPMs on that platform. PR 47645. [Jeff Trawick] * ) SECURITY: CVE-2009-3095 (cve.mitre.org) mod_proxy_ftp: sanity check authn credentials. [Stefan Fritsch , Joe Orton] * ) SECURITY: CVE-2009-3094 (cve.mitre.org) mod_proxy_ftp: NULL pointer dereference on error paths. [Stefan Fritsch , Joe Orton] * ) mod_proxy_scgi: Backport from trunk. [André Malo] * ) mod_ldap: Don't try to resolve file-based user ids to a DN when AuthLDAPURL has been defined at a very high level. PR 45946. [Eric Covener] * ) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett] * ) mod_ldap: Bring the LDAPCacheEntries and LDAPOpCacheEntries usage() in synch with the manual and the implementation (0 and -1 both disable the cache). [Eric Covener] * ) mod_ssl: The error message when SSLCertificateFile is missing should at least give the name or position of the problematic virtual host definition. [Stefan Fritsch sf sfritsch.de] * ) htdbm: Fix possible buffer overflow if dbm database has very long values. PR 30586 [Dan Poirier] * ) Add support for HTTP PUT to ab. [Jeff Barnes ] * ) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute type. PR 45107. [Michael Ströder , Peter Sylvester ] * ) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore defined session identifiers encoded in the URL when caching. [Ruediger Pluem] * ) mod_mem_cache: fix seg fault under load due to pool concurrency problem PR: 47672 [Dan Poirier ] * ) mod_autoindex: Correctly create an empty cell if the description for a file is missing. PR 47682 [Peter Poeml ]- update to 2.2.13: * ) SECURITY: CVE-2009-2412 (cve.mitre.org) Distributed with APR 1.3.8 and APR-util 1.3.9 to fix potential overflow in pools and rmm, where size alignment was taking place. * ) mod_ssl, ab: improve compatibility with OpenSSL 1.0.0 betas. Report warnings compiling mod_ssl against OpenSSL to the httpd developers. * ) mod_cgid: Do not add an empty argument when calling the CGI script. PR 46380 * ) Fix potential segfaults with use of the legacy ap_rputs() etc interfaces, in cases where an output filter fails. PR 36780.- update to 2.2.12: SECURITY: CVE-2009-1891 (cve.mitre.org) Fix a potential Denial-of-Service attack against mod_deflate or other modules, by forcing the server to consume CPU time in compressing a large file after a client disconnects. PR 39605. SECURITY: CVE-2009-1195 (cve.mitre.org) Prevent the "Includes" Option from being enabled in an .htaccess file if the AllowOverride restrictions do not permit it. SECURITY: CVE-2009-1890 (cve.mitre.org) Fix a potential Denial-of-Service attack against mod_proxy in a reverse proxy configuration, where a remote attacker can force a proxy process to consume CPU time indefinitely. SECURITY: CVE-2009-1191 (cve.mitre.org) mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body. PR 46949 SECURITY: CVE-2009-0023, CVE-2009-1955, CVE-2009-1956 (cve.mitre.org) The bundled copy of the APR-util library has been updated, fixing three different security issues which may affect particular configurations and third-party modules. core: - New piped log syntax: Use "||process args" to launch the given process without invoking the shell/command interpreter. Use "|$command line" (the default behavior of "|command line" in 2.2) to invoke using shell, consuming an additional shell process for the lifetime of the logging pipe program but granting additional process invocation flexibility. - prefork: Fix child process hang during graceful restart/stop in configurations with multiple listening sockets. PR 42829. - Translate the status line to ASCII on EBCDIC platforms in ap_send_interim_response() and for locally generated "100 Continue" responses. - CGI: return 504 (Gateway timeout) rather than 500 when a script times out before returning status line/headers. PR 42190 - prefork: Log an error instead of segfaulting when child startup fails due to pollset creation failures. PR 46467. - core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars - Set Listen protocol to "https" if port is set to 443 and no proto is specified (as documented but not implemented). PR 46066 - Output -M and -S dumps (modules and vhosts) to stdout instead of stderr. PR 42571 and PR 44266 (dup). mod_alias: - check sanity in Redirect arguments. PR 44729 - Ensure Redirect emits HTTP-compliant URLs. PR 44020 mod_authnz_ldap: - Reduce number of initialization debug messages and make information more clear. PR 46342 mod_cache: - Introduce 'no-cache' per-request environment variable to prevent the saving of an otherwise cacheable response. - Correctly save Content-Encoding of cachable entity. PR 46401 - When an explicit Expires or Cache-Control header is set, cache normally non-cacheable response statuses. PR 46346. mod_cgid: - fix segfault problem on solaris. PR 39332 mod_disk_cache: - The module now turns off sendfile support if 'EnableSendfile off' is defined globally. PR 41218. mod_disk_cache/mod_mem_cache: - Fix handling of CacheIgnoreHeaders directive to correctly remove headers before storing them. mod_deflate: - revert changes in 2.2.8 that caused an invalid etag to be emitted for on-the-fly gzip content-encoding. PR 39727 will require larger fixes and this fix was far more harmful than the original code. PR 45023. mod_ext_filter: - fix error handling when the filter prog fails to start, and introduce an onfail configuration option to abort the request or to remove the broken filter and continue. PR 41120 mod_include: - fix potential segfault when handling back references on an empty SSI variable. - Prevent a case of SSI timefmt-smashing with filter chains including multiple INCLUDES filters. PR 39369 - support generating non-ASCII characters as entities in SSI PR 25202 mod_ldap: - Avoid a segfault when result->rc is checked in uldap_connection_init when result is NULL. This could happen if LDAP initialization failed. PR 45994. mod_negotiation: - Escape pathes of filenames in 406 responses to avoid HTML injections and HTTP response splitting. PR 46837. mod_proxy: - Complete ProxyPassReverse to handle balancer URL's. Given; BalancerMember balancer://alias http://example.com/foo ProxyPassReverse /bash balancer://alias/bar backend url http://example.com/foo/bar/that is now translated /bash/that mod_proxy_ajp: - Check more strictly that the backend follows the AJP protocol. - Forward remote port information by default. mod_proxy_http: - fix Host: header for literal IPv6 addresses. PR 47177 - fix case sensitivity checking transfer encoding PR 47383 mod_rewrite: - Remove locking for writing to the rewritelog. PR 46942 - Fix the error string returned by RewriteRule. RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd argument of RewriteRule was not started with "[" or not ended with "]". PR 45082 - When evaluating a proxy rule in directory context, do escape the filename by default. PR 46428 - Introduce DiscardPathInfo|DPI flag to stop the troublesome way that per-directory rewrites append the previous notion of PATH_INFO to each substitution before evaluating subsequent rules. PR38642 - fix "B" flag breakage by reverting r589343 PR 45529 mod_ssl: - Add server name indication support (RFC 4366) and better support for name based virtual hosts with SSL. PR 34607 - Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable stricter checking of remote server certificates. - Add SSLRenegBufferSize directive to allow changing the size of the buffer used for the request-body where necessary during a per-dir renegotiation. PR 39243. mod_substitute: - Fix a memory leak. PR 44948- Fix missing -Y option in gensslcert [bnc#416888]- merge changes from openSUSE:Factory: - trailing spaces removed from robots.txt - moved Snakeoil certificates to separate subpackage example-certificates [bnc#419601] - removed outdated ca-bundle.crt - NOT merging the change from [bnc#301380] (setting TraceEnable Off), since there is no reason to deviate from upstream- avoid useless (and potentially irritating) messages from usermod called in %post when updating the package - this should probably only be run when updating from very old installs anyway. - likewise, avoid similar useless messages about creation of the httpd user when installing on Fedora.- fix hyperref to the quickstart howto in the installed httpd.conf [bnc#500938] Thanks, Frank!- add ITK MPM (apache2.2-mpm-itk-20090414-00.patch) see http://mpm-itk.sesse.net/- buildfix (from Factory): replace "shadow" by "pwdutils" in requires- update apache2-vhost.template mod_php4 references [bnc#444205]- fixed the ed script which turns apxs into apxs-{prefork,worker,event) to work on Fedora, by using - instead of ^ to go "up" one line. Thereby fixing Fedora build. (Package probably needs further tuning to fit into a Fedora environment.)/bin/shcloud106 1407396463Bqrifgehdompkjnlxt{|wuyz~sv}Ɔ2.2.17-80.12.2.17-80.1apache2-itkmod_actions.somod_alias.somod_asis.somod_auth_basic.somod_auth_digest.somod_authn_alias.somod_authn_anon.somod_authn_dbd.somod_authn_dbm.somod_authn_default.somod_authn_file.somod_authnz_ldap.somod_authz_dbm.somod_authz_default.somod_authz_groupfile.somod_authz_host.somod_authz_owner.somod_authz_user.somod_autoindex.somod_bucketeer.somod_cache.somod_case_filter.somod_case_filter_in.somod_cern_meta.somod_cgi.somod_charset_lite.somod_dav.somod_dav_fs.somod_dav_lock.somod_dbd.somod_deflate.somod_dir.somod_disk_cache.somod_dumpio.somod_echo.somod_env.somod_expires.somod_ext_filter.somod_file_cache.somod_filter.somod_headers.somod_ident.somod_imagemap.somod_include.somod_info.somod_ldap.somod_log_config.somod_log_forensic.somod_logio.somod_mem_cache.somod_mime.somod_mime_magic.somod_negotiation.somod_optional_fn_export.somod_optional_fn_import.somod_optional_hook_export.somod_optional_hook_import.somod_proxy.somod_proxy_ajp.somod_proxy_balancer.somod_proxy_connect.somod_proxy_ftp.somod_proxy_http.somod_proxy_scgi.somod_reqtimeout.somod_rewrite.somod_setenvif.somod_speling.somod_ssl.somod_status.somod_substitute.somod_suexec.somod_unique_id.somod_userdir.somod_usertrack.somod_version.somod_vhost_alias.sohttpd2-itk/usr/lib//usr/lib/apache2-itk//usr/sbin/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:310/openSUSE_Evergreen_11.4/34545dbcac4701e5b66043a142ae6973-apache2.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linuxVsM˗:M?]"k%fn$+e'0q LY~j$a8N~qۃ&G&%}f1QM\1.Wl )ᰈs PEؤ?Bz.WҋS^If`ФM匷,UbaQSHǖ:+bL0LJ?bGgr 䏛yܭ5B˸Xq·}䳰'rS_ҟ ,\50jN bq6yΕ O;8U({67Y L]?e 5QL-LD=7҇?D`sɑ&85<Ș#<&HϠٗHƈeY)H~Ri&z/\p‹,$d "+׏đwBm:9_l6%>]a~x[ֻ3{y``(ew5ܓߜ@Jkp6^W+* Ƈ@za0o023'JV,jG֗vALHYMEI F[kvhmgp٤~% *YWpyQK)'{{I˼6֣ﵻ8 2ޚ /91p')7㌽'P>O|n6rkǵ:} h]l('OJ#iN5*X9>s #Q1VY׼ɢ`qen$:vۼ՟zW'L}|{0+4vVŤ*:Ry*ǎ;fhʝB'@,/%]J =y"y{kCO4|+I!NѶs$Ii.f* t&y-H]zPxb\;VY"L{3i݃ IZzv]:Ήy~tMc_Dxܺ,bƖBSRZ4)"}/y-__^ELr?>=ݰ~]UAT@$ Sx.,p/0⬿Tu06?EFj <Ԛ,~;|lmDX3U#LJu U18A  ;Mg6tQJV(1N+0|ΪNϰ@ۜLhgx#R1~X'! 4ٿ=?(|.Fb]~0Flua>CwTSD J!" %+}F';70𩙡@b? Wԅh'i蘲yŭnūl&lgHe7xb(vVćc2"l=.K91'yF| -?~޺q=z7|Q!\UTGܰmf;K@mK[LskI,꺝CDOg(dktSûl~h 4  XN:%St}Iλ#B-eMLֱϷxV d ^s>rtӇc@::D_ĆihPxHV:Tz'oUz- R!??\fh9yk[Beg2 G"o e&djJ`UYg5y(?GpRyJyS5yߤɞiuۏBFQ`O?.)/^wU)[}ASH5D_չvn*~)s<F^6nVxv5 Ic5wuc sܑbCLp'R:׉:xM&dxh"(}\$[+cR0H6>_dBsfx vR߽*Hどݼk>1 .ƛGӚr&fه٧2vv(`x`V|! Q1{uB~;8o"YOCk'xc!gy0z"=:zD6j@Nfcp͆+;.!` >>EXcw#_ y@埿㸘՞"w]5m2f9oASh 3z&ɱJ MëOrq_CL3+aX3p† MFR62;eLXOJlk7js8o5ok5Vsg@{CjrNORm=D;va/LW $'IbP%k=CNPߏJj2#4fh(d92o3 b|BKUSp8ၢjx)5mB}pq:#ЭzP4V sA+ьbA*x?"h}rh]m;=h??xC#c#b)Wm7-QP* u\'RF^G9K@6T6 N1E|sGDPE 3zH$c 1;+og5 E M^aYcOa\S&pbѩ;fz͡چf-+gD3Soݒ> rFn2]d,el?Jb /.TC8IJ{k:!}&WmkfDpcU5`Y͖Csψ-,$Ӣğe9",MpdׯENߋmfV- #TǞKe^OJ*$ ̜^tX̖]wC978 Ѷr ȝ|a4 ϗZի&qWYEdiv_rȭ9={$Բmm㯺+䵑VV: c+l~&8TFS50-7̀wZ^ӻIxVZ1E^s[Ouika27q@'f=Uaٖ9&vG3t*!}ğhѣxT?\|!y@yxLK!Yw 4\|ꞸDern: aUuC5`>Z`~䵨?<}x0v x+ISGH+q!p. NJc6w4ǠSF)~P)pL3X i'3€I{Zh8Wڱ?'c]%6Vu.uMtȎrju12J _=ϙ,Bp,nJ,hZȔH0HO[4iSX3țE5 ӨL͘ˤ^ ;F L59dSxRU:>x$Bm`तĶ9[u{kE`Lgt U ID_Vx Z(~/ŞAC'4Tg(v2(| 03|wb'8-PڵQ'kŘ:~XgtC>]ڪLxLsioB"ʩ1DuVމ) 0`ELlzMdX3)8rV`GVy2LÌM3YHB'Jc S/Jx )Hg5StRjlSe)AعI˶=w YQ ȶk<>NikWg|Di""К^.'g䶙 EKNo0c.[5k։ TѰ_c&_) .Q$ʈvB($ޮH|Xw/6DmcN:W( #mUv1A;*(&v{ޜrf+v*6+*n _Mz(G?ǟ8.pY[RR_kU8&ɵΡ_emԕfS|Q5 n=v?;4ۧ;df}~Vn$ԁ. x6Mʱ;@f |N LճJո.?Ѿ)k^W)I6r+t?ZA]E$#w hǘlвVg qwB'h!-[_ϖb'K *z>=&@"~`=ZXyP>҈ťL-@X3^ci3iN_| P*hbF]|y=4Ǡɗ K]7cRR° pX|]*ꅧ^8c6W7^(.O  d+u@``^\7EjjNaLǃFw"Ttr"&)M{ X `r j"ڴ9^(|{͸lp`ă>9Ҏ㫡${Jyk抛zzBBܛ>} ey@py|/M |n|@PE'?uNEtp ,RUc^vr X<;9dJ{34*R!ǭ6hlY]]-o (AnbJjHLX/!ޣvk]jV%T<_a޶y0rLJX=]^S+CLuXOϵD,ELit3WѰ9QPMKX),o2Na-ПeuGwW~9 6ߣ؍m!ƨR;URR\d-# yIyؾv:ﺈ%_pߙ/:L<[uT#.h9I8 ?seyj,i2ypB<'̇qʪ;0{>S> ASjУfo1U ht dQ#Q_{ w_>ZlWhDcI%Sq>̥)|h9QY32?bxr-?uǂx@k ; dzljdV֋fWIh!V$ tCk\5IQ%]knEvߡrYBf|Gh5ICү8 fQawRn7<}q~k  [APݡ(7  ӧB~EtmfE5_=q8n1d/ M1!R!X?_ski#`ZX3 $Qׇ^Q5$Oӈl*BAq&2e+? eL 2NϒV(ˑ۠Պwȇ"dnoz#4K)ot Xfz BUmO*!C@[{3V,{qGJl/R`äAFzsؔdk}nq TkԲ2n+'t*Vu88lB%^/H,b}8)U[PZU4ڨD[wkӒ3&daB2« DnTj+(mA"ozm2-Ia[0. {@lEX$VcG%}M|qFbR}?V¯ ވ6Q`‚l0%~@_5Mȓk# )adPإ tDxe@<"aoS@TevW]F :$N'63ESl₌(|F R`Jf2Dd%8Ȏ 8u!+) scBDΖ;j@la>t]k3ܙ5AbE¶4,;l0&rA'Hɹ?.| AŊ;cXWҗp" 쇮'~Տ-HA*)9&ځeHCݕ^gCvctzMTs8vr*s(`g=hKd'zGț{ q' Eg1D 0ԋ6籕6!Eĩ9m[ɳGx#H3Gno&*gR ŀ$HX$VŅ"#4lO(޼i|c%]̥@6}A?MQy@yD1SvF1u%"qBp[F?X:MPiaaxǑ^r^ fZ`[^~O۳m6(yI-٭ dE">QvX]xʱ[(V g(ߖ7󳜠_kW.,Xv L~LbAE_R=2/ms(iMC!E )PӃsg5=H8.tdt/vfQ{n  lEϺҺҝʐG̫\5nPi*tr2J 3SE̯#Qai9aqߡp=c%atˎc61/&e,Mݵ{H D!SΠf aLMۦ hA 1q6˽eT7.3Vʇ vl䪷0?peN-FVЁ dļ,T( pUǣ*N؀<}ͲEb5hȓu@DY5=xă wocp03jI~*pk`P>[.EZЩ p-EU VØ jYf:$,C2I ~ 'tHļ#R~!CQׂ;{:,nͶ/+e7CQߩ h<\St+)M)J(:zIJgb3Fx2Z4I+KGc`ܔ|% 5ف4DIchɾMb4-aM(:ׯ&j›/8 i` ʣ<s/ &EmɃɜqLٮ4YbJn+Sl=m ,ѐP+Sl HІIws|Cy*ojsP# x ᶐ~qfTLR&;Ԃ=d5mG[ _ wFCKoi"evNl4/Vk]d޳nU3e@ZhCe'pÍ#9'gܞi4 [+&H=26:>넖Τכ8MFs2SZa%[GdbẽZb"iM[nwUI1J]7=Wci16yySDI 5acE$v4#gQ oukqf l' dSe旛mxؖP2R.eO`Qq#i5H.\}gb΃8E8qc9L#J2I+4Gig^!9ܲNH> F@ :m" Fٮ^_]9Iuϻ^ RMXޡAlZ5v, 6kC5Əw֕>;MT,S*>zowJ-?ľ<=DiB}%ur9Bj4([^o^WR}D}WaYꪜ:LNaүKO^(1'&*T)ck^~y״Җ\2K(N8\4eٯwqX5*a-XiH;FvyL:r𮩭䡗cmB"#k"PA,l;7EDxV@0 ʐC\^nnz <:tlx-tM$/Gex#ĢTM 'HF縙k n|D fQrS cpO벣O-HZ,U֖RS.#thE,~r,~, RoGhPnl‘},CȏL#]?&nk!F:U< CiM}G |%3gDD'$no֢gȀN =_+xwh姞74̵MSi|nJэ nr^\n. Ք^Ym)rɌ 1ßUBWԈBB`26 K[8#BO}Aj | .iB/j5 ׯߗAJR. +=`f+@;^+ V.yG]O= $ eЁ璓u 3+~$ݺLֺi^QbR6/bp̎u}afVZzpDwfɪvM c5#'j=G˕y` (5LP~- 8WE`2¿{fgPTI..BVɼ>8m"6ʸcjl4 Pp @cGJ6$2J :}gOF..hiD߹ǩi dOs :U<}R=PvY,c,0(SL<"Σ-.};|!!EJ~8n=l:9<5uH s~Ag)ϱKہ)ݧe.vu+ p8w~|CY+bdhi9Zl?JwGن28y#&; R"խBG ܯMa{g޴$J:aQ~@Ug|M*:x6 a :&v\L4pwt4M$r( agW)&rl}9{p5CƜV`t 諴;o{BԄHZ2GgRt1g'M(Q+osMQI L1o/A xݓ2pzd(A5֦) ;B(-2Tޱ¸U Y9neO u<Ѻ$j/P;2&A&U; >XM7Sne5G| GZO]X*"yX)Pߊ|]|sW}B;q|{@·Uw4*ArѭJگ?pSwt,2}X#u!Dyԣ 6^ uB[1& -LURZ>tIvP p햅 [ l!qXAWN8T>$#K]PG\6ιȑb7):B?|1u,8,v n]`@¼>0}=jѨ>qPBfl[1w lƟWe\=`|"ݡxYRsIZeߓnh9zNĴO$^1wLFo3V+P]*?țֳKk߁o2i[\H3`J!3fu֝n-^*!-Bẘ>@ %Ceҟ,B>SF:ә%%D"LNU7p9p;H,Tݙ A3l7,u3X]4|Wܵl8qu@ p-AL ^w3k:V3V)@h]})@㛹 ף m`e-XdM,(beU-\\dD,51Vg8u˽n '\߾WƘzLum?aJ;x3~ӄs}ôR3fOzOLA#Y_g7!44g.*>alɜ+-RWS.8鎌|pGMPρx2()c仟.~;=}:IG1ûr+t7_O2n3P=飦ځ%KڇxM55j˔b$kiIn"~LCA{l]!ڀi1@W!@v9wYQVLDb^70jVX Y V۷05lUzI?U'd&)MXECKRwᴋXH-=ldM݀R##+ޟq|] &HpZ'&7w3:@h?C=3Y |f34@7)6N$h/,{h`" . wӕEzVG}7]y2_T:X&!P~9J*.mCǥHjG_F -`cMDI# 8ۙ2A;  򆃣bLbQ~ʰ7;I'm!40?Y)f-yi`CPxQ|A+|E,y@Tn7^T L[m@JWV5&B?^=HL}^^{ ԹMqL_A™##=747j:i@Z:EDkf@LhD"۞ܾΥ}F!x>hPIʜvGl\nb}\[kG?ON`fQ@J3Ft(Պ%3N2氜k#n;QA J==U(SXb={8O1Ҽn-#kBN(G k߾ >o f,lRg],{YFian"Q3UYl;E33_RYFVٜ+ɚ6ռy6$;WAW:%1I*t4=dל Uw5+|Nc]hw4/&2_N^VjR`蹬Wr2|ođOz^y dۘإɒbSr2k肢B74uS#_| )15UhQfp{cP311FgJv:z68si⮒ d9\ ,qiCFKdv* aQV^&!rĆz7oXnCSݠ QO4A\?] ]ZZ}׼\^)1DN&~T_7Awi,]64"[,X:[_'#:vU NV% K.,)T1`٥fM|0IHnwjLݮM0Dݛ"!ʺIjԞxg8" vR 2m jArUhW8$Ie\^#[@W5%4um)݇.+koZSF ˳C$"+Qd6~ZrE]XlMMiix;,SKʒB&ԁjKf1YL*4ě:/T}\s_"n)`[Bǝnzj%a%5Vj/>yt zd,ϒ2K Z\_. H?߫.U߅r_ڰHygT!tTRZ1zƞB׋l˝w1WԿgsD?= gE#x%&F܆~OBMV;bȺh.6Y.2a4aFTMr7 .g~F[g' Q,C"2Xfi~oa! vQ4uڤXfbk5=wXMuizg߀. U^HϟϚ 5yKϝxud)k~Q4x$bȂFОɎ=Z>wPDI4Hv=g7y1w=E7!H8%QEwY.Eh5M5OY0X%$k60[eNAߐW2H@¸ $J`Iv6D>`C;zaZw=BegMhDj;'z#Gx0h8 smIQ 37>La@c;F*'wb[ݏ}&.!zic[EHZWR:(\@aD9|҇{LҦW#kCEry_, dRm%Uw;+wi/gmrAҁT ?)7̒VZQ3%vٺgƄrֳC0NMKskK}.֥u\5ieΊ*\txe$Bo&.oceTԍ@0 ۀ1+_ʱ n59z}mӬ;wvK'WL[_@_N)LLʳ/,2۱(bّ;D}(5Q+^XRdEUxŽ4HCbats] )Pg۱?fPIѳRT,>Vl|Pe0VTxnsuvUWE;"b}뾮 -kt5~E]|4qiH~jB4h&v>:7tnR!(!9 䓇a`}o\y7)$*fH-Gv|> l\GR;ltdTI(C>2(5wU5A>_UF#p~|xC~@*ȟ!1C/S>ʄT %0h ]y6w8ڧJ/#FEfFqI,eŗɼ{7 z{=xij/8-zqϏjy\֝KBPO(ƢZfXDd] 8VI^eFzCـ5+ZI]K*'1:Al-E_VX㿏 Yc6x!&tdm&ĤIJu`/1_ͲTZx'3Jc?99FKwEK&j,Fo Q$X~ߥq Ђ1@lbE%2Ss\V ~J΂"ΩzS`Ƅsx*@񞟒+`q(>:O9PE9&]җpFh<WtsȉQͨ%")Y?~Oq}3~"Z$6/V R1PGO6.B#\b[ Kp8:ؽC/"FNP I ,hfrH@Dr5rIRFݢU3H4]`mȶ)ZR]CNu8~2=6:0^#rrE.'qMt*'d-rp5p,SiAok6nsXE,RsxY.RҞju[9F %2H$31 +ċ`.^{[Uy](C7$ q❠֦k$D@M _v1,nԑF+hDv|!qT_X WnJ Lls2yQKTB+zaڂ(@RE49?-@{-oj4cCe7~LoM NP5ܣ )UAq*#K€XIncU%RvP5ćgk)JSP*|x$ _F/@K4L֊;xZue Th:~5۪71З2Է])ȟ @Uge7CP)ʪn_J %Hej+OJfA>䪈`5]^Z5b,cwU6]D0X+d1PPjbШݝ},zHq߂ AT^N׾"8io1 \t?ǚq6_L6kyg >߮O^`VMۈi9>** Hg8lR 3΋nGd$̤'Ru"°n 0'[*noI1FΏ9WnGEV7 r`Zky*|9zoIOMVK!1 DeP~*GMip`?gu$t ygW3ca"Ko7 O{gCctsu獴YШ x4=u0=S3M) j$uAұ+?$3 #רrtFe4nxEe0Eug[_{RQX[WP}+'4ӟvimgҤT߅$hti,._2Ԭ?yT*5sDEnTo(b8z9ϯ?Zɬu>r%!Ա1'F3y{ddcf ZY>E ~*XkG-GSoRX6x$7Zi+;G13=vUe$_ExebADkvpigXXiZZ7 `Yv ./BJQ-EA/ǾWUoa%Ml &1MK2ͧ=MQmP({,5&֜U}ZTM3}e9^Ox1r!.jTD9ታ9dkI(O+i0J:q F-\nUR ^.*8 cCJYa,J)e8PEwK]ѡk|dmAl(Fb49JJhDF܉,v,pA@Go A'[ϵ6B >6| 9K^ꥭSq-JlY)tu|^ ǰ>C-q4,T g7uoxnmr[EuO6y3T^CB8y+S;HDSq0d3oa6ܒ1. |/EqLs,bs%'O]Rm1iم w:Mv ? "ss}iC"Bj"0C &LhO&6 O:T&EWd㪒1o~ :T6@ 0ce1i\ h4$a+Ӄ.Clħ|XIY ^dN^*1Zq 3v.[{Ĥ5rBʽ~ҧK4.7MQɊic4|b+Σͅb'3F\B ՆVn8wE)4 cN f}- (`ŭaW|n#.$УTݵkBD9Z3QY/q$^;;au0`b7k386Guj i&; |qm0υA~CK>AN꽉t z3oGVxVHsk:]Ymh "$ &w`Hjtx*"s%AOk:g5˟oebuE0rƖCW%tr_N2u>{W ۪K 'hVku ;ӘGZa99Y@/irXS4fN}d!SDRQU94٭~U!or8- GK|U٦$Wpu{aSRNqnNP^hѪ RB7ݯl2Sq@繵Oew솷1J`b k8GUu-m$L ޽n˞#.9b%\€m9N! ˎ"Ua$!m8(6D@hE,eQu ¥1l~XB_JbMh6#tAk_yգ-kbhLԘRaAzXR>Z /kƍ1?w+_ˀ{KIqfK;w Jw=IzG[-Ԟ{JJFމ'$o?p5gk>=XdKЅgyl%~9siwg:K m=>+*<,~ o.Q֑/=?10Rk$tcT֌;rwY[yEԊr(2Byn69OԆ*xk~^P&7X"D=bM3HU_a V'D!,=S9ԑ%-ZP< oર"]ؿZGr/ΘĕZ~rtj|]du8Wj/q7$gv" 64<,.Dq͟bcJ,Z%0!,0UfnXۍFE#TCEyBG-j =%߀t GjX vdC %uTZf~*,?N]8 x=NWȣ7 UyUޥ=,|-5֮t,h:|= S({.h0dYFP/I8zNU_К*ݤT%D?+x!d7(>Bu%$"_LIU9|if{nXj]/fVhF_ή{]B{f}^A((%?ljĥq'OĪ:2b9{g?eOd?ˊ  ta%̎BaB#ݫiKrdޕnaB />?@ % Wug,ooxj@_Tamjġ7-wƸܽ8E{9m\R+<[.XPL ArT,bB*[@N-(y{E 퐇O>._X^M&6"#B֓xP{0j/U܏q?u1?Qƫ{/, nSgXy,-d.lMz?W;5Tn<ΔvN_S\Hrfx! ƃ7ezOW͓J[zۑէ5FخyPGwr%hP[S Cݼأ}${vYPV_BP9\x$8itTBxʉLlFpH8\o>ZbqÐ=QGU,X/SÇ Htm"I }`+EFJ_Kk ~YB6HDh6O/ey%So͜ W9)򰒩lY47Wd?ɜ-xȭaE뫴kmFީzj`j=Q]; 75ʩtZڶMӯ8̯M8zF߬ŭ P^rVO㶨ɘ0m~Tܩ a!z\!6!گO%{_.#w3rQNҠjTg!5aFc ̀ ,=jTcȳ[ch<8> ٙFoˇq^7;&pUE#"_áq 7ˠi?wlHNS<WI)dAC1jzɺL M ȍYEƝYnQCx=fJ hP%iSD^EKۍ5}nkQgrVJ8Kk;MkpKH3.ߊm.lzވibL^}kH=\ eL  υ`QA." ={YrZ<`O3DYc,8˧g韾\syᏱű(MҤ⠛AZj`؆n6 L W)t琈k8aɣ"!D cșDWnk[=QS\ HƏv~Ye_?G*T$յUmdT~sAě2Swd/Va:?%grIq✶tl^iJ` 2Obtxz!fyׇ}E)n*u&`L;@wҞIa!!Y@#l-me@-1ҢIhՂ7<(حkQSYBOl=24mtA:J鴘(k=_jԏ[Z,*T]MOwӽ~/E)#h{l!7d7/_ 76\]R"<(Imv^ 9/B prmUc#/0쩄: &Z4ӄJ+Nmψq?Ac&$K8Ҿ#`C8Sb?TNmR%{XFoD=)"4[EDPC9/DLC@=G\|l5Ųv ma^z_cȂ ~2O &C-Nydnص>},(l@ɖ<-Δt62bZO} e-(z*縣]MoWWҘ櫦NAC FU>$ǺL~$2Hq@-K>OPP,~V W aMT*hS#M<0c/V慱Scly3[x/yJ G| ox7$}Tr:j͵YL_H }MI,F7rﰎS]5֐$kjy 1ɋ8<~~2@x.uCk4=1e_lhBi }X(!5rf ]˗+_@%R{f>\{=='a 2pjNj 4ȍpS>_9]cVHz|!):\ `E0 K;Js#J:Ţ*o6{^I^pes?Zl^/VxrFm \%Ud1h{U&1MI@pDɴmX$`4@[htvK"g\Mx~GC:^رِOs4eêi6BW?+|[6(".70rh[0Ŧ*.MA~ =" >8S0`BQA9Ἴ6x `:i2L*/ E}mU()2#F"7 -UsC$Eu+d@zD|!Cdk'"qR;>1@2y`ejEL4uM=“aGaۺfeݱ;~T]Gb;O ]O0QՀߏ+7E W:_/)4zgd_X)ys:I1\8rdG SsUrfsMCNxT{}lvv?NXCNb6$TM]v1Eބ 6z&^7G}4h,\%ɠӆn&5%GK J0ޠSX=;IMw gpgQ@ɕdCZJj$ZGm-C,Yؙ\(i<ߝ3S ʹNwb&o0ŠY'6Du "*iy|C2sx .봮S=Vڙ\h7tl[MHƜ)iQAM'=oGU9rΛfc&.C"9z,hh:3#+R.iCXWXErS$wVFzma"<9?Ɠ62d&ϓ]UfOq8֍҈:t]%rjSIB,@;^ڑ+8U3$ϥ^ynDX~0g3g8Rt-fj:cR($N'AU ˌ\oyC$l\<c% 7_͆7Zي},ۛEH%1Cr6Aq(+?wGPD?l`ͭ#kmΒf@%dd /G5XfQx-YF&?u+3(Yȏ[-eǍ>JCxݔPyHtp$O!{.9N@[vy TT#:|mMEyA'pBhb~hם`Fwة5>l2hL/(l2 dϢZ[ϻQNW30|:fZwR&X5kq1wVT y W!UlGlCry*7ǁ)rIedNЦd֑yg,@=}^S)aJZEM.{.Ld"|\kvn!A^qSBG>n&k;Qߣ5=F^ yRiU]=cG^23Vf#K‰ BZ¢e2ꊣ !qa|`Տ'!N=ʈQs,:9*2Wf)GAZHoLH\aijL2>Yن2W#ښJ4fIe+l ąk@꤮p]z`LE7s?߲a lѺ@c`vo^9SB8uj+QO'^fdKAW=*Ұ.eh/g/H]KF&M"Yt_f _{Iu~;>Mm?.;'B-X\{9 !ϯU zՔ`hx6oNNR-k2CW*֤? /dɳvGn],`cU=ء_Kb#w0p#@VaJ#(SN0cāI>*bJw|Sdq )0}D2<}`Zj'#WF `͡@nt`݀2/“ [1j4@uf*튑'j-en>ՇfDdP iOBxbC|Z]y.¥RFU \P| }׌(&5JQ P܈[?W)u7޹ Cr73sPEkQABU_["|F,&&;8;~H`ЛKk(%4 1@5]04fhEE)j5!=Kc+U4B+I ] z-$ߠg}%yCv@I qw%YQN2 L/%@X6|DMˤ{-{)Z.*u i'y/M%,qu_b}NKr0}'kڏNQ;Z)sdڑ{qW4lnmKD~Kzj<63G^uoh>4DϋUGF{evg^Bi]ȸ*6'O_=7^t&0$ځXALieg܅$acf9{1\Y>̾TJ@B!*;il{J9Q/xHM?K{Aux$_wWs. E] C4s>G7]uU#8ryT(TSwygmd t <v6bD↵^LE~fYN+:M=8)Y¾7FC "t9W:rJ2~< elas E\.B&uDϙ#}&ٶZwܙTz@6^Ms#T[3j[,j %1,O+Zo 7I) jQJٲkg7jj?RAz6XL:%~l`s,t@fꏘ(3tc Wr`z_X}K.pfk,?m|wyc[HϑjJ%sR W0̈́4IՊW0MӜ ޕA. "oyh-myތlN5~Ɉ`D17.J+v/o~ 6:FA5<ÿ_oH=9)_5]'\Dzw9vԤ0q⩛w`Juz ;gtl]$s!k4GJHv"4׃A_~!P,MRSͲpP6)C2fsk`C(2%zTRd`$}*@"+ 㰃U(̘a,--߱aAo yadT Ԑy]'h{(ށH2=hidv+C+'V `e .\25e(Q܎"k]el} +< ]F6i>ۧ:e~,51WN8zԖ!oiF,9!ݧ{8>$/EIF-͑cNR¤0]J_J )ʠ!nju=-#H2;( q<լT $!wdXh AW2E| Co$Fn-_b 2,qe/f}:&0{3r@˘`c"RPJW`TUH&JղOӣ.`v` t+?Ppާ1 IvAW}W;n OHD`o}؄xH5V@3 "J?ZÌʟͮ(rqVQ{G$n赙d/YKq%Q#>G\3y>-7_:-(oB8pvx9:QW)_W\cgõ :`*[.WUf6 S)B>LD[@KOw4ǩ\u8/i#ǃ{uKH[r2n$(pete0vRvH N~[it! R ŠW㋂]J_y0{DvciFxE|h!VZyFOH.Pi8wkee=&r(J( 5BlG44 S])b $T$*cf"U)g-}o[ص$XC5t c` 8Q&>L,`rDOkS9Z;r|~K,?mvGHE'Hŝ,YWRO"0%Z퍏/} 䲘j QV Oe21YI+ r2嘺q q_U> P)t_uwO(7{=9#м)j/ vCro*%صC3/łI3+h^ͧz:s6jZuec#LÏ%z~E2Kک=uaιNg r־ {֫MSq PRbl7&g0O  Q.lAClxd9޶]t?ʆNI 2 jNQl%Ϸ(p nCkCԡgm;e]j%meAz/k=#y4fSС& ؖ*d+ ʢ;x#R QS =8bێm؉,o~5FO@hQB1䨬xoCl{_ξ/9Hh;NįgםӦx]OusP4 k{K4F?̙k5 Rl,FZ窑l"I'XN+ąy*!= a/5=JwX7$9LM[^g$ ?~b3wIԜ+!ZIA0zTKyB>`A$>e]\ȵ^^g<:ۨYgFmJsn?NzI޲.P誆]pRZf%ctQ ٝHfkF8Uŵ1;l}Tw~1|C=BQ|Z@~𠫮q,oB t,5h+&C fhvpǣ)'X:+1):b([^֐)i6GɑSaMrK Ϝ 'LA0Ov jx:پ/ ) O>ATsqzV% u8Ruk.|%3L"DlmW4(aWPF ZFnP{EqEBmE(p.S77*H./{_+ȍ*9ac6OuBqLՂ$TIIprW~Uw I"&Is! kfxuu ?ŢiE/Rnbov>WbhBIwbfAPzQQn4W:ߔ\aHەV"zfž,u>4;|N*Ʒ|.>Y=*&CZ/G%XXlE V 3$HL'c^9}x{%|(2(ܩ%߬ʻh-n dC.;jUJ5 wndRcbvhI3$F5SM%if ~AqmB14SAp>n苎(sܹj<,k%ui]L &ϑ~c*Jt|T7uRB' ^!/ `8N"iQl!Itokj Ybm47t,z(LeAe'k/ z0 ٵĀ}3ɓQ'C6lz5, WO!:{1ϋ;bH)\uTwyEiZKԱ1w(~˷Cas"pWżHZ,]S'w'Ip; ce: #X iB2;nhttA\~EC2a0:2Ӌgx_ sG6;,/ێufq[w{.ԑ:Cg[EeJvoBc6`f4=\ 1/ ~Hn?~fv.48kqK Ug$ _66sE⽅]' i\gmO\QsjKWGv` L!p *)* E =u-I¿% 8j+E7!ފ ˙V±Жftfo O 3?KOa#":SE~v/T/PM䘎o|7K ֘iOB}zZ] kbDcmu^l lݑRxpLsHD1 +dȋ"%' 8Q-7UD["G(%7/%K,mV XW_Y0ɆMtg/zn\J*vXed0ܿ"l`R_-|Blv\e95'IreOhh~l7D+%êjs2}r SK|nƤsZo:>"ꯑ,o+uWI Edۑdr!)Jmh"(ђVJ@ ?j #6zw@wE6B/Ƃ"<=A5S5VD8It,]5hMup ȯk(Y$V`2$ri8X=yS~<'|X!mZ]xGjSޢ_aQϘ ӏo[ʜxgd|Sڙrp -ZtjHO@HvLj\}UjYաOhө8ӱ$u/ԡ$P-6Wʟ[Ϣ?OC ?R MiOծafUnqI#m;N'?V9ڳj;i̱AdK 33|bcp F"A0p?n#gx"tOR NF!4cvGĚNaZ;4ڜ(#W@p@0/Q6bؐg#/>3(:.jcbcM۷*0$67,}77Q=R!v![lg]YJЙe4lڪUߒq zߠmMP8uk|RS7Rs>2Z|φ_Bz@7e2` ڍձHXʮKM8kY#cM,эX/ۥ*v6n!8NpMLgLպ &1{~OϠ@KkCs*NJ͏.5ߏW<Ɠ|qhz@.ZMS҄`}o/.:s^q4oV:I+*@z9<pU9~ ]> D-_c]z~_3Ů=XWfJ:!y?k#o!l fÅI}M\޿]⬌:}}pv9N=\D/C\ntfroKO??Kס/[7nz?.MXK!=J]0ߠ9r>|(G f6$&}`sCnU jy+jqP 6X넡?ۆf&a>V[T='MpHS6u'w-0ͱ |5 H8FDѶHpѰ$lMfn5jk6,R`6vZs^xK5[#gP/LuS}oQ s^ָ/;unjQ: !@Aק I$2ZEDПMΡ7$ѐ*y0Nɵ`;Sts(x2W-E\B-/sGjuܝ8 J Nb9uALPCYƊ,miC|1-y"L3%_L \YyBQWyv,*b:Ϫ滑k.0pT0ufX)ZƂK %^IN?'p#y@~jf=ktݒ] A4l+*{T҂#b™'#>kJT ^ˁOBqf8n#'9y3bE$DSqJ$SgK'H YMv`6##Ԡ7|Dyd*AF4SJߛ\7r*fy$Y@,Mn[O,`"b*gin!' 1' ,=+^U=ȥi ҿ@F\c Ҕa$5WK |3&DQ\z%CszXlP*n#P2m4۰pҴ+ A GلPWyGM-Kk\@Ɨ:kӻ}S~SOAz]}]ģ R`t2>ƏJo! إC]A [_<ʬڼكBUA6(E$57n.%OY]GJ [^%%1zȨH[4[%% LItȘqH f˝H<-H #\vE=#uMC٥L@ec1σC'VQVED5,oΧ{8s=J`A`]z^Od{촪wodxvS&T^Z?_#.Aɨ84nC~"Fdt l$8A1֠SYr͍m2Am`B&sƟUF,gSjkd ?dRFclKnB_9)W,9xn?/]/+hRg'܈"B^s*rI{_MS7;[0TKUK9 5GLGFc Nl/lQ8EOɻReҢ]H6"b #p~[D`B`,Df>1qU~1?Tu!p`jԕ C&U^`'`w)=G4غHk]Gf1 z"Iw$DKGfj(sR꩹.~Ue锂IwSg8v؆u+ZGaը"#GȌ GHuT5%Ħqxt~;$/~'$i|0G`hI ^Iݺ{WHy$'FayT+PL [ԏY3AІɽ-L By`n~`0hTsQ& sǭ<{M;W\m-T>m{G'mTRfB yWp)@p8GVqdRӦR`H@`p`e7qy>^l_mII8:=nZ\,}̛a ?/俕9­ruA:yN+  .l) + eE;}ؙ՞iO4[)2Ю`T]jp%o$9rEV@P0gOMT $gk{68Hulv1pߚsN>`6.+G~O4N PIl;s06D҇Y{;:%{ӫOQ3Ou1Yi/;3l.*vA-J\N8,$̢^H]s>FX^bE,U;t^0b$.GdxNۍX;ƘllQlr9W#CXpPsmlZUx (Q xf>e%g_@ ,@sy6A!Xii' _,Ƥ,iOY=<7mDIdBu~~E(FٝFS@{7 B(q~\6ܷo84~2;"=}2Ι ݩQ.a>GjX}'COͳ7ޥ ܁0(:2~ȝ%j:FyhhcɋHJ͎t@k;d'YTs"wbqbJpz.9=J1 ~i{uknWiu+:[YٿT+kvޡ 6؟(Ҕ?d ~}nW9al\}oT._2n1j%;=ܜqRo[3̩s]] 8z =jwcngc95 ʣ7jlnԶN "LAyA6m=ل60~z" "m{=.9Z<6SVŸrwhEL[H@z,\8'6RԈ[ٵ/W>usneo8k9T;fD8^T[ ,K(s& ؞/ IQDՀM#+lK|]0zNDc]왕]/z6?|> nK+E0 ؇;Aޑ1͐%B?c(*HmlV>1٪t<,/$NX3@6 q&3qmےĎӉws}('$TԘ-43=ےɛ^^~+'Yl 0/ZOfش\f_ô8X02e' GV!'S[|16z>ToqNqg"XSтL0.PDGIAwF$S w\+4OHJ 0K`vkP5`K `ۊz BMLX^+#%bb-L#(!{"ma-l%zM˒꽄:̔rKT׽jzõp:یs݋PM!oq?_(R^`tz]C@C@9}VtNGcryi 䨥.VU Kn' !ɇM+E@C2\SxЀ%^tLĺŁ˺0f[yBM@z@z?4ceN}cG42Ն٭]""RGKDV-:%}zzNkg͇YMl}C$ h6yNN/9VAsv nj\աgvl,Վ $z66wAߴ#TknK}ǜaM'5E/nS5ШGCodfCdx'}؋ TډpfM|s|DQۃ4Fb 8'[ /@^[59+nCYGrZ1A  uaA^WM<^Ul&k.c - iXP i1lrCCښ9C(Q(g̣Ym鹋,^>{SLb.<8H//CKeNjΩG:[\#ѡ%}HD w\_ B_Ѩ(@ɃЉUemwJŬ7*-9_̀aB0@lU=R?t6^#_ո-c* c,+n=].:7vz|$?[| ֤7J rٜneSboYn6$r4P΀9˲5DZ2tQvA/SFg)[KHQJ utSF7˪>'n14 BIxC $H0VyŠsQJ SY V!}_!/̮˰ŗQZr&Cl9 =Z{ڸ2+H]@Xo8@LU_eOqLZ 5{wNVcD}_ Vk6FO["7J7 *6su H PhGz&zRbZ7(Z2Fח_f1l`gn5 W pP<^wTԏ紸:9"Ѵ'>oS_D훎f="T_zuλjzbDZ'LmAο׈rPBIQ+5)B1^- #4( kܭ e_gvPX>Ӊmhtlbl"2d7(6uI*pƢ4 aǃcT43K 8O8a̲֪&Vw jz8yt(dBj;d)F+P12Ͻ}۹B+w !/Q禛Ec_b-DzWEa8JwBdJI~jFo"O(lSfx [움 >։dI99~)lԌ5'NE<+fKZfy8K^)<ve3RgCn*]ZʜOjVcrxk;l5WXA(ћ<ҊΟw;_$[1~[0}՘RҐ Ö'ePWm̸Z~/Bf}oќ$DL |>=^roQܜŵ=jH^88{+>Uhs ci4Ck7k5sx[U[T:e;V-/RwtO@7fq HҢqt) Jux6|V i:~%od>0{fDO9N=3_kɈPq[w}¶`<ψS,7FuvhrěA6J5U H`9aSp4i|ŠHua"l!8iżBvAk),@`Ġ@#c+ٌ C ??X .ܣGdU$ 'بB~c.V<0$i -S4uGo͡M nY.{ĉ^k*/ĚĴ鋎]k}{pXĺBlGAs9,uֽ7p:<$arhJޤj(zxux;?J/cN;7n)ع;k,H? 1O*VK ݔ Sa|'Q*:ej]?m& IzG(R}mY|2[.`Ǩh3a@[Y+c_k$fd"~-;!3vmiW`tC'g '}BL ]ؔ#嵔ASxdzMrBFέ?&޶)W!R$y0gj#T;;SȿXݿN2Mb9Y Nf],G|렍Ezq8|ǖQAEzaPg^ͦB/}BH9StxNJ#NMXg/4 B-k(c󭓳^F_"͝VD4Ğ&@ `"](A+w&$-1 QN+Z7-1č9b $Os戜X*M6"54FgI̘I\H0 B4Wi~T#RTdJ@|Q˽˰VzkZ}<6Jjwc ;ka TDBjo:fPޙzrI=<߳n.C[46M=U©7)|,'4(z!-!IJMbX&%{bFsjxZ?`WuHݦE9evG uOVSLC U$" BXRS ȞBS׮IՕ7YA@dPh/,ƿν dBS"=+TDkqJûh_{b0/(tϬDByF)sG%+LbDlnBI@cF5F!݀}l:bPT.xؒgMq& >Q'is^bsce=7-k-OVi K/#(yp$ȖHT8߃g9PZ'!oRvBܦ?LDR3n|.:x>8@Yl[VX^SnRUXas.<Ly$ҫG],ʙR[0xƻT}YљeY?A(/0BHyyu .N幡e1FP&cŖ1up|q-iI(+7ff'[Z/coPvNc|Ko3PJYtA&¤߿"a@ٛІhΧu<S8d@FF07;ϒсpص''ҹQS"x Y]v1_˫镍K*l Y~`tiJyZW\Snsd*ޗ|o5$6Ӊ#4싧-p0O OSV#)Khmpb1 HndOZH)ǏuϹII-K4.fTC\*9AXE }3+ ý_bniJUs0nubrH6 gi\JԌV@1假g%v ;Y%kѷ@B #.,x,l@w {'C;m٣RNU+a9/,s\1+3>(R? ʸm}qg $K:-JSdJ U5jo?