apache2-mod_php8-8.0.30-150400.4.49.1<>,1gOCp9|wK&전bd7A&4(:մiζyC"]vT #b7: DtY |-˼C#Y 6cH42#AȊȓ$j_Ȋg ]g8V,pDXPj1и&OZ$O8TR|Ԍ f&qkdSܐzgbVMtMՇaLS]R (И48)3/2DCt>I?d ( Q $=^g }k, 4 < L  $8L|/ /6/(89|:$>?@BFGH$I4X8YLZ[\]^b)cdYe^falcutvw,x<yL!zitx~Capache2-mod_php88.0.30150400.4.49.1PHP8 module for the Apache 2.x webserverPHP is a server-side, cross-platform HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory tutorial. Once you get beyond that, have a look at the example archive sites and some of the other resources available in the links section. Please refer to /usr/share/doc/packages/php8/README.SUSE for information on how to load the module into the Apache webserver.gOCs390zp32fSUSE Linux Enterprise 15SUSE LLC PHP-3.01https://www.suse.com/Development/Libraries/PHPhttps://secure.php.netlinuxs390xif [ $1 -eq 1 ]; then # package is just installed a2enmod php8 > /dev/null fiif [ $1 -eq 0 ]; then # package will be uninstalled a2enmod -d php8 > /dev/null fi# request restart apache instances (which loaded php module) after apache2-mod_phpN package update if [ $1 -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then MODULE=php8 if [ -z "$MODULE" ]; then # restart all instances touch /var/run/httpd.restart.flag echo 'Requesting apache restart (all instances)' else running_units=$(systemctl list-units | grep 'apache2\(@.*\)\?.service' | sed 's:\(\.service\).*:\1:') for unit in $running_units; do instance_name=$(echo $unit | sed 's:apache2@\?\(.*\).service:\1:') if HTTPD_INSTANCE="$instance_name" a2enmod -q $MODULE; then # restart only specified instance, %{apache_restart_flag}@ # means _only_ apache2.service echo "$instance_name" > /var/run/httpd.restart.flag@$instance_name echo "Requesting apache restart ($instance_name instance)" fi done fi fi fiuHA큤gO@^^^t@^p^j$@^M#@^AE^)]]]@]߶]@]ʞ]]4@]@]]ja@]Ew@]@\\t@\\\O\\\Y@\~d\w@\w@\s\d\\\R@\Q\Q\P@@\G\G\G\replaceChild on doctype causes double free). FPM: Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to error_log after daemon reload). Fixed bug #77780 ("Headers already sent..." when previous connection was aborted). GMP: Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed to gmp_init()). Intl: Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter). PCRE: Fixed pcre.jit on Apple Silicon. PDO_PGSQL: Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed). Reflection: Fixed bug GH-8932 (ReflectionFunction provides no way to get the called class of a Closure). Streams: Fixed bug GH-9316 ($http_response_header is wrong for long status line). - fixes [bsc#1203867] and [bsc#1203870]- version update to 8.0.23 [jsc#SLE-23639] Version 8.0.23 01 Sep 2022 Core: Fixed incorrect double to long casting in latest clang. DBA: Fixed LMDB driver memory leak on DB creation failure. Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults). Intl: Fixed IntlDateFormatter::formatObject() parameter type. OPcache: Fixed bug GH-9033 (Loading blacklist file can fail due to negative length). PDO_SQLite: Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). SQLite3: Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). Standard: Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL). Streams: Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata). Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging). Version 8.0.22 04 Aug 2022 CLI: Fixed potential overflow for the builtin server via the PHP_CLI_SERVER_WORKERS environment variable. Core: Fixed bug GH-8923 (error_log on Windows can hold the file write lock). Fixed bug GH-8995 (WeakMap object reference offset causing TypeError). Date: Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable). DBA: Fixed LMDB driver hanging when attempting to delete a non-existing key. FPM: Fixed zlog message prepend, free on incorrect address. Fixed possible double free on configuration loading failure. GD: Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument). Intl: Fixed build for ICU 69.x and onwards. OPcache: Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file). Standard: Fixed the crypt_sha256/512 api build with clang > 12. Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. Version 8.0.21 07 Jul 2022 Core: Fixed potential use after free in php_binary_init(). CLI: Fixed GH-8827 (Intentionally closing std handles no longer possible). COM: Fixed bug GH-8778 (Integer arithmethic with large number variants fails). Curl: Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. Date: Fixed bug #74671 (DST timezone abbreviation has incorrect offset). Fixed bug #77243 (Weekdays are calculated incorrectly for negative years). Fixed bug #78139 (timezone_open accepts invalid timezone string argument). FPM: Fixed bug #67764 (fpm: syslog.ident don't work). MBString: Fixed bug GH-8685 (pcre not ready at mbstring startup). ODBC: Fixed handling of single-key connection strings. OpenSSL: Fixed bug #50293 (Several openssl functions ignore the VCWD). Fixed bug #81713 (NULL byte injection in several OpenSSL functions working with certificates). PDO_ODBC: Fixed errorInfo() result on successful PDOStatement->execute(). Fixed handling of single-key connection strings. Zip: Fixed bug GH-8781 (ZipArchive::close deletes zip file without updating stat cache). Version 8.0.20 09 Jun 2022 CLI: Fixed bug GH-8575 (CLI closes standard streams too early). Core: Fixed Haiku ZTS builds. Date: Fixed bug GH-8471 (Segmentation fault when converting immutable and mutable DateTime instances created using reflection). FPM: Fixed ACL build check on MacOS. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502. Mysqlnd: Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626) OPcache: Fixed bug GH-8466 (ini_get() is optimized out when the option does not exist). Pcntl: Fixed Haiku build. Pgsql: Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625) Soap: Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor). Fixed bug GH-8538 (SoapClient may strip parts of nmtokens). SPL: Fixed bug GH-8235 (iterator_count() may run indefinitely). Zip: Fixed type for index in ZipArchive::replaceFile. Version 8.0.19 12 May 2022 Core: Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). Date: Fixed bug GH-7979 (DatePeriod iterator advances when checking if valid). FFI: Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks). FPM: Fixed bug #76003 (FPM /status reports wrong number of active processe). Fixed bug #77023 (FPM cannot shutdown processes). Fixed comment in kqueue remove callback log message. Iconv: Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). Intl: Fixed bug GH-8364 (msgfmt_format $values may not support references). MySQLi: Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). SPL: Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). Fixed bug GH-8273 (SplFileObject: key() returns wrong value). Streams: Fixed php://temp does not preserve file-position when switched to temporary file. zlib: Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). Version 8.0.18 14 Apr 2022 Core: Fixed freeing of internal attribute arguments. Fixed bug GH-8070 (memory leak of internal function attribute hash). Fixed bug GH-8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug GH-8142 (Compilation error on cygwin). MBString: Fixed bug GH-8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug GH-8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug GH-8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug GH-8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent). Standard: Fixed bug GH-8048 (Force macOS to use statfs). Version 8.0.17 17 Mar 2022 Core: Fixed Haiku ZTS build. GD: Fixed libpng warning when loading interlaced images. FPM: Fixed bug #76109 (Unsafe access to fpm scoreboard). Iconv: Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). Fixed bug GH-7980 (Unexpected result for iconv_mime_decode). MySQLnd: Fixed bug GH-8058 (NULL pointer dereference in mysqlnd package). OPcache: Fixed bug GH-8074 (Wrong type inference of range() result). Reflection: Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order). Zlib: Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). Version 8.0.16 17 Feb 2022 Core: Fixed bug #81430 (Attribute instantiation leaves dangling pointer). Fixed bug GH-7896 (Environment vars may be mangled on Windows). FFI: Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). Filter: Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) FPM: Fixed memory leak on invalid port. MBString: Fixed bug GH-7902 (mb_send_mail may delimit headers with LF only). MySQLnd: Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). Sockets: Fixed ext/sockets build on Haiku. Fixed bug GH-7978 (sockets extension compilation errors). Standard: Fixed bug GH-7875 (mails are sent even if failure to log throws exception). Version 8.0.15 20 Jan 2022 Core: Fixed bug #81656 (GCC-11 silently ignores -R). Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown). Filter: Fixed FILTER_FLAG_NO_RES_RANGE flag. Hash: Fixed bug GH-7759 (Incorrect return types for hash() and hash_hmac()). Fixed bug GH-7826 (Inconsistent argument name in hash_hmac_file and hash_file). MySQLnd: Fixed bug where large bigints may be truncated. OCI8: Fixed bug GH-7765 (php_oci_cleanup_global_handles segfaults at second call). OPcache: Fixed bug #81679 (Tracing JIT crashes on reattaching). PDO_PGSQL: Fixed error message allocation of PDO PgSQL. Sockets: Avoid void* arithmetic in sockets/multicast.c on NetBSD. Spl: Fixed bug #75917 (SplFileObject::seek broken with CSV flags). Version 8.0.14 16 Dec 2021 Core: Fixed bug #81582 (Stringable not implicitly declared if __toString() came from a trait). Fixed bug #81591 (Fatal Error not properly logged in particular cases). Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()). Fixed bug #81631 (::class with dynamic class name may yield wrong line number). FPM: Fixed bug #81513 (Future possibility for heap overflow in FPM zlog). GD: Fixed bug #71316 (libpng warning from imagecreatefromstring). IMAP: Fixed bug #81649 (imap_(un)delete accept sequences, not single numbers). OpenSSL: Fixed bug #75725 (./configure: detecting RAND_egd). PCRE: Fixed bug #74604 (Out of bounds in php_pcre_replace_impl). SPL: Fixed bug #81587 (MultipleIterator Segmentation fault w/ SimpleXMLElement attached). Standard: Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type). Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate). Version 8.0.13 18 Nov 2021 Core: Fixed bug #81518 (Header injection via default_mimetype / default_charset). Date: Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2). DBA: Fixed bug #81588 (TokyoCabinet driver leaks memory). MBString: Fixed bug #76167 (mbstring may use pointer from some previous request). Opcache: Fixed bug #81512 (Unexpected behavior with arrays and JIT). PCRE: Fixed bug #81424 (PCRE2 10.35 JIT performance regression). XML: Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) XMLReader: Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid property). Version 8.0.12 21 Oct 2021 CLI: Fixed bug #81496 (Server logs incorrect request method). Core: Fixed bug #81435 (Observer current_observed_frame may point to an old (overwritten) frame). Fixed bug #81380 (Observer may not be initialized properly). DOM: Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID). FFI: Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined). FPM: Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703, bsc#1192050). Fileinfo: Fixed bug #78987 (High memory usage during encoding detection). Filter: Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing). Opcache: Fixed bug #81472 (Cannot support large linux major/minor device number when read /proc/self/maps). Reflection: ReflectionAttribute is no longer final. SPL: Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free). Fixed bug #81477 (LimitIterator + SplFileObject regression in 8.0.1). Standard: Fixed bug #69751 (Change Error message of sprintf/printf for missing/typo position specifier). Streams: Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper). XML: Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace). Zip: Fixed bug #81490 (ZipArchive::extractTo() may leak memory). Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). Version 8.0.11 23 Sep 2021 Core: Fixed bug #81302 (Stream position after stream filter removed). Fixed bug #81346 (Non-seekable streams don't update position after write). Fixed bug #73122 (Integer Overflow when concatenating strings). GD: Fixed bug #53580 (During resize gdImageCopyResampled cause colors change). Opcache: Fixed bug #81353 (segfault with preloading and statically bound closure). Shmop: Fixed bug #81407 (shmop_open won't attach and causes php to crash). Standard: Fixed bug #71542 (disk_total_space does not work with relative paths). Fixed bug #81400 (Unterminated string in dns_get_record() results). SysVMsg: Fixed bug #78819 (Heap Overflow in msg_send). XML: Fixed bug #81351 (xml_parse may fail, but has no error code). Zip: Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). - deleted patches - php8-CVE-2021-21707.patch (upstreamed) - php8-CVE-2021-21708.patch (upstreamed) - php8-CVE-2022-31625.patch (upstreamed) - php8-CVE-2022-31626.patch (upstreamed)- devel package requires pear and pecl extensions [jsc#SLE-24723] [bsc#1200772]- security update - added patches fix CVE-2022-31625 [bsc#1200645], uninitialized pointers free in Postgres extension + php8-CVE-2022-31625.patch- security update - added patches fix CVE-2022-31626 [bsc#1200628], buffer overflow via user-supplied password when using pdo_mysql extension with mysqlnd driver + php8-CVE-2022-31626.patch- security update - added patches fix CVE-2021-21707 [bsc#1193041], special character breaks path in xml parsing + php8-CVE-2021-21707.patch- security update [bsc#1197644] - added patches fix https://github.com/php/php-src/commit/771dbdb319fa7f90584f6b2cc2c54ccff570492d + php8-signedness-php_filter_validate_domain.patch- security update - added patches fix CVE-2021-21708 [bsc#1196252], Use after free due to php_filter_float() failing for ints + php8-CVE-2021-21708.patch- updated to 8.0.10: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-8.php#8.0.10 - deleted patch - php-systzdata-v19.patch - added patch + php-systzdata-v20.patch- fix apparmor support: seems it requires a configure flag now.- updated to 8.0.9: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.9- updated to 8.0.8: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-8.php#8.0.8- updated to 8.0.7: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.7- updated to 8.0.6: This release reverts a bug related to PDO_pgsql that was introduced in PHP 8.0.5.- updated to 8.0.5: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.5- Do not hard-depend on systemd: use systemd_ordering instead of systemd_requires.- instead of [bsc#1183180] - modified sources % mod_php8.conf- updated to 8.0.3: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.3- updated to 8.0.2: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.2 - suppress warning for all flavors not equal to "" in multibuild and obsoletes for php7 % php8.rpmlintrc- add conflicts with earlier versions of php (boo#1181292)- update contents of configuration file (still referenced php7) % mod_php8.conf- require this PHP version of subpackages in Recommends/Suggests - run apache-rex tests in php8:test as packages need to be build first (otherwise tests run with previous version)- add conflicts with earlier version of php-devel and php-phar - add obsoletes for all subtargets that don't have conflicts yet - add php_cfgdir and php_extdir macros- replace php8.keyring with signatures for PHP-8 release managers- deleted patch (redundant cast, both sides are already signed int) - php-odbc-cmp-int-cast.patch- install php8-cli if no sapi is selected upon php8 installation - add conflicts with earlier version of php-cli, php-fastcgi and php-fpm- put CLI binary in -cli subpackage so that other moduldes can depend on the php base package that remains (and provides files and maps common for all) - remove Obsoletes: php5-*- updated to 8.0.1: This is a bug fix release. See https://www.php.net/ChangeLog-8.php#8.0.1 - use pkgconfig() to resolve BuildRequires where upstream uses it too - since php-7.4.0 when using --with-external-gd the configure options - -with-xpm, --with-freetype and --with-jpeg are not needed anymore (and neither are the respective BuildRequires) - build the MySQL Native Driver as a shared module (rather than builtin) to prevent a hard requirement for OpenSSL in the CLI - add Recommends: php-openssl as many modules can optionally use it - use new %ldconfig macros in Tumbleweed - change PEAR dir to /usr/share/php/PEAR- install mod_php8 directly - note it provides php_module instead of php8_module per upstream change- install embed's libphp8.so directly - deleted patches - php-embed.patch (not needed)- deleted patches - php-openssl.patch (undocumented and not upstreamed patch for a long time) - php7-arm-build-fixes.patch (do not build for SLE12 anymore) - php-pts.patch (undocumented and not upstreamed patch for a long time) - imporved patch documentation- use cli sapi php-config --libs- php-phar requires the php-zlib extension - trim specfile lint- install macros.php in %{_rpmconfigdir}/macros.d- build devel subpackage in embed subpackage (where it previously was built)- don't build with CPU specific instructions as it can't be guaranteed these are available at runtime + php-no-check-cpu.patch - remove obsolete patch (replaced by SOURCE_DATE_EPOCH) - php-no-build-date.patch- add D(eterministic) flag to AR_FLAGS to (php-ar-flags.patch) - modified sources % _multibuild- restart php-fpm.service in %posttrans fpm (extensions may need to be updated too, so restart must be delayed to after all RPM transactions have completed)- do not add mod_php to httpd.conf during %install (better fix for new apache2 from Apache development repo) + php-install-mod_php.patch - do not build php-cgi when not needed - only build extensions in cli- fix building with new apache2 from Apache development repo- do not build firebird extension in any case- update to 8.0.0 See https://www.php.net/ChangeLog-8.php#8.0.0 - modified patches % php-date-regenerate-lexers.patch- update to 8.0.0 RC 4 - modified patches % php-crypt-tests.patch (refreshed) % php-fix_net-snmp_disable_MD5.patch (refreshed) % php-no-build-date.patch (refreshed) % php-odbc-cmp-int-cast.patch (refreshed) % php-openssl.patch (refreshed)- update to 8.0.0 RC 3- update to 8.0.0 RC 2 - modified patches % php-ini.patch (refreshed) % php-phpize.patch (refreshed) % php-php-config.patch- update to 8.0.0 RC 1 https://www.php.net/manual/en/migration80.php - modified patches % php-no-build-date.patch (refreshed) - deleted patches - php-pts.patch (upstreamed)- updated to 7.4.11: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.11- do not rely on apr-devel to pull db-devel- updated to 7.4.10: This is a bug fix release. See https://www.php.net/ChangeLog-7.php#7.4.10- updated to 7.4.9: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.9- updated to 7.4.8: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.8- Use /run/php-fpm instead of /run/php - modified sources % php-fpm.tmpfiles.d- do not install %{_tmpfilesdir}, %{_tmpfilesdir}/php-fpm.conf in test favour- added tmpfiles.d for php-fpm to provide a base base for a socket (boo#1173786)- updated to 7.4.7: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.7- updated to 7.4.6: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.6- added patches build fixes in SLE12 + php7-arm-build-fixes.patch- added to SLE-12 [jsc#SLE-12474]- spec file usable under SLE12 again and better prepared for phpM -> phpMN transition- added to SLE-15-SP2 [jsc#SLE-12482], including fixes for: CVE-2020-7063 [bsc#1165289] CVE-2020-7062 [bsc#1165280] CVE-2019-11046, CVE-2019-11050, CVE-2019-11047, CVE-2019-11045- updated to 7.4.5: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.5- remove Berkeley DB Database support [jsc#SLE-12210]- build firebird extension in any case- updated to 7.4.4: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.4- Enable LTO as it works now (boo#1133275).- updated to 7.4.3: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.3- add %apache_rex_deps- updated to 7.4.2: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.2- updated to 7.4.1: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.1 - deleted patches - php-fix-mysqlnd-compression-library.patch - php-fpm-service-fails-to-start.patch- php7-devel requires glibc-devel, libxml2-devel, pcre2-devel again- relax systemd restrictions for FPM as they were too strict in some applications - change leftover Requires php7- to php- - remove external libraries from -devel subpackage - added patches + php-fpm-service-fails-to-start.patch- update to 7.4.0: * Typed Properties * Arrow Functions * Limited Return Type Covariance and Argument Type Contravariance * Unpacking Inside Arrays * Numeric Literal Separator * Weak References * Allow Exceptions from __toString() * Opcache Preloading * The interbase and wddx extensions are removed and now available through PECL * PEAR is now packaged separately in php7-pear source package (https://externals.io/message/103977) * See https://www.php.net/ChangeLog-7.php#7.4.0 for a complete list of changes - deleted patches - php-suse-addons.tar.bz - php-systzdata-v18.patch - added patches + php-fix-mysqlnd-compression-library.patch + php-systzdata-v19.patch + mod_php7.conf - modified files/patches % php-no-build-date.patch % php-systemd-unit.patch % php7.keyring (use keys of the PHP-7.4 release managers) % php7.rpmlintrc- added to SLE-15-SP2 [SLE-10860], fixes CVE-2019-11043 [bsc#1154999] CVE-2019-11041 [bsc#1146360] CVE-2019-11042 [bsc#1145095] CVE-2019-11039 [bsc#1138173] CVE-2019-11040 [bsc#1138172] CVE-2019-11036 [bsc#1134322] CVE-2019-11034 [bsc#1132838] CVE-2019-11035 [bsc#1132837] CVE-2019-9637 [bsc#1128892] CVE-2019-9675 [bsc#1128886] CVE-2019-9638 [bsc#1128889], CVE-2019-9639 [bsc#1128887] CVE-2019-9640 [bsc#1128883] CVE-2019-9024 [bsc#1126821] CVE-2019-9020 [bsc#1126711] CVE-2018-20783 [bsc#1127122] CVE-2019-9021 [bsc#1126713] CVE-2019-9022 [bsc#1126827] CVE-2019-9023 [bsc#1126823] CVE-2019-9641 [bsc#1128722] CVE-2018-19935 [bsc#1118832] CVE-2018-17082 [bsc#1108753] CVE-2018-1000222 [bsc#1105434] CVE-2018-14851 [bsc#1103659] CVE-2017-9120 [bsc#1103661] CVE-2018-12882 [bsc#1099098] [bsc#1151793]- Do not add the generic provides to the php7-test package.- version update to 7.3.11: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.11- provide test results via multibuild :test - added sources + _multibuild- remove pcre.jit=0 setting default as https://bugs.php.net/bug.php?id=77260 is solved on pcre2 side [bsc#1124446] - modified patches % php-ini.patch (amended)- updated to 7.3.10: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.10- updated to 7.3.9: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.9- updated to 7.3.8: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.8- updated to 7.3.7: This is a bug fix release. See https://www.php.net/ChangeLog-7.php#7.3.7- updated to 7.3.6: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.6- check via apache-rex- build for 42.3- updated to 7.3.5: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.5- Disable LTO (boo#1133275).- updated to 7.3.4: This is a security release which also contains several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.4- upstream bug #41631 is already fixed [bsc#1129032] - deleted sources - README.default_socket_timeout (not needed)- updated to 7.3.3: This is a security release which also contains several bug fixes. See http://www.php.net/ChangeLog-7.php#7.3.3 - deleted patches - php-systzdata-v17.patch (upstreamed) - added patches + php-systzdata-v18.patch (thanks to remirepo)- asan_build: build ASAN included - debug_build: build more suitable for debugging- Disable tests that do deadlock now with curl update, this is fixed in next release 7.3.3 thus reenable here when released- rename php7-*.patch to more general php-#1.patch why: this aligns with maintenance patch names, which are in changelogs comfortably copied over php72, php7, php5, php53; moreover, php$N prefix causes issues when package is renamed, e. g. php7 to php72 - deleted patches - php7-crypt-tests.patch - php7-date-regenerate-lexers.patch - php7-embed.patch - php7-fix_net-snmp_disable_MD5.patch - php7-ini.patch - php7-no-build-date.patch - php7-odbc-cmp-int-cast.patch - php7-openssl.patch - php7-php-config.patch - php7-phpize.patch - php7-pts.patch - php7-systemd-unit.patch - php7-systzdata-v17.patch - added patches + php-crypt-tests.patch + php-date-regenerate-lexers.patch + php-embed.patch + php-fix_net-snmp_disable_MD5.patch + php-ini.patch + php-no-build-date.patch + php-odbc-cmp-int-cast.patch + php-openssl.patch + php-php-config.patch + php-phpize.patch + php-pts.patch + php-systemd-unit.patch + php-systzdata-v17.patch- fix wrongly ported patch, using the one from remirepo (Thanks!) [bsc#1126449] - modified patches % php7-systzdata-v17.patch- updated to version 7.3.2: This is a bugfix release, with several bug fixes included. See http://php.net/ChangeLog-7.php#7.3.2 - php7-systzdata-v16.patch modified and renamed to php7-systzdata-v17.patch- set pcre.jit=0 until https://bugs.php.net/bug.php?id=77260 is solved [bsc#1124446]- spec file cleanup * add BuildRequires gpg2 * remove outdated README.SUSE-pear - Squirrelmail uses PDO instead of DB now by default * remove outdated php7-depdb-path.patch - Horde packages no longer build so need to be fixed anyway - update php7.rpmlintrc to suppress warnings that aren't fixable and drown out other warnings- provide the version of PEAR, rather than the PHP version in php-pear- configure cache_dir, metadata_dir and sig_bin through PHP_PEAR_* exports- remove install-pear-nozlib.phar (the bundled and tested version from the PHP sources is fresh enough for our purposes) - merge back php7-pear-Archive_Tar in php7-pear - rename cache_dir to pear and create it- fix php7.spec typos- verify install-pear-nozlib.phar- update install-pear-nozlib.phar to version 1.10.10 * switch source to GitHub * provides Archive_Tar 1.4.4 (fixes CVE-2018-1000888)- update to 7.3.1: This is a security release which also contains several bug fixes. See http://php.net/ChangeLog-7.php - remove suhosin stuff- Support LMDB in php7-dba, it is advisable to use it instead of bdb.- Update php7-pts.patch: open slave_pty using TIOCGPTPEER if available instead of the name returned by ptsname() so it is safe to use when interacting with namespaces.- update install-pear-nozlib.phar to its latest version, otherwise pecl stops working due to protocol switch http -> https- Mark testresults package as noarch- Enable testsuite during build time and save log to subpackage testresults (boo#1119396)- update to pcre2 broke building third party modules, php7-devel needs pcre-devel --> pcre2-devel change.- update to 7.3.0: * Improved PHP GC * Add net_get_interfaces() * Implemented flexible heredoc and nowdoc syntax * Added support for references in list() and array destructuring * Added syslog.facility and syslog.ident INI entries for customizing syslog logging * The declaration and use of case-insensitive constants has been deprecated * Added syslog.filter INI entry for syslog filtering * Added the 'add_slashes' sanitization mode * Added support for WebP in imagecreatefromstring() * Export internal structures and accessor helpers for GMP object. * Added gmp_binomial(n, k) * Added gmp_lcm(a, b) * Added gmp_perfect_power(a) * Added gmp_kronecker(a, b) * Added JSON_THROW_ON_ERROR flag * Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay * Added full support for sending and parsing ldap controls * Removed support for ODBCRouter * Removed support for Birdstep * Added openssl_pkey_derive function * Add min_proto_version and max_proto_version ssl stream options as well as related constants for possible TLS protocol values * Migrated to PCRE2 * Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instance * Treat DATETIME2 columns like DATETIME * Added is_countable() function * Added support for the SameSite cookie directive, including an alternative signature for setcookie(), setrawcookie() and session_set_cookie_params() * Many bugfixes and other changes, see http://php.net/ChangeLog-7.php#7.3.0 - patch changes % php7-ini.patch % php7-no-build-date.patch % php7-odbc-cmp-int-cast.patch - php7-honor-re2c-flags.patch (upstreamed)- update to 7.2.13: This is a security release. http://php.net/ChangeLog-7.php- core package recommends instead of requires smtp_daemon [bsc#1115213]- update to 7.2.12: This is a bugfix release. http://php.net/ChangeLog-7.php - forward ported: % php7-crypt-tests.patch % php7-honor-re2c-flags.patch % php7-odbc-cmp-int-cast.patch- update to 7.2.11: This is a bugfix release. http://php.net/ChangeLog-7.php- updated to 7.2.10: This is a security release which also contains several minor bug fixes. http://php.net/ChangeLog-7.php- reenable php7-dba support of Berkeley DB [bsc#1108554]- remove Supplements: packageand(%{apache_mmn}:%{name}) from Apache httpd module as I do not see the reason why system that have php7 and apache2 installed should get the module automatically as well. This had a drawback of selecting apache2-prefork while [#] zypper in apache2-worker The following 5 NEW packages are going to be installed: apache2 apache2-mod_php7 apache2-prefork apache2-utils apache2-worker [#] because apache2-mod_php7 Requires: apache2-prefork.- updated to 7.2.9: This is a bugfix release. http://php.net/ChangeLog-7.php- updated to 7.2.8: This is a security release which also contains several minor bug fixes. http://php.net/ChangeLog-7.php#7.2.8- updated to 7.2.7: A Bugfix release which includes a segfault fix for opcache. http://php.net/ChangeLog-7.php#7.2.7- actually build against system gd for 42.3, made a bold comment [bsc#1074025c#5]- fix build for SLE12, where %license does not exist- updated to 7.2.6: Bugfix release which includes a memory corruption fix for EXIF. http://php.net/ChangeLog-7.php#7.2.6- Remove php7-freetype-pkgconfig.patch as it seems to break Freetype detection on some systems bsc#1094534- main package requires wwwrun:www user [bsc#1093025]- better workaround for [bsc#1089487]: build mod_phpN.so instead of libphpN.so- rename freetype-pkgconfig.patch to php7-freetype-pkgconfig.patch to align with the rest of patch names- Add freetype-pkgconfig.patch to fix build with new Freetype: use pkg-config to find Freetype libraries- updated to 7.2.5: This is a security release which also contains several minor bug fixes. http://php.net/ChangeLog-7.php#7.2.5- build-test.sh: generic spec file name- apache2-mod_php7 does not provide libphp7.so [bsc#1089487]- updated to 7.2.4: This is a security release with also contains several minor bug fixes. http://php.net/ChangeLog-7.php#7.2.4 - php7-no-build-date.patch refreshed- build firebird extension only for openSUSE (sle15 requirement)- Fix build for %arm and aarch64- drop imap extension [bsc#1084461]- BuildRequire pkgconfig(enchant) instead of enchant-devel: enchant is moving to version 2.2, with an enchant-1 as compatibility package. By using the pkgconfig symbol, we don't have to care for the actual package name.- updated to 7.2.3: This is a security release with also contains several minor bug fixes. http://php.net/ChangeLog-7.php#7.2.3 - removed upstreamed php7-pgsql-memory-leak.patch - php7-systzdata-v15.patch refreshed and renamed to php7-systzdata-v16.patch- php7-honor-re2c-flags.patch: honor RE2C_FLAGS everywhere. - remove generated lexers so they are recreated at build time- php7-date-regenerate-lexers.patch: honor RE2C_FLAGS- Support password_hash("...", PASSWORD_ARGON2I), buildrequire libargon2 in supported products.- Remove buildRequires on: * libevent-devel: php7-fpm does not use it. * pam-devel: not used - Add buildrequire on zlib-devel explicitly. - libvpx is not needed but libwebp is, only when not building against system gd. xft likewise.- fixed memory leak in pgsql extension, php function pg_escape_bytea https://bugs.php.net/bug.php?id=75838 [bsc#1076970] (internal) + php7-pgsql-memory-leak.patch- updated to 7.2.2: This is a bugfix release, with several bug fixes included. http://php.net/ChangeLog-7.php#7.2.2- do not build against system gd when suse_version < 1500- fix build for SLE12*- updated to 7.2.1: Several security bugs were fixed in this release. http://php.net/ChangeLog-7.php#7.2.1- build against newer webp [bsc#1074121]- build with SLE12*- updated to 7.2.0: features and improvements: * Convert numeric keys in object/array casts * Counting of non-countable objects * Object typehint * HashContext as Object * Argon2 in password hash * Improve TLS constants to sane values * Mcrypt extension removed * New sodium extension - patches: . php7-systzdata-v14.patch transformed to php7-systzdata-v15.patch . removed upstreamed php7-aarch64-mult.patch- updated to 7.1.12: This is a bugfix release, with several bug fixes included.- Add php-cli as provides to php7- updated to 7.1.11: This is a bugfix release, with several bug fixes included.- fixed installation of wrong cli [bsc#1061555]- Update not-so-useful repeated package summaries. Update the descriptions to have a bit more explanation. Replace old tar syntax.- build and ship embed SAPI + php7-embed.patch- updated to 7.1.10: Several bugs have been fixed, see https://secure.php.net/ChangeLog-7.php for details- aarch64-mult.patch renamed to php7-aarch64-mult.patch- php7-devel requires php7-pear [bsc#1057104]- Changes related to boo#1056822 - New packaging macros in macros.php: %php_pearxmldir, %pear_phpdir, %pear_phpdir, %pear_testdir, %pear_datadir, %pear_cfgdir, %pear_wwwdir, %pear_metadir, %pecl_phpdir, %pecl_docdir, %pecl_testdir, %pecl_datadir - Updated packaging documentation in README.macros- Updated to 7.1.9: Several bugs have been fixed. * ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.9- added /usr/bin/php7 [bsc#734176]- php7-pear should explicitly require php7-pear-Archive_Tar otherwise this dependency must be declared in every php7-pear-* package explicitly. [bnc#1052389]- Updated to 7.1.8: Several bugs have been fixed. * ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.8- Replace %__-type macro indirections.- date extension: regenerate lexers when needed + php7-date-regenerate-lexers.patch- dropped mcrypt extension [fate#323673]- updated to 7.1.7: This is a security release with several bug fixes included.- Drop sle11 support as we are not building against it anymore - Remove php7-BNC-457056.patch that was applied on sle11 only - Remove dependency on imap-devel, it is not used - Switch spell from aspell to enchant, dropping pspell subpackage - Remove unknown switch options from php cli build - Drop support for berkleydb format, by default there are more supported solutions built in php - Use %configure macro in the build phases- updated to 7.1.6: Several bugs have been fixed.- Updated to 7.1.5: Several bugs have been fixed. * ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.5- Updated to 7.1.4: Several bugs have been fixed. * ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.4- Updated to 7.1.3: Several bugs have been fixed. * ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.3- Don't install the init script if we use systemd- updated to 7.1.2: Several bugs have been fixed. - deleted php7-getrandom-test.patch, upstreamed- updated to 7.1.1: This release is the first point release in the 7.x series. PHP 7.1 comes with numerous improvements and new features such as * Nullable types * Void return type * Iterable pseudo-type * Class constant visiblity modifiers * Square bracket syntax for list() and the ability to specify keys in list() * Catching multiple exceptions types * Many more features and changes… - migration: http://php.net/manual/en/migration71.php - php7-systzdata-v13.patch replaced by php7-systzdata-v14.patch- suggest php7-* instead of php-* [bsc#1022158c#4] - do not suggest php-suhosin at all as we do not build it (not ported to php7 yet)- updated to 7.0.15: Several security bugs were fixed in this release.- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which are obsolete.- updated to 7.0.14: Several security bugs were fixed in this release.- updated to 7.0.13: This is a security release. Several security bugs were fixed in this release.- adjust firebird dependency- updated to 7.0.12: This is a security release. Several security bugs were fixed in this release.- updated to 7.0.11: Several security bugs were fixed in this release.- php7-getrandom-test.patch: Fix incorrect test for the getrandom syscall.- updated to 7.0.10: Several security bugs were fixed in this release.- updated to 7.0.9: Several security bugs were fixed in this release, including the HTTP_PROXY issue.- updated to 7.0.8: This is a security release. Several security bugs were fixed in this release. - removed: php7-mbstring-missing-return.patch (upstreamed)- systemd unit: remove syslog.target from After [bsc#983938]- updated to 7.0.7: This is a security release. Several security bugs were fixed in this release.- updated to 7.0.6: This is a security release. Several security bugs were fixed in this release. * removed upstreamed php7-no-reentrant-crypt.patch- aarch64-mult.patch: fix asm constraints in aarch64 multiply macro- build for sle12- correct public key- updated to 7.0.5- firebird builds now- update to 7.0.4- updated to 7.0.3- require postgresql-devel < 9.4 for sle12 to fix build- more versioned provides- update to 7.0.2: 31 reported bugs has been fixed, including 6 security related issues.- update to 7.0.1- php5-pear-Archive_Tar provides 1.4.0 - install .depdb and .depdblock files along metadata * php5-depdb-path.patch - versioned provides in subpackages- Provide obsoletes for sub-packages to improve upgrade process.- Obsolete php5 since php7 conflicts and should replace.- marcello at ceschia.de: fix path php-fpm.conf- set pear's metadata dir to %{peardir}- Spec cleanup * Split Archive_Tar from -pear sub packge to allow updating this part via rpm * Added "Provides: php-firebird" to -firebird sub package * Added "Provides: mod_php_any" to server api module packages - fastcgi and -fpm- test mod_php with %apache_test_module_curl - restart apache during mod_php upgrade- add php5-fix_net-snmp_disable_MD5.patch [bnc#944302]- fixed segfault in odbc extension when result set is containing NULL (php bugs #52554, #53007) [bnc#935074] (internal) + php7-odbc-cmp-int-cast.patch- updated to 7.0.0 * see NEWS for changes * see UPGRADING for 5.6.x -> 7.0.x transition - removed unneded or not upstreamed patches for long time: * php5-cloexec.patch * php5-missing-extdeps.patch * php5-format-string-issues.patch * php5-per-mod-log.patch * php5-apache24-updates.patch * php5-crypto-checks.patch * php5-systzdata-r12.patch (new: php7-systzdata-v13.patch)- updated to 5.6.11: Five security-related issues in PHP were fixed in this release, including CVE-2015-3152.- php5-systemd-unit.patch: set Killmode=mixed in order to ensure fpm and children forked by script can terminate cleanly.- mod_php5.so executable- use apache-rpm-macros- updated to 5.6.10: Several bugs have been fixed as well as several security issues into some bundled libraries (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416, CVE-2015-2325 and CVE-2015-2326).- enable apparmor support: new BR libapparmor-devel- update to 5.6.9: Several bugs have been fixed. - systzdata patch updated to r12 - php5-systzdata-r10.patch + php5-systzdata-r12.patch- update to 5.6.8: Several bugs have been fixed some of them beeing security related, like CVE-2015-1351 and CVE-2015-1352. - refreshed php5-crypto-checks.patch- configure php-fpm with --localstatedir=/var [bnc#927147]- systzdata patch updated to r10 - php5-systzdata-v7.patch + php5-systzdata-r10.patch- build against system gd and libzip only for 13.2 and above- update to 5.6.7: Several bugs have been fixed as well as CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331.- build against system gd [bnc#923946]- build against system libzip [bnc#922894]- update to 5.6.6: fixes several bugs and addresses CVE-2015-0235 and CVE-2015-0273.- added README.default_socket_timeout [bnc#907519]- fix sle_11_sp3 build- update to 5.6.5: This release fixes several bugs as well as CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232. - removed patches: * php-CVE-2014-9426.patch * php-CVE-2014-9427.patch * php-CVE-2015-0231.patch- added php-CVE-2015-0231.patch [bnc#910659]- added php-CVE-2014-9426.patch [bnc#911663] - added php-CVE-2014-9427.patch [bnc#911664]- update to 5.6.4: This release fixes several bugs and one CVE related to unserialization.- update to 5.6.3: This release fixes several bugs and one CVE in the fileinfo extension.- update to 5.6.2: Four security-related bugs were fixed in this release, including fixes for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670.- upgraded to 5.6.1: * Several bugs were fixed in this release (including CVE-2014-3622)./bin/sh/bin/sh/bin/shmod_php_anys390zp32 17332350118.0.30-150400.4.49.18.0.30-150400.4.49.18.0.30-150400.4.49.18.0.308.0.308.0.30mod_php8.confapache2php.inimod_php8.so/etc/apache2/conf.d//etc/php8//etc/php8/apache2//usr/lib64/apache2/-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:36663/SUSE_SLE-15-SP4_Update/96d7b261431e597bbf42b736a7359da3-php8.SUSE_SLE-15-SP4_Update:apache2drpmxz5s390x-suse-linuxASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a1145b0117192e8e29cd9047308acf15d94fe6f0, stripped!R RRR"R(R&R'R)R%R$RRR RRRRRRRRR R RRR RR!RRR#RR jA9HcD# restart apache instances which have this module after zypper or rpm transaction, if not # have restarted already in other posttrans if [ -x /usr/bin/systemctl ]; then if [ -e /var/run/httpd.restart.flag ]; then /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : /usr/bin/systemctl restart apache2.target > /dev/null 2>&1 || : echo 'Restarting apache (all instances)' # all instances was restarted, removing all flags rm /var/run/httpd.restart.flag* else /usr/bin/systemctl daemon-reload > /dev/null 2>&1 || : for flag in /var/run/httpd.restart.flag@*; do if [ ! -e $flag ]; then # %{apache_restart_flag}@* have not matched anything break fi instance_name=$(cat $flag) if [ -z "$instance_name" ]; then instance_suffix="" else instance_suffix="@$instance_name" fi echo "Restarting apache ($instance_name instance)" /usr/bin/systemctl restart apache2${instance_suffix}.service > /dev/null 2>&1 || : rm /var/run/httpd.restart.flag@$instance_name done fi fi/bin/shutf-804b5d36bc607a84cd7ee1980647d67605a6e7ba597a429af3e447bf861fbaa7d?p7zXZ !t/;]"k%"5okw@_N9ֶH(Bo<$3&EM :mlO5-]a` ^4vδ`MbJ2Vw _orNO )6z9FSE;h]ɠslZ#Xr9jO:O{fkZxnǪpR1@b2$ka3t+Qmˎ|a+.ܞѪ\͝K4UIҁhO8*'maݲAtBx %_^/K;HQZdžT}ސ/ےuXm ?OM%\)g/ 4=r$|l0-x1zuW qWZhV0dל =b (]Mp^}@1NeHh( !/s鴍RyGȯxW,FdLmfkw/\+N. 5ġ=O[x|q*]$K 4rb8_!kߞVSj*/x2JbascB,JU|y"}m6"W/g1S6%Kn5'0iX*; -Y2i[#W`j12J$3",rb$@t;kYA]a[ gia&\j)~%mCE, 7ekr|'fR.;OHn(1F@XBњGtl*q! \/:JңY&ћ[9!`r:𭠖tau/R%L!B/0)TS<+ 9oӱ V)'저o>{ܲėp%a{&ho+ Py̙.ċw3P߹N_$r{۔@l}/wn`y1FV_=Kz}Pr_|G8i;M:{n@@i9{ IxQ?"%N9g 'cf87 ΄vd Pӽ<蠥VBVkx!\*kf xŕPH Χ(M281ETl4Tm4g~5~ T!l'4fԼS/g.B=$x#*e\K΍֣j[E :E@5_əae"QF쬴fߤ}pjσٔH/S?Z}u!>,W50 y{FJ8As2 [囔oMY?Z:B0߲3NՒMyBڏHLWFd^"rGe"|Ǭ'B>RP+tt#@ ;XO ZFE Ӓ)UgYn>>{ZЩ5my7Ty1c5!2Q%m%N9GAgNip+LENӵϿTxD `} .!A-lHb$u:Ct)#[ɩlJH4D$ Lf>n|zd2pbZqYndL=m>ή<%0b%iA'$ Yjp3z =A"NJM!tkfU,حuz?rvCB:LX,;CЙd'XJھs״3?Q_O#|o)e߇oqޥYXG^ka{7]N$̘gEOS>/.$PZ-f`s,.YmfO@裈oZLԖ>?&^+[MȹBGl!"1ĘṰԫD4{8֯oj嫏(d)AedMSwbJ9 tܫ#=AIL&"*(lYУBYA3iKTϞmqjv'r0b j.azZȼaU[Ͷ<X)UO7NPdϚ*SjI#k:E1HxK<7AJ4~n3~H3YtjDp4B؀w5)ͣEc IH 7xD_%<ФW:-2}r2. _Bbs%Ч[}_wk6o1(,APi2ǹb'gyйͰfJ[PFos9deNHv"tXgmo@ ;^b~hmLV>5<7n4|@*Lvc1V7ṾeZRAg\eHz2N%J7Kewe=vk?DsѯZ/YR~]NUA-)uoyWI'rOߌDĆ+$V,ɴ;OyT#C\P#R677L@KVhsA%,r+6ඨe(Ʋ/3hg@\J X';>" LQs3Wu!H8-NNZ]r!oL=µq,X"ꆩR!Vr⥵D.Ad E1@2*Qg7XP@k6h{/\MN0 kF2aw#i` T{p˚PUu\2Es.[3{EgO!)9|kpS'R#ogE/79 uvG%?׵,cW|ڤ47AG%i\Li6E9}r$dwMx}7:sK$kDYG{:8f0T>ޣ-UvGk .]4S]c50 vYK;_ pBϊI\">A2If޵PQS ƔKagHQ@wf1:Ek"R0γtlд##&$G*z3$ۃVGـpOXQmW d9BYڒUtbS55֬XJ_1>ݸwL;H[v5I3!Y[f]9ߪXnyl >oQ6I k`&59f1>Zx"m%\g 1o;䉒}nj->hպ` 7^QZbjl@hj?3OqEH=qd;G5;}GO.ߞǜ(ѽ^( XεwVkв<XÏ8-,hbs5RBц-w2QMŰ]_«t6:̼aHnhոOqM4AOÜJ Ryӭ\,e]G@"\muHf4 Ίk奜Fc=.,9"36X4 ,aT/o^v3+W4Bni(:L>h23gI%pqY?%o?|FJ3ou ͐&UT# n:#ͅ?-7@v) 7lMoH,;60/Ze?˨ YSoӎ*u9_X0޻p/@QD-{k{2( /~ CTyA)2740Ka*(STB.JUPIw A( [5ĕјƴ"\9ŶU6dO sL&V J|b(PCE0BkuSUEYءNz+} CҚm„%Jj8;QMci>?@}6!h/)&3jue ^ Sӛ\bgN%Hv1ǕN%o开}a5S|#o<:>4x[}Q5pl24ѹGEG;c"eGᱝ6f-( +%3]!d&4p\C]i)>ꑛiJMq\:d-?b[ǐr$uݦa$ް9ǫN#T`122hDf*_+$Kq9"0]TeySPWc$!lţmNjQ*m<Ŭ&gԕč-H1id" 1D+uP%k=晆 9thPHO Rx6f$Y5`20(kn&^`Bqwގym7x:Zïaa%R?L $dlՄ%wԅ2Y;#'rXb~Y!Qܻy-?x[[0{,3. yՉ%[gztwq[~n%*w(aO.B?VKα<U{fwz9LI !>4ӯ+ͼF%(th 0pɈ듬4-VBwlV3C./ۃAS|țzZ 9R^Pmt'lP{ 23nb|?8y>-M(U yLkQQݙՒp,^R{YzmGEic֢7vlġģ1Sʣ#Η"?iQt6WK ?$/%~gꤖÅ#?%".{ф["aD) W%$Fy8x-nMOܩ&GCAM#pTmu'/@fȷi4 +ч@DI4|_gQюPR^%u\U͈Tk6&˗ۤ/Ǣ$r8"\|(a+yꫴJ(m4_kR.V2z,cYWU -ND0Xur략}Y.ibla߽cr/3\wfyv|bYˤNE^d0iZo$"f8w;K LVBkJSӹFFd(fΊ^A5\E4fTW]ӄa&0}i%fQ(,.n{fp AiBD-ӷ6y%n XY%ɥqF“-+z^ HE_1lfgܜkjnd,R؋OuJPIq~˹tD<ǜU;6M81~8ԥ¬κj#>jPzsODpz6NjM)/|tu!LބSC.Y% Gm|Jl#+ɀ%&S{H;Zw7f̾pn6 œ5T>!%4g>ML6T)yK9! 73~W6@WȥY֚d4<]Sb^Ҷ#۽Tt6 nF%j]՞~n_%Z){u|>j/=$N _/lTQ!+PiJNyD8S6]9i ִѕ璘.'caV ~j&E Rb=.h-{Cbޝ^ g}FMSqН 6F 1I *w+*Ws8Mɖw2IQ m6N {@f~@dMTabb*|!܃a4ѕ"NO}XSHXj!d3ti}Pe_s"{12PNprgx")@A ڟF&S7K˞xRV"X}Ĉi-\ی;l; (↗u3ܹz`J]v YSO @w8.HJ&; 0O#J,`<ᆭ戵'$CsHHbF6C3uce+pOHg@m"ׁ|aG\XQZUDu<(Ħ[h]Ae,:ϊ.qp)|`&Sirs\ :76MPNJ믉>~opIbd$ Ff AP!"&q7 U<&PH[8.tM1ºmg:Sk ~1F<A W{‣R>=XKV_j/0bmJk%h{aDxF6J0ImABr9cHQd* l '՛d9y}=[ Tnz暮AP6ݷv-{o$ilP&AXէHJOcƿk|=B^gjI!-1*<#*@eHzL6@R_I P(f8JS߬ǘ lfҽ`{ܟ=x go1,@[N7x_MWnr!:+ywLh'1_,Y5Lz  *ha a?BM:fw"y?2%iH^DYc8ӲQg0Xx":J~>;drb]5hz?V J}8,gc^T ㉓{t:{Bcҝ`kE4 {LpE8 QtvK>kuH^.+`+}|V8N-Uh'Ir\\] sgє5,&1[&tƘo6Z5ivqF d1 ]vu7%0lyD fH4+ɶ]DE7-Rc*:w π Ux sAqV`%w(0 gB8Ʃ!>~僷x|Ӿ!4,QAe+ dvʌ_@mt{- -@6)0)tt Wmt|Se%26`K'DO^픆Aܦ*q;_kt ?:_' J<]Ɲ>X 3z쵮gGZ@VΎh-Q*8Ies~'U cB:o|nY/~l?mzS';oN @oGT\PS Lm 2Z{(Jxh倧+(.;WAbȓpX9)~%:OwIhP4]Y%'d`,ޗ* jc˵2;9`UMsijVؘjt3E~?&9ibcBX#ѲHmAgGuehU6v2md'%2aGC%3U]lS[QZ~ ~G Ťx{샸k]h7g2=](b+]R_y,n*{P.s8AaD3/rQ$e);p7-D)V&VPn۔溘[L8ސ /y|.5G=Qx.J=՛^ ńM,p_>T1f2;[TZ/3o2&)+wU\*fl),T  \7ozbn(<3~b+[baFzm.o$]S%vw^ dӴyZ%2/(z1 f nϩq$9dْ BnYBo wzOaCp8f07ͷq!{c| lbȰӃd&κjo(6tD7Qa醫rºgRyZ F;Nbe^РC_qh(qt H#󇰆U 7}qc=_؏G1ҲX;H !fmC~N}#'\+ZIKԫM^ ŗ!TZoI6}߭cE+`a?ʢdt B~NjG4к 7mz&\ȇH$3Xjꂣѧdn<'F TJ<* ;-J,V73,VҢ[n:yMG^ZrguȽϮT4-'wQl$4`iMLS`\2edPO'WzS(G*kDM+ZSv'`G_ r"j"z(OuC[YK׫玖8:ܧʙ*6| }lt[׸XQ3Lhgd/sſJPKfdmmуUNް֚+¨t'RF0 < ܽDփ&)Ⱦ% olҥBn}.QnĊROsDM'Pq?AV2* #Cߞ#_A;R)Xz~6tHD| Xv%[n0T,SUF4 NАٿ|moa-U"VZ_LN-ELsC@#ܾd/Ԃ +u_0)vص5۬@g% >@݉ ~%nTAJ{N>k-\^lʔ~ui(^|$uگxl6몃) !^aD 32W򗆷Ycm_üb#ʠy/׭Lz|6,S{9b/ o~SFX= \`$ cqtGN x midETB/E_ra{BKQ`˽&I$xg ,PB/Kۺ[f,V[1k=ڗYA4,t$䯓'2Q6Pi_! +ϊ$Hji&L$VmV<0xخ"\E;WR'|wa<O߆c5xẕaQfG \`Zgo4#[ƉylޒF7Qy|a̐ /ǧXM WQ ~l;˥¥&xC=XwA?IO LT !>_eA6=Z7pmkt.VÇ7gd*iBFtaN}c>`颿@>,}B|֤&T=f!9S_aR j xKanoUukl0N!=,갺.HRF0d1Rg@>(YsP&%~{H+ KjKWɩ/&r 2݅Vb]ȇv".@DznTxx Q`"OW!~K<`z;JEMvP83󋒽4Z6~/#^I=Wur^K{C!8uYuiºÄ]"$/Xum=]NL +ʈ&k߬&)qh0_g|RauwM6REgpR>ov8Rzh pQ.!}ݶg SyV*>Z[[B(܃~9=)@PY_ CmZg%lgF!"9-b!,g}KPKSJuc|zE(&7VJvcf n'k/8S3@x,4Hd0&R; ]0j"it^5So扬t!)Ks}XҫHPkm!v _gH:⽖l?oKtO׶&s u̴K5m lͩ>YЗ!d|,vM+BicKα6|:la;D3G2 $qսLZKh kbgB1h3^5<~C vo8Ccb?{Q7Y̶mVyvtfA8,Ed) ŏ|ZtXyԢF|!R#LIf[e{&uAkbwBFE1|hC MDvk5g7p ?wYIg 5W'EHҽSR!D=9qLߟ40VջoUd4vW-ccZekJ s3I6[(Hf=-S!i82uBN.ʳ ӀW3 ?E(e~62ݳ,X+hս.Ї3'Fg8MLP\}SSJܛ S7,1KH=[3kK*\/j+ ]jؓ7$ YtPΜgut6KJ^-M|dЬHcv䘣-n}KL^'\zJz4&O5i& ZwURtiFsHsE]eoAeؔyɵMLn U_Ւһ1BlN2z,|jIV|PȿUF]OȠH^weeWN),_sn(! [%rD$Bå27y^t,3K[-HU2 z&sr-<d΍Kd/gϓ?DS$׉=e%Ad]c=3ȓ v#%#] _ 3;p"~{J#lt]9˵ܮCՅ 8A|Al $dž̪THvq|Ae(?g / *7bCX@g& |~64$^%I.$r3"-"z#z]- piw6({nKh 8ɥ|vCc0\}?”60j!I5(C m3of:$_=BۧEZƺL "D>%̱wa|j%X{Zqp@m=$CEB~AYRǴU0GPa[=!ח\f5 iugz$  &H$cբ=phMA> ]x=Xv`M{^H*>l8@^!&~?~?O6YAV5~Ġ"^+cTӹ'fW)\aD2򹮲R]XY7Ǟnd;϶Qyq9CkMIz!%7qw+^K&88)s>bF!pCK'P ߓG>xZn_B+5f0RDA\HeDK{MV͉T5@ߓs:7j*\-[(9U[Ǹt|x3 *漵[zTt U=J.JI;|=u?(s(lHE6WbW̅+pG*6s7-n8K [09x,W^˵! hb:FQtMz(!\{>)GlKi["1bW^3fZwLwك#JmrI s-/aѰ<ZD?%7-"]"7Wu,r.b@0W:bCLrƼJsoO>Wϊ)Kt*KZd6sů)9EΜ)f%=/wS[ Xv#0ċ,xQfWXaDpt3{"pε_j?IxQ'Td6 hOs_IyS9Ĝ>+bbnnYrpˡ,6M{*X2RU<|~ 4I-oF!IN_>KBSިX恃Matb!m[zeG&Cdv{O]LMCĚΖqLۢK%.C9.q sdo5r7A-UgV/ҡBNp>+M qıI =V~rfQU@NmQ/rꦉQȘ?y]tc37_yV%bb^}h͝s d 뚴˛?6[t\Ⱦo5Ԝ@'&ZiN çHJ"_UQWe,̩eBSH~s͏s"퇻z."2},: ]ƄKG9܀: 福q Ӓ4aU&ɨep0w{ @D^MyttmQ(c 9ft*ZIvB)M4J&hQ͢a-pmp(pa .yO˜#D!v8qn=U淼4926>WKE;^P&/\h0O%Kt:_=7"u!lz)/gZkbR.]!xR.ZdWbqlmDyf ~6T-"F" *@B, Ȗ|Q*3F(d{gLMB¥eyOtl f6`aX&(Y]l.eK F {G,P|?E(w,EW[}2gC#W9AP@!|Rf6~>Ǻ#;#oe!mjB,FOɓc yvWWHƯ22:7!uD:S7y`kj],gZ{+ۈ,r[psb 5b+Xs* 53@a;=*$sg :'i|VvOlTxGzxkOgtKPW<ɚ:~~"S@;"gpe:gl.2~<f@p\MX?cw& z_|?q# vX1rK̊Q/1H`tY|(-Wv5G$9;0ttETq A&i*lຼUwGv"*0~T("n |j|z*`hgř|Dߎ H{}q3o.̞YyfӚyv`7wݟ X [c2Gel`c kl{@ ¼<Rhrs 9;Œ AyLDcېP~'[!|g} ?]>n3"atH 5IxGArGwP.xKAa/]"W肁6Dy zk٩ѷXnI pP-”Asr*zx-Pz ! ;rHIWr)DYO2B;Dho*DkGBgU6'vʹ`A(v 6ǭpu1t&&cI_ ExŸ7ȪCG^Hv ǧ+X uh_ad%_6|aB¸lQ(VWCńߛnR;TzCe?yyl*ra+PdҵṛdEg]ONy&{C T99PPn}ǤQnr2"/\2&UQ窢DŶ@l_ 2Ld'2`Vٴ 񥉽 Zsa`7ru-5_v$?m/MbsDїԃn O?BfON3 ;/ MކdBۧI~vi BתW;kwڞ$)ţV޷A{To8h,m JlV~O@ lzHMxYtx)5[@ۚ7,Xݮ.?L!;p\V/葙݃NpSɥA^qS⟑Ʒc@BտkYHO"9/SUa&,P%4fY0'Kσwh Ry@֚myuž|>L# 93MGn*OS3H=̳,"bAE ߈2 Z=z#Dt<{Dv2,_7UJ>YKiɭkob|J.ւt /5E4Wnk:3=_qV'W=0_B\d>\Ka6.gH$NF;뜮`)򓣌X#Ty~(~6F@#ul"V0 {B,wK?Hyb:g{<b('ȇ39617Ǫid%77m"K@i . /-{Ȯt~߭pj.o j+$2`#z]_P˼懥06{XN0\H's'PFgX$nY3aBESϨ55*5wkuEiͼ!EXwV/7K$D}˿-%*Yu=]4iu5O/t*rj=z';'GÒLBTӄBqCV\7Օl뵗CPny~?5́x.p i,(jb;jgdy٩P%$.g֜]  i`=+,EVh .(yxf>* knlhtYUՆjHT18Qjبn0o7 eIV/RyEE< r6!rFV:yYV5e)+͐Otf:[w1M v*Ƌͼ3V =\#JliI\9e}u_#Z5j73D"k1԰$;Hs*Lw &Eo\pkIBے) k2ũ0Rt)7,)8IÖ=ƮOڛ4Tl!1f~ދpln앸> } Js嗈>0mldߠ#C ^8'd왢L,ԸJ[վsᦇ+QPq%AY D={r+B`(_G*i\a KRq9#o~]@E?Z`"g~Ld+Y M_Fi0zIJI5yP`k\U,,()_I-6j0_ qmtl?Ə?s/r@ң3U1e#‡ i'zTAXZ=tzH"+,~azL}6̹V z#fyz <8GLP53 r 4=pI]~2qW;Eeڹ%vC'Ejv{Z> ޾F_Z'y/O97`P|ע+X,2to$5%ꨈ}bwiZ)'Տw7Xt%Qe"䙦w._ctvWCKա@@+i4gIK _ďaM1$FKe%E/6H3c9o?.rsaLs&:jǠe`Xag0'hR/R%})wNf2ꂜF밯Gpap"+SDJԉ-^ =|$22YR}F7ovFʁPwFce30 \ 'RF6l1Gvu0r̶j-(AhL% Z%j>e,쥦LC^V0; kCV{Rt_7RN|*Dœ`Eq&'"RJ'X kxp˺@@!1N|n۾^W|&hEmqچ]#.zLXC:aa,˔S%GHAv"[+ĥxb WrWJq#?dʔTnٝ+K 'M3>Jxs F{K)=$d)jE.`Lda4bkL6P疉֐֛GƵ{Ż ^p=l\'BexK ]*:evZ;3!gJ[, 'aDl}mZ7\X+{f %*f$2LRJꟚqrC&5bSL(,*WGhɽ$gH %]y ξ[NJz3D mDzWVžC\n5Ym"Ύ'ZTRo<ĉ.<&3. mje3'PnwOc|zw7Ԫ-4Cxi8$o--@VJ6MXD[;  x'Jx^ sUVTF$S"gHó阶jU8"e#4f%xE%PUȰR.XJ;ld6\Rgi7ӮcJ !# ;n.~F\Ң%G:, &i<IW^D߬$h&U5]%жJ`(6 X `./Rk1O07Ǵ̔SeeҼj qnCGp9::"§s1oVÈ |hg/@kWVB| I3+Θc6ֽuYZmfBȄR |Iro[b&]ç`<1U鉭<ܡ2 Swqϳ92jECؤm!zVDu6-GI6O*eP-7HeE6m֬xͨ*Ke:(# AY">YxfD$') 4%zDbO+Ka aǦ3`ّ. hΛ4_Tkw=o~2vύ?9*JgИgѮq5NK ?QCcvPisPpi͑CqԾukKTc{OO ͎-RN@Z%>ڈWcgӘsz &{_s'_Bmw6@'UU& `tTR-1_ko=N=_hBWX7v*OS31>aN2,_9QPz`̺fZ [txU^*<44_sZ4Q~b4NA>*k.g#Pbs}$Uf 8)z%] ,FkJ6@[nAZ2=%y)}cq́|~ʭH>Ҡ+xltڿ_-.S-ڳꈲdgY D TÕ*("?횘MܰRa4 Qjma V@`<^PWQT>"s\8J,+rړ"{E¥h4x.:g~ǤyH^k眦7Nv劬*FSIFX-_r%{LPE5 e!xiIM7*` U djlz0KB1q9$_+ޚgxy$mǷ)dD/˾V*;t?,8 q KۇWM:òT#cO\09'vtĵqY>;gl_I5Ut2,PenZ)ԣ˴+jv"S] 2 ,v;hgH C=:!84u,` ""ʨ{NvhpI0yw7\PA1=56ġ'{8jZ";Egym"W:r6aʆ5[EAMzmc۾?l/6o p/dgz6Ymi{,ga~7+nC\!Ҙ4i驪YcxrB&8 9BWO5sOYHqd ic- CA}SVlr'sܹƭI]Ch(^ix)L5w>w622\Sfwmi?rP@)7?4dn89Jlpq[>0}2Lm(Cܐ}E5ǖJyYj&-9cN`di8aPzMfq1yb=z-o-E,͡ro;lƚ~T ;snZ~` fΆgC X1~Q:^O`jjWs`oan_7.l(ѯ*ܸ-RkǾȩL_hBAm#{M,3^8O{>r8>-N!c )?HaRFwA@ޜ-^꿆=ނKl܈Q1`j2T:9i+^5K H=Gޒ:S^8#Lu~2+ժdӕ=}WMg2Fҍ uB5&Pk&g[-d6WP?#$z~] #[>"}MEniZғM1Z{|]Ѳg]0]? nH@p.=b#~1! 9c湃$b|B[WrFͦncN+"Bڂ$xsُpBՙ"5Qy}t( m"2Ϥ Yg߱n; gRqtZ.qct#XHr)MLʈ=<#24[6(t珍L Tvr >$2G ;z58!6B=9>ovG *"r*BJCwn[\jR.F'-ؓAX*MGp:e{RËqcE4P$ѼLZKˎovHlgMwhCTv8'" 5ӟ5 ,'= ǣL>*/JJc TTumd&k4G(9f`lAO9 RC;+avyjt akClYT*-; 拏6 A4Ц+A2M8aK)sJ煴sc: <֠UG<HsDҕ(0b{ʮUSp>1.C 2IΡ"4qp F<^`yߦPv娯l2 Dꉚ0qm }rTŨuMVCם>=Ą*X>^TXXh/8,.,w3;aH-p}^W &7ղ,s4k=U}ft%sxByX>Hoy>̳TB Ob*VgX"cvlms"9ʭ=P# ?wS*}E`.o*ag -s]3tQJLwvByFmÒ\ڐE^g3,ںd_rMnqh15CDԑ^oX)dMvʒ˚g !Z'6 d{s7Q>Lz,zMkԂ}32o<[V ]E Z(Uiˎ᳕K7a't:>NtE+`G?n7mWp{F[|fQH(ɡ@%Hc 'a  _pP f4pZTl>NSErg:9Gά@1zf +tMefpxF=iiK< % TBKJfX00-Dls٠Pq=s bQ՞ C%Q]-JU&@˴R,LHXM '+nxCX?ƯЀ䓍wV9Q `ϷKW2Ilܺrl}dV²!fflIX~[v[X*Y 4Z&RM"T- D{6+W%ָ4L-/E( 3,d*RBl5lsuLM&Sit$ `JZ3A˝+aҜl9 -!}NaSno'ӊDuY7.\EF8"6Z#S * ˧ߩΚnE%_ vJ㌯#jvlP)].(Wd8g7W 9kԻ#Ne3{N?Y'l5G+SreM%I6'}Ϡ~,Ɋ;T#IÖva c$L?(ȋ3K"N#'vC@9˻~NHVIj49Fd߿֍[ޅ01>H(PNO|0Q?q&TuHr)pX\&% e{v)$mwr "4ȷr)~F&4z۹.]dJR$troMllA -d}|MQbXV!+b= 4f *wL#'Ĥ4#WaκqR(/pf]9?=\D21شx i}%+y޿|(G(o|V DD0E32x#˰ |ӘFUp[P?Y4E ~ډ dWJR7J )u ~B= g*MSe^V=0E1~.W[ R c"@ai"u yq+;zHza?vY<2I\U!CKsB]Oo8 70s|8 ׁ @kaFL][a$Fu4N:v*´`_,ҩ ]^+#+|4 mjYcuHo zATH45!cܑ~F>Aˋ;1K/%c0_xz ZM =5 537Prطg# &|!1.Fq,s QfN- /CArU=W N\PUG5 bĐ6f|rnD`*k?8m]*&1KO ї[ UIWGIa8nԍTw2wNp+m:-WWDln u@\21ↁ?"j#r%kvN*nKX:R=EZ zbcƲbUު xA4=*@h@#^}Rwhgl]Hj^=tDwZ׆[& սm*Du&Vwv9,|nxbZK)KF>U,hr*KƼG:9XB)MaeNs9QEIL#$TX74NoT@'C;#.D`eep%2W&V?0("D$GԈ,l uΔ5(FsYV? \`*Լkb2U"K&zmI #g{ Ǟqzz`W$&ǦO Fi=Ǽйt(CH[٫|A&q#3sLbXqdEE(¾UGuz9QiB *sH>ol)T+8$Ac{0Zea!G7C3\ĵ'ɗ1z'`P%AnaXwl~~sSv吝>Vmޟ::OsҖUa De 1w1 F'FE ]M)g_m`ʢ{"XEQG{n Քsj;S/ t1/Vq se)hxh.ߔ sHUGڬ!(Vh-gk]%\_<nV^+_Ca%nD?\}{r\'?wߘG#.uTPxrrLK/$R(J1s^>~?LPVLnU_}.e#V]Y:%zF=%fuls5r?L KQq/E4l}g< e*4>AB5sdaɱB ]M~E8`6TCN^1>?(>r-)(A'7,/] [aqSSB - n6CHZN"cE$NpJ&_ry&d{Yc,bœz=/ ]yvI3_8ķGjԟJI!_UJ6J2=ۉ{m wr`MpQZ^ѽZW~t#@x/p@C-K2Z#TmGON;>djcUWfTwhh&QzaoǛpmI5{,i3zɍpX$F,.㱰1_v-\uSM8@kpgznO:KXZz^&FmY ?Ub"L[ sF-,pTkaß4|zVDiG*%I B cM0Dᖃo/?|c<4bt:W48%ۆg$YD&uKuhؾmBv RԻʙZ^} V$>ҎEQ{ c2b tpmځJd۴ .hA%%l 9{ØF:W "JE0N̆lv>tThf+=yHWCtfz_U螕, {~v}"l-ʛ\8>h&3G'g ɈLȠJ?.)08Tkΰk+3ū-5aX.f2dGrJəh1}?CѥVB@T#ż(qPVR v6}Hv9&]QMģn}7jQ][Euޥ}@m8HR]^_ fR(|pKVo;äዼ9uy- |$w@(ȧ# <.6v+`p(FܞR'ԣ/SBZ6}MƎFu`p98|ʎQjT3#RXx.N6 21`u(iX %Y;7ܮdZ" 0q.>OJ7kznQ/&9¢h((ԙT{ ﹋¡t_N>&?W?I-V$N>*UF7#Q3g{uo5oa?6toh ]Qn0=O%R6K,8@**>iR?Ldrǒo- Lb A>%-qu?vO !!U-A^l`!HN*b:! @$`4AVv+>?9O/3ϣt%IbE^:t#}lۣIm"UuCFnFsP/88$ _Ο.k81X7Վ{j`TE$bL9S$+NS$s^K(5iweJYgV;TIicrޗKۂuZ-H:yS?&f7N0Oqx=MVBIɓ>-¸}%AToO{iU\W7LytXӰ?$O'( p!Ыx-ҽ<*4/m1JυHC<݊D|EA6Ҽ `/xL)۪wG/R|NZu|ϳPh=0m.o+%$_ yyd H/Ndsl""mr8"<2$z&;he(̅#UG(BtJMX 0 xcw&"Mu#iΊ[>T0 U.?F$O-tJ;U@gǔޣE>7-ʹ >!㊹ͬeROvC ' ODrPr(fBoݣdWtS$4##<J_k?yg uB,MJl4E*hg, Y  E$רF > %zľ۾`xDg1d=rͤ!E;";w鳢FW$%o|oӨvZߙYtiio:g-ŗu]T^ŷ6A*aI# pmw#ePLۋEHNqZ,_^?"ikB[# ?Z=KB4 T;{p|m䠼y,$VR 5E.^N$cvȗZIr|%g!A 59 {HNqij"jNQmSnr%9BՊWm𵞦%)878Rgr*FUL1B$F84eM1Qk:U4ܶw CJtEωHnizIU13+\VY/F`&m*+nkn5ƐLyL* Q(S>z8|^MbI=ʫ1u{ᦌ=擈$G0Ѧ[5~5NfAj 5#LɝJ}I*0D(%.o͸Xj΢N7yޟ%"gظTR 4=Pynf8?u i8} PYBGPA8"qw `] Xbg( '/'7Tޞ>,f44*mޅXo)ԆZe蔏\7̈́Ujny4A|~r3bE)Y/ڕwBUSUO1!*f'ͥN5)lXEUm5A:*` V8֭uZ~+Ww*fȼq!fHc)MO>-%wX΃F4aQJW^Af'|.94o}b،o? `5i>ؽk:d-~âX RGu$t\h 7kՀ,z)q4X0 V(6 Qf̯%YC b(xI;A:̨to 夙!iMkX!PwO?uZsyJ0d_B&tCyF%[!oF`<50B!zZcBTݕ^b-kG1ߝց.B1Sϡ5uhB'bb$[麥!h<[+{? [B 0)Q>#-V P23y' ?{{9PRVGFC0^]sDo>݈a l%5KEDbnA{r`%|:7]mÒbe7/F'Ub~Q#+y:Oj5TrXiSE"4k IJLUIFx8uF)_e3Bٚj`;½6S&`̿;?'hL{es_|u=T?~EO]9N'MĀtpug&-'Ҟa6i$igȌj뵗#;pIxŋme{1 ̌;*=WQWBNM$Re{JP3=D{6dzvٸB?TK*鰟&e9JA HURK."}A%vMM"2)~ʞwdmc9Qn]W[JV5%y<(K8%2(ģvF/^1|E曝{H!(#I >^WJ=h #&X>9Q*Vq8{'< 1XirVSY;kBjYl54^m|,avܟFd^Ή[[t( ̣$41#U_)|wUX$?KzůH. j!\dl-"SJ7 7IIun4ќu yh2*ã/c8(p-9^f {esrz:VOOmf8 H"B aw8Iey:tAy^,]diȁre)AHBU\t?-T. nX WV3:"=6%83%aKRaP|_D0YoG yImP'LR//jjnxLܸnacd6L<ߐRHt(h1CFNZ:amA+27#[,9˴*Pl+wu/T;-QKg"Do(ETTSaRu.iAE'A@M a"w1DkXn`;K?3m1j>qEw66CY*rk# #7)_lcl (n`gU6?k /fׁzXc2&O?k'F<դo*LX Lw m62G[ co c!&0Ǣ%H 똥8s KԴ?)B!H?$$X+[hTTkw$th<*X 7Z5ڭ(?1jۮn. [DlZ[vvϼ2#oи&s옕tT烋(,s[-D (xKq! W,+;N hdBIチ#25Uwp *w*J. U ^dT5/]TwZO285`D:$g#`BY!Gkr@I4LoRwqvr4}O(wy)b3@2(3iґQEZ֩E6,h. 1j1] ]3~T)1˹R&zε$+bL!@,k 2J /aMDP@O? Qgr%e&:E'E\~CQ0{Hսg6kst.GWCO=]q5h'u}qx)~`bs@>ac#. fѮ鰒mյr F*X +bh &!A*,W6b?^S|B9P/H" zh[AD?i yFpO;,K)\$"uWM#+Niʥ>uў>-9G _tF_.bRh24V-Q~i9k2^pCp UcU.'+׳\;.lx.;x h =uvR4; ̵2ff2D1U@ B>>g>oM SI2Tc:K3O˶xp/E۸P,%? æeKu17HT솰z\+9d< !` ӿ5ׄ]H2-.~;s|+S ʑZeMt:B8kFCmU,@jfpOf0DfJYr7Qrc+*[ s'Pza)f\f& ep?lՊf'Q 3luQ|C`!gz dKNY"R&mߑ@@OA;[cAaB̉olƔԪQlH?S]'~"[1P2Z*GuTBҫ\[o8 ~8۷"l !#cMFv^+[-ӑ4Wr9CM'U/:Wy$gF]Xy]1̕zǽt #;p[,w #)({G,1:au)n2y^Xק(q &BUiW`n9<H2 Zц H4cD[`GԹ4n4MmlycVősVoݩ(m+_A'P8+&%ް"y}uлU( ֙b4$S _zd+[t% Q"q<#QYO>nu,}\bw,[ \0xojm'uZzf3". 53?69a[_L<};"EApHӥY瀳]gXL#qmDլPӢeȢfI53-p$pFEHIJ gb%|G_hK K*%rZO@a\͝QqӘ#m|ޔI+!ЬhaW2+oq8E@5iykv38e'q#|fl%:FyE hY΍¸+:#v$k)溚atR^E,P0M\bG] `8"T KN>=n #fxDZ'*GáS%\}PpuQJČQeu[f}phZLz>%Ztg15 TQ6U mN遵ؖV #VbH%#k_iv z0жq.K羧ZG7_Dg DCzb *}Up-گR=$(o'Mp M)(~hZȖ$/´˝@JIB2ՠr@.B"{$ J'@ Wͺ8֭:OzɃt^uaV˴c51CbO־֫u=rq%dW 'JȖ938AKF[L\O.:z \S>bh̲3. 詻t w94]?tKѢ6^Rs~e@9vn$:~Tov\\a!晉q3& X2xu#Z /`I܅]ؾUϢ楪 yˑ'OUg I`rrCNp5+wCu%.Q:Fc*MWNѲvӈNWCLO;ƶ0OXxv[9%EQc-)HSxN #w<:g?Be^|mf* 5O.9r-=E}LVix؆v鱾gIsMOxl`/yt7m=O{ "[E0-ŸV<>dhPHkuV&]e&a%7dx+W?d=ow .>I%bӤjk*7C<@}sR%X;qCs&45oY;'J *o.MZ +#] bV04uU9cq*+0t!B64gs(Tj -]pGZU$^M=CdIdj[JŞgFF'$m,ŨAF̣dFFyX}< ?%EL*+O#iӸ>zdj,I\ 3E&-PpT\[~<~k[LnR'1n$/+/Ѫl$[ukOEb%ǁEy;rnq:Xw~E+F6k [w6lY׌SiITzWaIQ8Ĵl? SҞ4'S}XU3wH_WPqOR)$MY~NGP+ΟA=9HQBTp2Du8Z-bf#C#'X u؝_U&>݇BZ0%[ xi ;e!2]Ch9IC~.)aKwz7M:_١A&6`I=U:cB ˦]j^Y[.LKEw8IЭx_G T~lu8!nVtJhn+3_\ S*JjoPL4[9y@GX3HY p63;a I;R{UEnd-ˠeD좥 d &1e=夹֙`%&8񖌍tF(7:ߞLd+]KOov4<$#𯝑Yf6PpLsj^[TvqhJ[K$nշ}yT^2٭b8gG--oXnA(`.HñdqO }.\"/UJ1]nk<ĞWtxzܑl[RB=IMRui3%ybIr܃$7*Ll1dV5{tl-d,~*[27= ]* gd+RM6Y1l9>U&7 +ItDoMh?wzS9g Q bkyUTu #.GZ@i^N9ȦOGϹwZpOWso wX1Jcpr! 'K4اиt-祉rkOJĆq8UZ<95QdY]ULTY \Jv&]xK6Ԋ[*[ܤB'SZ" 5G짲ɞfm^۲#1Ǭx 7c 7NPxn{DGp3wS(Llfj#/9` 2xG#f]ӗєGՀo{i@eqU,F l)pP˖[YaLԆ#MKy7C1@<^Uf em %I,%xIGI~^7#[ZKIkbA>Y)<##DJjBdӹ(%G-*,19l씪ڊ =ADu;ab*&鲎.RI$HZK,|x?ώ4Z5 UlSb;G30#j=(v-vcPB0;! ([.`J~O$ jh-YrxSEb+{ ~_7Bt*`OyiN*9n35tkR_y 2"2elzLG W7w@_L;xTT&|tbuqIٝING]E\y&\+ҾU4=N(#^\C +͠ !twkpD R%ZQi^\6v~#9V߯t{HL59 9K6Iu$FZL<[Ao,ba^{Quo|38%O~ ss!)Bt-ړ0mUa(}Q $ ;M5ILM)(`(>(n$FI\ГG۲Q({]6 JODCXTt.|O} 2k"߄/KWιz*j#Q80r(KB; YqiXڋ n |݄E{) AAQ`onZG^-hk6` ~Wa~ҞGOjVUO6AT mD(xB\b/bn?v{}7MU俦hmʺ-.ӟa9nU\q>f̅ %ꊺw؛':STW~9?>Uҁm2SYwmi2cmH1t*pzfө>궋OR8< r539PnnjI\VUR/YcAy,Pע"Zd+#ڂG0oMd"?44xd,^Q  u&ےnE޳qŤV9>?9g ceq)sq>q@&'33^ _͎y1l7^B1RRn!:"4u!Boq߆`sHy kq Ly } 砓p.(bn0`@ yl 8ZࣚL0P`!O$*dh {pmZZI\}eg*cO8TM :Z/&}% ~yWC3݀卧.+nj5,K+@ɴ,&} je~/2uM"+6'l ڌDs39h f;ܵ|+кJH0k\%t_ w7 p5@w"XzF>8h$cO=>(O傽) 2TTv<ƓVK笼T(u^YA8[(ՠ&h?6[mu!z Sy1K^䚐/k:+{[Уv_=h[?̄;޺B&am:?"Z n(`#P. pDz01c~ W|\TՄf21đ҄7wjS詨e/avx>(WR-|'a5u15O&Tc{$H~pMTN+X;r̃ ͘=N#+eP/b.u3'Y%m} Ǝ%p聚ܺV쨵 ŀy$I-aBѾVl٭QFեĉQԥ蔰`կnN$b'ШGu;ha;MIr+0Invvn%,Vh;e:α{}0A\\58j:g&>O{s-*ӣl3T|0Tgޜd壝O/7$U"9rg/Xh<ĉTW0uop\@]B20/OpXkd !oM>]$S#wsbEm wi6Kfx3.t/ȇDEbj*-FUX,`ЈI}AGtLafXL#&I2pFST[O 1J-Dhe `RMw2# NqT6|d:::v :ľfaJil )&Pjgn)ᡣ@K# Kc]xxZe*]ntFNRB G7:K4Gigrl((׃{2_R*7J'4͆ͷՍ/b/x++#G|dU a7=  ܹ3J\iP=0a<2WH}AS3of_niGr@*1GVQ0lD{;=cS۟ΜLs@F*TdFM t9)=%p[bS[U u.شk҃uS4\5Qk^qY⳪j.G>:RҚSȏY ( d<+Rpd!ؗ3a ie8-nȎsiťYkkL 9(ܟ̩U΢BN@tfN܌O`Y.tD""5U0q,[hY& ogKw*؎%Eo0{>cjgX*R蘘4Y,BUJ񗩋y Qo+^^Wk11d%LQا/pO 1 ݂[%}JNJ ;DVkjfvBYmq!wBVQ;cbg6esU WӦ,BR$EƕӬ.n|+mf(!||\ p>]n.ɯ>a*#YGl/%_LqF rU 2`s9ʌhqbuY"P5Ϭ3i$' r LcRp0|×ͺZq}Zk~s{vFV?u.xL@+/&&udTnHwub&/db720>KzkK8ig*jӉxă?2+Er/l  )Ɏ`9<=η2*#F4<} @:PL5!$0U+Ti'bd1"}wQT$ Z\R@U݆m⫩k'!=OwFei;[;^gAx?皗J*FU8JeH¢k_"[܌Qyu? HMBPɾvU;/Pd7fRRQ&93dMJݤZ|L2͉8~k/]VCYh-i=]% SvBLd8k'ps}Lj]FMʽ}?]]YſP 1R]%nNyቻ GaUq%.X_ '1"Ǭ9#z/AorP. 2x ~t H <8'ػBm-$0bDdPϠ+r9C_4 `+.b,Kӆ$ u8w"9;=Tl8>R/6^%+LgtH zT%^䦾_֫1OB$sN <){K1I/OO!:K<ɹFkp: iHF nMlfzSRCֿ#I isOGY}HuO5%MjUu˖>ʂsBt?Tqlbz ?x]zߎvXb4G &蠵iĤ݋wdԍ &$:SqΩPK;?:ڏ0N0|ikTϟ1Ij (9=m?yd3q9_H`|U_䑫埮]Lm/J) .1TsCô{;Ɏd6WwO";{G>a1!~Ya˱C5 Ѫ:+UӾZ 7ymc7Q6ĺɮqkUrSQ1vTFtJp'™Q{,8C\5~;GJj!/eSwG0A#TT|$ރ;24:cyJGgQLol.ڡlOTxw\Yr6SUԊfOgSPI"&|U{9} MFBz=DUb;<9łbD"6<(񈺚PJu% 75RGN9Qw"\0P5b9yck)m# V`B"b$8 cXu0Z>;Frj4^dFyVinokVPL|>|jP[ kE}x ?`9⍟|'Wc0;*@L&1`%a+*(sLXRslI=G;^";i ]SB[*~zH]rCaMз":\=3^Ԡ173=LSu "$˯'DG2!omw 0]XG hQyzo o#JL)SR2ۘdA`oS~F$Ϗ!S 2,O4 YO.ľa\EsgjO!(]gXAn^䙜ޔHO4{_#&6bC>@" '>F(|w}fr*hjɭ7[39? 6uk0Z,# Vj8 &˜I/HAAm=XcȜ+p"Y ;|̹N>n,.Ӊ\"]g*SIasٻ[;O׉c<k vR1g`80Owm=< fy3)R}0JL_5zk7`s[ɬ[$q5o P( >dLn aulGo_S i򪲥NH=_@Z'On d'v*Fwk-a[].BаrgĚxʌi\\8 HG2bo~8k@Bt_ÁU)hic0ƍN`K M$[S?3?[NN6nѬEpIL]="Kђ"դ JOTm'vDQ4g`yDfxUnO*+Eom_yQ2uN._>{1oQdXje<1^cql#Ȝ},,K磍5zo o('4TP84iUO!e ej7t%?ηS=V lsdor0ORՓ 9Nn3яu{6tbT_Ęji! `?M)wZ^ܢv1lk$MHF9aeB~]g*yB {n*4Cȝ䈥\L,#cTiLs8/8gBknr'RY|vmStK#U}ю#ɽ3`K w[Pӝb )n ނ㣪c͉/LN}tq=% K3Ꚃ mw KeT!VtRHɄ4Zem%B-$K`כ#Rc/Jׯ8==_h#< "pk~ծŽBnYvA/D \@"؜N]%{wK@?8f1Ц0A-ER#ɖ܎("rdlNE\L׻NѺsr;Dr+;5d]JEM̝/G/Vgؙdp2QG_ VZ~Kuʋ"VdwǸo}s;h78*ur))3b,A&o7x uNCGiH5fV;xNйy Tz?afs;ٯDd+IKZo F[ T)& WPeN[M>RRR% BdS[NWPƫ.ZQ)GI'C} 0!ˮ[ (sr [Xz7/_%mg3K1ɿ%R{1y¸CӼ ! U>UcŚ`anRޘ*JH|#d{D%,3r{I{¿0@(XK<9 3X9z?T&O)~&9햝j؀{;8qHG'bݑSu60V`uC`Kjk _Lr9ҞGRAzZ=}Xu J%wU5ˀ(K"=vl-4rف֣/2azx*d]kk/.=}<7`ّ ']vL"hރ( JnMM+>ϣ49.U[) SG\Br"v*M*sDn^R!V>W{_Sv7:a4H9[>&9桷[VcsR*N VSpA34I3\ʛ4S`Ρ%E+K8q]Ho3mT? 願bI1ʮ=F>!ɜV^WRŠ7NTMZgWj"l̶XjG; LN g8M8H4a݉/MNmGf5^jMCjrSWuv{n&QW61+CP}5:tbkz$x%ChcԉHl'Y^wȴTs? Yz,zˣfWYeJA)4٦QX_[%#l#M"}9fg$nBl1D~wv-}Qݖi (/At6Rܢd.ַNO.\sh98@72arn$\`%*Α 89YHo>2ZfKvUiL4GtFUȲDbR'3ޭZ-+f"p2QqR47?RLbxExӼi\o1g,,*uj.n9< &x[6-4G*cJgEԃ[ߣQ @mthQGZ Nވr;:?V E5VSU}->49GK+wt˒YD={B65p 9lb |W.LѮpI@r. !;*H#6iWQyHK kӽYnTrhɬH_@ݪj$ȬW Uh?%dxDo揨ERcPYb:f6gƦRr5p `_"  goJƤ2h0S|PI]<<'єZͲM4O*ZaSU$E(wc@DU6i_荗NͼPO.xT|$sjޫ`q/YGTMOxMs/U_vo!!7DڞS*. XUk0s"[lUA[BVF1۲cYPɈiCU,(ɏeB(t^<Wbr#~lz$mf;]۬o(DV`83" E.WLSAAt FY 2 @x_/=p##wG7zP'_db4z pK WgA,.`wJh"Luоb܂'3f4zƍ"u wL(тILA!d]Y3vҬy q٦HSڔbMrgưrr^dA#yh7suB]VGB>_zʳ})2i%^72i; S>h(jMW 09ΗZEkZLMRߑOL [ n𳘪zF@|KOΪw& Kpl[X5mwciBhVOQ܎+u Y8wpC"T~|>^.?7~ƕ힚]ďf ̸8l;N LTCy"֏\]gzwW>^f,7/ i"Lxq-dg*)h5_맣@@+#F -~G(O3"ZL`0i}?#.U#:=!#u,?,2%f'h& JEQt ĪP";ӻqSnW$gj3W=)I3w/⁞xv G,z9ADg B?,wpp6*Z(`3.FkфԎ^>88ȚhtzZyj5vC 8Guc"<)܆gBKJ!_XfCn& ~Oԉ!'H~z-!%bEOK J8t}ܩ2I$J-# 0޶YCi='iK\I¨^*߈6D[ǂ n!aEi]a'n;Kی)sHYYH4x('%T1MUOL3B\v }U CtBr f e20¸f=FN Q(B7 άA/ zÿaoT'\#9rezm|⤺6s`z|YTX,y cvm.\Mo^ !>^Y]RlEPK3u4g#QT[+c8boit |T%O ^UY G ,:jo]a/c%z]/>C, l<8Nhu pUޘ_75+R3 YUU&Mi{|#MN=7dZ%uHDzdsVqEh{#8N"yIrxԳb٪"@iAb8(tt<[*Q UdCURa'g}boZYdl Z-L|цha;sTp,*z eԏۯ=EOm˼$bfU9J@[_ 9C\6t)1J^@ApåG!n8 PC`8ה0Q2QܱXwVfyǯׇ 8tO=*O ]ƒΓ>!R2w802]،vo*A[6z,2Ru=b +EF[#`?e=Z)))5L*nWzQ! I&Jhs}!tNk_|Ln4,Ζ%`cx!_ۣ4q5e4nfJxڀO -aXf=PAgP244 h&313ypBm א:I!Az\qb{,'I7* puLyڼ>纨\#Iw#=w͍pa(2>N5-ʆ6iU*kP!;-TG 0sBԿH $$hj3YY"~wĐJb YcNhe%;e@񩹄BND\MOFwQg&[L{ȉ@O) lUv>0ݙag#w ~m(ع]G`(X<|w}:g@ERqC2V TX8FȠ􁼃~dqC-ެ]k%[Å:̴Ճz޽X9ڂ Dd,[nA}߻ 3Ik=٥dCgCfmFu7$;ԈaT$D†H2׺1G]=[Ȭ#._I+7qc(ʔsIZGqv[槸.R3$'~tTW *$qn V,52<og*}Z٣rx$6Y ffe;3yːiX`y;ktqOtqE=4s@9~dt9"!le[LPD.H@I(8cI&wyW =ž)2N&jŖ#QNl^ȑ/qC\eE}G$/%?'Z/:v5ҙeZyN!'VO;QJE]@2E >p 3L,\i[i̠lE43ڕ'l)UFVo `g$i{% *va\vx*ΜtZ^!8 M9صq\" GeF=r{gZ_ a#AtvֹwQqB'򄨻֑V7r,Z91Z}5ѓaa>xлVdiRPLЩyes jylm]OY\O's`TA:c^ FcҬgńge b DZʀЪ9? qcF'?)w^Hm95M_$5/Qs;Ƈ3'Q_JޜΗ݊+;M Eˌ:4+-#ԲW}O}eH1ELoR aT F:SscBwPfLq̝-HE^qal@%e׳lHFU[1;#*EErVof1!"X~ƳgNb: b):朕eVG gv"&`圧 ӁORAͦA B'x,+K*!^a!V ꤟC=0^^RvNZ) -kp4S6I8JY$$5}P(^YD]=tCoiH/D nInT@#;VOD;q r|ņ^bW98eC]qb@\c=x s :~^zu S"7p*&Qq]H dfڱxq bsY+5*FDcNģjlεoԘ#X'++/U˸٫@U΋fZP}`(_eo%@v@q.FU2%GKiakSlJcs9Wn@/n"1loAwYV̄ %8 6;ں%j*u{aPKX^;D1PTl8<8=uqOf:{H q;*A.輬 , +T@5p:̀.˄#%%)jr3ka:Rq(Ì. l#%.ʖ˻/$ Z$}#s*d\M2_:H(a{_9 yQU3hԕ8HK(ꞣndE F=b֑"LiM&Eir~U:f-oZC65e }k`dBYAb18]q eI\s/P{W|2 14+G 5S-!˱ڂkAx%pp-1>|ђw64$zQz-.uVrې9MkS "1 {l&jᣆDW|F+(zV﯄vZ0#53 []m@,rzfTLm)oYh\6/0hz@ ax/$6[3>iC qmz#j^*]_ywii5:f#qUTGHw ]ъ9jNOU 2s粧 gOUwM;a}v2iؽ fAሕqtzH0un@i?(q֏>&ze CؚE[U,׀ "0wT{bJ)m>qdEHX"T ޢp;;s,=} n.$eqJHxaЁYP\f3g6MB&D>ƺh9y-R`}835ܷ^3@}唋聙zB!w[4f]4[BEɉLYiױpC,uyR".$ TpKU]J_f͢鄿蕲yUEbo\b0aP@ˏ#`f Bo6sڼ~5ߋt =vqH =h M#3%goxL]TPI;Rێ +)y@ 4b))-aao`5 $twb">PMTQl빡oTݺt6& (JlCA/$x M+j0&ffɿhֿ)H?On uJS^n p[3Jv_gai'N.ߢh @Gmf4V;,uTl-r4_DY0jIH¹ r> i? D"!ܞ0d ǛgH vo5aW;չ8zutش郸&F)PSD{~;g8!07(&'4 Ò% {3И%bx",| xG" keRp;JE|7ӡ.#CvۛY95 {D!1}Q"ykgDBSgaA)e5F]3 MHlZ ;憜/Z+.m- MIOrjV8|(yM-MΏ"LCw7AP4¹&ݢ\EJGFVߎ+-,zK†QÖCZ{&jS]|cow0P G E诶(=fT}';HeنjiRs'PHbluw"p=@s1޾p>=542Ӑ38hn m5͍9"ap& [U3:2}-R !H@RHbV¬hh :'9̡]*KK,s/j5ch-0z7B} B> X$V|mt_ڑ4ˤb1 !OvT9^GI׫=J*`3P#GnK:"RnnYxHg>@L$s^n"jp7Gijk])Vji,ri2x nWL8&ak*~T0KDSh%р"vhґeWgޜ6)sk /.weZCZO#too'dy@ôwYL^|Thhpp=rVg !-a? gMk'w/R搑=x +`0x{oDbI]{uFI\j 5}^#x|fF(^ ج-eu8e7h3QIPm1bx'ցj} */O:<ˮzys\iԋ0 uiW#O;&V>[ g?vSj-mHzF t.en_{"BQRד…ڤ[O-]P7d}%ZXiv"5Tg 0:, -x!7a]t+{G\M^ݺr{O7w1q 'pY0,l`oÞ *@krO*ژȏs4y.6l1aWrfis_ŷViG%To:45LH89d%VnÉG $!?|dMݍ&AbTTJx=(eٺϡnUk i2T!lgnH\tILl vk " @2W!(NecqD *RCFHW`ATh8aYM5mGyxOO 0X"]_NcZNWKc~u\ҥgJGkWhF<32.5m&IrZ'WաBCYF.rk"AI&L91lvupɋc귾)h6hU kӨ&/A*΂n,Rܧ khis.܊_;wPZq)jwvB[[[LǍzQ|J#ˉ<7a>ͼ{*"~J?gڐ֗naHlvE Bs%Ӫck33պRSNNY}z=":Vl*}LϪM* 뵧hze8,;}0,b5,ڵ '.Aə9SN!JqR v{h]ĐNU(d4Zs~ )y0kZ`0' %F.mei̱i#-TQʭ7фs][fM^B@艇P)h 8Y>k'RjB*O!`Lo;dyّ}wzn53z&-Egꭤ5N`?; ' !V q>]p Pu3BJ!JH$] ,IUnE6 eF%7UQ5_{۩Nz:$W{M!qAȜ"+]̔`%\?9-> [|+l؋r[ FL<8 Q56/qE7 Θ=p\:5_bæoqm~{L0-z0,ƧыkB>c,0Ͽhm,/; LF1_{r0-ַKyRbYi1j= ^я8%!PJsT9'>MА$.Z$gBI a5FU*soLS  L%ա$gV^/s@@mB5P7.1UZul&}5!a\R)Y*Ñ\5q:ʋ+fҟMoL!}\ȴO19&Eƫ˥qLɹJ D5fi?E'  `/IP81V G_iV`;{~ cTfã`H*Jt .rJ+4 6d1KJ4\J7~{sHyN o)b+5~b~&v V 򫧜Sy1uyI]I@U7>N]>pyF=U ,<<܆yy̍B7h;FV4l|ՐkUv70hk[Gҁ,. Qԭ:isiFw:vη,1=Ĕ'CLZ,u9-^ov&uSڲ%pVlӇ759"Nliz[;WmҚr6'B)93*)OT]/뾒!Vv1LL {r}a2 [&tSyK, %.PO;ZڔPT& OE!a/ X(R rhZXiot)E`C&a&9Q'DDvW:N|g3.o'(gۊ Z9{Xa \+5Tp}ݐaοF^XI[SM _ ǹ$CFΟUӌ&)~eGPMC-Ճ`;A.Ss\*ƁQB'(#8 ͇N"Vw%*%GG{K5 4s"f>R(3s k4ٶpԄQ6ҧg!W<# H ]=/D5Gu$0hH-eYk>U7!}[DX|v?fێ{gwhA)E.S?[HToBF)2Meh/ȂݸK6I!9j 7rn}{ 6&ppH2f"qd7[*/Ou#:f֢EPĈަ__3P} F^uF Uh҂1r'u=SYfPVAAH&W*O>=W0C4!.@f>82G,P+ygl(485qb" M$i\Jgş54J ▱1ZY5ɛJb~xWV x.0SuV8t)σ;_@p`3=n"F'D̢+;b*][tVf!2|zp*y9󞧔G<2AQjctHl[}O$&Kcfg $D^d?2R1J7L<1a҆|ϩ`<xPUTx=6?sDX?¨B|&sbƗx\GRrYYNI0zLZc|0wyMecH\0Ohb KZB]IvhJ Ԙz%HXKvP =Ak,Іdv,1G'XJ߯wbIJp@~;[bv390B^C?;ޗI0MB1[!?$g(6X8\Y GLgRs3RGf S5'XbY$LU7g&@ {BFٍ(|pMD0}ARauڭnn(kA}x_LP}}^?O,)C }:i'neML/)}q]:n %2&ϯޛ'Dh9[}zU"1E1Y TL ))ܯ dx=ACǁ=nټj&fh3ifROW͎+B;fU{l|Yg K-\1?egm;V[U4մcR6r;{T04d:G.p/8'0e,@.4mw#PSrCi-{SK& ;=kB&8pqrw.@gh<O&&'zB~?z_1^Cu H怖p6\<(vxA 4YX`y,:FdE Gg9磾y ɞ$/#AF*F%zYI#\s'Sbaii>=]VNbƞJCb:eY=3;7"qدTG(gݫ^;D0j;S_8ifҀ."bX_3qi!:odFI)l:`8tF`ȵŏp&'|R9Y*uzse:B\g' ib{ZixJ emp6T;} cٮ}qCd yu B _| %Ԁ*Zr\ \{a[WnDmJɦ7p/cNɷ,\tQpF1HN><16DԍNNGCʟΰI*/ ^N{R;d$ȜOڨ[Rbo`@%i};ڌh:gs:g CɟP}كs fӳ.rS-o$ΞXcU0LD_e0Kgc^yg;{bq?uJDdX!0)Kzk*`2, */Gbmk|na@|"9ȶ]]GUji\ۺ6z=,Ơ'X_tGtY81l屐D<_!6w{^))OZ @iTj%/5EQ, .YQ;w\; [sFXBU|9#wZzGXAQu icqeIE?>j -q=/ [[ݓFYJV/*^ow72 , TvN4 YЊxxR{Q ` m{,ȘE{ӊ~֐"%N%H G++M%Ids TZoxZCMUhƮ|\%% HW<"R)qyF}l0).~XK u,"HD9Mkqs4"eKp`B^E{ ŒY wM-`.8P 'P* i=bMxwhl (m Ou9K.4>iWK̓]YnK6ר`5{!0"t=ZcF%hԦڝF B$H WP8{5 b؝:|кC|; ϵO-s o1~](UQK?2Gv=iH}|Ds|-&WA-(xlK<Я$X}Y ҎBU &\&eᴐ8ֶH^rrOpS|#fUJd¢ T UFFyzm 'My^&]-HFLxVZL'ǖ5AW`ɞqM?="hu/eݲ#a%s^Za2]~gwl!K* '8xւ4"}VDe5}W0H$UI5G]ZSuBXo?#*cp;ØЛ¯2\9?O}f!'E5-Yr@ ak֐nR汢XHPa|ױ%BvOmNȇ.ZtOIq# LXĆAbo hI?[K,x5T85z?y-Oq'k kE er 7t32&^]P0jZHg0WY8Jb }~S Σ* !V7NoۮԄ^wF7g.!_R"/4j 7Nr:}/Sv$:$z $_2*D#22> 6R-wQMb>* usKB~a]}.[* r-V.*04^Vmcʄ{i'*)1/[mx!Wd{ZUv¹ 8b~Z4d6Nؔ'O-$lW)c|zjGW?f3Cc5>d[ [ew`8"%wxR ^u O^b'Nrm~R'g"> oaQ/EZ0'UZBlF$M3"Vgx5|ąOM.e>FØY^#vIc~T^MN+feƶ U[utGUhqd`kli<[Ī/mї ķbyEYRcE)7'F*\h'ljl][[U!3 (:Z&ݪܩ^h5%=ÏRTLM}͔_[65 bMM?]^‹0fCqi_ڿ]9<&ůxd}-qCelq|@6t R>s*n7Wn`KNxm6'.2ۢGQ &/6jk ڽ^?ar( {o}sD6rYDgᒴZ9 Js$YRbs=c˜0vK U wo,a r.h6j*B+J _,da_CpALҍ{2cN+B aTw疅c1kKMN(l& Jq/Ĕ9{LJmٙUB%WfuDS\NtLxifgϣs' ҡSfIgI}cebDx;5g\ nȧRSwQb+ ?GPO0`B_(!LltH73/v6,?IN)VJO\t9*eÞik Ϝ d1bl؞*53,93 *,${^\[!=׿1]}0Z{$ޒ9TH]]K{%HLm“QTD,R'ُ!UG2Uoi>Ⱦzw}/B.:i WO.nSb{C㺿Q /Ume+ͺ 3tXX"@f/dZ`h=[X< ̛Bڭ?qdKh∺q_(̓,$`ރ[|#U.+&od\VKΎJO[-qy0 Dy_xɈoK'_+h3/qwFfA#,j-]:KD 5۶Lp$SybeQfZS^ dWE+a]If\ rt)ǁPw,$]lxafeBGcdwVt|W&ScXt0>Y}_}kLMSFce|ȊTLC):Jpd;e1JqDz2)i⊘:_?[ )܄o1kjƵ3\G%t`k9!=z#u[53AfnM}h"$ܓAw:M@57m | pdMH?;6T]X:~Β13T.?BǍe@0h`:*vJ[/iAFI5b >%E[(Q; Z=/mzrq{욭th >`cgOK6QZ/Ma P]1UsnW*8+ic`wCO*Hc;]xg 59dw>٭6%=}n=u~;ƄY&nՅOtPFj5_fI-A!+m~p~iDcAHAU$8-sKyN3T,oZ|#きJ>mp헏LI{t%a[ FA;(i"W#AO3*~ 7$K$_>Z# $g'ζ1im:)T{:9\PA )W㆏ZbC싑D.)W5DMga?$ g-9??> B[`4/g!x<̼Oyƻ@Ǝ|r.:^ZaT@C,eDT)[Mbr+utPB+%ne;+PYQ$qc7Hߋk׍pğ?RG] YZ