nginx-1.21.5-150600.10.6.1<>,K$hO?p9|KB/K GDH˧-F.F6A^iLZ!_XcXwPm\-}x;r@dM >, uAoE_J+՛`a 4䞼7? *bbcb8gaQPiYD]ٛ𐊉hߕ+G֨rОRz穀w&nDX~}TيP} 3Ƿ34o W ,>OJ?Jxd  F!BO e7z y 44 4 \4 ,4  4 \4,474Bh48$$$!j$(!8!h9#lh:*h=7>7?7@7F7G74H84I94X9Y9\:(4]:4^=cb?c@+d@e@f@l@u@4vAwG4xG4yH+zI`IpItI|IIIIJJJ$J,J2JtCnginx1.21.5150600.10.6.1A HTTP server and IMAP/POP3 proxy servernginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor Sysoev. It has been running on many heavily loaded Russian sites for more than two years.hO?ibs-power9-13/G?SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Productivity/Networking/Web/Proxyhttps://nginx.orglinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nginx.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi /usr/sbin/sysusers2shadow nginx.conf <<"EOF" || [ -f /.buildenv ] u nginx - "User for nginx" /var/lib/nginx EOF if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nginx.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nginx.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nginx.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nginx.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nginx.service ) || : fi fi055  ||X 7F   (%PBpԁa ugBAA큤A큤Am$AAA큤$AA큤큤AAAAAAA`)hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO:hO;hO;hO7h0!^qhO:hO;hO;hO;hO;hO;hO;hO;hO", "\", "^", "`", "{", "|", and "}" characters when proxying with changed URI. * Fixed: SSL variables might be empty when used in logs; the bug had appeared in 1.19.5. * Fixed: keepalive connections with gRPC backends might not be closed after receiving a GOAWAY frame. * Fixed: reduced memory consumption for long-lived requests when proxying with more than 64 buffers.- Fix race condition between nginx and logrotate causing mass reopening of files (bsc#1183876).- Updated to 1.21.0 * https://nginx.org/en/CHANGES * Added variables support in the "proxy_ssl_certificate", "proxy_ssl_certificate_key" "grpc_ssl_certificate", "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and "uwsgi_ssl_certificate_key" directives. * Added the "max_errors" directive in the mail proxy module. * Added the mail proxy module supports POP3 and IMAP pipelining. * Added the "fastopen" parameter of the "listen" directive in the stream module. * Fixed special characters were not escaped during automatic redirect with appended trailing slash. * Fixed connections with clients in the mail proxy module might be closed unexpectedly when using SMTP pipelining.- Update to 1.20.1 * https://nginx.org/en/CHANGES * 1-byte memory overwrite might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server to cause worker process crash or, potentially, arbitrary code execution (CVE-2021-23017, boo#1186126).- only recommend installation of vim-plugin-nginx if any vim is also installed or selected (boo#1183710)- Update to 1.20.0 * 1.20.x stable branch.- Update to 1.19.10 * https://nginx.org/en/CHANGES * Changed default value for "keepalive_requests" to 1000. * Added "keepalive_time" directive and $connection_time variable. * Fixed "gzip filter failed to use preallocated memory" alerts appeared in logs when using zlib-ng.- Update to 1.19.9 * https://nginx.org/en/CHANGES * Fixed nginx could not be built with the mail proxy module, but without the ngx_mail_ssl_module; the bug had appeared in 1.19.8. * Fixed "upstream sent response body larger than indicated content length" errors might occur when working with gRPC backends; the bug had appeared in 1.19.1. * Fixed nginx might not close a connection till keepalive timeout expiration if the connection was closed by the client while discarding the request body. * Fixed nginx might not detect that a connection was already closed by the client when waiting for auth_delay or limit_req delay, or when working with backends. * Fixed in the eventport method.- update to 1.19.8: * Feature: flags in the "proxy_cookie_flags" directive can now contain variables. * Feature: the "proxy_protocol" parameter of the "listen" directive, the "proxy_protocol" and "set_real_ip_from" directives in mail proxy. * Bugfix: HTTP/2 connections were immediately closed when using "keepalive_timeout 0"; the bug had appeared in 1.19.7. * Bugfix: some errors were logged as unknown if nginx was built with glibc 2.32. * Bugfix: in the eventport method.- Refreshed spec-file via spec-cleaner and manual optimizations. * Droped obsolete conditional constructs. * Removed pkg_name macro.- Drop nginx_upstream_check module, there is no support for dynamic loading upstream and the module seems kind of unmaintained. - Removed patch check_1.9.2+.patch.- Update to 1.19.7 * https://nginx.org/en/CHANGES * Change: connections handling in HTTP/2 has been changed to better match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and "http2_max_requests" directives have been removed, the "keepalive_timeout" and "keepalive_requests" directives should be used instead. * Change: the "http2_max_field_size" and "http2_max_header_size" directives have been removed, the "large_client_header_buffers" directive should be used instead. * Feature: now, if free worker connections are exhausted, nginx starts closing not only keepalive connections, but also connections in lingering close. * Bugfix: "zero size buf in output" alerts might appear in logs if an upstream server returned an incorrect response during unbuffered proxying; the bug had appeared in 1.19.1. * Bugfix: HEAD requests were handled incorrectly if the "return" directive was used with the "image_filter" or "xslt_stylesheet" directives. * Bugfix: in the "add_trailer" directive. - Since we only target sle 12 and above we can skip all conditionals which apply to suse_version before 1315 With changes in nginx itself we will drop support for sysvinit. http2, libatomic support and pcre_jit will always be on now. and we build all binaries with PIE now. - Moved the last 2 path macros from nginx.spec to the macros file. (pid and lock path)- Update to 1.19.6 * https://nginx.org/en/CHANGES * Fix "no live upstreams" errors if a "server" inside "upstream" block was marked as "down". * Fix a segmentation fault might occur in a worker process if HTTPS was used; the bug had appeared in 1.19.5. * Fix nginx returned the 400 response on requests like "GET http://example.com?args HTTP/1.0". * Fix in the ngx_http_flv_module and ngx_http_mp4_module.- Update to 1.19.5 * https://nginx.org/en/CHANGES * Add the -e switch. * The same source files can now be specified in different modules while building addon modules. * Fix SSL shutdown did not work when lingering close was used. * Fix "upstream sent frame for closed stream" errors might occur when working with gRPC backends. * Fix in request body filters internal API.- Refresh spec-file via spec-cleaner and manual optimizations.- Update to 1.19.4 * https://nginx.org/en/CHANGES * Add the "ssl_conf_command", "proxy_ssl_conf_command", "grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives. * Add the "ssl_reject_handshake" directive. * Add the "proxy_smtp_auth" directive in mail proxy.- Use the ngx_* macros from the nginx-macros package to simplify the spec file.- Moved all the modules that support dynamic modules into their own modules: * nginx-module-geoip2 * nginx-module-fancyindex * nginx-module-headers-more - The rtmp module is replaced with nginx-module-http-flv- Update to 1.19.3 * https://nginx.org/en/CHANGES * Add the ngx_stream_set_module. * Add the "proxy_cookie_flags" directive. * Add the "userid_flags" directive. * Fix the "stale-if-error" cache control extension was erroneously applied if backend returned a response with status code 500, 502, 503, 504, 403, 404, or 429. * Fix "[crit] cache file ... has too long header" messages might appear in logs if caching was used and the backend returned responses with the "Vary" header line. * Fix "[crit] SSL_write() failed" messages might appear in logs when using OpenSSL 1.1.1. * Fix "SSL_shutdown() failed (SSL: ... bad write retry)" messages might appear in logs; the bug had appeared in 1.19.2. * Fix a segmentation fault might occur in a worker process when using HTTP/2 if errors with code 400 were redirected to a proxied location using the "error_page" directive. * Fix socket leak when using HTTP/2 and subrequests in the njs module.- Update to 1.19.2 * https://nginx.org/en/CHANGES * Now nginx starts closing keepalive connections before all free worker connections are exhausted, and logs a warning about this to the error log. * Optimization of client request body reading when using chunked transfer encoding. * Memory leak if the "ssl_ocsp" directive was used. * "zero size buf in output" alerts might appear in logs if a FastCGI server returned an incorrect response; the bug had appeared in 1.19.1. * A segmentation fault might occur in a worker process if different large_client_header_buffers sizes were used in different virtual servers. * SSL shutdown might not work. * "SSL_shutdown() failed (SSL: ... bad write retry)" messages might appear in logs. * In the ngx_http_slice_module. * In the ngx_http_xslt_filter_module.- update nginx-1.6.1-default_config.patch: * remove geoip_module which is no longer compiled (bsc#1156202)- Update to 1.19.1 * https://nginx.org/en/CHANGES * The "lingering_close", "lingering_time", and "lingering_timeout" directives now work when using HTTP/2. * Now extra data sent by a backend are always discarded. * Now after receiving a too short response from a FastCGI server nginx tries to send the available part of the response to the client, and then closes the client connection. * Now after receiving a response with incorrect length from a gRPC backend nginx stops response processing with an error. * The "min_free" parameter of the "proxy_cache_path", "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path" directives. * nginx did not delete unix domain listen sockets during graceful shutdown on the SIGQUIT signal. * Zero length UDP datagrams were not proxied. * Proxying to uwsgi backends using SSL might not work. * In error handling when using the "ssl_ocsp" directive. * On XFS and NFS file systems disk cache size might be calculated incorrectly. * "negative size buf in writer" alerts might appear in logs if a memcached server returned a malformed response.- Update to 1.19.0 * https://nginx.org/en/CHANGES * Client certificate validation with OCSP. * "upstream sent frame for closed stream" errors might occur when working with gRPC backends. * OCSP stapling might not work if the "resolver" directive was not specified. * Connections with incorrect HTTP/2 preface were not logged.- Do not arbitrarily limit the default listen backlog (NGX_LISTEN_BACKLOG) to 511, instead use -1 to choose the system's default (sysctl net.core.somaxconn)- Update to 1.18.0 * 1.18.x stable branch.- Use sysusers.d to create the nginx user and group - Remove self-conflict- Update to 1.17.10 * https://nginx.org/en/CHANGES * The "auth_delay" directive.- Replace obsolete GeoIP module with MaxMinDB-based GeoIP2 (bsc#1156202)- Update to 1.17.9 * https://nginx.org/en/CHANGES * Now nginx does not allow several "Host" request header lines. * nginx ignored additional "Transfer-Encoding" request header lines. * Socket leak when using HTTP/2. * A segmentation fault might occur in a worker process if OCSP stapling was used. * In the ngx_http_mp4_module. * nginx used status code 494 instead of 400 if errors with code 494 were redirected with the "error_page" directive. * Socket leak when using subrequests in the njs module and the "aio" directive.- Update to 1.17.8 * Feature: variables support in the "grpc_pass" directive. * Bugfix: a timeout might occur while handling pipelined requests in an SSL connection; the bug had appeared in 1.17.5. * Bugfix: in the "debug_points" directive when using HTTP/2. Thanks to Daniil Bondarev.- Use systemd_ordering instead of systemd_requires, nginx is useable without sysemd, too.- Refresh spec-file via spec-cleaner. - Add in service-file Wants=network-online.target (boo#1155690) - Update to 1.17.7 * https://nginx.org/en/CHANGES * A segmentation fault might occur on start or during reconfiguration if the "rewrite" directive with an empty replacement string was used in the configuration. * A segmentation fault might occur in a worker process if the "break" directive was used with the "alias" directive or with the "proxy_pass" directive with a URI. * The "Location" response header line might contain garbage if the request URI was rewritten to the one containing a null character. * Requests with bodies were handled incorrectly when returning redirections with the "error_page" directive; the bug had appeared in 0.7.12. * Socket leak when using HTTP/2. * A timeout might occur while handling pipelined requests in an SSL connection; the bug had appeared in 1.17.5. * Bugfix in the ngx_http_dav_module. * CVE-2019-20372: Fixed an HTTP request smuggling with certain error_page configurations which could have allowed unauthorized web page reads (bsc#1160682).- Update to 1.17.6 - Feature: the $proxy_protocol_server_addr and $proxy_protocol_server_port variables. - Feature: the "limit_conn_dry_run" directive. - Feature: the $limit_req_status and $limit_conn_status variables.- remove -std=gnu99 -fstack-protector from cflags as they are no longer needed.- Update to 1.17.5 * https://nginx.org/en/CHANGES * Now nginx uses ioctl(FIONREAD), if available, to avoid reading from a fast connection for a long time. * Incomplete escaped characters at the end of the request URI were ignored. * "/." and "/.." at the end of the request URI were not normalized. * In the "merge_slashes" directive. * In the "ignore_invalid_headers" directive. * nginx could not be built with MinGW-w64 gcc 8.1 or newer.- Update to 1.17.4 * https://nginx.org/en/CHANGES * Better detection of incorrect client behavior in HTTP/2. * In handling of not fully read client request body when returning errors in HTTP/2. * The "worker_shutdown_timeout" directive might not work when using HTTP/2. * A segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. * The ECONNABORTED error log level was "crit" instead of "error" on Windows when using SSL. * nginx ignored extra data when using chunked transfer encoding. * nginx always returned the 500 error if the "return" directive was used and an error occurred during reading client request body. * In memory allocation error handling.- update to 1.17.3 - Security: when using HTTP/2 a client might cause excessive memory consumption and CPU usage (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516). - Bugfix: "zero size buf" alerts might appear in logs when using gzipping; the bug had appeared in 1.17.2. - Bugfix: a segmentation fault might occur in a worker process if the "resolver" directive was used in SMTP proxy.- update to 1.17.2 - Change: minimum supported zlib version is 1.2.0.4. - Change: the $r->internal_redirect() embedded perl method now expects escaped URIs. - Feature: it is now possible to switch to a named location using the $r->internal_redirect() embedded perl method. - Bugfix: in error handling in embedded perl. - Bugfix: a segmentation fault might occur on start or during reconfiguration if hash bucket size larger than 64 kilobytes was used in the configuration. - Bugfix: nginx might hog CPU during unbuffered proxying and when proxying WebSocket connections if the select, poll, or /dev/poll methods were used. - Bugfix: in the ngx_http_xslt_filter_module. - Bugfix: in the ngx_http_ssi_filter_module.- update to 1.17.1 - Feature: the "limit_req_dry_run" directive. - Feature: when using the "hash" directive inside the "upstream" block an empty hash key now triggers round-robin balancing. Thanks to Niklas Keller. - Bugfix: a segmentation fault might occur in a worker process if caching was used along with the "image_filter" directive, and errors with code 415 were redirected with the "error_page" directive; the bug had appeared in 1.11.10. - Bugfix: a segmentation fault might occur in a worker process if embedded perl was used; the bug had appeared in 1.7.3.- update to version 1.17.0 * Feature: variables support in the "limit_rate" directives * Feature: variables support in the "proxy rate" directies * Change: min supported OpenSSL is 0.9.8 * Change: now the postpone filter is always built * Bugfix: the "include" directive didn't work inside "if" * Bugfix: in byte ranges processing- update to version 1.16.0 * 1.16 stable branch * Bugfix: segfault may occur in ssl_certificate worker process- update to 1.15.10 * When using hostname in the 'listen' directive, create new socket * Port ranges in the 'listen' directive * Loading of SSL certs/secret keys from variables * $ssl_server_name var might be empty with OpenSSL 1.1.1- update to 1.15.9 * Feature: variables support in the "ssl_certificate" directives * Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives in the stream module worked incorrectly with UDP- update to 1.15.8 * Feature: the $upstream_bytes_sent variable * Feature: new directives in vim syntax highlighting scripts * Bugfix: in the "proxy_cache_background_update" directive * Bugfix: in the "geo" directive when using unix domain listen sockets * Workaround: the "ignoring stale global SSL error" alerts might appear erroneosuly * Bugfix: in the ngx_http_autoindex_module on x86- update to 1.15.7 * Feature: the "proxy_requests" directive in the stream module. * Feature: the "delay" parameter of the "limit_req" directive. Thanks to Vladislav Shabanov and Peter Shchuchkin. * Bugfix: memory leak on errors during reconfiguration. * Bugfix: in the $upstream_response_time, $upstream_connect_time, and $upstream_header_time variables. * Bugfix: a segmentation fault might occur in a worker process if the ngx_http_mp4_module was used on 32-bit platforms. - fix changes file for submit to Backports * see https://build.opensuse.org/request/show/653792- update to 1.15.6 * fix for boo#1115022, boo#1115025 Security: when using HTTP/2 a client might cause excessive memory consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844). * fix for boo#1115015 Security: processing of a specially crafted mp4 file with the ngx_http_mp4_module might result in worker process memory disclosure (CVE-2018-16845). - Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive", "grpc_socket_keepalive", "memcached_socket_keepalive", "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives. - Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL 1.1.1, the TLS 1.3 protocol was always enabled. - Bugfix: working with gRPC backends might result in excessive memory consumption. - Fix vim-plugin-nginx rpm group.- update to 1.15.5 - Bugfix: a segmentation fault might occur in a worker process when using OpenSSL 1.1.0h or lower - Bugfix: minor potential bugs - update to 1.15.4 - Feature: now the "ssl_early_data" directive can be used with OpenSSL. - Bugfix: in the ngx_http_uwsgi_module. - Bugfix: connections with some gRPC backends might not be cached when using the "keepalive" directive. - Bugfix: a socket leak might occur when using the "error_page" directive to redirect early request processing errors, notably errors with code 400. - Bugfix: the "return" directive did not change the response code when returning errors if the request was redirected by the "error_page" directive. - Bugfix: standard error pages and responses of the ngx_http_autoindex_module module used the "bgcolor" attribute, and might be displayed incorrectly when using custom color settings in browsers. - Change: the logging level of the "no suitable key share" and "no suitable signature algorithm" SSL errors has been lowered from "crit" to "info".- update to 1.15.3 - Feature: now TLSv1.3 can be used with BoringSSL. - Feature: the "ssl_early_data" directive, currently available with BoringSSL. - Feature: the "keepalive_timeout" and "keepalive_requests" directives in the "upstream" block. - Bugfix: the ngx_http_dav_module did not truncate destination file when copying a file over an existing one with the COPY method. - Bugfix: the ngx_http_dav_module used zero access rights on the destination file and did not preserve file modification time when moving a file between different file systems with the MOVE method. - Bugfix: the ngx_http_dav_module used default access rights when copying a file with the COPY method. - Workaround: some clients might not work when using HTTP/2; the bug had appeared in 1.13.5. - Bugfix: nginx could not be built with LibreSSL 2.8.0.- update to 1.15.2 - Feature: the $ssl_preread_protocol variable in the ngx_stream_ssl_preread_module. - Feature: now when using the "reset_timedout_connection" directive nginx will reset connections being closed with the 444 code. - Change: a logging level of the "http request", "https proxy request", "unsupported protocol", and "version too low" SSL errors has been lowered from "crit" to "info". - Bugfix: DNS requests were not resent if initial sending of a request failed. - Bugfix: the "reuseport" parameter of the "listen" directive was ignored if the number of worker processes was specified after the "listen" directive. - Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to switch off "ssl_prefer_server_ciphers" in a virtual server if it was switched on in the default server. - Bugfix: SSL session reuse with upstream servers did not work with the TLS 1.3 protocol.- update to 1.15.1 - Feature: the "random" directive inside the "upstream" block. - Feature: improved performance when using the "hash" and "ip_hash" directives with the "zone" directive. - Feature: the "reuseport" parameter of the "listen" directive now uses SO_REUSEPORT_LB on FreeBSD 12. - Bugfix: HTTP/2 server push did not work if SSL was terminated by a proxy server in front of nginx. - Bugfix: the "tcp_nopush" directive was always used on backend connections. - Bugfix: sending a disk-buffered request body to a gRPC backend might fail. - changes from 1.15.0 - Change: the "ssl" directive is deprecated; the "ssl" parameter of the "listen" directive should be used instead. - Change: now nginx detects missing SSL certificates during configuration testing when using the "ssl" parameter of the "listen" directive. - Feature: now the stream module can handle multiple incoming UDP datagrams from a client within a single session. - Bugfix: it was possible to specify an incorrect response code in the "proxy_cache_valid" directive. - Bugfix: nginx could not be built by gcc 8.1. - Bugfix: logging to syslog stopped on local IP address changes. - Bugfix: nginx could not be built by clang with CUDA SDK installed; the bug had appeared in 1.13.8. - Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear in logs during binary upgrade when using unix domain listen sockets on FreeBSD. - Bugfix: nginx could not be built on Fedora 28 Linux. - Bugfix: request processing rate might exceed configured rate when using the "limit_req" directive. - Bugfix: in handling of client addresses when using unix domain listen sockets to work with datagrams on Linux. - Bugfix: in memory allocation error handling.- Add nginx-source package- Do not require insserv on systemd-only releases.- update to 1.14.0 * 1.14.x stable branch. - includes changes from 1.13.12 * bugfix connections with gRPC backends might be closed unexpectedly when returning a large response.- update to 1.13.11: * the "proxy_protocol" parameter of the "listen" directive now supports the PROXY protocol version 2 * bugfix in the "http_404", "http_500", etc. parameters of the "proxy_next_upstream" directive - includes changes from 1.13.10: * the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable; the "subrequest_output_buffer_size" directive defines maximum response size * now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to avoid timeouts being incorrectly triggered on system time changes * add the "escape=none" parameter of the "log_format" directive * add the $ssl_preread_alpn_protocols variable in the ngx_stream_ssl_preread_module. * add the ngx_http_grpc_module. * fix memory allocation error handling in the "geo" directive. * when using variables in the "auth_basic_user_file" directive a null character may have appeared in logs - Use %license (bsc#1082318)- Recommend to use TLSv1.2 by default (boo#1086855)- update rmtp module to 1.2.1 - just commenting all places where we fallthrough conditionals- update headers more to 0.33 - feature: add wildcard match support for more_clear_input_headers.- update fancyindex module to 0.4.2 This release contains an important fix which can cause Nginx to crash when a directory contains zero-sized (empty) files. This bug has been present in all previous releases, and all users are strongly encouraged to update to version 0.4.2. https://github.com/aperezdc/ngx-fancyindex/releases/tag/v0.4.2- changes from 1.13.9 - Feature: HTTP/2 server push support; the "http2_push" and "http2_push_preload" directives. - Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.9.13. - Bugfix: a segmentation fault might occur in a worker process if the "ssl_verify_client" directive was used and no SSL certificate was specified in a virtual server. - Bugfix: in the ngx_http_v2_module. - Bugfix: in the ngx_http_dav_module. - updates from 1.13.8 - Feature: now nginx automatically preserves the CAP_NET_RAW capability in worker processes when using the "transparent" parameter of the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. - Feature: improved CPU cache line size detection. Thanks to Debayan Ghosh. - Feature: new directives in vim syntax highlighting scripts. Thanks to Gena Makhomed. - Bugfix: binary upgrade refused to work if nginx was re-parented to a process with PID different from 1 after its parent process has finished. - Bugfix: the ngx_http_autoindex_module incorrectly handled requests with bodies. - Bugfix: in the "proxy_limit_rate" directive when used with the "keepalive" directive. - Bugfix: some parts of a response might be buffered when using "proxy_buffering off" if the client connection used SSL. Thanks to Patryk Lesiewicz. - Bugfix: in the "proxy_cache_background_update" directive. - Bugfix: it was not possible to start a parameter with a variable in the "${name}" form with the name in curly brackets without enclosing the parameter into single or double quotes.- Install /etc/nginx/conf.d directory for custom user configuration files- Install /etc/nginx/vhosts.d directory for default installation to house custom virtual hosts configuration files- update to version 1.13.7 - Bugfix: in the $upstream_status variable. - Bugfix: a segmentation fault might occur in a worker process if a backend returned a "101 Switching Protocols" response to a subrequest. - Bugfix: a segmentation fault occurred in a master process if a shared memory zone size was changed during a reconfiguration and the reconfiguration failed. - Bugfix: in the ngx_http_fastcgi_module. - Bugfix: nginx returned the 500 error if parameters without variables were specified in the "xslt_stylesheet" directive. - Workaround: "gzip filter failed to use preallocated memory" alerts appeared in logs when using a zlib library variant from Intel. - Bugfix: the "worker_shutdown_timeout" directive did not work when using mail proxy and when proxying WebSocket connections. - partial cleanup with spec-cleaner- update to 1.13.6 - Bugfix: switching to the next upstream server in the stream module did not work when using the "ssl_preread" directive. - Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora. - Bugfix: nginx did not support dates after the year 2038 on 32-bit platforms with 64-bit time_t. - Bugfix: in handling of dates prior to the year 1970 and after the year 10000. - Bugfix: in the stream module timeouts waiting for UDP datagrams from upstream servers were not logged or logged at the "info" level instead of "error". - Bugfix: when using HTTP/2 nginx might return the 400 response without logging the reason. - Bugfix: in processing of corrupted cache files. - Bugfix: cache control headers were ignored when caching errors intercepted by error_page. - Bugfix: when using HTTP/2 client request body might be corrupted. - Bugfix: in handling of client addresses when using unix domain sockets. - Bugfix: nginx hogged CPU when using the "hash ... consistent" directive in the upstream block if large weights were used and all or most of the servers were unavailable.- extra modules were enabled on sles due to a typo- Submit nginx to SLES to become a http server for RMT(Repository mirroring tool) [fate#323994, bsc#1059685, boo#1057831]- disable extra modules on sle- update to 1.13.5 - Feature: the $ssl_client_escaped_cert variable. - Bugfix: the "ssl_session_ticket_key" directive and the "include" parameter of the "geo" directive did not work on Windows. - Bugfix: incorrect response length was returned on 32-bit platforms when requesting more than 4 gigabytes with multiple ranges. - Bugfix: the "expires modified" directive and processing of the "If-Range" request header line did not use the response last modification time if proxying without caching was used. - changes from 1.13.4 - Feature: the ngx_http_mirror_module. - Bugfix: client connections might be dropped during configuration testing when using the "reuseport" parameter of the "listen" directive on Linux. - Bugfix: request body might not be available in subrequests if it was saved to a file and proxying was used. - Bugfix: cleaning cache based on the "max_size" parameter did not work on Windows. - Bugfix: any shared memory allocation required 4096 bytes on Windows. - Bugfix: nginx worker might be terminated abnormally when using the "zone" directive inside the "upstream" block on Windows.- add upstream signing key and verify source tarball signature- update to 1.13.3 (boo#1048265) - Security: a specially crafted request might result in an integer overflow and incorrect processing of ranges in the range filter, potentially resulting in sensitive information leak (CVE-2017-7529). - changes from 1.13.2 - Change: nginx now returns 200 instead of 416 when a range starting with 0 is requested from an empty file. - Feature: the "add_trailer" directive. Thanks to Piotr Sikora. - Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had appeared in 1.13.0. - Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit. Thanks to Orgad Shaneh. - Bugfix: a segmentation fault might occur in a worker process when using SSI with many includes and proxy_pass with variables. - Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora. - update nginx-rtmp-module to 1.2.0: - DASH improvements - OpenSSL 1.1 compatibility- update to 1.13.1 - Feature: now a hostname can be used as the "set_real_ip_from" directive parameter. - Feature: vim syntax highlighting scripts improvements. - Feature: the "worker_cpu_affinity" directive now works on DragonFly BSD. Thanks to Sepherosa Ziehau. - Bugfix: SSL renegotiation on backend connections did not work when using OpenSSL before 1.1.0. - Workaround: nginx could not be built with Oracle Developer Studio 12.5. - Workaround: now cache manager ignores long locked cache entries when cleaning cache based on the "max_size" parameter. - Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used. - Bugfix: in the "proxy_cache_background_update" directive. - Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY option before an SSL handshake. - changes from 1.13.0 - Change: SSL renegotiation is now allowed on backend connections. - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directives of the mail proxy and stream modules. - Feature: the "return" and "error_page" directives can now be used to return 308 redirections. Thanks to Simon Leblanc. - Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive. - Feature: when logging signals nginx now logs PID of the process which sent the signal. - Bugfix: in memory allocation error handling. - Bugfix: if a server in the stream module listened on a wildcard address, the source address of a response UDP datagram could differ from the original datagram destination address.- update to 1.12.0 - Feature: the "http_429" parameter of the "proxy_next_upstream", "fastcgi_next_upstream", "scgi_next_upstream", and "uwsgi_next_upstream" directives. Thanks to Piotr Sikora. - Bugfix: in memory allocation error handling. - Bugfix: requests might hang when using the "sendfile" and "timer_resolution" directives on Linux. - Bugfix: requests might hang when using the "sendfile" and "aio_write" directives with subrequests. - Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora. - Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. - Bugfix: requests might hang when using the "limit_rate", "sendfile_max_chunk", "limit_req" directives, or the $r->sleep() embedded perl method with subrequests. - Bugfix: in the ngx_http_slice_module.- update to 1.11.12 - Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11. - update to 1.11.11 - Feature: the "worker_shutdown_timeout" directive. - Feature: vim syntax highlighting scripts improvements. Thanks to Wei-Ko Kao. - Bugfix: a segmentation fault might occur in a worker process if the $limit_rate variable was set to an empty string. - Bugfix: the "proxy_cache_background_update", "fastcgi_cache_background_update", "scgi_cache_background_update", and "uwsgi_cache_background_update" directives might work incorrectly if the "if" directive was used. - Bugfix: a segmentation fault might occur in a worker process if number of large_client_header_buffers in a virtual server was different from the one in the default server. - Bugfix: in the mail proxy server.- update to 1.11.10 - Change: cache header format has been changed, previously cached responses will be invalidated. - Feature: support of "stale-while-revalidate" and "stale-if-error" extensions in the "Cache-Control" backend response header line. - Feature: the "proxy_cache_background_update", "fastcgi_cache_background_update", "scgi_cache_background_update", and "uwsgi_cache_background_update" directives. - Feature: nginx is now able to cache responses with the "Vary" header line up to 128 characters long (instead of 42 characters in previous versions). - Feature: the "build" parameter of the "server_tokens" directive. Thanks to Tom Thorogood. - Bugfix: "[crit] SSL_write() failed" messages might appear in logs when handling requests with the "Expect: 100-continue" request header line. - Bugfix: the ngx_http_slice_module did not work in named locations. - Bugfix: a segmentation fault might occur in a worker process when using AIO after an "X-Accel-Redirect" redirection. - Bugfix: reduced memory consumption for long-lived requests using gzipping.- update to 1.11.9 - Bugfix: nginx might hog CPU when using the stream module; the bug had appeared in 1.11.5. - Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted even if it was not enabled in the configuration. - Bugfix: a segmentation fault might occur in a worker process if the "ssl_verify_client" directive of the stream module was used. - Bugfix: the "ssl_verify_client" directive of the stream module might not work. - Bugfix: closing keepalive connections due to no free worker connections might be too aggressive. Thanks to Joel Cunningham. - Bugfix: an incorrect response might be returned when using the "sendfile" directive on FreeBSD and macOS; the bug had appeared in 1.7.8. - Bugfix: a truncated response might be stored in cache when using the "aio_write" directive. - Bugfix: a socket leak might occur when using the "aio_write" directive.- update to 1.11.8 - Feature: the "absolute_redirect" directive. - Feature: the "escape" parameter of the "log_format" directive. - Feature: client SSL certificates verification in the stream module. - Feature: the "ssl_session_ticket_key" directive supports AES256 encryption of TLS session tickets when used with 80-byte keys. - Feature: vim-commentary support in vim scripts. Thanks to Armin Grodon. - Bugfix: recursion when evaluating variables was not limited. - Bugfix: in the ngx_stream_ssl_preread_module. - Bugfix: if a server in an upstream in the stream module failed, it was considered alive only when a test connection sent to it after fail_timeout was closed; now a successfully established connection is enough. - Bugfix: nginx/Windows could not be built with 64-bit Visual Studio. - Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0. - changes in 1.11.7 - Change: now in case of a client certificate verification error the $ssl_client_verify variable contains a string with the failure reason, for example, "FAILED:certificate has expired". - Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start, $ssl_client_v_end, and $ssl_client_v_remain variables. - Feature: the "volatile" parameter of the "map" directive. - Bugfix: dependencies specified for a module were ignored while building dynamic modules. - Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted; the bug had appeared in 1.11.0. - Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.11.3. - Bugfix: in the ngx_http_mp4_module. Thanks to Congcong Hu. - Bugfix: in the ngx_http_perl_module. - changes in 1.11.6 - Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables has been changed to follow RFC 2253 (RFC 4514); values in the old format are available in the $ssl_client_s_dn_legacy and $ssl_client_i_dn_legacy variables. - Change: when storing temporary files in a cache directory they will be stored in the same subdirectories as corresponding cache files instead of a separate subdirectory for temporary files. - Feature: EXTERNAL authentication mechanism support in mail proxy. Thanks to Robert Norris. - Feature: WebP support in the ngx_http_image_filter_module. - Feature: variables support in the "proxy_method" directive. Thanks to Dmitry Lazurkin. - Feature: the "http2_max_requests" directive in the ngx_http_v2_module. - Feature: the "proxy_cache_max_range_offset", "fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and "uwsgi_cache_max_range_offset" directives. - Bugfix: graceful shutdown of old worker processes might require infinite time when using HTTP/2. - Bugfix: in the ngx_http_mp4_module. - Bugfix: "ignore long locked inactive cache entry" alerts might appear in logs when proxying WebSocket connections with caching enabled. - Bugfix: nginx did not write anything to log and returned a response with code 502 instead of 504 when a timeout occurred during an SSL handshake to a backend. - changes in 1.11.5 - Change: the --with-ipv6 configure option was removed, now IPv6 support is configured automatically. - Change: now if there are no available servers in an upstream, nginx will not reset number of failures of all servers as it previously did, but will wait for fail_timeout to expire. - Feature: the ngx_stream_ssl_preread_module. - Feature: the "server" directive in the "upstream" context supports the "max_conns" parameter. - Feature: the --with-compat configure option. - Feature: "manager_files", "manager_threshold", and "manager_sleep" parameters of the "proxy_cache_path", "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path" directives. - Bugfix: flags passed by the --with-ld-opt configure option were not used while building perl module. - Bugfix: in the "add_after_body" directive when used with the "sub_filter" directive. - Bugfix: in the $realip_remote_addr variable. - Bugfix: the "dav_access", "proxy_store_access", "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access" directives ignored permissions specified for user. - Bugfix: unix domain listen sockets might not be inherited during binary upgrade on Linux. - Bugfix: nginx returned the 400 response on requests with the "-" character in the HTTP method. - update headers-more-nginx-module 0.32 - tests: skipped the newly added test case that cannot run in check leak test mode. - bugfix: more_set_input_headers: skips setting multi-value headers for bad requests to avoid segfaults. - skipped check leak mode for two test cases using malformed requests. - doc: claims that we work with 1.10.x since it is essentially the same as 1.9.x. - bugfix: fixed a typo in an error message. - bugfix: when the nginx core does not properly initialize r->headers_in.headers (due to 400 bad requests and etc), more_set_input_headers might lead to crashes. thanks Marcin Teodorczyk for the report. - update nginx-rtmp-module 1.1.10 - support for nginx 1.11.5-style cache-manager - update patches to apply cleanly again check_1.9.2+.patch nginx-1.6.1-default_config.patch- Fix the logrotate script: we had a hardcoded postrotate action pointing to /etc/init.d/nginx. This does not exist anymore on systemd hosts. Replace it with /usr/sbin/nginx -s reopen, which will use the pid file passed in the config file or the compiled in default path.- update to 1.11.4 - Feature: the $upstream_bytes_received variable. - Feature: the $bytes_received, $session_time, $protocol, $status, $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received, $upstream_connect_time, $upstream_first_byte_time, and $upstream_session_time variables in the stream module. - Feature: the ngx_stream_log_module. - Feature: the "proxy_protocol" parameter of the "listen" directive, the $proxy_protocol_addr and $proxy_protocol_port variables in the stream module. - Feature: the ngx_stream_realip_module. - Bugfix: nginx could not be built with the stream module and the ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had appeared in 1.11.3. - Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the bug had appeared in 1.11.2. - Bugfix: in the "ranges" parameter of the "geo" directive. - Bugfix: an incorrect response might be returned when using the "aio threads" and "sendfile" directives; the bug had appeared in 1.9.13. - drop nginx-1.11.3_ssl_stream.patch again - refreshed the following patches to apply cleanly again check_1.9.2+.patch nginx-1.11.2-html.patch nginx-1.11.2-no_Werror.patch nginx-aio.patch- update to 1.11.3 - Change: now the "accept_mutex" directive is turned off by default. - Feature: now nginx uses EPOLLEXCLUSIVE on Linux. - Feature: the ngx_stream_geo_module. - Feature: the ngx_stream_geoip_module. - Feature: the ngx_stream_split_clients_module. - Feature: variables support in the "proxy_pass" and "proxy_ssl_name" directives in the stream module. - Bugfix: socket leak when using HTTP/2. - Bugfix: in configure tests. Thanks to Piotr Sikora. - backport nginx-1.11.3_ssl_stream.patch from hg - refresh patches to apply cleanly again: - check_1.9.2+.patch - nginx-1.11.2-html.patch - nginx-1.11.2-no_Werror.patch - nginx-aio.patch - enable a few new upstream modules and move some from 1.11.x to dynamic: - stream_geoip_module - mail_ssl_module - stream_ssl_module - build fancyindex unconditionally and update it to 0.4.1 - New `fancyindex_directories_first` configuration directive (enabled by default), which allows setting whether directories are sorted before other files. (Patch by Luke Zapart <>.) - Fix index files not working when the fancyindex module is in use (#46). - The module can now be built as a [dynamic module](https://www.nginx.com/resources/wiki/extending/converting/). (Patch by Róbert Nagy <>.) - New configuration directive `fancyindex_show_path`, which allows hiding the `

` header which contains the current path. (Patch by Thomas P. <>.) - Directory and file links in listings now have a title="..." attribute. (Patch by `@janglapuk` <>.) - Fix for hung requests when the module is used along with `ngx_pagespeed`. (Patch by Otto van der Schaaf <>.) - New feature: Allow filtering out symbolic links using the `fancyindex_hide_symlinks` configuration directive. (Idea and prototype patch by Thomas Wemm.) - New feature: Allow specifying the format of timestamps using the `fancyindex_time_format` configuration directive. (Idea suggested by Xiao Meng <>). - Listings in top-level directories will not generate a "Parent Directory" link as first element of the listing. (Patch by Thomas P.) - Fix propagation and overriding of the `fancyindex_css_href` setting inside nested locations. - Minor changes in the code to allow building cleanly under Windows with Visual Studio 2013. (Patch by Y. Yuan <>). - added nginx-rtmp-module - make all modules dynamic that support it: - ngx-fancyindex - headers_more_nginx-module - nginx-rtmp-module - manually install the docs instead of using %doc - unify how we install documentation for the modules - restructure contrib file handling - moved vim files into the normal vim paths so we can use them directly - new BR/R: vim - split out vim files into a subpackage vim-plugin-nginx so we dont have the vim requires on the main package - perl scripts are moved to /usr/share/nginx/- update to 1.11.2 * Change: now nginx always uses internal MD5 and SHA1 implementations; the --with-md5 and --with-sha1 configure options were canceled. * Feature: variables support in the stream module. * Feature: the ngx_stream_map_module. * Feature: the ngx_stream_return_module. * Feature: a port can be specified in the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. * Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option when available. * Bugfix: a segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. * Bugfix: the "Content-Length" request header line was always added to requests passed to backends, including requests without body, when using HTTP/2. * Bugfix: "http request count is zero" alerts might appear in logs when using HTTP/2. * Bugfix: unnecessary buffering might occur when using the "sub_filter" directive; the issue had appeared in 1.9.4. - the following modules were added: headers-more-nginx-module nginx_upstream_check_module - added patches: nginx-1.11.2-html.patch nginx-1.11.2-no_Werror.patch check_1.9.2+.patch - dropped patches: nginx-1.10.0-html.patch nginx-1.10.0-no_Werror.patch- in the sysvinit script use the pid file in /var/run- update to 1.10.1 (bsc# 982505) Security: a segmentation fault might occur in a worker process while writing a specially crafted request body to a temporary file (CVE-2016-4450); the bug had appeared in 1.3.9.- improve conditionals - merge the 12.2 and 12.1 based conditionals into 1 as both of them are out of support now. - enable pcre JIT - make use if libatomic_ops on Leap- enable dynamic modules for intree modules. The following modules are built as loadable modules now: ngx_http_geoip_module.so ngx_http_image_filter_module.so ngx_http_perl_module.so ngx_http_xslt_filter_module.so ngx_mail_module.so ngx_stream_module.so You will have to load those modules with load_module. http://nginx.org/en/docs/ngx_core_module.html#load_module The correct syntax for this package is: [#] For 64bit machines: load_module lib64/nginx/modules/ngx_http_geoip_module.so; [#] For 32bit machines: load_module lib/nginx/modules/ngx_http_geoip_module.so; Examples for all the intree modules have been added to the default nginx.conf - patches updated: nginx-1.6.1-default_config.patch - added load_module example- enable slice and stream module- update to version 1.10.0 stable * Bugfix: "recv() failed" errors might occur when using HHVM as a FastCGI server. * Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives a timeout or a "client violated flow control" error might occur while reading client request body; the bug had appeared in 1.9.14. * Workaround: a response might not be shown by some browsers if HTTP/2 was used and client request body was not fully read; the bug had appeared in 1.9.14. * Bugfix: connections might hang when using the "aio threads" directive. Thanks to Mindaugas Rasiukevicius. * Feature: OpenSSL 1.1.0 compatibility. * Feature: the "proxy_request_buffering", "fastcgi_request_buffering", "scgi_request_buffering", and "uwsgi_request_buffering" directives now work with HTTP/2. * Bugfix: "zero size buf in output" alerts might appear in logs when using HTTP/2. * Bugfix: the "client_max_body_size" directive might work incorrectly when using HTTP/2. * Bugfix: of minor bugs in logging. * Change: non-idempotent requests (POST, LOCK, PATCH) are no longer passed to the next server by default if a request has been sent to a backend; the "non_idempotent" parameter of the "proxy_next_upstream" directive explicitly allows retrying such requests. * Feature: the ngx_http_perl_module can be built dynamically. * Feature: UDP support in the stream module. * Feature: the "aio_write" directive. * Feature: now cache manager monitors number of elements in caches and tries to avoid cache keys zone overflows. * Bugfix: "task already active" and "second aio post" alerts might appear in logs when using the "sendfile" and "aio" directives with subrequests. * Bugfix: "zero size buf in output" alerts might appear in logs if caching was used and a client closed a connection prematurely. * Bugfix: connections with clients might be closed needlessly if caching was used. Thanks to Justin Li. * Bugfix: nginx might hog CPU if the "sendfile" directive was used on Linux or Solaris and a file being sent was changed during sending. * Bugfix: connections might hang when using the "sendfile" and "aio threads" directives. * Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and "uwsgi_pass" directives when using variables. Thanks to Piotr Sikora. * Bugfix: in the ngx_http_sub_filter_module. * Bugfix: if an error occurred in a cached backend connection, the request was passed to the next server regardless of the proxy_next_upstream directive. * Bugfix: "CreateFile() failed" errors when creating temporary files on Windows. * Feature: Huffman encoding of response headers in HTTP/2. Thanks to Vlad Krasnov. * Feature: the "worker_cpu_affinity" directive now supports more than 64 CPUs. * Bugfix: compatibility with 3rd party C++ modules; the bug had appeared in 1.9.11. Thanks to Piotr Sikora. * Bugfix: nginx could not be built statically with OpenSSL on Linux; the bug had appeared in 1.9.11. * Bugfix: the "add_header ... always" directive with an empty value did not delete "Last-Modified" and "ETag" header lines from error responses. * Workaround: "called a function you should not call" and "shutdown while in init" messages might appear in logs when using OpenSSL 1.0.2f. * Bugfix: invalid headers might be logged incorrectly. * Bugfix: socket leak when using HTTP/2. * Bugfix: in the ngx_http_v2_module. * Feature: TCP support in resolver. * Feature: dynamic modules. * Bugfix: the $request_length variable did not include size of request headers when using HTTP/2. * Bugfix: in the ngx_http_v2_module. * Security: invalid pointer dereference might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server to cause segmentation fault in a worker process (CVE-2016-0742). * Security: use-after-free condition might occur during CNAME response processing if the "resolver" directive was used, allowing an attacker who is able to trigger name resolution to cause segmentation fault in a worker process, or might have potential other impact (CVE-2016-0746). * Security: CNAME resolution was insufficiently limited if the "resolver" directive was used, allowing an attacker who is able to trigger arbitrary name resolution to cause excessive resource consumption in worker processes (CVE-2016-0747). * Feature: the "auto" parameter of the "worker_cpu_affinity" directive. * Bugfix: the "proxy_protocol" parameter of the "listen" directive did not work with IPv6 listen sockets. * Bugfix: connections to upstream servers might be cached incorrectly when using the "keepalive" directive. * Bugfix: proxying used the HTTP method of the original request after an "X-Accel-Redirect" redirection. * Bugfix: proxying to unix domain sockets did not work when using variables; the bug had appeared in 1.9.8. * Feature: pwritev() support. * Feature: the "include" directive inside the "upstream" block. * Feature: the ngx_http_slice_module. * Bugfix: a segmentation fault might occur in a worker process when using LibreSSL; the bug had appeared in 1.9.6. * Bugfix: nginx could not be built on OS X in some cases. * Feature: the "nohostname" parameter of logging to syslog. * Feature: the "proxy_cache_convert_head" directive. * Feature: the $realip_remote_addr variable in the ngx_http_realip_module. * Bugfix: the "expires" directive might not work when using variables. * Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.9.6. * Bugfix: if nginx was built with the ngx_http_v2_module it was possible to use the HTTP/2 protocol even if the "http2" parameter of the "listen" directive was not specified. * Bugfix: in the ngx_http_v2_module. * Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. Thanks to Piotr Sikora and Denis Andzakovic. * Bugfix: the $server_protocol variable was empty when using HTTP/2. * Bugfix: backend SSL connections in the stream module might be timed out unexpectedly. * Bugfix: a segmentation fault might occur in a worker process if different ssl_session_cache settings were used in different virtual servers. * Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had appeared in 1.9.4. Thanks to Kouhei Sutou. * Bugfix: time was not updated when the timer_resolution directive was used on Windows. * Miscellaneous minor fixes and improvements. Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora. * Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. * Change: now the "output_buffers" directive uses two buffers by default. * Change: now nginx limits subrequests recursion, not simultaneous subrequests. * Change: now nginx checks the whole cache key when returning a response from cache. Thanks to Gena Makhomed and Sergey Brester. * Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.7.5. * Bugfix: "writev() failed (4: Interrupted system call)" errors might appear in logs when using CephFS and the "timer_resolution" directive on Linux. * Bugfix: in invalid configurations handling. Thanks to Markus Linnala. * Bugfix: a segmentation fault occurred in a worker process if the "sub_filter" directive was used at http level; the bug had appeared in 1.9.4. * Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer" directives of the stream module are replaced with the "proxy_buffer_size" directive. * Feature: the "tcp_nodelay" directive in the stream module. * Feature: multiple "sub_filter" directives can be used simultaneously. * Feature: variables support in the search string of the "sub_filter" directive. * Workaround: configuration testing might fail under Linux OpenVZ. Thanks to Gena Makhomed. * Bugfix: old worker processes might hog CPU after reconfiguration with a large number of worker_connections. * Bugfix: a segmentation fault might occur in a worker process if the "try_files" and "alias" directives were used inside a location given by a regular expression; the bug had appeared in 1.7.1. * Bugfix: the "try_files" directive inside a nested location given by a regular expression worked incorrectly if the "alias" directive was used in the outer location. * Bugfix: in hash table initialization error handling. * Bugfix: nginx could not be built with Visual Studio 2015. * Change: duplicate "http", "mail", and "stream" blocks are now disallowed. * Feature: connection limiting in the stream module. * Feature: data rate limiting in the stream module. * Bugfix: the "zone" directive inside the "upstream" block did not work on Windows. * Bugfix: compatibility with LibreSSL in the stream module. Thanks to Piotr Sikora. * Bugfix: in the "--builddir" configure parameter. Thanks to Piotr Sikora. * Bugfix: the "ssl_stapling_file" directive did not work; the bug had appeared in 1.9.2. Thanks to Faidon Liambotis and Brandon Black. * Bugfix: a segmentation fault might occur in a worker process if the "ssl_stapling" directive was used; the bug had appeared in 1.9.2. Thanks to Matthew Baldwin. * Feature: the "backlog" parameter of the "listen" directives of the mail proxy and stream modules. * Feature: the "allow" and "deny" directives in the stream module. * Feature: the "proxy_bind" directive in the stream module. * Feature: the "proxy_protocol" directive in the stream module. * Feature: the -T switch. * Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf, fastcgi_params, scgi_params, and uwsgi_params standard configuration files. * Bugfix: the "reuseport" parameter of the "listen" directive of the stream module did not work. * Bugfix: OCSP stapling might return an expired OCSP response in some cases. * Change: now SSLv3 protocol is disabled by default. * Change: some long deprecated directives are not supported anymore. * Feature: the "reuseport" parameter of the "listen" directive. Thanks to Yingqi Lu at Intel and Sepherosa Ziehau. * Feature: the $upstream_connect_time variable. * Bugfix: in the "hash" directive on big-endian platforms. * Bugfix: nginx might fail to start on some old Linux variants; the bug had appeared in 1.7.11. * Bugfix: in IP address parsing. Thanks to Sergey Polovko. * Change: obsolete aio and rtsig event methods have been removed. * Feature: the "zone" directive inside the "upstream" block. * Feature: the stream module. * Feature: byte ranges support in the ngx_http_memcached_module. Thanks to Martin Mlynář. * Feature: shared memory can now be used on Windows versions with address space layout randomization. Thanks to Sergey Brester. * Feature: the "error_log" directive can now be used on mail and server levels in mail proxy. * Bugfix: the "proxy_protocol" parameter of the "listen" directive did not work if not specified in the first "listen" directive for a listen socket. - removed patches already present upstream * nginx-0.4.0-no_Werror.patch - refreshed patches * nginx-0.6.38-html.patch to nginx-1.10.0-html.patch * nginx-0.4.0-no_Werror.patch to nginx-1.10.0-no_Werror.patch * merged nginx-1.0.15_docs.patch in nginx-1.10.0-html.patch - config option with-http_spdy_module is now with-http_v2_module- update version 1.8.1 stable * Security: invalid pointer dereference might occur during DNS server response processing if the "resolver" directive was used, allowing an attacker who is able to forge UDP packets from the DNS server to cause segmentation fault in a worker process (CVE-2016-0742). boo#963781  * Security: use-after-free condition might occur during CNAME response processing if the "resolver" directive was used, allowing an attacker who is able to trigger name resolution to cause segmentation fault in a worker process, or might have potential other impact (CVE-2016-0746). boo#963778  * Security: CNAME resolution was insufficiently limited if the "resolver" directive was used, allowing an attacker who is able to trigger arbitrary name resolution to cause excessive resource consumption in worker processes (CVE-2016-0747). boo#963775  * Bugfix: the "proxy_protocol" parameter of the "listen" directive did not work if not specified in the first "listen" directive for a listen socket. * Bugfix: nginx might fail to start on some old Linux variants; the bug had appeared in 1.7.11. * Bugfix: a segmentation fault might occur in a worker process if the "try_files" and "alias" directives were used inside a location given by a regular expression; the bug had appeared in 1.7.1. * Bugfix: the "try_files" directive inside a nested location given by a regular expression worked incorrectly if the "alias" directive was used in the outer location. * Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.7.5. * Bugfix: a segmentation fault might occur in a worker process if different ssl_session_cache settings were used in different virtual servers. * Bugfix: the "expires" directive might not work when using variables. * Bugfix: if nginx was built with the ngx_http_spdy_module it was possible to use the SPDY protocol even if the "spdy" parameter of the "listen" directive was not specified.- use libGeoIP-devel everywhere- replace custom "kill -QUIT" with the kill signal setting in the service file- clean up conditionals and use bcond_with* everywhere - drop passenger support for now * drop nginx-1.8.0-passenger-4.0.18.patch * drop nginx-1.4.2-passenger-4.0.18.patch- update version 1.8.0 stable * refer to http://nginx.org/en/CHANGES-1.8 for 1.7.x changes - enable thread pools invented in nginx 1.7.11 - refactor nginx-1.4.2-passenger_fix.patch * rename to nginx-1.4.2-passenger-4.0.18.patch * remove zero_in_uri usage - add patch: nginx-1.8.0-passenger-4.0.18.patch * fix "warning: comparison between pointer and integer" and "error: invalid type argument of ‘->’ (have ‘int’)" - drop nginx-1.4.4-passenger-4.0.33_fix.patch * webyast is dead, we only enable passenger on 13.1 and below, for compatibility. this patch will never be applied now. - drop nginx-1.4.4-passenger-3.0.12_fix.patch * this patch intended to be applied on < 13.1 machines, but 13.1 is the oldest one we still have to build against. - update fancyindex to version 0.3.5- disable libatomic-ops on SLE12 for now. the library seems not available there.- enable ngx_http_auth_request_module- update version 1.6.3 stable - Feature: now the "tcp_nodelay" directive works with SPDY connections. - Bugfix: in error handling. Thanks to Yichun Zhang and Daniil Bondarev. - Bugfix: alerts "header already sent" appeared in logs if the "post_action" directive was used; the bug had appeared in 1.5.4. - Bugfix: alerts "sem_post() failed" might appear in logs. - Bugfix: in hash table handling. Thanks to Chris West. - Bugfix: in integer overflow handling. Thanks to Régis Leroy. - no longer install the init script when using systemd service file - create rcnginx for systemd case- On OpenSUSE 13.2, it requires libGeoIP-devel/bin/sh/bin/sh/bin/sh/bin/shibs-power9-13 1750054207  !"#$%&'()*+,-./012341.21.5-150600.10.6.11.21.5-150600.10.6.11.21.5-150600.10.6.11.21.5 nginxnginxconf.dfastcgi.conffastcgi.conf.defaultfastcgi_paramsfastcgi_params.defaultkoi-utfkoi-winmime.typesmime.types.defaultnginx.confnginx.conf.defaultscgi_paramsscgi_params.defaultuwsgi_paramsuwsgi_params.defaultvhosts.dwin-utf50x.htmlnginxnginx.songinx.pmnginx.servicenginx.confnginxmodulesngx_http_image_filter_module.songx_http_perl_module.songx_http_xslt_filter_module.songx_mail_module.songx_stream_module.songinxrcnginxnginxCHANGESCHANGES.ruLICENSEnginx.3pm.gznginxgeo2nginx.plunicode2nginxkoi-utfunicode-to-nginx.plwin-utfnginxfastcgiproxyscgitmpuwsginginx/etc/logrotate.d//etc//etc/nginx//srv/www/htdocs//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/nginx//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/nginx//usr/lib64/nginx/modules//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/nginx//usr/share/man/man3//usr/share//usr/share/nginx//usr/share/nginx/unicode2nginx//var/lib//var/lib/nginx//var/log/-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:39261/SUSE_SLE-15-SP6_Update/ed77e27a7a863256b2465d811c09c01e-nginx.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryHTML document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9cd89c9b6ac6ed5f00c0c9ad1bbbb6a838374d6c, strippedPerl5 module source textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae9f1ccf4300afb7dce1ec831e9be6566e688028, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=794da1e42589c23ad06f81045dd28e240a316958, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=918b5e8a10c1b5588819fe1d3cba697cbde2c596, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b1e6bd3c2d1aee3e421479e1b3d9d8a66493fe6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d58476e8958aae8baba89f02be94b358a152b4a8, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=eb30ee9d7752530be790390508224fe4ea7c87d3, for GNU/Linux 4.3.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Perl script text executable )* RRPPPRRRR RRRRRRRRRRRRRRR RRRR RR R R RRRR RRRRRRRIZ܋x ˸systemdlogrotatenginx-module-fancyindexnginx-module-geoip2nginx-module-headers-morenginx-module-http-flvsystemdsystemd-sysvcompatutf-834a10c2d6f1238720f9b1362c7350edac82e0a534214a04726750b059a65cd29?7zXZ !t/R]"k%LԴBެj`X2M%8LQ;N3 |~ƢE&͓D6CGb+⹣}󆀱 R$=Ò3nCcD1qa>fʨ$3hvYi)!Hj'6xe>aqnؤ,Gn<'O߿HdXatK'8rdȣ㮾8/v@s^ ތ>؈ %Sz4nV 9jЩujq(6s"mac }g&,dj5wrKڈ}i'M}[gz y$$3Y XRA^gs?6sEڎ዁ʴM2Sx#~&:FhO#sٳe}Ҋt(^>%?"B h=ȿ٩Ss6r!Oٵu\;KkO aYhd[s,AKD@vǺGb&;WlCdU *ŔwNMu+ŀy<؍w=;#q*!\q0pa}ܰ)bl{z5mF nBݤVSf~J?yIы2᠂c r%~^5cĠ7-t cPPE%MS-%$˻m=Ui5׼ V[[Ol~@s)L>{ldGKB.u`*Ms6]PlQbC<#ίhV] `dܲ$X^ F|539 X-K#ɚ]N1,s;@U燽n t' ^|j?3hԋ2 WԁwtݗzO, vZnI%mB섈{)G M#}NDn=gi:v$b>|C1oUIJj{SIM>ByҮz+a"%!Whx%/N,"IzPP zsr v$SKGQFçٴ"} fM%f@Ν.=B J_9 '΃ %RK`s-3[xuN+O,!dJWCrPGA_=e82LƓu;]1lA9y#S(}oVFK`]I]A4'vaOhE?tٸ691i/]pV*Tx j_Wywt |~_&w+ 4A0ؽ9():HaTheuedOc49ZRv`nE3ŶOD#B"IȪtsTٻh4Ft4"8^Tw9;dØ俎HOa䓗P#"NR=H;ڸ";ol;^xT~%J{×" it4-Ϝߔ2dPtVBniCDu2/k`A ϐ|_z;556#=[}1Nї\k`qed`LJb!d/_ߔtŷO2ՄaMfY>׫.WB'~ʂM+#; 5%,vĺ{l~GyKPw:U|(bFc< ZycEgASp^2 ޢAݙ61.?[v S+,KtIy|HjӋaopUr#"3 X-H.ѹǃ-tPCOK :,j|TSڏVEN }A!n}5}޿2W|x1ItA"[d%3qKrPnDCooZP2Ңv-*90Fk\Mywl z'ILk] OpB22lJ ypRDTQx2+L[~Q4=`NaFKQXVfsZx w5_]$oL]uʹf˜*^%Zk 7|U+<BǑ%uۓ 9 -ܟ;ўR櫽H9g:.d9[C˜z zsxŐ&gՃQKj m NAqh o s@L)r e(y~FddzL|9e/[MX {o\VG;m+^}{@7ݣ왪0Go/U|xiAפ_mk++eڬK ߵNeSem\0A|GWN$P.9k#;w\we|*zqhoX*-9.Pp];= }ukD7߫Qz<1P)Mm7фsaj1\€,b^^ˁqښdhsZ(_]ı^Ӻs]/Ypv<7\CȀYh(c,ҵ_7-97sM!ԭj@ Q]u '@< G @ |/U42Yg|S뛾L5T \b&0 k[p 5ra;„tK؞ .jd*QwWXX:U6[NKlꝯog%ne~:krS4<̦@[]zT=_OޏQ.6K.!G'6 i /? ǒ˷E[&DJ?53S>{Tbibps80Zpgf,t'wѹ<#tj.X¾heڠ0ESAn: ÐEUİjEĽ>;ap}" _hh_+sԒrXz!Bl&MSʐYrGhV AǂHfvӞJc|ͳ%!(DcSl;MTrn`r]=d:DVifo V;xsZnӨ)X yθ]NhYr> zenW/;yq_itF?]!M|:Bg轚kk z ||a{~PZz_9X 63-9>mwr mtYUz\I_P6&`{?[8tc "݆D[1TC$}Ku~`r<5#)NZ _fh_PO5IkJLCyBܦJAܦ,`s?8ci 3ۊھ6g+*ʴ#0q$Kw QgIz4^%|`$4f$HNVZR~x?"@K'C,mیiBYhֶG=]Z0t8(#SeS͹;RkA^=o@W|͈.a ^78jʐ?:3VQ8L ֢`01U2e'^2q&z,*z7Nj=$HCӼ oN|]g&w(> /R`s{x9Z{$u;!2ڎ_7vXFϥ@.U#ޥf޿e$׭$ |6Byڤ"=j" ue]4!義Ij9?C0Cb:@\a^E5Mz>Qp;mUKQU@Lwn&'IbqfE!1ˀL|Ҭ͖i=82]?1;p|4TKpBWfd͸; [Qa/)&5AP;Zw֏/c>i򼞁oX)J~F-LD]jmR, oӆ8ђE_qfۉAw<e8dR=WVrC)|P c'V~h?p!ՍtR-xQk!kȗLkF_†qԹ icly:@%80ıJlGn|>ǡHjEhDm0)*cd.$<$jaa z D5vPQ0+Ӿ#D:i~/rad7ѱeBbi#،Cb#Ϲ臭 9e5_RV0SFqwENʽzlgkUu+1Gma3/h jyjK1|q{|Q_r/*#Ӳ @LKa OU&à%$|#u]ɟ;fR9 u3Y(6E`DR]neՔVd%0#81Jrujg#Ha9!eVdqaY./uX ,P}f Wz3կ^\4KHHkl$ +[3GCgCgG ô4+CT8y&ˤ3mi%VEO_g XaWw!^h۳νv裂5c/VV1bJ(U A0J5a{<-QeLv蓷Wt\:)e JW!j-sڢ}@ESm. `aVh`-@Ѫ9Lqdm{t u @?\`Tށ=s^࿇yKsX wV(ȳ?ѝ:gn^rSx<-( m0 Z[eO!U!Jg= =O#&^k5c$Up6z XQJ>^!&a{LASJ$z@ª}5#р/J8cD<[n*gFȯa8=!,BSSM$4aRڐ;[䲸y$?ww̱-Q 0d6A|6Z%)ESg3vT;%ϙt* 'ĭv*;˦%(H]2O kd' \mH!6HWO^[}\0ȑ &Bri,R!HK H&9f;!S-UO(W(' T6Mv'Pܳ T፬FiMMɈc)`̻?go$X=*\b8ain4_Fv*yA^v ui}5[}=a{N_ ͬ?ݺ+ha\(ԳW˅JS[}g) u42zGEp~zg{UVtMfytȢ3@̷:F]{EE0y ǬlĶϮ6)Xli$Ǟ>V%Q*Ae%ΈTJ?<eAgi{QA[նAțӫ:S)Tه-&iV/<Yрk-l\1&@`NXuJg+90א}\'@_8krxϒ `1.I|g/n@o /BֳT[ (l#@asKD3㉙s-~َR]bd>!^c.2Bt҃t%m]9*< }Ey=2r6yUYOw -A7/a,NmP$c@T";}{#E(Y-D ׻0t8H%K'5B(+"[e_Gct3 Nբq#5*-\ +TDDGAn;PPPL8B 8/NX˺5/u?9M0㬊ObRt4A2 v1pj.xdO8E$nt\oQ3SӺ-[W&f}v,b|Xw t|[n]#3%WH"1tC2?䣾|)BMPN#&ofI ^n!y%!kL%>XOF 5GLrL`U(g_)fJvzu 'n9趁,ՃƋM͒c󃡖D5i >o3z=0(NBq @d QRK&DO B\/3V+Aҏɵ/T4,%$8M6O9C?N5/TN )AU,H㗳VDt0ֻ#ϊ$g${,D#"4eh=HSP՞ۨ_Z6f~zY1rř75kڡr38)T,7d=M?4 A.{3(HM e`WYAQ=UU-L@GJ ^>%812,&r<\fHFGr*m [)pe?@kvHЕlyr('ٷ.1vWpYഛUnjzygzAQ됫mۧk;|{&6-K~zdcNMYQ1)V-MTp[gX\3dC0rcʠt"Hb^`9h9X|Ё,3/χ.%v#B;z:t2> 3 V,ɶ9ʗ}9E;(à0n^ŷD:.)p9{'+O[>Oz#fI)?Nu:?;@tktC$/~#>6$-q kbeu> LK5Z?@_D?խ"W ?OZ4"vmICeʐ=3 q8^kaaPwf |w ڟ 쥁וe Q ^&DL.>ʴmځ e=V$!{lj4U1=$[s?ߑjP--2/pP<=;#~}qjsL)TTK.IpfJxwl+Vk! De b7*=fu3wBfܣk?af,Œ>R=JI  >.+i5-bRI;rvbɶxҺ LZ%4=ڹq&Ao+6/"+yc7Wq]̄1<]BeDX61x9p0zt5G; xR>9"0&Z$JM߲nw MGrcc6FL"a`,uOg~+A?GUp2d!2~knƐTjt@[t92t̪AU;;b|@*%M]SUM]=gJnhk|@]U,#,AIG}tO*̤\{ιNG9VjqQSVR$bn Y%0"eeBfUdErдJd&K•ϝKl yo>eK_=F+t,9Pm Oe;oyV}n&ڵS\Dw A^9TQs6OOꇾ߀Kjj__SmD~\,-! EE3!Z#([3g^OaѤ={gPm"ܑIJX"9d^#U Pj1W |_Dt@pV%y6yvT *[G>ʧdL  %H1^iߨ8%f+eh[3|Cc{Qv|PT~B:q&]D\d4eCXZ9QPѧ}YWǃG3ߐ?vĂ(: S%R{7@0٠7?ϛ F{N'零Vsª@T0IaJ5*ۣ2$6DZРw+CK f}$4$S$H S)iN%Ryˬlz< 7H(,|uiTtuM!uOj;#s;)NKdbC\5(Sb-@%^l+z YJ:M5.Q8y,=6Iv*i2_ `h8g3:ͦ/ & 'Q;_$29ļIx- $) bű>\> B`RGOε혩x#XGZd h$K+ B82Bz"YkVt᏿B\hEƋω٬MU 2FI+",,b'gvҥ F{PhS~@J# .ۿ!;kWBT"ʏ% ,"@1#x&4|իPDmpi\^<4Jk~UQ_Ncr'\01iI;ԆqS-[*ӽqu+G01z)9vު[0xt6rp-B7UG"i?*-[[p 1'멈J)jk*>u&nziK1T~RJb%|3{`Fd&Lb[(Tc!]qC^1~8 ۋ7McP3]3vԓq>LܵitoY~QOP28BM'vUhH œWXkDە[,-f"=0Ǹ,0]9dck%YWHiI$‚>+V3 Ѫ1\l o<[a-E$m~8O ?x #aC'N6e:D-c2 Orm^|țL ]E*W7AQs J)/Z7J FC7=xw4 CdK-|$֍%?%>< ch0 sa9K#Bs/F&eb[a$_cn%Hmq4?ωHҐ#ϩ/.y'#GU}߰= OԦfh;q ~r&6r [{̇B0ۻ1i~$6X[:vzԒI!:+m?]6 u~.d_BƪNnb0|ho->>Ygۼ;DUܳ96 Q§DK0U\ua!t l n?Rq#U-;*fbp%.$q1"{38Glw~].DL|aZ*ã pE,_X/pFf]R)$a;QT|;YoX0ˀ2$_ZU-\y2~->_0Xe|ZBaٲGygzB BO{%ƸȣdlS-66޷g]^n"+tɉvhc6uEO%Ft& ]V 6g3y^W$!ƶY'q t]g?£zP|_"'Jmd#8;iX:f# Bͦ|8|9B X8Z# ZG;xۃ"תv8v 6. *{.GoRtZB%sӠwrE<&%~kb 7qd5r4^\(#ta9q2{Ne{;OWNy-/w]%BI.XQ(Tu=68܄zIbeu Y&PӇ$_浵,22+( |U5^=^9qLeP:`.c֏>Q,]#1S4pHiHYj,9^SyIˆS^ ݟ|l}5IM]Q|\*cC"w4XRez.>8e72iobG a8zY'L@⺔A6\ǤFKbt Y5O+YfOĒ[쎐Wn$ﻣͮc2)-7k?[ڭǍZ#2b"8+Gq6)ŐK䗮zY= NtICR0)ݣ5tـO*#ZU&EUxRJzp `?UJZƧHF %h^>5deާ+-_ܼ+43+1qRz7,5}=Pͦn3CdwSoZDW(rC"!Z]F^e.p+o77J۽إ.@JG>AR|ޒ<$Ԯp!l(2lA8z=E>.x_h6Sц+4y'(O\D[7~MB҆B\і-Y 4ug}{XZ=d|VlWc4Q#8< VYS8Z/."yKBjUtagbȢo7/b=-*S5e8m"phYt*xc긡njB/>oXݵӾMfAA(-[ _2TٟdsAC-'RGD;s%ha=L(_GHP8.1N<{䎟?ꦊ$ѝo<5<3"  |~|00Whᵔdc}/ 4~4)E#hg?uF ;L1;BZ`T9𭚵)bl. @jl A}^ܗ3:GYy εh9O@G953\}e}>AlP4:r-en_4?9 zR,A| mќE*7Y:GTϊzohwZba)LЀJ^-0Nr*Bp)|rY_~=Vc`Bao趠tx|-"%:W"2jq/KZm9D93 ̞gH?6S}CJǧ01/~t>FXlli͌A+rjz}*Gp;Ub`Y痱W ^&$%-ड-;SÜ]3zqF]n<툎rpϻg^Pa^l;ixy!^kVu•p嗄8#L*֗ġm҄+O| s?]KKk1|-%SsAEq)xAl],@\KQv⏸8]ɻ" * ~Yi1=Ko[}VLjfmP8 jxK@<`y~1@a2D\Y%띢> NR@>N`}R'du{R)oN'VPid ~g ÀO߆ʯ.X>Po0l'Ɩɩ(k=([ C{=$<4kҸC4'B/rȶU%y Pw Yd K7v4%kDm ebyWgdA ?vhJU`Pk .&k k> 1ϾG:iC}Q*5D<_ A)W.5pM"70JG{B `\dm놔R(eptS=UI@m2;tE7 0|pb3c?%595xyНCk{ؐbDP+vΕ"Uqx>Yܰl?CѮ ꯦ FЎa+Vf9b'絃tń+L?,B`uԘ`fFoO)k{ ߌA2i\k˜[_uYkv?MG1i>uDrmzN7Tг7@czjd򺨕xX 䁣}+pR`;aϡX9:ww'߀}ttɨ 3{8TDOPHs;0 q96/@n`<o.CB)-Z,zX!H٪toPIw'Zcb!V1~64$y6/.T6`)FIIt]\Ц+/aĝ/.D=!re>1SeEA<4[ lWXʅ4Ly]@Z2mld74Q&?R&֘PUSA(Z°]mfQ9)BȲɐeRSs6 ֛OH3.3*@ZmZ*"%+je h!*[l\޸"1^I}N/n;qk.f<pQ Nm%Op^}Wad\ h|Az:/ (Ej(@g]DQfG[^$Z| p"'n-Zx8e]3xwqə,:a%CCXKُN'(|0k e`c!$|NٿEr*ևsf"I&:3-}ɲgȐۤ%qc4@U: ғ 7MkEJ6_߂-aU޵q\uQBCJ sѨ6[quB9WCdJ]#hjjL= ۙ\d>Ov ȅSt4yx/O$MY![A6`&,,9ɸ\,MzJ%}|<^Pwjc_\#bz$g+gڽ_=p]U[o^) ?r8e7hѴ S!Aԍ=P !J,_Łs%ZhBp8%%H!2 4P?\mAE`(t,*^-10m )k{pHw] X),һd) ma`үReF :Nw*0w^ ٱNKm"Rf+ռ-4SKo-]:F,Pj^(3>gkZpc7M:+Xإ*W,KB$2b;6kQfՁ"HNЅ"KܕGZ㊊Mv%v!,Rջ2|P+fŏUGTF)ToAO&0)J >)V=kHoN;tf g#\7c9Q+t n#  ]Ė]6 v.X瀴\y@=S$ڻPvz&gЂ''qWϖa b6nDlL HˆKd&7:l&yQda{_u:yx|Gbuow_J"x8n9]VNN r2I\= DJȐo1JZn"?zPF#7ğyغ"GB8 6YTgExy}ubҜkrbA륳W1t5/tF/+FNhO]5$BiM¬х鈞zB?<6.HwqHfA[(i!<Y@i8 _o Ŗ|4Ki:nc! _ LɆ҉irg7w?54&+YJ%FfAw$T{oK$cr)%Ij~nuƊn"v6pY >%Cmq5KZʘ)k'^tX&jT0)tk,+G_1CƟLhA:j ̟W͐<$*0 3] 5cb[ɯu>J6+]'&e"zl5FlWƬ pV` /~`^BI;rܨ19pSᮂ]|@eZvyA$[䡵Ԗb`J:?UJ5%"ldPMm*pQ o,r4n^"#I}Em*'F%/m*N?*K dTDT#m[H`(\ڙ :V \>*[M]w~e1(G=n&u ]ceiL 9v,#'g>ٷ!ewjZgo#T~#}?}fѾi T٠l!Y< _[ r~qeI=ٙR<ҋ1b:$MifH_wIaS*>k\Gi7gQ \JH^@.8i7(6R&+2$($X)K-,s'k tnI8WSD4/ǙY; @Ϻ @oy(X1l x΁| ՠ%uʯYqQܥxJB,d2޸@[6j\e'DJHkB eU2Ƣx95jW׻J;Qai4)Wپ?c,J 243-`}Nq.Ƨ#5rs))ݶQtDO|#7]p6bwI/*03L]/4dT#aʽ5` /݅(p'"^_ 1d$cTi z!*1z?QE͢@h}+J': ܸ≻1R[eGuh/)jN}U?k]*PƆj?+LѦTw5ͣ( Ȗ &51`TR%}r`{G9ٟ(=w#ekֺҖJ"YTEV@Lۖ]n"{ZCy\~$:x ܢkC͞V&rI"h|˽'.rPy_B~:Xv%Ltn[dBcjPK0{/њ `&W͇y0WGEڎȧ5Vwֱ$ǘG 8j^&+@˝+i7^K `'u'qoL҇MnNᄃ.wprB [Тcc MŞ[yVuO& ~AZ /D }XΏ6ʥyX˛lhax^>HoQf dyA}E2SN<}w7EmzqA#6Gl+mW&K}ޏO y K0U?#mp0l=$R;XH!;g!Umٹfs0bx\.` j&}<ܙ4Cѳi| ;鉢 x#;زByY< ݪ T]ӄR&Һa(,0]W \}:c29>?y1ފ͍SfcU`{8:Q(ъMMW C_׶ *^K]kxm͜G!5hXLfY^,*) ]\ׯTb3-֢wwaE BRZRu%)Jqy`C>0Υ&Ns'?#%m}ĆDj:eJGZt3j&@"!%wGT4NVq@]4l61ޱ+\*q$t!Lez嚖1Qu@x^Гh=Ճ.cuj #([A߂c0yhDJ-^U6Qa[:Fb@d|Dh(t0?{o/GI5j\~Ap~9ߕnh*3ޫܛ F.Y9D* ?V箅˅]f^E]FڅvK f5kS*Aՠ̞"ƧPÊR%L+,D/W\; Y}8MkHD?V}XspElNc[b:^-.\4̂ľWog tPw!/sm ң?vT}.29Fa4?;Ei.ۢCFW#)cBN -J]7$C,JEob^n΂ߪd?%^X [ogVQrތZ{Ư hx  _Z `]ACJ[K;'ψl,p#K}Sg;*h{fj|%@ e=*| SsC'7*tTX8f\ &Ak(9K*4੿(ֆEH.llAk1HJv;hCDej5TWA p>ɼH(ȏs LQ:,dl/:cSsg¥G3u=4J4Zqkni\웘]tTw<&27|kY=̄IZ2;h=Ψ ؆ UZ|~w~'3:t**7dDqjJR܍4<ސj!}J-)"re,3CA%?!Irŕ.JMݙ[k $5sjuh4IP*v)lp͠K]Tw= >(wVvPOw63AJڹGtx˧j̹<xӮz98t23 }4oAةzT?OvM5UۺeZ/Cpiw| fEt Lhbl@1gT҄' ׇ>lc*GƀݓXy^(:Ȓ+/ڄ]i83s&`2S_y^Cao5Fte%ig;$A=f`n[v5:x#.ޑ;^::\:NkY !zt_x%M#y@&۽̀EJ{>5(\ g&$ZZٝ?7Cqͩ .+,j9ӱ?":`?6*i!,Wss( Z#q֯ >~[zޞ . p~gHAsc攓gy.3:[uII^hjR` Jl4` Ri ?FP+ Ƨ=[GRDggƼK[I8F|b wN}'v0i]1jgoyZgHjK1'ҠS{z?SrkiG`)"G&7[Rʥ"~R:kz4xEz2El]Oy?Lm;JKo"SVG&PCԻ;1 0d0 p7L֠c |`۴Lfm#T񵒠~^'ese%3iŹsv]kg6yKc }s u dT#Gu B{34JQ VaV1'y\lӐBgs&t{wu$$"kJ _nlg'cn&}$pWLkUt+K0`=࿙9XϺ2JOFumRƁ" T@d؂k{5C.pm9Gx3]E0<بh%s.VQ& piDU=>2EmPa]MV- Wth!t34.Q]BZQq 9ӵ;߂H"P*FhpЭe^~j*6O#SqJHkXZ z)S8J<Ɵ14e=V[a-B1Vyy5}\H;s`B1ە7<1쀱ɂ?Eo%' 8)s2mhjQʀWjdzh[7*ꞟV~_V[ƜJ[EB+"Iw{|Ff$A'`+1v Zݜ# ņR~O-u8o*ӹ> } 6/E꠼SOEOr4tt61,&5uYU(wJdE#_7_(C7wܓu /mUrrPBxDŋQX\ۮ]#U)P%7m~3PKE W?.K@~  g XNͫ!0Rq᪈!y>*f0P}"]꡻LٔӛDZLSV>/c7 L~;EԗկZ$ \n\p:h D6Jl ԺI}! QF +F{ wb6}y~3H7̨|aPƤ{mk,烸B=(q?G[pq Z63U+t$qf 8. \Ggb,i[}[@@=gr0b05`Bt7]3 pd-0[%q soZ}͛K`sf}fXގ. l3+7K!< 3*cl؇: 1G:qS"yJ =z!xu`Y` LHT3PQ~x˺i0sKSrp{.nqJ}'hJ;úIό.EUD,7P+,>`Y&, NaѵvTu6/WRdA8ܦ|S9G7&KUM|:;-D2#e<um- W7} kfQN\{2kyd@ -qyH9%߲߬B(h# e#T~:D}"dngY*I.YbL6>\}oOc ]vu _$Q~/v YbN@OP*`pk e ӱ%Ij Q)i]b^Q񽦻s~+YQ Vɸ1 @'K鱆q%&6ŵbS?%ʹx}wt ѥ=Z2z[JB*X`+. (NRc̏vv EP;lE_a1)h/0Ɓ*f|wh21 n;,,K<;YbzrU$U!1D~mʹ@ԜBhx[p :8n%>χ*G ]_XԹH7ZSC]j'VzTƔ<H;:lzaBQc芆"c﷍}9o̢~g STQ3ldA;#tQϏRpD4rlf} B ܽpGQË-Yr- `0@pó?HDZ6f.lXfȠWi\>O$96u\I-MsH)w|B,Ts8y1qoyوp +l&86Aݴob!E`=G>-NzԏOٳiHYDFtF8A)Eau`T#\0L(GJ!”PE#Qdp6*htό?槉&ԅfyvj˃ ҢNr1=k 5o+f]#N<%7G&$+KMYµ_{Jl7;h9QK؈T-Id.xOWD~o̬s:Z(?$Ӹ t μS@1ycu o~jq' LBH1~\YpK5:L#0_. G+]:tB,3}MH C6rѬGHնe)pDrN0s$/ف 㮱E9O۝vNAN/sN*M-d%T=9|e>B!}@\ h9wNT$~tMϊei5V8~ϡ6B`y eEⵧ4iv_mێ`9JPpxRzx%DP :.6a PR+;Cf3#+# be-p@y=W%p<ȹvq{Guި<F |6 $R>ĵR_gh4Ht/tȗl1`WA0敡=MrqWWD:饬ao-  ~yϐ)Wsa˟MW8 > <@G/yOGX>VUgUxq` fs*C8kl01#O:S31Zp<勵!F:byV8A&kv]ϫ b}vwsn裲0;k8HM3\5Yq rn]58#J82:2^WBR?r٦'qXom0(ʧ@x$@Z WI[\d#;Umu+Vu' 1NV1^ LI GE1pffB-T7I,IߚCjL۞vɊ6ck}nq,ˆQ G2Ɲ>vn[:9 T AHP_j0>zgh5K!um{n\+b!ACq)v8|D6qigd^x[(]_tf+8%%Jf2PNK7CJ"`") 5SL}R1G3UU O"7Z9lcU3iSDHeu:v[W>gFm:eC^1NMų>yi8x-%_d j.WKQRtI;I.w$ VaAx GDpx|O KXbV]O&w@ܵKǝ։k-9/2@U͵H5܁E|zh{<&hȒCZj*]>[LZ8eM&ָ`Go!-7 M:_; 6GڑD0 d!usǥ&! yO(z'D 驴R+pJ'O!{ы zDy?ϛ(?H I e=(2M֘Ac[2QKgF u"/Z2fomXbǃ3:-RHE>du;MHW$;0-aM*)GhԆM^Q_Dpn&5=nQc ƾdS#Qc~jl,:%o;iž+lWŕ]dޟ"\MHxjƵByxlYb $}uMWSN~ÉŠ15/v5>2f WKwEZŸ!Y kxj1V'HiK%$d,@ՠHnP='-suPڎD3]q4tjaz}x|]j(nV\1qiV=Z@im5=sN[hS 4rT= jCs}lLܚ_)T"{͆eOb{|ַ|'Q&2#dSp2F2 2UlqU4'F+" U"o!]tBihguXhd\r)r7uRNmo\V4o),m% !qI?Z87mdŁn%ض͈g..q7mko% Dkerp6@tjڟE8!O*6[|5=FuUxO-;o1Ȳ ڔz:0%Tu `Þ,"g;qhYNO_;(MEk`Azg 989* OM0T}!FKovlv הqAgbxؒX;a/;r2RaN2ȅBsіZ nbf>Wk_>d,X~T֦ɠtdOWM[QsSdE5 QE[ש'_nݫm*c )_LpnAƋ%pjdal@mD VP}D!޽"$vTrIv_%-&IaфKKĨ!ܚvVM~*$eg+>2RS(N;‡cR.gv{ڻߑf|G=Nr=ѯqA ř^2`RH6Jk &K1#ұp;1SD5Ho& KaN9b~pBI;s[ܤ9 P9x/ TʵȌP:' \rƥu;]S$kfp I%jq[‘ˬⅤ?Bd]ӥF%T5|)pb3yD[Fꐃb(:=''Wb}1ddU& ;C/|}%Z]#txׄ~aC3er>=e$xLN: 0*|np  H|J~{Fz aIOSHn)O-xEׂS!zup`߫>12f7uU4H-ؒ*S >$?}b>$LĆ0H pmm-5!mv[nW<eO=5|]g,z[]f]l٧Ŧ`h|ۄ=.z.1 A?EvyY++2&c $8u g4J ^+9#B2%Ji.YmI=+F@xZZK6~6VXxwYOo􅐞p,ߑX}:rO$ .; OmfqJɄt{%&YCloqbpPg3~6{Ā祋aPE[H9ii/L_YsOK"0ıIwsjm1昦ˎCDJ>a^=ZO\V9[tD>G aVpZ 9+7=Bgҭ{m>p[K#mk+&Aj#e7V0n"S$2W_iv|F\ۻdV AƴSXÈ!)'V`lՄ6&u %<8Y. âO9߀.e+7.; +\gV!B}RNXz};]Cͻe@5iY,Y Ί 5y3;ec$Ew7`@|I>kģD.\)u2뫠zWwG1M>=-8ç1`T̓8V[%Lg5Zaƚ@.7SݷY\/#wSڢ$ 8ĩ< ]xfLx bǶHtF0I/)D"2Y\Ulm󗂯Zöf}KšxٷrIU'c!!#>o*㝮fϾ)F{ sN9\F3WB )ߊOm"e'2/ENޠQ<<.[K(^$)2}K\QD+whZ6[B>xl ~#GYkO^5Z FP{L-j56F#֯ɮ' 룉7s}:bpm?z311A.X^.bOk/U]["3L+ZEpyheћkfM*A%1WD;n~Azt¤W7r tլ s鹢ldGAv4\=+˙ axDIFI~aWfbPuBvw1QBl2kmYr)xo]}Q/pmݣokN#C׉FzڲeFXma&)|l:Go^MwKPNݯAWy\GaBKUai{2U`qgۢt%e1U(T1ʫ@:Np"#+톬,82s?7qg#A3༷:oeyJ3*{6vk4եq  D`C吊K680/TDӪ5Y)Rm5}V\ ɮ1#F~ʘɦ8yؽ[SuLT9K7pG4[:tá^h:kZ02US {WN^źy&A+BYD4Բۆ%eicQ'R+8g]YrwqDpmNJl*_YV3GxL|3\0BO9?PT ;}qۚ OSE9=L1=<E-Hy+I߸NשT6Dķ3M+XosL6d"qʡ5^?@z)շS4b2‘MA@YN[C ozU㐼9'xوBm}q8i3[% e=;"ﳧv뤆4Ae pZp^)ۓ_懶 GS ZnGh#Av^>gksEq4vQ3kʣlW*J9':svF<mR$.l{6 qQTH5+^% "H!fO4L:uYvY:n7)ko[y&UC?~ˌJ*8Xlj2sY  /%^'A1D[ ICsعs W @71.76(D[3't_ g!DX$+KDY_mU`e%tLEeqOg`Mz3n Rah1i U%DK'h[ì߻+B/庈]EWn񸑦#sXڧVR*P$aP")/|Tejf}蓉|gڭ{:Ho4@5gb` ;bQT!t̝{2' gw'uXv+bv2ƥPG2v2gͦb\ܻ3JSO48ĜAK]i 35g3Ip),U$i6/MZJu"0f a-w5{<%:ϼ)*r_Nbd25oPy|=PŴf,%ԯ2Gcs;T4)"KQ;i\?ىeӊk鿞2.2px$ go EcKvz6=IV[] "5K_0@Ds+fZ ›Yy @{T@u! [˼J$ͤ T{Qi[a8瑃a-}rXr5]NعӽL-AvΎCeNZTW0]z iDg!F^EF|8ھܞ' ]ugB[i=N /f:[^XXZ-戻.ky%m(N(?b &Ja*!4eT\7QH@?fMa:Bodۆ Ǧ8aFJPŇO"4 &4V` a|*L.+]`0ӓ}v$)~+.Mc;.tvξg }**ł5\6R@]th75(Rk[G]DҏG+K|+^"e]> KR}gj:nbYmG.?}ܣ-VMHa tGԣ<~65kY; wzBҠO/d\?Oo{~Ju=ـN}v⃰'?(uzg_\Y(F=%lL)M? ͺ ]H\Wꆷykz8;{"Du~QY08EdN흛3q1͙Rwbk?pg_BꏗW~2Pimǂ[%dÎ| bh\vy)U2č_rJLڿU3}y=Kj x!2dsDa|qǑGZ~>Kk mKvE6SCǂ-D潨7X?}=aB%Tbs;N7A`=41Z4 KFfC{`)[[ӛW󟖠b2KI `{tV&Pׇ+TΡJS{ %S-R{Z_bbv;ʡ|v?/6`L#,a)%aaëOb? yl2*q9/8dcdҎ$ݨ PB>Y:kr$7|ԏZFZ,0S#2} s]y\a>"mi!֢bGf.{M^|A*) Vx?6>j28^y6OhYvza +I|-`C,9\O2ʩN1ZRA E+0TT<Cs;2J=Q(=E{> ?C,-@ᗮ`Q8A5z"| &d5Y8]G{gq GhVf@( 5o 5.cebَY>άT}HM&|3O t+4/b^s{ן|2l G:q[6s<%+pL~bsLahKg0 %FtN..œ5.l4[Bu ȗ3T/[ժ$9KBJixַyA5Dε#)IoB?3UJ䜜up?e -h;e-ðMGLh ݯRO{.cjՉְY܇q”E ^C lcPb# b].o. amJͨ)wIa)-A4zjX_غ^5}/~c>`=b".-nA~@m?𥏵WD.1Z->狵u-0R"`n)1=+P!KVnzy`u+ AU SG~˿/ Px/+?D2(7?2,X3n`V2l ҙ m؂Ī7GիI""xkǬI'"i dD,ҝZg6Skpψr.] /,Bg_v\#Xc@>fm^k%ˡLFӻFٔ;+D0u_ջFrMF\Z}:Uɻ=oKQmk5ѝb'QVWJ;tc!n~hzIHUuPY 3GJ4a5``=2K0Ψ<7 8ѥ4W@e17>'ږ~7 "-Ņ-]@U:q-uf|iTM`oFҥbӢ% Dk‹id~AO@xt x}woUF=XSh_-W>JN$'6iXc2]6g@VU`+oQsz/w[x@+@CiW,@ &*|*ˠQ@y"OrNfz0qƀtۚײ\|& R8 9$VI/SsodSr{ pÞ@ qp fqGʢ1\ڥзJ% TYaDQ:o⼭r›QIb<1"_F]v\h%@⎚Q~Nsc&T?]u%H"?Ɩ+G]%y[1 ~F iZ^W>Ii[%4yB>#]ʜjC% ax#3E`IX"\ oSLݫ+$ϟl8r Trp Ѐ͞`8uXrh;JނZJHZu|=, 𾠞uAiD;6 OEN'`ha+} aft2($Of&ՓISb.s;xɩʂ Va$j\uRr6GH`iATR*o0-m_ٮ|@+9DgG+k^%z\N<ۇ$D$Re1t?ߍ7z|*fFxmߚ4).Pk$dC8^掣E1`Bw/N:n)5[LD6hi@%EGk!) yr z8׺q4yKw9V̖[8$B{Uq}`_9r=фqJEJqXhJͤ`\@0No VHk.nË3rqy1nsSxs԰kRVo y=+9|]\>3% _C\)<xS,o-U}ލu3S{c110LeME0J&U\U{յJC=LH5f=ߡڙb}@C:XMk-- :ֵ\EsG{&y=Io8"+c74i:A6kN1$bEnH~ebLב B^J'Dn2#5o-J+SJ@Y("+61<HdC+{ݭʒ?bm)%*t00wJIP6 \8Ų3^O{,'KG2=7G}|'b(:jub[g%EvV3zَo"pSG]dd(<>&ӝZrKGɎn z*>]06ҀpK%!8ѠVݭ7$S;,7D o֜*7J,۲ӹxRDkOTQ(I00)\!}W2~o (XO.)BW EshZ+DFE MAlϹpν7Ȝ:ǠX~Ɍ {ܗ?+%E%kwI4 b=,oQn+k9} 燡FRy`}ks3P#F Y.zphF  rp}:dαY }l]JCDrD Ш8G$Yn#g%SW_6p@Bt 5/"ko.UY.1OIA|+ 8dǬ%DJmv mZ!11AꇁNwDrHԼaXEn60` &ob_3ndzpbZْαs-lOЕ0 ,/Qxr> .3Pi=.TvۑJi} %PBNgElԾG7rg/6Sm)ڝaHbkK G2_7XۇK/K*9wkBTĿD5 pga^="9^[X}ޛM:E駳E?̅obGUΟ:[2ٖփ4cN/mӗ+ϢGP Ou!d鹄N~62vn!烶C]vRF堎p268iR'$0@Ӏ6azּ{xM͝C,]HW-kgu2|j 8dOłxﭢ mJh%2SnB=C@<8pƍ5^qaTS {I̩=WVUICtU`\ȫHbծ&Q/*[Pg%7~Y}"UOmwhb{ԯ-xR X$>- 3ɾ'XP{R1=L{gB(\ю>@ &~ ?FԚNIr\`Q! :e3Q T1jeoQUDUͮS k0pw[~R/UT`k"|v`;햹[Tq]*CdinS!lOTY4zS_pP[MDy yy~eU;o36f 9Huv`zY/U#Ol~@0;#DEtdHȢDΥGRESN$hRGyƷ27B+7k?>K1b}&yG$[2(!7EkY7z⽚z+l[sEmBL4QC1a1&?i60b)tX Qbep\~&W z 7[![ =$F 6e*ǯ IR&PVQt+'zq4gxo{9@ Qv*ΐyV#O̪Hfg$+kUq#4;3QI1 0exڷ\@񪺥A}<?OES9t HFXڒ1|+C,gGb$. 1:( 'Ҟ+SfJ=T-ˊ\d!e.GJT9ԉ/#P$QT)M_)ql\t[+ܱ҄lf{х%_Nh-,>Rko7?zꟉӯy60 UuN^]8&?`HT3]0厢 l]P¦ L7 4$qC_5HLXkϡD0A˩\dle6~jrGk?(̓fॉ"㮜Gw&,5#kdtBxJ $eȬUn: ˆ:FY}eժOUn$7ΞTsI 4hj[G!,6G8ts)WNEѵdq"t70BȄ$iU>>h`cJv}Ŋ曩B>4^%efi"]I2 _5%Œ@ LR'l[N *x/~+hS:f*3.:  YUgH6S2iNdWtYI b6n{vw*]eL2@"k' {Hp4|a~ot CozxU67IoW&Ao\*:6~iЄkAoI+h"_EWڃJ xFAhЯw["׭τ^{ ͦ@#Q^/<_x/G;>)4t3u8tHXDECW@T<%Z&]HMã r,Ҷ]PH[M?M œ7'T-ZP*OIq#}èU6᝴/-]#8i^.8:/ۈJN^ȷ7vՈW,Dan[~OA_ظL@EY*+ǟ#ER/!|ЗhqtX0R^*ZYK@{C !QS4W(uNqDUv r1֒Ky) J ]Dzmh$rʺK?>?9SleمcЫ@q0HSIMHF*b1g[Lhz,<rvUzC]pkC zG$N/wIAmB $j1ZeU4ӵNVǕ@ ^r^ 5T]*Rr}W m+`J ~D5TAgJi9kRnzbDz PE]Ø"=(8ib"Z #DOF6W |oꚮ Sad1͖;#{k% j2qjT{Z> ݨD*L\䰥ܹl .:(O&'n$11:c~3N4+LJU(`P2U_ZSkzO!&ݺaɚ3J۔=ZXM{*6}H!%Ơ֠qsvHg̟B1E$W '%R/]RxD/\ VC([>C^x]NJ'JONtۍFX#0ix^]qn% zwz9_cX@HO~uP}Rσlj4;MtM).jU]3KSK-60LGqJT)6D|T2Dov*Pz t+Ns{ք"Mgj>(i<sZv:v|@lٛ(EJ,PI d7r/_=Dal]/c":r\Q =XW-ʡC}/Pw{%I۰ תhtAT3>`_4&ܿ oU}KCۗVqY@꧲бI'.m ڼԔֿA{<KViǒؠG~6aN7此{?"ď^& `ni:"g?ja&k@wvNhGkX9bgtIYkuД S*t96ޝI_*Q2\ qZoNhn~Y|UF~5Ր$Pu7|)NOv҈kϑ~O.Kt䬆uC˪4}[D9iKȹe!txe0?t2U8:-%F_?d,q!2[:|% ;tDD)*ǁpóJPupE4Q KU\͕m|7X`)*25| Ա 0¼"-gG13ס }S+-xVq:M8[6[.RCBqXPu^Q UPƸ\\pS^(kݷ,fqkF8p[^WjVБFok6'B)R7k{6Yj}x"Ġne31X9J1N|^TI7(6p+p6Mit`MQ* u=("NXqyTPf2߆x6Jbld$X ڇ{F[madsD;h%~@!EHtWw4+D̽ '˪Ъ%b)BD-՛#| _u g j72-=i6v:MlBI`rT`hw21eKoL87Ui[sẠiqOB=w4պD9bާI4(VZ ԾwSċMbW>#;-p].CZ[.P0Gp m=d" r-CWl+m s w܂hN(1b@7)d!?P40+I0&S 4ݟ{hu]emy-gB.,1_.4'P%+6f]At ON 4ƺR 00̅ >\S05ˑ{#4H64L\e\R.i _$ًFl.C6S]@R:)6UpS#;m1`0R(5dUN3$$O ԡ ?ߪˠZ1ʈ3h^Pi}`H?|06%G$Ef~K"fQPThN1-gC(ٌB FyQQo'0.h x6@*Nijr%)ueOʨD4j7S/2u/M9$ݜ@SɈ/)XhVz 4[#7$_קZZ9HGcn;ÛYLm/b/TY+RRpYo!JEVj19 EsC.n04geP+\ynl+ĬO.׫ɓnvp?&/A$.ND^ :1۶aFv;܂%j)Lg}1;9c$\|\$[ykAHI$D79KAN$zTD+k9Щ v{ Zzn0e T,ǾT%Z p3ް(]+c2t3WkC[.jHUv}*lV9'2Z1zB|&+Z!}~ҕ s1قKK.gL8:P?#Q$RKܤJ(i7|zg!y#/|Da۽ΏO-K;i%:eciP[$!5Jt Ki P9N,/r#wiI}SDD?|DX-pUL">[ct` U3 0"*A|%`B~vGqJ(ZUn(gWy>S),Rܦt@Yi]I+AGccКY8=8P&R 3̯)/ZO?b>08"Zgڶݑ&y7ѫ/t\Q\(z]+S~p  4u~6fNe؛@h"Y\ yAP0X#\ 򓮻1gFZ/kle(OO\&F*AeϤp]bVRSSeH:F",M#AM_VfpHKYfUQ;bH 33ma~Ӿ4޿Q}U,{Dz) [ U@逼\gĝ zBi[~o L=*ceQY8Kz&aAvZiJDAw!i_ڶ?JKMqT3\xW$XD? j0Ojx6B0̠}nԋ7.|'StlDR7NxKrd5 K-F l|tD| ێr2P"֡ơ2o"q&gE8\pzw֐ _iKms7M doy]"{$ؓE cn~. !vt\k_zj?LG_]ޚyUU%4I_Q/J ,"NmuZ-w˚ yȱ<'] l p j]- $p]77蛄iGgsB% L?B P*AQwFOc9H4y#$dSu.~PGXJhp T(0rQ[$m ck6v:`܍ۭz| zpbRS M=( NK$af2-Kxs`b^ޕMLmA ⱆ=rсMT^e i,8{V4nX].]ݾ <;٥"<[@_7QܷlTBeH AZT"hO[*9o.k%/xcЦI!tc8z4a$oQiUrx& #֣nBr)7Nz$ӠLv•gO gdeE>U%cUvppg@\ﬡj*VrOlpPr3VN95C>81|rKݓ MF":t6/ 06:#\0Ɠdv2<#:DX}1/0HkwM&/ۻoMPmmrWarBHxH $.YveL_wh]baj" 7Wj<;I @=q4&()mBKثoʝP,z3P@:Vv Q-؃F\T+_*F&yq˾|TƇ6;Uȃ΃?^Ď)W)}j/2k&dCZ3r;bh&˃9?U\?b!p4$]vz)17&' - ܙ~ H&Ìa'^z/~ovD _1g~$lVFg娷ٽ Yje:K%sH2gB]̴"Y&yTs/-N'[[9 w t0InNd̓H?=^-QG9c%ɛ&HR$ >42kA4=Қ>Q[5ʺ=pqx?q+v}^ I?9)CH1 gJi! pcL3?A`A-DjvFHҖ WɠE[c-$Oy(җΔspq L=@"cxR= p%H<|"AsE0jyZl6*ڬu`CU7O'Ώ2/ٱ^hkҕrUURBcK tP֙6P+*z P#Q`։3M8^4T` cqōĕqmVb󾏌f6A.1yVvQ+s !0N}]/'pFuNBɧHJ -S0A'oz$laڧZ(rB WrX*o ּ!SD?"F 44P -X=7DQ-7$܍ jXhlBLs Q bMhHjE1tj%gS \p\bMvHka]ϼJ'wQV{dP12+笰ʆW ξ;Ca%6yolH{Zq`>7SUv[ng pk 袧h3Nu!hc̮fo8OOpV VAp5p 1 mU4̓vq3I\1 3rheɸ3WB=`mD|?κ4PAȜ-}r0NDPEpל+M}g-QIDLJ@׏ SB+\ ŤƑ|S<.qS4\Pj#AZ*[5 Oo`Vżv6-m4vjnާ\O)P̬bhXxRud{[ĸS,Hy::/yw^Bjߓ= *#o<'UtagRW˞GdKl)hA#2i*_#=F-!IW5Bsq#nGޜm5fvhF Zua 9n{E>2~m?5ei5S<5`l$s>2}[-eƙ=Kǐtt\-(weҩct`xO҅G_nT&D)GB rQ1hHr_r"]@;'mQ?`)9ff”fGOeXx )JQC!_;D41?e S]v+9_]*bY3Thm]$5l6@h#:0X4^6|+Md+uz3%f1uOc`뉞Y/ hsوaoHJG9G o'<,_}9/-b\xӉV*5zΦ&a6hBW*#RԎc:$ #tI"khG*/iVzVIs9x |]+ʱ"׎W$50 5BfDq4Jrpbҧ8qhy0&ߚHVϔ &{r [KVU‡]&NgR4UH )ZͶ+Ϳ!Y,ݶk 5֚f#9cY6@L\WHγ!x<秤C|"St CVդN;~,=9I֢wYS_+np,AȽfmw+~p+J}NCtH*˜nݙK $_GNdlwFPξBEfvq[[Cj3+2|.i.6̼$IPɗy {Q) L(MRΔAݪNQ%YV>I:f|/'=tA&ۮ^/4('پ9~ʶGV4i0ge98V<NۿyǤY p3ΑZFUPgTlJAN&֐5t59U!{c -48%_d(47Dϸ22̵GO)Zs׮D';NFќdS$oj75shP9g8m}dqt0Si˭BEBIZx<,a3EY٥ֺn{Mq! 7y[myPP5 ʒ=:8c†/G0& XͶbcBnKU>Z`vU>}<0y* Yi1m4$SDWPfd翸@KR}ym8-WF)ֱggqdtOtdSci #M.L)A > R'Kヲ䑯Ƌ˗4($USq& ~jxӘVTh$_BL{amMd͛ BN,qja[BvBmُfvou@jL Bx"6HL.i[Ie\OKeQR}FU3!UЧ00pĚa|y霥[!"%P'r`'!Mq$hdbEEV2+J0pcsQSoԻ\um,9ǡZ h3~F=I(O6@d&(GLK#rܤX3-e>)@`,ZM>W{L1 y< 3nk83Ag[0o4&4zEwN_Н͍K gN* A9B45 + e kErurGOI!+TbfnHssG˔ y1`<OZIC %h&KodfŅ(K]wlx@Y|”ZbzpZ%85cq*.-Ib(lF ! ˫GB$lQ86҃3 Rb@U=u4TKTd>L+pW&Ƣ\Lu/Fqg,d/.(َ p)O2q 6G2Kɦ3.p}ش$A?F=6?-)!;^< gc@i#EMXOj Aئp1@X,hfg''t2Ƥ՘Py7NfTz;n:~p)I** YkYc~+:^EwP3G+`N7d5qSVEm7gŰ]Q" RTItc hJF9Z&/H(VVqsMY wb N@7a@B(aM)`BR j-,36ӯR O칏 Q󻏇2yڷ2Gk,KlreWSoqf2lY$2$ !PyPPYD^N=<Ҫ ;@pfɊ??yKle*n6p>Y'O >[m-mqRRieHP:L!~cUKP~f4%y}cV̈V0PZKOrޗ9K#"W!jlgǣA[gCz}Xg0 Qа1R{ ϕeOO1 ァOaM- ? đTncu)n:H91W#@ #>T],TGn "I6?9 F.OM$J}4 =ORz'}dd_Ss▌*HHUM$1KY ̌!tcpH"@[j"bNG)P6Ÿ:@y@ Bz2; .Nq_k|Fsu-IMudFbS@5Kwu ngeJV e95#YYrzߖŶیĐ@6؆7 =.)5#|[r0a!vhMW{ 0v=^GX*)1) `D~]ޯ/e^k;-0ZZn/iֳnu<4ەh-לǧL9Gkbͯ#f99-BV1 !:޷VK LB+:Տ.ߡ_fɄ2Xɚ<%1(vx#NGwV*P8D[YYI# |e0;mpe0'&MLt).P.[S:f @4dW{F0!f\3`Cj5%Bc_sb?S0_FQ=XPE~W̎e bKgk`-A|9v\翟涞JO ncINA;$ܵ8-9c1r:$>]%1rƚ/uT> f$5o?ޏ-Wfĩ놌i{>/olNҖpV@ $ d]u`[@v- s9|  vK? B9}(P?Cb}|PR붻 bJ':m  >yHxXxgknuṗottm/gA]xCh`O:&SJz0#?##G?8јr3Svn+MUS7q1pB㪌5Ist192" D4_EYt6g)[£> J kilm=wolVF_!1f f l FĮSL&*x f:L 6g~,v75ò.We7$SC.\#Uӣi{q/pV,d Rq#0Tg=gBeK4ZD9r5iNW?W["u*FH5wIP.IJg?-Y`J YѾEm)Dیg5e>;f=ц UHډAwmG UJRQ.uYHL ,d@ފOƈ7UWp@~1YZ?zg)2[|⯲]a;,GVQA DYϐZ! 8JdJSjP/ċvҭ~C^"vpI zHF= H5 56X̨U2 ?# "noF66p7sK5Q_ubSЪ\Ũa sv"%~chѶ(k|cQG?y`6vЂ0X};c.`jŜnKGO; Oaj,1@>O>qsLIMDsm{aU9XS &s19G((1J1 m/BQҎ b&mU0Rqg/3waOQS^Lt_VAW[xB&q)ECR蚁K V޲.Tn|*K p-?<z>śy̋F|IE4EKMҎYҽƤ%I&q-5Vwb\1CF ?k5'vTWR2`)nw"VŒL#ěls{kKE7EGqnn_X8dK%[0m|n,/8MlKND`0@ [mtG=*,q[.Oظ/ `Q^LKQ$ Npg`bOX f"9^,YE73/g0,H8xTkJ}}YǷ-iܶ7P=HOs\q~6gЩ=n»bڼىu֯v^6l*%щv]cY"ε3,ruRh^Q@(TZ9D['U(?<3@./sr^.u{^. I1HϔƬ6j&){n%9fX${03 9DZjRm bTIŀuM,]a bcQLj#;dRL2ylKjMWL9ĶֱLOuxRR߇]~'>n%'ս&Wi$+y0M삗ayoN m w} r?w@\,8r;rGD2,Ģ߷_hYa֖*YJ/Iud~uq֠' *r Huh+B>r\GDĸ >-3bhѺIJ]8|>ݒaOMN7ā{jT< 0ţSJ쿑 {--•[V_I5+n2.ڗvϻݜWvÂud6{.~CL\6L1zѿŐDwb6ƏO7Fyr8_/Ӭ?ScA\,ɽba"V>6¼(xI%%i5¯WMsU=%M0];i2{O6}v'a@|x!@"jS?M' У|ypsJ~~L!*C=8Gs$*vC $ cĒ/`0^֐sL3^7G5 VS}586\B=gPt?`W5gzwمYdV;퍽# BB~o]PFj!.%.V X\ OM&Ӵ%;MC {%ư_ĂHKyFЅ؅\acvM$rMZ_)5ޛͥu>,iDqhR90/jx]坖CݨT܆;E$v)2ċscu#š(v•ZYzuj~3#!πpd9R1l)*F#q#2Qĵ]i|>ܥu4v]`Ǵb;3YHZl0->5iDΫgCAn/+命-O"{/#ae6#1@bkFl0jDE ۨݽ۳de9NJ 3!͔I eOrH/8|C4ξΡ\Y7W?#sA6X?NcVRyE#;xq&BӁOؖ_i$"Qø݌u^QfjIp@{eY~ԞGȤd~X.*197pPisWrl~.KQ+k,ƞDBjm/MVʴ,fċR.eATW=gebqn[9&p2'…f! =r^+%Ā_}oOu 6P~ej($(FK^«U2rN_bo|%W_fƦjf_@\i >@g|¹CR0E 99a%x0Ie4*Ѱ-{ʌ.7t=78}[0Ӓ[vFV1ZH6f@_:Cރ]XFEI!{`oPSgp^i4رrdoGg-T1vQi+jiw7bgdkPxDز)9y{$V2ug2֎2hjpg6u(n׿ݮ`譥&Di4DC]1rI*ASLJ$%3y||ZWs&( F<3X2z>ȥk~;,q90J :B9vAVX^(N#n\pqZ~++fv@~B>|хj$-Q֣X)+TW֭fOP@w>NJD>鬺P-nIGuњBIbNGMZQjUԌ E=Og22fdfڰL(#ɢFrhJ%K50/.IF=PL/.*qSJ)z] ~w۾*7zd Yd4'>՛y֢)v3pU͙o#>y`ⲉ֞e`ЌĠYHm}{l1Eh00I&| j;YV=;>A˨_@ʋ0@-t) T#g$$+oDLg+?ƥV}JШPTL]fi"RbFk#qҤnmGfspYbW6P#NF][ | 8YDL3 ڝiM5!)`n$Hiy]AQ.A`eK! A$.VK|Ws3!a2& /?ʲ}tMI &KP*iM0!I~K~ ժ_xY)|c7DQQt'͞OMn5c778XsӞq;3zTQPxrUz*vc֗SňxJd|}wVYU+ce<ٗ|{<쿎 o!^%S8<.4]s~OG=w ut.[.VK>uMJִh?c{X|iif\s8CF ~58 rWlWw k7>.3]fQ{uMȏݫˋR^MGCVwWܡ"nqpm$)p<؂!D=''zsw ɝgRU!ǹ={ח+qB^۞ A l:{/gŚgrs=ݷxDsi#۰r_SaZ!,JΫ4S6W; `%|]ޔ0q`j'ZyJ:ᢵMS5&AѢ*T1O.d_3$0NS&K2*G, lQ' P$.0PD7kLAFqLiA rM`jMݾ[u̳WFxW7- je`jؐ¢"3&yv $pXyn晰>1;k$VJ[FuQ7Hr*BB̀%& ٓIdM"&H` 7&3r#WVA0L|>ֱl,bι/SK(ofg-PоP$]{7:Sym0Cl wKF!:]sPj X)I Iih%8oW?f)0doE!@2ccxL2,DJѥY$]whAqt&&B>ZkJuXF8yYr[]raH{ISX)稀5 UEԠ.aCgb7oBط`6SxYVQ+L9ώ'T@s96 ,$ҒaJDI2fjie"{J`N4X x<F Dr1{0oH> C e=JԿ3T q@^+Z^l*;3"Wr&Ⱥcϓ:Sˮ662#1²{a -ukӤ)Hf ,XNX6* %X%AV䢴<L3Ǹι39Cmx up[mDR#tP*m*WS%0>$G6@:1@-4*u^>vNiE7@>ZG_̿7J*ߔOJ#s3?ȁX* O+e%Y3%Ui>Ks MspZa8JDS7xE; k(Αi Frf[1U} F̃ 'T0@tP_ϠljhZlhLLFX4Mk`䜀5C0tDzaB$DH06i2Y-M,$D2`H 3 XJui$&gb wG+ƭļԪF[@ „GY΂olL 4?C;Bpٴ& +K j RQRK fljh<ׯv 9^DɃW B7{4 ӏ/vܞѰ#! lwU\ho~} >]_SS,rn! tgXVgYUT,}—i5޿$![sd•Ǧ 1²#!l3j/Avm0 yQWj'ocd)<(}CCо5`B `w r1;iO$t[8ǻoXmHgHQBXN3}DQkx2weAda oH}; iL.'aZPJ$kƎji,R8N>R7&6zǥ0DZ!FU@Oaف>|.0K>n^K@!7ŀ7 xjI0B`v-#2e.YqpKkj}lϻŞ].U#0G_6}#{δ%L+gbba8L\nd$S!-m6N;;K-y]Cyn۞9vz[ҫ)X)̉|Ma# er dپ4pM_ĽzZZUes&إX6lՇN^#Z2@uZlQmVNF7T,W_2C=ꫣ<ң6Э+~i?/LcWj[vF1$6GJB1x쮙Jz+6j8VƥE7PtP3"5JSPb]Ӫ3I?y!ff]#Q1!vRb - IDRZmyNm`.2͈I?17" Fa/g1 ? f끑7k|JT=;tBP+jYX'cr1ihbhW2hϢ҅Ie^+19˞!1=`ܦGC=(1x\ b$ruA}8z )h]2hU%Ik,4 ,]Sf0/y9}ɂ7w1uBj0zU<-OD>r2&-!  #VFSy0ۋiw?@}2G|okX!L߰\^_(~!^?w!:?W|r}o1 o0ɥԁO෯NzW.^CǍn*vY nb<+\}*PpbkڱM#b=#]Iv.if&]r |:Af uXS1s{4F# Go96Xwv-&S{[XٲZ؂ZM,-$otAh\M;7ׄɯ,ōCʋmdHac(Sa!.z o,rVRh{ODqlWi apc *{?'9Ddžu6u\wjK8Eo#" |>ȊtN? sΫ}[gq%RI&BSZ̀.`XSik%} Svp$~f ~*\AlI=F}<6>oV` ~<#oSmCny>ߙ\$ul3.b?&ir+ h9>$w+fsM|Ĺt,6-Ng++G}Ң(sr@վypsٔw{5WzMb/ s]Q KH?;`ʳy< wߝ)!qY|4PJh^|HMIЩ=.I8':* )qO@Jlawz 2Apt 6lz6Ulʚh~iy<3G{t%LJU%D0TwUMJeܒItkl8<őɭV+ONFJkM /+UH2}ѣ\3FzEOpo4Cu=wgm<9n~L..^(Bڴ;5E,9u_s=#P )H=n/D`ݼ.eA$\zEהdE#z飆Ѹ m-Vc=1Fp &\oռHHv:E]5;sV+z p|!\gu#!gA0ko7F6vY|\B{+%C6 5-N?~,!vZ{rZ,19(tY.4)hU8֔p>ϔ| 4/$s3h.yH2 $d& S|u4,#ӊmbu750]\VB,Y#[_o $x[+B10G`ߴAA4NhGNŨb8o{E^hn w$맦&yó~IZKh>H7-?V?aPaV:ƽbh.R^C7ViCJa-u*1*lΐ舌9ѿiʖ͎%؁<5VW3k$l=l;ضN뺋[&Jߎ07 : dQϢХ<8[/ WP"WcT-_[ؒ W>b+݃YbjR*1#}ƚK=9$|r)D6u5mӖS%O>Ѱ8I_ $Asb!#?fy,,H$ü`]BIp#QzC3+J>>F;TsPF <_E/:LQL !`]S & h.L1i gz@-s##tbd/jaRhĊՓ|y1⸜dn0!WOt\bώ4Ub/(T: 9A:{rv*qmn& $rԩ5>[+j%JM3z~x~qek`mq6ڧ #2`&fyϥvun1OB|féMfsN?OOOĠCDӈ2dۗrmt 9O"wHA:7n8Jyy8B">9/9 Lq- ̞gu8 e+tjvQK%M?7:yM k vrw=,5y~4mow)_>'p^@p!>?amۄ86AxX]7H-rr*ҏCќؽ^Hᯮ31]giRcؾo 6kd"h7 m̒YW\,3˛})q+YNnܼ8Z]RJR_Btκ(qҪ7_2PꜼ(cU$m9o =|QWՙԀ/d<)Hl@cX,Ur˨(7[;m%wfL"@&89f 6 f=75^Շ|S nĕAAfn` 6?Xpî?K5_=GK|Q=q+ eu ~rL <=5P)MGYp bIya%\+8S \"C`LS&#Zsdk.K]^j(jt(;_Rj` "d8d<7җ>$ 7s?P8p`kṮ"M-b;GՃgʣи;1^<>*D&jt/A7(UB88I=β`U-S|S{QE /`µd^ڡ|T`A<E i<<ƴtrV>ŝK.; X{ K ?b|7BV`Y_!ӡM'鮌ZAo 3NQMDοyQSSAк>DSQ\΍}T*kBKHJl_o3%~'k)yOlo95)G֩5ُfx/{`K.4 m;uul]fk^)X(4H3KÐG89䧹{aǵzʀGKڎH -BMVJ:ln,؍%Sen3[aC!ֱ" Yg)SkhT"V?g bO[+nը'*?oR;Zgvb)&rӬďi8줁\/yŊW*vs.؀Q˫.z8zlW/mͨX2ECx Gr\M/?! XYz[򙻜mCϬ㣱 ߀Su^:5TKOpKXaF.\ }]a?ԭ<:p~JRCu1ڳ8eq̖C7cEmA爧Sfn4 ڏw'lyk6D /dQzurCumޢ6)1^?!^Fy坦٭j&/q-`xwxT.v{)v Ecz٭빵fgQ6ދ#tA ڜrwNMjUsѯʬ^EN4Q>|^!{gUp3k%! wdK0kVCbxYF˲qv=zVfҽ9KNL<;Z^et{*i75'}K_cfWǖr ?w[ 4;GD}Y6#J,FC(e4L{kL:m.RzMq cT1Ɔ,SZ`"u*sȼhA],'s}6L*VqGQp\|ȯk1)E .7dMo Wl "l.oF(X tQپՃ2Hh5 E'B(u*R=R!<&xò6w :N#!v>]Sf>b qUuvR\ }I]yF;ӉA\>1NsSX軞|¬]0ҳ$m/voA6S0 RS[]~f,cHWS`u$LdBY0$lFo=bqu4/$nd{|}mUܰacݗ>\mZ[smfҕvX g50n>2}trR1 Ui:*)51IhVlZbF[Hw֝5o^#o{ih6߁H+l!؇ V#}oXW|ya1/Ѓv[n@طtB!Sc:M6B:vp}s9+|{N;mOPbϪ_)JUU`aɣ1vK 0xۜ?J‹YJM/}wV͵|K^ݤ^4r Ӱ:4װ?4)Ă4ܽANNNRK5m5I5P2AhL Y҆j>갠3"#ćlR-{~E( y͝twI5n|wn0G`5a1n!_nz 9[F԰sA tbY~謫V&≾}`u.a5KP{GucUSҖ¢޾oWCg%.92_e߁߉D=5ih3p L2ԇ=ڀ2u >̋x.y׼⻉L7v2σu +Y|#ʼ6Nɸ zJ3|Ilߠ͊Ȋ )R/v+ #i mIс-B.>F!w+3-,}Wh9e8^O4!w Z”0[8ma5т?]?屺?4OogG\D*.B vb"b"_p⢎}$PB?#YZ2?'irYEEĝՁuhȭߣIM~[S;WBKP >Щ3f`;(CDrn%zqgKl 7uaCn'=lDԒl5.Vgq}ʉ%(is< w%ip 8HDn>/~G > <)/`1x?3k/qh4N{\:XtMT*څ9& QDSa0tZMrו}[um1=%E6z8zW~'.f*: t܌YQaۦQmdrEVrșp6hB]7R^T$*y:ZD @^ W8 ԩ/Rel,ŽHDSԆR/F='4f$XO?eܿ3 YNw TvC{Ґhi(ҪGM&n%!o,6BC MklUJ_ mMFŃ hb #4v[I~wEf+ZP6ZJHFDԤ;2뚼28+t]#k48@ZNkRʜbP1DueCܒ 8u<ØzDmH!&(B`2V4* , D$́1pB׶Uen%iޮ{T&iVB8"8䜴 w)­K8HA" Rr Td@1E $J{K*9C?Efbي[S]Ԙei>ZtY4(3 A*}*Æl8YfZkc"R^G(|JnbzǙߙz&w`(+]ջϥh %bmK8~kY_Sb<m_D"H/bo?9GK<:_ e)(R_f<F]Vk=4PVJ1 .n Ɛ2*2ӷt,; kWk_[c{̳o5r>oٝ %Ht# =8 k82Y~ۄy5拾.}ʅV~r|>CSN#令_zx9[ej lӳxgpnE' yq0ɦZE/=g/҄eLoi dbOݞ+eʣ|3{8fS-|na0?{&`V&&JM(lE[dsH?1ϒJuMLRy'ffSмąe#BPD r7r< .kic%<L,NzDGʔCr]w/} )vk4}rV{xKMzrmaѰݩ6,ýr{ oJ1 Vɭo 13hTB\?^Ysfg7A*TiRGQMSM/yoK}5Ա,ܣi/H~bO*eMAI.V&DpD% Q#٥5ƅMR9 &Bo0\j*hӜ/uW',mLƋ`" ڊE,@26Sp\†<-h%EUPQ )ID^aJ+w>XvbAd7>u d⣘Ђ4EA|Xр+>?-Cw$W x0p/-6,WPOPT§Lr4ҵթK,lUMfEǘry/m6a^k4uI##2F7ÃDTboH"ފ dWb6!~\v<\\F3Ǭd+RUɒWP PH?-߼,v2L f!ƴ /X8d3iL=m*M伏gTfs?۷b 5!OR )A&k<]D1#^>*F#S-*Zt*P69_/.A"=`& ^Qi˾>x-?gEnk.Z6<^xL #h\hԱC_!_hbҖ ,HY9ȉ3sUb7L{gI}mlج5k2ysc9==J]o{|$~S<6q\tniaE }F,s>THq|a͔&&H9#R Ak*ِ|!s1an_ u$7WR&L#L֚$oό^.9'ĉu,x*c?ﰕΝՅ>[5248}_ܮH^b 'پ #UWj9q**bEdh؁JnY/|$ȹ'3_RGlg6 $1ZZ_хf<6M֪&"E`S2ʚ`l ﮡя@PX>mIQ#(pS_q7eITj; yp55X%/E12h$դDߐ, ȱnHR3=p[/\S_ÈӨ]ܷrQ YfcXe:fh!]o+:EoA_ iE^RTrCpN2'OQd,f8>=bN̯ZOjoa)O/q4 Q%F==kΥXW6%,񯕧8H@GuAZ̙,gL6{&29P\YT%@-1:!>m?@KsqЇC5-濓aI2=r zExoUOU~Pb̔E 1뗹?AKt8KQ<)XG~f 7=mdI7g]tZ\wTǹ[8\(y?i5Jg,13cHa%C+{X\G[YT5)24 ﻍuN)ԭ^sRe[L,O0YIo5j>MFջ Lf." IZjgR){Ac~ɓ>V}cYSD_g(1ztcOhiҖS#K  /'p ǟa0~_]F4́ScվnX[ ?VE=Ty3ͬ4X@)K^oINVo͋/j{ m]$)0jp9o[cfwd'@jm3R?ni7^nL\g֬~b,N`EvF$c O: */4_oֆM"H>XQQzV/NȥbHVꖯuJŽ*j%O*rVZ&1ƭyKG*dФY| QӿB6 JǮ|b#?B$B48y ȒFønSkpبҗp4O.i$8c{he6C}$;Zeȱ Zv~"0 ieV;)iѨ_c&7sBgp44q#xխpxQ}L%XyvYSZRlSy㭋|KE< CuJ!9s Wni ??=ǖA/8OJiCVZ(I+ݻyGn׋=qw b'Cї.뇑CZ mMX8B/g3Q2;z7*ِ5C^ 6-o&ߌFUŚp{0:7eR(rH;jP#Y'*ڢlB=\T=/HrM70ĵ_9&7O^0,)ƊM~sNJm}672q2cԔ(UH\!D,] =yS񸒐8UcRjɑFDR@l!Т[u>΃CeM!_6saryUך|"ooܼ`_ׯڻǰ,snf Vu۵k_7c\%Ãf-F]ռOYf<ܛ62V#ww$:=:Kn!DZ:)MY1gWB@@91B-ǻ\80E=+\oAJkov ,'Q˪6{#;2fH@jV!MuFq*zՁ,6~:%hKAj lZK|񾖝UL2h@r[TͤrgtX ,<ꦦ =δ[v|H7mR3KH BEKe[gh%eRߝ~|y¯ uT1z7\F/#p|ë ?"cc"I:Qz?tF` ni5CƩ-o=b$\Ճ?G!9>$ˇ \1g$q -4rkQ+2^>"d2 ~`Մgǽ9rr~K6ϰHa'ijzBCy!sˠ NѦjSgm|whU "{1[UvYqdוpȭ(~3p׿¬a2ޒe"o훘b,vI)dfRGZ0DNO emI6FR-nM>F[-1{5u>t˫^7y \'F"Ço^'ݰX2b._wn{Y  /$TM~؁usRpՃ!d3 K Ej5j? |os?]&hjiyDmx)ӹ-zVkߥoL <,|/`LR`}&S56hr]I2kn~RJ2e$9do=Q%hH5wgeE=i,FwZ,ZcZlE+1Qs2۸uEvu}iZDhD"%d4~p|Ϟa87YGxW~~%Pt~U:#Y I#QQlQjf``ND+ziwhƇ]"p[Xkkt~hͨXg+ WZ`{}rRQ8? N{OoMs_EsMJG͛GM=U[2j/lP]4#ahɄ3y9д -~Ȟp8d[|NVFKC,eZ^Ʌf+USvNҽ5Y" 2L=?kzG6ZR.+*TRZj{ O[qfկ9nI-=V- 5br%ج| ƐIwFw]h|U@b n"=݆׿Zn7OQ C`6vCZAIqmp_?t?~ͅveq ]jn4*K/u_N|=: VJ]?7W-?x(D~Iw}zeL :A =-K}=8upu.X1 P'{!$A ;)ÕP!sZ t,j pq|U"&I1$“ 8RS1.-A2QbwRqCзd*–[7Ҏo̫1|C+r~@mO`j9ic4 ?TpFZo cyokXd7KjW:o-׍B(h1jXHSJo5V"G_ps8#f{KrUDŽqg6ST 7;")>+Q8VZYeWY&t#0`t)?H혗|zϗrSMm.t㨖Ɣr8 H^՚ {x[Fi%"[ȯtI O,Of("P $R3?72,4*>Ncn,k:j fbO{cke/o~؜I3[w !y+Rp(Մ]mLv$vXsM]Brpw^xXb DH(Ky>7]-|QQHpBy &֕V%Hg;CDo!;NAɯO-26t-,}柣?!|);~!'%z!}jQ>!Ăr1xTA}Z<%Yg?Jg %G>ȇVP;׵0v{uuƸLy1Ôe@շH1 5Ԕ;/W;?!;u>L2~KL@28ry"FLb ډ?42Hrr i|rL;vp١m@jijBȵ}֟~-K\q]6G;tDC"{B֡Ny\ː?;пo,Am :o5TNa&\L#+pd(}.0aM .t{!'õh H6w}>Ev$3PϥNnQ!rܛ)j[wb/@;6/5͇6xi*w!N|^ڑ1&$ez A긕&3S' h>߁_wc뗣tHPMrU&puC_4*8>JbuO&V#pX@&GB`)_漐 -W:yCFqLɑQӆ:Q ,F~hr>)Jvv]mBTo,L=\1u f`T*$2풦+ `|9u?qon6$d96kTj }/؅?ʼ232"VtD\WΒv "]jZ_>ɿ>bY6H] R6Gvxh }\# Tz+@)r'W0_RLCLt&ҵF}ku*1"H9$Hfyk}%l$f)22N7AP=]$bSH Q;6AW/e'!6W%_ɌcòtsTt @Ѯcze~7|_6Y2[(EPEԝHB9Rg-EIނxCA|ILkP}ܵFw ^QՏ7+]%%]Tde;kꠅ\ƃߟt.|Y%gN]?zR@|f)b[oU~}|- @qMjQ塑qڴdݣLZ>#df9vw_U>O5r%!ҦTcϊL#Ԓ {llj>34$&}Ԁ7|H~>]Wƶs.FBl64eT7c{\KD"*:D3V|u2ƈ%'O3}%Qgý䯚H8P^KI,lXGASwE.$v=L f1{Ϩ~}6%T85`&@1h1X[Af6Ca$:OK7P9פ "z O> ;_½g=0%n_#N|DnDᛝi;pF|-MGogx k!#w$%]ǟ0N+Ff08cpLzeFcH>pvb]9/5mkAyG?i< ~xӛL?7yޛX3ԗ_gJ^ٛ<3!ꦭ c-26 FRb2G?|nu8{_SKȻww4 `M)SPP!؁( )ϱ; I|_$,yB9H<߻de%Otb/0q?g"@$4|hdw}g&D$@~Zԟ&G4vc{/Iiߝp?#fEq^~m;FTU1DUEp^ȕn`a92Dt⦆ +hqF^ ;Yy'R<[ӫ,RcduKd)uq\'WxFiaR5蕣7@= U> A!C[ P1uzjbS\ib6˖7ٞ e A,B;a{(};H4Bbw^`{ܝLN?)זry\u/&[ g?43 NevR9]VMzW֪ )F @BJ)ͻ=ܱ$9'#RaGaGLr9;뵱5|7ujZdrݙ%w9Z W_pYiKו񺖶?. 8(b> Rr>sv Cm,_MD"]i}gЦ3 wmTG6R[|'9A cڪH@G5[Ng~g睊}O6g]Qr_u2׍\4ա0T9r@nEC_t,á)i4gf;Mm~Mݯ pӛg.:5Up-*XХ⸽Zs:\Zǁ8FxLU"HľٸϤ{wE1U$QHU4TRTQ@P  @$0*d$e^Ne(EV G`eŞ:}8#Ȉ oNE,;KެrB rt+r;? #7sb Rۉ?d"ocJҹF;LaiOzo6CBZN[ޟeŀq~`r^';Ծ 3޷>'M{0`oKO O 1l;zZ E`~~0v\}kdV])fuO pjHln?PB"`O:ؖt@'itp DOKrJ'/\H o3yŃdi<Eh~wš^(k~Am(@8S̟ y}rd*g>-^{$Tw/(3 )h˅q%<}QF( y֜h>H?#2YJ^@WNnG @U@dA@ބ¬jO\,[Hj5 svE9(M@NEc4{fūA縍_~8џC3H$z 2n@f/AZW`+YIzގIǚdGX1UuJ]NTIc6F 4+ i}&Ov}<89&2w8 5XA~)S/-oA BGh9ᆃH0*Rbװ̴js*ILx<՜6X+RlP/b6>*mE5v}k_TpT@NߗWRewsǏ,$ePϛMykYm9 R{/ tˍ_#| l"tׁJ\! |Z +Ңe̹*2fMH8]RLp5'/G|h20HV@1ӌ!s ̠[b* " (0*:v&ʻ{0qnmu[>ziCUK s#9ךSmXԲ~(8yfHǡvV35zy}o4y06Ȭ,{Pl{#֫9Es"eB0T |l`saTի%WXť^O 3wd4P;032c`)bg' aW:.=iTЌLH'7i*L+mY50N>?ý.?]Jo F ǔ!@R% SR*qb:N{*lsv܆pyh,oeT['S=7r_\3ʬ,- i)|&S+m}_YŤsv&_^;_4n[>&-,u>OQx 2o׬_up: j5=4ĥ |x,F3ݼ}uʭYvnb%)"CiIJQ1$e8K{룸Ik_0wŴe𝉦adDT; J7_Z̝\l@0$O3Y򖏘6w6/1BGt]Tm"M)Ds'ufl>nY?Eo'b|],p-aX}'X&)ʠx@6T͊TS@oz]tj96 vDf4 OY| (O^4ˎ_HXmoùo/F69"0@`qBeQp~ZqKp=ܖ4idKڅocc#LS;pZ<6~ g<5ܑ /X)NOM#4LzrR<Ɖb:QA^*WvrRtKíw͝/ĸonB/|NSw G-IQo|~I.k8zߏݫT/O;>Z,HBJE޿&И*V"BsokOcʹpCjF)tNZ2r.ӿp%"n}'}a:^C,^:koOBU ;?GJ|OγG6o(2z$z6AH#SW"6r\a)0,5ZL #$I |b}SaS?9eܡ3x䰮d$Y0$2h|ǜdK,QsfDĿIH Qu`;q=MuOV[їFD(diuw b Y)p@pjZ$p͈~ڟ%v?}';I4 M%&]+HZ{]k̬rpTfeVX  kRJq=BӔ$R(w;Ϸm!/[{jq }1Vϓ=I,}~\ QY ;s^ݘT]lNwJ~&ج֖roP^T#sK9cͥb6.}czGsR0EaHMTV<G^*;^3!X˛[P"`ɻ7t#>3r䥥FlT8wmS#e-ӊh`jt:P*B~1(`UgN;8U)-.njח\ms㝽,EJB:`4[/Ѷ7[h;KPPRqyAJ'z39?\ZfAB뽟u.9Ny+塑LС6Md_6 ݘ#kN͓. B G0<~0L$Ӵ qK-IR%Y?!(Boʐ"秧O|I5L]ƳEw x 9j;G5ٴe() NڽY_͏宄3Gkyķ*I7+>8XNɕ l `p( -ܮe:L%V7Z hKKqV7LwOC|Y 0' W`%['˫լCIDzPCɑ]Yٶw=>尤 $"pPEd1|=h4U"}eL[S[i4N &ux~KuU7MhT oH,.1[)6r$Q pP-ԼKILс~U@w 菗uRCsOY[Bib!\SjC/$ jFZHtvΓLJh=D1w桰H _^h~0O _pbmx.\ 3kZaCʟtߨa\#$̰-ŰCg>7v/PM2ȓ2"Aj9>0A%e_l%7{j̷@cLAoޥ.&7gH!4=h~ cG8~W~xE j)N#[]ɺM~b^j:qVgY9,P$z|.e/=&k29ͮ~Ժ8|Ds000R1fA0g4omkթqFP9" ,hR6T='f.Dfյ]st@潎9CM]rq;ʢ"&)ECl͜ʇ}\R l]}/9&zZ!YK_l-TtXwF(H~os&Na 1D! ܞwb-D޳G)ef򞹒;~߄xώjHDu(Ix1`-hs*񉯗t3 +s޽黫f;~ʐi^6^-5$ѭTco`/=fX_zh~v6p-.2ܫ=pg #+i1ɱ<oed~.{XCR.۵6b06gx4:~oH {s#m.kkãoɎݚ*UG7 2Z5?a53ΎZ,S䗽iD蚆ip=DYhUc|w, Kz@ mᬱJ&1i8[؍R2{@G4"MBȴPH 'EHpʴyc HlJ@ȱ,sm4*.;B =xp@vqԧS%/g&%߱8~3Uzc~Li$F$x3vmB X^ML7Qs}";kf9 G;+*{._ rѾg$bYH+:4;i0EwyKS;LRq-m7nE[TT/yts3R4PVhn}oNsI}ҿV$f.\ΦvFfF7 lÉK8cr /A-w0`"cGCgg@Xdh9`T mb ]. GutW.zvbJ]jF5 K:N3{_6O5fGr%7')Y" 0H2y~:j.;շ^rEAuzf@Bg]U ddcqj&=o}ԦT!1׹k>ڐMf1/ĿsfuLyG@q4V,. <âD6܄ԦO rygroީ ;܎#pO3ef:2ƭFmC# MrlTWliVE@zҡIR%+MW ҟqKE`+|bohXH(5 P˱. Hb&^ӎ^7AI58ۯP@$r[J<˔qtͳ6CJNlۢe e!jW[AO+1F٫Ηh qF4ߟ/ٸ8T$#d%dvIb>]]C%_y⎏'':;M;_Gzʀ"ǩw|؞4?"YoYjJF&g@̿RE0<wdg9c#]찺! eӴu7b:m-5ۗs\Y5=SڮV2ܸ?zǕe 5j<}Dé/sqPfAu!_h*_ϔ#.xsGTW.tCI򫯅ҡͣ*O|ggp,b_}=̀0j[`2""h[/6;ooǏ%PomEkf̼ Zq)g5F0{u,|I25L~EDP kUo e Q}Yq *3m5(4͢Z2PxfFJ6+ą wo:SV)iŹ}V B3سN$LNաufnz_QJ$Je^o1k՗)E*wEixr,#VhfÁ=7b1QB(Q(^c"E r+'&?u;'a٬qؕl-v\5-MgvTzzt(AX|1OE+e>jҐ 7^N*@""@xU:뿳gg}YGJņu-Dr]dJJa[{fzIW\T1jU0Tg/[<)էozP$2D=ƂnC.X>/N=?ѣvt*ѳ*lp`"iĠxɿ7|Vpy`ؘ.[ΧZD%{Zj%OQC/ݞ40*O9҃PdRg5H=}|n>z֧6ɠs^{3AcҺi ks W9grAD)YO[su߬{0=`Unt˻H`Fҽ] $#I޴sx;O4rC⼡/O<' 9 /ncR% YmLI6eHU[$MN9r!}Roy y`Z^Ǒl:"7.{y|rCr2'K;7uIL˧gjc6Gɜ9H 4Ђ=o͈ ~I$CʇJ0!(n #0whJ d\}QE9xYΣ;F֤$~󹡪_ǒf#OdžmdfQqi{>X ޹=vm';s{jO˵26P1FYd~ n!B{odj{H0牱VT:wLTfi:<+Ut ctВ:i H0JwRJm_X! iȲ5zOmU]ZYH_p?B}첿.u|v<~F,|,{z[DH%}:r5d"ĢEC;-}3goFJ`H\^>U !lYNhq%g-uTuXU4@8EhNW1SzW6DVMfsmѠe噴w m3D;f}MeyE=GCٳN= D<.Z QuG?n ZrSg0m!nL'և/HuH=*D4*w 20"Z_Rvq ֪HE3 >`߆xgg;f]`A^_I!3 A):_k`|_ ~o4S>ƥ#s%r%y[Mu 3~QӁlM@g%G.$VIg\ 968㣁js}nF N \ oUHu\i FM{]"t^gg8W֐` 1Z 1&G nOC |?^T@|߳e〫BUd!^|x۶ =ŕvc^HgvACR ptl3F1w\hD2,rޟ{#|kS3׎>-"xus²TD֮9 aS@X߳$~Hex1ϥ@o!,b7Ya /7HriR3=k0ZffX&QϢ%S>Pu$~'酋B2E%P0gH+k|B:w/=U %9lS{4:8tF^3tŃA(H%y oOp'I[ox:u nKx`H96>Te}#XMPrLK>aE(*$ ~DdD bA"b V_>+YU 0  a+#(Ɩf o$ҭCZ֐ecEoȤPԤ2uO\Z$-˵`FEǻ)vZ5SOD52Xz`{R1Z>Oo2feGҏSl״X]v]kCϞݭDLM4̘ 6EPo!˧5O^M[ % 9esҎO6OHt-p:x.a$hfc2*)tTM {us{xsuUVgb2yslGjHU34F7L`dJ5/>LH.\P8=Jh,F®a.)Ϧ];VWUz<׸!䏃}^f6,XG?ґ>9HIL&mt\ 4yI x9)&IPJ72>MơT2eB0L桚 j߇y%jzI8&uGAL#@gH_^(E%@@Ysa9|Է]oU؛ҘPNr 1:'omp/-eg%3x6{L}8=;-`Ue*J̰H"sIrjg`nt'Q 岣( r) QMwLrv92zKJE+Ndj͐s,sUcwDY>Oz;.ˇEC:n/1"д_A~]虽3s6Cu4֚݅;a̳mLiOqHD%C$%(*si2"E8$!@IMe<8d R"ch !=Wvӥ8|n0-^״XCѪaHcSjÃI̸.6@!a)8Y851FMVsA1)ktgw9 ˺дׯvLӣYG:X8TD$"Q0ds=ww <jVJBR 2/]0Y\a8 $RԜ(xRpp 9"O* 8ui`.gi|[g^` G Y}vZ^~K:-f_=+S2v>f /"GCmds)G8&3bLM4 -aKX- fV^>Ctn}W܎CMs B̗Td*a E|uZ4@itI}UNb Mװd4Y%}ikosT3g6}lfe,p#I 76>vNh(epxٙ& N_N-cjHG %!4uE^54qB* $"t%BgE1~F3 M-LQ"khyJf$;C5THԐ&<AR7jHŧ23UNH[I ZJ91%6 kĹYrz9J0‹vAb NΨU=MN-=`c:~T0&a2YRH _?XGIjd&?3MV"1]БCcEF6e8ٷ'fâ#taVLT>|=XsA7E$QeɆF%+"TgNw;j >Ŗ9,9^7>'E7\zhPʡb`7J5ʘxx%ipǃ҆ xG%tNb)vq׺RGIb ˉ m#x1g yt7Yudb~Y>Y͡. w o7^+|.~EgiJX[LPGp(YOVv?N>># [)`ƵkQȣҷ}exe*9D+K|ȺwxzVG߮m ٹb1Bמ'U??S Yᮖe$ܯ ͙X8=lQH\k+f"?s4yv ӳ!kHy&UsQ%=;_k?qY#b+ ?d =jsSL_ SFv۠5Cx?~$Ev3_sSM՝T{^I.el0JB]559&陪zX";ʼn w:b?Ѷ˩|eocoIZ4t`8Mj,I_]>Z/3%FoW}GS1WJ w8Pޜ戮nnR}746~XAO& I A'5-ktTK Piym[ 3"zZ7T[üRD!j($ Uṛ=aӃabgFF *T;1#< LD4 werbsA P @Lz:@z2"'W;.jiuzFk,`ĵR&D!gKVYƬjPB>d~_P|V"?WEOk Y}Fip_QEw)XW,ρW[LY83 o+!Hfb& }A$8$P5E"<V5(HDhYx1` f3e*0v1ls{q+\Q^BQq{cO6ոftA#Pkd۰LSF/g\S\4wkaDnNzMqtynp|p+`Scx. ME DLU1Y!}֭"-t}|'٢ߺkΓ̑o9qIϼqwx7bX+cR5\D`_C6>&q 1 iZ(j8g7cX6jokEyfrOGqiI1u; }ZI{;4<;{־%Nȡ#<+:owEt +C-n5-Oo<4d+D[9/Fw5?S?c?cm `^,j={>[JтB!HHuNLkJ^ o!uW?Qn_q|W{-=fgϋL@v4oу}A@,~سU:6-Uc*%&ULy,U׆(ߦX͢J̤aBKj\M: A^p Z119+U,qéLb1˰ĝH)~a\4M.^#6Ҫ=u+UVz`&T+U'9jOe.bG1Oc>io{?&kN-ex=u>o?۽,ޯ5%3IDZ/ o\K2:N'q3UuTNW%I@8&&(ly~b?GL]WS`NKA&쭝y/pm[[}Tޔ](U$"_X؊|>AMD?>x|m9xPbw%aҙ/ݫYbsw2݉\&}|C{-b|2is>HeeD2W@ߗGYV(ER D U'(5DWo7f Q5_|jŪ7"Q$hI_TS0{35s7&ﭵy5,舨"mIt~xIVa'.8ݚ^ ̓}ikһ-Ш"D /^ӂDⰆLű֡xZLHh&h'˨$#*eg']6~2x]Dĺq,ӫRrH<H#UoNQOuG[)c k{,s1 )5͇% 7)MOܩȈfnU9 AM#O>sxFçݭ}[z &1h#FB.?>[n'qEY-P %DQ&;j3}Osyw>-/$+G3G7'YyPa{p';~~u(*r]{Q-[C.yݮl LA-<U2Eԋ8 oy6ղqU5[l~&q5FerFg~<B?Zʸ cq^or7^/62_o+_oiY,TE%2pk(ZDZ*FQ2ak 6'JD?͖tƮ}h=\O6,__X?.g[-1y021.#ou8,q݈BRs_p~jll۷XsrĢ`2dгVW7S|43޼Q5YW(mM3+^0`2a8TJjY#EUi;O)38t{]UqWZ)O~h|++oYtU`Y݃C¦*Ap1ÚV:͡:~WJ!hfR+XHL:9{9B>Q\o֪Ce&j*G?/Kci2c)0k+6&9r))t]->uKYjOvP!#/[(mHHou(BmJw XHa)Ed^T4ެƒ}2ycQE@ZTOhus ]lgcj.C FeDIoZ֬FK?ca8s3PߦyB;{c\V2$KY(Huȇ6܆mii1 SJNDکYc?-kekeCj6~@J|"hrj%]zMbTE[hrq)zr? jF^vV?PIS;ѳs8fC@F{2vCp|. UN\27Q!#<:,_aAYr'b-E؍1 tm1:SK&%H;d;[m  Ց7/!% tK0"ؤ|qHh}Ljui ['<EKR"$JPYL+jMa3|A0-M_֜B(ШEJv25I"4߳W^cj#JcL^xT}?u)r/ R2+#$r>9Ogc~,옛f4%&7>,@i8(b=˾M߼yt9電21U}uiSY5\7 e&i?=?7G6pg(baZɯ_I{LLǍ+%)!"#hjnI}(>R} l~jrVwcȋ|SiYcaH?9'HE$'fn:K](9A(#ڐFͪĤ|(ڹy?g"(Q/4CPYF?:UeݥpqSU|tQ_y)IIDR,:gOњWnu'l""MA.Qh>Jw঵z ]}LE̟=eM~10ņ)T Q3p`v˾n /G'٨mmQB*adF/h . d“F1LJJ>QRpӢ{-/3墂[~|遏eyFYXzP ׯf.쇅/%A WN8U" p²S$#VT%.]̠z;`4ҤUŞP)`TZI6:IzB\Kq z8z$RkOzE +8lt9> S.sL)\o[oӬj2bf $ZǪ 0.3 7*O*gκ #'Z03Xgu,0 k'%ȣD> oGK܅esg Y+3ĔeG AS2B)׹K𦈨K=W# kaТ!dInuq"ԧhA?cI5A;?ުr()3VE湺Gߋ-u$&({1uup]l܇f]p\.^G O?)/ja_=;{Ӓl2|jqeh+ݒ.D #yX&-n Lx%mb|c#_xԜ8dMC*u(/o|5ԫwќϦ7p2g 尓2rﲟ8EP";A ̨%!Bm^͟Tµ٫7oďF_ oVNeKq4 Jߊ-*wJKT2 Sp~={O h75s_uX+yMa ] a<0 ?XyKE˗u/E7* BސIae$qx &(8rv᚜K(sLL5h ,l3$pk΂n`{iªWhmq.-o/. 8WR̖Z5j KRQ*t'#d)ղ)6 ;ux&NrOuROZtCk.olT5W-*JF5TZB]w%aGT! ]?MQҨ[+\0Xt_AYSRMjp&9ShTVb @xd%N~{Kt*#9fڪ,CY D9Ƴx 2dh"j3lX_. [{Vog[~#Ј3G7 M?d}0D9Yk2[)ͫ._AP|/f xWab0p8cC hmgZni9RN1n=>s> c{st>wϹp0-pT"(`w)Cg{KR__c1$VEWEx4ĘPNuT9—<(>g%g>| zz|*-Q)S"&pbJ%JLxʜ?CBPNPbp tbFOy)qJ7[htGAMlTts+7҂j"Ⱦ(h"I̓ Rl2a)(T{r @%/sC֯,PM"q\ t p;&$\jX9@4ȴ h4PQ5%&gp%zaY汍ʐ $/$Hgݭ)!ԵdN'|NI7ܷ^ZljZ$,aMQ)d'&[t^$BWKoLC K s$JJE$뗚,[g;lK_BqxrA2kcҙ跹5kֿ{{.k/OqUA>jn<Juj΢븱v@&_=7Z^,&#cx9ʜ#-QRTt K(L/SKQRѣj't6]:9D_UE*='MHc?Tc n8{Q /yk\?q]ZB0ϤRg9}kdc7K dU/wp{fp`䩫XHW%X04.v)c>F`c+Qmţv~r`ӗ*gyDk1 \~'y$&!dZяtAR! ؎S$|ʰߕ Y5A}]K}A_?HZA[kgsh.'g2rDNN@7pt!! ѹ 3k_~mG'滱G.m|rAvy0]-5)N:f' ;f;GG>6SE ,1z|x;M"Aa;M=f@KU4fF"IE -fRK;j/|e௬81P ĉYA#EW2"nnIlDoPEkoN5CH.t;}wV퉅9d%5O[zky^8aoW)VD+L"!#O.ʪ8ø==&LY#FoqY.V'S{x:!Sftdfp"[,zGkAqf( c,;Y:q^CP&'Y4c9I4ULJp=tZ?" ɪ/eV*2;R'DsCD`Ἴ-@ҸQL4;O;X46ޭTΧψ=>lA&ĆѾFɠ):B+&a%)bB2!n|H~2saƽaTY| IPf rtďl[Z")-p[  bףɯ~G_w?mɽnaQmg[q&0h"\,kH:7o¦ :ǯ0N7Oq9Ow[]=vÃẟ3y_ѳD!ڦU,MdGۣMjA6-/,ǁx$RG .c E `]گqeϪ|Zh(/RsW&>hm$NuA)|42h>*5 C+C^[Y=}e$$A$ {Ȯ3=כj@p Y$K2vcGy?KL6̕a!a!Tc8]V3,tS9QH]nmZw->@3"s R!,r=F֞}Zo6 ; F#;}SwKQ7k%{BLA# s857}}|,VkBqFmI2h2y[YHSL2a3 0+['W֗1{03@K}+P)!3#.Vlj0󧖚 GOC_Bʓ(`f $+1tt)sʗs(ql/^W I<3s| ùvdM;+'u |G~3R<9o%pKjwxRAR6E;TJܮօy/;Giz?dՃ[㻡\AJʫrR[;HʼnC_Vƣ?"uϤ ^gs5DFQ@zc?(Ē[sE~qŽ"!S*\a_+,iCa+4r+/-&vM3QLU`϶gXFi#W:0H"]+qJ5iVj٭0MfP$cpg'eVu6- _[)ozX {t3<?x$ҥN2꺇S?礼n/a}kqyQ(~atZDOZXo|K:zݕ!d]˳ZGȥ'm?Q"a*_X'FuzH3]/zq/ו罫-TޣѴ->tp8f5̫'4 u83^ݷKS[{.[|[.%skipw],iRQ'%,d畞4O^f񹃕>t{XA8CB,GlZj.jڰG #OkZeϾ^4MHț8"`x/1ec*?S+A#Nľ\"e-t&myreӦp#'Od+s(#YMGC`͝O*Jٻt @>#2:H׋<6xrG+U%_8(p_I ?@Eo2QҒ59,-@p5f6u2CXe1d -zlO2 S{Ow=KSCO7uMNL*NO\trk?_Fgקe?/ެ*,Q҇h1TۮHGSDqmس|d?q>2?h(o8oh;c6pF4ĥNEQx,5+?z,=p#~8 wWVx^v]x{:o0{yUwnpL zWea/1i1(Ur݂\Npqffxw`eAMeQ.҅e3Rn>]_]G",^sĹ@@܇v}c[ŁRH|_t:19Z,cGo P67._I}K*#7$x9!2i}GՉh:M" Ԛхe~ q\c[ҨzC z(cnzfgfcL6ش̽e# Y6'"8n:N 9 l9HS"(煒GPkg=Q7vbH}?W,6I^Hy ,?NcoQ,e:N/ܯHJ[^3B܏ uUq`}av#K51WUm:c69f?9wR( Lӥ<9M "ɦl8y#~wiUo:m~5>[ѽ$ "1"o 5UdlF,jL2 zY'Xϊ) Q4B:g{ b+$$ZԬ$*L_w͖Jn!3Xgƅu7jg2TY|#޻oVNKo|7|4GUx( UaX+n [<a9?%l#5=exhCBMԹo:R{:cb_xN[O=\`v8bjjHW]4Gl,r#ϛIg`E~k K4?^ľŠ|;}X@Ò@瀶anFN /U,0c_{]4uÔ=.>A媯p+ޜrͦ]^fvx14Tmv- #eH,Ce]UMFQ2j Z2)O8Ṋ FC`WRG1F_څghv2BvB< ԏV^ocsr9 czw=jsv^n$uhb~/:ɫ9?C̅Ww0v`sXZFfwǟ?"#ČM(Dr,ZPd>F?_R.2[*Y|m9z3!CLH"f`Gyϼ(Gb6Thj {7/E~d;m!0VfgU77FR'l]p D5gH dr G9k9C s[ =Ԅ3*,@l9?*vr͙mr,[>^yYq2~Oiۼd!7L4u*M<(L50.Ђ tt*loaP"LUJecNURIRo=q"5$iݡŒ\Q[h{mYRN7%iXwFEY1 ~yR\6h4 Ǚ7tE\FYXi!xMTe96_`P݌zh#O%`!zu!E Cg7ёƔK> ڌm9iHzN'P-+}GGOU; ƿ'yӴº?_4Zܫ uNs҃(:#nt}&~mHȟB8j;I%esdn@y[MJSI&.괘`kda<߯ aY<%/8uAfdϣ*!5ҊŹAqQ QB7@#>EGW,]@"L=r@2LRcIL^ZocJqɳ7ZR m+吽G"@$My%ŧ<: q6u06.nz:qWZ_IY&!6"&--f}Y,0܄0H&`4XkBbI3PBp0(Yv4f y;e=!1M߰i'z[F$]2l&7[ Zn񱰓IBfApPąJh kd>MVtYuܺ^ƶ,0{Dy?bD<퟽*֤Ucb5kn"4J iqfXG,_.FBK[ɟS1AϺЉ,k;6s?OrA #[W`Q^'ޭٷSz52س.e1Г@-J22ey/OeeGZ:]췏XyceG)aս3lւwםoo~ͳ Jw-Bu4y&9Klx] ;iOt(m+/IrzXA-Swt~%."DmI8޽w:k?Kc~eѱjLt68稅NPrN<¸I!6Βzk \ j%D/,?<Ȼf@sS8]mFƤ78S5h,1vɺ) `9lBg\ G JpBr) }wwf~'!GSj^+V>dmC8SpUOR Ut}iXǰS9rףALb>= i otlt K_//]ZxRg3F0%?^p8ASlꈩkM'!w)"zt;Y7`8Es4n3{{/djLk$ $3JVcUY! *r _{P$[ ]Y=nʛTLbܫ@ #,*e 8¥PLF"@ 7&hՓS`0=%A.Gd!j/I$1H:ϛx v$w,:?lH]^]BMZ xhk ?(:{[9YkssIC $)HWit3o>yՎH JpVVMj.ktffD=n?'P "ŖK8z,)'N Ԅ,cAl؝'l6+tu\Bf}=T"w7q&4<+Yn({yO$c6TX+\ Z0PzdёR'u)he” P Su۫ Y0&KǬȉ[KْƠf]- y'ќ_1n Rb*Wh,Y&~sʫOi]Z(IŁC&ګZ՚ubgdbj*TN7%D*]LF5'*l4IlCyVU,UEJb[tW60lڴ9p/ceW9WT%46cלq^ar0x'8_v/RqѢ{ܤ#DEIVwk (0M8m]hmp][ko's#-hG4h5Z|~{S(SQF6ݴR16lx,'Gc,IB/gb8LaNl~.~6~ӑo9+WK+=s<WzLTg"J[Д(2:Mr'6 "ɲ ЅT-㡮 ^8}jL< O7rv)IېaszbVI?x[#rj.<, *U Oل`,sm{^r?*R?S xnKq!wsh`cnxc``J$y0O:Q # ="5w,s" EMM7./ 9WSa> @bWqzZ;)N'\^ uݹ&}Kқ&4hقXȥ 0-QXydw% CveHJ|]Z 7X>7q:ۡ# J9ꢯzŌT^>A8 I_^-j5Bt~)hJ|gNNNpfg49GҔݘfj Ha1:bS)SVfYǞhmިrH,~#Ȝjfp?>?M;glU <)-M;{rQǾ>'?'A9$QQA9j(f JIL&e^0,>[|=?@jR9^āq+ tU)M̷˹" %ݬ~볬-Tv/g8zs V=@Oͅ\8bܧ[/Zg3c2ԇS(z[ߕ\%_\;Xz6ٮG+ՌiDV5ki)ԒG">H޶5XM{_6PL#(ۡ¶nJ}GO! nju] ~Uwl3N쪇e 1dZ@)4O)t8!4no)~<櫱Rsi:-5>(L!3KÈdƽtEIؐ@<+pJaiռ` zV^wHo h쾭[㢨|{) d bpPvn9^?jбS11!gr).]*7ݐ8 iV #*ezUT׏S:tHJ⏽Egg"e!\fԽsB.Nt ` ^;n Ut.0o@h| 3R{%ϖmt;D Au37(, QOk2~9F wK`a0k)fȹmgA0:΢R%s3mk6srTW 1dPGˌ'Q߃ii`S>ǩԠurSYrbf称b9ovd,$0IHUظ:xL*M~,Ƹ#BԈЍ`< ΟY|Ƈ*=`RMk;LTf.9692k0IllY$L Wo{P9& /uK?z%)b?2&x4#XuvMq-0S.H.SO1Py|\? &*oVJzuNV"BΪWJ}m͜*kUy>:uf`4#_]H֩87|[& Հ_xu_VLCU+kh3c!!Дb YD8̟|=.ΐ} Wq; OQGTh%8{t,]-_c=5?'H NE3E|ܿ+aM? &#!3>r*8E9N7 `oAk>v'`e݅S ݟv~;Krc'O9VljNRrc3\f$XJ,D~E[*H).2y!qwqZD17-~s1FipB˵3O&ee2SC`ҧp4+.w}&k$e&tLE#]-Jwk*|u.12\K&➺Ami|&S|H9E[@5#N4*#ۇ@ak]l|J8B${.(l(m A5X[p@ҔO 6YN3f_$wqBXx)^ 2Ok1?ZO3yؒQ%wVnӼ1e].0f,PUH㹩Cˎ )oIe޶[u,WٌV) cQ#Y+&exsd 'O9ݚ*;YVySg^i\+*FjXX -+(X2d|&lm(gpU<V+4v#wyS{:48{L8~Rע-N:Mk ?I<#+' WM M#?دVc AheV]Z6,ؠq;ੁi8ppwAx;H .9hj:CGTyq3`wA+VdZ?T}{HpG*O@*;?]~5瓨ui':h\ࠈ^WZ:y'Y)mAٜ@>utBiSi@,5 MbM VdYԛI&"uuc?1 .ıESUq8t7"&O\~SJѮDöSTDm1L$/yKGW^+ce7Kr#ho5o,Dc#, saN4 ^#70:;Jx*!=Up15HdH럟;QԘz vaۮ[_0 &ntZ!(`s${zց |dKHF 4…?6.J.hB-,ބrr/% CB%*Y%oB 3j"zZAAxQi=ij%\>sBpΚisU4~?ÏFN笏hRl{Kӏ)cյH~$sѷa+NA* 7i7c$ E ;{5,A&Rrntr#p'tO]isEiUÅAr@I%d_R7 <Hh?3 mb n4Ś5*$g̝]5pC@F#g}Nxܷ Xvcbo8c_Tk%Hk;|J]龻N+||e-ڃbk]x,}mpҶb?[q &nOX@wtf_.cI%>),ב>!oUᄳx }ıE~9rlO;P=<7!rKNM/A^ֶb )q퓀 2q̑f>SXK*Gt dTh6;v<+`H<*2&j[17)L)} & }4̼ɖC$‚DڭS'^|´D>1psL>5s=RMzU&E?dY@P\而:W6T/PLڲy(+T&ϺGJw䌪F>jTnM?;yE_GkNNeN wYZԭC<`/N?jR8tlSbg~ro;wjgr-婠¼oC0k8uNR$إۓ^ɜ96m5jk-Fee;,?U{Ŋii@C燁,@7qK$VHX*'A+5fsчQ5ں gCO?ܶr:M+\̅oΔ .g )J7STR5qJ3^z;dx {}lή{Gl٠՟2g`F?Z07(SRɊ6xp%pu\$=:ھlO t\ܔ]DHsvFQ1kM+W== ;;.%~[$%Ŷq.mBBH%@nG4fYkF2|Df(f -VIbZsU:MQ?g+MU,yob׽A9lKfZ*ѽxfϪ/˃aH>F®sšLUg Z^3wVoCa#J`2LN@FIy+ V#_E90{wa_zHP:EәRz`ԁ"H>']@+*x=خ<^:lqcv ^gO `<_ծ~=]~ c%i =NQ鉀V8.ZX\qPawGv|[FsDwӭ)j- Dĺ{z9+gt@djZ^[rNg+|NwOBP0\LBa :! 6׭e˜cƈ*> D:@6aqzd˓rO~lj)x8fhZJ,ZN\M9ʶh&zu\A t<"N(todo'.:dbJ=$*Tq{wqu!y[Vq|/Ӳ,J7vSzW\ew;: 悺״ &W.IEL Tfo[/c7AY¬Zh6BDI:&mHۭl5{o21--vq?'ϡroH,)>8"/?j1cϱw oh n3FzqB%Hp휔+t dGQJrw|-3ɶ2J2d78$\P.r(hDql)yȃţ0%½myYW+36 7_C^؉x[uB@XxJD @q)Hu Jw4%bM6p˜K0^8À=xçZʰr$^*;5GYHۄM|%:O QG}UHr:5Vǟի1Jˮh&+!c|;hK#t"tQ7iOqٳces!M7m cɳFm,2I }uv*>Eƈ~3'WQ-[p DP/h-uPP Ci%ϼ2a)Hi AlO] c&mB[壏hk(t*/$G(I;t ;W$o5NQ?*u]gV{ww'~9UGaI) `^$0ahc8@&R6Uqӈ5>U*\_"dhM,XE!EG+q݉/-2{_T.[B^JhK&z _>4ZvE;CE{SWCȟvɄMEu^B X#fk4}|:B$D{HIfZ;\` ׎[ QfEsCR0)9AFL@u3G4i?ݕRߢd=KFuf@v.3 a9Rlɏi42|(YaR6~ &Qa4rg86W>qHߢR9J@:|kKAR8#JŰ$pnLȋE0@|H`۶vX% pI4atHŋ؅:X'UVY= h#SDܵj},i9`BηfWaXpi%|WZSe*},ck"7ӅpoCBA"!o6vEПǸW=zf3.{34Q=΀S~ko6)QyL ` lmWAguB*[FGKԐVR:sCWx>b7Ab א?Oe`͊eq,1lFBX%RQJ[Cs+dzr41,('Sb/ Wz:/P5\99g7^K GD7Rr?R?=o|J0S=S\fajgշ'$Oxhe7Cꀦátdp]-ߝ^S*tӓ%,B&`ksHa-ҏPbrKlrgՙ]sNJ+5]Β =5kkߝB|Å H+44V IcǮ{^MxNX~Rs:Y|+ @0S @yˀ*jU. v~f E\x[£28]ܽ_.C޼^θ:q$0Oiuv`J<?<^R/ДaCll8d#P.9A8#?unۥ{PXZ : 3ZcL7S8a蕟8 ^a*8Q8qg( c6Ƌ֍/j"pFoSףJ.&?H'"bH ֑J6[ `٘zWT[ E de%;&VEJ=Rl gstm L@ nCP\ ͮFwJต.~+4)i̩=@7HsiЁ;,y+MLE2 W~$H Cg Y6ϋF)h['p>CG i?" @t8&}fSR]e (v `!+#դ3VJܲ:9^!:IJR@8I67zcpZ$SPNCK6$3 Ilɜ+XQ-$uxrHWv@X(a;bPxGLхK1`z_~$OxexlUlqfP-?WE,zX$nv@{ kPP#^Cve%U@Sd8piٲK"B j Ь%z}R_&/N.DX_+^'$xٜ9&_E &߱rxt4͡GJPXӶ\T+A* ESϼp5j=HA׵d͔Vۥ耤'bac0HԴtlqs@aC 3DϟbM伨o+fT]+ Ox߷ ){'"Ċ FlF ָ<*}{ܝO>3k~OO@/Z),Eڰof.Ih@r/0@'s sޥup4n.i3$Ebu"H.pvrnX1h/ʧRnj 4CѱOaoNY l LT#$㯤VkCa z$'F([\1 '/LOo廴&Y#=9}pUbhizeFG?Yن׻iҫ-زK6}%I {'!$+@*(Jì%8%!jo(@я1+sEhTdEDnQI))|b}[sPy?`ԍɜڈ0J@\(9+U¾R`ސ[Ŀ0äL kP>$tfZ)&"8-'waf^b'WǦ_ QM'.1rpl3xH3OyUgÇ9y+geu#Y󑬌_zѶ cy}UUfi?bOovnv߹2GTL+YzND4B\1z: `4uM T3_ esr0 a) xEV-N4f,eDjw2И8=F.;` {}~:mЊ% q2 fvS,Ň~a) 1K $@n.E:9&Ddi=WPGܾ7ZV2Ϊʼŕ%7NRߵxL=JwϫF= ~ѼCB?\e@vc2U 2g8qg!k}}TKzy|3D~$-9ԓBaYb̓7$ * eۓ\9w{kPb Pұu{LAguI|;K[=B_.Qv6qB0Ԁc\+͸4z:jJɦDDK얃G2}oRtUcj8d+) e*vK@W+O0%_jҮxnOٌh(#-)`XF9%%ё-7 y퍱+˂&~3Rm%Ao_Cp<ae+tü 0VqZ܈=5}Kx䴏2z%ICIcz,޻\Y\F_Om 0̣&H`*HrF xj!; 5,[0(u>n|*qvύ5dEvMEl=g6U gڢߎbv*%<тo ;LV[p-f%*`!b!RfH1MYߝjs/)S?X8uJuN%/=Opݲ2=NT;>֕4p-/sfbs4$Ri`AWmâ7TsmS `p+u.3SM~8Cp|usiFP >]5ol߅c. A?g^o+G;+^eY?0:Jش6o8r7/v7jĒ7+nd1ַu}{hh试lS_p˷!5C(SNv-TDyV(So+\j7\ Rի77;˳lش`ģMG\s)9CNxb Z!:w%)t|1G ?QzKMȄȏE?Bdx'['ll᪞ƃ5 rc{Y"MPr)bc)oU}]_M2݈J{Q 9~c$al؁o al> Ž08rX9i7l)g :wicdGF/*w>\n/ԮᓟrǷ WOL @6OZ3)x(@G# w$ =;Na+#+fyg~/vf$"!t٤Y*豒ġk!$п?eLq*^bg8*eD~Q%Ia΃7cCx`(w\rnUk y81?ͨ"8]>X?2::Ylz%aQT_^=ge Tۇf\2ݴ@3>EHօKUOJ&iO.Lوnp;dfLp~]`M3КT \ U`^9"B򹖊q~?'^+PGt3(C SS!?"U᠒f0<_<4'%%ΝѡJUN> ks[}h%cE{p4e)vCL1X_Nj^A_P%wsiꟼ &A^@g.yئs3AOG# b**=t4交P_6V3d {H]"16E[[@Eԁ %&䰺=B,IXG'.BdC`ݙmKy(I; #ȡ!jW$'!TH*_9VIsh3!˝l|/IaA]|g.Ϥyr@r^cagX"=u8nuG L\5Gn<(9[&kͶfes&H6gK;tVc*Eiyig v7أ ڧ_Js^Ȅ+3R3 WJ kvwV)g63YJ~^KsX,Ph 8%t xjy(|+Bz'^8hV>Dq@dimYpE3U6RqKX:Q8BCM߹RhR !2'y%rZ/صh-X(dN{3&<m'C#nPQc Zbҿ 1$ؠOQ5ui r,h⩠ ˻)y!: rr漪b" {:-NASd`#|Oi j8sw&C'>t}g$9 ֩'i6-)ʊQ\E6!F'Y@y1znLsDT` Q'b"$jǓ\̟A^!Xt5e^gWVm`頧,ם̽3cIgχK,nd7D)ʥe,T:f2,@CC);6_YcOO]-&5 6@q)BϞL tĔL&F6g!QAATZ*qU+< ?ٻ1"ҌFWŕ?QOkt#Tcjd8D}:k {xJٯ-0ed+4_(䖩^90koUX2à";Jٹ T, Uv*_ka:/R](Y*^ͻ%=B|@)Bo@3K+Yk/ƖOvA]_XpLrA#*j Ѽn^n{7̉Mt0\@+gj"[#wu6,.v͜*`Ei@t13`S20l;i_gn09JK_ubnQBeVsL=ɢQ }f ;6-^J؏ўM؝g[fHzAO\D} . C`< l#78>52 7u%rm}ge'9HObY^-tOY!pۣ۱x=!y ݋)jF˻"&8~H?X4e|6_h\'sAygOM"lfݡ95R%,ƐaRơw4Y*1M?{[ M/9~1pG-Z,ZոE̜ mrkdB[>4UEP5rfGHVz5.RFN1 ߹ϼRa>ټFVlfK66x/k-x |1+FdzV=ZDFvw *JOUT ??XKWW=Q& zBz **ޫ[ծx^2ϼl2`+<^!#w'6*g{ccpa ?tWtFTsg9荮pю:zޝ̬XaVu)P  8@H=yg ZKZlW˫\Klí}3FIy1c|ͨK+ozoNe 4ù/֒D䢥QY _߉2jHvigroc/7zEE#6G,#_v.P%<½ y xOu0s kyާW{CG*#䶺DRyބVM篩#ۯQ:0[?_*pX4 R`aW Zo#@Vhux>4%W%@S;T.&R"_B)uy"/DŒkR&p`i2hpCYn!Ly0k 5yyl Iz5c |]?.dAZ4SB165e`;RCmgN9Ь{s驵Cz(5{ccl&J ;:zy8e@zq+v(0yl<{v~ 8J %St^Գ$q B}ޗp*ޚfeWeKϳK8Qql6;Մ@FO{GI@/^Hv+MJբǍOsge{Wj!DcKmnz ``K,yx?7J9 ttMV?lY%ެpKC08M/zڌ\W&cߑT(ky]hSL)G)N3Zq曐S7gG)IʨҔk>"4&t!e?J҄2$H!']cf[f-ij4sh H%6XQ# _==p7U\V&2P$ is1eL.v樢=CyiOQ=52ɔ\Cl`^3ʅYȽ~KZz!2q nn7~I4TQ>v%XХ"[זT92j\|{/s̸n SŽ=YlB08G ZaM8N# LeF' UI$^7eC^v yʷ#QҨ Vlu|6YUorHWQˑ%#C-!.Ysb|!Ny4 =a[Ou1Xs-Wh[tJPMU)͆ BQP/l?yצc`%Hhf?ybfMO:|iM>Be,RPvp1cƳ'rLn/4&юm*d2ϋK`s5" fk.ȒkҴ$%%?{d[9(;$/^zFΫb%:rf=6V&raax qV |;y.اp3i],Tɲ7?18$o40)mjJ" x@Y$@W J- W*mTf;53=XGYSk JRѐDC+bC#$Q!Z%l!e%V^kنX$+Q kN)ZYD@xf}9Z4`E,yHcNvneأf^`F9E,7Lladž[+07K< r޶Hj布쀛3.euL~|o^|DUZ:(cDtß'*\;!:fꪧ5#unhL'`F!唴SPQzKN"s :ڙ3YCmu 5N \ӊjFN00;`gJ(`xκo;ŸکJiW' ܏#,-CqrfƎk=b(YӮfFFD8n$◗ӫ2)D]4}Hw".o뢧˕P tS r{m3T\A_0={i`7ǼC,lJ+%wy z(A{zWAGOE&{8D _{H~h.,[Թ0 DL]ӭƖS6ܹ|GRtOBΞ+`$QV W!, L¾Tk̉>nLTC32Lg'\&a/h;[NfSĐ ےbݑ,a쪛_YFi>0Dg Wٟ3D^&u}*<_ /!ޡDFސ䪮 .g<[YJ"᣹!![LU@yi<^x|hhaP<Fn }ż%SdEdT6ڞŠ; EM __\#ԭ0 s! Iݘ|i:uXHr *48aQE+}3*9LbT^W.pQ^0rTHu/|4$ʪuN E`o5&+nӦi$hWu3Y8Yi)s,HĽR,H;Y=VR|o"3HS*R x6v=Y 3b\E!ITXsćpc!砃׎vzS: )b+F[D-qH#S;3' ObKJ= bK:b3Boe4GsY|686OAvЎCp> &(s VC碞f OLcͱcn C^^4D0M/bo~ߐ76(Gsg~ Y/ݱf|to7 QXXL[1iqotovһG#J+ٝO45یj^ & a#Q>Qy!lj%6r1oN49³bÁ43L^cCc4d_?gX'}m%^M9sj粋u`VP:X щUgocc>YHoٕFuQÏTo`DBhԼ/Jk[SEZٙR$ -l K^5=QֹyRkⲞyL }oC g (s0lnI'fivHv}?bR->M= a`#CB礰 9\gۀL50Wb?~׶V5q @qoDmIam U lIщEghMd!v}|:weϦ+C2D!b .ѦJpVr.8yUˆu#0\HQ|͠tx(@{{Jvw}ro7RhnA  l(k&ēK&py[sSk0m`c \#Fז/n*^6/1nwBn vWW lӑ{XK /v{bZ"FWE-٥-NS>\^ qtJ_fOzyhpm,8a x,6vR1FF㴴|mo=)iAVV9 d Nq/[>5Ƶ-@ތˀx WZabPj}PpX |OWGk8OX'bC]\wT{%C/Emf Q0W!m]ٙz>+0"o]ny]=1`|"oK x%Tw[656NCr:-  {̑|Y:4M|IX=ު4ڝKʶu2`xKqlN,[^@"ɤr2/N!Dd|5sH  n6畐 jzբ"Ҁ3pYyEqmq7z֐b72J HIf[Ζ:++ߛf!e LINJ^)AS[muDtO0ZX=Kgl}IHps`|A>%f9,7qx+lPȽ U}I8AE &K$qA,#AcEe<-p 8H51T!aW 4lon6}h*܍sJD]J.TOD %L7tKԀ!)BCBtn?$O|;~\+#ʏXŘ@iIxO朄+|^)}'HV  ՉWbBSx!Yo5/ wG|G0O+Y; f (y툐HZQKUܮ뇽RpK^TginE: *#|O:BK ip)ezCYx3(<ۺЋЖtUMDD< TY-:hI6/f 7@)`Z S5<'W3Z:I3] -*[tY6rZ$*v=eO{c'5BqJYTA7p<VdRA>`c;4(HuKQKR@]d`g0Ծ%PSE4JGB"˗5$(w3NT=NI.en4jF$иvvF(-vP9"GZj/mƲRĘ ]t|sG)Nax b-+&hƐhAc_V!-11UxOA<~$ a#{cwаO#ȍ,إmpO.@"qa B]"U~G}5 L/ _| >$?0~$륋A^@$ җWOX. 5âhZȩlPzd\ c۴S!UnSY7i,t*9 :s ca~Ϧ[KalE*( BS`5M4^D:Omz,xd̒`xth@j뻆^uKuDժаȚ_ O3QjO!Jsmo IywCc ibod$b7#<M4R:OնUcjƦ*0eyЕ9RZ7HQ>6botՍvHbh&F@rETl1cF a x[%?&obc*k2Q_r>:ժ[Ң:/&Ɠ"j cRF P{A7C7 |{I#0p~UwL IvL'd1twߘ)hl䣹[YwL/[KKI|r<H5x@),F6VGCzi&r=*ԊѫN@a_e8E^To: ,Qu2)B W%H+m,\6gQ9Kb^ղ:8x?yĝV=,67cI QKŷBָ$W@aN5 PꄏHp>lxRP'ڌVHh`*TP! HKY9j= >~qrP8/ nѯ׌&ZLv64UTneĮyRй0it偊978P4ocIJohwHJ 9Yt\OQu_>˄ܟ-Q7}$" irvh!-l/$<&p̭t& E: i i6,H 5lG"x{?򀓖IbrqO:υtkil!و3eR=quV"i36y.cv| .=4'#_va2qKrHJ‘݃Q Z&\F\NHP\9{ն" $d% '."F9Q73Xr;m:={Ź0RLz&V/zbΩ@mI&􄈤6k3Ŋ5mLƻi.S>YahdvUafd7eg)+DbD=t v.H*HreZi(͗Pz 5!ő$u`I )UT&PˆFJE'(y:ޘ+mn}GW^`+孭ť>PV{`*9 7`E,AD{F bYJhL/}*xm^\99< _)*7)f8"QXT&wPgQ.64 bl_S8L+ [t%fh^Bꕱ @}_ Rň*ewJ᱉0jMrK(k۵|lPvIe6|ܶ=2 æ.EIsҥ{1?Mb7G&&- `7!k|^#jk<,:<Hq]/371X{#.a\~= [`Hww_LlQ33p ʺKx:_ذ&& "u2lsC #TnDڡ z?.($xْOX®3J(X7] BYٰGIr\?c^Д'@g#{rqBp5,Qg85AgO?osF d! ><&k7ty?iЌ!յʃ &{UU_SL9j෮ 2-ֳK{ rW?yvՔˤ> r,/U]OH|Y/DJsL]{wW^6ym!YrFpIwZ[.fa349Wbzp:(mGwT0[ (AW4g#4U̓+q w~4gZM(ݚeU+$\{Zs]:@0q@Y.1lp!h'ORT^LC3L|AF*-=S`PE\^1#O3`{%AH`: 7鬨;T"8/l}w~b vAhCqxOX㽔 y\Rkz<L ' 8X1/3b/.6Dt6Rl2&k嵊vs9p8k Yɴ(<^j4/^M8NwU 02! cDz)p~/,B+91p @ 3C,w,.{RRy,p_;՝'i&"jO8=8wiȥ+DS@oQgfVI*z;=({)V.SHv6e5 o"M4<' Cs$wrpᲅ {#Soɒ xX㑴g77RrxOGZOO%Q['Ory3Yc3$4ntk] 6lN\bFnSY-=3cHa w~^JO֟@Kpdj*z/H&d~_e愅?ŐB !b6%gY Ю%S}Ԉe[{XmdNKe@?"wPBqGDB3c/Ɇx Y sFҼ1 x ׾MG+x0(,F[3EULe4[ Zڛiy^MMC+ P+UYi:6+d0#X3|9=]_0.La'cꍙt7KY&TŨU^WqR k0tX!+/FĹ@MPۗ4mXY!sP v3f&aRX8D%eax(=|!< Wo.eA@LŬ mPИ!Jk\eɡMdfM(Xq(VygZm lʨu>[ &0U% GΨ-KjX,M[%dޔY_% jVBYOأ';S2Q1zԬ5n9[@ȮMH׏];&{v(v_ a;]$fxneٓ3E7zc@}&+ef-eF)"WȖGlKU}1)WQ9<`S9{` ^↵3j1YEqJz Β~{U5 UethPNo@ Sw|]koř;j+LLX<ͫ, yZű!CԘTl?P&} Lr܍[Mi<{;+MT'š%"k/##bkU٦:h7iݝuO.k·d;w=)@ONRG` 5Mz—_kazE? mL<̔Ԩm h(Wb MdN W)}5$J;~CѦ}:h +#, hc0W~~A%6ԎFuڧ.ƞj⠜US;POWv 3 oJF0fZn`U$]Uz"Rp>:kje͓D^UZiQ7zvg$pV|+e==fK:+}šp(XT//Pifc~bX@[XXA* rL7[?L(/!#i芊4Z fnUG vlL7? 6&I$pD !e<.nh蝶n\ӺXx>+t>!Vn\~o5oo~$v!Rx;_$ ƊB|Tk\,fm/PƸl?30 dkMqiz,}T/xd(nQ `#_'Gx0H-6pvR?oct+T-q59_y_L@;r 69 Uf 5xwhKCg}X2OaOƻp{5q+'5g7ز~OnbFhϕG¯Q'l}=V^x#@[-~wnݦsˬ%= fRAJRئ2ҿAn =u9eUϠ&y1|hqY[Ss8Ni阥CR@7sLgQT@tt3#|ti0p} fv`:Zʠ#e &șz*qEszexM;UԜ& gĘc^W.$T4"Rkf6v:U8~&u Ed2N)It\cު#x>;;,`xU)\2n8-#Il!P-E4I~sG[{40=V^ԬJBx^Yy+G{}hklV|CX1};*s#R6gDu.ﰵL7dۡ qgBÀP659,d(:Me]{Ah\>jr bî Ac˃`ĺ0@\ZZjz~WRRQUBM~35[svT /?x+ڝ8lvʚ`9%1?(@JFDh;RM;Cuc̔K|q%@ 3OYBLDjC!WV$[I.x .)vQck"&&x1~鉮_{^'ekBo(9a}=E;YlP<Ŧ.`.ȼ")꭯U5Ќ:OVx m@džhԱ_p1teRݦ?~m.͆[ Xj^R[Bh 4Gӵy$Md0Oy,dT)9}As/ݮ*bHXneNm8 Z"%AC Rʜe BDd\9?=Fbeߙlf+̩$5iڭp^ա0ǕNozkhnԥ"5TA4I 0ۨa""':/L=0 v:#-ϐ_?%*FsJ.Q +GTXe6##UR-K l]LkG@A8eChWIeMƝP aV mpi;>F L\!><3`;M!(WdDt_Eh sjmO&c#8g S edv-F/&Tn=~5cgxa2V*h~UUH޾}kc\Dj7Y Ek<}vg0 cRr2Wm8myo-/`ꂔcoxa(Pn׏& ,HT9ve{Ф3C4W[֐hL~HD]a޶V{c>5tP>#)C+v) AYUoq&N2Ovb@jZX3X, hk^9Jr Z5ɵɏ>&#!Z4[4~~ГHjeԅuVEaZa)_>"C;j Ū#5Bj?6iD5!̺)db1vMv3LF *^#P:;OI:1UO9h[榪%pl> yZ]G p7o>y:i{v?O۫T>DL6OrYFZUؓ^~Uv 2ʂ3.ײ!4Jeh-N-=i ZlCb!w>&HqTsLJwf]n 7AMμ*/s>BSЗF]o|KIXVH>üEE\DFW,]*_sNPhD6ֵS*oxnwړG։ Ffp{.a^vתXO৤9!&0to3E hZ/P0i10Ⱦ|9xLhMczSG( ]8+nmSྠmk.И5^S{ ґ1Yw@M(~yjB{Kܨi>_[.h.. qZ/4-bBѱ'HGwO0tV3Iq^ WӁt.%)kUUxP[ЧbL'bln!" s@!PJ;A{JrvSK@< Je)/b.u(զ`_G`+ [[h=5dlեc90M4xgD.{ &ٔMrnh .}_^cvJΰncZ#1ŬDFMgM#lQu"ggޠtMDǤJR6Rv9G7|0|>3"xTMʑhm4O7I-ܠm3;Cskxj7@`o:_#`~ST<6AFP( 1Y_U}FYxx6P| R1Qۑ&_@oMT~֪p*Nj.<|~j3$zv^r>PjBL#R=m羶=+}ThZR.zӺ0^L(;r85A?Crl殲#nVgv^6}wJ2Ԝ`*A&fчYUf)12 |K>Ai$h 1:w54 Ij^I{_<F*H:J礖ظ݈ʜ:&~7BBTȥa#J(U&5Fx3^J m6 {YwΝn*N+~mX2֓J@2SXW"&eW{V+{E~56BX5xʶ2???$67s ̡Ps>KękEB@8 q١X{KgC$Vv Φ|i> uDXg4l ս˄%^h"{iHyeUi*FYm|P35Ccr8a'_ErCi=]O@}ݩ~JW{%]^6DO\ w x;=aId%ME67S&n X>GzuMl(ժMy5AzsVx+~z56ٽv_P˲ oL-*tЃ9 cnZp1C8~bMoCES[!~QTYlI\L!-.jĉCa왝\̻"h[MGT[NܺpmM{p*.j M#ZnAH@b"|]DvƄvPQH -`/-ތF,hMMd~vPi4CUoD"&l8[1k Btϊ >cO~Ei$w&7ؗH K Tjj8:?",Ѯ\d6C %B r,n%$b uM |nX5*nFL8Q='hkypnjr5ڃ\W?xp#FSXMھcd/|+`Dde(LD snxn **"Ay(\\Sqk.,qUIꐛ7t]*p\FH4}s{h #[qx2^N܈"Q|b8SHzv)ZhmPcb )FGMoCmGk_SSNSo'rjl.$ ~î|{T剋Xvn#=h{G4(d0r:O.HZ6mM?>u#p oZP ev10GZU)J=`u'@UǯſV'`k҂7V( +)xni5䚒[%7?wyL =AY u+uo Ǵz=>{@DX2Dm3=!4~̱*oE63עۉK%<hI4 ? qvE'G ⎯1'1` &1Z38VL8uZ-n=Nl,qwVKQCYCe_YNݑlXiUda{gnVDLc2EWu%n]Yj!qk 71F GQ};cWz-w7]JX&BD\a\XHfSCj|[1G%|ua j9_Y6MI7A !taϼ,>7nL G*p*'H(ox%Hqiս͂N #VOA-M4ZCp*O̮a5ȧ\\eUZf(op>yx-)ojN*LoEx?fֺOgb;#6mtaN!i8$鴦=-۠g.'MnFɛ@> jF_!yߜj݈e(MED)_m-c+R-Dk{c"FqdSdsy/uQMT U*ja1wR6z\BXp냝%!@L#Հ ( `)ޏӞi~B-%QBcnd]b9?lc&qI{*qM^xi Ao=)4>=i#YJ6TNMtB+z_yP3,#TW+S%L~Rn /90*G;c0zȳ8DfeQ+ 7%jgmdmhIڦ"ȗ㟀h;p*N,ytC9htܮ|A"*EV@RHlRtEEsv@bC{n;gBIBrD%ɉܜ1\Uyq=SƉVpٺ߀5촳;GM䖢v sagnxll_Lך&+gX;\wH/uTb*? -n+C1a^1G Ku=pR;?Alq!". %䂗%f*zA3QnZH X}('OoSoK#ɋ'DgWm%tAټ3::&b ɧ Kmya=&.dDZ=w}ks Ux,!2mlVnrhcl1O/A]8Ch|~F cN 5.mn{sA .NƏ XodR /4>$=y}'UlW +PeN5c6qoaw)31 ^g ކW=Ou` zRF>+$ @H?ӦӎLH ~sl_R {vo~G}2u:K8z ]ќW;Dq ?eݎ89),cmN4+٩q}ģG^cÆDEU$# =ֻ=:87UU,;:sK{l #.$  wY{(T'T0$Om϶a,TWXYVxX]1W,j#^s?%:kŅ- *K51Km/x}eG>\c-'U JK;m jMbh|+ZwIw;S$jUt}(rİos Dx/RH uAl.?WGI+_rD&!)E׉S,CզRҡՕ^_'7E{ m,K!w+xspoT\8Q^'[DPGi8ƆC[7mx1/IΟ(B2s|%vA>P@!jD]g:S ]oL@=c7!_ɨ!J@U@/xMvbB7 >;]a5R3ҭg~ygyn3ppovNeMn4&n2dso|eM_ao{[Dc vɭ]W , 'ij` \5bL$oRfx9oGKjڲ͌[d6s=\%ݻ#)G,@RB/0W|@~+b!rуLQCYld㵒 _'Ͽ-)m/1vO`ju$mK+V(AܦUa0 $1sJ+ЅֽB}$:)=Ȱ`Fpi8<΍'9}a)~JoG7d8=rnX>ʼnۘ("ۑ_LARG8J}l }0 srUHqYtP+Jh)ջY 6)o F;픊OJg ᾕF&Rz4r"ӹ&`%垱8u<; C0NW3mQ46?#3(| ͗g,Rӈͷݍ/P\<5NFQG;L#1+S \ϫ?{ XM G 6#cEWd_GI;R;.* 666u_ D2]Y^(W%8#!{B_@<djFI[E+'1Јnkq~|_ ^~(5X,/XW "Ў 1.a6Q("aL}:9¯=ylt}TF-(H|_H C_dָk"FG|&NE)ňW :.&پfht t!L\:"OnT nϥ\]`! .;A1gV% B,8(m(,Fo6$ʀٻG<ȚN*+/41'V9x+8>^`$8E@2!Tz~wڵl8`h)Bk RN=V$5ř:C"e`'RQMM;^t%h j<me#\qօtՇK򐿆GXKvP[^YSC[~ͩ~ZL(ƣ n 7;eD$Rw]ޡjCv.0[WgZ.a5Ӭ|jqe|-޹#}C S籀 چ!ZQêP][v)14;~Y# [/L80^|mM= D%Qᔭ2*U+.y7Q{OLs`8 g~iV/$eVa K.Ծ/ִUζF&nbΝ= g, "yvGAM?E_ݸH#1R %}._M6tR99>r_kl(VJIFu:|}&UM lm&(lB_vobv1wۡ# J`~7x)hz%] ,MXNZ,Ov9-حJwu)W \gL*GS0ZyCd>:4Uk$v/mVm羪r5UL{L #uc)Sae'md_jE'@ =Ѱi:h*/Fbr'Gxx%:f!%Y.~aAN7}ܭ!E=K o]l:hrRd#:aO+xgE2sDި%n^=X|wbM{tJ ;F63)LZx*+%O= ||S+$;v C&Hִ31^ 7'8S{kG7vXz]6z^~?p:Z @k[X=kik2gIqּ&C9A`&=@%ݎ a%piڗz+=cfTJ'ທG2F#ۦřNzp@`,ғbTZqm )0=׶׳|eS cשg-Imw]5uI)S˗rKO 3uݲ'cŇ.R6#ݽ #b=v m$H}ٜG]O_ !w쉎_8*Y EIpnXyႅgnj}kO8$'eru2%F{MF0QkcaK>$A2= QG۟4ywS NJD-乒dem8Ֆ!g$gboHg `R,#%U|&ĈBu"v8P / n>7G}̲ktε^d+0\% EMn̡}^o@ ?.2-h-sš--lpwBzJn$Ay&ARsOTnGqNۡс"1 z٪a_W¤"8[&CMɲxvV'bՇ/c8&רWTfxGҫI&q?h.} !xy}17ntO=~O ʮM^E)WFD!SFSIvoU>ɋL̅Á=*W,HTHl7b޲-4Clg{i*iI3EoVTAV%Ud9evۓKH A_7IM6 Ӡ=6`*6 jQC/C%\_Fd YC5iRXĿg8J+)6r+jdl]uD0{fC^a ㇅{_:/KHtCC/JvG. Z\A[|x\:#ӈltiVV36GLzؙ&F l/F|{Kl5R+xdtOebTYobrЯ/ m'%܅{+N@cX4;NVgySdH w8w 1Њt%"| )TX(9 ݐǬ9h !Ry})OK8F{DFu͊T溨*ulHYnt ?$9ٺp7BtFPoZPg eZ~F詷?/q2>Swp[k.WEhԺ>䭾. g)*{]Nǧة ?Ϊ}yB/EF&| =ЄvH͘jw}ֹdjD}RQc@+JeKGWK =+\ATz w Dػnxk{b2sEmRO8AFlmg[!s{g/a]w\[)'?>Z3 c'CDR+а"IǼP'ȣʼDٷԳd*4x9J,Qs( |qu1!b& gׇgItm!Ln2_H-SL{c\|aO6htzR\^8Zՙt7m9@iL<R͵H 5%l:l?:^)dĥ&ᏼ6ot$'"(ZP]o/:206}{~g ~W`,$U[/mض-P,>4nׅ|RU^$+IRBw#9fКD{|75'3sG>Z7ZS@.33&Qcqڷ Nq:M۳Rh)P1  hZӰ ]vE1?ѡ3'n-uMBMU';9mvmvPf5;]T&kJZlsOB*R!:#p@DB3o”im0-X@1vrVV TZYqT"jɑ]P9FdxP˥cpI:1UNNij]ao[~6učEЗ=ʋ#p,k%,#NEʹae`BYW>cC2Ȇ\)a={NiPڔZjʯ#n4 I鿤\GHWثK6CVE7!v8x<Q/!hG"{(-FjX SH֠ W%]J˝L_r&o{&N)kϥl(uUL$᣽Ch\NpөImyYPwA8bO6Ő``1x50ԽX빬6uȠ-71%[q|ͿȥmȺnJ-Vi) zUC3dG).&qʞcoTLhCf,G[iRcFIR}ZlοT dNW>>I|>"? 181h㛐/T!C%M T3 -ͽZ[@8dÖG<8e݌Y@!Pݱoz@aSɂEiQΞ HAWB<_ 3z}UmV|Kg&<HJt;-|FKy7:>İ\,Q(tM=lRF u?a^LнSxҳJZQ ;#܉`rXIFu[ W53 ?)#)rf8-Z+ShH!u}EGwe.!Ӗ*BF7UJ ҋSj}qAk(6l)nVS7yAy[!6r@b ق |moJTOo% Љm=`8*/ 5EoWG ˼pг>a9?Lz)xP ZAg'kl^LoتAs35%Fq5# g%U weͫ/|Jk׮PvTK@9|,OO/]FS,Ŷ-l'P]FB'~м>ۃ7*2 t|$$/+! Lͣ,`TM8N54x:J%qRO,~⠷[ZWy*>k*OqN:܅މߜMjU׋vTNILnf[n$(muBAlɂwcU7}㧪{x+څHZh;cd~ ?Ҟa!`T;YJP8KR{ 0 ! } +j{3H9r\R5:,oZխIn}V&bsl4`s]"ޅ7/[fq^{zφV"G~sFE>^lhSXz O~UӼw'u!fYH3w{=)\rP 槥Z9+"r,D𜹁ra, ENlىh 0fyfհ͸aM~3R;O#k`& @ x>Cڀhfy,*&yN05_tD\֞Q䉸ȥ:!vSZ_,([R{OzJ9\S%9 DJ6$nL%&HVS@3럗l`ˠziϛXk=MؖJ:%waE. %iG>zGާuUq -bp:5Ov1Tj/ #zT\(SoeyF91lv퀨\4~k\B6HD]E 1Hb 4UKX!L~!lK]Gٛ_QۼkJmNTiلXHʘ)Vfĕu$KC 4}u͑g ֍%NOZ*-)A\-*(E ?QFD8U~s{TWDOg q"-?WFv춝.4g3ˋSt??VIѶNA#;5)?^{Pj:-LNoMxX&lGwo7N\ SIRT$CL9^C5udh a(FfG<.yh|RwDOߝQvDF`$=!P}Il6DߪBN>yHqD}'Vh0 Q ;.7B4zA!흊  |58bIDxH7Yֽ/RO;fT/XE(ΔNN 㓺hh8ѨMDS#!W8nKρxm:S%Al&ϥ0BVK!` ȤTy?_AgoQ#UlFPUdYjOvZ @klvEϩɖ0 X`a2[J1Qd?::њSUF5'Tch/^Ksk~%#{OJ0#2_m$5ybLVxQ Dd`\o^E3RA1|0aAK9Oj͜z߃}m6k$a л^rlse0l:HԾ5&ed K n^}haC%"y!_d<\^y_Y4o<{ xaӨL{̺o9CYFc#ZCvq'[F a"܈RRo.SD ~x*x^^+;1ݮTݚwAWO(St;ϐTB9R{yYK-cPXXj8Yay^KM3[ ˰{+XqF 2XX!`}"5VBŸIG;f{bZ8F=wJv}w/=6Id)#8X9:zI'(c8fώ3V搎==~w^^LG4L>*,6FMZ&Pߠ@SkH`h. xӽZxYF>})G֟y0aH%A eCrM̋Xc"nL1S9YXٺ+Ozhn&ҔRͲLdC X;k&B2׼_j?M&B.D+^&ǎZb1ync*axJފsݺ{VlEz?dVK=Z%Hta+ݒHlw~\MJ &C\]=% 9Z\]XK(Igh(5,1pi9t /u#*<o I0Ry<)8S8&^oJYΧ Ľ HfR /+:;VGe!s!H3'G8Ti4~+X+਼kBD]`+6%#"[ d*dm[Ξqc9ee3'6ÿr8qEAݦrKOv<.CKfc$Agu$|6Ǎl&} \[gʹLll>`kQ)]GPlA /*pE$VFw3)d:Ѱ97Cc4ਹavB6NG'T@Lݍ7?dhP; vJ^cTx;TWd[= &$3ںJRe忂4 p]ҿd-7%WK7;/>M@a.v_ǼIkK @F֕N 4]ZU>[w-` &b>2.2ǃڐ&4ZQ w]}4Ԏk3$=:EQ&>ٮ R:tyU亟?a.9%|2jsdl>lIOrW:]_ zUJV[ V~Y9ֹpɒ7 }U kwŀ[LW-tc,0 s*nreؿz^!]Ntn0yosqpV;>UPMc'GR,BQHYِۋĵh6MTKirG;3QMAM`Ѐad2FLKijU!-})q ,5@Wb?ȴv՝DclbMF f%: . m `MǝN %ݠԡ3aGQ=emrՎFAshq+K>"eW~ʼXĴPQ<h vd4z` <^uL.WQ䙻ؖzzu%9BZ~\Td:$7 tbHq1l?:& @ #~wJ4k&6S^kf!HGۼ}k>FQ m['G04Nfi1Mm߿K _ToͬWտsŶN7lWlK( 4u֑SrKQ].JAZ?EV5fM o%?_?Ĩtr9b /dXN%Fs=4bcjt ^ODtZ|/#z Mo.J!3FVjړ x8 pOuɇ=H&/(lSS弓= hP gԻNrݭb p1:4'pջg#v]Sf51](nJKh`3 muU)`GkсpBOAT^\UoeSҀViDl,F/?ting}Q3+ 9ЈѴN!I}%2dYWpeV1ld+;C&+$08Wۗ,Ӕs&oO3R%8m+CGR4=9zyvgrч(sbg8 tDm5"U_yq4%Qx['OA/>η_lz&F>!U'c(A>/e!2btn֯ :M~onI]@G#Z7fW aWp5Pg65Np04  y3aYzF[ݥ 6lG\dC3|s_0B(Ŝ5E鯢UP|T7GSpI6K:|Z; IρPx_}W@ AԩX6r̟H8;`R;i\Spl-iGA#T%4:JN1hBJ0 | &G+r ӴBCzX_tr9Bk؊nTQ{! 4L*#-˔ $(̃{{ ^.)  ?mnd_*]0aKZ44dB\NcCIݻEI @d.AQ!W+'B}Ķ8"M S5L}OeHk.*(ܷ슠ΉOس)RB/%PZd;S9R8?f>\v-0]* ZCICd*y-6NUfެoA v^~VZO4v:ۇy}"YZw)G,3 V86 b?X5z3+^(h{1dJ\*|d y1كXFDl}Ȱ::Nҟt>3Eш^DA\jID!>i:eiVo NNJ\Ji1[D!?_<ɻVK79|A=uy7071"d_!)RνW$+|HxPj6bTEqG ܄8鼡t=$qu:R"\`v?vWr7zU߿N@Z$;Kg|nZH''Շ 5Ĵ'0#Әx#c.xۇ\7>LM.'# A+)ej0۔ҶkBQN܏Mܼ<BgkOr\'c)a=դi='.3ia+.A5qp?_8ӢuQ"1x7(`H `R{2Qο~Ui=zѢZsL5IG GmG6)Fqbd = lŻ}֋@;7X̤gF#@Lw}_!&xB2b`Ú`W:h N~z_y7t4O{QEn5׶ 5oyVf0rE'4VuU% & g;+*".L-nU{@/uU^Og-6L?.thT*,x49/三wZyԄ6xh7aX]pDU AhW"CJj5Hw$;ϔ68zWJ-X8^5/` ,vI3ߐ%#BX}|G)x)jx}lk LhkP :i\ @KBBB'"|939}YDRxK v-PQ ڹ޻r?\4KYҞK҃sPS.X+|A{4eZZ*`Tߡtgǹ=׵&sKGXe~& yvqU8MR tf~̱M`Z1=Y#Z 1/,g0mKW_U]fNz fNկW`ȝr9D;ļiH:W8q`sJc5#A:  _ʒ LH*.}9D^$į 85HD\%1/=HQc1 %=y%)$ޞ1s/?vW)peN+S;jyN[A )-.JCxK-}:n`Z1`lB]״2&2 X`]۞#(4YcIVHV\A.m?jsz:tAO5m1)G7b#]@v2&4UUӺ&D~ )Ol"wP,jiS>9TPN&\ e26ylT+Չ]@@tRXbYJ^ wO/%&UMEzZȅj̋US<MjG>Xb9Jw֍i${1-S(^ނRlp-]6놑љz7Q*O7-РXIgu ?OOp;*=/VblO8T]ʄ!渡 \2Jߩ< sm7 oƗ K.X7ńm5얾lduw㖨#35MLzld:ЕX_ݢiMK; * #3EM\@]0/r} W5|z<JRR*b[_Bt[WGC@ :o0O'Sv chLucA0ik=X>d7Cau2XVk-Z.zLQfּEX UʑXi<1 3qX"CD kMFI- lh2,A=(P5rQ =xʕVf9JO-;5m-ڑsٗ'FöG(J'Xw~ʩ[ w%ݜsT&Jtteyu^˥x+~u՟\63g<߀'ajL) 8V;b6_9&b`gx,*P {9'KC+?7g]X?իH]iD0ǹ2kd1H|w8L1 qo{yApij{?=*]EgݰoiMuA_F񅽤$6cx:wFC]X\qN'p}uG q\\3033>^cY8?\>u`fߓ&X˞EIL.Y&G<*Kvu- JVӘO_Dt䜤vZ,ϘR69 kŵu]> EȞIG &q3.,q2 3z{-r͇hw~H' ʌp7Ms F(Cq1'^FžxK[1kx6I4W+JہdXC`)C㊝P&>EyPpf1HBAWоO ɐF#AhXlQ{PBM`XKFl5_оVuzls؀9gګyʐ5P wDVi C٩ <\|ڨJљ B8?09:B[?\Jwr%:2፠{ BsO,{ѝB D;.?IP1+Oo`2 c1.ĪӾjHu؝Lvdx,ÜiJp]8^hjtQWDU99u!qC7 ɑsW2>6@2AM?ߛɺjf0^V"(MZMb~Fn9Kp0]͍a`3'-F+8֖&rV܆td&) (VXD:XE}fhBeVqia'&Y+xhիЙԧ*8$ܮ9.en2gTJ$pɲ oqK A Ysy1x| |l$V7=xz9o{)QNktlEM 6aKE.ErAA# uHP}ĭY$Mfb$8 |r ̘ &t5qNM!{BgUDO;'9Æ hOuX\qeQA+[z1dʎRilʒVS=}ӉMˈi+&Pl fvY!dmW2)9BEa+WSPl`Ld.Vƿ[V{Tlŗޜ!d ^}oS4c3!L$+gF6MOqiZ3+Y%6JTP=+rXg+9/,uF5mc01S93$ Ʀ>mdc:`')ɛpτWz [XC_-* kq?l$/ꤺb1@Y+Mޮ/&sNu{Ɍ2p-z] WnO4c"u( ;芤eJ+Mٝ5hJ,[ZFgZeKuT=u&q;{igۥK$Ï+W6Ƹ3"Á='ڎw#-wMoh/"+"S.g~aM0VVR >[s ӂHT۴[SaպV'c TxXz "R8Iת0W2 n6QZ"Fuy~ƝBh$dP~ B RFr z ˙ks4tѰzʹdL6A_gp%yZYkjXNy/7aαmRVhꢢ|xXf3]K內v#3D.m/Lt<2eC׏S,!o6xԮ@l Z㭖R)_e蒪'sX=w%vQn}}) Oj5 JѴ/)-׭lx=i[ӿ|E\ˤl\C3Hj=nBSdv؜U8 7tIp7)o- GǕoOJ5ڡrd7%ɍO= jI2 *৿Rb̬CAhs uԴ9&-ו%4T̄c15:礼3 3_{!NPP"53*{+ߊ f^ |7R6UZgMLg"04gl%[⬮+qg ?p~" )}+!: tv6UL%nl)o=P-4TD9 92l^p ',㸕`Pmdǟ.>K$6M̗23'Sy#4:Ŀ5NRl'8@#TYDZ^ͅQ 7 ]ll1t֬Wu:Y5&S,r`Φ'3ŤKyLhfoMD(K'ﱲMb9;6|O/6p0ȋ|uh2;SP!=JKzB3K_y4vp_:e⨤txʰ{ n/]#@>=b$QDŽ;3 C.l̈́ؖ;Η%{G}X/, -Iw9N 7W}7s QÔ6Z$Pa!]cr.7Yem;0ff`iv*wd}7,H#/-\@oJb W'J7G(0X\]]Jso)wdGS8AQt Rz}ă!^$J-c>J}Z2j ^ g#d h!¤ PP֫kql/o@Pxͧj*1dQ<u}߯c| ޝCq9<(],o}dJF^SE (N* S&U}4 {XCyFҠ;<]=xEsBpprJ"jG£EP!R=Y[u8"x$WGE{UdjƯ yKp źKy_;b{4d%S(ˌng\tn'~hx;z!H\ʬk U`/D f|= ᛿.<Stƒx|ؙb'lRE5s3)╈U/+Mi:هK8-jÂwyEZkbb!H \)U16WgiLGh܉C4]' UoeգA99PLχx  U$DB6%jGAJ @E{gV) æ)=ˆڧCzkKW$=5a E~$rm/ Hg7f[.u~պ¼IZ=/g8j0 pLffnxr}lbk"*4]y|ԋ b䶼V5k>bB@1]'P8"EGzVr,:ep^gQ` meK]q+%q"s{E'@t:p]%F)叝f3yKXi]ެ_R063 .)X0;aM&v: i) .N~ cWVi0|/;V:t;Q,=Kdi$>Ro6~7lޝToӻ;TNA-穙y`c@H'=M{nM>bQχ# J dFɌY=﷼o l /Sug5M ˆƊ5ؽA}_DZH+I!*?=K3IUx>.duِjE\]ggmwxB]W"z:BȮm=VjO/*pZ8{,;?V |yv.+ljƥIB(|Zn 1[j,!c ed05R(hȌ5<T-DD~^GZ&A+kn[=1Uu?G>Is "#*(cT~U ɥͶb` SKz:h9pTNJ0nU+K0)#U#'(u> t>]D5DS+}Rsw|If8в.qU~3/>KP?EBv`GLF)feObnͯ=KFQf. k)O 5(v {*FǡYsxTr!6FꏉjYCli"D!#=>Э|yr1ǯg҃&u}-m>: _HB#mSұ?:2ЎPe{a#}G~6!,U,c^LJ"[85w&kc y_&IJ͞KPgK+I-(ƆwdT$e ""3At@x/0$ aPk/z'k7},cZ-ġ$]"Q鿝fH˃k*32 х6*}%,jIoD/I e{%ombj[FB sʹY3*wGjƫ?L7U)Қ[f쥎=UvPJ.oG.F[FD5:w!ȁ}1/NX>QO܅tU;T*pu5U̳]'k:KHppTjgم4-hx'=a|Ʃ˹kIzF#m%tPt\Lq9EyV!8H 7jA#~3v'N)!a+|bpClHBڥ>a8ڲ3AᯜLpcL2 mP W&J+_8`i؀D28 }T|C{FKHBEHen[8W9ci_IGt q6p''B{xXUɴJ`i3cQ=YJX8:e̿nFqmoHB(cXt~? {/o  /s 3e Z$`9[F{L`{ $<yqlp49}-mzy҇A-cMeta$M`*i\Q^#)sɐBbz?Xvyr߅kb?Oy# yF A=s@)ͼC깝#*ngxO'fؐ(N^WW7.4S5B$#nC -“&_ Yv?މf>ʰ{ǭx!B&ˮyL9ȑ~3s"pvukrmD(SU>\DDh~VFV"»X"lO ,_|`څV]llO+?޹W ľ?44zjt v!9ljdq81۶7/(y^Vjw䃩gBj^%Ki%(Y9@ZӘq!Wqu2BWI[㨈^t!H1U€*ΥWt1~ Dצ8S W9-)km&Ptkkotڣ){~jBqUυbJ lgȟggh hEjOZG!r K:(;2OވW d y ә`Bpu/1Z3/-ɗ2B_p~_8Ya<-ū!/*~a-^)U?HX[lME56΃*pK=ZT9LԸX~h}yҏYl,"B޹{j[syB<<9WHQJ,Uf 矊BUnLyUxC6h5QnHa:$L}nc /K5'YaoKacAwEHTE/ ̼G3_%U4$ JmɇQE(Z__>l;pֽtc/mkj{j4"% e|oC&c{ģ7ᴛM$ Pּ\t&ar$Ue (-"p<%>gd{Ut/"|o&x:4?{dI$i$ tcO28cND0w@bz[b,̐lR|-w-DfQRd*+v2Q m3Cg};I^ӗAYdO3q_{wzr,9n$9Б3x4G@!Udh.G}6@D&+BPv<ǥ')]o[T0~ClL:BIo. R Rrdsl,W˼W;Ou<G!%>Cq(gkac֡ n{Xqmgdtb@Wvڲ"ut#x~D)JwK"UߺCg.ig颵&`iWm7ݕfs lZ9;رcJu-ckz_K>?& ӛ%s8g6jHPcpBv\%CܩL.#I\/ ٞ# _^$@זmh4apUGG Oj8:b}+%| hW{2e#7 "4?ZSO$) UQ[1]G|<=yZa*\AF8MZ;K^[/x ^>35I U(ðJ`vDh(Oqu?S\IvS(7 *GnRߊq(Sw|98nŅ+=viط@^4L ܳ;%7}(vpvY_,vhA0.ѧj|RHxnjKPnpy_ ?@qlc7PPa*UۮY_)+{nuzyKU[$\ /-4֪涾C< BUi퓔 N2S$ΏZ HmUz-:BP>;^wJ;(Cgk:¢+" 3+\Ʉvd$hdYϺM6Qg L(9*=_^`.*K\5I%$NRU}fzR8[ V#i fO*4U.`K؊wa@TOPq(3^{;_vBj+ ā SW-T]hmJBu6tB'S 5}Z%͖3 :!lx=@)m&@$$5RNfaeX$^)B:Gq6pI !/ Pwcyg_{g+ML#eGD:&|OW5z?XPgzY _۸N7~].zy j">oUyb4>aeQv4|FpQށOIƊ{b;4e4̚򢚒G!8ٻG^UdXƫƨ\xf<͒:f9; Ȓc 9JU;cb֪ %RM9^jj5<>n9lkEbYe:I(M.zto&+$~3}4e_W9챺-tklz0iOДo 蕈2!pJ+CZʙawvkrd+ͽF&F"f`֠\vx޸o3!42A8!Tf7z3-1d9 7+I!ڊ'YxpgѨL9%;{ff\y68N6J7ĂtEYQ@f[ION ɃeE`vArлŜ~blt.π-oSaAu0638Z]1 DE9?v=i4gTF0A`A\nBd%i`O}d༛I CD^8BqbJa^%|v_ k)+_]Aٵq]Zy u_"i_o2J!JuLv+[ AY|c^[,D#6=^8;QҸ7WkQ3d]~aXu9tc'=r K" wMi]ӻ>=zl'C=0^1`8" aӿA-huNPYKL GSÔQ.IqhJ^'22t4Ш|Yc)ٓx2BDW{K>!XnT؉ j/J=ȽE0u#,,<{1<@c^I7}<>@FxxE.LcCE0wˆiHG7{آemTx+WY)^P'ꁳiǟ:ܼh\JhWB.~αn¸# b>pS b8A ݼ|)Q$6fm+ﵟ&6l,Ŵ8C#GwB¯9.~Uш+12O D&Z J9ƧnE3l[)X]޴CJ)8j?T˾ W+8d BM v7dm+ eBYZX;é#Y)IRחZ**C4Dd{LgϪCć<>EҴ 3.m߆ҿl=@Y9{f;D(w;߳ӦU_J* w ˳23M1˫/,;[{㩁ɗ֛$Da_n̔L0Va޹)-2t!IvKG d9at̒b… T8 ɺW* f\t=2 ;t&rnЇ*YM{Pv)ev}\@{,? Z,#m=&;f+#ࡻE*6JF މNWezd5 Ү7a.}=(W}XFu!ͣ˾WQ_ekCU4Ϊǃ.t` =1 Gԩ, 3 WGUd}qhD8k]l0x3{Q?$Umr.Lgߣz{L]zQtRւIҪ$?\C3ɳLC]"$"xYK5K ϤVA*ώɶ&!E[u-0Ɔl~F5]""P@X &2 ,# y\z+khEq(hqߨä͵lRZ,@' !7[ 0>ǘӸWˠJck~03-}4-!^.t1H14 wP YZ