apache2-prefork-2.2.17-80.1e>UAPʆ\Osq ?S$j xJ GzW8{XjU1r>7?d  O48DHV_j O@O O |O O O OOoOOT(8#9P#:#>FGOH$OI`OXY\O](O^Ubc deflzCapache2-prefork2.2.1780.1Apache 2 "prefork" MPM (Multi-Processing Module)"prefork" MPM (Multi-Processing Module) This MPM is basically the one that Apache 1.3.x used. It warrants the maximum stability because each server runs in its own process. If a process dies it will not affect other servers.S*ocloud106 popenSUSE 11.4openSUSEApache-2.0http://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://httpd.apache.org/linuxi586/usr/share/apache2/get_module_list &>/dev/null exit 0! W<F`$$&& u 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 14073964630y|o>?634251<:=87;9nEAHIWƒOlstDPwBFGUXK@MYZxLrQRSTCkVvjigh_de`abcJ}]zpmNq\{[^uƅ2.2.17-80.12.2.17-80.1apache2-preforkmod_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-prefork/usr/lib//usr/lib/apache2-prefork//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%w$+e'`N]` P+AI`R;xЏ{h]R?cZ63;==.bY F YrD5T6|޻덱,/4HgAyUC?#,*˷ Nm7ds{pe[2Sr`K ԓLc%褟ax5gڰł#/ɼ?~4y3_235IslwM{rS΄&*]P>*3"S盂w|vWS@{5;Vx (5(O=-1pBT;Vf5PYțqnwF3"PUuE4(6]`ShL"3،~KsE,׃e դ<=v@Kȍ}+- l5H>A,h\09G r2ZRI$󄇑.\qI,gK{L'jnj"mI!_ >=jdGsGD< 'Л=Ǚy~î31Y᥻ȱR}(:{;M&xmE 쫻%!3T/\ 4c ]X:+Zaz;D L7eL[&p-BPUȪ\OI|v?Ʒ?CmpuCPKo9&j7j]ӷ _06IhATR3iZ$ _aR7W٘Օ9!@)OL }c&4;% VlEqa^gBΕm.^.2:6oqLG?lE!OU+ڕXzߟB}@Yc:" VŶ Q $30E~%]{)~ [ee-Y ɠߊ瓅 TA3=IPSY =5X@;leNpVP\A}FMGe/ĴOP3d`Xo^=Z;W^2CڱM*.pT1 \<SdH?'?ɻI\c 0bq7PQI3nYP[g]ذة [fsaE|T]b{"bD귿 6 ^eTsZnb9("cƃ -BƩKRH'e.y^8u >u@6EbaX;s8uU Ś3ݞ%?sfxȯS_o /u4-lBײpWGhx/R)[U](ii0jbw;t~! ~qCyK~M:T`o 3]$w1oE0*WՌ]x>kDzÖy S7+fU5ڪlh髱<:O Zs2ސǑlZcOYT7L;=K.`<#OVB*9\l=p(d@;1R] =s_kS$ 70}=o>>myO)."¢)8Ug}y]p&ògNh /D<Lz˻JWbFkv2qbؖN!w;A1 $!mx'=ޭF#n9 @lqƴݔўrw%ٲ%wzق#LԲ_jkΘ*l1갯4VO:u$jtCɝŽXPS\cf4E d\F)B?+ȃJ!eh`.a6V 9Y',G/ԏwrE)"_`x>݌ Ǵ?X4M i²xŅj1Ͽ@3I%APV(]BAz`{ucyO. X{4۠7JT<՝VWwEyaU#޴^'ܧnqFYu>o㩩\*']t*F2Lfb dk_ ;>HWlf^MضX*2rϏ|g5,*ntcֱXZ]cE$s>\$Z;.0plejuH.fd  ~dhA^2zՉXK8L峱zB&gIHg&Dرp pMph)mc1u9zq\-Po~w"Hv/icVvי{EbkZ{RcF1 5(<#*q\ g)FvW.aUm4o}qim9j'wL-8A;m̖!KdCݪKJYd`@*t㡦n8f5^-ͷZ±Y$ih/ feo4m&@45WԾQ![GrAJC>D|y"M?娇v&uW%QCm,ꋲs6eX6&ԕ4$}u2Q&>uf,h4e˺bd V Ko9u]5cmA]hA`&)v?*8wK(#.tqg9ft֤``醏Hi٦;oz چӛn k?, =[yMlt?y?N?-{ڹW@fmGI9Jː 뺻`<Mp[}?PȢB4e#rV,d᱘x&JX* H(a6exRC#͓2 ̄S0}EaC&r܅/iz[37g]΍jLm$Xi*〞*OCC_Y)&ut?5.Up}}o#ND\5T撹r9 ;hkz6X]r횥3\9:g9>(35Ne N"b藅 3{>Lm>ЧnEPq39`۵NHldjR<_5:'!bl-+p[CpYI/}&td2U^"u ԣ`G"3*픟9. G2$z=M ~OF35(W:rZs2+cv~"o}/Si!|} ۨ]- )WvgX-P1&4u3QYhA$f〪/טH4(h|NSBbޙD|xOŕP5E铔 \mi Cxbd_K% j.P7S Mi|ߠ.>r(n -zֺ/:IMQBt$5CnƵ s%冄BRf%N}/@9y<(YN d '>r5;te(~ ܯk[ Mƻ󑓞LhUvm0tӈ(PMvTQd  R'cf¢$nC6ZQvDn$,x0%9C.(z$uؾ=gR¼?cM;ip.Os)=T@ oٌ/"Ҟ{. b0gA\`;D(rWw>A pE|σ(5q:%-1Ø-tjgz2:S$P`uUX> kA4g+߻O5]VPc۾ Ĭ^q.!Z:2][W&(L.NmgqqNQmVZl$fW-e}oQfh?1 'c)HӸxi 8|2zdF2qIS}dyR{xblAr3yNJ͟!ڸ=̒IAִG"~U8rQѹ$:"33C_ ]uЩ0Vl3夹íàW IN6ͺ֨=n4L Kȩ1GRtp&AQrLxE$AY'8(,f[U3CGu'vT}g ~< %ͮRGrd]CܽMH7B.<1geUz|S[+Dj3J~&Q_/$eYD;f/.2[ 1hSF8G4X*%C<u1u'ID̺Vn 8:+/zzu?R^#ۺxکF*~b ܦIԼᖖ>/ `hxwKgMk u#UD.sFC)̤nuTYj;B@li۹ExjgL.;n3uB]w8/ճ74̳2QIBvx <&\"//b<O?NKHB扮{S0ۥꘘl:icU|f"U ߳vN؍Y~e;3v.T.=)sk뵄q6L&kˆ'Mf28i &n*[ϩL{T10Հ7J\w+:%/^o9c6(˶"`R#R;}rpnz';~iOԳ|J-#JdMOR\|RMDS SvLA(H>]NĘRx@H9$u<ԮYن~~zP8`Vډ M,JΎ(g:`~d/6G 42< #"XP VQ$ U7wM!">}E "h90kj#*MXi$IW;uu@,*) [M3)m^3Nc:Še{ A|mj.]meNc ޱ,Gΰô!>#,ϕ57kCg4ݿ$< 8_k#__}!,?e\_5,")=μ[jGϋI[1 ϑDkR!Xi0MUE\vd+10-}L= xN-+5|dwJҬC)7ұAE/)i[q"jd5" XscWmjXH :o,$ƺɵODܑ$p֤ýPVwMzk#vk7=">I&`$fs'NIr0ԾMi b59Ow QQS7*(pZ u~*/\ZF&S" 3t܂Cέ;^}0ӳߐTQTG)4|4uQ#:Mz*׎0 Yc iТ}-8i?\w@]@GLߏh,r44;H)_iʨ>N7č) --' ]|ky}^lP0+D}z"6Kgdp1.u ʆOo|b+TCP%.H!cİQ2i*7^P۪-씅Z\Zmre ҨM#YΝؾNR*8S HI3H(])^z9&Q:u:h͎z>bΉr/ ]]GbOdD+%nӅ%v_ɰ{;JP2(K6eE'Kw!mSP+O8Z荨38ԁBN~5 6K6HebpjvsN8NP:d5S| gh!rjבU96mK)pVaxԠټY(p#!q^ERm_jFp%zYLikF#[ ܥ^'U mt~-+u|i>,`c!&G|7<3rO2w-6/[Hx>w"vR" |)Q7;|9Э9<3W.z@@!Y{~l%?wL ͙۠i}r8u:c"56kpRdΤJ*E@+<(P0QH45:Ik8L "Uÿ AW49R"6Â57E`/iבe<韷,%jVK]g;h7Jvty'19e iq\`Xֶ Es$@=*@'|$W-LY+m'+e.Q4HN5OE.(!'Z\ab2V4g,mTf씘XӨ?\4 Qe0QIu0`km q7*NxՑx `!s}X6~ [lJŪ/ah[fJiι(7|P w 5:TWb_`y~q|:5*)=沐 0̚p9ɷ#V[ hUv@}UGD3bVC]1kPj4OI'#qBhk9] E:,jlX@>TE[*RFO#5؎r3< C-fgx`+2ۇyZ眇wm6xW)Ĥ:Uw/ IR1g?$'D`30u[_J9CVXv~*\}/y"~ז-;lȧ.ÐO;V=Ϗs Ƙ=rLtP @)}Wh DzsFh%@92i 3ܾsT5w(1=ԃj?!ъ*ۆ8ȼ1 ͋y5ϝ'w@#[Nv~}3LCgݵ؄a)-J&Ȃ0ն ,t7+.714츘#uaM^z[ r"af͟Ֆ ú>$H٢XֱX32h]rn~ W1!2s?E3.ǯ}D33vLl;XH9duBGZ{qQuB s: L '|ߍ7";~-(c.d84[ "@*}S/| N%Qm&0$'6.ҏB -P8oq|z޾(xc%uJh_D:"$ɋIxbzp\P̯nŸ_1sXƏ [+3Nū_6ocAN.ZrHRB7syuGl%r{~|!(¶ہx7Rvq1Ei=]:T>~L[1aT-rj0N8p0 耏y} 5+X^ 1 1.O+TGPC>+8pM`e/Wp{S+4>-۩ӯz.7W/ɻb̉>Pb>jNls /)2veRDFw:O7hs BŎ9"vWtT~ 71~tj $s(MG)Q }<{܁{ݧ#hsշM`~~=BQOtSj>2AcG\^ 0争)|OoK;3Z3btPEi/%@ܟ+hQ6:Zg`ϢQɧ_u99g@(+p*5߿ n:*|g$W1- C[42HyyBT}r\` 9iHȑM3 Rko|]Ԥ}ڏ_1p@ǘ"HΏPp<J2r$ks{%ݻd*E!( \eZ Y5sN4v25hܖS ma aS~2"m9E&O*\5J!؁G3س'R k@ڶ|rd%%_b?*$u,jDXτipkŒQ\hz*8C{x5N`YWf[`VCMFP狘iM;[9)3&wbmb`z?,!n+#Ԕg$'8s͋$z:]gf߿%,nph'#T6*_RΜTNU21 s&uf9R 4HX}?%atoc,{RN !UcU\ t"]08fNx7'Dr-*Pu+03.܅[m{CC~9 ʟ-u;cuvh(#hhú 4QKn. 00O}`"Y}zMؠq$7hrzd}ڞUd g! ~uk)!b,ahbc0 9@Wqnl\q'#] ;U6E2tjH8.ICM,ɩ$ @rR%4p"ΌI ڔj>(\ ֆvN*7L}ȟ>a>`;+.8RZ˸e6UI\vp n~ ɔ!lV!3A\):s>Hqd+:İ@;aqo8a%8"߳NE t#.휍UFU Ǥt1)2j^g!MGmu>e1+' ‘\;>'Rӭ@+ްnǹAv+a1]O=1 7 $:ߗ' RսRfJm=uhl4/^fPM)p(dJi"_<6oT Yp<5qߙH+fwOT9c4=jۢJ*>U "n8<񙓜M+RRǝE3b߲8ġzeDK[M lW:!<{wC(Y'ç@OS4ǻ(K|AhX=#yO\__́$f(<,|g6,ʍä IJ (s'bYD"~{@!>߄3iˠ(@$ݛn ՄP%#i9(hWsL/3>Cv≊EY q'7z%е %YMG[Anqd^C-n`BJkG1EvBoC~MvPDJcl;ȟ v'GecrB7}?ٜO#Pk]\<5ۅ?xZlrKB%𰅒kyag'$]ay>31 1^4DNٵ$ XҲ@rڠlB!l^ֆxjڅm%s;Q}&OZ[xtA JѥkUOu/޴e1a/$^!' GD}6!U\;X$%!SŇzN@ӎPn^鰴:Uf&C옭-?#nEf6V-akL PL_C?W4*CkG"t[BݖgD/>$Y(>cfy$vWE82S,>%5ɀ=1(W@Y((|/}[3:hy1!˃aw!; g@6w5x.HIWS)1uȆZh4xxxDZIZM3o^`9\"%*'XɥYuizh412g3ڤ,pJ2ZIu]/O'"|9i|cXҁL:z:V*HK <ii- ! ߕMMd&1S a4us O8Bo/>}c3=Cq)8y@G# uqUNH}< 8%70]]n4bqs}wfZν.W6/.JꓮVzF<DtQCJ (݀ônw.w.pAO TBrb{^9&iuŸ y_~rE{ k6:%XTl|" -v34'H#2~zXZ-Bl&?f|r5x*'|$bqqKf*Um F6W{?(>e9;fLn"PEa} eǬl(X};%0ScztH@ I*VgTz00ra%Jn%gL}Ӏv۵TPW1[sI!;zhcCLtqU:nJl[ %r*&3;]R}}b]fȱ7/uB`-Mg(܏^5 Qo$޾eQ24XI˸1eju tկOT"5 #1b G4~Wo_+?OorJrI@9e&&~:/Z)51a}K#p땁={ٽqO<M"emUN!$ܨOϋ,HIێ4^?YR (2Ry4ʫ,*zJ14@F~Hbafu v &?=LUNxbYlRDU=mȊRFT >ƾ&UU ufU#zYJuZ5*<Y>5g|0B hxkOІCˑ. $tL֩\R#I #.97ߎQw&bA%K^#K-IFGIcaȄ` N]V1 ݏ:V zƼR"}_r ;?)=bOrV>(K_\r:wǥlU㾔،~R&x3ۛEս7Nb|{E}VqOǝ$ o缄 H2p{[DXӻlIo 4O@/bTHjޜvw$T+ޯ)J(dϖ=f.5$DVM6\Mkfy %*k=]v?+ a.a@ϛvB=w LVk~JaUM.>4B%<3(-~2q­EvG8].BHY9mm5K9(w\o6?c移.ɿpz& ok7z#uwGK6ݳ;$b9Կ%4Y_XUO8Lf"Oz 8;[POhRX-A)=lq6 ]OGg< dZ}^O:٬8Q`!&χi~XǝݵFJa#O4^U,tRSM$[*EWk,XDt'm +gzIQ=z%"w^@},?gB'=φ? DH_ Mp5Ha?z-bUr`T ?N9w8ճِ"#O_Xp}ċ|X瀎Mf".sϻn/D 6A}e)9osph (CGI:M4fM)[?G1 &pju[:Y/d&y'A3T9&ȼ)`g[lzwj ?H6"VghMt9N}4..:.UJ8""7_vH(}v!d)` ~w>i 7R| Ko]z}$T:܉[=f( }U1LBc:O$/]*]8 ,5RڒLwiɚf8=,suǘXk(.rm53x#U+Bz4Oӄuy(d$$r'MŤ  u V́Zjg/V׬l5y,l5>κUyX2_ܿʺk5l2JںAkq8q]VpA,OHoG0)pP\絀w֬1t̃IVLRq B+CŞGu2P49uy`jzTS1_a$O7g8d9Z-ޚ2ٮ8Z84ֆ"چrFJ ´I wQayqOS#Q_K JDZyz_ /uH&N3zawDd#1sHsjg;GU\XSMS(aE`]@^8&lx[xB@*0i.6q}Eah0kbGrU[R{{2Z[/)+ h>@au>{PR=k)f<-umrvW ZwPE\{K1c{R$0Ă<Ȑ,(U Mbtw hn3)1'gP<ʶhU <Ѡh앀7'ٟ[;2*HٱiHb冀?nFuؾj:g\x0A(v%(`g8 E=h-돩` +]O󺖑@)i1GK2Gp)|~ڹ9ڳ+b EHjb$ԆVR 84<4)\MګJE|$S?Y ?6'%G ; 9j?z~  ]]/^aA*úajUyIO.2dCE>6Y :54]L=wWasowCXuK2k CB[3˼;Gс9 e=[ ~G4XtE0բtL\ڰm?4,ׁw+wdll'a|jb^]Y]>]bNA}HO⍦ҽCCVat},.˨60xGyDvșƶxКި}9 (A$ʥE5PB'SOX{ WA">Aȕn|Ăvo]<-ʓrSrz ua6 P_P)"Z9iB/# +J(Iؚ)EOx(OXϦ )R&Et_`y.yCܼ# ^r ܍ UAϤ#ugx1Sq!0ye,ĹIlZ(s"-f:94`MmPK*=?lYt`0tcsӺ\6E YeJQxkS])L"pؕnwv qaG3' +5]?tnrq#5#5q K|*{ed1d$0>Go$ED=]Vb3nTn|!ؙY^JBi=AT=+E`RŭQФsJj&ciE$ v{NWsjLJ&tJ2>9FXLy^C$ w)*0:^#c|~y3,.EG}DOqU-<sS f2qNC $}$@z ^Z?YY0AtRV`Efi7-An|S^)R(8.[!sF6rlp3U pQ;Wch;t?xmGmSYg1%_UWd\!3ʍAۺ3E|-b`NH}n.ʜ/yռgjf ~ (?JĥP,o7?l^o9J<!tnGݻG?و2؄La]/{"m!IBWL,iwXɋjZ%B_ԘECδ<2au.z"fX?XxU|Q^'Lw:oD ([>88p)闤-tKxoZDy0+t^RqCkRwqY[0v|6c8n[ '&оCvhɹU _EΑ

@5(-ɽ6y3CwkA@F(砓No74%y'ZlXPoNs ՛!sWxB#7ǗZ 9o{3:mNCVc{Sm=D=u\ &6_|<{BJ((B)yC3oo=>'N dQDZqVLgWzUس%n<3x hY H%K oviΛk9񐒙}_Em u(t\u$O.蜝:Sa"wHƬnЮs^·8:'x@qmPh`ZT6Ԍyr2 N&)nu]o {f-O`ր}Վ >bw9mI^ZW_tQ䍜x)E 9/lO"ܾPn5kU:#/K!-q2qDS,]c~iUW"A_ w-&{Aψ.kT=$2NfTwDʚX%#-uq -1hӻ="RK媦$ڍ}PSI) P>-H7kHi[ٚTC[3;T11ZvWɰ"om|d2!fCd(CZD7A]rعS4!Sьv ;}:,u>̶ ,]`oVst^" i䨍κZK͏W4H[ iqz~c `$6[1YSX@R S ?觤Lv?G.SRd[4wU2.!6MMzx"x(ښkf4#EaJ&AC5,K⤋|{/c "nlR""e(`EX,`H2D#K񣗃7c;Cv-jcUͦPy.lut^ROZ DZAm f^ŬXVޯF"L"]2zlV!:͜+Se&~ҕ` VӅdRQc{l\Hkv_e#{UE0gFPU( @~{WybJۈ3Y),1>ww{jF[_}Jkι;;l %Dt(Ov?J̥St`J? |LV"3,;q h=)] ۙyTDWN{͡=RƔ Xb"&~D3M`OHXl8J#5Qp y#7@)khqy?emJXwMnb;>)1e.VCڵc=~yf!}Aijmgׂ[vg¶5F[dV}ːi-R b#ٺ!Zm3q,17~ΛNHٜ^)ŗ}$6 BZžkJD7J'}rmF}1wXP/Q틱/Dxsp<#?~wтa1d*5^n[F>e ud^`*BZ2Pw|zෳّ4'|LID z#;|W@ ^$N̕!tڇ`Qa&A$`UCsƹ~|<? tW&>2Ks)|$8MlwOϵyb̈́3+pti:O+V ^J8.`i1o.JÇZiꓠ.lɝ^2KU/:|;Ynns|q[6%cB:g?^ϟ.d9{  .N3c; pql&Ktl;B7Zh%W[UT gi]k t,7?>q[C%ņD BWB~heU rvq@r~qj-~W_49Jeģ {((FzF˅} azh9'Mm ZfCSBqmȨv OSl Ɇh%zb+9Z썜ma6@%ᬎrxUQ/r}VP q6xٴFZ_i+cScF"$G{oN E8Lɓ?աvpCxN  vu\/̤!@Q(謮gi. j|IWPoEQK-FC 5aXm<#ӥ#^G_Jy0B4X߭=yw7!% Gs̵>lP\ƞdZe: Lvfz/Kt t1MLtܜ8\SU `U$M, 7tH:UدVcޫ&۴|nL&N h'͸ݟ&QSSA0W Ū}$z؜]V=tJ[/${t{ICM`ˎ~T ˜0jkuNhT`; "`b#"_C2EVI0zKd C,:W/Ӣ Or9:L UlM҄xxJGĬb6 qgtD.)d鲯qE7%Cs t91;U[Gр ySU-٭d?~n@ + Z68}tj|QKM<$k7,dƮg)F6&kUJ g"tEq!M6#--k̰MA1BށʢմЬkVy\ne+y˹Q)[j^e9Zj\T]dhQɓrY{Tq}S3MaTrFrt~eY@"]aL\ bRk̦ڜFkVS|vbi?P%6@k'$S:!PzZc+WNjf@c?cJќ. +I<?L+Dv~ O!jzTS#} sX)ʐ| Z!?Z}gYb"qPO̠7 *4P(htV)rIAȆdA2&s[>Q]*LއoO/6Nf^2 ?+M׳2v -B]㴚[2xWHܞ7qQK$kS]|}x @@{|+A>[|Dn 'QAb[3j\j`|³% cDƩEm9+ gA%W+|.Etu(}vzi7G4ǀ\Ɏ}RbQ:;6m8;duTՊ?r]{3.ю3.yG 'F[%Rѹ5ϔEU뇅ūpE\\6հpȔ%,|DH8$(2fA2``r;rbXۃ;)@~H#:*w3G~6Jg>BݯM;r\.f49Xc} W\5T9"\}$D[Jo noσ,< Y3V 0j<4<ϩRnwh*Пɤz:^; Jع; TH[2 ?:eg"sUMxmsܑM&nSn^5+hc$Ԩ1\K1&D8_?2R7r9F ]K h]'Emetzˁu&iOYM1DC\Bo),$5P\2d9~.K\ŚNG xC(Y5#@>2ه'i7f>3nJaNI)q9gM\XRPRsGL TEiTf>i>#S1ƿp>4[nm.{J/`(tlqob[ –^< D-lSCY#H=mVֶFg.؄3Z[_Jt;r4iv!5aV!Sߕ|,tE0SDKg~mW#i>39W^E9I~&at1&A"GV?%ՅH3]IɌ5?,5zQVBY"`ؘGV–}4TTИ` n1bT @}V-pCZڋRG%'ME?/HWK"Nr'd͘Sk}y# 92bt @7G%J^zV*2ip!ɌvVe/ZB"lm]HeHEhM)PeɆL9)&ϔ܍-reAïԴ!Z>qoJ&4TD*dy~DR 3,~ c V6O`CJ]}(-vGa}!l#@8ﵢl 4!Ƥ)d! ؒ1d-0Udtw{t(߂U% uWr\}?\ xݝ^ův#f1b<d }qOsblO El'+Sg :qdc9tCvߡX]aYdY1*g{8/!tvj99U҇p~Q?;Dr $ݶX#]*\f'\Ao$5<<+k%Z[.j7Pǭrvuw0;4?Ʈ%,FX⬉AoSfN ؇w69?bٝ_#(莻6;>Ƿ FNF 1o.(j9_:Z򼭚]͓qy3 oH92G¬=sUbf\̒S<G.yV76pCvݯJ|dûLIFrb3<wR`xwJ l/$0~ۆ0_QMZ&S1A"XNNwTz,MgV4X8ܺjPoS:<6%Eh=qX" dfㅹ;s2Ǩ_U˩) U-RQX cCoDɐH H5fo '7 T:'7ߴiPj_B`|ѥa24& |t1Єk$: )*{ZKAJsy^_6+r w"SaaIk}33aƱHBa*iG=w؏lN$Ѯ=,t 9,S"]Vmln;0^ckUPn&,4a5u)Jwpna{~R A5jQw;Ͱ/Z6q05F,_7߱}s#7\Hg;DH]1÷k?C!7H<0?݅ɔ-emCӀ5 83xaa_l]WaOp7Q8)gag@R煚'1i1l\8U2%D>G%nb(:Fq/:\1uGj_2oV USPm c%S鶪:˪U}9g/'0x3R ELa3en%)֑AR*hx`Pc0޳oAjU7'[SGu=^Bgva`(j4=۝uPN̈́ar,g:#d{X\bx_%$Ѝ%v; F i素fosG9aX_، VQ#xٿ,ު3sdQd¯tUjH'zjob육\i31zE52*`x<$ĖEYh3twH( 7Y̍d1_qb1}Z Cݕ6=6.vb50f]91RA$'LqꑪxN]jD/|2Z@DWUݭ(:_WGk?dȿ_ʼݞ\  S74B܌ 0Y=D@!p@-M(Ut \-?a\"s$XpgSP۴Qm\`W\)cd< 3ފgZA׬1LօW Q)Ea9)u^y/.v1c).*3X6rW<gY)X d7֌_y`Yj?8,f|:FƱşgv SҖa̡;:ve{h1]<:qMmQMR *#) Xs/H\6mO;"])!DFWY!fJf;eBV[Var&ɚHWV;yP%q_> 3 4%1:Yܖ,PzIM=p܉l/ x'#yN_l ?>ؔ?͋j3%Y5pc~M錹$a#D \<-9opMxW/[@,_"u#x$AM.}Eir&I\4#["RXJJhDM:qptƷ *m r"1xz|ebz~΅]A ۿ!ر^ ,S|_q˄A'܋d^}qt_E- l>lGV_l s>W )A߇CBvZ13V@/_FW1Bi \kO#J2يevFKј.ͺޮ8o͟i[cQD~TҦ*ᶲ(jtAeY1?lRF"~|.`賓-'E;vKPܦH?̋ ItdC&[0٭35a]f 5N&GnTKi瓯ʃeLr :@T(xy|8g>ОzfM.9mF_H̙H.z-p50FFlX>3|i@#NCl7 /I}W lФ0^Kzi,LNT0]މm.S LNK<#<QU]̾v.7v¶shlfSHgZ bESB;$v@;tC(q|tJW5ɚ Rò05xaoԒ>K+Ԧ1O%,hZ.6yns>8Xascr {koyh0ZkNO9" !R@+c;)rp^lc P¨aY'9e Z%ts%ἦԙ76_VQ!3jq!ωB= cֽ=03"j뽫,pX~̡dXްUZ  ܻ1)v7,o2͈POºMO%c"7L T7l!+M.HHˆuL7WE0 zn7vjTʄ v?vH8R5)5KLIhb-4ET :GgJ n&n*&`0Cpr7mA.// ̥l|T !EH$6 yo]h`T$m|HD).T1 ͩqm$Y!gϟAm)Hfi< X1ȲV:eߍ}BܷMcomD/S S)GF $b-rj4fȪ2FG?tj#8  '0GmIvL5$)._I*vDAht-5YiA RԉNgȻt<+&B+~ x$[4%&#"UST!Kc}0~uu#PN,9.@ꁓ'(+ (;^*회s?uyF$BЦhu3 _8TBkG [B}Uo(cXLa}ԫ~.g E,@5Z_NŔ'>HI?N"nZl\C/Hn80>VP9PȢh$U>8zjhAs 2)MEqS>BH녅K5 h=ۛD9&:Ūv.=3;EjY>F xkb6B: 4}:3wF4B_D*{u$ L 6x/:Y=<=^ȯ*{ 9vZOLg ֳ>njGyZ2 &(i7hEh,-> [9wGfG62P%B\qN(vP呌XXꫤ;}#cJҬǼ|qM2y+BDTʹھᒺ:FMmÞښzxYv^z̔S̓cj#R\}xVo^u#Т`@^v,vkUlHդj)°#^˧XE4Eyl -s)| .p)j'򵬙"ӡFԴ 8) w0RGR|D ͙AZF ]5(bPng8wX^A!ݽP\ ֋Ȑ#`)Uwqrݎq1Xq}V0+sEg H~/AiB^iDuk^/c[Z.jPsXx B=U}4g:T'Y$Y*[ 5-&Ha+2"*do?cԪ!nb7y[R'f;͸ʔ[`ُ Հy?}>?Gy~![ N]N]l+y=שE~xsIO"yQ4ΪhI,%!7Y-7[7'l[%.k~E㲳"v0SI*!+BQlGp F1yd3*3_{5q;K殐R͔&%cZK7G zv!˝(ٽ]^ Hei`/Y@rH.+U;"DOR8W #a\M423caڧ )PpzeOz _Vl}Fk9-:]&hK[rU$Ӂ %H^j=X;/x%[t"76Jq 9L[2(D-!ٷeST/N3NVmD61{\ ` x9O$5w HU~۫ķhj9D{mݒy>A%* VdIԥq,6NMT+'ˍƌYN@Bg-S2`Jk 5[Vm?%&ڪ}sk!}h%,ӹ{rWIP@*%cV} _p0:\fֆŗ{蛺HϓQ wC|%G pk|SԾz Ìn=ei^dR $Mʴԭ`Ԍ灋cL"Xkjګ[DXP, k PC \~qy?TGTDNC2꾸椵eOk,Ww&Phw):n۰mA/P#_0>s FЄI oxDz?"a/c(;"b*zLwуI&mPH>fα 8JMG夰dǭפuF|xS *< ~&ē\ a+姇a/fOlѬnY~"0Nt="#0(YdF({JDͮ𼧜[BI9IbT > 錡zc@\] \GωdT9 ; 㗶_H9µap YtNH9T"?˝"AuXzɜ4UG3Pk+Eu)#>u-ū#&|ŷC`/ y{'+@.h%`*Z&o`NƉyq=& 5yP(;h0"XC5e:yMpdG '$H!(!G*'cJ ;B>9 8 vχK$_;O"-|H|*GWU_E{q{l  Y~ W?!NPya|1L(>9Il!07p|#v `& ˷^@H+*5yf[mbt3xubJȮyȀMyqf0k,z6Qcm;j(>nfTۂൔPOd,}-s7#qWk !2!Lg~V5VOQ+1j.<9p?0ކT !j$b.P,Ie$(s&32loD< Vcq`s[d@Ϋ cM 0𚄶 A@b FnXS[tYx4%J?OQ1fyy=C-+σA֕}㔹<9Gȸ '_5S3,jz2!X[;v<#P6ֶ,Ȟ`o5{OѸXr,Xq گ^8UwQ+;;n /ckY fA) dT}1gߟ;kn3:V_BCp)?$w.Dw!Qm :nLMg%lz <hlX*U+}zU!%1I:ĊE̋8h򴡺JOXqR_L0^&Xoտ̕5ϏJABji#(W a`4e%v^tuCz?7SJ:T6*P1矴ƅ1}1$/]NRlVU) HR$/ ޢz!\".;gDG# @:=Y1G6Q!9BMTp2J|꟫kM($f$;86aCL"t]D7I{Ull:E+^'yQF51N($<Ѹ4D~WZ1we̔Qн \*fvOA,<mI;Ђ\TsuP¦`eyÀ_iWk5Ss2_eƃ|Gm^ob.\6_P@ qJlC] 9R]3PLx+Qϯf34{ _Nra!)ڛၙmC#[l׃`RE_񆗹eT]-ܒ=g9C$EknlF,ϨM(~/o~.v"S.S9^we/,μ^M&|j|Gm_D/o"(` KcU[# voGȭ6 +: UM]kc9Onɐ[&tMA6Mg9AA4RbYcPvV7 ?-mqP<ixFoFkF7^u 厽 ͣ2p~E<|}0x{džtm3Rte3,$ M%tkI$7œҼ[jwz0r5Tg"6ϸF]qP׷utJn7o;+n .PuoRMҺ(\zghl_|ԟψ"ѬA{P]pղ2Ze|?;3,C~p5\$!]Q[0}30˱.73M4P8v/U<#W}7_EՆ/H{燢abk>%.0~ `W$&tc\Y 8{>Du-z0jhkqI(S3\[fimGUή&h2hrOphosssq'+:j&e*9 (d8kİlrN[ls.JB/wz3(X9-,jH̟@UALxAC&~)F@}++a8ae6# W zc^ބzs۷ +"Nڅ@ئ{Rv "a(!w)clei a8HCPyuA :o*bǃ8Y=J3\) x,D"ηlă vƷIo? RYbPo 3C<mY9墊OZٳ\59Cuk?ڣlBFO k';cd0LJc6V%KЀ/p ,2KtW%0!LȻ[wS!hؾ1dzѓ/ c;û{"&݂vEPhm<*"M H=>4G#{>9:U?4\)0IKS0A8|jUsbU/y%KGYG51|+^}g|M5)3髄x;Ħ!S~2_BɎ)'~0td3\p?y⿆>,2uAh2CKϨ璉R,X9즤/JvyŦ ?.԰3ZI}/3C>N\l&5>}߱"R^+_rf`o}hߏvS?>ҏ+0:d[IV]È #$+NN'\c41)$q{ :y2mdOiUY0~!w"^ daj \)G{P8.PՃFxW ,_.5y17(ra4gvmkeM{^C#Abm$ jhcosBb`Q L/rNxx!S%2]%%x ;Y5K_f։'it[nvyz=gސ"wt Xa6:,'VGyS='|".Vh%"!ߒ=w|o;[ŠLJzΑ6",7ӠRe[1$dȩ$њ8 z2LJqm%8[ٯdpc9c-$b}**.71i. h3PX0#!녥I~oF1~ryH_&s >v݁"o<ӣXBxE&/I9rrIb5@K;+YJ~K I6ݪq1)[RF5SsX\awDY3.꯬CCJPibH&/c묩r?jA\v㝚`g } _,XGA'[]3!VlP)wFqsf٪-W;a 5jFC_''! Hٜ41͙،Dړ8GlC54^I"DH v ڀЖ˹`dId%4#b\y乕=FŸXys܂滈+%vG:z NAeа *[f*(Gjq1(?5BmNQ+6.H=O l "Gޅ-'npWn(EsƒD"_l|SA{/7^Ɨ슉_9Q0uȦ+in2bЌK՗ٵ=vw-m̀ft<@H" 9rѲdؖԽr F]F=KPktǿ. W\V>mNE n롆F `! ιʌiɈ)#鬒 ߿q3\\pKBx>]PMxJ<\$o=HkUP;-3tf6;by^p%p[/qBBY'%*L+G郘 q# 5tD46  AY$#D80 "oCGO435gYma!EGdJB:G1F|$)fUt8!1\}b%Gn˨,]70qQU"F"Ybqwe_ jSD1'orC vc4i.?`֎ 8p6Z|Jf`s;lOQDJo! 9n1 HJ/(ҙ/꥛bGh>͂45P/萒{Tcap`(P`N`C3:䒯GGA%8Q_^ӳ-Ht6m@^9nՀ<{)&d=>8'Fxjz:9xOIoұ5=͉cwA Wd@=7yTDx%tXϴsQ;fg]g<Ik)'L[?GV)]̌`M;յe n1T,wpB=‰>ldy\ яp0)*! 6ʴʜ. $8 Tn N]yKWG;C?Pap]Zv+-_ ^_RM5xrK0ZFˢ W W:PWs[bvo*J:W'z[FXު_C+#|PMpUK;TLˆn6U^Bp&7L9*$/"r/Լ/z1ŷןoa9 unm+TYgXLh lB_}u]1Ozb]no N'lb@aUe(5L ԝ]Mg3%D"zg0C.j:v@5vom[;F @`^r;/kʊEq-ru[0y8x89DQkwH~T'T7`&ַyz'.$8G?6(o'4rj=q@4:45:ݑc/SkN>;NmT =f0+8gᐕ1&-p'ɤw\os-~La&wD?fnW;CU,W]X!x8#McMܘ36zS :hA'Ӻ-lXyJ!%:?@~3g U-G"޼0K-˥2OFc.|NN.xauWzƍ[|' $ vF:DդW:d<@D"W:'p-L(<~c`B.D,\t gW.qUI;mz%IՏujgYۧRf{KZnE^-%CAUĐ46V9,.ySV,65)ZoC9ͯB .!eA7K2{Q$K9-/DW͒Tӻ@6o+Ď HpRܻAf88 粦Zo )cj?o@  m_ս&%i^? WEĮ\qeh]:aq"kU@urTMQ(12)9<ՓER Ue$Y մ|<%I/IbT4F:AE1ʥNwu 4ǧ*I(0$3$Tw3/BA"D{Y¼GW7’Ȗ{V_uOZk4B,mdJWUڿ_"JqgYVJA䆩]oC!$ױ>}ӑw3t|lamX`tXZl6ʒݛ4"cnrtUuv&Rg,(2~LX'K@5:pj/WJ ]XamB#eW!{ԳcCCHncG= v} FQ#N[Lտ ~n]߉IovSn#\(xl݊Tw<yFNY֎ʏB Vc%^cО)|'<["?6w߫hx'6u> HTԑqg}4<(lByY~s'Gnz\^!CNBX쵋MdwlLje!zjg~@*n̂"_!er [7j83pzƱ(JxӦp#<(KKdVP$VyϰfH]6Ύ:?VivڽfiG^4AzrqHv\O;S6ĥGӛZ?F˹8*xPSt\{2ruƦlwiko-5툋ѯt5Hͦ1˘b|T>zg&G0 N. >,`s2_Z)}CkJzRʤw-aCxJPnf 3mp<<"*9 d{ϖͻgN>LA~$2Q]3e܁%x9iGάRtm9ߖDCD@b>h4tIGh)k;-p(4{( be%Ʀk$}`dnf=)0}g"WUkv6/^7|($ nwf@. ) *Q 3̳(Nm(6~-ZP'{B+ؐxy@KOb㋥㿬BOui+3#R372?\'sSb`#9ˤoN[qx-C=ZjʪL%KtsX8iNe',H>}Y CZp|Ɔ3g5=~7GR> Z; ۙxc6 {M\z* id6u=;YIXދµX"ecI7uEE:;BOm<者YpCarn F XZBacȿEԾ mf=Qh6 tPRZaV[M: WB̐agECݛiE0ձqkC9q|әtRMgr0X fs(? d~}3^31BӘ_7$hK'Z>+[d\enumlosgSY崲ך- _B=;@'I+& ڢ:ICI( H ·E퟿g9›TrmPc|%hىxg.+!5vT$,x$uVq马Zڔa[NNTZI9w Kuv4tiqS~$]W D8G 9Xv!hʨz+ǣS7U({ qz\~}MBxtjd&-#|Tm/; lF\aw~[ɛ;{Υ{LeƴʆpΥC^aٍ=(JbJ oG< /a&B;omKB}yн>-C覧xA+҉z\8jYg n7a!ll,l DzOսS-WSRPE[JOWm fDhϛojkmzrN!{,xM fcԋ>e`r;li-jHq,n} t/OR;( ulH&.m_A-&#uˆGe\l$b.\}o1F SKe1Ed@$*1gJc1AE՞8Euug=5, X^ZnRnߧr"89M8-#0lS 鵽1J; 6{f=!vo/.l\