apache2-worker-2.2.17-80.1e>UAb{P\̗&tF?S$jwn$ST-a\ Œvv^=\N\>7?d  K $04BKV oO,O O hO O sO OO[OO@e(8#9$#:T#>FGOHOI4OXY\O]O^ bNcdkepfulwzCapache2-worker2.2.1780.1Apache 2 worker MPM (Multi-Processing Module)The worker MPM (multi-Processing Module) implementing a hybrid multi-threaded multi-process web server. This combination offers a performance boost and retains some of the stability of the multi-process model.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! wF`$$&& AS*>S*7S*7S*7S*7S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*8S*>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 1407396463Dopgdecfbmknihljvryzuswx|q~}t{Ə2.2.17-80.12.2.17-80.1apache2-workermod_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_cgid.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-worker/usr/lib//usr/lib/apache2-worker//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%rN$+e(OlIpމvA2,kb&r!c ru3U.4̟/>\>)̥k}5Q pdSqWE &8|6 ̸M"bj܄Z+_η}Q4SH: &Hq q] #i oIxEQ Ġ{-VU̚PcezTIkW]cO)qJYT2 DjyZv~AAczX̐EM pMQHCi&Ylݻ?Ϛl 0{^"9ٞBZ@z e,΋a'sd^3 I +H*pSPawxե` Ht7 H]AV<P[^p.1r|ɨ,hRJA= Q*?/Ä5FvkL3hb={ylJ}0 ` Ƽv sm5rƊ7ˣt9:Jsq Pswq胎저'5rMPt=x{8 Co{Hf ##1qW$dqmMëxA'K I;2ԯԍZ--UB,D,Y*o]҆`nK;ܽk]k9V +#ؾW6 ʇjfj@A'[k'f i<)Vͫw60Y 'R6s3\?9}=3DF0rC! 0Jn*m1\lkYvInopzTiE"\JشЁD 0fZ.:CANIs cltjw[ZT'MIkiZ2]ٴedw[|}\AR>FhQdTآo N =6mҾ&~(k!Z}U?ҵl,i8R8-q$2H#Ք|?-W*Wqj3(`М$>0H= /-Qaԡ)_)7ڹ/]L*Sm[H_*j1+A9󊨔*Fc%'X'3!3#Р%4"o<9>><Myq`­nۻX*#wSH5(oh't:U(b SNe8Y|'RFeQ'A g.z>l<ϰԲ hZ9Ԉ -Őǘ}m?2Q70hںkB}8bC0B۔o]vŻ;7l-c|Srl$PU=ʋD/? M :H׬A15*ُ-"pCءHllcFX @N?_{,E/PlG3hl2$>D jt)V6YǾOuI"|<އ[LTq|D@)GYZ>7]0VFd;]|C3bQ-wF1aKK>\ah|ІnS)q865dECWS)Xw6%Z&h7ϩ\i7^H(X Xzڧ!}* G".gv>ԞZ4 |Au֓7pŤ>]?#Găz)m.hy`HeN%zo E )= N %m*hBZSO (+ӣ[GiYuױA ʜG:#fZ4CEjAsO:x68/v,@*+] oOsCA ȗ 7iUI>{#X>wd/:>bqJ%vm3j).B X',ueqh裋e#\i C l^ٝ`ͤdLbc}Hـ[ gw /LmW?ճ)XrJ;W_ a8$CGJj lGB2.Xl%1!Xt`'iTB \ٞپGRHMڒ[44"u 2sӾ GEH3sɺO ݪO]E [m's':H Oc8O@/?ޯ7D>.\cr$2cBx'jDic BTy&#!z0}ՓŚeZε7d[ke\A!0OMf 1oH/C8Z5=W~%q0)+{eӠvpE%v!emE%3bBOQ"_R?R$M&:3+ Bm;]60~YQNcQI0.M|)3oE˽Y6ڝPF3aCE֗sH8{F0b]5O[u~J-Ux{KERnn2. "N_1zA)Yoeo,1gV +NM$}} Fr{ϋC\NA6x[C[PZ_BXZ1.O[(w.fsu)w͢tU)+.qVz3qA{SK}Bv"OUӪh/բ7hCoVo a,VZs_29R+e~fO' uvO 7}}I'?jU[sW0àocf>Z:ϯ߇:d#O|)v> k@& =Kb$}7 F꠵)un'k* %xeEb (NEz&#X8Fp0*3]~v(BNc,GdO+[`@&p#􎆪_ɚ~Ob_yͨ> ޸ +F$%#0a!Rcp>N{$b%ܯ u=o+ȬB%w2Q g;9CA0l BQ'- [j#T՗dHI$rl*:Rx+!zP9 {:>ȧ;WɷԂsך̩8$  ݒ,CFF_~%~W^4-,=JNlH(#xP5ieNdG1 4HOM6 N! 8iu" 8Wn.xt"H b;{p-1&$TNfsn* 2d)9m~,̭s;эC9qEG"b~+It p8 3ySSe{^ߘ,mH̋8vވZh\xp\3x%L @u846[mx*ɪF@Ji( \IFXTHVI ?, 4qG!v7a@RRj$0W()E(͏8Uo 7SRa̤1 x[ǣRzh**8!~+"(%@@S$< apbՀWպ/WjeRÐCM xҲźDֈveNP ^G6W9M ^9`,?x&C@.9Y{ sN&D=j {$5C$Ydn~`:`kupr7c_7&.ܒ92)5ЇDE}3-7l5':ީn"%C&xyG~7BL+_v~]ϡb3"=I}3BgS|%AWp1sT/0/7t]4Y{Ƃ'1&9YL5kor=qy/6$3iK} Y 2lb:oc4p!sr-9~D\8qcB.րPiŭ!Ɣhs3yɉl˱5JBu hHK6Y %/0}ɠ3ӭ}GyIgB151fsiaiG:Bl*glF#,ur]o|`-]13G@.}"U?-WRx¢bUh;:Hdmu/e$Ln_}SKZP XPD Mu0E[xYJg٫_i3%Q٣L *w6<5w! y#Z/*1 ?V?GĩXO`bꜪ[ZJCIq݈u Y\Vfg,+U:+œ/3[T*& H7wxZf企W`6& =CEl$b+ӴW&%bڌx2p1A9fQ~8W8Q{,RX춦6V]M)d"P=%b&z醬qvLUL6_wb(- Ub/'^ͮ+~S疀㷙2IgX}&CUz!GI ^I)`t28-T)C<h\+ 0&0koـIqStB4RkxVA{!(o^K9 r !f^T|d$ruo%s܈rD>,t*kY񻗻S;/ZK-6<"d\01ǻūur%<'AyhuT=RQ4KHYQh]ulou\nXz,uW=n!QsA& aswko!Hm E{6.2\}Ov>0/Q0gg*U;}OHOZ\a+<5e=ygL4M —aHs.($ZHc{?6$idddL.ԬYa$ϫ -bl5yx1kd#r E+~S7!c6d gotA(@~4/2^JgT۱'sN6R65ޞRPt:!Rz!DMk`{-tߣ,9fDlNbdJyIBZe~2 N*܀;*,XqQ$>2D n]*{F3Y8 Ppm2pOX,_Y]*߮Mܠ(;d>wkct9\?{*c,oS}Kv0rlc¾`7RGsbF2>Z_'Gw07h0te$AI ]N[qvan^-] hrtJZ*M5D#0=B||m*ylUSAzdmTh6&ynV̉,aͯpIsKDD~; \rb]զA(Ii7C(\u9^,v!^ m"jxnZ">ꑬ C+S fw: _?e$wGE׼wBȍI\Yu0,E"R*Z>|VÊu //~H2lwܰ*h.}G׭BC$%SUCxWҊwh>ւu\._nG_) V -q22֙A=B[*c.ʵ4aorIIqoh򺜡j[h2VXoDU5u YWDuH'9eB!p@d$1[[?as:YDK עiT ehȧnb !nkL#n#ڿ,@H b8n:h@,@ weP1bk1#yav](x/UQ d/u@$$.S\x~$:`dBcg`ь-nN"Mp(얚jL(RI2BuN?N,|pǝ[NQ?z7ҴĘҦƝNe-M;{"7@ ◩]eZ /QCz\dj)C?w+/4rk31DbƦD59Z94L  ]g@P`V]{κpC+؈J4r3?`ltd5\Z'>K︭H`1i+Qm" `%|R]5F/x"67`F |a3Y.` $Y>~^! S{ <6.Lv:(gw_Szݒhcj[͂(j/Jy[#bl(,g+Kn67frݳU-Yc8A>]6gn/f+Ix& j 8b2}eQCؕ&q8w`g[ӣT)(jVB=Բ JS v-f蘃E AIG l_s7Wx{G'2 ·9|{(dd52"[#tU޾6O ǖG(BNe\4Gn,&fabmo_?QrBdבJ Q37T}cM]ؙ,$G/7H^sYrGi;5.\@C$07 B\~ ze U5^zSB}(qqRح}3gDžpYU®D*]slU'r;bdlB+ӽs][d 1$-wݚޒ#LCț98tR 7lz?sI~^NRw >?yca-|< /J2LKߑ?}`6m87(g fVPL]}uzV7ȩm)=y44M}p6t~ܳOl\[MdoE 6GD 48w_I!~P>0W?!ixU+ƳT׎ +):I:KN\vqZFp38el,3~Hg\\ .f%ޑ”^#> zq^p1Jt }MbB /鋛nN>wO0U8_]-5K`=ިgϙgDcHQ[DY,NVmגgYq)Gnn7oBل2(L=m m)uvF{Van1mQ"̋ɃkU&~1φX8_0'RYJ2VZ'3.&V~VPKDecj -5B_Vn|; q8+1߶P\9i QJ496zm58LU|X>2WFM /$nǗb^M0 * HQٿDp  aX zY!1ae$)–(gdӪU~' JE)3MXVÅX*c|zmhRKq i(04dbƄcB}nul>_ؖ4M;޾^/-nYY ơ 9,Bwc#_gco6g|NpT§\։F0Q-Kmm `2!WAٳxk2X=z852Duҧivn 7X~z'׆R7Z'ϝS]߲/3/EY~L..lg<^qسK)m o|LEavᷟ Kka,@4:rqQ5xP6@2qSI@ ,<zJᆊ6 W>,\&oz#XyPw6͂_춂"P!F VV3Y*/|kWv_:x^ĴNp@Rw؎xGkmZa't,~M{\9( k51ZQR~+[[\DPYw,C@ UHI3Dw ̍R-'.U b&VlX2ݺJii ,}J{@(cڋU#28,|cY?:y@UHSLsl𭶛 ${P0Ky^y3J7o|iR!m-E,nn A!vR5y, hJD@ʣy t3Ԏh3v5R_:enrpК~uoc&%|,ଙT9tlͿM`g[yq;8mڮ_ ¼,fVc2Hɻul0,q IɁ[[rkOkȒnP\]L2wjdNE@ Je8~Ĺ`SD4yQISO3g/j7{oݖ 3"*;I <T=^fT;JBdžH:?h6[`[=B f*>p~5=F<̩J=Z×'0&Ltmd ifI;stOyi <ݷ}`j68'Fcߧhw(+,k.Rćk C||cȸvw;n'4 6@$i`h30t5m8G1a Kg+ T*CBu[PeͶo[۩<Tӹ~\Q6L. Zf'7Wg?#g*2Ku5V򃜘@NH Bk+iKgvejc; X]*k˰F YMB\3l_.ryTG?VMwϭ5`TW(8 P#w:UXil6sF4ЗI!{`H8ӾqȞ24y I'<Ґ 3Q1Oԗ}:;'zi~";߫0I{.) 8սYNtсȤuKJ=ԋF wC|(Ġ37M\!+3; #UjtuCToPU0P F>C{wZ V2I$˜{!ttDhMTDD^(WU%z"'FO1"?KYC)K~tEn*F>,^d$gb`)pefhOdSݕ|A"udJUrӰؔA gM^<`˂yYL֗ Gߐ5|Ң y(M#d4Hg,+A&?Uj Om8d8*yԎ4QvDȋ~)j;7&Efpy)K'1yNՓB׌vO>+&}яtR؟Yw8 p'eFuL54׆`f%,̓^altZSc+eg`[c<2~ߩ{3)-U1{n%a_ܓ1^gW R?kk/Gg*frxJ%GgLn6T.;֍c9kžB#cc"ۧЇQMBҵ#_ Ds[z)~Ub%շhN @b3\d>pc'*G rk,q^O q6zR2hDKךN$Yc1s+C2,-6C4!RAbD1=I_[+wʧMǸ:Ե(cs{sz 2SUE dXɰ΍iC9h%R}/0D\UTA"&Frɫ,,:[~dG߼&Ude@5n?;|; sq LZ}c>sIaV {ctm f<V dԍqNq"LhDXyI3KԇJGIGøB'<*e~*]CV c-YNv`Q?!50 QoSC~5ÃzRFv;D8mF!WG,/S=KD m|C`q-K]ڂROnZ2K|xlPH_ft}o%9;On$DT;2QIY'a ㋝%Dہ˞T&"ݑ ,?+Sugs\tDOƑ e~ nֺ(ek3\Y2$v(Hr Q֯eS !..\w8 Ȝw0g#X/0yNO)wXdpQ<>^:oz/a^![7 $ʿ3F**eBH`E]I4ՇZTDޑ:N{5u MO`G pXEpe_YOfS?OIr)3nN G5@l"[+BiٞSDVŅe#Nq;} [өQEs-A"XQ<_yl7Խ79&NxVȺg)ҭ,O| Iszx:s:Dɨ.(YR|8ȁ(|"jkoOL5Tsy]'Ll>@΁Jl.[/L6FH]!MڿWk~;y"E4C$c#!R=ӵGdci(Ļk0&aY@bY} ɘ7'$МRn(g+Lph+ MdWL&>THW۫0hd֤&Ҷ|XEɄ[ͼe=HR:B;-K># }|Ȋ6r[8{zjJfb3W"ť]&~!:ܬ 5hF QKj aǹ2ELk&$}[N%ulD~2ZI Ox9 oWB'f x\L5J>?PBLpRA3>ggoaT䮊}Я|4B,۵E2%[@OXbzngޚIYx\o!e&D ?haFݳ'E޾?s _8J12%vܮ[*L*wÎRXlRpxP-Z4mhZ85H9lRRj^db [aOhu:v'1ǩ$D\ģT^g䬖;i5bts2-e]ƯosJ`T7WsT4Xs~#a!Xe~A;AsvN6)b7ax ϱuco4=OmV^:% kZ\T?Ϯ: r|jL8#JFfuQ 8C_Қe.tmLYQFYaSAiZݴֱhʮ{pKc C+F6=hbѭeuB:i]eP.8>E1HAؘxԵ˝䞘U0k/%9"2 fYdX[,vQTR4"W D%. dEN3ʋI+tqZvS1'k) DjV}3{-Ʌ9%啀:$Omg9noqŋ*s6ߨ416u^8oy ?˹oߒ"[CztϘ2Z&OzJ&9>']&!57aS2[`tmI\OYpR{~RW3;ՙ`Զ`D⦘V3<ַ4g2TmI]k ZnO3wJ32&k㋮!$}^[n>൘Wm]vjO%*c)_DOY--r-X ?T1K">y,rXzO1q蔷kQxJoC$+Ap!~4ѹvRSk߲68 `-Sz l F 3trQǮyZR1R$%3ϭzUrt"w[Mv_޹r[QV~8cKQrs *l~qYH<%xR옇`C@ kS8MPrαBR7C>n<ʜ!Lu~3Z-{ŝ{X~1SRӝ؛I2Qy/\PY[1xS`XkZpUbCJ*l z:~8׀qTb1 0R xm>MN@dZt8Xi;6v ZWip\tʐ~1s@}?Cx&_ 3e$>v"%W~D!'ku,S;&o {Ao(;?ݹ4>A˒{W 1ouTCT S؎E>]F\nI>ߑ݃F=jDεMl"hTqOVu0Eswbm6Ζ keU~LwD/]Z䎖A]-i2+KJ84FbUZNBMק2[uD"9'(Rg 1e &9$ V5Lq!,ԓz?~"^yHd쫋v9Zih)\\`q\J$ahB[ 1_Jb4{>PW"$d^29DEe R۱(8VORvc==3L{dEFnB$"z4M/&,l1 ,NoP똱iV;D-FZQÑDF%!Oo.8y!BNJ<1`Tߓm/QPO(h.+Rk,|N9GRѯZ)!So+*T.H}_sԞ]~;:3'H3@ 琩ŊǹƈfHo, [v$vdW~'hr{h,[dyz#̈́ʙ]7A*; ' D\3#ĝd@1Q#65`6FRGR3XS$+^VxHԥ_cX2ͦ bm΍B%V, 5#l1p]s D: ́SD}1zШ5)l$Mj4>vDzjg'>f!VPxJbQ6_+`؜$%h@?+<\'Rj||-QI:vDoƖ9Rk?#igBY*uӇZ7[]CY!I:]:$cNʬP[=Fs)nZyLe ^{}`d0$WPV,Ɯ[3I|>q  ^s,A29B?ؼp5%=uIjp8Eˎс(cW+v.UD'L^>-2HhZˁ|I:,#{/o`b1h}3vgΎMqW wڋ Ϗl_8Sgr뮩.nq߆}wEG`,$ @3. '[`-/ OQQ.B7vm},TjBਅP}n.'p\³Y9Q}t{~k%6ޓ D)QSU##+ /9v8K$+Tڦ;+?9c\Rm|F4$҉DTCtFLC杌Y}:HAdx0sIQUDӣ䶨ܹ}G?bF@+e6SPNAؼ!@ +,p<{1 Oj۽c6֚KKeIDz!YMnUlF5|ˉGKK#gKqjOgO:-k}B9esk]'rp&,@/'Ly:3++G4ңc}ZS1\jQ{| RQˢȶ\̈.m 8p0G`Lҷil',\ov6kGxZGmZn7r;a i p8\{G>ia56t$@!C q>bYm덎U q1m]ny!:j 7xvc@jJWB~BItQgT@!V`QKnLc}j^6=*zhH*;bn~jܘ;`ހ~ELeê#NiZkXÎh6 Q!h<զXւiS*j}R@^+ kx]vZ@,LcAU`?3{9Mn s56,Q:u(=ĺxeGFKor:DzB2\1Lls;}k~zqX=z:3:/Q/AgX{lp-SH{n\\AlN͂Oyˑ7 PsQWzv%[pyj>S=52UU"[ .yO)3yYD1A-=TU0#=Γ?7$c<+2Lawiu^_:7o?}aS;iwmOVD͍xkw䏰7XdXԈ˂BC戢}#"&04zxb"nvJa4q8?ml+:cCS`*^p!%8˒PRɅLfv ]YZb%${a7 y|< tJ \?u,KGefm줉Dx5'LjA q)_ƀ~ 0z,Ik5JPƱ༟" ͋{דޥ=c)|]NMI6߃[a3o+~w)d:_t CZOQ-γ޾f i'FRcɚ9&ƚ$<l?*Jzu(`LNw`֜^Ir%qm]ǃY-jĻ8H+$nz- cxp)G4hV''r7lg`=IjU%L=qUSd|JC7#Ӿݛώ;/.ތ3^wZ{<> ,")C pDD^"Ji9 UĐe&Ҳŷ<@.TűIWYmi>MuRf83QۛE Xgp ~0 ݥ 7ǜ齲8g;z,:1nvO))C`]!l Goͬmd;O= G;X1:CS!_0 s롞,DږggӗH.b@xs8S?Tq?-^^ĪtO^R ʲ" ̅w@i;J<Ì +E-*vp˙PD|UT'S q.U6H{bGi(/- '@xR\G5 g2F[W#\Yrv +JiR#|Gs%W5\C C+(^oyg ^`X/?+\p]V qғ-b q=fo; 4f/w Xhe(ͬ"v <17 ៅj5QMw߼zYOZZ[u*Ѓ%ญ֮}IxOPYeX C6P{6e7${!dܕ O%bϗ+ PTXE]v4QYI &5NⰘ~j"9L2^$痊OEɗh@"B9#qQ$Ft*mz~W/$HDM!A9;17zJ(2ZY"݁ZIa\)p,n!YEƸRĖ^; TarE< }kK˧9WKʞ5P7rCX|""ݞ`[+1'PkY-e/$.4^ sQ8FxJnY_a[P>|$x {*)O:i>#tC0Utѵt@vw$9 !uV3HCIL4@'7(GB.ݮSizܤp؊p`j | gCG4)$B)רN1']&!KR Jīb_Pݙ 8Ju_\7@Ȟ^r>2.rd~t{]vyo˹ 8i$0y2d6t(("jGceKX-+tv,!1ߦ.V "jЁwL8>&u;PA4Fm *W,r 49hW x2?tB lJ%Yc)`rg1P/GtD 8# H}S?5Y/B  783^\ot8nW~E:GV h#Jپ_)ӃS56;8Zrl+ǜȯP  $:dڙױGnqW ƾ໇'f >H98aJ7\&4zbew}+`@~8zhDuLj}նȥ2`=? ^HW: d]_z6GO7XL|ο_<-&x^ܐDZxPV6}@"~g{RV٢z;>6qc~)@ji9&̿q,T l{v*.,j쎛\8Lc5y.YZork0RHDmSx6{P`)HH'l5HrcuٸdIi`;Vr_[N;>vwߡ.pîRB7soU*B~ }o"[E L%E C@(OS8Ay5i(Bw )-a9#:]^C xe[4Sd#W= ^k*if{H j$+7}9Ɯ,-V8UK5 د&@D fX z5(=S^5܈۔){W.Y@"~o$~D£ X\ :ڂ4l <tV!'Ka,h[1>pd"-6R5$f)/q{t俊SPmt FQc)9Se.n[OMt8w;M> ᠕DqHw9~lPlG5|K}6koRgoUu {W sW#mlht6;ca2>4FƴU9Ji@f/|3kTl斓E%" ȞoH,:Э #b8h ȑ)_,:5o A6K2ۧeʩmLIdg4x=z0BVbi.>yL\Vn)ɨdښĵih?;l`멞|[<6A-bJL_ϊx_8@Rߜ ošY"6.XWv!F  [ ԔVRh><2^k[<˻TxHX>+{'TJ>V ep|tkt[0 Jtӕ~+q˟|Qin%]A,,-s%L :^e:RH(䂕LsA>ZMo&qG)f>_÷Ego%ؼ1x +𽧋9淨z O' 6z * n) v~ӧ>3QGqFܑe~ޥޜGs}ix>kOMbbL&G-LPui;>Kˢ&KP11* l{hhSm}uxw{ _W@A!NϵsUl_=;uFg^u"S̲Y)rP&"96?1"?;R PǺL y20Dy[{w5C!iy p/;`IP/ 8DVۃ`6Ƥ!ʧȃ"N~]ޙ8D@ɇȔ]z>D\<kjE C4vY$dYokV Y q4UjM?vԢXrXҙU_72/v)x ѕѴ6gG :gK8ECA@8so u{3Q@v3)ѱBMz8G_8HZShTxBL4e Yr )i3vk͊OK?)؅VG ?rtW $YNz=F&fԉ{i WWU| -@}MzH3+}jMlqN~g˿E{CĤI$\{[p^| 7.p)H[8 Dq] ßX;aKmwS8Z $hHΠ7D]6 Hn8NTղb#Xzqh+rJS `I \93~iR dZ)3#J>B6322?8)ufMc ]FGoCG ݖyȄ4)N@B$]hR=_rX X iBcucǠ/PFZfgS? ߨ~W K̊RJH!jMh҄T<϶uH,wekWb)b9"9b#~݌/n$ԉzMyba-}N%kk,MBSMw_dk]|xo^p:Mx VaB{"ߺD2`J-KAN˂/Ou~(v݇Zk.A?u>nDž59V',PxE~18S\tM0eDtJa~ hۇIT#Z;< Fd> Gєm@=-3S:F[|bdZ<"2eN ¢<%kWQ.Nu.f%*T лMy. VਏSC LЄw7SH9aᛞzhkIpo#,}U4’QW3+"Yޔ]DTLZz9C-@8rME`/ qy>ө=_~[SmL*nɵ:tؖR(>~2l3fU0‘;;Qu%?jޣJo0FL*A88t&;fe_;zHW$;mJ^;/--x vDR“y*q <\KN? f?)=J_ :J-~w`Hb8P^#$rsD2hhLW[K/XnZ}-z_أh4leXSGw\hIfRj][ΞxjkbFB2)Tv[.hduЧ9TE;IsrBQcsLGĭqBܤ2^  ޕ&sx(8nԢ7ռ o5Kf} M'`C~b8XDT$ `Fm5R۵2;}A^#.by7cܷ mFxPK;L ;$ӻ4lҪUj'ЮrLB@X)dI6W;}Q1~^@04V| %5thNҹ~w+[+֐&b[f -[dspJ)gDY2exC2-Y3~+)4ı 21i:*uj9轌-9,vH;1cHhXMT:rX{+R%ˍ1'.lU:M]/ z"msO8Ӊy27p-w%u?Ɩ(.";Z5P.~=[u GYɘm3Qd3W,2_%:E 6CňwC&=b^ %bWXjw"k}WRw 8rKNUs=ݐF[JOǓFwvcV2'Y!՜"6Q}˸G<9oEJ~]1ΐ/"HͶ ˅[G"5 ǜ )㒷u(P ift=Aocˏ(C.Aw^EMQ Y7h>"oY>ZU<|s]cy4Kl4u)Oڛ57:}̘YN8=Ufc[\"g)=v(5 f.q}3t2:'ˍ4@ùQ"%Q?P ϫ\HX FBǦ"`[p<"E,֏PҪZhsmXYhd.A pТ+2'(ǖjR=3!)_] eOXzI•)|'c9r@$ix&erX2iY#QKwZL5:;r' ݦ[UPؑ5˫\c9h`Nw[@ 0 M}SYef)pzd 6g:Z5 T®YyYu4I-X4!r\hSEO*"3V_Z2WФ#(NW $:&eM [|g_9$Rx_#?}6^k bd'"$ q#eN=H)um쳒FݶmVp; Ƽɸ9ՋS$qSIe"[81x$*G@ǫNUS Z;<)]}|C4.m>fN}PeJ) zR`$3XE6.6Lp??Uƒ1J\ц:r?|e(9~/JHlEP>UEYv, b*xeyxY[F,C A蒯*rG/{[_@iؙ3LidCϦCss뇾gO/0'L&=0>'O$Ҟqӓb1EY`I,#FH mt I/Xza)LJ3[Mϋ)1-.:Pi9Z'P ^l,ֹrJ ~V2_}4QxտAAIoB0˒iw@gګ(Yo).i(6*Ċ$6ԏM*Ka쬻bTlPVt JLcʼkt yK8W!#եӒqCWN`% O3i osYm*4kגdO 2Sn,UxC٤Q"aF@ї;HR\$ٳ}߰B/ѝe-jb[ BlFv3w V8>KLzđ L.b<ÇzLF'W) 2MU|LU رcFSCUcN :+ |&̋K2X%M+}PQ$%yk)ԠV%rB|Zq: uKf\f zA&잾aVmgW{R4S~x##*E;|;H^}FRrP߼駸umWFW3Sqǣt"je)r]&h^J(*'ՀVi+>.k|ٿeuwlA]Y*wT+Zk}Wds ~,ָ9bPΦ;D'S}؛FB@\k9XOe 8gRH˥ZZ1(鰴b㲘دʎ|e`>CaJX<ץQo,c ODS*'cLzza4(`z 6V)UƦ_ʖ8{StBZ& Hz6-G(Ϛ? oZ\z[F`SmX'uZ} 7#@=` 14ndu/~Ro0סUUF̻wJUgn}m[e`5/$ĊÁ$h؝IXJ+5vSwpY)>%'I*R!:0W2z(I E!o3 ;eWNEGc=! ʹ*8>e@؋j 4~6Vp4}_i|=I>w'p^8+}qHyMQ @n 䓊DЮ+HXfO0Sn !}j8tOnf+nQ1-⺏Y7?Ľ_Z;+טFWZ0r&ԆSٕӊ! P_uxq@`NR:1s3NQ'噒e&e$ob+c#b勁eP张>Cb c,eQ/:&}.~ yg@P7;Bt}#!ü3dng, 7!ٱd6ӏْZ;ݛv9co 4srم = QMx7Brղj80"S&"_nFK!87mu04ϑB gja88fθrE5*__fpl">{ַNdq{||]Eah͑&fpg%C?"TiV v!-B(ۨraL/Q]r<`DZb'RLs!8($nTx (D)&t𐗁6oV+d}K?m];lrgmOSzoմiikf&۶c=S J8[ZVޥ|Gͫd`Q>.P^8͆sĽ}tbB.wۈ%H/k竸Q]vNI Bĝ82W;?xѦ$q<`<4R}2usj55C"tS27SWi ,.D54s-C)ג56}uY=ޮ vYܪESj{0֙fȺYS+,(!IFfNX=A:(8ޝ , ejIJH^QT Jo::nw196od*U7(>#m#,h)н4y;bŊΐED!%'dQ)}0LmjJQc!8*FqnޥDL(l-CBE8Pzi}YocK>E&x;0j;\H۩CGmasCLi T ovs, 䚞gK +Ki~0KbMeY&:.[F[// 囶䉯>@zGp_'ڥ =A)Tފo-͈G ؝R*ڲ29se:ob4rTh6dOt&oq#=fiKRՇL* =^F vPOhdW_('yCs==c/U6 U`['IB2ZM8`A]+,"s@:|il"wP[֖z?( QhDea|EsmS0JRa q%>aDR(+5x'Q/[ct~,R֪sX E#T fc|.EAlv:\lXdD tB cgcRQv ߩ+B`.T}bߪ\\D~nK~OKGvz4(Ǽkͻ||)4?|nf,O¹oK°pw<&o:>咚jH wm=y i;?s%?kv 5֜?0'ŀ%G+׻Yi|Z3?? s42G(Mޢv;7^\l: \vaQm)iKrH+C|Ka> b9]og,׏~.ܶ#0'E#ZHNӗh(F~W9E{a6eDo.BJ?q=6T }T㗋?DkgÄw)sR7l1.rwߔVN5V T @ 2vNp55b2 % \RAL.s$iO@<} .HUVn|X%Uٸy(rHw?^ak;b%(gwȲ)4l[Bn^c)n+U$!uJ [L@_NA lG,|M\O;`I)U{ 5B]!w nqzR*?hߧ_~U,tQUa#FφVCx32Qn۔ E4f 5ѳ蜇-r>&̛E̵"Nu"\B 3jWH%rlFwPYJyJBw`*Ljg8bF=)Z1i*mu}4أmy?3ɽ@BSBHw]vnڃܕYW4PQT.Fu~F%_Ց)nv_F43{ԠFrRjc:b9SxS\-X&4Ll; ׽}*/{"Y[L/+DUƒ7:bzvMQlh9bN퐙h.l>: iggx{,©1HDgtTK@ys"Q 3ey@Z.|3l-ww E#Gpbc5Ԛ'\aj(7d)_’vSisa6(:QFR&4Ԯ=+ #}LH5x8dK%VRYe)6K1%Ҹ香\ +e)O?(ӎ59 -LdaV>o8uVqwE4ˌ==LXZ1@\a[f#tQ]oۅPF<ᩂ0bFӀ0\;4hc1k*c:0E^VJdEɚ[aBZh ˒^=D< !&.G\)CXi"/@g%VA_]:{ƅDY`{\X҂]mZH2u%y.蛭f\Cw'd@.톕MΥn5 I ]vT :pbCWJo Ep qEWdѺACd-3mt u%%!E]K{! klt.m# Kx5pʜȿ* `]XM-)8~7Yp. _nQN=XQ S5h$oS07̍L}9Vݩ'NS#pcܦNɿLyC1h7JRW2Xӄqo gHfW_T/f&!ɋna݃R4RaDkxeS}Sj2}@H]kuFPf۽F c\D =KI4-b4 յj  zޞyԜ66v-Jtm4 -C3iߩ!TꦔĶk܊WV@qh8! g7*OmWoZ# :>76W/`ө#K)^t6(C !>圌ft]Ax +̱ZdVqxtuW`M l(v|W.UsIs7 60ɄǂP k CWMvCJuWI;5o&NtQ aycNT"w 2zze59ZGTߎ.!T/zV۴xG-\Ύ~'5a3QܹhOH h%zŊLj;г Vt]cR҃,0pWV&R[ ҦQjr3*EzeX>4 Lnmn+ X#dlPˆL;lw;FRw_09E4j88XlQPh~._}V]cs.._>d9(%5rE"e^5-i똛:ǵ9`Ƥ`R7'_ATPOU_ M彺p}-5 7rɪɅ@SE4Mmm*m ]Y+@Wfk>ͪy49y9ԙh;'DA,w_<S,ŷKX7-o(BJAQ!6)ŢA7Ɯ5-c}l(b!hXZBj[+;y%TW5Wy5f{| 8=,ѣ34ޓIv5B)w+pũ@iЍ֕*RVo^-b݌Ƕ:c2{$,KQMDu;$3ĦE1|,:Xqf .B >Ϙ't0ğ7`2Kb;ؔꄮ8ly?VfF52$0O>*IRd9J>{7˺5QBЏST|O)dVT֫8bD:^0䅓`έo8$rX2ΪqRI[N(-_w[Z hNOVm}Fe=&41O%͗#%1AQ,~n?$Rj6B{:L7[1-@'nZ5:9iJ2#>Z"ۜD{O?Y:06GR z[ϥR Ս+T^ nYTށ%%bqj  ƴw"̛_U+ y)?|~I4)B\NʋΙʺ?gkG+e*緇3!XFmH+;LZMe~Y)#NXgKԺ]@8q5h뱲\4X׺U3ԡBy«=D r ~:W ޮ% 2Q y0YK &TP}|Iv~x9wo!BE븁>=?R8n6;*fVqͼRSq'j(x&m^^2l^<Z3"?9:(K2"&J~(4XVΑX4 W%=i gf2( C>וib^mHvZqG;fES>6G*yēi-8<~&0ӧڝf0,渥+8f"5k!#`qVR M7ntY]%mj!G"2/MdJ/btK u)i >(H-0?E&zʴa\Tӿjϒ38w򚣀n`* iq &?q]‰i"?%"BX^}-pBvv?bfcY{]ql i$Ԭ/t8JDuu6Q鎟#d+Ztir^+ vbk£vD` ߯TI1GCM6GC0-9OA `Fj[ "j<iWR=Rd&ا/i|'ɒ%7˫ zN17OlEq@ ^8Qi1rC" rӵOnP3]`COI9;8/UqXBﬧ}X2hA}bp#F[yFaey=h=C#5䈴f_Pݝ{mq>)UCaȡ[ʏ1 !]F/*Rbrh)$}~09Ç )x(J25~iFmE[|Cw#OB rprX5'&/KIEQg7 6yyapD[1zFPY`ѵ @|׶{ 7MF]o3‚|:k[Tmfr M9`G4)9b'+ºչq} ^}BBRн?{0#j|H|/Mz=pPmm'c%<ǐ_&.zCC,"#" 2 Kl{]Ƃ@̰DoO6<+];K_n?d&&O"lU9kP.X{ڒ"myݔZ0aI[<}.ۍ]K׾=?ToC!ZQ':t By/\C#S An8V_O+)Kʌ(Eۗr 0}us@ &yMjj7Rl&t"ei),@5``YZkK#'y6ncƭN0Fprp%tQ%{D 死ի+H'@p j\_,#:][.|?z}K[O]I 3*g[/'R_B|}A֝.@"3wseiy{J>ZmUc_x+*\T*Y6Ȉ>ZtLƁzC`*kyHP34“ )^+JW8"+fVN;yV{BEJ%#[יlƑ)PĜenJSZ;^-\BPiA;Q( A?w* ]vbX_+)WU'CCзu7ht Gl`bR>Ҡ`zȜJak~}8}q 25jlXEx}C>⚃;+uʑEȌ11.76aHnGEūxE7rwf尰I,^Jf0K\n> Nxы1Zj~L[Y2˒iHT=3a/GݚUHD)?n70L^{n'q.?(mTm8_&oC HߥR7O o i'\8sn87*!/-zr,fΉiYA`Ν^qP NLHZXVyJȮ7QnBT?cyzny# /Tj+JYR˪K\D=@6T]Hه t5x0 KA/*&RH-@;Zzi7)ӷUpj1a'2tiJvM&ii #Y(sX 5#@yCiqJp͇i %Y글 3㱙 rWEOƛ|;Vє<$~ƓXK冭d0U32~N^]=` ZA&`bF4lw^ }2‡l/_[iy ł2w5P|12Ndq- nYWCιn:M h2%MQO ZO7>snjT#shє_%8YE urAK?gf, e"K9'j=~2ͽ`#R8JXB^&.=USfJv/d}j ?L\QԀʜGO,9I[ϩS7jw:|]~֧e`4wJ BS> %{5% ݆w9IPmiTU}CÁR*A_&' ]Ԙa]i/+ &0‹pP.yRG !)+RP>d~z-h _bjH"a6Qa_@V厥Tl.2ERxSFxA-O ^,ZT΍X,oYYl-vs$)L zf9N/번rdmy :n^kyO9 Z `s-'Ў &mk+PO8d hz"@2n]OHܨ/Edn`MmG+v1'K)ɢm3_l⟒kn7؁ Y>rswIUb<%"MU8`xOI82y5D~ΰC'N s,}oH.+ ˟ 12Lz$g'Oi8y4ԬQ~<ɓVIQtD3n[2g8(zy}eBn7!0IRxdD'r0#[)]0auyJ/gf9UY`@ҸHT Ar0u7M_ M z>1IbkcC@ع^ut ?P]d[;-0&JNq>>0u⻡8K::oYb{4Ҹ>z>>~30) s%gx)6s-(x>Sƕl`CO8R'k5G2X_" j_VdH!׋_aN-N|V(#!%nݲZxt4:3B<#.p> CM:Ch;f7JКZ9 L_.$ڑA^7Ws CѠ Lt,G:DA"K3bӛa"pQKB6:(kRE;] lءW/!'nUL> R5ɞzE: _꾞XzyKi^5L9Z Q/ ;N)t~=l'D]pg4P\` -3[z0x X.q6 C++gʘP6 }Fu2@j̰@φ#mvWXҘ3tPC=HFX'uRa}mDe~u.VEǃuYKE7j(ŮEqKeł4P?U~pU'K"WuӱhHim)Bpwfo7U@e!G縚Nd&n1T*ozFc@K!Ev]`坮΂xE_%wTJ:()p&}=oWuB3j`_ /֍\V rna!,[@U?BN Qo]3/9Q6&O:vk\x!UC7lS 9i.P(}- `A,UB!<pg7; 0:Or`K'XNcS_iC\C5W.FOt>fP.gSj^B-;/ġBNpɡ?+@x!*El]ЙNX]Rq+A xQE'Fso U*L r9?rIT$fC*@[Ks1(A*'ùaJElRiWr旪k0/>X0|](Ʃ .~--wc[W׮U5jkːGjR+p_VNZøZnmcd1j<wq**pmC 5V_}[-ۢmk;EJblV z [; 8AB0"Cv3!6K_8m,ړni p7A└3]\<5E ݩjW[7&B+hDh ]K?-Z̖j~y>2ۇ}Bx Vy+V(JҨ )I ,#ztTb׍/9}H]oq%  xs]k6HNw^R"aX.-.H Q.(fkԲS3ժ#ԭMSDlxߧ "|12aɿ}Y4eי̛L ͐o9Jmg95{_R(!]dawA4]+g<=<"Q9Csb2zVikT! GH ]Gs ŋC2D<:(\65i5d&y_9G=ݟULhOh/6Oa c8Xb" =_!%wKL ;SYɈZT1*s>#fK:a-R"O߯kȖ!U!y_dқ߰$55J_1!\;3F7D$C>z҉8pifyw]kIY/5 u۴k3dj҆<7~b֕$ [jXwBPi]ηl`tBynnаUxtٗCjy YmJ\a Wh"cѥ=7|fVF.BZo^l/ `v"1&0f1^/fe^fvٽ o5Y-̥v0/Z@ NH:YV?w,(da5ӝ6h m·ݺWH%AJ3Y77c | VW Z[Mӗ;كV~f5V9qMDh7sΩҟa{YeɎ\4 O1Xv:/t7XDLUAP-"]WtquIGmjhP˒ڳCrc((6߷zeJx"JpPefCz9ol1h*!.w OĘ1@pump2DWv/1BZJϬQfs KFЂ ޫz nl~x5˻A6"$.Dv>`A$)7mGsg՘l#ӺndN(bFX-j߅n#:] 9SHT=>Ca@Jk] '3ͮ6#ɁO`&:0v1 G69M g_2If " Q`e(5K[y2wb}X"* `uwYʁ0l륑v]'qYޝK-xk^Րj媲^j3˗Ȍ^M㏙i78OOo1@9-9_ տK/-?\k5ⱫYz[vQ/y }:PaU(SBX9b\y"9mw.? rGv1#pO8tv]k0U?4~:|Ym(|^ .>$fG=,ZfG߬&$c٧ ue!e3 fit N}iWGcg7c:Z6[ \`țϪ>*7u$SfΒ~n-/Dx*Q}N wBkT&EׄãiF qd~X_vWR,).l(f'` ? 9\MX fWZ%jiB*!kHj$.]L갬1W<װ 2mõ?QA ^3^q§'m\fX+(PcdsaJU2ufg+G`F-q㳥=Ń]UmUu 3\}#&Z*R<6wp UU! DٿA.;XIW h&"1,cL 8v:*G-ɠC-}3~&&1QȎɶę~oyº wDyT|ÍFӢ٢ƲfؠʈeU(_!N?ym7neigآBLa3upgb ;m%V%goy-eFH9{]g|س|+Dܟl72Vºo`{!N3qh͇c!qiyDztge u˧o`b'P @@S|Ăs=m5x?ݼy:A4sp4eqV|DQ5NWwE-KfRGѳ| ,ljvEGS1o~C\jBXZ_ͻʾrrfiX/+OLAH>!* 8hɞb#ƸaGƐ㞆j u Ih$x0T>Ӑ(ߕ AHC-k :8K5Ppo`%qr~yL>0H`z#2SNt ЛO}k4kP؈IH /'rJ/'o]t 5sz-j?9JY;ؓdwߏcJ*L(8O"r[9sVDxPRDff э*\Vds8duB$5~Ęr{V/8.,Rj^? Vք6: x Lc8F +N SDT^ޒgoz xL}.,ő+LGa)|x]s J$0\l- K0OLhdn