php8-openssl-8.0.30-150400.4.37.1 >  A dp9|`N1%kjC'js5SЂ=d;uy>Q/(,3⽁A8T|Jep7Qeǃq-V#f\Rw\0^ә6.6%)7kbKK5 : RыRq/.9*-ss_c,1=SU,SH_ϖs( ዱnC4޶(Tגr Žw34y _4#ܺ3648364a55d9c150564b6d57baec342655760d2611291bf06dc2d3e1d98197c5c3721db7530a6ed6731511b5a0fca075093daec3Ĥdp9|w?%1VqlGI&!P ^oG`]t@"zR`- ԨaB8:pk*8)5u,X5>cN*Y w2CS#) nOsLH(3 pA?d $ @ ,0Ijs     b dlv((89:BԪFԶGHIXYZ8[<\D]L^cbՑc:dֹe־fluvwxx׀y׈zר׸׼Cphp8-openssl8.0.30150400.4.37.1OpenSSL integration for PHPThis extension binds functions of OpenSSL library for symmetric and asymmetric encryption and decryption, PBKDF2, PKCS#7, PKCS#12, X.509 and other crypto operations. It also provides an implementation of TLS streams.ds390zp33SUSE Linux Enterprise 15SUSE LLC PHP-3.01https://www.suse.com/Development/Libraries/PHPhttps://secure.php.netlinuxs390xQddb35becc0f282175588f688417def7790b07bc414a84dec05bf498afbb79e2e5c81f531ffa5e8ab2fe320723cb1cc9928914428fcd4502c906806500bc6c2be64rootrootrootrootphp8-8.0.30-150400.4.37.1.src.rpmconfig(php8-openssl)php-opensslphp8-opensslphp8-openssl(s390-64)@@@@@@@@    config(php8-openssl)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)phprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.0.30-150400.4.37.18.0.303.0.4-14.6.0-14.0-15.2-14.14.3dd@dadcccc_c:c)@b@ba@blb2@bu b@a'@a @a@`ݮ@``@``u`Gc@`@`@``@` `x@``__=_I@_I@__@_T__@_k__ܙ_@_$_Í@_@_G@_@_ _@_}_u_V _P_+____@^^2^@^^^>@^^^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).php-openssls390zp33 16928614008.0.30-150400.4.37.18.0.308.0.30-150400.4.37.18.0.30-150400.4.37.18.0.30openssl.iniopenssl.so/etc/php8/conf.d//usr/lib64/php8/extensions/-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:30327/SUSE_SLE-15-SP4_Update/86ac468f5698eabc0d92fd9400391090-php8.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=55af124b5f3b96b3dd8057a613571db7a1d9a1a9, strippedRRRRRRRRrF/Xk؄8yh}[/utf-84d179f170fc0d08a79ac56ffb44ed778d2a7e242e07813d74e364a482e83d7d6?7zXZ !t/㪳] crv(vX0 fKiw>.d&|gu2IΫD {B=KTp]V/m(JrHt[ߟ9xpQK7@'`RW3P38҆ :8;[F,4h:d(>0*m^c޷*>%Mqj’\Rs`3>ōvc`v`ͥ 8|BPYŒߊ +1 xbrWui0 >d+d&2ڳ_z- }8 'jt6:Y<Ljɢuas3j¥N] O:G}V+J1{:\3Cy5:K`L_!;Pj_ Od9X*h&T4gwx1ЀҞV 9Z_Rb W\O6ob[QF\-JVG8Œ^(I!A`0NOLY& wj16H c2SALO6K8MaܷA lURW4'4-Y?]Fj!F9#p_NV򢵗VfKZ.a3L U Õ€N_ |8= ^sN!ױHw d׽^ Yڳ=@ V%癠u$1`Ե8MY , ;ƣ.!\&FER[#Oa=u}H5 /'#[`ZX-y{aV\XgTL:esзcbDx*0^pIXGmQ;Ԥ^)@/8 EVvP~?Df*= un!7 Ko C9#SŞzo<9tr#9QxiӸvrے(R7[.%X[dp{2`²!)骿/2SnK8ciz˖ "O~fU]wWyO0j|B3ZA30֥_qS+#@WyuC"8`׉K:bzܹ!ZndS*x6p;udE۲4fwY 엜ܜW TG]֧d/`$L~,7[7s}+Gbiq*W 7Y,"L17VW2} ;-N!ziY4X?QmpXU^]ƊApY9dA3&`b9|NZCijtg7YE92;T 1 J%ڪ{^Vм0n8&w?nmP6A| ,`siScqN a6{pC48?UG_:r#"sHƴ-,}\ː!xdfvעR_gc5H3 o*v@R=dաIGP6=uaw娤qx ܋"*CA멇(;M~*\rrn(m!T|\wGXĨF"p$h67_;m*R/sQ139oA@O^+\qoZIRLU`$jtkTT;iFhͩo瞽'G+f;vR __(ZqI,\Lئiei25m$6[xz~9/ub`ek6P4c䑈3Z#0.ZxWeHz$?CU ^-nk'UDi4YD #y:{v{H95ץM9g{u[N)^d,lj$Kcxdm)tgDj_@SMjD"lEd9opgR)? ~uI.t t9;ře <4@,V0mxFՏhS5k,&-ҋaHS',C.}ì~,I@mn)DWioI$޳g 8SE<-D /Y]4 #ܡN]+NedtIY{'Yk&aܵ8wqs>n:53>,#`ɗūJOfp/A L’B&e O6sqUk(Is2/OuoP A NZG;ɴmL"CD ^b6* NzRn Fi0P緢ނ}hU~=ZS3?r:aX}]Kr]+ey~ [΢5zr8{o%K/?6Bk2ɦ&5ߢǸNJG)K<=RZ]ɺFʼDՠP%$'B.]!ߙA] M8@>GkMUi9ZSS"M C>T]b/ԅ\-샂&oSi;%#MtfۅgeG/aX~.w*rOsv!̒@ylX ğmeޱ+5Ij;g'8*`Dtvޖs ClOҐlcQ^p|͵'@&\1u3zR'c-օhT\"u|\^j MDp|rw9VuHȗb* ;Qr0k0U_,4WxƋQ%E[b=E-  PO A&bWtĽ1peUbVS=/{.W`dg';hlJOoBkU$;C\!~<g³X'LȐ=˧ĻڜpU4gҹ/_R/E"yv6tSJn^jkE'[(SdE:JBNh b ƒ~v+φTf_rb#q1a;,g\-x־)\y;NyAܥb=fUd/6X KP@X[Ŷ';n=,ӯYÈ#>|W}QϿp8DLg_ݘ cӔoNgT1XRÉ~*OQ'2;$F^}VyN#s)OW1^'[jp'!-5W [}=2t %W۵f Ee i^؈n `yY QH]'Pb\IH? 4L払:ڻ&*H p z@;jvQK!>wprѫKWrW>}g~m2M* ^C5蘭7ELΪ_&Qf'T] ZyK!<{^A!GJn>3^:D^:)H2&q7ba1Kkb݈[!Y{V{y:3kfzq7RenFC&lR}vq(Jӎ:Tl$؏y6VN1=Ȝ^W#RS@YWrBnnVAX+?u'- Xm{x lV 0WI𥅬L}}Nee<YNYv2aɴp^лf]ؖBqCrdKc`8tODI]e&4-nGȆa6Bꬫ%?6[׋.$ ylԸ[؀2+` u^y3MjBPK7 Lˁ[~as!rdj`Vk!*=8E']NFS`u¼wa٪av{-C"K+0OGh(Q:SM7a3lLjq\%ƞЄnctQkЉ#@3mYvt'(>T6ݢ|+ދ%/πW;(=2f”X}Gɨ |(>۬y뛚b;ͱma:1@(k'/䃙P zEnC^5xvQ֐EcTun?ymLy4bY$Bɸd pQ2An\rk.$cE)TP>o-P[X0,}rI/8VȐx~on0lF_mdGDnrALc * OP(%l]9AK>ie |<,v.%&c~{\:jƓeN `/ ȯ/ZȮGD;#PUrҫփ#9qSVJu.Ȩ7M@2m E u\(Pc.G-~PzО_ԟ( DNѨ gHtppzq/)~poWcdTmpX-vv:5&xP3mu/+   :# Wm]RkBRmdL{]770L>i؆ p{εj|=1yE9 3!="C+UH.q3_q=>^hjTs@ŋ)|n]z\Oް$Es)|v1"b&>-oӎƒ>~4R)R/ x/̥u[frLhjv^U)p8u\D") ?it[I8`E]+qBGR\؞'ɝkh3Y˶u[s΃pʠXsfj ȍz|7leX=b /vEo%9qr_|9Sm=KWb$<~W}LLCMl#wcF&۪<6綠5G+X8\Aᙌ]5V%_s>|bw2&n$7L7 u1 b%y@ncKW5@ -Wwаĸ: tO@ҒN).\b[r:|9%`\i X[r5}SPu} ŖM'saS'Ð A}ga~Ua  |Z m7ھt*E QW <*I28w FoŞݖpw6 !6o 5#;?@ #^ypʅ lzNĤNe;݌'_-rK59|}}; Y="F 1)q<%N?y-8)B5:;x!PF& e$ݤmkBQ&dr ?2 [$7K%{A к(ۧ*A-ASx6J2;My߀PGHreۢįrXh!RB񵟶7m=P4Iߌ?,)ʼn97q^ UvLwcFh72N>ZQ$- k@b_F!]b;;b7z_1y 8?`tU%tx (P8~_5 .颓ȊFĹ4bXok*tc@Y6),_^F' zWLK 4#fpSr#R9%Vn`$QM=?d3Um4Fߘon/@ kI-ױJGcQ~7Gv 9|[@hʳIAqӇ)JYјӵ[c Q));~jFݶ^BQ*>ޢ &@-}K`%x(QĤ@B42C%cox>D8˿87b¿zl2)QMGiۃ9*>`' #,yRڦ3) lh80X@9jn "R}g㺶&ٲD3[x.[ulɽ-ݫ,?9ǏD  .5(i&#!-gJd[ko5NGXon|T)bZ7<Ո0+t On$!2՝M1xL#\iו X.UMaA/phO] p+- U/xRl* 񆤸Δát ?_, !|{LOu9}w .'9TidW/ tYw,+^uq6#MO"RAK<p(]#兀mRIVt֛A(8d_'k3 e7;LGkT)Tgx[7ADV#eM05ʺ]K߶JƌJk3xtʎ4_t- _>84:`zѫR|'GLDA]m7wh3+H,E `dGvR-̤ڽB {gpDkdL*ma\"T5]5GD8)|&RgnB(u;rj,<k< f!l6WcN_emX)R$5"`* 2ϔ3Cj/ 9L4P: :nJ֑ar:, a+>FdO[`&Aߵ9P<H /r8`˟C;AvhYP40,:#0!陵F5f\zI Ԏ0zXq_}#sk@6}em?1: 5A_kD5.b?jDO~6K_65+=&1'{j|S}}YPgQO DT=fQ8szdP"$0ѹ r""LmۮkMU s՘IS6vU !;bXߒ wZvqE!مJwWOmG=@)%KqftdK79aP P\&=x( ;8uLt|Qbj6<~s!cÙ3 Enr/\Hq`|_)NW? &E%eCd .I()sxګ%$tRBSۯ5_{伈5)(m[>ݛ@!_܏ں)l5*~`(9o{޼m߸i1kV99 צ0+׾gq^M,<([HwT 2NfNL Ǿҏf4*FH(ah?!6>_(]A=ĸ.c*bD*|O"UX =@`SR2 #pvę7+3PIVPȚ4碶7㍦#rfW׈&)Lk%˻5`l/ G}.rIib~apnӷY^igo]1Fġ<&Oސc@aۼiʆȏ?L@u߹OJ2hxQ#HI?q $vrmr+47RWR+M3TtƲ.b-Wmo %޼ nܲ]#i+(")%b sO 9\b')EĐd$eEڋb$Qgli= [ O@&*!UpHSQF6ph:E nͷ R{@f0z$h86}I~ uO&Vݯj $"|7*z8/4c(Hq[^|ZF(u֩J)"\>a*ۀjDDaxmpHB1lzzwս5$ E13+ ?`j~FQAZ\X3݌ִr8Z7g[U&n_A}8OPrl9zԎ: >̏`56n=Hmy6+F}8{2P~&%ލj^+8:K1>y#kLNK+ V gWy($sJQ[<_4Ru2ӈjt ͒yVG9 ^?Dq)-!SÖm$ouXc61*c̏M΀VK 4mM-ɯr1KPk$C./џ"=v¼w=|)6P)~)Up"-N+yL}T(JF}i1?Ͳ^79IDP9K8M|D+%Y:$=nݰww͋5h1%{Q>6dlīxmuW*3LfRF'͡(KbC.lFvn.~?R JYX)hy g!%LN3۽hjUtMpO 74V9c1dT3C ؼ`e~>#[Ir3vVنGfc僗YָBak,`v4a@E8ϾmmEE͓ GT`/oCG6Nx,A tUpdyO3+fgys1X,ᕜ&Yկ#5 ^f%j{;46dIõSNWӂ fr[.K_zWY95\k|{繁h$>vd#w?5;"}q&% ^_6SM_$վ;!v* 'Ў2- ^ԑNx>l4t"$:7` Ċ,[f6SPhv֪!#=Y ӟRx_bk1`h Y#ծ?B,:vB`ĬD6C: [_&MFϬm~s\-g┞3:)xym%4}pmfOmXMatôT0UCV2XU!GX_* U :D G/ՋpYa~?8`ٴ?n0ywO(!rЃH}e-D^F5F0 )AmDQmCTܲ7 1?\ K0) ' |s4[UhvbqQ|HhFԜk̼T3:uU AzE VEz䩨yB|F 秧6(mz1%QǒlsU<̈́d}X~wb \}J"e]Lɓr[Yj !"y^B-9s_wq\u2/X!#]`o򺌖-V=DWJ̼m&}1a 1hR` /؛:-@s&7/! fr bp_Wk9|<=9U2_cRQe>M"-2+L:/NSq_]s{翨3H8POl!a{,0DZ"< /&ݽٓꋍ_;%:;B0sJp1rC>: #~)lrTPk=\Z4Ιck0l6r0C.[Dx?2y1:P#@1Vӂ.ʉ*?#yy(Z$2w"myAr9"wx$YE>9Wa0FCb$3Dt9۞ywإ %:b+gWR @)&>ؚ!fM?HFd+4@!?c[Ty1!I!^@L\CVviػE^fŀn]Fу ^$%-y:8p0*FIHdy\*-Hg4㓁h=E=MaAjVa^RO7#MK4̢B44 , N75*(x-Hc^wح7Z{D)߳qx0-e8~ c\[}uMCO:Z?eģ+˧{unuG;Fu t=BGD>u"<@GĽן7=A"'j`T揄(1d2/kAӮj꫰up oP8p= zR{6\ZQM#N7&zbh̃~{C:r` D^W˾UZ U ߪr J죉bnQ! #?F?2Oމ"59A 7K<xW ҙv#JUʎPFb *|?rHķ9x, qQ+V0!aX S@YnPҖc:\m6l2ti]B5߭- F8Ԙos+ ު-F.[>__?;`عr# mP c&@վvh0LeeFy Mļ"]@DMC$o|%R_7V!]@(v={dH?rUTڸ ^H!}"ڑ8)NS'=Twhu~e g7l :'[ =Bհ:bp ejV  ߃zM=ц8)Kԯ3h$ LJL_aR ҆hI0x8'\Ools銴 PGr X뢎au8o,O(`M&ކ$JFCc\~|#ZX[!C2La*'ϷF{e[jCL`saoLB)F?F91R+׸R0]oP-6x"*eN6Z^pߣI?{;%݋|c)< O(sOؐw$X̫ݙOSi,mG^KK.î<`q w9PrY#hB;ְyla>2IC ُwM(m &\X+0@fS!tS0sϜUz Lp^lbg;1ˌZ 1e-+L$0PӬO\+= Wwt[(9$`un2, F] oSB,#L4K]h+{yn$p1D"O2@|9r$2 WĸPBdk- e?AGx֚c#ܕ͡vFgR#25%(s=ԁr߅a\ddUd"~TIg>`އG{)V6r#o?,HOHB¡> ̖LMWQvM|X5FiN јdFY'GBooߓXc-3#P!mxg02nw4KalN*vtaY |Hsubv`|&_d8Ÿ|^|lW.m7t,$*[jO4QI3obwORz~h)a *{g?<!}'% 5yr zpw'F쏊#wlN ){ l?e%Z~JiNU&<쾷G9ʉ0E )N@̕R´ QMFD,)ݧխ$W[xowˆӄJ:֙s8,뽅MU&#`|웙Et'LA<6WbUr"!Zɡ6f_Fh cE7 cރ+EָQPrLJ ? f^S2Q=Ȍ vȄM?.sWƱ0}`?i'ԩslX |.@'k4%l/L!:K QχћF!ǜ|PK:|pzV y0mi'@/%`[8(ׇliDނ$oMa۸R_cv#U o*W<;^9PvGX "ӬLU. Е}ݴSĒ&68x m3:8Y' Jݴ|;=$s(ĜB7G8y<-B[;%Pf<[kq2m`}Bc'h̕iM&:gZ䖷zDpsZ"N/PrKݍs/7+.uLJ.; hHV,c4!xd h^)lM#oQCb;4%P.ЛͪڬF L{^=I|/EE1Ex1% $a6* 19),k˱ % c95dbzMwH.pypsf㤢4mGfw0ʫ㟉M =h?? FZ R.w(:z=3O Q62+5,;E\RUWBh娮Q⃿V2$S6I LD3^(1K\*v5uܒűPK)ېH3o2%z@ftrФc_TƜ}r3Xsqn u,(ժX<lR_vfd3y=A9v98>7koI'PARG^QG/"v !hfW ۪˅;mřt@5 chnL;e c/G҆[Ҍ^E.KLk%3+|2(7rC@qGA7x yB㶅W#VҾqESf;R蠬cDKP/¬RGտg2%,tsj X#4GUdkpJ ޒi98yVPC3>OU풝O oS _ l$^4"c坦k˕x٣ 0<ϧd0p1E@l$M|yUͯ=^h _ABۻ` B|xtf?]N>M V G c"7||Fi( GBԾs5߇*/Y,|^v'(ZVWR:'Ճ6XǧF,a3D >{Fr! qɩ@mt=9O(g!]8UrVT_*4Fp!AD9XZ$2HC={`x (;=zYؾlqr{+>\S!vn[^RFSNPf::"ߖ@~\?nARN<ۭQ[ F8~`2{}]'Lmu~nS&ol\ۡ9Ҹ',Q> }Q wai J?a(( =jV[{kvm>Ew"cހ\o')\; f#n?Xgo55ccFCٵvYAt0^M޾!R4̷BqM+\>*GZ?ė6q I ]z#i0 G7[d #Ϭ3T/O U j=^vDY;F ` 2ܰt┏dIniR)_'bn(X8>x*0sʍxk`N\Y")rocEpvΗ kd=dw0_c,R9h5_>UF ;|WGiy@KԜufc5 Hpa>L5;hZx%V(,ߢT` 2Y޳cXl ڌn\/vt6cF Y.xޕ,v?1Ch 7tF,x i``qsO N˅,FSP_%wTۓL] VB@(K@E O"lԸMrc/km2=­d.zu3Dz\0!`ÕuW6It%vm&!~Ee~]Yw%-?g4R.قЛT)_vZ엋pUaYŎ  T)p/^ c;'E:R\a3誦W[n}`]l C\V3J}ckȘfmV_B7!Y#6?k8_%x(}<V5B܎,=u鸴ׅ(;sPDeWEӏM_sWΟ*`~ʛ6Wk Hc9:28睚ЅPGhP*:8LZQnȱWg䶂;b;y890z.xqW7:z)ݒ^-IH] 4 ѥEL b en`5/6p %?7Vjb>*%f75ܡ|tʤTX*F%C(ɯN}$*\y`~GmuJ+X?\EIAyM6ءJ]s )>*<qJ'^qR8ۣ[B\Ynr3ƝNRDa |M&DI& b]-a7_D[At7{OX55 ,Eltzo P"]g7U&nV,|^#WdL)Gf%X8g&e]d w75#o^:fԌx-1[+<`{Zs)O.s!Rۦ[նN`BD[0CWh}b]~W+^|4tb]ΣT':I* ;^`6-+%duV$s E\Ze.g /֯6Bnٽ Q;f}K}xT VD$mFm.JvO@Yr-3XMCkQTӤ̐N@-]H&dwZqD\hhʥsrN1yNY4ptu DT ]D b|e=i7vD&f&ElrhtΨN9_/mU\WNMhwZn 1N}껑?Q*UB4%*T#Ó/wE#jJ/Aޙ]@nКTeېmbWCrXvysRNtUsxRq(#=5QbW ѹWB+ ]S̽^n]MbeƜ=gO>UB!QOL_HUW''ň-dzjz' PHGvjߓ]6'QJyoئ[m9]+3TsaS2_CAFgR2]+ݧPQ\Φ8d~ C$סKs<Ɏ 9g/,cӠMR}9xT}`x+ A!%si;HeL"mXaLCh֋:-Y6ۯy8Ȳ(JTye㩄 &> ;WOz!feK7)De&QX< $gc ̸{BsȎWRYŻ\.fVFMWY$ ]DZcuSU8= vvkK yieGPe:rm77To6L//%2.QCrth %㺑'ҡ}u'"<]Iq+ŻxZpyOE{[N|%,#=qLrAJr(|$jJ^ȝH˅N 9)T^G2}L tӷr<Au3 L/gv=fx7qz} .! oۭ케g.}xG&he-gPM=/u}S߭_ݕ>{VBC5{^ڡUl{%}>l}m w'cN R/*Xs+{a&<)Fwر*1R28 Mit,_ݘUXLmiF2+zU הZTBR:$!`E%?k/k$GrK6-IyAӰqFh}_P?XRVRPZMa{?rYЫ|::"߯3i Ƌ݄24W3} *4$E[7沗۩)a.K(6n`" dbd|U"Z6; j"7x=}i[<,VBk> rY9*yl+'|muX!sxIN"; hLl_X: :bNUjͬ7 ]BgaQ2ABsdY,ЋR&Nsƫt[MH0ʱru<TӎzVyd0A5f(d]Y& PҹC6+x+{pj^h(64٘q.mX@w]rg"wD?!0WH]E5HEHh&+Į!5R`6[-~(AbA]d`_>\Z#[bTz$3 Y`jwhc%9ÙZ9m! ,)gͽl}#(1mo u42{)fqV8ύgI4G&o!񾟿5jK 9 Qq8v ukP:C;w@.G[Y+8ĭaZ&Ouz-`#LsofoSluBGN˱4q^mᐄLGv<3?+-:D#e=0͕87U\i~K a4NƸ\ l(-U]XGĘ[G|ѵTh co^ gsq!(6 CE4rI׎?{09,I0fZ̾yy&¤PDr\ Bɻ'x'0 3S@"Tg:Twg1ϺXcwPEܫZߕ *EM{ ;7cf71 T=n-jg 9w+ڟcw jMb- #/Zmt:̱BTM@ Y0О {KR#iU˩/( LPqli&T,IeF +E+ #[Fځ_ð8Eŵ"l ^P Ǣm:=tϽp"ы^/HdBcZl X. *2\'4 npF}:L? ѯ+xBΣct"66c@PO0xK yM{x̖ ?+y\Og0EN$DOD֭ħݎ~( k>GyRHPR*Yd׮л;KtZ<i-qj4i!JܺG9<#3Xqr&w}.GjZZ:,ەJ0R: E|b#7|>ܯeNP΢sj%R #,찈l9X>@oSZxQ$$lKzLw SՓKfR~cK_5&/uĨXACT+e>#F[e0 TPאqSAbG'Cl pX'{^/QvJmy]IUa5*73zC -V3WMXmp91[`Qб)K&Z@g֣Qp^Ό7B@MAS Ps7` +݉jѵ.i;9pIIea 9Wٛ<~iId}9>)3feF@R(iZR/*v\o3@W{X/%4f{!6X'uC)I)TǮÉW`]Yp &umqIYAX ysׯ : 0S3;J:\j o+V c;2EiK35s}`ppeG@v8=׮Ģu$`zTU Z2{ M/3ҫ`ӍVJx.3Nu6ݚUXkܳ Runy :fx; ‚H3NdW[W7J rQ[v8Ǎn> @a:|z3_28!]qX_x@;T@ViaUoA,zp>jױ 5[ŀicq'`}ufjFǤӨ.rJZܒ:Vz[,8]~_f&N9>%O7:غDB# ?s1gFFۻcG9OpC_C -z. ]X#`<`gDM3pw*_;`vyHN;΅J*jƒbhOM~]2t;r}H_:NNAҔ|%zB[&!>PmOf=Kp $;)m_<ߕ5jfQV۪G)\F}p qFdx=r$:f xS,M%T|.ioV@n+N,6wbxf)yI%ᚸ Tl➐@CT; Rf3Ny-dcßtr{gs ͕#ZIY8h"(򄚮p+@j,PAl!.{@.ǬT= kW w֧f_mHYW@x(RjdR潫gQ۪e闅 ?M&/L-®SvX_sC.AX̤+2iCLw)"?X^g+.[iA෭gئSKfJ+}QNbE4J'yON6":N)J7׹Ԟ[3s`fz8 g*U$&Y;3QiNA7F啑jFÞ,F! H6s!ƃgPIJrɧ6=h[4[@6#G2dŒ{9+^N=px! 0 LN?Yޯlo1c@ |zNĂ%n-W_fRx?!etStr0lmF0( 8abqa28ji#Aj l+1(*!>c} _]CQd/%fؤGM|㏔[D`Q.ùE~&ſkg.m?n/KN.7h%ܞSy'[i@5[q.kKN#L4P'\uKrc8u,1d<p\̊.wf^8&q 0wHtKʸQ3iDS< 0uGȒ9 pVF5]Ijg^ f xLoR!rV#\y59h~vJF4 >8G过4oGoh"VB] C* b,[xer*;+yn4]mҔ_ln*D:6)xȂ 7s1o䮌v嵿+jC3=@:`:t 3 M8CѺw#%>bFR@tUŹI$wMjyFNUll*Q^GF00/9ȹ? * &NfYuA4Rg6W+JŁxlz O;_R#B(egB`;Cg% x>282?ZQ ɂCLWnU2ͯU 7g6άdcM&)h9D*92M;yueq@:xYA?.Anoy᥵*ƂE\K Pk@$0>lX\s|12J Oq 9S s`$l$ WU*G1Ffٶf<mu1wڛ@JGcHGQX*EYsql?6KvAߨ&P&Qph&gwx(]o> (*g WDy"jX|#h8ǔ"c KSuW#V܄N}ܹ{ 5/ Bd.'^Ik"%u6o]!0:V#FLXi #ev*ƹ}+ym/%%iY,ώ%2QȆNgg9TR?D-aTw-ZqZT:-/X_T|&㷵*59 "ai_m:kƷɿrY..TG~w#Tʰ̓VFl!x fZm e!Ơ/[ \$s(O%X|[)=:X3`$ ʧ|!6."P!SIYRaWnprΘeI;YͣIrfPʤb`$`7 QT2%KRe_BreB)dZYܯO ;?FJ@IRo騨% S^H>͎6ߛ46;%2,%q\ Q`wٱD)#R>[\+zUЛ D0URnľ8;JX֝S)m'Jv1SxeG;J(x*\De ?rma 1$t_D).-L[Ib2mEI3 =n؁8t6rsS>Dr{,hc8f@RE(OLfz 0Y* asZLr-h /*y,b6}z&ǩݼB-!c6|QPhk9n#:of}IVt3nhӇսv5}C/Yfv\R1RhQ/>"ui's=u8= Rw3tQ/'!6M y>2I*^{uXy5+.bP U!'7TtlkaBY hsFz`(MB/sޫ*ڄ$  T潷د!9S3]V4iX mٯɫH՚]n)Cfh/Vcב5r&+/ jH ъBA>o6% !CVߋ;X?x D#(wgv>2_;Х%TRky> ς1S1NL4 LYEdp썋+Ed*x"IPr(ѳfKt\19|28t"ԙ6k&<6^0po%nLmqp]'݌<}]$JNK.mėzk~A))=\%{>'W_ P0ɂěc)%MI$]-]=zU۝tYSN |O|*LNG&bs!d@ڄc fu6K CˍVtg=qloThd5ZL0v#mH~TiTW.EOxi˷~6M҈J6M^d챥fbM7_ȓ-:lh{:!5I%q BB>a_렷`Ӣ*G m2a@օu^\`!?ϥWbN}@7mu33<]ح!Q-W,G/oȭFmz$R1 +g5SsP4LL2TX;ߥ>Ul$ya>,m݉j2Fy<)\k,J)t~hܵo*TeSm<le<J*\J>V6 3zo'+PKai2Nݮ:Ӿ \^i~_p;LAylhȵ@Gi@s.iH"y:I9,xD%T4}@ +Y-C_?Уk"flG`Tp(&A,>FTQ=ӬT+cYn&oHN  KhRbd@'-)DNW0iG5[Pw:$Cm 諧MKҡHXO)9=Z%%ѿEC&փգX?jDe,qy,Љ6O(ZҶ|g\-{C53}O9(KW$}e7Bk -6Kۿi Ӧ2^ /0l.(mK5'DsئzgoBzVE'3뗜,ebL_/-(`(KDupJ 'r uJj'z]!%GȋAqyE̔9E>8A;+XP cIG'O5 :lŇNv]PN r=vJۆ 6UŒj-XiюezjXAk 49;}4TO\B/ !tl$78&bX%Ub^ڊI'z6j bv0LK rtGګrtMo9J س_`?EO نY:v[RaC%?^ 1{12H-9I-CP=å4گktU'UA`{ %F0Qq&l%m"f]k WaR3_N0"]6cpWJr'0ӻ+ي%Ss+Qr%s+\;WF2hUr,*vIp<<E 35tv{+Tk_Crts=w\m,o|dvV'MV|w7C:]3VKiJtZP=Ʒ q%o8<>/+f''ܭ;L m#oZ`<¨ 0nDCÜp{2E_V|Kv{T;qo8O;u}ⵁLl;dͶƃfsac'R5M$a@D!"{${d&,SJI)Y*hnX}gŭώ>l׬{f\4\R,gPbb=G)A;;,|7=AS[60g 8p{6pe9? ?Y7CtPX IP7wɸvXBP*XtX mVNw \gǦ"r_'O I '5 V,t@YFVOrѪ\hM ?BL"W)(FB5 P @+o_w"he? kMWgg֧ƀ&]]@ DV*Z l3HoW$Qx&u A.'Q!]KgP5݉ZQbVC.J^\F}jF r:Jo0 gCc!2B \?șx6N+z돣><hx:$[T8w6EK|CN`!!ֳhp;1ʌvvaQH(:oƏ}Lj]ܐa ] Y#(gʓf#_ 1., F@:~l6*f1{eR]Nq"4-U"? 3*,SLl=_x4pM4|T0e}iɋN]9Gw1mEu8pw, }LloI aӽa 1ѮA7K7)bv*KXl >#/ M%ڔ%[G΢6d8߾y)"(73( RuhDR^4m`'g4JEUe6)f?廾JZd! 7:cqm?"VT 7D[s `66A+vxdV%fQ$u'ċ0 |(g.5`RKA|{I2a7e!F w3ezh=9Ogj5Jj'֢\$[f3iI[X#">_#t']E9ܔ|A(M2LةNHCQؤ|#gF5g׶L' ?x=a^3t:䀝WYɪLdTli +sԴTάqђJE?n>yyy&MVw'vjCaJ1!ݜsX][6Zhy{wwes5#NԘoiC3R "1$$";3Pٻa4 |YV4]ҕ '!HV /H[L(=2iCͬ7Sfy-2YrJw8ZU?JH9:Hsi d/QE"}(RP+ IWl8>q᛺=89hx"-ʙ$4jG+-[Vyc I}a2/$:jG!żhZrFZE(6F$ZA_,X9}0[{[,> c6a9 N_L1m{$̥x2?)U#T (Ԇt;.wbbrZ|ckgR OƞLDM{.i{fi̽ʕEh@8j[āżNF#tzW:!<nLЪ2@7hlbCE+[<8v[jYɂMk^}_r̆EvJ_=PdYе4}1Gߖo|`01acH.L +e%V0bubIh q|_`I5s#s('S,&Ϛ>^ ndhpUЩ۝`Y1r.;p֪68ӆ_F|pZO%HHz ":z6ut(RNvxސP6 WWՀ.s4 b&8n:6Ďi.LХ2gTL^Q+™swÃgL8dvVm 3پ@TSHibLJO⃄?R߁CNM)mg {2Z"4ЮΧ/> q_C`.M,maѣ);3q~Ya.i_@LyWgUN 7;z6}|9wWOp$:ˤfsIDxOm;*;&B3Da.~jy*qJR_@W8nBӼYm$XSAseX# _BqX䌿jKno0D!A`%8Lw0Ys(t7ӊ$4҉%;]T(Yn $B!޿R,L10nM,60Ӓ]7o1j,ydb{ /&~?XfRh_m{f۹ <0ceT77Iij~AZeEnuhRDv(_JByꌀ2\aRt) 3osNxla]5w1k +P_yomq8p,bG1W&6x={yJ$h"l$;-ҒjZó)_n!kB9zdt}&Y \[;_+I`kq`l8ᕬLt/owWFөÁXw=/l |uK8vDTrN(*RZ6Y&N EP%>K,Wvv$`n_7m*R GcIP) eMf%Kۋjc> /GttՅXz^p+ ůfz 7}S'U"!K~T)o]2K 򡏤!Ms-4r/ h^j]ԂG:>$js :mvT9o;sZF׫!\W4Ffڻ"6{Q[GUﴷAo Kc4REs~\\au V>e-t [H-9FsmW75p ,}xЏ@_FJe#!o ! չZM?nqzH5I]1e蛿a7Qo0 cLqS0}ZZ-&Z)1%P`eb@Vz4OnCkP@.'`FZ|oZcXO߇m |`YPGՋ㳼t#` 6~랹4Ja&u,!Yf}OEX2ҹDݏw jD{]Pܘ5;]jafd,m0 J ЊGo,lZ*J o.F|ᐷ4E̙41.8vӐ%~| ib0 4/Fx/zwϽ>X:=E6ec1)XL@#)Gr}EQz3Ԗv,O8+)e +i#=ɊI!uCANfW@B$skv;&`[$).`^hhDkFbì`7M://9<Ј Mۧ7>Z ܙd@}rHj4B~pfĭl`ދAiEUH;)0R} :$]R0t݁m:9C]CvkJk-9Vk{J1g2sd89gpd)k)x4$: Z]}ثM=õȅ0ܙE{wk}u!F>?ɅN首Sw R87D\vq۷]`OyO!cmON`EͽźO}o& uDt>)zfy2G^7 |z`MU&P# GqulRLƒǟG ĐF"J?Z UpSVGiZ[iY2q=W3Ǵx&>qk7IEW{Ok0Rh{F,hrtfCj$KX P|۷Zqz$cs`D` Iw96¾kPK;-G>Iq ՑgO[ -i$%'TCJk|S,?bûDa# 8۸F\j bO&x&$T㗠ߧƀwjx`2 qF -Y X4n.GX5CSpI^G ?skZ| W&jw.jlH ׋GI>9  z )5 ( 2ĩ kgj> Rx@j@uOc^3B<< 825|Cu\U!-?.̗.lTkB,|ץ1s2G.K,*\PQa+~lE;.o51 "tH})xc[GI8Cd EƧ#Η+gJl+JPtGX)޸ jGyW'S4s_NSA4ś F[GzVgqpJ*0e5H4D` H+ j!>2 \hgFNOIz}&1W=jlkMEqyo5Fgyq'\%"# 5$;穦ڣ">Qu;Z~BRGM 2F0@Be0&] )D3Ir4;\`&>GCz o۰Kz Gk Bӽa> V^ Zs ױ18WzUizװ-?v& p.w4:>M+#xV*&PsaeIG9F{y{Vka_F4S"`0_ѩIH Ό@b)^dd=*Fe Ůpx߱%c44ќ׳M`nޟطqTeQC\ p4§' 0N8~qErI@CvtfLwlG+Tk MJ zH\o%j\:&awW$I ŦQx(jӹ\-B,fX7P Qa ygOJ{xtn`AMn\ 8y:L/>yr)KJr6?1_Ifng7ava#{x=rxY:;l>{Pw0o;13M"? ^k:c°?$?/Vs]R5nV9ܺxZq/qK9u|:2ԒK9GNO4C@ϒЯ%n9dV/E Z@|8'үܓ/O#,ktXRGaE-.q6%fNl,'p+rFcP…Ժ@KY-6H[井,kjͶ¶L~KsxO-cjFk$W[nDQNmQ)n>Ð搩U*̅5+O v>sЊ2 |YAG^H<@۽CNGdEHo'>ja~0_(q) `pC]~ד0ߔ KcI yh$;+]|H4 [{ua-NPE:F}ƿ "D:;~H56F 6_&l~exK)q+mY+"ϙ-5)V trDom±/ќ .42䇣_< {Zgf!~'* i0#Amw,&EuZWa\"dj#N+/ Iʷ13 ´Dlh;;0`IH ^Jhr$PqQԀY>o%IuM9G[:s|dRqY,|.G?_'ݑ= Qr͝yh~'=,g x8/3В[[VZ-f|,6$!#1$Uʇ_ck2㏡M):t.dž>h57Ns-߸޵i-Kjh]_W+1iZACjSia0|J@σN!]4nNO&ts^a\`vxM6] Q;$,*;J @Y`!jz(@w]Mpb#L(HAnfrlO&,OڙXfczbĭܱa>]XD!6@~;JVmV®IW4쩠"&q*6˾/dyw v:ᛴM[U&I%Ԗn{`n]2SP'SUTޒ.b͡ktR1}9E%ewuH(qOP$|dNJ|ih )8RW/\P tO[r*:ԗ ï Yu"PIa75(!|tRRvĆ]I80t0 `Ɲ 07i_Ƽp֮Pz4"B)3-r7.\d5S w]i5qQ!X! F4*QI7\ PS8W^k-hnCޖI yF廧3DBl8SlGڞGKǁv9)`9H&$+)עE1Tf6 #n/]g#k}ox![@P-(f֯U/; [1vf 9K]9RO֕-?ұ-EBgCHPWl/s),5Y9(so  ҐYTzh߬}_P;$07EzyX\o%FvQ%}5 I['kA2%j>{"uÙ?Wo/zdFG '"sKT4.3Zt0kPlqIcHG}s!AwlKc[E_Β|Z=Oh6r9ٓ1>I[`c V0[ƿn;L͵Bd|~yXT'UQ u7yI_y~D.s)7fi{;c>0ֽ$|(wcO?Ϊ6BGy1Zw8vMO8Haǔ(C |Dyk"?C "ސ /ut ؟%'FLˏ{m6K: .apaG\5)-H {{ s9 gbElGNlǤߢ"PFU_)=ICXynZ|׆fHe^`ѦGRf>6#”oJ^{f;VV ˫Vt+g<85gV=e/ xߠEXZm 椀U 5{6`JE30QGRcc$c%+&YW6}쀣[Z2m`&<~hYW'-!Ϲ3hw!o7*G?c^ R4 +[f抗YR/DJ$ErJK`e0v[%.=y(lNNlag1ބH{.Ŵ{۫% HpI/ ?e:w-Ev+d+:OISֶ%)Zl3yihE^J$ $֎ Hy{r9e-w "]r`x#A{OE u"K˃B0q9! ς.Qb`PjMgPK+Td#At\ [^"ɞT,luZzzE# s38j+~OfG!>Kp;9gk"Z_3;kޙsҧuDhQ#ȬmR (1::~`)7^H=V MJxfϲ8bVܕPN %/3Vpt.%ˆ|^Lvb @ˊئD~+̉J >R-K!\E9y:-X:? eX\m)έ?yH%Cl.Ч&e( Fx>ja:ߒ-xՅvQ.V_Qp7tva9[g|§)YTT_|[h#M1[5PdLR:yˣ*V8WQc(ߙZʏ[N *iKEÝ+?Xj RfeUw# #ŜcT61~OjYhߎT >e*2D]^?ĿS_Ԑp0vs1 o5t䶆/ HM,Gkssb&0yv8~6*xb ڸ9s)>-+DK zfpfhx*\zJAyGYٝĐΙ$ wOF7G2b~aJF S1KKQ‰BtWpVP* P4*[s<]_Rg!1cZwBhk` %f`kqii6+Qi'5\S%;杷YbBF?n?YւV K-|@h!&T8HI6tG B(3HsbبbЏ^ڶyv O-8YdxK0tT9싐uz S_~&u?YO>l\}9iP {&yzh9oU0&}vr=!+}+^rP6S&tc܊+ ܵ΅޶آx8u@켕g2ق.t"e:Cgp=(dz8hY %ދR}fa=GߣҺTq)?ee ˻Z)ASGy xFBe4j~)DB7eGnfP\ ,3pd-ʰ0F&{ U YlFKh֏]k ?χGܫt;` Vp١*%s6]eU6*AϘ"V]Cl&S^ڗRJ0ֻ[O%Lx'#a/C!GFd463 ])"hC+\~*ڦVs.w=ș2z+JϨ'; j*Kid/>mQL@QL5gjފJ .iIjG {<]ZChz5#AaQ!6+43oz<:4䇎]eorςAb2`=JZ'Bj `) 5B_ZpXzPMȹ0%K$% r%r-&O+ .X'gz̘;;tЮRFlv-Re gruH䨅@pgiE3EA+,(\ q6PVuؖ柩;JxHJBGPk*;{nǵڃ(-zL)euΔl?A :60gT,љ]iMť'I\r _BRw-/@ Hevf$wN[[Pow=7Hr 6-RW* WYpAe|CݑE3*Ӥ`Mj$ z'mJjUXI06u_V]\]teuۅV,ƽj"BAJ:`C\@'4Ld.Ûw}6ϖ|Vkƍ2V @j1N>︍VW m[P)#gk$*sPUQ$leYYo6Kqٜ`L̐I`߹m}sKk䆣a~lj#K~H[U**Iwᖖ{gS]')R=~o6/Մ{ѪkmlzCǯIe2ADXkKvL'e0fzj uQuxҳ"=s\~~aF1w{lx?sv<l„R6>d&<0Xu"AMH4+>sx@*tOn'0%H~`ʇn}TY).PA qО蘒 G%-E槰b j(ȗ "Z٘5|Zk}XzV"B8uPr!\maJ~-?kd9s? F#`qmu-Xl޶ D(|F4XaE&l1B-XPC?F38]Ӷơ$}/RM^ I_ >K%}Œ_d$|\{HIooS:.VYn)4yg:Yw=?!/5w ̙r~m̦9;bbU됳} {XAV0޿2H;OHٲ)ԀBzj$h\b#m3RCRT5\ ﰽ2YR&h|/'c,n[dpiPY [=/qqKnBd5s^< fx=iH^IDUZ E;͌6l7R sx#yV)QH ;D4@m8@J^$kOz+Vu4^:L(< 4K%ԩlCr6Jծt $춓t\M_@GcWVtϱ"AYٶ4{^y.] #qE=C#cO0ovKEup۝>#[%E^_@PsR,b4.GQ8b`_ mcLClKeMufP̜dբ 3X1;45q|S֡e5_Řs-?zXk-dA\&bY]$Ɩdg;)@@t<}{M:N)d`1m@ϛ1Od7"B2jpfiMV*%v6s=ETzN OkVZOx80yk4ãht@4=10L;J2PvuO.R=E&  Eg wcZy,b7RqkEߌaީb]2u?G .Hz 2heݦ"'liAK#Ef9Hh/:kHY1zJCFjEy57,rvvɬy#Ahjn}W#r/0d&.x@'B6lஈԹšƭQOhJMv*ѱs l8(AQ:Ti1;J א)$wGd˫p"4/U\Qx0<7|7*KH߲ [('TzSOYՏ6-[m1@.̷hE_b) M ڏ-_O60 9k:w J(cTCjYwkqRT;`rO#2seP~hpȄD2Uf8X%D .m(DP9H ٛXĆ̫Ɲ*%IU5lEs3=h,5\ %f 1,박L~:r3iÔ/ա^HM^ Nu MdntAza֣Uwˡ U FQ )Y> ܥ1( TE|ΐý h@=Bs-Xz!siBɪ$9'}V%=\:<}+=#W8DžPNT $,:UM]R܀ -瘱g>\jl/@eHj6vee`vk|y-^ⳃ+&jqh$_\Pk>7ȫu`lohDAWI3ƞٷK:&1s&8% ϻes a17?̩eq)CXhG\V\csZ >P`!,tYTP{ӿ| f3&L->rgNZ jlk OWPsI3d.Qhbx$Ǚz}]~fq84)2ddq@hU4]?wEV?1oCayWkӒ"E8 ~tO',|]iîC.* rnNp!^1bH%=ÛI&ք b6`ڣr,ccw/0-n)FE<`W@nS :خ.UrO*L,du8 j-cçڟdJ(Zҡ!&c4c5'n.KH&1JXzv+Hn-ct;Z?NCc.8AqÁIqa>L% `m aV6Ib4=_X W7ŒAKξ " yo# 6G ?jQPZ-\*_,L$fG6Yd(5cc* S2D^`DMJϘ}*+>aӑ,s_s%a'KJI/Yf{0-樓 cEqٺt$X ?[HwӧF| (,SYF<=amS"Iׇ>SLIo/CX'j6 w~ }G_H~#oUحjSPTY5<' 6 G^QneN@ŰW$r%Y?QrHt nf]'<XF֒"b nwE~HX1i[[|& b.$^I)Y:KC}y+ aJ-B\ ux/H$Ί(xWJ@Ix8V PUWPqq5ggiM]Pº|ZaȤ]{1jߞ"(7cHM9Owf6IO?hڶSaLyZPzuzŇ|#91ݠo:J߮qe&%SM5 G+>{/Fް<֧Z#z9w:'bnF/J86a=[ Y73"?I&wQn1k,7a,yqPc90{)&/j̗<9/Нm _O+~kh&YSqҾ8>vc4܇qbXq1l%>K)F9FX}?R<xOLM <'@c.IP y'G1Im֡qr9 6s#A9 Tg|oF#1‘q * 851*ƘI_&n`-eb.U^W&|:EѲ7 cz !aɺ KrƁeVKOT]_-ȏZe:O)$5G$Hhh~>C ::d;76Ӎ\ CF2u8 (4msiW> &] n+&JhFΑܺ $L 3׺pZ4+^\Jl{ ݒ&Ny޸,`YZ 3{qPf`A9FFM7c.5LM7pvzJtp:nO{L$.lrt롯Lyжn`<'4$^Jc`@ DAf VAi=9 7rJQAQ;YDŽ߃8-+V r5 @eE_Lrn2~BЅ- MœD4!\ls.y*Ʉ覯` W#igS׎N.NPe]b;"Ӆ|`uQ4Y%rW22sK嚈8aU \ ։k'__yj_^ C)5pZ~1U.EŞD[f{'m/P?4W˝j*{wOI{oX{zeTf PM'Et ƤcZ:6pJ41t'C=%:e'Jցrzx#dʷ{Dg%< *0`nE3 ᯄ:O<Z=Otp073L0epjq jn_-~fn* 4fl@U%S" aGԀq\E]{PZ\9k JaاV k:A2F \~)׽ajwaK! eDK m DǮvVÏ)8u0.Ѓ#5 m`ûNeg)֔I.Ic"L_'$%}O2e11ϴ.'i;/ 3]|N,\^@Aƪ}9.ysrjsݵ`9JuPvSDKNYM}uKhlcb XZ\a>{L4:ލEjiIts H7U2*M'ł~~p穷,"׊{Bևa@MIi@F,!+dn}6F{Ku xilu?oOB[B\EǤq =Y.jKf"v {*lsݻS 3 |G}௻MHgfU}Gx]HEp/XdL̝#!.9gBY{Z3uNfhjm?kWCYRc&,7[ o* ϷzV}kađ<`'s:ښR1 gU#55Ǻt4IF,5+uD+s:LT|v\])$NiǙF V;%k [7l,:O7l-d8HV ;6Y>~P(I)=%hӪLE-{~PfmRd߿/zCҵ ԩ3C@Bl_jS䎧1]>3Lj B3{F@d:`ش{bckQ/:IuNח0tϬ[#: ъwd*3clK'3{ZXw=m- •RO`P/O6ĥ S^;7tl|lr8NQD6&w'Z'i_K7Qw{&f5Q 'aXs}q:ɾ)7-(N[aWJa$ʑg/}'/X0G//~m^^+iUvWNtFn\׳ cp(c5upNAc`(&ڈ}e/,}e\!0щ,E[ޑyr98Qpx9BP4X).t=XLb,8E -H.&Df\~yv&8xQ%FȽQ&Hb"ܪuI*`X YZ