apache2-devel-2.4.51-150200.3.48.1 >  A b>p9|\dMa*Th]j];!hynj@y_+ٝnqkC^dcO_3Pq[ϲaw/iwoP]S-. %Ӭ%г(|u|Q,\:֛uy+s+Jp(Xmqàhr'l7נ .ck`(eNk䆝F6(7o)=Ŭ_sq${&1d8c333752e8ac553db8ca059da19debaf602182802c6571815f4ca1a3a58898880b3da4f4e89c72275bbec743d09d45e534fb7b42(b>p9|K) Ul=x>q\SϹZ0'ψ?ZXE):.^S0'Cίʖ35DowE6,걓%y#<:"@XpPxwr坆K&2Jꌾϯ , ;ׄޞ=l&r9xj(/D2|95 1@;c ,Ht1LnǾőajA>,ڍU'a1IL4ic%p>d?Td % G  ?X^h   H  %T 7;tAFFK$KT K L\ (L8L9O(:[Fq&Gq<HuIzX{8Y{D\{x]^ bcWdefluvhwxhyzPCapache2-devel2.4.51150200.3.48.1Apache 2 Header and Include FilesThis package contains header files and include files that are needed for development using the Apache API.bApache-2.0https://www.suse.com/Development/Libraries/C and C++http://httpd.apache.org/linuxx86_64K7KHKJKI $ $ $ 3$ 6dj) *# HC$>`; f:hk N; \u} Z C& Qa 'g[Hkw$L&J ^=    $|AAAAAA큤큤큤b. [Michael Kaufmann, Stefan Eissing] * ) mod_proxy_hcheck: Allow healthcheck expressions to use %{Content-Type}. PR64140. [Renier Velazco ] * ) mod_authz_groupfile: Drop AH01666 from loglevel "error" to "info". PR64172. * ) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] * ) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] * ) mpm_event: avoid possible KeepAliveTimeout off by -100 ms. [Eric Covener, Yann Ylavic] * ) Add a config layout for OpenWRT. [Graham Leggett] * ) Add support for cross compiling to apxs. If apxs is being executed from somewhere other than its target location, add that prefix to includes and library directories. Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett] * ) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github issue mod_md#172 (https://github.com/icing/mod_md/issues/172). [Michael Kaufmann , Stefan Eissing] * ) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+. [Graham Leggett] * ) mod_ssl: Support use of private keys and certificates from an OpenSSL ENGINE via PKCS#11 URIs in SSLCertificateFile/KeyFile. [Anderson Sasaki , Joe Orton] * ) mod_md: - Prefer MDContactEmail directive to ServerAdmin for registration. New directive thanks to Timothe Litt (@tlhackque). - protocol check for pre-configured "tls-alpn-01" challenge has been improved. It will now check all matching virtual hosts for protocol support. Thanks to @mkauf. - Corrected a check when OCSP stapling was configured for hosts where the responsible MDomain is not clear, by Michal Karm Babacek (@Karm). - Softening the restrictions where mod_md configuration directives may appear. This should allow for use in and sections. If all possible variations lead to the configuration you wanted in the first place, is another matter. [Michael Kaufmann , Timothe Litt (@tlhackque), Michal Karm Babacek (@Karm), Stefan Eissing (@icing)] * ) test: Added continuous testing with Travis CI. This tests various scenarios on Ubuntu with the full test suite. Architectures tested: amd64, s390x, ppc64le, arm64 The tests pass successfully. [Luca Toscano, Joe Orton, Mike Rumph, and others] * ) core: Be stricter in parsing of Transfer-Encoding headers. [ZeddYu , Eric Covener] * ) mod_ssl: negotiate the TLS protocol version per name based vhost configuration, when linked with OpenSSL-1.1.1 or later. The base vhost's SSLProtocol (from the first vhost declared on the IP:port) is now only relevant if no SSLProtocol is declared for the vhost or globally, otherwise the vhost or global value apply. [Yann Ylavic] * ) mod_cgi, mod_cgid: Fix a memory leak in some error cases with large script output. PR 64096. [Joe Orton] * ) config: Speed up graceful restarts by using pre-hashed command table. PR 64066. [Giovanni Bechis , Jim Jagielski] * ) mod_systemd: New module providing integration with systemd. [Jan Kaluza] * ) mod_lua: Add r:headers_in_table, r:headers_out_table, r:err_headers_out_table, r:notes_table, r:subprocess_env_table as read-only native table alternatives that can be iterated over. [Eric Covener] * ) mod_http2: Fixed rare cases where a h2 worker could deadlock the main connection. [Yann Ylavic, Stefan Eissing] * ) mod_lua: Accept nil assignments to the exposed tables (r.subprocess_env, r.headers_out, etc) to remove the key from the table. PR63971. [Eric Covener] * ) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was disabling the ssl handshake timeouts. Also, fixed a mistake of the last version that made `H2Direct` always `on`, regardless of configuration. Found and reported by and . [Stefan Eissing] * ) mod_http2: Multiple field length violations in the same request no longer cause several log entries to be written. [@mkauf] * ) mod_ssl: OCSP does not apply to proxy mode. PR 63679. [Lubos Uhliarik , Yann Ylavic] * ) mod_proxy_html, mod_xml2enc: Fix build issues with macOS due to r1864469 [Jim Jagielski] * ) mod_authn_socache: Increase the maximum length of strings that can be cached by the module from 100 to 256. PR 62149 [] * ) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 [Ruediger Pluem, Eric Covener] * ) core: On Windows, fix a start-up crash if is used with a path that is not valid (For example, testing for a file on a flash drive that is not mounted) [Christophe Jaillet] * ) mod_deflate, mod_brotli: honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not acceptable". PR 58158 [Chistophe Jaillet] * ) mod_md v2.2.3: - Configuring MDCAChallenges replaces any previous existing challenge configuration. It had been additive before which was not the intended behaviour. [@mkauf] - Fixing order of ACME challenges used when nothing else configured. Code now behaves as documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this. - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik]. - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted "transfer-encoding" to POST requests. This failed in directy communication with Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing] * ) mod_md: Adding the several new features. The module offers an implementation of OCSP Stapling that can replace fully or for a limited set of domains the existing one from mod_ssl. OCSP handling is part of mod_md's monitoring and message notifications. If can be used for sites that do not have ACME certificates. The url for a CTLog Monitor can be configured. It is used in the server-status to link to the external status page of a certicate. The MDMessageCmd is called with argument "installed" when a new certificate has been activated on server restart/reload. This allows for processing of the new certificate, for example to applications that require it in different locations or formats. [Stefan Eissing] * ) mod_proxy_balancer: Fix case-sensitive referer check related to CSRF/XSS protection. PR 63688. [Armin Abfalterer ] - deleted patches - apache2-load-private-keys-from-pkcs11.patch (upstreamed) - httpd-2.4.3-mod_systemd.patch (upstreamed)- use r1874196 [SLE-7472] [bsc#1164820c#6] - modified patches % apache2-load-private-keys-from-pkcs11.patch (upstream 2.4.x port) - deleted patches - apache2-load-certificates-from-pkcs11.patch (merged to above)- require just libbrotli-devel- build mod_proxy_http2 extension- fix build for older distributions- define DEFAULT_LISTENBACKLOG=APR_INT32_MAX. We want apache to honour net.core.somaxconn sysctl as the mandatory limit. the old value of 511 was never used as until v5.4-rc6 it was clamped to 128, in current kernels the default limit is 4096. Cannot use the apr_socket_listen(.., -1) idiom because the function expects a positive integer argument.- apache2-devel now provides httpd-devel [bsc#1160100]- add openssl call to DEFAULT_SUSE comment [bsc#1159480] - modified sources % apache2-ssl-global.conf- use %license [bsc#1156171]- load private keys and certificates from pkcs11 token [SLE-7653] - added patches load certificates from openssl engine + apache2-load-certificates-from-pkcs11.patch load private keys from openssl engine + apache2-load-private-keys-from-pkcs11.patch- Add custom log files to logrotate according to apache2-vhost.template- Remove redundant metadata from summary.- version update to 2.4.41 with security fixes: * low: Limited cross-site scripting in mod_proxy error page (CVE-2019-10092) * low: mod_rewrite potential open redirect (CVE-2019-10098) * moderate: mod_http2, read-after-free in h2 connection shutdown (CVE-2019-10082) * moderate: mod_http2, memory corruption on early pushes (CVE-2019-10081) * moderate: mod_http2, DoS attack by exhausting h2 workers. (CVE-2019-9517) * moderate: mod_remoteip: Stack buffer overflow and NULL pointer dereference (CVE-2019-10097)- fix typo - modified sources % apache2-README-instances.txt- revive apache-22-24-upgrade [bsc#1134294] (internal) - added sources + apache-22-24-upgrade- version update to 2.4.39 * mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend connection is recycled/reused to avoid a possible crash with some SSLProxy configurations in or context. PR 63256. [Yann Ylavic] * mod_ssl: Correctly restore SSL verify state after TLSv1.3 PHA failure. [Michael Kaufmann ] * mod_log_config: Support %{c}h for conn-hostname, %h for useragent_host PR 55348 * mod_socache_redis: Support for Redis as socache storage provider. * core: new configuration option 'MergeSlashes on|off' that controls handling of multiple, consecutive slash ('/') characters in the path component of the request URL. [Eric Covener] * mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is in play, the proper HTTP/2 stream reset did not trigger with H2_ERR_HTTP_1_1_REQUIRED. Fixed. [Michael Kaufmann] * mod_http2: new configuration directive: `H2Padding numbits` to control padding of HTTP/2 payload frames. 'numbits' is a number from 0-8, controlling the range of padding bytes added to a frame. The actual number added is chosen randomly per frame. This applies to HEADERS, DATA and PUSH_PROMISE frames equally. The default continues to be 0, e.g. no padding. [Stefan Eissing] * mod_http2: ripping out all the h2_req_engine internal features now that mod_proxy_http2 has no more need for it. Optional functions are still declared but no longer implemented. While previous mod_proxy_http2 will work with this, it is recommeneded to run the matching versions of both modules. [Stefan Eissing] * mod_proxy_http2: changed mod_proxy_http2 implementation and fixed several bugs which resolve PR63170. The proxy module does now a single h2 request on the (reused) connection and returns. [Stefan Eissing] * mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status to trigger immediate shutdown of backend connections. This is now always signalled by mod_http2 when the the session is being released. proxy_http2 now only sends a PING frame to the backend when there is not already one in flight. [Stefan Eissing] * mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite loop when encountering certain errors on the backend connection. See . [Stefan Eissing] * mod_http2: Configuration directives H2Push and H2Upgrade can now be specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] * mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes . [Michael Kaufmann] * http: Fix possible empty response with mod_ratelimit for HEAD requests. PR 63192. [Yann Ylavic] * mod_cache_socache: Avoid reallocations and be safe with outgoing data lifetime. [Yann Ylavic] * MPMs unix: bind the bucket number of each child to its slot number, for a more efficient per bucket maintenance. [Yann Ylavic] * mod_auth_digest: Fix a race condition. Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124. [Simon Kappel ] * mod_http2: enable re-use of slave connections again. Fixed slave connection keepalives counter. [Stefan Eissing] * mod_reqtimeout: Allow to configure (TLS-)handshake timeouts. PR 61310. [Yann Ylavic] * mod_proxy_wstunnel: Fix websocket proxy over UDS. PR 62932 * mod_ssl: Don't unset FIPS mode on restart unless it's forced by configuration (SSLFIPS on) and not active by default in OpenSSL. PR 63136. [Yann Ylavic] - deleted patches - apache2-mod_http2-issue-167.patch (upstreamed)- Reduce scriptlets' hard dependency on systemd.- added patches fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965] + apache2-mod_http2-issue-167.patch- Replace old $RPM_* shell vars. Avoid old tar syntax. - Tag scriptlets as explicitly requiring bash.- updated to 2.4.38 * mod_ssl: Clear retry flag before aborting client-initiated renegotiation. PR 63052 [Joe Orton] * mod_negotiation: Treat LanguagePriority as case-insensitive to match AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet] * mod_md: incorrect behaviour when synchronizing ongoing ACME challenges have been fixed. [Michael Kaufmann, Stefan Eissing] * mod_setenvif: We can have expressions that become true if a regex pattern in the expression does NOT match. In this case val is NULL and we should just set the value for the environment variable like in the pattern case. [Ruediger Pluem] * mod_session: Always decode session attributes early. [Hank Ibell] * core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] * mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311. [Hank Ibell ] * mod_dav: Fix invalid Location header when a resource is created by passing an absolute URI on the request line [Jim Jagielski] * mod_session_cookie: avoid duplicate Set-Cookie header in the response. [Emmanuel Dreyfus , Luca Toscano] * mod_ssl: clear *SSL errors before loading certificates and checking afterwards. Otherwise errors are reported when other SSL using modules are in play. Fixes PR 62880. [Michael Kaufmann] * mod_ssl: Fix the error code returned in an error path of 'ssl_io_filter_handshake()'. This messes-up error handling performed in 'ssl_io_filter_error()' [Yann Ylavic] * mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix authz provider so "Require ssl" works correctly in HTTP/2. PR 61519, 62654. [Joe Orton, Stefan Eissing] * mod_proxy: If ProxyPassReverse is used for reverse mapping of relative redirects, subsequent ProxyPassReverse statements, whether they are relative or absolute, may fail. PR 60408. [Peter Haworth ] * mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]- SSLProtocol use TLSv1.2 or higher- do not create sysconfig.d when already exists [bsc#1121086]- use secure http sites by default in configs - Switch to DEFAULT_SUSE Cipher suite- the "event" MPM is fully supported since 2.4 - configure an OCSP stapling cache by default (still requires enabling SSLUseStapling in vhost)- updated to 2.4.37 * mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung] * mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). [Ruediger Pluem] * mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. [Ruediger Pluem] - updated to 2.4.36 * mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. * mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. [Jim Jagielski] * mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). Addresses github issues https://github.com/icing/mod_h2/issues/164, https://github.com/icing/mod_h2/issues/167 and https://github.com/icing/mod_h2/issues/170. [Stefan Eissing] * ab: Add client certificate support. [Graham Leggett] * ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. [Rainer Jung] * mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769. [Ruediger Pluem] * MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. PR 62658. [Yann Ylavic] * mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. [Stefan Eissing, Yann Ylavic, Ruediger Pluem, Joe Orton] * mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. [Christophe Jaillet] * mod_proxy_hcheck: Fix issues with interval determination. PR 62318 [Jim Jagielski] * mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499 [Dominik Stillhard ] * mod_proxy_hcheck: take balancer's SSLProxy* directives into account. [Jim Jagielski] * mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. PR 54848 [Bernhard Schmidt , Jim Jagielski]- consider also patterns in APACHE_CONF_INCLUDE_DIRS as documentation says (patch Juergen Gleiss)- relink /usr/sbin/httpd after apache2-MPM uninstall [bsc#1107930c#1] - simplify find_mpm function from script-helpers - /usr/sbin/httpd is now created depending on preference hardcoded in find_mpm (script-helpers), not depending on alphabetical order of MPMs - simplify spec file a bit- updated to 2.4.35: * http: Enforce consistently no response body with both 204 and 304 statuses. * mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. * mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. * mod_status: Add cumulated response duration time in milliseconds. * mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. * mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. * mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. * Allow the argument to , , , , and to be quoted. This is primarily for the benefit of . * mod_watchdog: Correct some log messages. * mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. * mod_ssl: Fix merging of SSLOCSPOverrideResponder. * mod_proxy_balancer: Restore compatibility with APR 1.4.- updated to 2.4.34: * ) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error document translations. [CodeingBoy, popcorner] * ) event: avoid possible race conditions with modules on the child pool. [Stefan Fritsch] * ) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or ProxyPassReverseCookiePath directive could fail to update correctly 'domain=' or 'path=' in the 'Set-Cookie' header. PR 61560. [Christophe Jaillet] * ) mod_ratelimit: fix behavior when proxing content. PR 62362. [Luca Toscano, Yann Ylavic] * ) core: Re-allow '_' (underscore) in hostnames. [Eric Covener] * ) mod_authz_core: If several parameters are used in a AuthzProviderAlias directive, if these parameters are not enclosed in quotation mark, only the first one is handled. The other ones are silently ignored. Add a message to warn about such a spurious configuration. PR 62469 [Hank Ibell , Christophe Jaillet] * ) mod_md: improvements and bugfixes - MDNotifyCmd now takes additional parameter that are passed on to the called command. - ACME challenges have better checks for interference with other modules - ACME challenges are only handled for domains managed by the module, allowing other ACME clients to operate for other domains in the server. - better libressl integration * ) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'. PR 62480. [Lubos Uhliarik } * ) logging: Some early logging-related startup messages could be lost when using syslog for the global ErrorLog. [Eric Covener] * ) mod_cache: Handle case of an invalid Expires header value RFC compliant like the case of an Expires time in the past: allow to overwrite the non-caching decision using CacheStoreExpired and respect Cache-Control "max-age" and "s-maxage". [Rainer Jung] * ) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. [Micha Lenk , Yann Ylavic] * ) mod_proxy_http: Fix response header thrown away after the previous one was considered too large and truncated. PR 62196. [Yann Ylavic] * ) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family of functions to consume the end of line when the buffer is exhausted. PR 62198. [Yann Ylavic] * ) mod_proxy_http: Add new worker parameter 'responsefieldsize' to allow maximum HTTP response header size to be increased past 8192 bytes. PR 62199. [Hank Ibell ] * ) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certificate chain. PR62112. [Ricardo Martin Camarero ] * ) http: Fix small memory leak per request when handling persistent connections. [Ruediger Pluem, Joe Orton] * ) mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap. [Ewald Dieterich ] * ) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30. PR 62220. [Chritophe Jaillet, Yann Ylavic] * ) mod_remoteip: When overriding the useragent address from X-Forwarded-For, zero out what had been initialized as the connection-level port. PR59931. [Hank Ibell ] * ) core: In ONE_PROCESS/debug mode, cleanup everything when exiting. [Yann Ylavic] * ) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are used as drop-in replacements for unusable workers in the same load balancer set. This differs from hot standbys which are only used when all workers in a set are unusable. PR 61140. [Jim Riggs] * ) suexec: Add --enable-suexec-capabilites support on Linux, to use setuid/setgid capability bits rather than a setuid root binary. [Joe Orton] * ) suexec: Add support for logging to syslog as an alternative to logging to a file; use --without-suexec-logfile --with-suexec-syslog. [Joe Orton] * ) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling which broke some rare but previously-working configs. [Joe Orton] * ) core, log: improve sanity checks for the ErrorLog's syslog config, and explicitly allow only lowercase 'syslog' settings. PR 62102 [Luca Toscano, Jim Riggs, Christophe Jaillet] * ) mod_http2: accurate reporting of h2 data input/output per request via mod_logio. Fixes an issue where output sizes where counted n-times on reused slave connections. [Stefan Eissing] See github issue: https://github.com/icing/mod_h2/issues/158 * ) mod_http2: Fix unnecessary timeout waits in case streams are aborted. [Stefan Eissing] * ) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2. [Stefan Eissing] * ) mod_proxy: Do not restrict the maximum pool size for backend connections any longer by the maximum number of threads per process and use a better default if mod_http2 is loaded. [Yann Ylavic, Ruediger Pluem, Stefan Eissing, Gregg Smith] * ) mod_slotmem_shm: Add generation number to shm filename to fix races with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] * ) core: Preserve the original HTTP request method in the '%] * ) mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2 requests. [Stefan Eissing] See also https://github.com/roadrunner2/mod-proxy-protocol/issues/6 * ) mod_ssl: Fix merging of proxy SSL context outside sections, regression introduced in 2.4.30. PR 62232. [Rainer Jung, Yann Ylavic] * ) mod_md: Fix compilation with OpenSSL before version 1.0.2. [Rainer Jung] * ) mod_dumpio: do nothing below log level TRACE7. [Yann Ylavic] * ) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard). [Eric Covener] * ) core: On ECBDIC platforms, some errors related to oversized headers may be misreported or be logged as ASCII escapes. PR 62200 [Hank Ibell ] * ) mod_ssl: Fix cmake-based build. PR 62266. [Rainer Jung] * ) core: Add , and conditional section containers. [Eric Covener, Joe Orton] * %check: do not load all modules, just use default loadmodule.conf; some modules require to load another ones in advance * %install: parallel install is broken- Updated description for SSLProtocol option. [bsc#1086854]- Updated description (PCI DSS) for SSLProtocol option. [bsc#1086854]- SSLProtocol TLSv1.2 [bsc#1086854]- updated to 2.4.33: * ) core: Fix request timeout logging and possible crash for error_log hooks. [Yann Ylavic] * ) mod_slomem_shm: Fix failure to create balancers's slotmems in Windows MPM, where children processes need to attach them instead since they are owned by the parent process already. [Yann Ylavic] * ) ab: try all destination socket addresses returned by apr_sockaddr_info_get instead of failing on first one when not available. Needed for instance if localhost resolves to both ::1 and 127.0.0.1 e.g. if both are in /etc/hosts. [Jan Kaluza] * ) ab: Use only one connection to determine working destination socket address. [Jan Kaluza] * ) ab: LibreSSL doesn't have or require Windows applink.c. [Gregg L. Smith] * ) htpasswd/htdigest: Disable support for bcrypt on EBCDIC platforms. apr-util's bcrypt implementation doesn't tolerate EBCDIC. [Eric Covener] * ) htpasswd/htdbm: report the right limit when get_password() overflows. [Yann Ylavic] * ) htpasswd: Don't fail in -v mode if password file is unwritable. PR 61631. [Joe Orton] * ) htpasswd: don't point to (unused) stack memory on output to make static analysers happy. PR 60634. [Yann Ylavic, reported by shqking and Zhenwei Zou] * ) mod_access_compat: Fail if a comment is found in an Allow or Deny directive. [Jan Kaluza] * ) mod_authz_host: Ignore comments after "Require host", logging a warning, or logging an error if the line is otherwise empty. [Jan Kaluza, Joe Orton] * ) rotatelogs: Fix expansion of %Z in localtime (-l) mode, and fix Y2K38 bug. [Joe Orton] * ) mod_ssl: Support SSL DN raw variable extraction without conversion to UTF-8, using _RAW suffix on variable names. [Joe Orton] * ) ab: Fix https:// connection failures (regression in 2.4.30); fix crash generating CSV output for large -n. [Joe Orton, Jan Kaluza] * ) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait parameters. [Luca Toscano, Ruediger Pluem, Yann Ylavic] * ) mod_ldap: Avoid possible crashes, hangs, and busy loops due to improper merging of the cache lock in vhost config. PR 43164 [Eric Covener] * ) mpm_event: Do lingering close in worker(s). [Yann Ylavic] * ) mpm_queue: Put fdqueue code in common for MPMs event and worker. [Yann Ylavic] * ) mod_session: Strip Session header when SessionEnv is on. [Yann Ylavic] * ) mod_cache_socache: Fix caching of empty headers up to carriage return. [Yann Ylavic] * ) core: For consistency, ensure that read lines are NUL terminated on any error, not only on buffer full. [Yann Ylavic] * ) mod_authnz_ldap: Fix language long names detection as short name. [Yann Ylavic] * ) mod_proxy: Worker schemes and hostnames which are too large are no longer fatal errors; it is logged and the truncated values are stored. [Jim Jagielski] * ) regex: Allow to configure global/default options for regexes, like caseless matching or extended format. [Yann Ylavic] * ) mod_auth_digest: Actually use the secret when generating nonces. This change may cause problems if used with round robin load balancers. PR 54637 [Stefan Fritsch] * ) mod_proxy: Allow setting options to globally defined balancer from ProxyPass used in VirtualHost. Balancers are now merged using the new merge_balancers method which merges the balancers options. [Jan Kaluza] * ) logresolve: Fix incorrect behavior or segfault if -c flag is used Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259 [Stefan Fritsch] * ) mod_remoteip: Add support for PROXY protocol (code donated by Cloudzilla). Add ability for PROXY protocol processing to be optional to donated code. See also: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt [Cloudzilla/roadrunner2@GitHub, Jim Jagielski, Daniel Ruggeri] * ) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, allowing per backend TLS configuration. [Yann Ylavic] * ) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module. [Roberto De Ioris, Jim Jagielski] * ) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not depend on the number of restarts (non-Unix systems) and preserve shared names as much as possible on configuration changes for SHMs and persisted files. PR 62044. [Yann Ylavic, Jim Jagielski] * ) mod_http2: obsolete code removed, no more events on beam pool destruction, discourage content encoders on http2-status response (where they do not work). [Stefan Eissing] * ) mpm_event: Let the listener thread do its maintenance job on resources shortage. PR 61979. [Yann Ylavic] * ) mpm_event: Wakeup the listener to re-enable listening sockets. [Yann Ylavic] * ) mod_ssl: The SSLCompression directive will now give an error if used with an OpenSSL build which does not support any compression methods. [Joe Orton] * ) mpm_event,worker: Mask signals for threads created by modules in child init, so that they don't receive (implicitely) the ones meant for the MPM. PR 62009. [Armin Abfalterer , Yann Ylavic] * ) mod_md: new experimental, module for managing domains across virtual hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and renew certificates. Please read the modules documentation for further instructions on how to use it. [Stefan Eissing] * ) mod_proxy_html: skip documents shorter than 4 bytes PR 56286 [Micha Lenk ] * ) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for the lifetime of the connection, each time it is processed by MPM event. [Yann Ylavic] * ) mpm_event: Update scoreboard status for KeepAlive state. [Yann Ylavic] * ) mod_ldap: Fix a case where a full LDAP cache would continually fail to purge old entries and log AH01323. PR61891. [Hendrik Harms ] * ) mpm_event: close connections not reported as handled by any module to avoid losing track of them and leaking scoreboard entries. PR 61551. [Yann Ylavic] * ) core: A signal received while stopping could have crashed the main process. PR 61558. [Yann Ylavic] * ) mod_ssl: support for mod_md added. [Stefan Eissing] * ) mod_proxy_html: process parsed comments immediately. Fixes bug (seen in the wild when used with IBM's HTTPD bundle) where parsed comments may be lost. [Nick Kew] * ) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew] * ) mod_proxy_html: fix typo-bug processing "strict" vs "transitional" HTML/XHTML. PR 56457 [Nick Kew] * ) mpm_event: avoid a very unlikely race condition between the listener and the workers when the latter fails to add a connection to the pollset. [Yann Ylavic] * ) core: silently ignore a not existent file path when IncludeOptional is used. PR 57585. [Alberto Murillo Silva , Luca Toscano] * ) mod_macro: fix usability of globally defined macros in .htaccess files. PR 57525. [Jose Kahan , Yann Ylavic] * ) mod_rewrite, core: add the Vary header when a condition evaluates to true and the related RewriteRule is used in a Directory context (triggering an internal redirect). [Luca Toscano] * ) ab: Make the TLS layer aware that the underlying socket is nonblocking, and use/handle POLLOUT where needed to avoid busy IOs and recover write errors when appropriate. [Yann Ylavic] * ) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous read was incomplete (the SSL case can cause the next poll() to timeout since data are buffered already). PR 61301 [Luca Toscano, Yann Ylavic] * ) mod_http2: avoid unnecessary data retrieval for a trace log. Allow certain information retrievals on null bucket beams where it makes sense. [Stefan Eissing]- Replace SuSEFirewall2 by firewalld II (fate#323460) [bsc#1083492]- build mod_http2 also for 42.3- remove NameVirtualHost from documentation [bsc#1078557]- for older distros, still use SuSEFirewall2 [bsc#1071548c#7]- Replace SuSEFirewall2 by firewalld (fate#323460)- build brotli module- Do not requires w3m, only recommends it.- do not build with nghttp2 for SLE-12-SP3- which was split after SLE11- Add which and w3m as dependencies. poo#28406- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- APACHE_MODULES now contains authn_core in default configuration [bsc#1066661]- updated to 2.4.29: * ) mod_unique_id: Use output of the PRNG rather than IP address and pid, avoiding sleep() call and possible DNS issues at startup, plus improving randomness for IPv6-only hosts. [Jan Kaluza] * ) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST is used in a condition that evaluates to true. PR 58231 [Luca Toscano] * ) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases. [Stefan Eissing] * ) mod_proxy: Fix regression for non decimal loadfactor parameter introduced in 2.4.28. [Jim Jagielski] * ) mod_authz_dbd: fix a segmentation fault if AuthzDBDQuery is not set. PR 61546. [Lubos Uhliarik ] * ) mod_rewrite: Add support for starting External Rewriting Programs as non-root user on UNIX systems by specifying username and group name as third argument of RewriteMap directive. [Jan Kaluza] * ) core: Rewrite the Content-Length filter to avoid excessive memory consumption. Chunked responses will be generated in more cases than in previous releases. PR 61222. [Joe Orton, Ruediger Pluem] * ) mod_ssl: Fix SessionTicket callback return value, which does seem to matter with OpenSSL 1.1. [Yann Ylavic]- gensslcert: * set also SAN [bsc#1045159] * drop -C argument, it was not mapped to CN actually * consider also case when hostname does return empty string or does not exist [bsc#1057406] * do not consider environment ROOT variable- updated to 2.4.28: * ) SECURITY: CVE-2017-9798 (cve.mitre.org) Corrupted or freed memory access. must now be used in the main configuration file (httpd.conf) to register HTTP methods before the .htaccess files. [Yann Ylavic] * ) event: Avoid possible blocking in the listener thread when shutting down connections. PR 60956. [Yann Ylavic] * ) mod_speling: Don't embed referer data in a link in error page. PR 38923 [Nick Kew] * ) htdigest: prevent a buffer overflow when a string exceeds the allowed max length in a password file. [Luca Toscano, Hanno Böck ] * ) mod_proxy: loadfactor parameter can now be a decimal number (eg: 1.25). [Jim Jagielski] * ) mod_proxy_wstunnel: Allow upgrade to any protocol dynamically. PR 61142. * ) mod_watchdog/mod_proxy_hcheck: Time intervals can now be spefified down to the millisecond. Supports 'mi' (minute), 'ms' (millisecond), 's' (second) and 'hr' (hour!) time suffixes. [Jim Jagielski] * ) mod_http2: Fix for stalling when more than 32KB are written to a suspended stream. [Stefan Eissing] * ) build: allow configuration without APR sources. [Jacob Champion] * ) mod_ssl, ab: Fix compatibility with LibreSSL. PR 61184. [Bernard Spil , Michael Schlenker , Yann Ylavic] * ) core/log: Support use of optional "tag" in syslog entries. PR 60525. [Ben Rubson , Jim Jagielski] * ) mod_proxy: Fix ProxyAddHeaders merging. [Joe Orton] * ) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] * ) event: Avoid listener periodic wake ups by using the pollset wake-ability when available. PR 57399. [Yann Ylavic, Luca Toscano] * ) mod_proxy_wstunnel: Fix detection of unresponded request which could have led to spurious HTTP 502 error messages sent on upgrade connections. PR 61283. [Yann Ylavic]- suexec binary moved to main package [bsc#1054741]- do not call and do not ship apache-22-24-upgrade [bsc#1042037]- make the package runable on non systemd systems + deprecated-scripts-arch.patch- updated to 2.4.27: * ) COMPATIBILITY: mod_lua: Remove the undocumented exported 'apr_table' global variable when using Lua 5.2 or later. This was exported as a side effect from luaL_register, which is no longer supported as of Lua 5.2 which deprecates pollution of the global namespace. [Rainer Jung] * ) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork. The server will continue to run, but HTTP/2 will no longer be negotiated. [Stefan Eissing] * ) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202. [Jacob Champion, Jim Jagielski] * ) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3. PR58188, PR60831, PR61245. [Rainer Jung] * ) mod_http2: Simplify ready queue, less memory and better performance. Update mod_http2 version to 1.10.7. [Stefan Eissing] * ) Allow single-char field names inadvertantly disallowed in 2.4.25. PR 61220. [Yann Ylavic] * ) htpasswd / htdigest: Do not apply the strict permissions of the temporary passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem] * ) core: Avoid duplicate HEAD in Allow header. This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26. PR 61207. [Christophe Jaillet] - drop upstreamed patch: * httpd-2.4.12-lua-5.2.patch (see upstream's PR#58188 for details)- Adjust dependencies for rename apr/apr-util packages- remove /usr/bin/http2 symlink only during apache2 package uninstall, not upgrade [bsc#1041830]- updated to 2.4.26: This release of Apache is a security, feature, and bug fix release. For details, see http://httpd.apache.org/dev/dist/CHANGES_2.4.26 - refreshed patches: . httpd-2.4.12-lua-5.2.patch . httpd-2.4.x-fate317766-config-control-two-protocol-options.diff - removed patches (upstreamed) . httpd-cache-forward-http-proxy.patch . httpd-cache-revert-svn1773397.patch- server-tunning.conf: MaxClients was renamed to MaxRequestWorkers [bsc#1037731] - gensslcert: use hostname when fqdn is too long [bsc#1035829]- remove apache-doc and apache-example-pages obsoletes/provides- PreRequire user wwwrun and group www- start_apache2: include individual sysconfig.d files instead of sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf is processed [bsc#1023616]- revert an attempt to fix PR 60458 + httpd-cache-revert-svn1773397.patch- fix caching of forward proxy + httpd-cache-forward-http-proxy.patch- Don't require insserv if we don't need it.- Added new HTTP2 option to sysconfig to ease enabling http2 - Added new protocols.conf which is included globally - Enable http2 also for Leap 42.2+ and SLE12_SP2+- update to 2.4.25: fixed several security issues (CVE-2016-8740, CVE-2016-5387, CVE-2016-2161, CVE-2016-0736, CVE-2016-8743), many fixes and improvements of mod_http2 and other modules; see CHANGES for full change log - verify tarball: added httpd*.bz2.asc, apache2.keyring and remove 60C5442D.key- fix build with new systemd + amended httpd-2.4.3-mod_systemd.patch- Replace mixed indentation with predominant style.- add NotifyAccess=all to service file [bsc#980663]- Remove the omc xml config. It is useless nowdays- readd the support of multiple entries in APACHE_ACCESS_LOG [bsc#991032]- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff Introduces directives to control two protocol options: * HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD * HttpExpectStrict - allow admin to control whether we must see "100-continue" [bsc#894225], [fate#317766]- version 2.4.23 * Fixes CVE-2016-4979 [bsc#987365] * mod_proxy_hcheck was missing due to upstream bug. * mod_proxy_fdpass needs explicit configure line now. * Full list of changes: http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd) is enough and replaces all libsystemd-* libs which are obsolete.- remove Alias= from [Install] of the template service [bsc#981541c#10]- remove unneded httpd-2.4.17-debug-crash.patch- start apache services after remote-fs [bsc#978543]- removed note about ulimits in sysconfig file [bsc#976711]- do not build mod_http2 for 13.2- Update to version 2.4.20 (2.4.19 was never released) * Drop httpd-2.4.18-missing-semicolon.patch now upstream - Big changelog available, see: http://www.apache.org/dist/httpd/CHANGES_2.4.20 for details.- enable authnz_fcgi module- fix build for SLE_11_SP4: + httpd-2.4.18-missing-semicolon.patch- Update to version 2.4.18 * drop 2.4.17-protocols.patch in upstream. - Change list too long to mention here see: http://www.apache.org/dist/httpd/CHANGES_2.4.18 for details.- systemd: Set TasksMax=infinity for current systemd releases. The default limit of 512 is too small and prevents the creation of new server processes. Apache has its own runtime/harcoded limits.- fix crash when for -X + httpd-2.4.17-debug-crash.patch- add a note: FollowSymLinks or SymLinksIfOwnerMatch is neccessary for RewriteRule in given dir [bnc#955701]- restart apache once after the rpm or zypper transaction [bnc#893659] - drop some old compat code from %post- 2.4.17-protocols.patch from upstream http2 module: * master conn_rec* addition to conn_rec * improved ALPN and Upgrade handling * allowing requests for servers whose TLS configuration is compatible to the SNI server ones * disabling TLS renegotiation for slave connections- LogLevel directive into correct config file, thanks Michael Calmer for the fix [bsc#953329]- do not build mod_http2 for older distros than 13.2 for now (nghttp2 does not build there)- Include directives really into /etc/apache2/sysconfig.d/include.conf, fix from Erik Wegner [bsc#951901]- gensslcert: CN now defaults to `hostname -f` [bnc#949766] (internal), fix help [bnc#949771] (internal)- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17- start_apache2: reintroduce sysconfig.d, include it on command line (not in httpd.conf) instead of individual directives [bnc#949434] (internal), [bnc#941331]- Fixup libdir in installed files- fix Logjam vulnerability: change SSLCipherSuite cipherstring to disable export cipher suites and deploy Ephemeral Elliptic-Curve Diffie-Hellman (ECDHE) ciphers. Adjust 'gensslcert' script to generate a strong and unique Diffie Hellman Group and append it to the server certificate file [bnc#931723], [CVE-2015-4000]- add reference upstream bug#58188 along httpd-2.4.12-lua-5.2.patch- update to 2.4.16 * changes http://www.apache.org/dist/httpd/CHANGES_2.4.16 * remove the following patches (fixed in 2.4.16) * httpd-2.4.x-mod_lua_websocket_DoS.patch * httpd-2.4.12-CVE-2015-0253.patch * update httpd-2.4.12-lua-5.2.patch- add patch: httpd-2.4.12-lua-5.2.patch * lua_dump introduced a new strip option in 5.3, set it to 0 to get the old behavior * luaL_register was deprecated in 5.2, use luaL_setfuncs and luaL_newlib instead * luaL_optint was deprecated in 5.3, use luaL_optinteger instead * lua_strlen and lua_objlen wad deprecated in 5.2, use lua_rawlen instead- change Provides: from suse_maintenance_mmn = # to suse_maintenance_mmn_#- apache2 Suggests:, not Recommends: apache2-prefork; that means for example, that `zypper in apache2-worker` will not pull apache2-prefork also - installing /usr/sbin/httpd link: * do not try to install it in '%post ' when apache2 (which includes /usr/share/apache2/script-helpers) is not installed yet (fixes installation on 11sp3) * install it in '%post' if apache2 is installed after apache2- to be sure it is there- access_compat shared also for 11sp3- apache2-implicit-pointer-decl.patch renamed to httpd-implicit-pointer-decl.patch to align with other patches names- apachectl is now wrapper to start_apache2; therefore, it honors HTTPD_INSTANCE variable, see README-instances.txt for details + httpd-apachectl.patch - httpd-2.4.10-apachectl.patch- a2enmod/a2dismod and a2enflag/a2disflag now respect HTTPD_INSTANCE= environment variable, which can be used to specify apache instance name; sysconfig file is expected at /etc/sysconfig/apache2@ (see README-instances.txt for details)- provides suse_maintenance_mmn symbol [bnc#915666] (internal)- credits to Roman Drahtmueller: * add reference to /etc/permissions.local to output of %post if setting the permissions of suexec2 fails * do not enable mod_php5 by default any longer * httpd-2.0.49-log_server_status.dif obsoleted * apache2-mod_ssl_npn.patch removed because not used * include mod_reqtimeout.conf in httpd.conf * added cgid-timeout.conf, include it in httpd.conf - fix default value APACHE_MODULES in sysconfig file - %service_* macros for apache2@.service- reenable 690734.patch, it should be upstreamed by the author (Adrian Schroeter) though + httpd-2.4.9-bnc690734.patch - httpd-2.2.x-bnc690734.patch- drop startssl from start_apache2- allow to run multiple instances of Apache on one system [fate#317786] (internal) * distributed httpd.conf no longer includes sysconfig.d, nor this directory is shipped. httpd.conf includes loadmodule.conf and global.conf which are former sysconfig.d/loadmodule.conf and sysconfig.d/global.conf for default /etc/sysconfig/apache2 global.conf and loadmodule.conf are not included when sysconfig variables could have been read by start_apache2 startup script (run with systemd services). Therefore, when starting server via /usr/sbin/httpd, sysconfig variables are not taken into account. * some not-maintained scripts are moved from /usr/share/apache2 to /usr/share/apache2/deprecated-scripts * all modules comment in sysconfig file is not generated anymore * added README-instances.txt * removed Sources: load_configuration find_mpm get_module_list get_includes find_httpd_includes apache-find-directives * added Sources: deprecated-scripts.tar.xz apache2-README-instances.txt apache2-loadmodule.conf apache2-global.conf apache2-find-directives apache2@.service apache2-script-helpers- add SSLHonorCipherOrder directive to apache2-ssl-global.conf - adopt SSLCipherSuite directive value from SLE12 - remove default-vhost-ssl.conf and default-vhost.conf from /etc/apache2. These two files are not (!) read by the configuration framework, but are named *.conf, which is misleading. The files are almost identical with the vhost templates in /etc/apache2/vhosts.d/. The two templates there do it right because they are not named *.conf and are not sourced either. apache's response with no explicit (eg. default, vanilla) configuration is contained in /etc/apache2/default-server.conf. * remove apache2-README.default-vhost as there are no default-vhost* files anymore.- apache2.service: We have to use KillMode=mixed for the graceful stop, restart to work properly.- dropped 2.0 -> 2.2 modules transition during upgrade * apache-20-22-upgrade renamed to apache-22-24-upgrade - apache-*-upgrade script is called in %posttrans now [bnc#927223]- fix find_mpm to echo mpm binary- apache2.service: Only order us after network.target and nss-lookup.target but not pull the units in. - apache2.service: SSL requires correct system time to work properly, order after time-sync.target- align filenames with upstream names (and add compat symlinks) - find_httpd2_includes renamed to find_httpd_includes- access_compat now built as shared and disabled by default - amend config to use also old syntax when access_compat is loaded - added apache2-README-access_compat.txt - added apache-find-directive script - see [bnc#896083] and its duplicates- add httpd-2.4.12-CVE-2015-0253.patch to fix SECURITY: CVE-2015-0253 (cve.mitre.org) core: Fix a crash introduced in with ErrorDocument 400 pointing to a local URL-path with the INCLUDES filter active, introduced in 2.4.11. PR 57531. [Yann Ylavic]- simplify apache2.logrotate, use sharedscripts [bnc#713581]- remove curly brackets around format sequence "%y" in `stat --format="%{y}" %{SOURCE1}` that caused an incorrect evaluation. Add escaping to proper spec-cleaner processing in the future- remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed.- /etc/init.d/apache2 reload -> systemctl reload apache2.service in apache2.logrotate [bnc#926523]- authz_default -> authz_core in sysconfig.apache2/APACHE_MODULES [bnc#922236]- Add Requires(post) apache2 to the subpackage -worker, -event and - prefork: their respective post scriptlets execute /usr/share/apache2/get_module_list, which is shipped as part of the main package. This script has the side-effect to call find_mpm, which in turn creates the corresponding /usr/sbin/httpd2 symlink.- Patched get_module_list to ensure proper SELinux context for sysconfig.d/loadmodule.conf- Pname -> name variable reduction - Try to fix sle11 build- Version bumpt o 2.4.12: * ) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. [William Rowe] * ) mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. [William Rowe] * ) configure: Fix --enable-v4-mapped configuration on *BSD. PR 53824. [ olli hauer , Yann Ylavic ]- Exit cleanly on end of the post and cleanup the update detection - Remove Apache.xpm as it ain't used- Cleanup init/unit decision making and provide just systemd service on systemd systems- Deprecate realver define as it is equal to version. - Explicitely state MPM mods to ensure we don't lose some bnc#444878- Pass over spec-cleaner, there should be no actual technical change in this just reduction of lines in the spec- add httpd-2.4.x-mod_lua_websocket_DoS.patch to fix mod_lua bug where a maliciously crafted websockets PING after a script calls r:wsupgrade() can cause a child process crash [CVE-2015-0228], [bnc#918352].- httpd2.pid in rc.apache2 was wrong [bnc#898193]- httpd-2.4.3-mod_systemd.patch find libsystemd-daemon with pkg-config, this is the only correct way, in current versions sd_notify is in libsystemd and in old products in libsystemd-daemon.- remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch- Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener]- Redone lost patch to fix boo#859439 + service reload can cause log data to be lost with logrotate under some circumstances: remove "-t" from service reload. [bnc#859439]- Fix URL syntax in various files- fix IfModule directive around SSLSessionCache [bnc#842377c#11]- added httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch to fix flaw in the way mod_headers handled chunked requests. Adds "MergeTrailers" directive to restore legacy behavior [bnc#871310], [CVE-2013-5704].- added httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch that fixes handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments [bnc#909715], [CVE-2014-8109].- fixed start at boot for ssl and encrypted key [bnc#792309]- fix shebang in start_apache2 script that contains bash-specific constructions- small improvement of ssl instructions [bnc#891813]- fix bashisms in post scripts- added httpd-2.4.10-check_null_pointer_dereference.patch to avoid a crash when Content-Type has an empty value [bnc#899836], CVE-2014-3581- httpd-event-deadlock.patch: Fix worker-listener deadlock in graceful restart.- httpd-2.1.9-apachectl.dif renamed to httpd-2.4.10-apachectl.patch and updated (fixed bashism).- drop (turned off) itk mpm spec file code as mpm-itk is now provided as a separate module, not via patch (see http://mpm-itk.sesse.net/ and [bnc#851229])- enable mod_imagemap [bnc#866366]sheep65 1655192813  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     2.4.51-150200.3.48.12.4.51-150200.3.48.12.4.51 apxsapxs-eventapxs-preforkapxs-workerapxs2apxs2-eventapxs2-preforkapxs2-workerapache2apache2-eventap_compat.hap_config.hap_config_auto.hap_config_layout.hap_expr.hap_hooks.hap_listen.hap_mmn.hap_mpm.hap_provider.hap_regex.hap_regkey.hap_release.hap_slotmem.hap_socache.hapache_noprobes.hcache_common.hheartbeat.hhttp_config.hhttp_connection.hhttp_core.hhttp_log.hhttp_main.hhttp_protocol.hhttp_request.hhttp_ssl.hhttp_vhost.hhttpd.hmod_auth.hmod_cache.hmod_cgi.hmod_core.hmod_dav.hmod_dbd.hmod_include.hmod_log_config.hmod_proxy.hmod_request.hmod_rewrite.hmod_session.hmod_so.hmod_ssl.hmod_ssl_openssl.hmod_status.hmod_unixd.hmod_watchdog.hmod_xml2enc.hmpm_common.hos.hscoreboard.hunixd.hutil_cfgtree.hutil_charset.hutil_cookies.hutil_ebcdic.hutil_fcgi.hutil_filter.hutil_ldap.hutil_md5.hutil_mutex.hutil_script.hutil_time.hutil_varbuf.hutil_xml.hapache2-preforkap_compat.hap_config.hap_config_auto.hap_config_layout.hap_expr.hap_hooks.hap_listen.hap_mmn.hap_mpm.hap_provider.hap_regex.hap_regkey.hap_release.hap_slotmem.hap_socache.hapache_noprobes.hcache_common.hheartbeat.hhttp_config.hhttp_connection.hhttp_core.hhttp_log.hhttp_main.hhttp_protocol.hhttp_request.hhttp_ssl.hhttp_vhost.hhttpd.hmod_auth.hmod_cache.hmod_cgi.hmod_core.hmod_dav.hmod_dbd.hmod_include.hmod_log_config.hmod_proxy.hmod_request.hmod_rewrite.hmod_session.hmod_so.hmod_ssl.hmod_ssl_openssl.hmod_status.hmod_unixd.hmod_watchdog.hmod_xml2enc.hmpm_common.hos.hscoreboard.hunixd.hutil_cfgtree.hutil_charset.hutil_cookies.hutil_ebcdic.hutil_fcgi.hutil_filter.hutil_ldap.hutil_md5.hutil_mutex.hutil_script.hutil_time.hutil_varbuf.hutil_xml.hapache2-workerap_compat.hap_config.hap_config_auto.hap_config_layout.hap_expr.hap_hooks.hap_listen.hap_mmn.hap_mpm.hap_provider.hap_regex.hap_regkey.hap_release.hap_slotmem.hap_socache.hapache_noprobes.hcache_common.hheartbeat.hhttp_config.hhttp_connection.hhttp_core.hhttp_log.hhttp_main.hhttp_protocol.hhttp_request.hhttp_ssl.hhttp_vhost.hhttpd.hmod_auth.hmod_cache.hmod_cgi.hmod_core.hmod_dav.hmod_dbd.hmod_include.hmod_log_config.hmod_proxy.hmod_request.hmod_rewrite.hmod_session.hmod_so.hmod_ssl.hmod_ssl_openssl.hmod_status.hmod_unixd.hmod_watchdog.hmod_xml2enc.hmpm_common.hos.hscoreboard.hunixd.hutil_cfgtree.hutil_charset.hutil_cookies.hutil_ebcdic.hutil_fcgi.hutil_filter.hutil_ldap.hutil_md5.hutil_mutex.hutil_script.hutil_time.hutil_varbuf.hutil_xml.hap_compat.hap_config.hap_config_auto.hap_config_layout.hap_expr.hap_hooks.hap_listen.hap_mmn.hap_mpm.hap_provider.hap_regex.hap_regkey.hap_release.hap_slotmem.hap_socache.hapache_noprobes.hcache_common.hheartbeat.hhttp_config.hhttp_connection.hhttp_core.hhttp_log.hhttp_main.hhttp_protocol.hhttp_request.hhttp_ssl.hhttp_vhost.hhttpd.hmod_auth.hmod_cache.hmod_cgi.hmod_core.hmod_dav.hmod_dbd.hmod_include.hmod_log_config.hmod_proxy.hmod_request.hmod_rewrite.hmod_session.hmod_so.hmod_ssl.hmod_ssl_openssl.hmod_status.hmod_unixd.hmod_watchdog.hmod_xml2enc.hmpm_common.hos.hscoreboard.hunixd.hutil_cfgtree.hutil_charset.hutil_cookies.hutil_ebcdic.hutil_fcgi.hutil_filter.hutil_ldap.hutil_md5.hutil_mutex.hutil_script.hutil_time.hutil_varbuf.hutil_xml.hapxsapxs2apache2buildconfig.niceconfig_vars.mkconfig_vars.mk-eventconfig_vars.mk-preforkconfig_vars.mk-workerinstdso.shlibrary.mkltlib.mkmkdir.shprogram.mkrules.mkspecial.mk/usr/bin//usr/include//usr/include/apache2-event//usr/include/apache2-prefork//usr/include/apache2-worker//usr/include/apache2//usr/sbin//usr/share//usr/share/apache2//usr/share/apache2/build/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24654/SUSE_SLE-15-SP2_Update/e90007b28666ae0319a1f1125ac1526e-apache2.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linuxPerl script text executabledirectoryASCII textC source, ASCII textPOSIX shell script, ASCII text executablemakefile script, ASCII textRRRRRRRT@$Z!{Jb 5-utf-883f1db20e4abb3af346d18a9dc6bc325dd6dfc40f91d1ddf0549f24b22b27b95? 7zXZ !t/{] crv9wK|kWmK_ X>KS,LP E ?^Mڼԃfa^Αߝ괊$h-[냚,+]2< D~т_ONµ$%sf aSҶ|:V2dnDE m3-hoq# " "^xQݖS\D=0RJQpcoP Zf;&.(MiLZBVz܊=ti 'z`v;BThK5832U&ZbAH=/ޕYT-ˏ v݋ȓًz:b,A9(0C [>Ήg #쐅_BD̝jh|@k;:/lPGgk&}&[J&g? )>2.,)K#>]13o?l\RL?a}m}' R'9m/ 76(wV"A6/NLfE \CmӫI 0'50y-@gHYֻӓQ"k.p>o^"Tlj!\!؎V9k7#3-D7s'̒A Q[t:B [;1 ەOp6 ZVM94D_0[K%s(Ċ.$o3Pj=ux |$= 4axeߥw1PP !9  xk(ޤf2 1ې|N)C&6*/>삐ƣ O]X֤k"wEcŨ _1gG&Ḑ(iy~0-w\#mc;%:*d@M{tC~,~MxAfQ}` =fJ 3[CSLGco iUd  GF}sdax;zѓ$aqT4vvHǞF6{ 2,|Q>JjFQvjJx-+)}ٞDR\BoݲAEZjS*_tO\ -LX+;y!CbՀKިqyo][V>5<`{j+v dxR0yRG #( '{r-ψr4jIμU;T`zD$ֽ}>S;n҃!~sYND-Dj莿fWD4>`#Nk~~3ش"4hmd ͥLŎ/٘yxqE|}|e|& ӹ W0#}^tbzRCgbcG6iMU2UP W ;VA J-(YyeX>Ķ{A$5 2Ga|+2SqTH,}N e*5/,])4(o>"@;rMR÷~"]7EN5 t׃P\1=!ӷ`*}9߭4턫G^fXz$eg76Y N&s.Ŏ!O|[XxLPȞ̈́Mxogw<؋n:EmMYY`&m*kz,5$+jwM(5ɯ#bcD;04!4W~{HXĕBu׵!-H/ZhUA؈xS޵ǞvG$ σ8@4m`81U'5+ZI(=:tk?N&9 4k D`{xV>4 O1(PQ ]X3t;'Yn-m,lP/MT8_=_p0S2M—3 bEeϐEb df FC kCvM+ 8F[+}@G zܿȟ7B/QB}>PNhmɈ{G6KHT+F[k#@:sz%ͿV_ũ$(A{!$LCrh9'?XRdbS9oxf7[s3o4,lD&ƀ9q4c$&?>Kyw ۫׽ ?Zh4Yq~; EWJr2nH ,U|*_"C{i9]Nu"Enyww|^v8Wsa$S,^2 ӗ^D=}(K}g;;= dim v4sJ1&<=TUp JH[C=N's^gHhGR2W? *M,nUb|/QxXjH%$KGpřGŰɦ? ~c wbZXONV+|"@~d#cbiav’w=^ʺG4E1xtMlfAZyK,eLU#lӗ1\5iF w'\'K Ŀq{c H 6r3)Y'. fNڮhPœxd۞=D-N>6{r3!5]s܇Vm0%h^ˆTWnP'd{T9uˎѷC˔[&'+#LDN+k+ܲoWH%*`ry:ڦ!Ρ7yazZPږU:[ 5]P bPJ *UQm#rNsFB|L+&Q~]D{Et5yfM0|ú٨ e1~Sr rZ؁cmC[b!1i0%vJmrH(zâ5"{yGI=*H@[`ޟWsҘj}O%&o =m=ǫ}VHXK9IT;3h7T- InzO&}Lr>F/1f9%3o{EP%έ}6IPCbuVgr1RK (_9/:p ~_g޺٢ *%`Q C!lTj\A|?҃4*? ihdlȠ|/[F&#W8(ZFA8ޝD@Ue y!QY@ͅ~P8ΫopS?Gp1rHD\ׁZg}~^jELu})ͽtj2ڶ-VɄ\Iy|lgRsVUiRpΏƤcnpk`le$Aԕ 4֧@Jez/6DJ ٵJKm-5_W۞Ӻjs /x@4fT6`tnр˛qj6ɭw m؋Fn*] ]ȘI/96d:6tnIQᚄmm"sc%ӆ^ף -X)]ڧ2qt0]sXz+rJ*L q!5䅬"0A0?'3+=RK[5pZhej08G;Qlo`Zz?Xg{B{ Җ*`W "r& N#hC%ʻ*#ξ-t2x';$-|Q>?]/.:-xa @68&(syů`jD$VU( jk INWiWePCć-X3aa Ө /TM;fYձ' .k=YhAhzE-Mxp"AJF$V0†PXhTO ҡ 84sv `&t^Ux92̪Uv6 :ȿ/IwsWέ'@I~~HdAoН2nc\RΎ,4~)`^/~Ui/ų#HZǴ!|LN3f}/3g+Ry/{ڣz/|X- V`\x c3`kwq[p_s[Ղ1 3T`0ljJ?ж"ļcAНLc#ALowGTK[$xZaFOzH"N"yLg)tN5>%[314c_׾qaKtQ-,;\vd:^8T̎h@e/3:ҩݗ5gN*u2|:%#pVbj,0ihluN1gèNۣ`PzfK d9L0ne{hup`"vۑV8j9&bMO8\{95X߉EQ|Ğ= wd1 #Ok%}NCO9=RG;9x&dâѽ<6l(żBx3}\q3ow, 0,:o7 nC-T) )R +%d}95ú^`P ԭ}Z`@ua Af\uϏ%& y.~78/ɨ9]Sz,G-k?늏-SW7IJUWtQ]u՝=8 |u3T};\^'քb́4r[41  ˱ל)+\I~6ԎD)o隐 m1I&L ^r2b' lCA^*NJpjl~nBW\QFgٺ@,5&D|iϛ,.E1|)wxg&wàmm)x(Ҋ'r| _K]= )eS r¦;i$wŚt¶`X>~yֺc08MH bH͇g1ܻ@\exmm: 8%dwEp_$8WLW|z0,>)s%56;O1W~@) y=wRٮUXE7܌?,f>W^mˊNR)#?04U9'R*_ǴC^{8T:poKD$hjKA w<`u󎮵(hwNIeL6`"ȭ3ƊfornRh(0P$^$^f(JZViN]۬1ď&sD.QyRnJ_>Uą_R.BFŦN@0R99l`KڌR^WQʿi,Q1¬C$SK4 yvL_.<藛f͓B8k,xU Jy7+İŧ!iyXEbD_<;{G-DY"ϣtj_˪< (Q.p1p1ya}x9) ,`Z+AYQ.f6 bH}W ŀ7zYW~GÇ~5JZ3bdfl<g KDLotbәMLrzR|>hA6 4@i)o>Dt?Q/#m+ɍg껦#sOnC1LjHgEiju0j-#V f*jOGG<#J59[Q0ۛas Xʸ9]mZb\D v]ֺԱm\V.-qv_㒑,3G^~ qrv^?{XYKNl/ hc#R7&NҭfIy6ã=y̏x,fGZ^sVtc9םm˃ϫZ\@I2P=xF}٧Bː4 CbMQ{]ǚdXz!j|" #祒NkMҲ\Wq/cB,ߞ$vm%Vr10=RтhÎAU-Y!oV2)Ƚ_C.TYվk+ F]<Gn6q,(2݋?gⰒO  ^e.<_u$tg~h-'ç<8$sd̹9UH9Q8 ]3#`G[Lna!IrMA}NmpUMVz]'wX o1K@aa(.rqq,G[3zV-8b~w۔2&ilɴA 18Hthoy-. 7 / uEXV2Y\6+t2wEQXFrGe:(/.p8۸7MEuO})%|qs)H`O-iD6(u"ݬ%:d=9͟_EɰRDãc$VߢHIՓEK/'=c0hyS^/bpLkwsn0\k`dj;!3. {=V;:^-!)rbxXvsF <ᖡyEuΘTOlt0˳aN+UmYõr8uM䕂"?]F')yaS1IHf&ɘcLNw޳Y{9Q{{p&kQ,.\V:XLXMd ;:r+J^*,&Zw#u?3R5`e织50Չ6>gO~oQVLϕn)_} ƳuN@l HuG=u"3۽Jh a@vap}=8[!j_WTvhR1Qc 誐 Pp?85ҀLr҂Y}x^$_yܖS`Zw~&|ɛ6a)SO "ҹo2R8߆6Њ7!W6馄A -@ft)uBo٭ӺrQsw'Ҟ?Vd{2QW3S1:smUhE8Hpդ薥Rp5ۙA5i3hgP`3_3C.RP)Ƿ(JdMw[ X,??,ь~ j}Q]όzp!!-vLkoWbY-[pU0s$K2_sDŽ`lO5& u>VW4z|n\|4&?.Z$C`m:`RSLA qfoXS~0F9e\0>q4w?\cbQ->S{qbT[0bys1`djin=o"9c<7Mt͓ ؒfeI/ os 7瀙ѮELH(Dr;q7"VBs:d3aK,Z{v?n>3"uca\p o0pe]rYդ.F}>AMlZ8wOCc|'ߺwSw"c4=!Hk0Fbݱ[sIlH.&&7-< Uk=H*J>ݬKUO&)13DؽX_c= +!tM~UwU,8ܪu!Y6zz׻p7+D&Jl;u>}V{cV~>`KX c{ **U+OkqߘfV)  8sq5W7蓈%SIeT`4^=1>΄KYpB!"` Ar7ˎ xeX"W- WG ^7G~-j< rb$q|{2 kH1ͥHvk >87C8M['#Iim{{)K.Bϑw?Q]3#%f_;1&NA,o*Yg #($ûRyRF +1[w%(@z*gzB:_EJA+GAY`TIwt^BCl2s@F}6YUe02puKoW@ e46ⴒ9Oq#{JsF! 4BL9@erSO; jyxDv#907hjEBOVE [fQJiR=Dc f׷xRQ%fl&:@qO?zTeT##A$荜M_-`fXAx];9h2¾YM4r8.i2D_XIm! <ɀz]2](zve_ؤiKGLzvwA71i{]jTP&L)d^‘M[sTq\HJD2';G^zdFħA̋vOWqtv콫YaM::95$v}[bTmҀT \ߝ*uwݴ;Z1sDN'<TS>俯DHyc!_ "*2h)r^`7= Ceŝ޾H%ڌK?t/H-$ݪ馺E'k!N޶Q뿑Horc ǎw+(ƞ⇩oN'g(T%UZc̈́g3u%'u>50h=9X׆MU'䂦0_졟iCh=cM>ů}cYGL#.fdA[7G<ݢh R v{"-e;OCB+r3CBC#$m]lIғC)k'֝/tdz5E[w{=O` FwyZK@A#wL@W3$Աq`ne+,%s7Lnm'|E <5cSk=FD 9v끚-3Du'kb` 4bx>M; s` 5v:bKX ʼn,f;y5ޮ 1)טvGYИ%&iF1zfc<0c,,Nϛ 4rrS7$,W7GJ/t>(M0;ŘDV@@""Yǔ g|?.tWw Hiǻp3(7WP*сB۽C]hHno~z̜ZaC4)HLu ɚ: +gٝo yjýfN ‡d|jq%}fsGSn9׻goT5ckqtFbq`IkО1_slfPBd}6i%,py<}J/C$ !M4+P}gj"1;;1$Hl]+Jk;L6GLx3]O4R|BI^v|;Qq8~O7-L{*sQK:L9.7TNyb*Ykڑ1ה3 ҪY*ݤF b߁~axрMP!7b9H_X+NpɮӫmM3\qRZ,Q)S$H8we A|M/({[ d`󶪛rfꦭV@1Ý,k.aWG9gSIZ Ġd0idD?IAm]ESM<^߻m ɇFiV{?d-u ͑'F&ijD5-t`KIy=Hj>b͗7UJ \BHH&@=zѬa4p͑ C}' u"gA\oL`Aeck⟚Ah\ǝiͲd.]uvD"=kg[%}@w+* ֿdB.>6/9B;-D, %考7-3P5R6DyhюĴ&)j 7<gDY$ÞC?&\4ZtߍŬL_}<5[o2)v^~;;eWOB FmXq%p*bM}1V-j׸.dؕqEx|ߗ__DeMT󄎏_IS^הlrv٫+r%M?O>w,uPxmξ $%Y5`{8%!5.U ΢w\(,PYX y^<p8}EwYjn=-fq=[7/x9H][򞆕COxg7tMa҄grY0~PGGبo䘌h& hCoψ%c KOB#yKraHt$q_fuH//JA\(g!ޞ{_]IITY5|q"]픾b߃M`؟hkAXcPSr^PP`uo]>$R53)+ؗEt WA993'Uu/*8E 'ZgSk=pNFY1.4',.ey<57g1Qup+b Ųsj1i*vNpys$ 2fV%+Iuy!2>d3/G=nsXFE"|p9\|ۆgJIMEf9>r){6a"9myCr%;, WYt=IqTvY k# U\CJ"Y"+}, Q@ G/<iɻ~QǫE/m@ 2;)>@LXag㶕ʞdtJ4o xP1]0Pip٨ a[n=$v3 H & Yq;{K]($OVKw }}m 9$A84?&w[;K*~`*ubtM*l.Uf:'V6-H )(k%JiF;D2%_!ōARRC_pDD>."#x}`ms(> 8 sOp7J[F~$Ib"rA@PAwۂB^Vakgp\X&K^l@;_cZ%D}v?R Xtz CeI|Ik>䘼vq`) کr< 0 Q?*tvqtjgb(0Ӗ] v=ruqf~z "|ZB2s"0/Ӛ0P ~nK쥇Mg%kaڡ:C磌SWe`59B[gqVU8*GTNVH|]Ϋ-}!'wQM(}hK`2f4 QIl/!ٞJڠۜ4Ttt%m|`x7@ \w_\RO@E/#h7߅c``'g:c1\>`O7v/rd/707=>6;-8|~sx3Ge݈3*yer>S2*>˵A UWJijZ)^uW~qԡ~p8̃+Jb˕odd֫)L$Jk)Pv5vaE!֭t΀>YǠV<t h@BD 3"dvݧ3CQ Lq^ 9S뤖amzai=O РMi&l:8VejuE]EIZsĬ{" - t.,o$R!C}c?ZүU94j; k,p#UeЁGgLĢuWÌG̊}&3T e`s܈Tm 3R M3=#g\U,:Gw}" К"|ݙfC* M hzcZ q YcW lG=i>ޣcſÜa:1c03Tw_'PWuN\y8#]j:+ |PK"2O|:݄PFpr& AJ:v?E%0%F;3*߃$|!lYA^-=|:8P;c_3N -Wq!W;B+nQ:>uBad; Bކ^+'LfOV@Mc7s:6^iSv&s鲍TeS݂O9K"%l}nԊEWb_^#3pF  m "gఱ4.T<0D9"HJU58|}$[IȊqg]lc=HYBcoæ 2S,xs_ͩ#^hQ=7e᫳aDMbAO3 0Y:JT FxK~P@,xx k/[uAҸ^FN]IiJ_RL3}͞Mh< mb+ *#Y !cӀtU ǿԬ~V)=osNUȔ1}A/xȎB*4W:%dڸi{g-t4ҠYpXTq G_vxT]l {}/ tpyؾbE%^̮v pXz750."DoYvsKS=ߢ$Y+Pk[{_Q#/0{P hL;ՐRj]wtM*d0L{o,o3Xa(ӕJfy ́2Bs5TR&p-1yUEu<} Yу3W;Q/zdXqX%6Bo` 7þ{cb"QxWrӊ{bdV2w:((Y͎PThe'f)ys,̹2elb@ 6l 8v5'!~U!~<zgh\W`]'?QSY;+]}3&H۳Y@$9//Wx%ؒ ~TWExOu#N& ۭѨSY^>pS?w[~~ŰDt=G~ N% ^`ۇ\ "^6V뺔Ro7ܴ) h)lDEX)q-m_OoŽtY uC^U0̐ 4= Ev ;s?EV 'zRK৅w=(csA7'J[U"_d@?Sa*Hx8ٳ]zo %&yvd;R{Җbvx"Lf ڰIq D5.:.{*Ѓ"+:Bf,bw`+^p=SapZ ~sȈ]-acأi@~0zsN+P|f~C,ىE.jYaf)!&W)/(C epRBHJf u6A ,XpgXH&4Pyw4j^WteK;7e\ٙ0RJw}OS,:>A )w}LqC/c]$agmy2ޒQ%mEdCw U7&Eˣ(O{{[&7} fR0,}ȹ~hXF-]]\m8|:v٫_( ۊ9nК5) 5 so#۟)X~j0+ z 4ѭŅ`Z>̖CU[ƒ 4!j*\->Л+-($4[8٤1E>+ XJ$FcrM¿ɯ8WR,^"E7֘Y2GmmB)+}ZC]k?/dQ}>+09aT7ETx>C'?rcC״#FN%'.Aб|x֨dk7ę/O^80*)пy|IGdz`C'|68qκಕhګ䲖t@v T ^tCȽ*iZ&~*;B.NIQ#댺mG"w,QS^bSEh N[f-gݬLݣuµ n&첶WGy%rbg$"hsDL4g!H!^l`7H|6 ͎q}KPQHXqI~-\ mWm' q"i, åIqk#4R'RJdx1=d OUN;O% nyǧ72&t\UY (א\IjVcTlo7͙b%JE*ѱ* |D5s \RNN=Og?t/^ہ3٠z<Ԃo%q_|`yVi%'{gT:ַqM8VlӘ'ld5A^5xx\&@N+՜z0ֲ׭408J uZPYZGrO6"J}":yrۏ)d.ȣ0r֔3jt. zSXݴ&vΎU%lhmje}`L=W3e+hG'B\\MhM>EA~D=DnqЂq}âFjL(mɒ"KQ8웳%2\(Zi> ‹Uɀ LHg gpO%|(s@^Ceθ3[i0$=ha$v ~E> GMd2Okd]SKD> ByVAyKeG P=VkK!  Sh^WgKߝbգF <]|'E9X6Y9%FE[\pmnt"ei i;8ϏąoLbZf֍&.\TFɺoԨ zi"3SƼv~h61E^K1[Sb,vTWWk\Kb]1Ws)*BkXJ)1u}B,q/#'1$QW0`>LU#18gvq[UHO`ΊyDV078{&"ZT`^o 0H*+v4N52e{>s6x9b9鿃 & ,zJb+f^9@վ06׬ M 9Lʃ :.a/61 &ؓpʅ Ql()71VoJ\qT-ÿP<%xb"U&Hg6࢏fMm/L ,*j-;uD'G\jUg4s%R3w2dESUHjz3KԟjD^~ i{mG QsYfJoj1)qKDn2\kfdgqbҜ %Z"(β [cwۤnbt+.!'D::l ̲RO{]ByA$ v/KM TuLU ،Ow*hn%&w8ٚ/ngU"5vpzTgԧe`0?뭠QٱIT(JFT<0̶#![6+RJFe9 #v9gAU]B^ȷ}zv]V^{VvK gu|9[3NWPhMq[scy}9;c삓H2w}oa%9̢Ն ᰃup Bآ-{jpW[ FТxV CĊa#f[$U/pFR >41N+ (g0V3vp"8$Ր۪{S| 9LP*>@3EMM,cV?qQ'P2֕YVH5Gw〡CI+((&,Pks G|ڡk|},yHz`j7ڝ9L,% d x**)(3iK8?:݀_M/Be*7'D)Gk ѠMgKv+gC)*g4sƧ>/ pU3e8Ma'%Y|N"z/' l/[[.Btuޅv1`Gv5ʫqxRL+ʉ!H9qT-3HZn ]7Ë][k1!3~ [Ց hݕLzX~-VXi{ڶ^8qaZ%+}5u(v>؅i0ET4>~Dَi`Ha;ip89YxʃDd;ukg:A8 CKT0[*R,/tw4{"sZdÊ7KE"2 S<wj4QERE 7Z'k@ރ W@K|+: dȢ鯶C~ΧT;9h"|p>gI:_z 5ټ ùߚ JwZYv~fٳa& hJc.נɣ"USЍ};4rj*UwR5xUӀ*"7Zab:BZy?l!_0:J@ ăD:),N"Zep7 ['uRC  ȗY!k$S-ӫDc!An 菑gp'!~bpB0 њd L_kr eǭj#eg)Y<%u^1ҤiMIr?SLUEt4YYvg ;I'r7F-HMJ=9ݏ0Gq]+F*|-wl {t>yEL;%2Y8Դ RIN+HvSr27({ u IhVa =k)zV1 bMRtuT $ 8sIybP|a.ݢ(jGm@xςw@#K؀ׁ'o$yx F&΄.W-2\Tj (-G;HBSHou|O-@FlfB 5.+JEґ}"IO74([83l9KZ\zK9X\( Aȋz\0o d6ԎOmSb?WpC;7L FJB o5 $г/b{qYH#=K~7j3isUz-?9ς3$Zs hêT1 *yjc!Yn{Ϟ^-ahYO^:W1:pݘE*q3Ew`'gQ(-:g!-'[H7W5_3O A\ 7x}Ԓ)I r(G&ZߠbU1ymS!\sHgjF-;qCd t)Cu+4 PǘZɿ_LiP{;)~|/MUD3[:"yq:= ?cmK#M,9V6Ăh0ke /ì R~ Ku+7 [O @qoRQ# eP|?U&Eki8,;0UYlv*Hp"a.<2J: bLl*_ /x_i\}x cvp$jܾB܉ EJҴ$Y)*{MDԊH7.BW\L&ag2WVoXT@.ܻ*Ba=?)ڧd9ȋ4&AOśS} Ed.%"RKjJ[I]NPz[+'b`tx~J΃;2{mWioy2҂֘ P;%ȢSu2yGLHMny%97'M&j!N@`Lܼ$cW4޽I$/3 *ῦpIy&e'+p4 xQ>'-49jY敫GmB.6;c>ay1|mcN GYF=v9жlpÚ.6c 5la1~,'@X\3qkxݓG~:]cldה۸B=ߔAf* x5e&RGc|-w pr:y F?HI8B !-7bԎ6 l&^*Um!2>@͐;HyUX9w5"qBnXvuK/¤13" hSyUZui3Gih"+]E[؉c1e*+tkoK_)vtdh^p.9tޅAؒP~[C;G;BeKsϷPGtV{ h-$̧mz2Uŀ\8"B@1Ip{Ӧ~4-x+MzpB=>*Ev9$M 8$*d A]]\!zF0? ={脙\ ݫ@,9NJ)R4%%k'lZ!-/I>z+2NH{@E:זB=vJcޱI_$^E-l}W 5w 5ˤ ʵ+\:5hl݊3+߿ZO_JZA]u{҉sM/3 #,3aZ1Ngir%rxJ3ϫSG\]:S\+>$6 X=qa,q)lLrf^o\[IAC> (ѭ棭jJzF50:ObC 5T*ɮqs䜚RaH<>ސo&YW,vbwZq6YA3|h9Z|=: ǀ.;Mӡ$ȹ$DDbCG_pIŷ?*<~Z(, gqs&G8 J nͪI;0!հI@ c]:), uQ,rm@x).Jb ~/ 2?DAsy;ì0OW$lQ%<$Ergy7lABٸ`1XE)=yhN/#':b]ɸoYc$Ja %m*膌$bhQ]ׅ@Ք+sE/$S,~ba!Ar?vPRrb[Myqos兓*$E$s (uCJbd857͓uFm8PƈTjϦ^}My\Ơ7-z5(fr:Q"J[s47# ߦ1oO˂۔ XP͚XU7j]!wqPBHU Ċ$FF2߱U&I|bbdn s34"-PH b0Jr" ^?Kl$u$`eA_I@P=uV}-,E %}U:\W~ iئߺB'2a[Gz; 8 2gbΜ `E%)Ksh"eЙ!51g8R&X<;fuf` n2tFq'u,x̶"$%H&~\`|Ơ{ìnnglh[u7/?Nëv {)Y-ӎQ2;T4Ko ~( hI'u{5ɔDULӗ8A4ݟDۙ55&o=6MXW6] ȞJ:o9ebFPFr%K#D9}nX-1؄$?!kc9DSFD (ӎ ѡ$Z[l .& q"Yk(^ƞ4zu{{BQȹ[h=Ss.18F7H"(LaM. #՞D)|1ፈ /msQ->eW-() qt(876ws, g-/( HQg|RA#&٤f,)OAΠEIf- [њp"L[9:?zERBv"N Bqymy6p7q蝒!y&ϐiW]%\s۞veP뚞|]?l=R;vť4 #fg/8lhF!_|_!V)]}eyAHljatvWt,S.mv[s8OC᷻ 44u,F4v-P'3La;}1[M:2JyS+fPy%iflbM_Kdgyрe3)U@{xbjCJKFLz&?K)G9!zޠ@0~I^Xp+ 3ag)hۂҕHrN]{˗p6c=j鵣'nL}R;nnꁸtb"6)T!Hݗ+V[!?+zJٳnb<ؠi]uz"Y8{0f.s1-PQp$|^pZ@,G_ێM`+4q<I;@ rzL:B~eqo \y`u/uyBxm`ҽ ק)"ҶUNh r^[rdVn"2i`GE#_[A. ZUSj<f@AMŧLxaEy>:+f|}qòSV7c!Jp`C(23~TڣHc,st)h#)e3spt#g3ESo؂%-o~Y\@Cun MW:Y/ˎ|0XӡgmA]*uҬa"1rV݋zLmy'Fq3'삟$٭\V6˥َI~8b*q0Fy =~2*vE֒sV{_r-$HșXeiF^ 2|y)16/5Tw<]ѳm=z 2 pN>oD ^,Q62ǚi8; =(pf#[epDU7݇vZn*K#_zH>RaַQ}/5 fŘ04X% bbAc C#LfJO5-vq#]'#0v@Yd&/j*^-yjdHA;GI蟶WbȖ,y *_P>HC/F ER-."A w;j8؃ "b*&q%Dh@_0>+f* kZ/^&ː dD'op%a/Aw& M =Q7"QLXx–!Y>k%lۙU+c*l Rje;.bϧXo4rM ɍ5^A_%ԧTL&Z\ A Y_Ƌt-4^֔Yp؈ʩX\ä4.div3C"'uݻ?ȁک4E#R'{vϫ8RteqR9!m*2oŨagֈ;ݔl& K><3QVi`c3t~G7jV Ix=[ j_?v)) ?g:\Z]ǰۼ!r i\ce"DG பE* S[DT k-d)]82^8K_ (InIlQL3P= ^x׃Ae ?6dCU':K_PzM!>桋zf$]2äY=D`bߚ_ER3N"T%7"z.?7ž 7Ud "zI70 `an7^Ncįn_0`8Hz4 9Ecs'e-"Ve !D߯G_¢?VV\y7ލO0^ˏ&Z̬:rxZ{4b$8܏z9R:hU6(f c+si{͈ܲL{A VDz`ZWĞ-bVY')K%]x{);hpr5DReGv7XNa:c$c۩ݑF%ܺ ;i|F; zX(4yBG+ " P @('f+G0,%[D>g\?y6Xk"}&Rյ3Om;A$zA0&\N\'ޜ [3(Glo8q/"n,E1k1 z-PGޡD=JODm.yO ԁDωfwVWʺ,ss&1r1>K&fH>ǪId\hр)TF)rE}/.~aV^0yHYcg;^\%IP֓׊{(Zk,Z$%@;eǠkRCӔSMNoNP]E,Z+k˚"8 z&F,b]LFK&d u%b0*s=rjlS1)TMxSM|Z%زnbRGуHPɳD; PCkw)=)*{(#炄CP}*I7^ -vNj0; ]F$tb:&СKX SYfdwC <.ǾQm#;BR+7JI5e)| u zd:rOa^dptETUF ڠwS+X҃0&ӃxA+V>X %!؃tX7Lu7Y'rj,ת0ޘeh.Ac- 'ah8Iml܆UɴqѣNgH'rjc(6)7Z? 9!zG$蕘U‹ꑈc9GG8nxl¹[\t珇d\5å9Rh0L(=Cmt#m gᰍ-)A=Uk/]O6<# X#tc*_lxSk[@|pQUQFF >LPRJN6ҫ6>s44w^s #/c02{TRg' 7A)ӝ *log~O "w>Tp殾3ILTW*V1Ц\TvS+ DPopj'cl7nܴJsZL?}HEs7tQ=m[꬯Xɷҹf'*TE8iD]&^WR.T*=5Ic ؼnuρ& i>tz6./ob|i?YCP[-ߦlrw;6'KkbXdz Ku$DWQS+w9 -iA.UёV9%A>gSa#7A Ԥ3Sx&ml]*Df|:( AHbkm-C  j40wP\IP%Mh'IT(-8ƻJsmyD|ճ%e } 6CaMkuԱ{ y l/?8Z/pD2jA̓y !%`)PחӗS~F46fQaE`Z6HJ߾mY>M$ܙW25Fu- $KU{QT[Ar˱Jw~J |(+%F/X.CNkĞ\0LKU[r>;J1p 3Z,s_bn=yX^:XxP3B&F}RPlRiN=c|At4 ˥3AUA/(yl!,V<"!- ޔ}(f#"=A=R VW.~6H%aJA;zzɖrd>H._,t:H&sfX\Fq%ESMvSx}&Y.{V |tvN)Ytfތfc8!N5?!$ӸΊpQw8*4ry_ ~ R2;8Lޯ&Rb <`aS¨6$B'ݪ%/jq k"I,%pav3WUp:aT4J2Ʉm`ly:EfAhRQ鄰0|aF,Rݩ~r -ƕM{}>U[ȁͳvn_r5N|\ZkGXuNO#soC;B wb9 !G4?p5{_jkZKUGQLdwP4=lgX) \ZUbz? n`)|ۮhjdנj_led}5(݃`I>BCM߷vGL4 YgJR/^LuozXQrX}"~ pD~e R57m1Zܣ ,mG*ִXQLN@ `%yPv%3״l]EƔ"=̨u9oyɈ;H_LGcD[xb_&4b!Flk>BB.Qp_T he0IQȋPmTm(jyD{>n=?1pIr%i$D#IɐA4:f͆k%\< ՊFk5{(ֹx (~~dPb`Ⱳ+`Ͻ 6'G.ݺgUu>=POLMEBa?NR3~ukPi[Aඩ~kqH>`S{$ U37W-FrFC]`1y8S-f$LFyNo.sޔo`?qmJ*\d|z4 jeZvy G\W[Aſi2o5 S):'#=Ax|?)u W;ZdOF\uTds<: nHQHuLQQ Xh-Dr0j2XEqmjcuRHUFuB U10pҴ^KxJx@蘨 >Uup)NmG@^!l 4k( C{ {5050r9TKxC@I+w 8i>y2DQK0WuNH*MWo`eN74*e~/d%Upq&x3@Ji{ bj`˨^kŷ B![ WQd) Y &ưP1EpQQ>v5mɲܯS#1K,k5UUkr$ו"lpSVGI:Tt1ƕG8Wgm)x@P} 1zrHe N=;Z0Ts?6b.>}$7u;g'?U5;7G{u/C#ݹKojſ|6ǮgOHUg"^3^np4Ɩ3עj# ς:| e;d_t?Qbk.IS>c[dBff(wE>3,k'ypJ֛t'uʺWPd U_˜߻ LCc !uܦ)Qp "52 p MSCT٬g %7 vvwWR\\P)R[. ugBy/ڟ 1@HϩqEߓE7MO. ”*4pBx^G@ӞFsҾ:rjN;< /](O'xo SEfG؊Oei"@]Y zT]h6+lz:BpVv[mHYCնt/mxl[E'fqP8hHD1uQ(n (p%Y8U=%a>]w *;o@(rjU7p{V(cnt궩a`,w!\& yhY鯵:b*Ғ*_Xr˅h0h|wcӢz[6`%C#yE̟Nh>tIQT/sPytP̐qAB͌r '0]]FpÐ{brr@5Bx['&#v@ۭa9䓓jj*>dУJbښߔ<:@v\,tNL$tJ);es "DR}TCΚRrϱeTPW6#̱Te%PxA_vTSEc<6?=j/![Ij(V!s4.kh{ 4`rO ro2Q1CÄځB6*{R50c0'K 5tmg3g(+KOQUQM!c mS1^g}ŭZ0]CXr3*J|ykIĥ~D[ M'K:@ʑ?#Fw`:|]asu;Ql:=C]nyA2Dzc^`jZQʩlmO31: "b`چJcdsxVm" ? )1r g'yjM߶$;ۻl%s\M6JjJcL5oNV^9mpIf~4P ׳a]X<;i/CK?k6&3 l8`,+A}5m`>=3z% B}a՘) l;RakӕQW o7y:0f/zzN[JcCoj+^L'+ǂ ˆyݬ,*sRW`L\n}Mǁd7ZF ǝ/jiw8jgwr۵M%C{-G 吅Q7n܈[ABiy)v~O25Cf2[vb{?&I"ˢͫPpatpR µ&04S0`d'Fh1Iэs%[ߐ3!K g(6mmzcQ?Y9\9|a{:G\2r [ E2Yu(];/( /[ݠ4kK]☮S<;`6U]UQGppoj i2q;M[=O ͼR#UNdۯ #!Z=2H =Bbk/_PG<Ή.1K*,=.a{*hmt(  6_ fn>-qp̅ˣ۹Yj}8"lu)-g!(_#~*&?8ҩ7;Ͳ}1> lSed7BSK&X@ٍb{5gaj&uri$#j s7Ғ፫ F9Wa~:MRBg^$ISGj&} ڀͺ"-&x´!]ݺrOD0GIs /y2uyHt~<&Yl ja)B[H8 ׀gz|E?@,O{$_Rlf48&I:g M*'!éxU*+!!!7>m oJw|/tQʫQ`6F?:4s% ^HI^6K{)Bbe_G.J"%s0{ƘQs0Eq} aa.1l"9dYJUcwɊ^x\zhw)Q%Ɣngf5%T"xAȘ.c߰]vT]k7m?iEջgwծrEmu%[oڵPӌ5.hOr@~XU{и)PcDS/8L)*'T9NN^W!:]0e񘂨Yr:RqY ;DKsȒ&vOĥw9_ e일VF3Э*/S是.Y KVVgV jCZ\iIW0wP;)Vɢ{۷}B}'~ǴPk+_XZdNu-.l)~KBFF%gR9 _Nq]rt92P{WL1Tߣui5N{n 4Y*.«N=B'DZZ,ה烻\? C\v#*!:Af kdvT5,c[RU ܯU J c%vH`kO/`UOEu,uu; @2J☍*#iWg/EPK HP"fL:w6^'{F{]a-UMhTW=RJp=1fEU~EN 7Mo͒EKݠROPpL(T5r}tCU+qAlۤ) dLeJG΃% /Bx8KցI|(٠Xpɠ6m+X+1-Zun|ڏ+!џ#^MGc k,P#{ȬCj˝_Cɤ>wַ9JpƲ.k/Z?~g;D OǦ0"ɔZy6Q53-6^mO%{75yHw@N߄aAxtg)y"z{lM"=ΔjAxN#P{@[)NZmvChᇗW 1/ʀ*'j97<Ɉ՘ m[垉W[]p]Tլ`IPpB?#yOIχ208ag&w}ыrr25D#`@L/a#m0\g9VJTwM?8Z_)Li0gMa$:$ۢ/FN>bt<!w O!׊LhsaMҷ4IĵE>Y_\F6:C)<l0i?/)-PB0#1g Xd>$WoրNNߢ.)gu ˺u@[DK-#<\hWҵK!KN.6zo曑{2ӻY{BqwW4S@FWC{ĸ\yV iA(P}'LFAd-8JߑّV'aHi@Pf :޿%8X)n!η JoWm/0\jSbUaZ9 [NX q5al;> gS -',PqX߇>`Td+d3gPWp>VӐ_DKAv%&g@hieT<%P"kb)zSlJ-4L㮏T)$o}a%U!rNze!/зJl<ՆEFڨ4׊jȆxq CJ (X.P-9Iht'rvml2XXa: B)EaJ"9uC`U]WNyii({($Zi8pv=]_򓢓'̱>~dGpg5Vw[[*痙;;L夁?nMm/H1fghN飥zK )xV[Y%.AQەcBGk-jܬz=:|Dv~:B2.-p׉h}iz Ff_#Jhtz#O]͠*T]u Gsݳ`ō:>& ۶8wv3:[H[+O(N\aVp$s 03µt~s';VWvxg#ba| eJF*޶ˮ r8;rUEŕnTN6!K!a*(9uH&w?(òmօְ/!p:ȃGѕqjv3xaEnpѣ;^Ѧw6Vjs5A{ ?]?`*^ ||y>hIr$v*w kEdPh;@}y(4%>!Z@cBDp`u:l݄vǮvS7^`|τAQ;.HV[EgIH7:q]_)ܡڝ 9tB\!MƤ(hA2X>Kª6TZv8@e(9zS¬j 2kE/V X$W~I}EKݍ9; ?$/$u|2q-dj:d21YcebDyg퇷K7^\!q[ʝ Ao1Y s\gѧJҤoSR5?p!P)3"7sZXVUdX~02@(IhW{W;Dj:O Rg(bq A= F|-MaFF+v`k#x|R]jK2z.՚i$?/ߦHs9 @0!4UZ;{4g+vSJsdu6E ˌ E ƞJ)o*5ե#`reYfI^-1&_NM*mQ&p׷$HYG{\,Nj0{| Zo F~6wEgGYRIhƉ=(T[?DqzId/4x/rӺ6%LjLD-;q!RtQD^OWO)Moywx&)@h`qfTptziѮˋ:f\<&YU\G)uM§rcT5B?"$KV"29]4.-464[Mef! .o;;XA=]Q9!3".ۤvI)csc_h@Zr]pdYb6J]9b3LJDwCnD$s*o`}+Km*Tډ%&m0޲I5A]cF|-r)cƲXk@´wޒeHW9}IL$_ 4x$67_ aWM7b3oEVvCsHbɜRvb+X:k˫ , %qH jOd5u7 =X%_R .{B90d& p'o䂉lƁeեQ9΅(m mdl׸K(L޷ =0o15 C3c WjDwnLǐ^+Ԗ͎Ay!t+]IjQ7}61_0K2+gb#%n1 %fo+ƍ[SF1-&-؆1!꾕H7D#B4E(=^Nyg;mJ}H#Q@t2ci8WזĜaO Ɖ!r( 4?U2o'HEb荴mrg niyoK |JMi/BIE$Lupp3X]Q{b7ZCt.'S (O&wz=5> {ʚru[FC骈oo1ɠ-`~Kpi$ԵV9>?n O+3v|M8*K$[OkeSx>)S7\EĖ[9!@N΀'`?b^F9,xU5_#[ζtmFz4I7b-ʹÛqw6죀#~:|v,DGW.>;Ru~ŞR9F , Ϩb69qvDuT# axMdInk!P}F ⊦:|uƒt.b"^:ϙKō zبzdŌ쯣0mIsM~dɱluT?u- /?ƌRc8"}bnqE3NT ܶ!ODt%^ SxY*6":c]wra4@F?Vml‡qn k+coD:$4P,cf'\ļbxsg݌gim[↹+TltҬ'kQV8*>fw#U4Zt7jۅXd'q2;jb66NJ͛Nryぼ|em-RPd ʕ=&LIQ0KvI#^©"ⅉF95{-$D¦@&åJvO#sCȁZqGB%b1Ph3GP" }))]f7!gtFw:8]ߥ8c!&>†8>Sc%^20Y.Wo變!uj^Cge*kS5  n6k #&ONGjFDnC,PLxl8Q嵕gb[TLVoq?ê9g.Z4}S!^z Ohվ+Y5\Y%́* ΋%6Tb a-Ȟf!CL|pRo]@iD Ež%ݼƔo H>9vBjWK%P+}S똌 7"/];+z Jh~Jz)o-2)P9,,k2TؑB :斔6y{ƃhq1Fg>[O22G/ +"^ǟ\^YXl;jG S&@Bڈ(1QXjF7oJ;A4Q2e1 TU5wuV%$fa90ֹH{.4nlyfc>%~*~:m&bW0O&+E̮oYNٶC!~4"0;L ,ƧNN@]Q8*)U>u4_*'&|Q}+"0q#㕓%dϓUO[OVj@6wv%=:a-uFo*݀y> )좘&j!b~=R^?-JɺVG(OŢyLrޑQdK(o#~HfoeEN.Y gI0&U:WUogΌp~hWEo#]hnb`27N"_r0@Iy&Q͹0"W)\J@ܴ86`l.G^.UIrEHI,dV(܊D^I>5B*b&s+@iju.Wzh˾*Ią^"/5zG7Zs+~$۹ I%!Gt=?<ڡҩ[靅7/(ks#\U`ؔ B~˦f$ZސiT`z'hpBfq_]G˙;+]3zQl*gl$RC/qdjr~&i\ɾ0x/t[?aoYĕ6|_6\v66'c(KMQs7(dF92h=]o>9 &O>c}g+aQAaۈUpήoH7Oԥ PN~לcg6_q͢_5!Q!o0砷+W EESXƘ} ltɃ`^F!EƩ]J+╀AihFeNE5hR$WJIm-Ǔ boGWU!b +sv< O5iWl|ވ5›D(&3^2 _'BةǍ\ZL?ussRSblJgr'<* &GZBz8{rswYS]XveImcX?E43@͔6z URźzaӌĺ4PI4&MġԚ⍌: dMZ򖆲>V3;xb~ 558>?bP[`[TAtՌkD#ܿ:]C?]`,DI-JB`rU/^,DeIAlJ<ΟTfKg[X`llG͹N=r]q򼹑M;Z\Pu#d c*w |`p $΅f<QkN!+\@B22|焸ꄧkSŤ Z`.Ea1%2vŠi6)ûV@M'*& Q-FXf:qMEdN^s>]} QkW\{rY"X{Á*6tH%:}@r2ܒV/KeGֺ+Q`VYAh_L"k:~H] x(@~xNyfzX~Al]L Z uV̧a aodf=B*Ӧ/Krx0yoisI:Ψuç=:1V *4$xRMnϦDBw}uObڛ;S^C]ߤH%@O3R.bX9wx=8:LJl&71>/X8ϋ0jOfr%(n 9wZxuqǝ>COյ4FI*D[+<+aXsm% PʔXoF`_ZJ\բ!@: *\~}ū^܍|B\ٍŌ9];14? !*!qvYV.|y.:/ac]fdW742z w>Qi;9Y#PiuW&ȱ/&VY 0zS`,nMSqd>渤#Z oa]mTG7JVũ'ʟbz\Q$Gd[Oy; |/v&R \ .@A_d#QM7H"p=O9n?2,ǦX8}=Jd]o;`Vl{u*#-(X 7du 5r T''1_n9l4oO-<_eTScLL2N{|dx~R#ntIhBZѕb̀Lfi <ǘqq1QO& P`ç8(?jF~.NBO?3wմQ8˭ H E=;¹U`A=2zK8k-ӑJ Gp/̗r`оb&p0Z@)n "qtp6=b%6tAPQDtRV&#%3iyNOGbx.%7Gqv@{*hA9`r!)辩$, n -NK=|_i|"}'fLǚ_Q=R'Ge'TSq;Nѧf܋A }5DQݭ#>ë<:#朤Z18م#K]ԧp85";XV?~! ,~xcwډP#m%nQT)vy? e5B+—r$9L3G ?o6Kwr6j7"S"aT洜sA>ّ;!Hۜ kfYf^ax9cs8',YaX%gk=щ WOQ+)"[Kʾև\#ԉ~F{-`K$dʪׂuu&CDZb8p51 ѯFi2RS #P?&HoI1îpFV7%-҆ZC( z&U4:$9AmPHA5e}kԐɚ,͋09CHfMwOAx7[B(E56oΊV62ox"t5h &Am;bT2J5Ț5JkiF!P egZV;x!MTt4(ݑ|mMmM  ;EEv7,~2%+AWSOGPLx7׍F#G=2J~||gY:Oef6yEjDmUZOm7W,z:}%ALqjX6((դTEx{vW gaMO)bNX(c[0\ꄄnRYߺAZ8ۊוIy+ى}TGCDzfRWmf]3"iUao>Vj2[yLx#F`g$Pp?FşQDnN9_N,s4&K* s%/ngkQJPE s{µ]b(%K:UL%!\/iT ֠epe;Ivy4 D`F\QE{̲} B`8jlSm^~F,'-/(UϚ&27Ejrֶj _*wtM$u20 uOQA\ UEł7MfhkN"3c<ѳbuxӉ+ _km&b]’N-; 8t1RʖG-%`7G@J6H%W@l a[ pYxYFBPJ7n;oe`0jֽM'1E_HJ58\=;>3roBQ`w<դI,UA$m9f=ܢK{C *BUu&^\8A;$LJKVߘ\& #wVwjkCJ";H+~k\f.`75[ ?=UBzlNjiWDN_yY$[Z+S֝Hc9O6$^k,ټoS% H9@@nN\ZtpPaNVuD|o2% ƣ6Ky cd(ݥB^}&(5@|ҮAuS=o# 0=M?.efSI+bgbJ6ō|Xth07#vp5żfIrih|=N` Xՠұ*V8(lYf-9Xj4+|?efAjb#0maΤ\OMN[m>t6Ḻh|U4UbYIyp=l>`瘃64Ngcoos_{BŒFV,Ph Z_B;@:2ڨZtZH o>bm*я*?/O̷/z! %wU4"2B#h/"UT :*@O*·ҟwDAj/,jo6'iDhk/&1O8ߜYnߗSqn;mt=z~!tMxȒ^~сKH[^FaˌS"`z2Ľ/qT&qH-.X*rR9.nvpL<>rt8z|1,,5k/J2܌g}`UMŜjbB_d?]*6iVauqq(Ѭ^" p$%{N)@nG!A^ iH?nD.>Rd(ޤ/fc12Xio;dOm?`)MӚ %ŭXpYŝX\1Jhd{yX!AOQ$P:9+>|;J+(_5 + bSƐI\O 8Q&}4O V@}TSQ1@36Ψ)a$ O )!٘>C41M>v+Lm4t./ bKg[:;tbn*e†,`FD:fֿ-B&|(JB8d[G"C Gb~'/R\vhodd9sovFY?\FrHi7ݗn7H[n0X`ubC<,9{LM" y6q2[&=tq &)-Ex:< ,!3tFY%V#@Z>}r_ȬT6A39Ըq됑Q1x~Ε@1o ?>rqsڃ> NЖdX$]T@,^7tDssxgJѶH֐H B+B;Yqj<1(hץuchKxREy@lfd _%/g!5Bsof| TR=LR0`%lʎ4N0+)Q0mqlvkyyv5d',/}c, hPx T32W#ޒ2G"DEIqe]o<[=7,\H? h547ljipᨕ8DwicN"ߗ^dW3?rKh$CÆ.KhdjZ@Gݿţ~B B~^EK`5`|P\0+5LR堎Z\dlu߄ܟ!1ǃd}GM8HemS/.V'DK\h|1q>Cpf[R\-ȁ}]AVkauȲˊ)+dpjΦ|@[ M+hFSc%W9X$DCDG ֫iͧ-尖"ִCDCQOC^z:/Kwh1/'}{Dɐ`_Fb[pa9GT8ct۳cl9l4fP)fԙeGj6p)V?^J2sZ<W,s6\w(.+®<잧'9\؆σ_fTx4f{̩Nn'{}K%_.|`PF@=/)wӱ! ZX#/Qn+8ǽ;(gcyEU B# I]$2 x.C(}C8y"V!1o+6 jl3c%2L6a+"dNL$[w)4ŝagOIR>O~ysbG@jmJ'0wH>8ph=YG4&=WIU Qwy[_r"C P. l;ݶ%GSZJ i iZWhCET FR-6\0m- 5Ytatf0mI"ʄ#duɷ pXrn.lBܷװm4^@ 9Z Ԫ,#) sE[@3Xj<;wPH1֨~2z Dz'{oܾKYi:&Iuhhuʃ󫅲kLT@x#bٰ8Ea_W!v[`! le.TVMτ)BVDX;\rI6^k=`[rC,sYϷiXY^D0O.1KCm)m%?Pg_47LH xB.M~.k򛣉h]B#As'% ~D9>׬&oϕaf:pڝ,ѿWwDA#6۷( zGMBuT `9`=BIaXwMtgWt^nSBsPEP/|]S-b5Q+ϝ㘰fY 5SXuܖQQt/\10%ifUOeSilgBTĹ$R|#ܬerqc1CU[BW2媨4[HF.4\ SX:!JGQDyӡLUMPeksM9jMq1L]PyT`#k(_=o]WQHCӶOmbrZ ݘ`C+3-/0XֳhnBD=i50}1x2bAB%!87!T@2ARƅ t*qqi58֖.L`O Q9uZ5ֈ;&0JSjE;DE{v#v>MBa=^K4MDfnoD=P5B(e4C3Ik&+kSx,`UKJp`1RQswV*em">7BFuK6UȌJe=ϦE__a4_vJ3yYƮস۵gh²'NO,ȑ櫋g=+o|ı pOMշkExؙ/bٙjY!5"Ez]G6Ϊ-y; {;rһJ·ʁ5 ndyƯq@L? X'=lo`A& X+d~gL)1NEp%qqqE"O5W>"PVQC"a_`*nx7gnJJu*Bi߃_fn~2FG״w!MWX,3սUOvofmbGHɐKKh% 5;2Ӆpny]]*>zCɱVazQ>@y3L6t:$\f>k;\)&aIXM ;T2ϯO̦ŦҢ j[.H"wKan<*ÔЬ<)~AA ~C->Ҁqv`˚![\DF*A6r!syO">Jb.. #h0"(9#p觔U|`#;󎒪aA?CS^J>$r5RM8t 2GH<(38.d] 2V j%X2Lbk7&7*=<.AהJ\[ /rk?ݦ68&]R/9ܹ!r[mk[z|]p5+ e!K#975X~K8T!P"PP76MJߪ|p5Taov<,^!{okr!uXEސɞ=vǟbb+۱֜gAҟ}7nSW5|VH,6qC{TJC;"*uaQ[!`;y*#.#qKuO? 3)웚͑e2nFFcӡT\֡n&zнbv 1'κnoU) IL?O؛OU\ rZ~k7;"'}S!T_$қMj\p94$pw;Q۷m 4 `eR 1 9+Z1,aGfG70#!ZI+Eڶ߶؄G:#.A6F.MERG=n>V֝h#$JV;joR֧vBqϷ*}ЌWJbMkxY8bDgop}W>M߼dXk\Ex‹3.!kܩKḮ, =GHV}#y@0 |:Q2:.Ьyr^樾 ?Nq[ӽvu0QƯ!2ՕLj_' <"YnT~B̜+jZOz@:8.O$Ef㨌J0+i'ǧV̙6P\qB>00G2|p𝐫\Vޕ:yyyV'N%F <3 po]y@^z@1?a(]Yt1+Y_OR8׊d#їO9E׎k|;FP}Ou7ЪM]?"@(rRUٖ"뫱 j4$ v{!4ʯ:o)?;t+C.WGF[{d"1zbL|6CĨ+ Ev3W;\xuzy!kGuerPb]Sv o|W.)CvL*zj~z o,򣼟V Z {(VzXvxxe SD:IsQMn4d= Fv83@K</53 X>c]E4}eIeŒm0E+3QӒNBe` gŰo,A+T\U mBD,5/3U= ;ާ$ !C2Cs|O#q{~c I ,Õ*Ive2ͼ/b>ܓA> ʰzv m*(@R$SӝȉT`g\q 4ާ M< aM!j:>ьکq$ 8.c6^x3voo b R%-%IX˨zԯ%o*7ܗev#o{AII anZ ہ %TK/H< RcyZ=Uх ÆiT, % !V"QL a6Cx=~P=/C-O2J}sxBŗ5FI6vNB_o:q w7`1ұqZ&A҄;9PO^ Gග{O+ ڱqG9FKm=+nO/f)9]Qky&Zxvaw(xCntP ׳0@T}QWZQkL }O#>ۨ \ϲQ\D,y!PQO2F$UF׺YLwqZXJ쎡uIRvPuFM VS.n aq;mA8_JYsAX BYAgL5AN`E,Cn(۵6&v!aCdxlDC@y'!*՟_ʥS+Xb2 q.I- n*T:Ҕ'zUӀ|1-W S\icuJMק!~XQw|5SxFX+kw2:+9΋nҢ?:EpA`;!q+X_-"S. BTWzf׾6 L8IzRqYM:K!\(jBQm/:?x yF;PoOGD hMz Gf v=rͫ5@xzGִ.!Q,kl{&3Cj南5Bv<,)pdػ%n_CJm.Wrh;U楑נ(}bȟ!2*5=8!L\Bmr7s[IES`d=W! ?컸r|]:}ϟr\\dR)ſf')&RÒT [n𯴓զ  q'7̠,X>q9B/ׄ}oV?xR%1hm Tͣ"X G mdkۣ v"߬ψs5^ 9q|yk;{7hctu6H'`|Hqx􏲳2lnk*#D^)}f]No^q6)ZOmGp l@ Q[}϶,3沓ԔY:!vY#t!vJOH;PFW=f:_׾)á fIQk4 kXo{N;0]8$ru`sˏ6*]8C.+3t+m8iUWI|Z <ȫQÏ9Os1I3fRJhYwR4aZ5VxLNMdjD{$Ru|_(drx.W,Ԧ<|R4:R;1Q㇚="›RH{rb0_;jSgi5:MKYqipBN71)Qbf} AjBӊuNuN칀 ?t1aZx{oh&:5\PqCȖE=QQGPeH>ZB{薲 kLu3E|**uql~ pk w QimJϪbҋx&S*xfdy^G2TMO6'ki!4ޖ-aRB21jg(}íN8"CL\#FR0<"BENG@2//SW80x쉝%t߁)oRMSKL.fV&&*F,ѳLS#y>XWMY:ȗ zV'>萡ґ͞Vqmg`^D1~b̘of rKtBi Y0 E߻#c (GA4K<ӇZ##b[gp#L=pFu&FG;E 2|wPq)fAhEOD{]CzgyZY [\ֵ }^58X*c$MV+۝tuz lVt4G]ǠHm?nː* B{9tg^ ݷT]G`\D"4b+ "ŹgMiݨV%^#9Sʘ]vY<{l2O>:Q* %lpo3lR4Ӷ Ճ=o @ s߰,ӿOv#) ;'Ě29^1{0tL7<1ش1]]a'#6 2Ш5vvz8f4Uyf/Z5ew3GaD$O4,d2"p83{ #k-oja44n [8N/Kg֒ˏm|hF<7Iƚ8Ejg۶Jz@}0bF\̋eŪ_-D@Rh):˳R&_;aWd_l O2?,P!NƉqcvEv!Rv:΂_CȔ/q$g(Lta,nW|w HA #9b#}#,?X/c:ѼSIe2;Ν0<H1_x|+Zo{/?a2% O5Ww*oVn־I;eIG푘/gnu"?kj<`+2.2'A3d4yAY޶p: ~Y9nc)}2VDlV7N2lי܇];-+F#J 3HIB I7Դu6nYyg-Oe<+IO.>eHP瓾yXa.JrJu'Csal#+Y?E2\Z 7 7~ʹx&KӺ?ٞ'MR_Ê2A}֛ d|*Nr"8fUtH;]"nF'3=k5 YagN"Ͻpff? "0Nɔ8JCz,˽. @8lG$Ez C Hi?ih"6[Tlf'Sҫ0L5MZ_$܈U˗%$tߊ^m9<0Nt糠ߖ 9)3.N4vdSO1"rMFB~k%17l& b>kaWQ  3f (_Drm/9(TIX4 ?~p<ño=vzRrC~/ӯ f.$wLA\(ys)!Qq=J!qgK ;"͟q3QalwO- (wC Ӹ S ꈷ N^3 `ۜ5x3Yk+["!`w("*E7퉒nl!l}[4"e7l'Z/ H6N 7 @!_12~b6yd}*Sp0ƣO_J͢j&,Eq (B_'\RAR/i4q2]&8x\5ᣄ.A ^6sFQOcf`/Wiބ&G6vҭAy9xdmUXrKj1xk #u*C[mIH#ZUbyO+?yD|J:ω5)> P$[ɠS YXnU;mRϩp3nͥjFYz *M ǹGc 5)G8f9؎1?PM`~'cetJ^&~2d3F Q_{rzaкxi~"nAQĩtuj]K ~بjc^]?&&9e<)Fqc"o~X?ޮ/xə?K!&o}7_s`|rFuHgmt޵8?:=67HDA<.zS G:T̓h1SG$\f& 46^RhFTذiVvM4bVߓ]c3t9~a Vg%^,@/W0P9(*c4Wmt`GYR$⭖opL4 b $v@q#c|a3E޸! cmI[g_w@rC0q)f>wu]uɭkCwlaawNڪww gzPƋc1,zZ޹!r[lΓhZ@i`PΣP9~GȆ\MWeAe Wt9W{Z`v=N$uR՟P֠@A FzXkktSJ24vpeyghT.s#l7,&jR?#Oޙ pm~ݦ~,9;ԍo)RIb`cBL15.Ii5}0$2}'/H xxYfSI/Xp㦬Hd0[A)_/6Yo# P2^ry&E -F%$_]ZM!Ec*gܠj~InCdd fJcjS87k{dUD(0 a*"HGH#rο )(1J# t5ztjb[I(bjwLߐ˛,q s6۠!˘D ;.pZT6]>i%mbQnm_"g6„G'U`u4!"gW';vi4/p7e+_Pƿn!ثmt):=zՑ~>MB'lTe xYR(MZǶ$=gjɑS퇈IJ]s/ʃG>s;*yzP micGt S+?5!!==$bzңgs"B1c'ӆҺVBM*kӽBئ{2U->B\4v/Q>*?E 7z*oPt:ՏSO=wye1)Q[mM5Pd\{|fRֱ#Up&{/@O^G|=t[Yf+4QL DUNΉQ|#R'*h9RO1W;tA%UW~EnZr犡ȽE.[WQv N Dh 3q 4zOڐL]5S- XiHR?yiJMSYn5Q:w@9Y4Azf"Nw IN\xS'Qc]NL=nlcQ;)~jI,E!9-<.# \ Ҏg6; T IZ@Y΂H#P\ NgYMClvcS:E)ԧմYhnrbRV{$ډ. }3x ]4.|(&%Wbg|{p%%f()o$@ʶn`|n}Be{'Ls~@Jd \`\&<]RRRnox~nfZ1`c޿Fǁ'(w*SN}@|(ι{9U72˖N;D?B 3P8gs8%;ML%ω0̓ _.(ԣѰeT2#aBG{6q?,)k^ >}9t:9Ԙ*m 0`CϹmj$TgJ@Qy%[߻]\sB?S+2wl%C==uс5>|61v"ΝE,{w /Qʹ\f^ǚfOH F_sy}<µ a ԹlȺ䝻W]_NJ]gJy"83CALXDEوufAm]W8}bCS1:}.FZ8/36V'^ QY,%2 Pi<Vg ƢeN-On6Ş{T8_A]Z}'v0j1:K&OGW "v:wWע?PO4s$R߬ !>}Kxm8 uup{.U,;\ ):+rM: .O%\:AOwR0* k~9&mmIEi+)G*yNPwoTQ:n!ΟdгtZ+qt-clEZ{EtycŦmZK>růK}{B1^܅M 4-8fP0HBt-~q,oHW&U[&PֱЮ^> E%g7$4z25/?#~uwgGx38\R*T\^&,|h@Ng g۱f+,,>A3CɔcZt4OpNI@MD [Y19 !ۢiTnBI2!iBٹ2P +?m !ͮD]~m~ 1,|GߵtwMkzxv^v/ؔۢB3#Į[bjTekzmXk }Km 㾃!a?eGSWbjYZ|D`ǛsncFf1\y]F "`5}jȝ!w {h?0ʏLZciJS~[U0@3QD,BFeQ$/[=(M(ʩu8\De;.)+X m5L{ y"9):\kU[q7-y+8?X$ZU .O"-_;g'b^ؚɚV'{ETmi}R_yF~1 \du(#-Ks~Mj :י֕! ]0ÔP? sgVڷ8/պ9җ__"RFhađ^_Ep;BQSAw-^nzs+ƭ) A+xx}"**Eh]L* @rbtJ3]>s'#GVlWN]諒|Lw9/% U1:w BTY/I߲/;6O %HqԜδtJ)"|4tll+ٖ gZYU4`;z-GH@_Yơ?Qwۣ߁WcL^(4;QotW,xg=X`,6+gЦ] εi}Y0sh V=ָR K[ɣh\a>$wPjz rxbAnAc;[ ?G4An#ŮY!W]AYw9SB@Miyl5~b: )< m}ptB$eV|I:6, tD?k $\ݽ.a\a\̀w Xx7֣8BU`Gp1EOXEWY>Aa&&ILF6P2Q~!bW vP>WCtr72C82JY߸Dy[ W2OmeU&iWF "U"\^5Y$"B#mR]o{-BR;kT썐6CcЙx U`E@k|J/?#=ˆbmZa[vh=45F9 TdJBFϔ<n OJ~W*WN >uw%Y6~rbupυXS-!Oɥߢ~R'wiAv$7ӘYϻ5S'REEP |J"M`Mq>)>Ѻ #'!-=a6ꮗ&P B7E“zQr^-]'oӵ%h˙k?%?*4EɌ-c=Utt*nBsEI%8C"_@[h1wco aږ(TX_^rE=ycK.fEC>%@P';<<&~V7VIuSQ9mnsFۆ&#Z/|,T1iuÌ6ʰj"y}%E@@)uΉ-kƵ6D50e;^v'->|syu?HeEo%휯/EqW%M1RDT{zBVqYQ0lbf.g]{m[s'1gj,ӨHRI,wO?bg۶#6 '=c/NJQx' u۩ Ѝtɒ.Tc1DRI-|$VH ^F ]H|9'!5 ly JB)'WRQsEK&FºD.p/ؙRZ&?M-SZ|rc7/GA%_]@DRv_Ge6YKƷjn"IDN~fP :`džU< 'G .4^-ҧQ[?IWaIs#Ig퍈ƗEɻ#ɸA**2Q_4_@j;[ׂ&?9c4*sNa8o] at:1b≽:i:8.gYLkM %jѵ 3+6-7* gԖ }^Kz[L3CBEۈP=MSI 7ܤ pGƑ'd5MSyE+K(FRxs$MmXC_0t%6?ԛ@i79߉?KiQx],d58Y뤄FX},WHo[OhU:,ZZ 'ƒ&E .xqJ2|(kw}QĄxA`_G[yyeϹNj@b=ťйh`E{Fgkחފ, b}2 F1ELb8RWtV3_4vDN}%v/[mʭIJ;+il} #ƬՍ>XPmٙSX7~zWN䀨m?Gi^['JY%_;4,4df 徒fCFS"gOn tv! M.l ^ո%6KNN(K'{TRku['9v:bf/D@ dH-JऑxGgb=QS߹/ȟ&WS%Gԧm0UҸ+r7XtrwN`!~d$w0Bu2udn;p05q@@ rnHhoѩLtbHfkМbV͠'PC@%#b7)$~UCxs މ@l k9y:H }mrsX[U,#o[6r4|F#H{,܀qGܼg֗.Ж'9xPг„u@\L7R]5"&30٠Xd3"ݎ<4HmޖTaq.aX~Џ [}f/~Wmc`g 5uoۯF׺|޲06a3V\N"S&#OGe|,\J3,C'~@b_1&{.~UCd+9i@n MiDpm+SZS3.'OSEkk!Ÿ4TN?mt3*vefi ~B[` Ϛ:S/<7_q~I44+[' +W F'[?n֧%2o<йB=M c%dzs*t6.>UI !MK/nŢtC)3^KL &xĂCl&9t+EqnIx"Spw/꥖Uc 0xեgpe؛-csw;աz[ʮ˻c'AGy,\;o=fqD ?,uA`oF7zfm] x&2yлOm-@k8IaYV2.V!㙂N*GE{`S =.5~`3oD+ Wz[R.B=Mk{HKY ɉ*P%"\?=TqS /]v䊿q:20Mm!n@! {mL=, {nWBJpZzp9wP ݄{-랱F#89 oC=Uy+c@4$7T$uop6nKݝx08wR].kvw4V U PDT2̺$\vkrB3hio~Ħ׿ E'76׋+6X8TJY mwC(bps-I,/KFv٦3Yoɏ+R'XJɛî?Ĉ}Gl^'1&Т*/5=i `N&qBj~0XS·JWf5]+bꝮaI5y~*] !ro+6aRI̠Ū{ݖ7Btp 1 =B񕳁≍ ]T>KyuӋx}Y <_fM Hـ Ų%+qi=H9I,B,NوsxŒWwd57GCn:F(KQęH]Q}OƋAu?ڦgx)2n|~ZG,unK}>h>j V%F-!^«X@?+sϣgVZzq-~fq e>¸/rn.}r3F(qsU9Hyx"@?NZ{ȅczIyrG/Wg4KIg(;5j#)WJJ:trH@II _ΟcX}k|o:gб$ bH Wy,f?t;Tle|.47B?7$kDrJSarbo` /A3myO=$BfD3Zn  Ͷ,ƋFr6b\WRr[n-k(f Ubmϻ.UCn}2mG⋳* R1+%9؍OO?P/6YJX<ڄEŽ 0yYWȼ%3Û:@oWto]J R 37 PH @URڴEw#}kJ ΞF8eZ<,lpV#.$4Gnv}8{D&2B3|fWG0YumZ>xfgeIJJS LdMz2aX =@Wq,R#wA 㼣a@PFc!}/V#C/R%f@ !Wy-++l?iАY75bI YJ 7ƀ̹2 QD\X殡g'ekj3B:w v&IeK\w'UmM{jz@{lc2{vIFܝd<[5Zl"I;טt۳ϟY68}I kH/4G{(> @Af -+m0 F&LxA?>V'{0X(7+JGT>ϋQ:OV캍 n@J~ڝY8$63ՙwTܦ5G9)3Gض:קG!h3%LT%fpyf1.OO\30! QwX6Q=~v׶er}yk8{T2%~p=yh:MXwHska@D{SmOpk_T;o%^5ӛs߅M7znC:c&+d{q)]v8Gpg&0XȀYr8A#ex~HE6j$D*g/s3V6Gaj6r\{.I:Ky::VJ9^ٜ-'l>mw,eAr a CŢ'=n$\EEv lEJIF2 ^5 VX{P믦k %x]t X:_l; {-aCyn$%!yIzJtF O1i_G^S<`gDJ9hBfSح[Gs@+G%Lh60DLE|᧪%L]I>:fR&=á$qg=h8{੃# M*(d6тu6^@z1\#?[*lXu(HZ(`c8I=$%q-Ru`iZ0GOr{q[ 9p Qش ;~[732/˜KڨX8J%tu0`6giR3i^=ro@+[)~[,7 rEӿϊOPu!a:j-2{v97'ZKq"?y`@os[U:L4C ߿aZ|*LiQ7"Vħ=-UBgŒL!ڭ0ۍ.(C~nՔѠ@!`^D ^,0Wbdž*^ nLz,ԥ@hr%rU \NJP79{kMd }vD6.[PWd-%w@Ĥ]H.-nJ?5.7SkIf/Ii,}I:d4} \L-"c` } 7'_+Fip\lvMJΚnrĴࡔ hK, cI#7]_/CùO=ɜajs+z Bԑ)$j}g]JdiP*T0MѴ9w=ۗbu&tȷJ8a`uKD3zF 3Mc5J빽 (KP޾lA7J] iܼӱ.:V@JfӠ$! mI49;DFqleD'ZP*g;7Vb [̰']q5*CnLGdoqS5]Z UX FjŽm} rNadİ Co! iR@z5 vQV&V;;5َ|R_0:i⥭fnQ5EXب2y{ OH_i:dJӗ6jҔ%ZōbWc'DKy: :̷2֧f ▌cbK+y!r̀~ J+Ξs-2= KQ7p:8TPEgnP7|}5qB:tXo\LRLlAՐvU\5?1Ni~9I-r)|=x`]j`Ș&8P o73u#b)H- H~?"TUL{{*oeZO4.Yzw&(|xdfߓϔKm un8GONCo1S}-OM^q˚ɖ"`{OUOI OBCa,~sa" j8:70^#Axх#,.Pl 57wP_{B!L"_7UgŠ4̰EO%朋a+[XA7*G9w+$~eՔjV,Tb~ex4@8LmALwn7Jjŀy~MR .\oSԚ׮Ğz6jtcIF{Q^ʻtZ3^"cd 4ݱ^":Qf%!̕!7t)?gP/.]xFG֒єdt5 6,$MKKӄ[h\~r,-` ` RPu90%!G(a)|  lrfA<[r0,J֟"+/{lz=5^(n)^ܑn6]x7@Jܰ|c΍.7DUmSpwEt#alD*+2@`Qz)95WJ6 }ȗ 0t;GK+RO~~QlV&ؘ~r f^ Ƹ@4>'aDVyL>~ F^k&~V.BPJ qWѶ'VT,$_K!];(w n]LUUO1Y`1tsE b{^^yV3.$gH Bx_X+%^;欢,t] '`Ҷ9ڰka8| W4 CD\k?ۛB`ˢ veS ÛD( $B/*%>,4;eowkg#C+E'̾;1ʠE)]m.‹ P/`Hp$x]iF|-!t9m?[F# n[u]On:8 E^{#91x =ɬٚN+eyrC:au,wW~M==u*vZMFI# Ӝ `kV^ 澅erv*h!R>bD}m06Ŋu2}$ܙ0ZIbK& JtB,>o3L;8[{wuZbDg9/FcrK84D_:t$8$(X/9x}#DltVڈͨCFŶzA"}pZTN:l.4,-.K_jp̗U*,Ɔi؝Ǭ7qOj_{iFBXL@ac?;[M2fO!q5ո;gю7&tjFњ-{7 ?@OHDb"]r+ͷ&zGow7oC)ν)j y!mH~-uR(Q<]J׏|N &.F?Ŏ v$RLKZ-2 I![W ! 額?q )\®`z~7Y c>h=2g &dn֚#Ȇ]Bac#)n2v T[- !]ur}PfN/OpGs|yETd Jڛ(!6EiFA4ڏ5(Y붷6%3DҮs'+`j`;+ӌ#qRI2Qߥ-:Uwd j2 u*ie쑮[U/پ3NU :!+_xJRiaQ@McݵsiIb֪A KzNwhI_}6}RDĊƈVV.SU]]ܗ)|N&O-ԣ+;[k9GEVxaN8.ъ]E$D$V*71S Z[hX]RÇZnQ@8\}QKl BS EZώLtHK3Tk8 ScF-/섶(kv<؟8j KI8E1>!?ؔ|JC1KKhk_OC/n7IZ 2' +x3mg+N ffuCO_,'O(=,]*ezИ獹U4oz~W!֩3lqꒅ豑O$LIAjpf Đ8F!OTnwL7E8h2o6'e,݊* D]F+9zEP{ULgO;>X4"L@@;WTb˜^V&T*dwƪd} }U4𚳯8]GhڵoEaUpQwKx>J-k.o#эcnnJq2V' Qh:쮼ssJh\oVzpz6*or-p_EbtmZ=g4l?lI ~BS&&,z#O 6bqpv {VKbDG;=BfF52Y Yls`gTSU$ |od=ɥϔyRoV[Ml5" GaD5LIR܎iKITmFA?IO=g]_ ]F?`(Ykܚ}\<D)$ |wC"fc0eH##!zx?gtY hIG ;pT] òZVCOQ?w,*p:bB[ WBTM#NҾj ZUH YbuAm"lì6`ݱ#%Y+ٿ7OocA" VoH\8x'g,4M>$Hh330S?Y[̏يzYY@4i' (m¾Mkio< JxZS9G;‡jӶW4 6_Q(ęY,Xhff w'͇8yS7vZ94:|>./@9ŔMW>cR d ݩjjQִ:^͘ڲϪn7G5_rx('1N10.V{u0DהH^ m\)q\O?DWN MNPõ^SYۅju(l bmvvIZ rjNݝx`alv7"<*11~ɺ@Yl&zMJh3<-enCc?wx$8Ẓ&:6z@LY4cAp}tA FTy8 QHD$KM)_Щ5yAGio{k =aI˭Hd%t18>|4r~fSJWQ2 צ4oDUv"N2N3i+I|ۂLJNNMyO#WڪEI{5z!\. uWq!5\z-OC7vU)6eC&mkk:@&>,Ulн 0 \> 7-M</VS6C"e{ag#S: z&1KO5P)Xt2TP *z8#r"h)ګus#,n5u״CʂTU$hNy]:9? rHK\Q2\!eƦH9Th: m5UՎ,j!g.؞\JʦW dF-t3e:qf;u=#">X:j5:x@18u7k uY:y̚^:F Emc7Szzײ$`cd)@f2dweֶfޭX3Xr򠇇5n`>,ԗ^כ{Nyď4H>:KHn:32퍀V@u ;95AWu`|nBR-Q'#Pq3/A @1FzCl̳a"M)/Ē+\*3xͳYE_QSdd># 1΢ZEatwϽƚཚ|e"b39p[ ݷ 2'F/DQUc_u!oUQ nLрyO?[/ :ܶ|4H!|Ыa0גW@߻d =攘#mUwHidS orcŕ,m!xO#]$Ego0!d+v-Ȍ CE0vk> |=ȌG4}T1yhn$9t9:MF"925b QAI.0$Hgd}AWtRFgF ruDxF8ܓ>'Oʎ"X u z<8%:=p x5)dhB,I>G;“9c~_ʅm_@Ӫ#K fw7>c|AWvأO$wm}ϳDXp&tB@ IfQ{Ș{G8-M Yղ;Rr(YۍLr "hOtY`rs!f9Rxm-K=hDkښ-H1\k'e@ho7gH1pBxr<8"^0Cpg4=mwSE?D1Ano_|rp8ԯn;JZu% Cyi¼JvImuі+ tUȈ`WzoYR_ˀqUkϺ2T[O[OE۷#RJB9c"XBoEz+'Aߍ_m^˱a"#QgQ :+[Y;Io/.SL%ٞ4ŏztjTkkМu۾{yObFvx/.Nx3b X ~@GAQ1?0ŗD}s] |~B:;М 1?HUZ m| 'Be5e;I$iLRs.&_OkڗfԖ-X%&";Ga[ġ}osj//dl\d +[d_BLG׹f?jC3ω ^M}yf4U{'~m?og4rpziXCZ2_WjDe+W cT: !)kd(鷎J3 ѿ⠍HxXG$[tI3ЬI6cXgp{z0:\t}qƓ{0[DՌjn/*ٶdpU̔+=*xgwטxbIKN|>Q"HE߆gH?F`'?g47,t)P0x_\!>h pHoy ?N-8"|Tр˜(CrJmj" S`/ԢAC%dQ{"ﰂ\Ahe.Ȱl`R)T>&WclF6 K UұbW-s~A؛2,Ԫikm3p/YTWoZ]i(#ˮZ eb-zh5ds->vh2X P! UI1Cp W*Tg"Bu71=z{Ժ#vb.rhEM@Y:6~O"~ ':.q{òy㴼{_:łЊf8R Kp+UWqSZ8t2:1:N+p M3CW׏U߮B$,B,=&ub&1Xaoa/Z ?, Cj Q|~ʿ]ԁWcDRXV :ue*:f}n#ܤH8ѭhx? f'q>T8FW/$rV38;WJuaRKж WH6&y, T\_<ì1nB҆'- 8A6׬!i<&KQ{;Zz sQ@]MUIԴ kOOE4َi gρbι:6C( 5Zwarfj G<煌-_b]9=#-[],P;T7zץ{ށ Phr^i8{<|y'pAxz@6hȪK(pOKqM(\#G)IGbN Y'1%"c`g؞ IQD3g8WFxoR&WZpX(dA^‡Mٌbmy6F'̫xo:2T~(PZR ˧)F(->|t^bu1ˠT%`d> f#3J6M08X lzmАObF#u6;;ml{-}}f CQ\ ' /sMGuiI\UC=>rG^Ņ*2C Gb;!bgI`($HV HX`]~/q+I)l2Ȕl+7l7`6yeDxptY٩ \瀤Śtp|ƓsT!DCϥMs}Y?AV\suQ6W]MKd<09jP^?h[sz)@9 k9$uOҵ"CQG =Lj&cW3j %ALzF"i*p:ǨMx*[4Re~t̡͊&G޿0zho4\*J!3ӧZ" xi'jRGG2kVXky[vmP^BNPS?.0Ԧ7vk@zir|Wxȗ dSGQ=O=O[Z[LU wPtPjJ=;>!2v|}70Jr|+N0\|)țp%8 sb`*m@M0ْ˸-%H\|aYC'}KmYj=)LvpWym Fw)ަŅ^k}3/#R#N ;O3CA'$PSMljQ%E#K5= v0ߦ~$lחa]Aev On`R"nYT| L gXg:N0'ŕܗ+fnʇB: HIuwƁ.tuZiqr+\zLOʡ~UJ`uUe{E/b-þ+w;#{dsK`̀QAŃA6B 6 ],qqMwK2qe 7c+c1֞hU7$"Ev G p`h z>70m+ }`dV<SꞚPA[dω0c<6[,j'jI'$ya$&H2wsQc2y8fb}ѨW'Ό7٤zu0q }xT[$OƨM6gJNRlF&Gi >cqs$ ]7X_+ՏkS;\΢ %{pF[Ԅf4c@v [*ɰj@N~ۊkΚE`%ClIeMk' v@ ʧor jᔤyaW~LiWR(&%PGsĽS»SKW Z#Vi<}P\e+v7F(wJ-oE.C^I.sʆXF mLc!$`^!hwqhOo )[+}doNUo&'.1=bVڊ #{ rNJ"k~0cjA"p*WG;He^B. ޻v-"M R7lz")18lK$љ~݊4VQ /:&MVoI4R#K _| WVmųjOgNͰRѭFxXԿIt9r>9_}0^%;mтDXdt5䵸&Qq,"L%h|!P ިkfӑ?u`PŶhRPGWIS.qs_2 |wNiw혐4+̍c.f0^NTl-ѽWl9ck2&s!.D\#vT-;~t(nOxbB]DQLPke[دBccRfN{r.ef)qW ^5=znu.$ˍ: 3~.ÃmZ-9dƣ_{LQC=pku""?1=t)o91x^:\G?؋C¶ӝϏF[ (Ts:?V/5 φV *qLv3A%; QJi3jx4}bU\d}~D'X% h=~|{gOaŜŇcTZ@Ũ8 0H(:&[2c b]-hp`3}O]NyY=ފZU3=Oגd D],hDKPb0Mg:U$Q`'"})%(: DW6"* I%aNuq+Z"taeu,H-!q/Ik(u"oR|Ϋ1+%*sy2nW=P\vaªbw`CMgW0uc.h2o}dۮ(ZS2P! I/nmi?d:l"J}0ҕB0{pWtf tۛ&pr!:Qg(8oRu^š4/E۲gjILRR*l?vBż ^X%Aa0̓",USjGq-ٛzlN+O0HZ&KdAcQ)Yusay TC\t'=6Slc)cF.6Е95V9r 'VFDILuvh7$4:2ZnL`q7kyx׹Z. 5$fL%:u>U߹sC%yfMd+ws9Ś)х1]32%(IBR_zJNfFMD_#)E0.jPr7EVhL˫hk5n~jR}3 X_cCQa,Swp~>8*E˩$;~hx.LՖ#PMe@ t?>d/bFN#J b] 9%t퉏o^=#ݗOaR\6hwL}Q΢-=u4S6~?2q`X,)ʭl ,Ɓ|կhގb=0J;?p'D$nq UU]9i߻O4/iV>g .ɳo%C־*jU4o %I Z!V%u.mFk s3I~INȉb%85m<_'({j^W5O-ƸICkެ]:ltc9<]]״Z7_a.sSbʫI5|4߯ɲў^82&PKP?!"+nκ<- EBT:ȑ3lmԁ,T}L'BtH,/Ӳ*_Vq&CC59۩ cWM.q*2=s_xk@F / 2$oY^WBÒHw]? 5 ރxUkS󃾕^9HmqZqgh(jlcLcYp1/Wvʒtƍ:@|jyHbgE 6_JbmTڒ-.'S70>d:O yjNVz}`%אWw3Tǥlp< ѓ N?-\lq)):H/YS$OQd-);:0ҡyGp*<_9|pe|M*R1P&Z6˒ǩ6EqU0Ԫl;4x~>;Y^ܨ,.'ч],X35!T FnGuH39x\(-üj=X:/1pvu:P8EĘAK49ڀ}QhWeդvE /Mxcbófp`1\ u/.Y>>wG|)ʠRGŲӏ,>w!hy!ZɱY$W>\< 'v68n;y{<I+Ds(ZX)my3nm+;i̇kZUf%P9S] ĔB+uk+6䢢&#E9ǙBsX JM~rbW>b_b_ >-uz q۴q`Z_|; k<غENwBym$cם3fFSrE%NGZݙzzJ{=g4Mh_>;&ް۱ɫClڝll8!nэezu,?'1{f6O{#P'">I̺x P5]F8-875FzÊ{NصKb!2*+TşGҢPГ8Y">~JB+ύBe?+6_GtL hveO ܺpxFo }@P ` {~b9".q$'3=a` Dj. q@=걸p*}&rV4㛷2# d6{3dƾϮ؞FnnY Šu`ƫOSy|-n Xn!s"3jANhz@c#$𻴁>|k]btZ vRM&ZaGr4E'e;n O*q'!\Cn ?@C+:>]S 4bfkևPZ\^DbDlܽϵndyB4N;`=c\!0R| * {~ٞ`ѺHNw7{cƹ|>~eN C %% QMs= ->a>6-H.)<3V@6HG0<].N!5  .HPt=s`C{´: AOՊ.Y yV%\VշhB\5kIULp8xUtL!Mg3- -gI\C8+8s Α@Apۢ|pcG5{_@wabυݠ6m#|B#uת}Ӗjsiǘ\m4梪_e^:\FP9D>(1: jKIӾM3gRC԰ c+!4)Ӑ_ZZ.-k*>Yyq UbhX ak&2J4YFV]@æ.ZES̞@rג+SNEWtaXL"U2ḩ챴GIB:O=\"`(*ILEg7vWОI3Gv[ M4F;_(X@U?@ wFήl;P%~*y~ 7\lZ~Kg# #\h!p`04hf+':02iJyCmJ潎4Oڛv(f:r`-L[ &qEFqEZ Ogv沕F>l?ݚY &В4颩ޜ@X?VL9fM]'UM~EV+'7f~ob( "ٽmyk0jÀP]եh@%0;zUOcl EZ#9e]pO!kJo@l"`9.l,_t 3]#'a@j(FS>եpo*p4Qy bDPDb:N7='o^uc1e(q+DЉvekd1m̸JQO΅%-|媤_{r9D^ocd/ORboH=3JZƒ{Cݺs̬i}!٣9':Wڃﻺ#P[ GӨ}@ZVai g('Bf;Béugjv2o6Tu "]{9SPDnAFr8EpiZzSśo^Ѐ7`lu0 {n-,>&SN1*X˫U:a;o}சSƧ\pݨG!JXU|խȏm.DA b+> iH`hbT04l5 'wӢ6_ɦL6ڄ6BDs#4y {3wP}zКM v WGaRtDáO݌(Փ"PLEJکj/<&hFGo'=d ^Җ) ;9`- Ya Hx>3ܞHK!Q f୓B.BiXDk-n@V-ob0]3`pw sȇs5j2 LZ6&zJ3©йf%E)Xȩ$560 g(l[f+ka 7𮶼Z;K|Att!<3&O<~N/q~SH%GzƓcê'8ߨΖ'aϡCͭKZr#Y/_t@i!ٿVL"1D[_1FiՓRV:]V-S˥Ná=y 1!z ѫg H,ȑ(1K(R\09ID#9luy}{{ gxWE⮀)B~JDl7rCq muqO|K ;>',Vgsme2slܱAȐ ,YB\M5%aU99~% XG ӗ֧p5 umw0OEc?t6x;1= 5)pXE0:>|6KꋆΏ&k3~f~jKK/85ҡDTYH11''V C1B𥹲 P?$B^d@hMuxxdk(OoEdzHSٞ@pI4mu>?MJ@ ~@ѫp pP  _F}j!0iǥ`{ ᑫ‹E-s@WG)A ̐Kʁ;u :c(G CDķGX=6nnh;_Dđľ6 k|"PU':>MRw2hʂ0z/]17ꘅVM@7FEUQΑaWV)gf*-@ Rwj)N j ]^2!`Ѥ|brnLAF~jɫ Cxz;/7Ҙݦp``6VԾ1rv1d! _ЁE9_%tD4״"u⌗wls [$Jak&^q2CW[8oN,vEʑ5uMlYn}}LZb@g䭈ONUR?7ghFy  TF&t+>4h~8&"ѣk Ct߹){9C,)cx|!-WB/aw&Z0o&&h -| O#tSav0Wd n$38'RPQ1GQO&h)螿3u]i2eU bbRA~s|<;}XbLS{%wRPXTZ`d 9%\sD}w7V&^ك&"Rm.Tj G&=h8uã{)=RC8蹎ĔTα)':Dc *ԃc)M $SS>9t/<]VXfS!f*ʹ6AԎnI ؞ӥEݭͧXd4+cTCZs`o;QY{M;;tSQܱ.,t܍1w!8aX[ M[d#VD]nBYF[Z1s\}I_Po(dz2&{6,!@< )갌L獺]oT_ib35Ί*˔ J.ۅwlB wLVD_z8]f,xNS+@֘̄^HjXI^rLi#au-ɘ|'d  xBMèC`DrR_==ҍwUhG@-=(D/K /M@Y({$" G\+HhB\z< \ NxJR#s!}@O,:,-PA1TȔ") V([,j@ٽ!xV)4q3C~iPk/^6S/61$C]ecq,zTIHKhh #I}m>C,h ї6wo~_,B;pJ;n&3L}y7_-8C7'RT\"=T&Ƀ@ & Ff&c53$ȓ2-,޽6|DZl,-]uMPq$ʼn4so9:U `єٷ#)M<WWGUV\_^!S:gѨ]z~"=EaW<=,Ew [@jQf8cǡ?PTU4?OJ\ ?=]^4XU;x:(MC:ĶL' .Ə49mwR-^eBDtkl(@)E>)VD*/űtkz4fËI55ݦ*|ex#GIQ+?['9o( ^и5'%fH7*bg!D~;1}\qhȳ_^FK}<~gBIq(lVutZ %77 uZvΔ1N&#~}24ԏgtUU.Kba' jf/a7F>kO)" (٢g8?3AW8^ݥ3&;Zne(S )M&h-N[o_Hwx_ A#5!i\E̽} @mJL^DoNb;-3$\X9Efj1lgrGkI{&[K y+f"e̝m/iq"W;ԆRuVX1>e%6v5\SLKNvuU:RmkH@|>qxR/*ƆMGd9YO~z>(ce+48r}-EHe$`ݔ +78\t[@lMy|dTuU޶s"XYx?@ [zgyWwPhX^̣oιUM|;)xɗz8,Oncxe{SaNªQ:7OH(_ijӮߤ0!cf9&v .O =b{%?9GМ"0 6[V,IQM-q$,SCXsi-lS{6wlOd;wt!cb¤X؇W$^lU13z"Z2camyw?C.;lg% ;c;i+/9;-ssR2%BfnfmTi#{WGޑYW;/{Udr_S۫v=ҨMyak??wOOe?sC`HΡFqxg$@^@/&OVri_ E ?d[FN+GK R@ԇ]_NDÕQ^?2;tɞ!_R >-(oʌ(56tsFENRSiW4vR|m c/eɕ =u`;Bˠvkn>~2ϥPh|#ȱ44Bre: :TN?uF0$$2Bse 9Z~ VsO{ gKXjg]ǩ"voB Mks{ |̝)Ц%i/% F fŀjvdbێ[rm)DS:ԱN=cr ";f| sw|i>-⋕I:Bs#2K|tNXszMNb^ 3OVeu|@.,bA2( qtpY=/F"bzB }z[@پ_|Lqh=˗ԁ{X4@Q2d*&(dCI[1oo5]mjqNU!4s&Ad+yD{? hFf!VYVͣCu˟]BAR?$P!ry"Kr-I1\Tlj0Xfv0MX$=7Q tC3U&u/T*<"bKϝ?0ľ`B*i(w @ @J- CGcn"֞\`_1 1uҨA:_d^VQ+Txz7WwÎXzJ\U/bY\t (ƭAU6pԷ0vPX1qð3m4EdjyLJ&&p SIq>Qk\qa%b5jKciEeR\g#e|@vH _(UiK-a+)tD"{9[#.3qY̖u2F-~ @ܩl>6X)1X~mߔFbƖT!dPB+4_ې RVu <8Y1J['֛'n:BmbVsٙÌJolU{9fl\N~$25M'T,kdu,6C,Svn?@û`X)n/PHu#7W3a: 1J,ob+Qoqق c<j?ǁٵmm ޸AK*ݼh[ܱ%_E/AW.@FsŸP%Ƞmb~l!^ n?f7^?gF/2M(%п %%>%L_'g#G뿣 %SsNݐ4g3&].] A#fqm/tn2giwjJ"Jen'U /) }:bb VkB-Nb:AERStB+N/&`&~4+@ܝƋ3zmj]y6M  P-r,#W6[]n^€/ԍ/ ,Zb|71r&bNC"nQhcSZح7`44i,OqA5z~8f3 9W BfN#xo/Rˠ#Jp.;ibwdl=aRß9>Ƹ5yєҞibc#4bZ~- \b\х( 8tIH(uj Ɣ{Q& ŰpV "WFՏ"=Y+EߕUt{#vxh͘HS=DǓi[  M)gKK$y^G{LM0U0!Ե虛ઑ:/t0iQ%CJ~3KadmuSJuVC*r| jY)3`|Hi*z:t\!Ʋ06aiI5G7I?X]F?t J]CBI Y7oTv, >ףef hUmhq.MB̅Ӓ}>S1M79V3IMvĄ2'{çV9|z|.-J߲p渠$'p83KM-%5W:FP#V$~J _&jhm)A_dzb}*Bq= "yթo v# 3|_|?{Py5b|'UF9HXYd=$>|T_ûQQKkK4ѷύA,e>|u 8yЙ+ZUq鞻FHd`!o׈#>`9M%1Z_F']87T~w 2M(X۝G/N-.]nȈV,L^DlV gny*mhZсƛ}Ea1f<{h BtƇ)w=3Jsժ= TRZFBUKm؇=:|Bki1"Q"au{_#dEy2 6|n~_DE)fv L;~$Q &܆XIpW$YhWkLFvt^$/n}[NTm9' p msꉋOOp/$X2X0kYمYV).lw500R(@P&7)2k=蹎kG{j-9nUT{&VlH_džA By;*oz^:+:a!I n~mbv FX]PW,4 \><.+ԓü8gj{HDJWml/uu$|"Hd8*xj "^45Dj=~јehOVj䭐b)=pZi-vzzi/G`h ئ<ާGڿ=􄕖j޵C?s֖SINelCQ#+!\=/v Ѣ2/3erG-X[F˧o|Z T_3y)\/+_'| 3+RA;K큮h :0Yu=) <щۿ.ZE (`dWGHf=FQΩ,GY˾@PD WzŦmŤީ%vE {;J)度䵈N68dNsmU$/d}ظlcM ' 'o+V*Lo$t7m=;1y4 pQ 8b𔠸l=Qa=S> (uZ $l2Ԡ0!H=-m_Y!c)qOѦ"~=UT1=?!RԎ .=l4ɰ(L-"$I[w0~ iOZ 2k><-/]w m@n`4 &VGgjcs ǔ4/R PA+lhF9Pf\Qy`rLa1/IM0wCS7e7G>EA~.JAj]AĚi"V3DRmO;>6Wp37!{X䨅s'yɣp- $W!#uJtTXMM R6 ]^?KDaDD%0|0r-j{cSՎMmA{!U>8U'tDe E.Q:& 5Jj1tE>{n]F2jeiRN& P0QxCRHĖ7ta?u-{ҠkjirfuF(ړg5g&UxhפI.T[}SfɟDg_cR9˿CYԜE*@zUȆ[ 2?a6d9{U\~sRw@iJ΁YRΈEԐi9IzA%O=Cd1KKJ*u5J%J#+@^,d*X`ݬ ,i_x˳iH=*Zz! QweMȂȬ#0a~XS5ʢT^Pr+Iz~˃deb.CdCfҸ)lpc}~ǽy#N\]O3N ͏C#R7eQE' ;~٩xZf6\MuN!$lix,\*g\J'w7F8X5z՝u7m0M*稀̤8jJ<UjTMNu-8.!=&tx x[wi3B"w.our@CD6&\ Jz9A{r)tĹ̹>k XةgB:Kw@h6eJKܓ!W^Qڞ7-+m6T6?fM0,xri$!Mx21{A,zȞ@X9%7QQSt~t 3|}e8-lFٹ8xroa6᧓~]23(š\zsO G"vC#$:>oK w$sh%BQ\ξOh{k" #\"sj#iE)#PP iȽ:(gԺׅ_/XfQ9Q}HxiLD_β`zGnS8Uf%B77Td7ԍJtFomG\h<ڝ͜2ͿɁnnH F" FBFi&Nz,Y1oɺf~1A`P;{ M\Q=U_N-.A8dXqe',L=fٻi3~N92=r fW?vÈgcFm67HldASkKw]I槊Zmȁ+gzx_[@޳ yfBcbf܈ouSls4[/Zt?a?>v5h۩V)bGN۹v NTyyj&2UAM$l ha6ʝՓ ZOG l&1 6~ȇq\JrW6 ]>r A6E)a-DwKȁyӒsFg ݮDr+da8@&uH?~KI2`w#WMrN)9SmYM*?J}4DVP !!``mD;*4hSBA$I߮ Z=lBb}S( 'WznNODoNI\MPRZktȱ ,Ւ1n7!K4+Z[ˀ;zI 2IkԺlj]/7pŘ3"s8 iozLؗ1˧k-uK-K:t4gv=-gvH IR_cT&S衸^"}?*n b_?q? U .b"ROJ\3ZstY菪"Gܴ8;·e7R=VW؄D4фc남f<1-"LgO-9H-e~nm_@@3KWΠ:E5F=['Jfgz~5rs$@I^9D֒A|CJPp^G& !(4}U1¦ՙ)k,8k<-^j ,}aNmUǦs;P4Ca?1NW᫽"*Zzej,hGk LΊt:oڟ\$buY]YHq)-cZd<BjY֪&/c^Aq䋥xFWR?:GfY7]o{f/cOK,n&A}P L< 6 FFMd>SQvL?x)kY z/i:uoHë9GBFD3nצ駥[Z6+ŶkHN#xui4,"|_M5R[楸h^[qK)|>Iwu&+GS)b=!h)b MkI@%<*aY ٔ*;ĕi7Y?ǔ)f&ED\~]OOI1|%P`|nYrifۆmp[D9pn^VZgd9sꨞ3v*Cئ,pm FՒ%F&fo_ӌ"@{بʧCuD|L=_,i22(s;*h@EN [a7ɓJM*g⅃͜ 2:Z:]:@$i/HysS=źdPs7uŘ>*t2Z40 |D Ph:xydM&uMҠ̱=HLڵu?=P^$iG&e*J5Aa6Xtx[r X0+NNhVi&;xG`is.dBQ%G=-㜥`y|]6}) KӘ^jS"dHWQB؞Nᦀ .˒Z ނ PnLe\nȏ})ۭ+Z/żM[!X1:ߞk Rm+O  KOE?Imވ>?O$#]oWDY“vElłwh,4p9)ꤓWAE-pb[KMTg 㳰=3[zbUN"nZ;,VUEAd [MsHjMqx_KW{̒[TFխ5͇C£;\H peiuG5JvULc7YH&O[ÖN dG2.E*C3CHAC>Nִ%\Mv )gq#_e; MXn 6-w'6"3(laݶڝq__?`sqkj2/.1CkRsҦ:}P' ^mV4hg*6ŷ T"k&`Y٩1.V8E-Gi0;Ԍ-3lY $cSZI RڔdJj$x Q#v^h`DtŪo=+G/Qt+c1dF]IG_+oગ'բsJS^ F{ԷUC+L8i|AS ia5Fc=)c6pU\V0*ڿE1tJz7oLVnjslT]3(wpUvK$/!SZI#ms,`oNQ]@Ґا7UAl_?2 cr`ak l/`[w ݕ"siw"!PT" %<--[($;YR bv\yPEBK@sMai Fffe屼6Nc/zy X%ĥ:!I(r:z? +Xl/!21; OeG<,j󉞼]44AEN;5q-.xh)(% F~l` v\Qrk3j`1w%0-*ުXm5*-%_WokytqBf>EM51ԻOr٤f4'JMy-[6vVtCf\6]G?fTlN<¸M$( hEF<'i{-S!,e|n)={Kќ%Z(&!h12!ęV޳䛀͖)h%dx@] 6ByrS*|)P"66-Hٽ~`OGA_l~0_MYvv:efX)D޾mȈ~{n~ҹ]cJkԔW^Mr ԂsզVeؒeiQY 2%01x}FVJtHk . aky:S& & V,0BM xchY_Amg{sbZ]ep"Di=!KlLbq4"O4#~>7^ƸS8tNHvNFF2ZQc4'Ӽ&ib]Z7֘vak~i8F]V2({X[p W|߂٬Q-"BH,Y*7lg27/o9S'v+Eeʂ?)9ބ<(96ZhH_8{o`thYz&{k7Cg>t|FFH; 'g|*@ 5.bf(&NTrN%su&d3m/.=M=ze)4Z2@^q-yHG݄nrf/l<~a{X!koI,F2)"a<v V!ò18$(*}p{N: FQ_N_nEQ<mo_fO-+jݎW|QE]HXՖGMU;71En6"rҤp̅x[Nxnly|;zj* D&! <_!&&1ЀzH#jJ@ !5F*T¬-`Nೃǒ pv6a-". d\JSﱌ;. RpC=U33%! .L@>Sl5C6`o ;w_:c퐳Ϝ@Fw%]w6z}r7Ho{ᕖ,U-P[oo.υM>n$)6mmp`fhed >K9 (Nx_%`ݎ.Gc=I,LNj&*(JcOcSb(+ο=0UY) V@ӏBR PmKl|r q=, b!x@*u=C Z@jə9lAV.Rm;yﰲWeVb5aZ3áSlSHƌ4W}+(IvK%-/,WC|`9_E.P2AqCJؽjwI9Zі؛}WxGea:/03Z̒Ҙ?J*ta<,B'7u]l({TZ%NrJG0>?6k!WLA0J#uL+|I|o3m㵙2ٱxJ톃(V1:U Xɡ X96y'Dm Аڍ<-t^ dj ~|2rN:g^|Bpn1"CGV~6GĨxb_Ѡ1ZVi$NqС4DY*[|db\nAĺ]#gȦ AQ3im8 Y/܉[Au9{WI;| ?We;VBk6ByUM$ fs#h(,U' c[5In 7>,Ɲr]KR~ßA!8]R^H\%;1q#^ |EDr6^:yUH {ym2I$.;RڹEuU4-粄o-+1YgדW\Y\ݷƪׯ7QdOwXH3\ڮqr̈r!yLb+lmT\t}2T}[h ԩb&D8oMwC1ܤuo Ixŧ{v^kh+?k'^F($yF|? uc-qR`,_D0B7R6TXP̏ 9x=0 r>hLq㝳9<7X|D߯L):i`W'GvYJϷx?6k{4# yzσ¢ܷ7[zK͌v~z܅ #Tg:32h`}립F)o!/MDLHDy吽Rȋdl[t逰+.5N0ڢ V*/.1B|^\JwIH*YsCqQ=@vfC:¡5AaPhnt"K9W&h[KEޔ쾓AO όtJFЄ<C.Htw*ji52']'[PGypcw>WAΎ?SKl%zG|S (W~79@^lR.j?E - @ן58ser;Y rxMm0H˷ccX>xm֓֋J g 9DP[!Î̿Q TcHHڅmlkx4;:gld\a'^(:W+ub0'FaMΊRM*TZ JC?۸yb>sΡhWR=7!FN:ጶd58O3YcJ}$'5Re &W{[&>m:CjRĉbޢ8p*1_,0#4|?y(h,boփdǺ]׹z X;|$']ܥl%&,-װS( JC験L~l|8}:GNKg1:_:BxpT9bQm'9[Ȧ;ʢQ1S $Sv8yfV`HA&?̉_%_DB౧ 3fo`Yj_{tã4Iu1Om$z,f1!yeƟx^!A"||my >N~mN+HsO|Ik[ Z7iQ%d^6^X /6vdkM׻luȠ$~-}x̃+AUZRB{`ς(]eƷ9cuTZV?'R9C38"D@.-Ie;U ~Ʀ4Azlhi.u|Tz!N9ҞOL3Cag` q6n,~_v@ [%b%jUJT 4t:f&X_m4v*ec\/?g=s88*qA}b{? ^iY7qFn& 8 94w઺cm, ms%=ʳ]K%Lwa8)c̒)%^W&Q]ŶO CثoqTvlUI~yx3ؕ?d^wZ'SiWj)q Cޕb;c5%l$ȼ4,CՒ!@d'AuTMzS+#ɷAvYZa-Hcs7iLϲ st>v’[jYb)L9~&(xB2m)el0F$7&Z2\a>5RTP:[eK䨆So@Z&bxW,Ց񯒼MtymbOQ1]Pi%%2W%yaH"H_arQz1~X+TX:{i@x( p"~f#J%cF/>q@<\hyO}uy mvm=O Q'hDz#0,UOP.ܔK8IL{eDˀ)rP?G3-<^NNa))`;q0~\ 0`i5nM{iF&y]�>96C,P n8V'Xlcx>8Cv]OH:,i4WH~iȉO ]-nMNlW5ChS g͝9/ 9`";vJ! +:9Uۣ\)OtSq]^3ikc-AMڻ3,$]\?:d`# a0bb>dP%鎘kL upi@fEw%xO 0)y$B؛n"|F%Bw`#闎2%>8OrP>W3Mzbq-Ҕvd_ҷvL}8.XYŏƉ̿@sLW3U%yI/PqB0(y4H!~|OT>7 o O{Qu ]z;|Eu5&5eلhq%7;q-`3rF#Yp6 36792"#]켕% -,]j+ņ7XF)fD'c|OQl=2( wtV&}M~929}VOJ᲻3=`IĔVXal&}J粠/R(ڡä́-~]qK?RKh_Ь |:D(]K0>#Hl=Eڢ!6Hs :-2OJb^(Lւ|"+dCa`|]1ZҊ>"Z < i2Z =F61EEhxǶn MrNV߮4;M(5wL8Zsʽ7iՂ/#3Sl(IQ }o/vqx.AL7gS) șYΈwę~t0%6f.x>hu+<-C1QR2Rg@~tGPc&c 7nD1MY.\l<{s;DHm>{a}a 5M6{>IvcXtPP.sq[Pxc|tKڶ}#Gwu6{>Hxӛpb851YƫV[t5<@áCpX˜S3VOcdۃ驧=*t|v\ˣojvR&97Pml+vkQF71%ւ[@w[N "An^F*<#wNrK[TJL+K],]#0 6L'5߲BiTqիiVԒ/7BF2Jnm!Y#"x]01yNbד.i66#3iOt$"Bs 9Q)B8<34IOHiG4۾³QOã]V`X'sHSx Rs /A'<"-x\9^5rK4LKA44|כR41 7o 1X|0K~ȞNy,gr[/p+?f3> \,GZc/*Y(]F*)§}Fs/G:d,h#Gs݃{w ĮqN$D=6r& nwh>r:U-+z C8jA"f$Ms2 $tlݻ/A0ճXW% xԀ@hG"=>LL}],YhpR!s¯.lƒ0c,dz*ksZrmy3Q]^Y13uoRT,I 0Oɣ Pïq5~+5,<NH'aRL}Dw? l1ƾcO*,cYIC⴦UZ_xIǩmGiӘE!CŲmjM_nFm ";n繺HP#JmR;76q "Aךcb+ -TMlu6JC35]YvגBQpOAP}]Z #ҬLYۺ?$HI01Gפ ˷F9!1O,/Ic'2/7lq "jMvJ]sH9|Ta$EAD\[>)N߬ j}ׂۡڌgFnKSbۊm Gd ld*rv>(&e;%%j|=D*rS wE#Vaϰ)ۤCC$Q!ks Ł :1 -7]|HHQZOeB,{AumV.eW٠-JK R< \w(r!h3NK~j0 f)D|:'L:[SUa! L,v L!&QmR 2F)/vi_QP@6%ck"?~6yxy&2ugJɕr%|+ "Ə:*-uH49)a~ x r7Et9wcFd0<'Ou B&,++F%y汪B*t e5Λ `s|0{qס[/{v|ycϵϲ>sJE{5DJlcZp2Ss¶$P5F=q|DՆ~R;}iT'c-Kk4p (wrl岛<}/mhK(dV1=6usS _Q09ʠnyx{cV"O}15iG@zC<H>ٺ,r@ԗ3X%]c^ ϶J>eQDGphfB'1ȜRJ5|kWkH81蔠}^-l1#{ &La~2 O)Brؗv/oۯ:+)HtU6DpA{هr_m$p{C㫺ڕn[ZGfr7XU['dPvBu9 `;V>/MdD3JK);snM)A7R},|Ė'g޼Ke2TDlA_>35}ӜiB-mJg.NArIqIϘ!;n#;1荛u1*5GV b!t΅iNUJR=c&.Ctq痮( )jG{kcд8~ff BkZ-;gs\֤'=/{˕DvEzT`*9?.qMU]YKvXH&*oqqIs>O%b >uGi3G64bbF\:{yL*p]ɈukۘXUHhbl<%r5eix{DjlΞa n׉Z($6(UU\>5}hM 8-w'ker/!>[*śI6ύ@ ,9 LWӋ40QO] W?Isdkge@~͋ v_=AATﺼv\eX+%@rRG⣴`pa[j5gBO+ҀR,'AXGͧmSwR.Ogp?el4ߧ<ܾ㲝z D>b]@[uЭ"LV[ʘ`=7eUuAyhTJ[f۸Yp` +D~})D&8rHوcXbY$0?f\PKT;ܰ `0e=X/>"+L Yۮ,OGDXe V,ڮ[J(% Aq/VpdY:^L<71ɣ&n# =Fe{G]ʦ84xEwi2$/g!gKk\%/||8>p8IYPTsO 牅LexUDؾst, 2* 4w\ـ 6q0=B>c:K0V |W΍Fh)n6C` \B5 ΢ ȏs%XIYƻ$R?qwB]w*oh-+CC3{nB5WCl,t:T.A$b#Wap;:+G-9b` G"tO3QxS+G?$D=[⴪RkH*QBH&k,˳dDm)wT70N FzzRj2Ql 9 RmߢhcI,{7 =$"@&}CqL[&Vk6>b~wʿK=|*>Du#0ŚpP$nNd*zKF/ ɛF0mT HJW2}@8.lȼVd'x0 [wܡZOx A)WذYq<]O_(\ ;zCɭdlwT:0Ē mo |a6Q O&F{|N'g!Tuvӯ"AwW6='̻z:# l>؛BoyԵOm%%@ ɷBt*+e;-9Q?TO:)>|W\wYae|'6ֿ⅀t:Ț ug%Lj_ #f["k];wՓ]m7QB / ဿ I7[,[!5W0r֭CǪT,Fq#9S"[yfרܟhF4(phLVmIyӕs G KYD|]H mn y[6||W!!P%l䆆هK㚳X<;r ؎ٯV9HrR1A tU]`3-Q(3uӵDZG rp?%ul'r)h]gt1'aX+݇yUb#!Gڐ@cE' Y?ϒ!.- m6eÈ {/wz/UFDrV-%[/P4+: P_>HvQd4QÑnO{^VGZibC%T^L6P d[S 4$έNpz7L#t%Xef zW~"d rcO"$F&򫰐y˶r|ƣ}] ~?CYh*q@} 7sW}cFx>Ӈ!蔍٘= u]S̊d 4k< Iy>cKu>'{ʿۧV^i+T(,0_ Z.ж38qDJĸ=mb8uvGq+!nC0[.qG2k[wFevcvkOmC9ֱH8XQMk!uҌ1-g_G^߽+Hi%(Jb:J:B;j[![L:Si ʒ%Ul~H`ZkAbKY: m 9Abא\K6;[H1 ?m%-ؕ7BPAC|A!TUq~Na8"j7M/nUт&$>h#>T`S& Gz;_(*{ΩMqx"w EZ\/RW7kQY7?@Cm8[ 5,) 8 Pm8ow|||ʦ蟂W9G5&%j$,J&}9Le{/P s>5h#ץƕW(-~Uԋ͔ <@(AuDYozWt7,P[!L!-(qr즷R&#=CLaQלJGIE=ڔ9HFpf ы.;)$fˠpoy\}x gi|$[bۂ,;!q9$&^>`9%[@ޚNM V@$鄭_.!hdkPgs]S'Zk#r124J6W'tm;bkHrÅ~E+iMf_$0G9)설a{'HxKM {#j6ԯEM=n$?xC /UDsiu9)er{D2KhOG'PچUdGCe9E2ȸw9uV~/V>?D "A¼r6PO {_R & ΅ I4\Dгc9Nѻ ehDSv.emU ŧT5S;Hbil+a۟>ҨVy:)V4>q0AiMg$ 0-Ԋ7}• XL_xPdd 8}ta#M aI_]:u8∿gRw.H^6c^ZyLN;11EtGx* nP$%XWQzԖ/Vaߓ6AEg3`.-ѹ 4fBejiɮ 5r%G>S(ƸaF8R$K%s4gY7SMH+GHԲf#RCPG!k6hl&*Mkf˕C!*w!~%$6M L8瀒҅$ {#<4} p |A8+j+gM0mAkMqck1:1/̚a8M 9s .zgN{?N)5Ba`0c,@4( W PdKN _5-n79(Yf`_F+ĹrDU:T,7GluJiϞ" uN\ށV(%4}H} \}ۿzrEʉM &j 3o!d3ϻEϲSJt W8{ 2@oK;+$`&|̟ m@Cac=IL iޖ׎ @EǍS= )^! (GvM5օ*.F؜#'?S,ScvMȗW`̈=h [g >NH[xŕ8t:m8$~ U_q1t_ .ltlKBNjwZ傳Ӥ Pi aW kiSRɤuR M(Ielp|Ek*dUgSˬ#wHxGrl xq\ Qr@2 fhd%9;PV Y6D^X-̽5ĩN_UǕE.]3,Ɯ/ qWY<6)b0wM]z>w ca"r>ЭCc|81h\HMxĪ˜ :ߥ!,cy K?CI EX< ث.%S(Dd:y/ CQ|CK(\fUWSK %'(tKɧ Tp[%0R.=.F;7f¡Gcs鸡R7I/~fnCg|\Ϝڡd$R;LK05Rz6B3~@*YЌfF6 mKX:bZbgt#9ˢpL^<g%qމ Vl蝳}cYz/?]^e@gPZ_-K/çK`pY8^,i{H86䇄͗$Fr JUhf.d*mo/ тA% F}7Jc S& ,N͈F|giah2?y*ʮ69^c($/U^ݕ&!ۤ3B%,Pk톪/` u *((PG"/+u ZRO0)+k& 3TsC_$Ac%f|ԉyxwg5 Gdxf[{hx7m= qq6Dƍ옾Ċ|x)Bo(d/ϏH}*Hc.OȊxA0oR#OGE,7۹`:;Fs@ S WaQ3(73K(// P\m= u9&ЄՇw lx^"a\zI}3qa#%\<9h "?ː*&GJZA 2^bÌk-@m 8/߾zU)$'GL lhξ THw?~%v%[aIIT;^y;0vx=tWNG@nFp9wabuު.,Vms}Cpwl ¯ +6=5 ܴDfdhQ9/֟>*NsZ:@pƑqj6ovHy8cBY7Sd=cڭ'gW{x3S\vjQ+; d)Nx%!x0ƃO1?V_vϷs7@.Џ= g#6)zdC@)mgcDop @k[ZUrF!=;~JpS1Kraā쫒\֧,`TP;"=+TW E49'% cg 몄 4iהmr/.L vBh_h"F Z^j;şGX܍Xx>(ܳ>KCC/N2YdI,1?6@lIsUj%*LCP츅n!h}&1v>}&dѨ.eb tށtnv!]pmbHtBI\"o4mҬ'L@ tvQq hz3/yʃ~w-dɽ}:Pǚ8g |\pނ( :Ԅg/7j[Ў*XΘȊn.i+rmg,UP_ZdR֯|D~Bz<S1J LB?56Cvd #Qͅ, k;"[Q3RK _M/4$Lm=-zߒ{wz.2 >IeƃUe% N%9ER[~c']lK՚*= ̰;:\o wG@FFݓ6:7C?UGo)I:Q*Lg(qPA9 0[i,HFYgΪEHP5 A} Ee˿ǃC l0r:2p<$%}}L!k*1h^Ѵ@}]-Ap=Z ķ*OD3x^m396Q22 8RCsd+N<]#eNXB#{oSfwfykzo3k0,5eoo״x+pNz ψȡws\,4);ł>K6PɌ?l'VPGu@OhQM?MCOx8 F"H?vJ>?a&EN;|ԛmW(=53+Abgi"4]ڐh.MNv e3Kw u4~pq󯩊 (-lKJv̿ l)+Af[4k*Bv2^P5 < /( tfb'&woF98-1J»ӂSJmqi,IY0,GVGw.qgIiV1$31i.iM8{۶O(.9/4C}着&a@) D¼ ]jW*>>[3M="멫cnm\n{#'%qjdeW>aG MdG0GX.=U</# e fB| bQP:)Zb~\QPCͤ @۸—c;Ųu f?\W9bF ~KYun9Yj1g Nu[=O ؟Hk<@x=.֢]pn:_\I6U5ظ~XʪeRнCvv2АfI"A dfҩgLhPd:@*/WPX2>s)ꊁVb;ޯVC$IL*A-UpOLlb/ ?Ȗ,qe#8ؓ,/1hFK&Ty ZYC-+З,LWݷz^EcBwK!uҹć]"(>Sǡ3u4c^C%1 hW@)[=?|5cr 5>}يu^>/Cր+k0MX>96a+~q 7ݷL&G/MqZzI*t(rUHaoI0ĭo @wVM{g@Jb}=셁6gKjPܯq|6O,s$jyCV@rM76劭1ܤtď{%:LrB[}8+AˮSͣi~o* -|}tQ&^E}F4Q\[%?JM_Vd z5ci^/z=cE5p+R~9ܦ2z 0m: Y]^x'Tք1:o> X̯VziL}Qd).ՊٽH-yiP +w',&Jfq|B<[a_{J Z̃?j`UUXx v[ae_SzǬMdaIVq^$~N#VӝLh/pv'B!)֛=t`IEʟ4WF!2R A, WBW +V @dH[a~ɑq L{U$J%|[߶P<#tmZh2&yPS6eζuSI)RO[wZ7k f߃`֨hrQN;[6U W?F~^<49TY"!i_@hR4гaDFw{ }Y8^ 1s{nR7@R5=Rt7^2&lyjijSEdq > f[v=6 [ºQX{Uw i*a9'oc4rڵ3okתHF-? 6|ۙHJ-N)3oscnE~7p `{jn r_u@x՛3Δ٠yp߽ JSƅ%F"5A~ntY!fR\_߯5IΕୂܥvWufm8-+/^[Er<qd8}U-DŽǽey!ϖNNW Н,gTq1@zJ^H2:iiݗkǭfr#\lsg  b:,^j @ 4_Zr7Q̰he9!^؆v#hJ2}zDO |ک `#}+J1\UM3(2e5`iIk}Ȣ7))|ZO ﴂ5g3gְQΎM`=ϲ!IٰfBezϝxIwꍘrb$jß VA77`-Lʔڅ-QsakxRU˶[Yz"e7Z $cJ0ޚ%EMq8RL.Q: XSbab&ν0S l皦3OQ UϽ9t/{;ŏ;l- ;L~NE*$#-ITء%_߿3,{1y(mB|Џem/(h JF9|-(e0xABю!WIɳ2{\:t$tٛ#;N}Ψs_/k^S_c` gyzC]{zΜ}[Ȃki;so@lcg+r;7fk?L?|_)+(؝q qNr>f4)Ex!o^B2fߕb RC|<|| rfĦ.sz\P9sДTV:=/)mB{c,ofxF D乑Sr`bQ8MMpOok^,Չk£X{떬.!a_NEܙIAD5vBDn.~rmHŎנ VZv+rKD7);gI]Lf)/0be1 ϪzQenQ$8Lއ^ Fe\ ޺PfX&9lݪ/ S32I$b~㟚+v og@#?gxWaE(B4-yp||.>"y͜^hLd K+z, 5γ}['K^ꨇ83`˜%ӆa\P\؉J~=& .1DL]a5pi5~ݝ)b0$Q3@KWY`ʀ&d!.y+fc~^eCɗIW4,c;ƎTP^4\#,!gnCa ~Z^^ڬ8'3Kpc3&B(h.HW] GE_ SAV:\ $i iSwI³7%lz-b{#3EV հ0.J'Fy`sPkV}6x\g^' ܤ~^> La`/R\X}䷂f1=~;Bl7ʳNMbtwؕt@vH d H+=U'[F>QuSȕD 2q ԬNNn~&IV@"&؛hmXߴG_;50p$ Íȋj|w M:IaǡQ2t] Љ+4`SW.M_3X.vcux %h\6r0\ I&gwZt  -e: g9 C!BosEO6W6$E էs|Ą$uH!4L{)ē# }F&\~?TZa B'=mgyο%`17n'k%̇n w `)`18:3Da;Sw; `IM'9|V䇵6arxMif7;%J ڜ4KDQBF`W 56M;a%~k4[ud 7r?"Eנ %\r~Ղ=R5zq[~O=&Y8$ _cH܄C߬ CrzUoK:㎓uYLj{{boL)a7P8zi!e~$H3-eYIε_y;H%Q`U0:UdO3dnluK<#MHeRY[u,r%ݕi6$d>hUkuW}_/ۢkF-O{ho3Wo1( #y%܊lޢY45ΣӘ\kPNUPo6amٵukϦj+M M)V!kPi`U,(ev0 xl[A?uFiɖO˔bSy#gnp\jDBVi^*]eqSaBbݭ"0Kܗ-"NW3m YnrSVZS=^Mc f|HFNfP/Z'ۨkp77`J2}|3ȕ B丼6;.S@4|)*==/,Bb{܃bto[iW-ھU Blcxㄏ2uݽF|>& ХZw-^.08i;o~~El1,瘝dp܇<\wP ^FW2iG8P|9n]USmAD.ٳ)l= b u:N9ה|d c>MINu fa\:.TKSپȐrX5$[PoA &^3t @S/XN W#( iłӅ4ݣLl.HLyt4;g|bZE&Ɩaf \qfth[;19eM Y*)Ꚍ [>uϸ4>\k U8 Q[>讘4'#k%YY4CW;SbաiWdɷ뼿8rBb$8r@,o|R3S&/5MBe;(W?#?r^Pc' ?XCgi0o2r޻ &X? Cg毠qcb>oNd;)zkUi,jXʤ-jA .Ic998, >@bz- Ya-?XO9{oW,vU ?eIbƏ?zB{vZӄ0#,m/DA4MUL+#eH8 ʈSֱv9Nt -G3*rEK>5[ό^*w rj <0n!R]? (5zi16N_FeuXRۥgH/&Hfi0yaݢH<,Ht! >! i=']XZ#C{XjÕM %YkǦF\*w՜AT`k 8tVdgxqo"{Ѱk 5D^vKq5V9i:tZ9kJwbRc!E7GF`@04) 0)[T' J|3;FYx]Gh9 a@*` ,T@[w`{^č(^u/v ^bX@qqgaS<PR4G+j%ghr8Wf3Z``12eSd@M(?R-b_G=)dh6a΁; #T4Alr(߁ʆz?g%̪pfβa)5ŴR<[tcCe>|AU(jBuU8CUy dQoR'<4mw[i|9,_MRG%T0x1.ȼT-8i{j [vU֦*Emm*m3*HM U sEѕLKlap7Iv{eys;z掂X6I(yS~Z]@j0]{AO5f2/>XER/Zۻ)u8ēvϢDёPY'k̳33.S-m/u%N/&MMDE+c k֧]&PAռE(o{|jD3g DSgD3036HB)q0"!6!G%}=Ͽ$_(*y@ g6B!;jLf>]5ٯhV; #UծCc=*vѶɍ8Dq;aJ3s9)siv5)k倝[ʴ?7Q9of{tiʋbHC՝RXbB&Z9BKZ1?bcŦ@j}o6)ݰOcqUWߞj#wCf ~XX[g\.uom <):tvE;4+ch-Y|`f+)s_-y|(/f8 }- Ir\ ?;Fvޡ X7!Tʬ>O*_T6rz A7xiz+XKnO꿂X~;ϧ- tD E,5f8᷽ u0Ou[7lE eI (H+*B7c)rAںEN G{v>r7ʥLZ$S DTFF<~{NDP v{UM6:iWX:u-tHf7}1[^D٭ƱsgN"p `RRM:aE`yA0/ i;d]a0j+!|" lFEyP>S HQ&;xߑ7磷ͤT~nKVJ .K#n %H!D,WQD[{ D,0%]jBzq2\QXնݜ\u#OsmMyw/ȬJN)*57~gGΉ[0. ̡7J 01Gͦ93 8_EMQCp 7~2EhЫB9*SA$E.2_PX9Ǡ˖O}2QﴙoSxjG֨wIf>6%`kd#½h}/!BV^qg4K͹~a s|r \6B5 u+?wljv `X衡k]7߿i (jaW4IX?U]+y^qٗR>HAF;Z>N7$Q.cnFB@>U[L)SjѐT)-cLՙ*[H"1oXj:]<HޮaRT&`cJ0Q0]$6 ibU*K#U C'`O޼ F@)PM);a7$PZ < pQU'_V1KML֎)P!ămh_,i.6m{.Ҝ&JL OhՊ5=3>Ԍ#VC˞ah ]ڬ`jìu!WX! FP!x{:uWFe`kGR+ҐlnlJ`hK+)2SQ;efȏ /]qX<o1Gkǃ"YےJNؕjhY55Uzpx!A1H L6Xe`' U_`>BU t\:_\'=2 " Y[Y5d`Y-;Zh.iȺUH)Pc!t]VOwAGpwŎ=5VB6 .~\0*3U~8sVbqoż0 Adw*: byv\.Kٶvhـ8C& O@eqQr S;oBtg|>M.ړT!^u0Kc;A.ZZdौT=bkݺmQt R%O(Rs휩!#1m eMI&h50r%L_cDRKҷ5⅑2h©u zwȼ}Zуy9䮆4o)!]R;b#]8O%8ȰY3̸Z1NX_[xױ'z9ĿH]N\6QN}{,:Z ]ℕ&C\ ?yu$p/UQQuRWhP ѧԫt3qQ|yq)0fGN0i`:vJL,SፑqGwMEVCh&pD|b>3!o^ă(wCݺI0'I>4)C7g}a@ɶ?C)IԶ6;RRvN[HF>}"fG_7=9Vh>YgV!N4sfI`bCSa%ou JBq+ºK^0!^+c,ejy{Pu%YTZ%'B7E$JEe讻a ]~աa%zC¢mMI.+*e=;^fU+H1 ˅s1"A:ex_'Yhh'`T<[W#b9$URds8rD-$W,y3-aX)kMt)_scH8Y}8N!s0䯦Dio*ɖf꽃%II4R] kHD03̭a 095-tyH&?o _@V%"%191󀛶 Ki n?k[FK|U G_`#:by$k|KDɵѐEAY׌eAۤ{o=O>jˑg>F@[n8\8XC Bh*ݚ1 uKmtAd)RY*݅xs|S\f 8x[B#oIP¬ƟBJ. 䔨e)К\ ^-fIWKzW$~Y]J!,`>Ә?PAʄF B+w )UB9]Azb*fš_ozW 4zg4_]2v3p0ޒ=;˸JvД(ECʋG?QA)Srk>pEX x.b&&д-M$4] m4bSP$tu,iFh**<# v'ڸ\QrQ=r="*H߻ӌa=SCo;Q ^C()O; d3/uN-/* L#1,C,%?K[{LJT7M"vbePA[5_ą[PIUUғSefsiFe~8d Ld[YDST ?p< kDQ #m)vژ~*Q!sRTWxAo zK`m"}UXyƻ)%ZT0ĄWDM0rk.Ƈ"g|XlGZXǃSnfswj誆BlP emu-o7N%Gw.9Z1l'\13s)hGXCn+7!5DQU^96e|BsXKdD rtF% *n\t8GX͆n_BqXP+ =W{Րz sUt8ub&z~\UQJWt:W,+\ISGk 䴅anIo*2 Sܺ{t?0ځ#å%[)E^  m" 2>fsgF;Gawz<07WFd|]LʆM b_q|՘{H1H)\V0;׶"A: -\z96)ǀ9bsܷaLhE#RRypr0$lJT}Q|4nj.na(jɪZgɯ/#0&()_vߩnE3b-~n0iEHf~ٜ) bEF]ka}L UBN7G_S{``z ǁDUz7"G7i(XjE'TIЬu^?7 ^LM*C> Ũf}ړao?'Q50~З>#ycBS*T+~랤~!G/s swN'iJs%0&/^[ևޫiN(`/t}a3Zct$Bү9E2>ʉ8V}IwGLϊ;ޠ^7 0t(QBnS^HV!>>r)rg}XyЮݥ{Ґܓ-ڔt$g1UD7mq =U(M6xuL[u]G|7D#L] Aւ W)ltM!ivAX6 6Q|+ޅIAsApQ\tP B@nCy]p#SKsN(0<\ᮆ$5qFs@5APDyNmO9z'\ÁS_ЪN=׆:3 Z<+37;%3-kydTN^}k]aWuѴWYˣ7OFZ%:诐(42kӲ̾9Pqt['/ǢǼp[ºY05X:\}TV 0ѺP[⾯vm5^mS*z7 e;`2Th$C>.e@nLzJh|B/MS"Z+}cN |U5rd&_o0Yg|@vZqyl(0E)әv\$O$gMi"a$׸k,`fw/,BQM!Muju95D6rD6쪭?%b ĢwPŌ;q]Ė^Íz7Yzs]kd@z?[fgTZ8U]PepB)fѓfZ1 )5(*JwjK1aaj2zm\ߨҲ1 (턔kj8Eb eċ>]pZ-":5;@('|BĴsLw/$ay4R,;12`z=^R Sꁮuة!Ms2jlPfyG{*xT_$Ɣ\I|ba;@Jl U/ki#=O!f0t 'SRc?=qtVWUA=ng Lp;-wxe`rP k23`Ԋd*raF=0醚s%> ^ xv͗1ȏ [ { j}j-3(PMP Ej Z$kc) GJGFS)4e"t6eZጦ#d ?upл.6ܢ&Iِ*eLRqi5QZ]-݁3@_wHR eu(Zhʫbu5O|$Ileam?:hbDx4HMg]߯!16SFH܍!",E̅Y5J8c!pe@8tGg {ZP %t<^En1~caNĒWn9`-]N\X6eaq|a#Fh~>@X[|Ŝ F{z/cSG1NN."?F"&n bRxfwPnx<&|^RDNh6w055 c*@J@eH)$޽]!eVlrKL 9yT9UVzQ \v\\Ac Uv(wQEiRT+Cc؋]?47Rƭ(S{ώ&Gz#g\ϗ-"yA ͚ EykyĴ('tM=.F<.Tu:[9 P!>M0v9E-tk r=ʞxI(y[t8P.simSU@!%#Dh(Ny' }^/ 1ZKH%T d~ympԾ c-GChDC%A>\16Jyb١pL]ԅ!^XRLՔĎ*dZ֐IՆu]ICRn.5'yJ? "wBvG;+5Bg{:@QW˓V^8&iӆYH#G sNՖO;6Isnom9(ȘY?}sɈLpm@`UV[U 8{ٿiUh_Lނg,!Ȼ+\|8M0.ek )sw fro_*] C&.湫%~svđh&cP\M_!6Jwuנ+re*TB:Nޯ [~S)<t͂5V}ef+s~T߂<J1@ӮކQJ]~oĝ/!QBUt*OhϢZv&2!#믻QsȂ<b^MˆwOmheVWH ط \l[͉=OlLSa<]FIWL#'d8S)ly)T=+2ԀT EXJo+u4,}_eȄ%#7K{z" ɠ Ì/2Yz85{M75}X/RVaX.'ʃv$̙ =3GCc[ß,%]!rJGW+Қ| n}99 ٽhgŦnla6dCct4v:7[ 9_OE ˵3-V ڂNM_OٟE!FJΈt2{p_R>GB8 Ye:h4ʠ8Dm3Q8U$N7k/'<]KM*kCGz5p3&jf8C{FeTX1E00ŒETtO"M p8 |>{ VUc)x jl{oSaJFٯY h] X e ЉZ[\gR* M%z-' cRUcCk5g5 ykl&"toa'csauKy!jyYW\:k^Lk 508SIeDc<4{<4 ?N)CAqX`v1Ɉ:"sŏ񱠓&IJK-N?~<%g"" z}1*ӥSyH|7(Az5:qƹGl(’=>j`f7_;RsV(& K??F+3_ά1|bQC_;Ԍٹat'ǤQO&l<&ͫ8VL3Svgb=v)~qK@ed,ؔ__ҘԳ9n\e|saNI;FwLsje0Io-w\=ݻĵ4.h0DJ~2/wg=0~/x$z%'6LH7@-_Xj.Q{]iYӂ8uAHڐcK8[E ރŧT{vv/Ss%u ;gk!tޏ}T 9RF yQ?ThsMFZVm;1&R)TfU7l<,k>!* [MH_ 6Z!: !P_Q1{kXvվVfuh mE0J34UOJT/lVh[ڮ39~t._ug?K5 2.P1AG94kM\hʷT RpάEԐguJ,#a+0_a~>8ܻ iA%WrԬg DI8'ͬ=JS2[ zvל6`侉j.*UgNsg[߲=d<)+ui<+JQМd;3nG*)3hX#yb[nrC56eSw]%lWjZIR̮&< ES (<>v` 6Ӄ.Px6ХC74b1Wɕ/^`=C u:)dRf !Y&x@in*cg/ ES f3B_Z@-{8ln@Պ> /q;0.LfT̰o2+h^i'aEd Qx.uW9Vܥ婡h DQL.!hժ ؒ26P^B\,6:`Ԍm=tsѿ|WB31RX%L18Fxo1CSDeNۡQ:+OK Ū Mnm,}}$򁣟't_+nQߙBu [ (,uRa&a6hI`xgr! &[ q714Ʊ4m-]zp|$Fkh'斗z4;^/cXO%_ Y !^H]$upCM&%e2i| ]~+6G+`y֘~ (0Wmڣs6[~IEC<*)Ꜵw'!J6*].M@@\&ǜbB(gEuD^꺏zmeizǩ35h#A8|K֌' z\$ )Nzjk-6&5̆wn( 3{E_յxiy?_T0YcMXdy;_Ǵ߸ӧkٙ+U}"˲ JX-azb2`t}@.2;.{۠@@=gAթ*u"'u>"# e"SQ89$S|:*؟bg^ׯov+c)Yc*ɮ @8<_3JߋSx>rF`lMN^xV=k4'1}vIxgN?UAs6u JI@bqhq, ^c)ct-aRc}-˟ł! ql>0pd#PAlh(o8,>8d}a$L!eНO,,&~%SHb.6 qh֮-냺y}-CżnOTA|8/^I飊⬮HGv ǶbpOZ7='q̳ !z9?/];fFYpf1A)t;} 'UiР{Ur ̗6R{oC]Mq.I=)[4 %+ $X߽-N )Lt@4op4ڣfglWTT0Ne2XjhR.B@OWc,'u#lYd՞y[ x}tOY& & Bou[Ꮄ.hVXF`lr7wE_ i}n'&]<."heͯsphPV.qNHDC3{juHѷ|q'!(`Q@I2;UX {/B}2|YQˆA{(pvT-hlf&ͰO}߲ʺU@FDL{@@A+ؔ D@F!n&%{c.ϔ=M@3y1$E~;4X fǓ֯Ĥtߴ/~i\P>A![1@ n)Q Uq3 goV>ГM";m3U(<~Ɲ㭈LO=(uMÐNmb hl)0^9dT@N›/Ʉ ;i%d%]h'R(Ygczz;bj]ɒJ\T~U>+>bP?\L!IGu)XZaҸⒿXںxsT@!i}81TۚP NT:MhC1 `>UDl^f[:P a*N-b3.v\AFpjJH݈khY&.#r?_ Pf));hyTەrJžw)kAZiOM.Gm--#,]/@fk[g D0JwV콐 Xl^" HAHmy{6)q} _ @O[?cuU)xw^\&eV N71eZ8-O5"5DXleqX@3u%h+/(Yza1{øp=D$ݕ<,G zh}Xˏ_mJ(d5Qw>۹NF8|'{)Qhy^qm(\78{ -nBf,Rz|q;SuvS%io%]PRv ݙm2?J7bu}c{x1¨?a>>IW,sP]X8 dv7rZf᯾)4oF1b=/Ug0~ƸCae\FW0U7%0I5&˽R'E蝇,\@,8~zEk0}g;6Z[;$` lZdM5<,j D8BvE&X4 T#'Iޙ]h)/=&)%j* "%I[NkSm5!Vfd w#lZ7Q~,/УҌ z7@;A56_3Ĝ~Eh4kqA!bq=T0|#(r4rID~t.,^#]63Or 4ĀaQzF4!y,^^! F/%Ƹqѡ+YbMyLٚvOS]IIԞ cca[D;!#,c1~[,# >͵IaAx_LQ!z&-dRbT ~෺~b^@¡j}B5m8H7wm,J-RC 9pѿrD YIb6Ťcn*E_?dւEvȵxxLXgWҵVb=RˡePA`JN ,PViW6VKg̋?$# Y `P#Qvk?>] `@hx?H ^,9]Kuaӡ^jښ;9P)Gڎ*oՅ,|3J8 P[Doa;)_p/·Ҥ?V(I6BwK~>!p`^CZF(-Ir2/Kλ,7;S‹HeER,_8%7q%'wӼR@*x@,VfgL_Mzy!yҎ;|U4x\E3@;n֭0I蟳fыL=ΎּYߩ.d7^O_>X !0fFf$G*j;!BF!lJxQ0NjO㡞F39*U6@'JZ3|aH)šs*YL'NVV~+՘mm}fCvIE4F!!J*3u0[@M7]/mٲ߲@سx{~yx݌ʆ,>]9ƉӦD[ĖϒtBLuMU{4rl!هҚ};ޑg<\ YZGDpCz6gd9I_z±sGko$MʝA X12l-BҭFrB|;w! lR sՈ负8ʏ^PP@$lA}U bnN]UfeiiB'/,JzjQ0r X@ ;,jDN*,@S)aY7?`0nw"ҟ\dgW }pjѻ|794ykervJj_"c L1Ts5 {0[rjRG7 *BW(>M_ے>3 Zz]1bz!lFt$ /O?؋RZ ,~gvJ6݁mc*Ym,O]hu:LZ!!sI2Iݲeoh{ ~+ xdoh t "O"?)`R{|={L07sdo2~O4<#y_s<[nCcEcC~Q|:dd%/U 9)|1uy|2%va #v|)(xu?O0%C%|fQҏ%U<9NãHJs bc3ySN,vYKjscN6g?\SRBc#}Q9&B4ݝ+FO&aUJѸ'eDhI mٽ̍l n/'0jޒab3Y;SS'@Y&V8}HUճYaHXa<-0鶂 $EqQW7K%eq3ޓޘx%RnI65y7CE.y RnCB4╤lQvM9Ry =]yq0YeeAmypjs 6|5o(_TOoesɣ-Nx!( ϟx"'|4=%a6"ȰT̈N< o;^;ƆPbaA}@a97Gjy/~GݛQ$[B]['q",q VDex.aatLO`A: ^G6#(]EX:0z" qji |oeLy dY ׌쌮>D.l1%khmjͨ˖h`[k[(,: l%)$vkZzB9nco?T/N}0YBz,kmӯC: JJEaa2"N?A2Br'70p&vfl?+DXX˻gszyL #-wj[ ?[y0o 7L Hmg'W$,p:hW$Rùq5 B}7qf^o!5]9\n.`K(Լ: [}"AK&͍.I_G ߹F3$9p\Rڂ3cZ]]FSV8@ިsBD)f~-a6OH;s{Lf#ԥ BШL$EQkA4T](aGB!Ղss}_ 4)Qg%зO{S$hp;d),1' E |f+kћ/t+[8+]I/c01ѳ.}7x-qV=2_e؞ә j~2QE%>~)Frej>:~Z(cF&* IPZ*zcXZ\ZpU sφI9?ӓRqCV/BlGĆR#=epw `eYB|H|pDl71NȧSiA2VÉJ_JH8p48Xt"rw KM#7a,I rޒ̫eIB\<2:!VE9)Sh8F78[Y8EV7ntŧ$-&t+) c0|EDv½ xu| ;zF#)iZ`ꐪ'ի=+K8ޗUL>vs`VY0{ ǯ"JduWW"Gyyd^YI!f:Nky4-&iO|҂7)zFsr&#pkxR6/Kg(kwIWvᗓu@sRS?z }`1 Enձ6N>3]9~sLbDz͌4 |0ct 4͌!KoT IZ U=J.D Ь1=_p$\(lyY#UGVw陿.`obT[z&YH_}W:/)4ZLrGosT`?%_T`KKyk8@6qxc!@o :ZޮcdVNý+3: Q`=VT o+NszMsL={</z}f&|ɦ"Ex;)YũBy-K|l_V4Kph^fJ`+K*VS¼fzJ31,j # j!xUVSIx"/jTDkP}xc33PaWJVokW[)6A̽Uc^m= 9H~t8hDDzI2!!aBYnDcV H %C N ,|r=I5$jSD!$ Љ6?jUav3nvWFO5mVA^%)As%0>n:]Fq%P7ҕjm׾ u/՗ 1  q2 S?j}C7چc/c18 89WSQ2k$O]hs:,1ԟisND(KP:>yg0EY xMQnuWwpvШ7B*_X<\xUqfWMIBEaB\1Ș]i͂ڃv W#kj SH"n3m \+7Nq2 (7U)x ^ar.g#&Bo+sl1)(&;N˄;f ~(3Ur؃)!^Ds[/\e5.=5fĢ "MP~4 )JyESq[_l #3aka72IږO>nʞыam)O7'"m[#f%O,C4e]P氮yxb9Kjl :+9 [t;ܔ0ND4r7Kh@'ٚ`낢 jFiQ:`_"Oy0} ܋@BÓ%-sj5:ڤ2

w.?A Ng}Ӫ)S$[u@\)^Nn@[#5..:dR*P#Wu$cz|Og dy;lf[@[`ypq_Ģ[&?^mq} KH/b*ՋUjh,~_ڡxƬYq4͔Q^G=6 ^B9#V9+*o +޾An? d^R?#ê9n[j_c:-L||G0[N4#\.XdI㭰@j;s p# Ғ 3;$26މKjK:f+8ә )OgVgfh3Q!Y;㆘ s挈;6YsMuUl'K"=zcs׊+i1'VL&yWyju8voTcYED;i@} <o.E'_2gqQ72+hXbT4l?J33vp$ BzƨtME[]L:V߫hnbtJo| c-' ;BuxMOV4 M޴ڰZPI!^i@Ms;Q>Z;H3iKٛHOoG'NҽJ&ȗ3FPBFGZZnI?v.㖑o} \ys4!C r&P=ŤOA A2@9#ZkuT^ Ae;GvѡjpXg_n TEv&u-z֬TB_gWBc d؄ !a5$E|䉂TbةtJx`zM0N5,erRo(n87*).<='` ~2&ۿ9mvwvc<XJɜC<>əK`'-X CEٿd!~@Q^>JyN #j[!naQ+YcV(ӭ4>.u?rE!6!M OMܥDIz۪A2 B}F8>il?1;jzLETi6lß?gnXjb9vDr C܂xe.(bު%0yM x\^:ACWkΙ 0ە--Xgc/C~a(,μ/EtX?Ju:} 4$;/(TR cCYOhU(Hy=ܭh%Ã)Fj7PRѤ%wynFDUI|ȷ+|$>n@gpb3X6%c}2ztܲWb|My00hȋro`!nњ32?+ZV >Zzq5,d.}E/Mjd6 ± В?g읶 YZ