apache2-mod_php8-8.0.30-150400.4.43.1<>,vЉfhu p9|i5QmтBv>P@'Fĉ&r ,إSH|Ep*:AU|i}f-&ݟG"ďB)z>?G^w@gS_1BBWA/D =T]6_?fYeoXk 8nzcFh:7n&d.qD.`]0ouyZ c1%ibLafwdzěQLE znm* 2CRUk@>IT?Dd ( Q $=^g }m 0 8 @ P  (<P( ( h(( 8 9:#>o?w@B߇FߓG߬H߼IXYZ4[8\@]P^zbcjdefluv wxyzP`@Capache2-mod_php88.0.30150400.4.43.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.fhu h02-armsrv1oSUSE Linux Enterprise 15SUSE LLC PHP-3.01https://www.suse.com/Development/Libraries/PHPhttps://secure.php.netlinuxaarch64if [ $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 fiuRA큤fhufhufhufhufbbc823485312b0baeb5f36313b5f04bf9f0f08cafd4a9c07aa5057c27ac2a238c549b2807fa90e7f7008c11ebb9a5fb317d5f121f941ba35191e496c3f6b420a1fcbe532f1cf34d29946808f8878fa35cab00176af30d339f254ebd7df7e2aarootrootrootrootrootrootrootrootapache2-mod_php8-8.0.30-150400.4.43.1.src.rpmapache2-mod_php8apache2-mod_php8(aarch-64)config(apache2-mod_php8)mod_php_anyphp-sapi  @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/a2enmod/usr/sbin/a2enmodapache2-preforkapache_mmn_20120211config(apache2-mod_php8)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libargon2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.27)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)libpcre2-8.so.0()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.11)(64bit)libxml2.so.2(LIBXML2_2.6.5)(64bit)libxml2.so.2(LIBXML2_2.9.0)(64bit)phprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.0.30-150400.4.43.18.0.303.0.4-14.6.0-14.0-15.2-14.14.3fh<@f"\dd@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)./bin/sh/bin/sh/bin/shmod_php_anyh02-armsrv1 17181217378.0.30-150400.4.43.18.0.30-150400.4.43.18.0.30-150400.4.43.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:34256/SUSE_SLE-15-SP4_Update/76402b5f466f913f74dd6c5a66f8aebc-php8.SUSE_SLE-15-SP4_Update:apache2drpmxz5aarch64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bbe355f10358b5f9330424ab5172e400cbf6d40, strippedRRR RRRRR!RR R"RRRRR RR RRRRRRR R _vVє,۞;?# 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-8412e81cf23bde5d6feceac1cd08d6176e4a295291c87d52719f793820e96c740?p7zXZ !t/A]"k%"5okw@_N9ֶH(Bo< 9Nv4a'2b`^qsqxNLGTt2e5:Cdˀ )u i.)%)FZPhG@РPFK_DPBM-JT{dbq84PI~_J2&@YSVdQmwBdpD9R"UAkV:DL $Z~*?p3EE&"NfeeC 5;(Ǜ8_;Ӱ8bJf1e1d+T_GqgޤZD n_h99&^IIǖȬM!/y1 1(#AO72w=.)풜?<^\49Igi1Rn>,+$Mb v_ZYlZmt_gz,uxPLF]YR$lJ}r#:oϙ'j2d$*呦1&vք2kz 4$xXrfKvfCU=ܬm(hQ}@A 1\s>]ޢҗqWȤ&bNR)M$e ͋VnqN~#cEn,B'P{PabiCds4)UE|w]ݰ&|B)d%)aԌvsZ7r_;C@iWj$Q"jO!OdBԶLA[0}zAUٜ?qʾm&jMfpo rSgO1^j'PiI} WlA֬/8&aDksi&$g ]cO _'ӚI>r]B+nb{*^!kwi^8Ix8\q]KC[ʒV{l >$BgC.PbZhai6Nj ]zKKDdFf1w| Z r;͌Ǫ3x(k7;Hz+5>k4' 89 x j#qCy-Yu4wۊΗ*;#ZŵsO:xaazI<,822%Ņ%7rj5^e Q 4/T+%b;a#1;9ay7a;~\+̈'Lk&y %і%<:j鑨Տ&ϔ=8 bW->zSӼ=ڋy󐮫'7G6nƪ[`2N&IÖpqQ$9N#f{榕Flr^sXs`Znͪʛ_q!2 \WAU(=Zx+fm ,eR }y%z1ͪ+/(hMRVUDq, _ $ip⸙H Ak1v"B0 ptI66JB)RfMa+Ko^PK>C勐N\9 V77áO yexD|8D_^f3\;̫"YHxNꢕ*LUpy柨{i]G釄Y3] n*{Ƅܮx"(a_;/UVGEWh&";P ;UY8)( *׾$oQt;:>)Ze*߆o:ON^yZKdHN`50c5uvūbP&r8j[X췫H3LcItj)@D&EJ!ekx̎@kOِE9܈yK*;+LjbpG&.J1ppٍVMBM-eB4"=rz H95bY1 vbHES[2OJz4ʼnYN BC&˷SHe .r@h"UܠO\ 6O9Y  hߘ\R)pS@^3|Q0tnI!NKv*ӡڞ|2ۉH p\.9OqfPT,xBVȫ9Rz+q$[%*$ǐD,mAK\̠ahq\Dae6Ku$ٝɶ;vJEݾj0UDNLJjs84{Z%tŃnrΆ{}Ӭ6cUWvLޥ. '!z2αdH2=6=2E`RS>% ڃ"*bVϮG3 0u*艿R{ ,5 &B4}~߯vZOQ19KτEB_2aw tO.H ,TsaqlE'jJF*+?g ',͌t.0-ӥ٪1kHǨ5]i)VǽhNBcl&oxd}Y; Xd߸[Dķ OyOI%>"U_6?Ēm$C9(߿z QL$D/= St[A; Y,KԞūldu;49J~Tm(ֿ}irI٦ " 13ſiޜS}[ϓyqT :NeLƕKtͺ؀0Vd֦ ȡrh_mk >ڣȓ( DvI)g Nc-,Cwv+eNY .x9z`=O[jCqQ &Sm( %` X1\WHL/\5nhv*j"2rmx];8;m!=4 1\Z" /:F ~fİ+t}X rsU0=Wӭ oɰtVz^2*т>?oHaX?4sqxQ_>b0|NO91jg^%u5ax)]l-\Aj | `'EcQgFGBnT>{ߥ=S8U zZFjRg|ܧO{Xg7j QHz:{ o%cu%!ﰞnvjٽӳvj4y?_{a`?X}[jazlfrfX۝P58+,+/ZHgl=ڀbHkRiX2&WWӅU@ 1s3Rv9wKuu]$VMńk\bbޖZMUb gW`V^=%n\ZSTOZGyUQRҩsZ`Af `0'U=Yev>G1y!=x)j{I#=mKTU`PNܯ؂.HaeLuHEgGO YgR YL 6: .bˊODp8-{}ށ |SV%mEelYRߌ5SkSJk);%,`+]zF1m`_5n [K~VvP ı0`2{ڈvyӢƕ^-Lg/%2(3%fO·Lv2?~2zn[LLb3Z۴IciP7 u)*C)us}^O}DӁكE$1S&3ɻ5uk0r0&4Aq_@SK_5[ҁ1ۺ?Y2kzİI20Ua{ra z!Y'ESefXSHun7[O`uf/;jA)l$|kY9Rv]DXѮd%s쎜Dp'$*{5?ε/[洩`ӗ)Þ%,w}!xkp#WĖ +=029m_<8,M嵢L0ÍQh%kXVYq!<0HQML鐤{jΨ=ȢP-s͚bΗګ=*R_ ebďP1lИ:EcBI,o2U=.<6Ydo6WF$Wnw+tw;)DC[[{8@#H"lF&g E#Fн DCKfҰֈ`gXAs!O4ΆQ }WWR4#ʄ=к*1;Ds6?rq?jͭ:oI?F]@v$^Y_4ş{vT[7.3~s+Ǚ0#4x!w3PvvG|MRMT n߲z@A>m>&mQ`CҔs"W4v<+ 2hf% ;8PUBtjhHJ55$]ȋ#zQ@*y2ou[> cF1*G6ϝD=cao氒*-cr򋸲?a_"(<[}:%}RGUb}i{ȌJZ \x/gr>yC0el ɆB dmbʔ_ȷP?7nr$utGTQ }~g$//nս>\tIKpHҕPKTuh帩u *{FY:t,h͔p8( 2q'+_<"U?]{" ˖'xUj9 5Dznti.ZL YnJ:Eӯ>lz-b`N]SӰ}!z{V%/,!j??ƷkWj6Rg5`iMu@ȱd?bj2a۹<[ :eANx\⭄[Z.-+nlPMEj53+qEq\QY*#JK_S@diMMe,Qm S ?Бd:ԢBJ2`(#81~Q5lH * k ~dyn${XY2ژO*lҧDi`2颷I7. C ̷_DuZ9Z+9嘫͹wR&9km4X֝ܽx5c{(C@gYi60;VTQ v=(`OYM0=.6Р?)y>Lg"= 洌ծsr8ݽ42w7Mm}`oР{:)*8oxXbAn'K+?\;ˋKފaNEG0%qv"CPѵFΌFb[LBZdb0,1.+&H"`)Ŧy-м4.+J}5 9\s rXBvWA#k+t' cTV=A/tPW%yB,J;q8mouvzbm@ Y3JOSׂu.w.+}IlS$.s:/3 0-h行xH?z/d.1#,P5 QZrOaǀe/`(+RgAǍJMa}5y;kJzT61"hLUaI+^[=و̃,;gMm'sb¡^bL"\q{K\aRq2[n9g,DvʊzQZ9Y>ڣOD3pCFEI 6 TQGF?UWG"7e2О"T:lXԣ ? z ڽV:e!|3f߃A p[Ajz>\KR)9S\pv1LJd~9J}ѹJtwyP^)f 3ux *x#8M7VK.Yg)s^3+`K.&pH\o N昗}WDj&<P}PHd-%F\14Qgu}?3SUKONGKY<깃9tiaQuFeAxgAP%arXo# {Rң:Q}-\8@F*IFX#U0"eq .y| H0wg|Uk+6 ]lM|IKڥ&i;QYN)F N$]hWuBD"4&3Wj)^I_L:OBC^v@;3qgp+i|F}۸ e-:;C"ĶZr1TZc-bE&/ث7QLyǢ]#MA%rmĺv Zi2W7ןKۤ#!o>Ssg_+^AZ"ÀP»;[(Är rjߢ0G̭cFCT] T5Yi5?f1_U!}4wBЮX"5zZM \sgm[m=~%R"Jwŗa6Ѵ\t[D]LAq0Ծ~೰1Uŕ;Q~Z)ixv *-%wfcJYI>XLxC'V*Vنu,)*P7z[LesPyDB@WVN8 B #"3~WfF;X=קE\a|5[rLe,sAтJ"Gr1_Z.~WqQdn4*#(wTt=I ;/dQ-*j*v<nm̵2u0{!p- ): I@H:JZ}%ˡag{98i|S tՃ҂WP\ tўcrUH yU SFdzLuD}L߆Vx@ ,o԰-I9%UF9Rmy۞~%oR˰iBxΑKz;R- SCT# V{l]w;*0>d Bx8}/T99#j$rȖ|dSZ͇#&{ѢyG=**3W` =kr֑ه^6EXJ^Y9atЛSM+fTPC]|ȗXH)v\I&xƕ(18 [:Y*R?ݐ"䬩:$TJKg$m' {7ww^!|K ~awӔ%Is'e0M`xj1ICu7ٮ =0v.1TZ<5̿+ҿ>B;sޛydrFĞ@W B1b@ r.K ?A'wgBCz %L+H@:ޣ onLKR6[ru\ʃvYE?y==x{YbE՞%-sZ {wG/h1GwӖgg3(_xr gw2BΙuG,δ*I齃Ψvp,=X$f^)>0j.ɜ;ؠf_K8Fl"wmk`=O,~Y@@Vn06x#kf'8@,O2#N*.Ǐ 3BkN/*aqԏ t'cW 6mw(} ;v nƜ8/bb_vdi.੡ (CyqRhc=enQ9t/$7 /) 7$D؂ 3mJL^f$w5 auա kz^>ܚ jY!KX(*ݺAL8*"jY</6!_QOꈉσ֑K0N6L*^+ beЪ?+ݼ<Sp<@pVǼzjkQdoS]f3Z\H\/ܒ̂5jJ;JrK=X~2kC}Qs(eNȠAWCRE =jg,?OPy~<7e|yf2r~ i#~AosmB`P Jj!IJSE&SexX2ڇr[VykEeD ?^OC|| X- S__چFxQd;JD,[+bE Xݡs~IA^iɏ>" eWKZԟMu>!uEYg*y*vIuC e_t96a 7ap޵}WBe铂0;lW XPQ=uz9Yv \)ǟTT:">rPHD! >f)^&Dp/P$M#Rlր"@x]`ii>}K= ;ְ9̘ċu$!u@bb逥HHg\#}V iqQ&ׄ:7|(@.l40`K`J8cUeI|DpeMt. D m\_`J,b[&Ĵ y|{6x$Ny[su ]ˮge\F\&kz~DnXqUyq{= ,yʨj`I~ão>F yGct}OIt' | N?5ZƦ&JUt| ]2vLp0ndT }_6CP $3ROnsɍBVsp)9ޣP1ƿAn ,ÖLT(.*J$mXmnXA7/Uv_(zíL0*vv0kQAZo]EL8#m퓴dl#~Gu.%VZX\f'4O,&;hK,g>a&:A8cQ۫~dSv._H{jX:|syT@0f6!J@Frt/3MءUM·" /HS Ы}5of{3fH?nH8}, 54Z±JS*J:__4K,GM !V9o1{oJʤTb"sYEjJS{bM~J ve0A0 ԎPV7t3 7_Hb@c`Ե9{VfԢMn}"1:&GuѼ'PbiGdY;l1\Q9hFQ͚z>4%{XGҭjC ܩ쥋"{iGZ*%Ѱ[?r\kE‹٪wtٵ MVַ57`PYݺZZv,-01Ğͺ.U+⽖,2fq"zʵ cY6)1hPQ @"\K4,='&f7$OB70ECOWPA }C/G˹͟[,-նzYdd"- (ǟlG\I +k/T-e9KqV {&shs#=+"{V~>Z8sVHP 5gKbL-y1kHܭelH|vouEfG 2{o=,2 %At/VncBDWjq>J&α8޷GqwSoW^Ujc1\ p~*Sz|{ghKb+ټT{s.Nfk]cEUU>\D443=LXu$tifj^1~Ma.:<ʷKhaSSei*߹ YRU6hǼdžj?t סSg@$%gS8c_\d A5: k"V-) wȮ0fBBV6#gc+(IB'BSŌBQk:E]ykY$%&e%=qDDn}݁\嫚~ZsAL 774IKtFPo`R1~_M%pql-0zA'I&DM  "ƮjJ'1M c›J 35."Mb}U_>ת']2f|Nl*B\ƀU&F 5W ][換!a-Dh=D2Cg8Wg}%yDQYcy,ǚyeS"wLg+g-pbm@Yp;_Q"е #ԬHtZ9%q7-ݝ~pvF' h50#N3{}@WiE@߫q m&/@o l ث>nk:_úy6sǹl7E>r nb9{meԓ^QaYJBxImS+<Bڂ ,UO~`DԞHQ!I F_('28NY"-q@:9iVHyΎ2 bs?U}E gҕ q﷩a_'||&1.[MP;A)suouV! 4Ps6"n3 LuPl%ma.t+$%GhJiy]&2\,D>;zV.s%}Po+._5X$JOEe1|9uԡ)(Qq]GYEw&\⑟ݑzEnOg J_y37=-pfI4ͱJpӸ(^d^\6 3p$OȢvsgEc3 qwԕ<ۋ'6MVI:TR $ őg_u>,7ydv}!`&;W2KFYlUTɥ.Q3/ 71:^^j =IvlleBgyS{uOi؞] [̻Q0_mci_q˦HF/Ž(,94*ۊ+g^:l΂9/CCmūL>. 14RO9W0Z/'#2nf(MdbsL0_C'#̒ȩQ]aQH.I+)ḛ;| 8\ n!s=[p=dΣ,sk9DŽR.ʎ1/SU9;g`Ӹ vߟdx=A.a0̻X!UqTG:QavA_@"#Kv9"Cχ[ͻH[c "%rk8PM:[ciikW=}}<'H-4Zq.+(עKÀ3 ao}Qc,!-ّɵoq 1ݝ\٢/)N•,*Y ʠA\|KD=oMKu:c;G.I}|mՌ b^rhryV/RJ+dr.DsNn~#n S1*ZQJECGAKhsXtTd} $!m?**Thω흣#]ӀN71Q3ig8x/ 6x>nFѺEd!દk ;8 e rDY4A]ߓ?!)D1n*n263a>1\-Ngbh_L~R֪zCA?YJJĦ EݻZTk'@qTFwB.QH Ę=`nؕLVCw)ҁ&7G=;Ԟ'h^d>uq~+p˩sq%j$mmJ9`K9LFv8p4H3Cbt\"-*KFcvU!)c|ӟt^ZWl⹀ٜe-0I[<턟.Wur # %NͷeD} ?}:c: 'ra ghR`Aob_eEig ձP"<|&[oAB'7Z3,Wh#7vi.H|/ooęQ]SX׬9sz:"z܌c?fFΚ=ף%w6<6+xt6]/ć%ǧOh=H n<Vb.U0jky`0w <~fى}{pUW"f"H)%!7K =baB:50$pf,A ش6ım?vhò322>mɈri QbAݭ7qñBJn8` vɮÛvb칉x/ω$;2I$n[ɫ ?`SaP@.>e,2=YtH/z` ;EYsF\"Ӽ uU<ݤw<3DPqFH~+7? Y{\W5uL~pl"#T_Ŗ]קNr-? ؜wJeo}`s@X3"2#eޕ3n膿4]@iDb.qVY V(6R8fUVHgMx . G>pɬn| jc* =wG^E|NJ)_a_PGTJ* u<Rlq T72AБu P[ Uz'reh  Yۅ^xjz|gry! }!9MCq,{Ƥ;ViH~Ḗ:CؓC=3 \6<(AͿ S~ spVhy/Q>Hrw͊iJ ҳ.'h0$mJY÷aPpdQ\S2"D[첛a-S\,g; mZU"ac.z'-OׁGe)dxA+i qTNBLX{m|m0ZwIbUd i q]A.:J_p4Մ;c8nN*Z,@3xdڣ^F Ϡ]a`aԤ2DŽ|'_&h":Sy7纣(YazxmBG}*hrCn:x|+mr2J2,& 3/, +US3BC^n&$E@\ad .T? sMك6ePZda!^f{%֢‚AZ J%JV೙MHe9Eĭ<9cb!Y^r\BZ`j|eP  vӱz:iG9M08SuH'r7Gyb E~gkYHj tW=fn]X+% )\JbO+M&fİ )w5?[!#hq,P`DO0Iͽž=S1m88 lĿ,~<X~=h{H Rj< 9.GlDŽmUX9Ux #IRN~sԍɤIA\U$";ʣ%~EfѭU0" d|E@oX5+ { kB\ob䠢\M, T#HhQx('2>FDФᢁXĵ~lRP"\B`&6e(ܝ^XJ S^y’$8ײY&܁nhv}).Ҽ\(6눣v%mB]'5DǾ  [7l-(6sLT3[OZFGГYr m W ' T^(T{% ~A/|swGOwg0BxXjX%[g x/y7%/%LZ]@3 ,\ݑv=Oh` q$,,6ܗfk&'˔46V4ěDjњ`@~2 w1{ QWRS3\eQ3M=)-SlS:dҽ?]"w]Yuc? $~0ei>/.sC܏|SħDIVbtH4RO-5yԕ2+t,:w<漚c7nq)iӥz ;5tB0DOT^\ohRu׽J!tRVV0>Y[(`AKO)wip|fZ(hqPtn 3x،Aʧa$V~;JIӶ q^׭u. Ov}/fqVH^]] mi_=}ͫZ\RN +3Nqy/* B4vԱ"Q<Nl5H]Li%+ >aȤV5fZr$[~/E^l{o٧]q 50 (Y2_n6*@J̙#şB ]/.om%@<, {Y;!r5ɳ3MP9?2ySp΢BϙGzT>5X{@}ZҞEB_yZr4$1 k̭3h觕@4"EUIkBpo]}&<e{Jh)"P#L$EZ-#oZ~ ]Z ;Hw fw9 Ƅ_ٛOL2Ww#g%~(ؙvU܈^DQ0 C+ՙsTfJR&C]*4]AUJZFh]UU6m{x5P镰2hk%hp$Sdϲ>/QAH~[$y,"ӶwkTl}7gN9HG,29L5kLWQy8igyl嫎FPFjh WL\Je)iԇ-p{3D|#fc0D5m'qq\g&;;eπ(||)T,iFnzR%C]ʮ8`:N"'D"=fW@.\72; 3QМv)Jfֆk7} %oe%vabNiz"W|ZBG֩[ax磂>+N'Й'|O|'JA/jJyC52Fh {l oZzjK&IȕUE5ß/3QvАyrm;z˪;'cy=FuljҳG>$c,Fԣ+A8QPצ2u{ oqD}|CuJar+{k2d8[oc ߤ" W=8ΣV~Du7ۋ3nA^Pu-Ɩ['iq#/ 6 FKS82l]凒.Pl)':i,$o`Atk<ә{Imx|cL,vZނcQKŲ][џ(`sz=1MD t$̐wllHw%R|t<Hh9/߫['C3T%j-oxbwyKFvy7XhV`VGܙ\ح'q‖K+%-TB4 \Hy!ОxN,="aQ;^SpRG^ ۢ'v` jA{r?ifd~# Hc@=f%k(l措2Qp{~s@iqT9-T]PZ@h/Mf*GPn h 2tGPrۜ,=҅o踚-4n! T=.uaIl} " V"#~+\6'7](9}B0̏άE}K5G0kT@X>B?s'v>ి{+D(lm %l螞>J|qc=ԑk|H;R"y"/D`ωIA{f̧f"_@񯽼O6S Iψc}!U?*5˭BӨWUs/Ќ%M*hae8Iy OKm-xou&id&uq>hencɾ5'TtD7O R!7W}V*UzWաG*!@Hd A$Ѯ ¨ hpI#`]s߰<{3 bH7.]=z~lpOIVvTR& N Xl1b'3!_C- k oQSieǀaE b ]5VI ˎSC^3+q#MO{ ưC?= dveC5}tżg ߲G|/\cӋ af`Ou8g%(}Ȑ7+Dw?IZhIF?p.rPmz+Vh?V76QL~2R'Qy]fG_d4gT[ܲ>g}**DFyh|ٗpme}Ws;# ۟b=&FC#y$k[-[ӹe14M,L >_ sU^E" r]^X~ DDF(JңgQj}t%8*c04jhL:[{_mQ+8WU :ݷ8)L3^[y0Iz\Z`໷~\-[0J 5$7a(PBQlW]c=;OMZ!'W_HDlFǯZ3NE> I\%j xH bo)Yg,Zi=$O6ZvCҳyyPZXSxԵ\m `aGR-$d2@_$qKfi@Hui_"^F1ǣĤ!slg^Fx}&\5SA,2O/bLS~e.lJ'$dN 4jI م")ϳGw՚ҌS=geRk8 h=Y?nǫMI `e/xy0ԕ(d|,YoѢ>'|VU&/F]AY0hm0&",!)5Xj+qH#]ıD343 VmԜqkg[o Q`s9X UwW]DwH BnQ-F=S.дvr*fd$J1CCn hi\H#G$~K-G;_Q(۩/;QY]=HOF 8J_c6JrBBG,b=>ExDzp'촋Jt : z&L>nycrt=7,%>'R#3O.`Cs_u +ߪ [[EC*=IA} kҺߝnr4L'S"X[LȷjQ!xTE{,6t0b\K q_Fjmy0ApdwzqMr5qcx )8N(.K8mjsZDд5pF6ȍJ0l(] LE*\ڒG0DCG𺳂INfu)'|_pe9W**NZ25j5aT'P6VnL e#;! -}#> [`,tk$H2PhBzydWXOYE/Q /n%IC=1DLrV鏛Ya%DoHݐ=tlUAd";cCR?ȶ@.׆Pț TFFknB6jr3 rJ{Di Dl 2G,grx <3X́%O7|=UtxsGl cgh$|IcD[x{C-J2;e~3k^BN]@E(8t=3FUDi@C_n&xT*r.Fq$!u/D`"HC@ As+2rS׺F1y(sA1:=w;+݃֠0 ߲F^T8WB/Ѵ-L,o|֩/]ZNMPITu enw򦤣+^V:x(ۦ^y)O~ .FCrH9]YAx_%,zH^ۉZ z _Ib:RKPCkYbb7Op꽊+G;b7G [is7Gn)0FM xDϚue)tuZ\U̽d|*,kF'-IO ~MmN𵇰Tzb;Pjϴ_DIT\끉z>sbM|E/.T#LSp^n  @8l@5k"d@|cȓ=-cɹ#N!&͏_U˷QAlwGtKosjǸ0I-e1I)9Gh5tAռjIϾ 1(na}PWB  G3}<5IxQЪYL-yLY74}A_ğ%&vڥ˃f!-@H;}-eJapYey\qMSyܾ*SS tWt ybU4o171m=1($!F!5UЧNc#%H!TZMҞx{٬T; \k1Q[?N40zڦ_"ه&Q9k7,3]AǸ @9gP?)-g\d⼍(E"E=70$%EC[Գ\,Gsh#fө)^tG}Z5aC3qpsRfj'ٱhXgX}PέPSAxZj1b Þ2>hjhS<bfGxR#|wi,d~^ov'iAL36=ak[[ T42˼%>+iwF!i)rP(ؙzް+EC!4҄I3XhX5)}}@JAP~uW{/>;IV.ԪktG)PX_wIV,K;V9E /H< B"lBɭ1F֗\8\j C2"GPo.JS#!B~“8cc=AztQk7})c@̊jtQnYI.zL#yE-n: x|}nQ*vI(yz>co^E}M6Yc>^46:yM9t^_.!ݣ㕆 ` bxNғ $0ƏjGJס&!Y5w[. ԣ5qcA6VTsT]SzHF3t{k(bespSFZ@*v) OWĔM`7I<jӹ=rM\:6hIZ}fRI3MK=+7۱o(n[y)ƗnEqcq+yʴY=ɒtgE-t ²3ƚH uH:R MC RjhÝh;j A.說7O&a|/ U|oDUy4ȏf?h軅uL!:[. M3*'&o\ڟ%V=C`YW[BI߹4 WDBI$QX\PjgLtԳy]$֙_"D tc?>| 7"tpzD#d u?`>`Jֶu=fB%GE#۵*Xf@lDѡTpU4{}ja%1Ȅ5V˰Wv8=2<(/&RE:>JOaju1ű T]"I>;~W(xHܭRuzvglZcn8b\^tT)Z1O\OZI[B_NvTZ Yv_[u&ܳEoa =3}<Zs3xO8&j74VeIxpC`4c,Rɓ79b,]$meJnUJ;._&NūrL#N1q"uPzO%T"J˴8E ldP'1!ԲQ:u݆e=pf4CN= "dSk<i~]g/M=e@'{?ۋM`Ln܄.qJd][Sy*I hˬ/?e^:o "g9G\ӧ{A$aL6Z=/,\c$WC(rx:%y:SB 빧&WIv"!xӣ'1)pt$;rQ* h~WHAT)$d7*M)Ȗl`GI45s'{1 ʷYP.E>AF3)sOh*I%w.¼bt){1ȓ:(*B`!y\t=`33i)(̇;=g|$ dmр4(+Ľތ"Ᵹ7oRE)K(+\Ilǥ<6miBmR+Җ%9]1֧= ."lz8ȔVtS+O (hQ(txO}_g23_jwTBt5SNgv&f.̬"cMIA_K|m3"pn\>|m`=|UL'%1x04V}BfN^RĖHkcj[T䓥_ $!=Gi1R)ީZ9 74\%oBj|Ai6ua$=p:LZfMO\ľQ' r]&^w1,6w8 ''~3j}0쳊)l[jʪuN3mxj1p,2;Ҭ~-m@5l񢛾?%S`(CeXn7k&r= .ĵUt [Li98{{Ϛ[ݢB~BobƳ=1Nc/I&nA2Oy)3TM"8+)`\+d _R_y8k}H#'xv8._vSC|LZz:R: Kf/薃,?F-eЪ(ىy]kDi[HuMܦa#I"*zdi5Cfme{DmO&qdZȩf9TsDRC';C8߹ї/yEƮA^l񊸀_w`G7kd9y"iۛ=zs U 7 X&y={BY/'`]\Fo s @9p)5hp{rL^(o* .lԥfeCֵK83\AR:V"mM*h5K%keB텻:T˧'jNV'Q'_Kq ' ,yOC4=ث9GHE-޳S.P5%7[Q=ݛ11y$5I2ksp,"pw?O `nkܐ#XأM7rHdAbl:!v#Uhͽs9_5c#\ȈOSOF7s#t)$w H5>ޚ>M7B}0`xe߾jOHiC»K=.X2ub~mѠ.Rf,\p*G[2(wb4!| H1u&U=k5@c#S6@ʇ [ujLgs~>~+l :.9'p<J^EYz mt;ۣiHw}pe dKز΢0d뭤7^cKfS2TE|4~~0R!e"rk rJT 9q[ "U_"ȎWS)G-|ܶ` '_B[]QᡨO4_=jrg_D c`Q)&G}GQ:(p e Z i9IŮcu1BZRK_zB1DʆÔ.__BmMi"vfj;%xIWd6ĵMi0M4((`K&vgY\@nzFYƐ )Sj$JShjg1 :n9"2"F< E)|8iވR<"b95vޣ@w) ڂJ)̰9M/bn5k?|):^Y-"#~(btZ5Җmv]05Auqyj%]S[4`ȍr[4"|5o$ uIҢ>8/R߁";9eP@-g]g>g=|,p~Ǝ:2{ ǥ6o_972'Ia<bow2J%ɥpE 쾓6Î:Hto5zO_6~.N)C,;b m>f^y XZYj$ݱۂx9ϘozJaTywtTnes4 3GFERy!3OJ݁t{j=rX 6~B Zʊ\d9D2meju[Hh:45±#8.].U7@Cɞ6g>X3% N > $#qWdW݅ c&%ttSf@رt:&Z"s` &wC|T[oxȎqa\5)M^~0ٴMxPHPu@x1 e@[ 'U#d }I6`֧ƈӠw7F'S4ͱ-V!I˱)3&TZ1'rSoY -RYs/U2-sʢOBY[9 aECDe{aSk\ӻ?Ɓ85ĩr Ռ[`P!2E- WhW.Ű]qf{W"FJ~},ݒ9YT/EN.M}!`Vsq#?\tnG v/\V/TI^8`gCzZe;=!G2D-V6o u,)5 R+o+V=g#Z2Q1]=zR욋 pfȤ|*];v,e{&"Go4P 7J $Jh=ŦF+[,QD9/`Ѥa\0kL`nOqEz7r(ϖ[$|Ѕ0 Ko;.`5N88?Dž;*0F V8s"\/SPŌmu1N<-C#B7((y*83 a-[( `]y\ɞn/ڪ5é&_LQOO l Rp'0REI"*}]ؘTa< CBEUp k_ڔ0j 'rM`FvVa'% =\`tw#x)B2WVղ=@AV_϶eiD$&,F ΰ_Yu%wTV%{7"WsSVFa(tCX30H%9F= hՃe׫0T 16RDJJaϾ;Bt2 ^]Yǔr"ӵ߳ba@s!l*v7z2MnٛpY~!Gn5<iqzT c1 V}yv4⏅8%$ӇlŠmiM츈R#nO:y UŚI<xՊ3o/5X W?g7.s >}n% lۻzw Ny)(w 堚C)1osJ\8L jE?b('ǐykWݑٿ $#i*\)F41Fd? qg9x\xRX&:R/e $%`eq[ \i7ʉ.ؓox_p~Yu_I]^b^{eہdP:_@0HVu< 8 9tYĩX$2xpn&ouS)0h(0J4n,Q2X]M7~e*VO>+ؖ[T+SxCy017i-IZF 0>*{ȈA${DCj^768#T"P ^>rI2^Zqtz0k4^NJj Z.zM 5|%OXq6"#ja"q|H!ݘGݷНo[AW v@>5(}Ź>tϖu`mv5Gxr,>e}X09+1&u0<+dvם+i&Ċ^|언[9 _&fx-NE*$Wkh)N13txy4܆0": *MX{emYE<_TuV8Y;%jM4B==SP4HQ1~ɮٸRMD;O"'Ykgc ضjEQqM &r !!>o.v7%QJ#Њ\,;ʧNnj{Uk2 u"F*_]7daԭȎ4 闺zVFCg Smw 0B͐;y6lK|*]~f!WSwY&H2, 1])7Ϣ&ApQ v[wmqǶeA0q$-w* ,  }ASR8(u 7]/JܧS.)nU!l+j܉fCAnrGUڇ1snN뤞O Gdu8 v^żݽ 9 ƣ_\`s,Hh܋kR wrXjRse(޷YQT k*&#ag [Ԉ2ʪxKV?yZ :.Č4w3E5(=Q&yrՌN$\;EIk%6f{ifZ!Ǹ6%kB'aY&_ÊG4~S*I&I"BCL<\ 3^(kԲ0b(Mr(xn9"PkkJqjģGչ!5<;is  @m yE\t?B6_G!VWHVl,mpx`ucATS AwN۳'Ԋ^sӮQ_c=U_uFVt.inXLNq,|Va1՟L3o9gvpjNwIRx,V$no7ӕs[KEƦL8l`߲%̶?S-}}krI MB$)dn-.SAQ(jvɃq2`"<9m)ƕNRngҦ) F&Η1닰g x)gn(iw}SI֌dAYA&0g+IUGYIW1dٟFjy8 < &tꝪ$tcMfVXx -Ύp'A,WW |^i)ticH |z\ywظ"s 9fVMeŝJ~.E(;!47zhhi>(5zQv'#7MSHhԏ rs0ψE) ,9?tù=Kk%8u@F]ÿ3{sA[Z죤1wR14v6Rj09B[^3lHv.~'DH> ifl]ƅte \xI%](EuNL\6}0N0R}Mw浚 3oʌɻ^mwGĬ0U%T~3\bXu{::37q6)PC9FTcD=w59V\'*P/fA,B*%܊{Zf\/h $yZA2wgjGg#^;{}WJPMTPxլiǗ* !iS(%+u}Z9K[9)J2fCTrC=8R!jn 0\ʫk3My Uz*DJ\.1eޭyΨh2A BV~i_ zQ4b>؊>MHw¶cabR O0\R6/|FݟI=qDGS۔oI7t !m0_k60E'ܜT*X? C(-7$yAR` "sj\DVӠI =e]8%FMsKQ@%0S^4~R\CM{&(-jN7 ky"ތr?ik^ك',߃<nYx`Pxu+JLNZi@A;gD]Fwrg?R$UkcNy7;`v~JY™]4)DRbA\CHB\:1p =aXL/ %caв)FT )9Ps r{l;}c6iJEYb* okw+d#bʙ 3,[<ۗ4ͅg]hUQϩmJYk*e {p_ fԇ;-fALEy)qo UNEc⧤@SL&",q]| *kH~&C!|BU=x.H2*^0MZv.£!X֊҈(*Ђ`UG#aS MBWYG7o3hطiL TntLXr"Wg ʰx.=(oBqjDT$:CRa{w9؈*vZMKwB;/0eڢZ`?_j^gXVذ ǁ#=,K' +_/Q|reVGX Af"zj R gYFjAOd.DY`L06 [xC\yl_5TgZp!F|5A2J ߾` vOWb< U{x,Ч'[: ۤ4wᐙo Q͌ď 'AG4;{]=ٖ:fj 5g.B<b9APJ'LW:5wXaB@ 'QJ) +@X SחmM*s4U(@>unfG:: ;޶ö*&-HuEX=;Ťe|2Q?`qT9UPR<ӣ̦r+Ɇ/Ǵ %pl4zjI,rv$,ޙBmتJ٢#'7_I$>mj͝!Q< 8Xf]*;)72x~G/ӣZW|/3dT%d^nYmɒ뿪Cqd `znrkFs}'|tjQg;4}7NoZKI E̐JʀeH{:]He~HG{Mnh9s2hiM!4LeL#X-R6)¼.J} \J|s܇.ҽ]=nacŖ~/UB/kf(_v?3(q24j̷Ɓ@1/a=F U㛋ۇWXs񎒦pMJ0;cs[ɳ9`Kր{zE*v'Ә7`s&Jmy6 oO(c,c*?hTB쑯-bf/=ɴ$蕟?ozUc233[w wQ^ ! ږ\DƠPy=7mU>nŒv}hfM1%_InSa6RQΗ83X_MFCіm.jVxHz0؋aQ&A?'q*Pcr:(O+K~:orkE.So5eMSpkᏐjq@c5ۏ!dC:muakgV=+@`&\6 |+#X>+L W/d:>~Q@*oZáb':Ft' u>,k3G T쨌< QBUa\ޕBȱ(įW0MI <ūI{{f[(1 ˹wމw*;~ "E:sdQF7z~w* ŀ?5(;u:u!\fKLd)]<x6c9fͱdfwΘwRaapv,4V0?60#LX$vbAkU?,r.VFqXA NԁLJb.".& K'GBգ&jYT=rNS:.+4!&6եIIYihB"s6l8v /8i ;l$}9C j1L6¬.>hGM )F=j0-o]G:ĿT[DdW2jƖ'=YK>~*ŚOcsL n,nSp(jK`KE7X-r*9ioRs;qTu+5{MG-$ROS$ =9^ɡJc~o;`eK}u;K"Rb lٖF>m[2B Yמ~3WPg|tRSCίH~+4a%1}բ?l >ZO,w0!('*KɍF[Y˃%H"sS>z,G]IhNaou}bLrD2.b4c敘`x<5*f$V^[%:EPHꨎA8gήf"[B^gNWR UAH=k*AXzuMMjЏn̬9TV+8N!l3H5}ycu>o37`9*OvCefTvc!wPA_ѾЫ׀[&oMEYIF+<D&< T8Z7h`l-l(;G?#!x,j.4?Y%@K!p_$x"S1ΚdRwAA.۱@bgG**&Zװ9X&L+8"tt@TkX14[+Xrtohg▰5A؇>Y{N9 +4߸+V+n`HRʳI(5a8$1{Kx SL}e02Rl  q9*k7 Jf$+ f峪dMzp[% 5 _g+%`}VsG]d0 W^+>,()eF)]LATDTi)v<_p1\j>z_*^Բ3⣙}+-v/?Tp΃mwkVbx=h=ֈʍosJ[3`~8>{XC?%Ba2$.Dؕ 3z+ &!qwM 6xGTQƨHI'ۻ)%6="A:G~DMf&&ȭ6#$镺 ܣιav0*_y ,\'B2Bw|CW+ㄏNTPSgJ%cJkKlBmOOH @պaB~1_1C^ΡlW9`ٟ hi; g@L*K'#.쥝zUalr-! tnSub&Wk{n o ⥤-v֔B!H{GsRXTzl0DR$kf>szZdKEca ~F; !=8vzAbEcDZFލʆvbvdʖ-ecZh`fSƥ(-8aW |8grv+@=.Xf1}SGPI*@FS  ~2fA#dLNZTc;`:3`Y:v}C= Y>0;emgIXVD Bܗ|î"=Sa1w4neX9i>SCMœHi+8; $ SUh5pd# qwh#8VQ ( K/iUErBZ^MɎo*bbxA!3ؑJby%ĶJBRT~IUֱIdAnsnX=Fϵw.d;c%d֬;ˇo6[ ;`qڬ)"n r6˿`UI5f#{q; jp7?c!·mR7 scQ #v >ϗÿ΋M4I_^d.;"-:xv^OoN} ;F,Sf49|sf7n|kRo4[ 5N8hGXO|vpN(IC@T ãzaLh n܉׼j^Wn49YsautM%5\#1iOn*I-<"FpOāAD(ײ?1`fQ6Fj7\󟅇5XĈ SR ($K4R83q M~M~=Hb`@pݖhj#Pv@ &wĮB~Gc %E`bn13\C~<\NpGpE4>2]QeSQ'Np?k|3 LDO#{4(/2¢X(9؆|5(ۋ: 2~7lq$=:[6q7FsR%5K$/a)E;vڤa&ּ ߟ硦[q`c>c E~7uR5QeV5@7^\n@Bdm;Droh) |]w}h ^FO<3/}̒cYIӢU o(A 8AOPqeQT~Ovu]҅t #\dySm+|0ufmơU>r,QU }]IT3"Urmquwu]՛f< Wcc WNVj @Dx(*AEIGuwu"wv@fcEb~lbpFcns0[6pPhh\\bfu12n%9>{VY=:MȫM -gD1碆.~T rcQ?bK }kfZC.\N5V@~ XЅ'c|%~ǖڐ\/yXi'ږS}0eRgpp\1N  մ\v@㛚_!1a$aޯ+9 l9>@ŤU_uutA}sMx],KSz;s@*ׁYvˬED>/F<+3?=*gownU(KM!ca7|6nwxS7őqe1h`3*06l%@ o+Ͷ'΀ ']3=PYGkS׷)>8J =[H@wA(÷d\Z )dL2`Lkzd8u6v gD>]a@YCYHeB >[׻P?q^?b1P84[j]A=;%MwWX'Xb_ Yԑd1W6}̈HX'>}zo3\n2I0Js6/w9'cDα: xFyrf¸Z!mU<7l*_c&*[HMY rVFjD]P";âM8EDy[Rs\ q$3! Nwl˲I ot1XΥTky513]w^[(%R"El7bUK 93jZGAC)W;UPmT<[{pvl!V#?>YntG?rP%4 [}(K,թs¦C}k $ Qo< 'S6HKZZ lda\tE7uw;ۇ]֢fϖi@9EbQ"oݢ8o8R)|^Ti@;-Ϩ#`|w`1S`.<gnuf,)ʝM*~I>};ѩC j7hP|<36fvReɧpի:eRBu-lVCդPן+bNDzƊN:^k1=- ,}Z.K !F'h[y 뜨Ɩxnہd$]T.$ =('u|ߐ7FÊI~bΥ*5ҡ"z$uF\VzBY\T5,zcڷi: 4a5`szW}k3ZKrڨ8Y3|<*,ʲ(׎/TEd„9rSN/ &R.(Çs> F8WXUoT6SjlߵAJoP=^>D2/j x&4oE#N:}s +`ʯ۬ IUIEFpdSWTy9t'qt1WL Q#RGoS~E_a jj!%yƓo 7{ߵ5<+X-gGm26P$XzH=^ڣ޽-0Ozh:"$Sqo}b )[bv:B5URz3fmB{9 IS/jwb_jԾ%j`M|/,#%^= wmt8Ly"Kx&|OS00ʪ5܇~@dgZ|FO"nv%dɛ%;~-f! nhڂaR4181/Y毬;&jCgWDX;.Ŝ^p12P.?Kj>cbQō[Kv mJUZ%1<#m+t=y VH>ݦ_3MqS *n6 JJ qE:-zO+nf }8mÐAmQ@.?L4sk1Aknˢl0K9jBSڄ^fL^.֣^̪qLy٬l;4<=߉< 艪ٱ&E5pB*\JD ş AÑj[SÖo*fK6+P^,c_rN\YZk")#E !HVJaknWHg!;eYS6%-=o !.&l$6F~|u ɚ\ z[lXq蒆 ۿ X +Um)m\GK؈xsG+ܔ:L3n]Zn9tb\X6UZ%4lcX19+ZiJ1mRgH;B0܆VPX%3^ `1B덖% _S ڞDc=qp$&܂§Dfabin 6 PVղ9&GXiS:E\21"Oݠ徼̦X7?hgpCDoIqN|NV8žy͇b 9R}IȨ}ң|m#w~ɺ>KM_mthtgQJԽq]|sd"M:Y24ku,GDEJ@|:Z'uPQ[epӆfpR)[GRjNhw>ءܺ?.\t!M# c, ]M =!]c@G5_Hq2&ܜB:o|!A7:|yaG},ԎAdXOMxSn+ ,$*?H8 Evoa6Sms`QF6jq(){ah YJEE?H,_J1ϤkǷp#!?S;b}teݚB T}ׅȁ7iqWgn! 3sD푢pRns!&>F-B - CThs~+]2h&dߊ12O⸝Bm}?<JcF. P;.fHgh28/T ~QR o/Ee-0>ۗ}jb̜- viv^8 !Z ]Tkd##ť]֌/?a>&fiӆHl g6!AŸVME\x|/`Jg>\2!^ְIZ$sAv;(LaT+jl:{ 8LbĄv=]Ʊ" OZ7W~be_)ԊN詴!Wij1r?(3,*~]^.I2 _ъ;CBa ' ,U~R)GT3l 薗1\j+"#ǿu>G6mHbϠjy>vK5ey 1>ZAor bjYfί_5eosޖ6'F E'rfͯN$ّr&n*r$! QЗ,DN Wla}D~#~dR{Vs釅3E1YE>>ԤED.T뫝? 2nmMJFd6y&Xm1 ]ڂ>!>i f8Nzؗv_vXC&ea-|Oj[":@nI0 Jo; b}F{b6 ~jbXF` 0kf$($rʃo0J#tp@=ŀ Oz?9X)p4׀^29#6ZȞ+r?+Q'w;jNp`%3%G]F<)@lh ͠]ܯI4}?d/@B{?s ; 5+ .(^|A)E'xd& mYq)V+t,]n TXH"10;VFT ±d_z O`(xR+7Qz7?srٴ$ck2^݃Draq̊6ߒ㺛z,<ڶQǻvg4gԼQ s6Vwh+U}[[(Јct#Te'x;祬eT I wT!fʖ;j]ǞR8Hη(eHmh &͍"zBkQ>L`3E oe랬O9cCCgyM8 O4T~[V6-g 0[<h4qbꌌj"ü@ނ% XȧA!^pc`_ (yBG'\!tZTmQ$or .TVA5@XAO$lb5houn԰r9)U нbR&]Oicl* y,"0t O3`.Z9J>d1(k+{>Yf2XPbG4?KlMfu2Iϱc'zisOeFhи\Ӱ%D2I5Ϟ1W&Kҟ?maūtH$Ijeƫ-o"N#nG}OU]Fpa:PDVo4z?EM 0)6ג'9n~zDwf;)Ft֐O`b6#$* omv ]]YcV&;*a9tڂـr1;;p"13ǓG,*n<֎|i׬lQCSنnk:ġ}nմCy\a>_Ҽڊa%aܜ9b}5I*a#Â;{(؎:U–|tPI WMT *t?4תV\ZoS( kƸbI.phwԭZtכ>br&f#[e+UiyCEEbTsŏ,Be)jVF*.g_[D4~zE`vJb7t:KSВ `>Bdil.|"G_L5N]jZz[xW2&"R\c: g5QsT(/<0ogqݴ>R: l+CÁs PhB6&3UG/hdzt"E@z~E!݊ P$>r ;L|e7_SgΫrJ&1SNc7M1R#' ]HMoalPA&''7.}0J)u*$U8Y ^#=nRuEf0I0Yi+Ǎ~q*wSY\0)V8N9v몋:JkQj%}# ZxO%:N\_Y+ q6%qfՌG5s#aTzwOymzŃ#x6-L `xu2ыX("+xe!}g;PVkˌggl+ [u ]%Yx-Eax|XL1$(iSXw?gQL;N@M1rwx%ێ" Ӏ:HsI$<*L{i͡ϔ=㮎?-3[qQ#^~I4 ̘w0֧[1!r+0 Կк5&QJr`bnꊊres y%<@P6YWLgîs㷖IѽZDYwSS~RiHo"-%#RJ.Vx:._8)HxOp9.P.rNRwrMC.?dմ~F1<Q+uZe࡯Nr;bR YυNYC򿥧Z"qp/9.]`R6+3]}ٲbNI~ #O3tFCQ2~n!Yߘa|-<3}ߢ2Ju*>P g=s>0n~tP .D.QEƫ2l8H%p1dA=wZjE8[X-Eq1=E" %8 =_I~‘gJD15wC+#)sQݹ}NuSū J8o0KN2-8ML k d.enq\M,`Tۇ`[eU扪|(wC ?lkz/ fOB2'w&(V#|#vlG!#Y4&樚,@/aXd^ 9STw߀N"v)q±vCМ+1yYzE (#kB2H˦.b9w i"ro-r[_Ƣ3Cլ>Xڭ_d3ؙOTTLͰ]8Iuk2f4Jiųv`k)v Q tI/Xo4q~ܻy.ko(Ug$7V3,n7alHbՠlf1FIےldtۊiLJ,rTN/p!=碞ZxgPR5sF>12;aY9{Gֱ$i W1\gkc@_?$B!>_闧#2+@~F{= @1 h:9dp;'4[aqlDl˒h&n+?ɕێőUhAr)A& J#`+HwP:mqp%jWmOϖxO[=iQ=[o15I ὫSߎxXA -$w1i/ '[4kSJrw𕈮+|j4S}Ju܍$Dךly0u'+A#"˸RY9 Ey*@W%FfV;d>bŔ{ tIe61G JI2b%!vuo7DȪLػ^;`T}݅sfL2$|mz8dnђRRRw N*G608v)M ~P;9B=K+FҼCIq$%+p*>@Ԗ_=ͬFmo^ɢR:˘A]({<؎]]yPd(xp[ f#Ṷ~͢n(o#U2k@uSՈ| [xEr)XjPటX9=9Ӽkzg[5p ~MJ;Ӹ&\& Ml|Kv ӿf^Aǒ UTO.W=QCj'7hO=W ەFxg7m. UxgXˏ0+HfU3w=;5uw.f<l]]Ċ,Yl<ԶQo^ ?#j\cBEfؗ 1/^¨\7t[㙾\1bJB8.5|>sZ¼7 { Ot"hbkwDGb;:hgҦZ:%+'|{Ԅ57*)ЄiqP 6:&`ll5? xPz"c@!ՂmG_y%#GT=og Q-h7N^+FFW&,+X^p0i҄K.iuE(B?]i4٤D|*VD#Hax;o+ .1CY'rn/(qA\"9_f'M?*!r@fne-i"k7q5)4!hJLOTd-+ZaZAxc }H0 tW<*q4^8V1M`]]n׊R[LGuJ֠p$!Ws䇛n*~q3eoCpvDUfq3:2rA%ZΤv5~OLVt_ #=|Z9IxLKTj-֘$4tEJHaxQaG]oflYeq1ԉ%t . ?N:FO RPp߽tSTݥnSዪ]$ˎ^'k@1tjZ9[/ 4@:ewZ-ֻM 1p03E:?aEF?C +/ݦk;I,4]1`4VeLJ%#>ե4ԼmAAfM"h< S\2F g \IB[c8G!˪7cBЋ";euB\}ՊY[]|#ߒqrb; 5,aM\w ,Js6~/^c>n]1gg&A0Y@n4Wφd-,z(Ż 3V3[ay P|0B,qvN[!M,#ԱGviE."\]|Vt\f)M ~ C 㞨G+RF1 \u@tԓR'!S%^7 jhipB~#^h[i[\9ٽ17;߮j@2y='̆ % F,Jrzb֊ c!fV0wQ~,+ԚWv%bҁ"Il_2)!H̡5ȧ1rɚ`Z=XK ?2ĥ)UNqL~XJNrԯal-b߽M7⬵bT X!1H!~XoFVQ]`ic$~%Er}Mq&$]H} ~#J#AeU# wWX/ƨ:3qKSKG5 LP}sXKg"CMq#,9gԃ>KBPسy jr`7 Jq{YQ .>GޒU>&2Çd5T+U(Y8KLEO3NH|'}*pToaK+5 PQ`ܧukjVv⸲O_UC3ded`یcFD! {tFoL5Æjڇ dS-?m1>lLNu$U]"h햽# ly=Jn^ھbH+8Ijw:O.A̅O俒?dxsP|uM`͹-{OK=N嵶 <.Y HLsP{ e~Ό-6H<`#:VDLaMMb!P Q}@/]5Ί7$%MBc9Ek =r,YaҤ7qӆ!󩇛s'} )(ȷV:{7ƓAOYRr*2!B:};U/+ 92g´\.Ɣb4 TA:*Q#US[Vp20K븼ƿvWk$ {m .D6A!pl#BVd)eh62-xy0g#o_>[1b ©Ϫrت 3> AGH:gϟ*a>$_;6>Zp2;TX̃^߱|g ZEc<7 Ff竤<^ss휹TTťqA? BtuItz^~ԐCc7e 6NK`Pøgv!F,o' J}A\Qrƾڅ KiQiYr8yӈ0%h.+k!2宠U Z٣\I֩e]Y\ ƄfTB _@Y``:1`Gncg ']ó.w<$[J9oCǰ+yr}zZ mv5#uՑvkh?0jzHTC6g7PR$qL->aV}Gxf_y{ éC;hX63UEa\pa-=H8p<==2mt찖+1UI-E+zOjΥɁj%ÅCF`{)7^@Mdh!zNmN,FAT)Q|Od6Ȃ_$.".3qE3*~\{,< @X△ʟ*Oe5;m"ΤA{vҊ,d)e@B4_8hګBd40ZHf+&FH'RxplCFuNtHC×!I'[baދ[O;&(k;x*RS}Q!`{m5 *_/n'0LE }{HV\DHQh31)?l{*xbm> & 6责 {~>)d=܌5WN"fVcT\YY(jfH6ڤwU, AS B_ B\fг?{}_>I_b9?6 f T[y^5tஃ]*;٬Hqr*'bq "<1auaM:a6 _3R|w TL _r'g@dFwD}Xẖ~S` =l> V;sNyI⦈䴰Pڍnk~>@s+o L^.x66mjS??ǪhC ::Kg%΃dWIpMBҧ=jr;=5Cfͻ.]DX1(j'% 6sO=~qjr}jF;5R ]G+xD# X ] E¼>wE .QrT~0bL)dnY{0ɮ`6rA7qE8ZIn0`ծW.A,a'1-`| ZS\X{yuEad C w8ϴoS^wel3&=mvN}4J]P7dJcl=h@ԐIH"W۽N !S,A~Ѓ΄=M%yv7Ip"Yj9Cm/x .E HK\Nnԧy>v8L;ZGናQ~>DL~ oqc6 fB@ RGJ>4[5H%u۱~C:l xS~jmM ĹbIC [e>%`(0-nnq M}à!\d-]RV 㚌(V"S&b3s04L!T׃zS(/DoΘ Ųn/:/@:eXQ4Qlh|z;TQlra<0&S41SG17.G"($* osiJr/=mU.KAF~iIfmN%iwLG㠩0`)m6Sү{ waHvHcUI!u%œѣY>((ۣ-*6_`9 &lp\o&pi: _\Υ -]}s81~`H\ŋЪY~CxKQo= 3²5rf* `6B$XshYRHEdŗ'4'Q M\AYc461>39$UN&  ńM-M\MmuHT#;X0c?Run)q'VSA Xb9݄ŞGxpI"Qz@Ϻ6 B&Z  NjkR|evx*AQCڒA.EY…be+5 ':SS35~<'`oMcj{.\bYmڲ՘Tq{($F8^s&_,Yux/D=n߼XLCĄkynA@?ohMIIW0#ӯ3NC޿/e8:.LKU-R\戽}5gަwCG}]sjt<]x(}qqrkJiҹ3a&ytK4fmZE%(&؉>@CYH<xZ8#qeDVS. JruxT+pD||lӢm´n`GkQ%Q PJ!ۧKOp R}ѱt)iR -#O_M*z+׫ K*5;!ƠD=l_#Wӓ~4Ővq++yw'wovN:]XS/K@1&Zap+S &)PIcNTȼ#_cg&VeqNTwhH5o{=I[2"ډc .P,;;004KUآ|bZ=2m mY> @ܔ5?>())̄]?TNXqKp~'Ji.AJ4Z_ȭb2|؃DhrQ晃4 J"E<0# U~m,1]oEF_%T+ UA™0,Z湡뤚dtWlvxctW Re[[at_9E}:.uqoy8N# Κ͙} "=o?i}+ϻB+ @'Q8_ZY1ŔM&[=#8/Op \}:QlÏ@ZČHsN5%$3Ҫ|myIT$)Gdb?,D崷;$PhW8Kd9t|YdY6c+-:%j^l Vb:2VkʕsY!Ae|MIj]ww[mI fL(暥 9b.6&yӇal ؏B|BqixQUvMly^)t(tE3&ls &g;ZvݏV@ܷ7޼{fҲ p"cՏO $}\2F%.x;?":3'U?. MxɜƱܑnB*3_RF-Q(QYU(Ez}>h?ʋߏJSOrf-xƮ-U{dTO WvZ5n+| s/}9nJ&2^Jm;/$R x#7\Sd}\wqBLk7 %PV dǽOga;=A}T.kh۱/ݘYIT/"aRGG9{9 fil#+Qh&ŸsNgvg/h-EX <`| ʅZZ>o$KbvSUGx"4]jFN`r&; BQ JA6 Ʀ rk9ny "tJ᩸*c)x [B2 8H}H $N88OjFXXZ5Kx?3 $yAo3Ql]5?jC]Ջg%% ݥeŴ_&ywrwgٿQ [ &Die}x/_ գ0wۜ(B|p(\G%܇b&u23O;u)a%W@1a!ǻi'rԳb7!CYb9f*U M?t@).h{7rҘznkmjZLG;> y(e1u\]/јUHg0l:\0zVYAoDȯV&%k0L;-,(}7tm-H%kT.w r4 ;9F}σltgPiJa e6p'uΆ6͎]>n.޾_E[$HDuȰN0y~Tq"|7 ]lT5\Fa!A9#IRz6ʺY#`}]Hܢ&T|"6_&lH Oa{FXaHq 7 avKp֟cY42/0sh~I,Ŀ]6|3[d&ގg5i?Q+0G\yCe)EyOr"Q2Ɓ7Vfpb}Ďj8Wk1lD8s(M IrV*ui=fV|A12s!T-+`YYT!qn]A62VPPY>8`pB6k0&}n/Yi)%)V4z2fՃ@&ܟDP܋_as'üf=*q^Kr_d(WJIRKo'uD$Y#p~syõNnں,=%@b=#>\wvṳr8iA#X1dG dwA%99[|2'ڵwTGrixH=k)d{ D,{ uHXA@؅F c խF"lC.5rvJр:jy%IIX?v{c N6{A bocLL-NeZ$xy c>2I 7Sz,BP -xs:T;j3l*rlj\O*e&n2n|{:Rv%r&#R9҈$+EjƁzK N:mXO|V PKNWT.}Oٚ,'l,pHv2*;FCZ7>sK !ϑ@4"ɛ')IitV9%1c&wq^歺5Q.GNĔoqA\ )W'v˨{? ioVsX!X{zsq܈qXcBmPCC}q"lڦEꖙoN#;#*,``'۰ Ovͱrcp}ToΞZ'cHY(YäN;e|_2ESm$W+n׼UČ'3AoS0Ñ;ZcŔej“[L0U~ߒ8=5_XNk|qkv/\nsC.Ӫ7]x]В#N_+5;;1SKElXʟ 9&"NpܞllP`DK@,?"?F[;%^=4l|z\,̟{*.,o+bY,_&.%8.rM\_W#]B-#yn%L}O吕@Gcc.F0g8h*b ] z;l6dKV˒lFaMy͏϶DN'#dt~L^/_28 ^t\r`e:;w[x x Y+֖ҮHk?ڛ&4eu9p8uw+Onhq|6j0N/nawxU- .B"ٓ6Qr>2b^ȡnZPf38ofcq18dߧpjSzLd.hBsmD5"nL|> &i"19HMml244'GCH/xsiZj0݁T쇓BУ$ cA2NΦ"w!V&ʷLJWd= vxݒU&jMGmM1;p]pp02K)6@w)םe٩Ϥ;٦z9Zpƚ*K/$֮jiش41 7Paa~bU*C3|m077[ !@(?gK^9HU%[KtrҚħ^JJ>6 ?g"炡EP@+v(Kѻ1@4\>z 8y˻%LujU]ĨM;:;nM juaO *賬Y^hY?zz`A_8_F6Nhe%z:i q5WørOKau.PC܉_䝞j2E`S8 ^AIŠ.(o# ʎ26صؓQU BVEjR%NA< J)(t[G-+ f1*l%@Q-SR.ZBwoMql S!a[1kՀSu3#jᜥ6 HoW霝ŽO8[ւ|GFGkEq ‚-e}a"7[ٽ(lYR-h2\WhؓɝrP8 <Lzh ^XWG_*#59\qS@ƣ *D[X\+@yFW8d3 d!~ݓ*+6Ehl ?D`Z .'9&"k-wIb'`;PyhN/o=V綜kmw;t {}.,;1B/D9̲~rǦqtRmxCLU1vtZ  $Gɋ<( /;fӲNNtDk:G>;`y@hg_]{UaLJvE O1!VO8}ͳMQؖ 55GҔߴȣƏM'(q~s"C9 оmh.k0B+f?]MhPT-bn&X O.e›'IᄒsҰ/%p :2:]ȫ9=jWjt=F _=2.y8)X.ET#|^ Yu:TqMS^B *p4ۓ .x9X37pV#ſه5k=<*d黲x 6F 9Mupe.AAioցRlZZIuFL? RAV!U7B+"r^pʆ+$PPlx.@Kd};؏ f:֖sٷ( ꠧ7StL?^G`*uK&gxmn0<,fa fRk}'1ZŇKUߢLA9f`68P76mk gm/5Y@{!WzGFKë 5B#zq8-^RugْȲvB~2˭mQ[(MN/I.h&[т2G{`JPvB^)x&X}HDqV5$`gmuTxhcΆKY>&N9'frA|]Zq2@S pTMyNĽDSl?*1o_-b2<#4n|SC7"0 `v,e~IQXQjJbKz{ =WjRB Mc7#vaq`X7(JW;φBH 8RףH; qhv6 |eTVj;ImCkbRGsPዱ녳`@4SyI QB&h UCO~>E*Eou:u>DĄ&)f+0 a.n2%kjc0T5=NS-d(iArJnl!{dq?,# [˸ȫb}"@:5K4 9쇦1l(5?۽yO|Ys$P]:^[LZG`Y%e1`. >͍ ұ^=񻛦H ,/bF2#, [༃A)wٙv~BNdR@_&艌.foQά0UPUKD0a𳠪rs;Ř&>4WS|<{~;̃V{ұ0h6F,"ELY_9G5K&~%ڹ( PG4ؖZ"_z`Z҃LqwD%zrdMxtekíjP3(+jݐ _8/ݙK]|xIՍ>G> лm`"Kcn/y]CNwi |:! >ՙ'x&V[mKDB(u[Ç=ݒWVtk6h:pcɳϵF?,*Pc-<}M3x)` S *0 KzxhD8U4A۱p\SlL`ßKb Ӏ  mL!rUe׎4(aCZP3!@΀ɴԑ&=)>Vnza*6Iqoj8eيg.9 HbjIwʩTy))w[0_Z`-\kt)_$J @.-\R+hYЧoMiBm4r7H"*ahS b26=7r ŸW u2OlGnXxAh~ă!*bDע p>1uoxc 09Bлc).3_s,A %P mu"L|=T\H]ABeWUH^/Ɨ$U/|}Ō[zeTEKsv+qN g$hB#S.}I|OnX@J " 8mI'\_bc82V$W#E$@ >8-2^%U/m5uN_!&x.vVcOB'xWnKr<ٮ믶WF$@[e2\붛"'gD;<n4bAD{Q1;5ڽ7z /UΊ( mDi)(c*& &]'ӛ@jNUdR`6I(+[ .N]i|^#gVw~GthxVTs*LvZ-ƣ5WM; `dTZ8ƈQbmKVrѴWeiN`Wi۫|d,i~3Vƛh]fe8ON²1)! 7y WAd/hCjo?=;'tV=P=ū9%hȵ attY^ZB|~U%Oi-r J*t 1 n2 [T~Vot͖ x?E%AǤHwŬ!J-Ԡ2aK|Ҭ7;Lr. z"_!Xlۢ*TtB ^X܎K$d'^gW}8'\η䏴x~X`bEw]#Ԫ>)J-1}N٨3J\8X\5{nO44QM;~kW7DZ>iDUda?OE :`rxf<6 Rӊ+pҹᥰWv84U܎G-HFx`n@i'L+l}caJ|R6H! DeIܭ="D_O_VJ5c'nWVGS/9d/ wRjEVl>eڕ7[g+^s@8#=Հ-5筀Ƿyn3b#I 6h׏@,Do^z-o=f5IsIbOƗ ^xǙ6Y9؃#vzVx̵q{]_iVWHxt;:HP2$$B f\?1*+w#ž+_;Io7 FTHl}vh#E`JGr e9h(ܖ0`=HY]OclkXEӸc;jd_ q)h G2oWnEHI)z+).Y>5Ê$Qps1?qۏ4qzj<b/8;m0? _*ZNB3?i1k9b90wDm?: !4n7? v/l;G=8'jS_y[y /(Xx^:aJ[-l+\t"]|mw$j)y Ӗx:P!Ifh̜q0/)l`\7qQ*ڶϾLWlPziML[Qyf6 ,.ol1{GV1)6fhMp02+<شWܠa #z3#Lg q3P ~c%^mP@m@9Rwܣk)΢kN~A`S):?е7%մUԩLf^H6ZEh}s$}xP*ƒQg>Nk}͔%Y7,vZ/¯d.f*%i3S܄BA:gA`JNDO#|ϩlCN$=S&FV-/rǫ|NhhIjW܀D3~Bm++z6  Z^Z@z7&hp<#ͧb&z'dL\A}Ή>O9{nEmwM ű[_]ZƵ\%`.;Aм-@".M T @ڦ5zl1XWq Y4iљO[P6g_/@GJ?L. $W _\ Rꆩw\/fg1{jo?D) i!d}i$~`'()'<5 KЕf0;̩zZcˌ>&r.>ˉ$-+Oh*=v0,q/d'ȫ?a*X(a6- +du#NζB5Ҝ,OF_ BuCal?ь; fKO56$7=w0X>kCA:tlH%rw֔ ux ~S.d'q!-q2n",N &&:KI3hL2e.jp8.Nl1E)K^auEq͵?,DFw& Yo{&0/3ߙ]F;˦ <= cEi9_@ Sˁz|Ә ["%}{կ kO){?Yʶoaþ~L0c5\q<O3-DW?] *$^6l$R :wƩͫ qC4kA/UU" * #뷧1<޸Yɨ@na@w>Xqͺ4f0l(cdɈ$.kcv|œwX={c -VAE -_BAM(Ϣ2ǁgNs<=mټ7ҭE-Dx5DZ)@u.L1jԖNeہ65JMTyN"$IX?6)$/f w$cV6dȻ .P舡 NxtpH(pH'n),OPPU*1IGߌ4өue_`9ɫĢła8嫯׿X<Y|1}É^`ye=3v F^=T`wb G` ?6ahq,.SvN!7m5%`37J{: ݴ?>׹Z.R[TR}ZR& WuQ hJf㯌Am>'0Tf0gع!,86kwg_'ĬY{9F Tqk㵮ʪ!&X,.=s^9TG*p!*Ooګ"yj2A?jkF`Uv JBf:Ֆt#_AJ>ь`(eFnm #9?T:pOmF`$م E;1Nad{/4ҸHu ,/Wܙ O}u><$j$is{0~%K~| [2n@9-x$ŞX{q_=KˎU@>)08-T> m"Wmؒ^ O9!ݭ-ALW+.1x:!s$ B9~cE|z >H6]c^sr][V)6 6 苿p:t, wD;>h f/хscV:^3920XP 奋?"/BFAnA@&dJ|>Af2$'&xϮ|APPVnS}[™P9PO Qtp|hs0pf$.7vl tx [0/s)-<c57{N$ T{dQcӤ:ghgn&I*K|(+8&oxP"¹}fC|ÙgpqdؚmU;B$k: ԟ>`KrM&k4#A qR`aeJ~slT 2Wjϱ߂n1avG `'&Jd1_mXoBB* 7 *|:4!}s R1Q(` <>TeL֧uKF'dKaj2G-ITdްqPal,V#`@OEzy3~;PJwt ?Ew0(I^lP~ (teyyUWk Wq4f&"6Nj,(a^i6[gzRWaFǗdj#$!rs~|X7{v}HPk58e.'@^ =RRiNy}{;f+5B+?0 $&oO J@QtM^h*r߼OA3ꅣVB5Kw- N G;*\1.$*QUQ і+j\MN8V3L3z`=8Tt\R֕ 'L0bcjE=Eﶛt!՛#5LkSL~@.km?4rZ&ƃXlj|Ȃ,"̎n`4)wIkP7a jX.AtaWئPWN-?"=́%V6.m.f7ÜWXU$B jӐBl)1+VL]t^k֎r=%'FVy]a"%fPEgOEhͧ%gx*-. ŜB)U%e-h _֊VaX/\fvFH/"9pg\5wdlAbS,tvO.cD$1>>SmLƲ,^ұ! rjӡt[N x䃧" t9:TGOɀD82`Pwۆi`KTF-CQ[[M3}nr{x恊dNL=QPqq7yrʼncsݹ`LN$Y˸^ \idUTjmI] l9d)ℸы686Ɗ3KuV|(.^w>|Y9 E)‘Dj$v{1&ǣ< "+oūR>T;EWW &@"@}47`03{cA[Ŗw<ɘxP@T Y'"?Bx(w9=ЎiڂGD얨h %&5mx5?7Ȱ]} j,F 6H&Vw? Fy'x"WZgsBf'}O2ƒ|8 AJ.6 %&LCt_^ ~:J<5pqM!"h}GxD'>]w35֡$#8,* t,ÐzL=`Ϥޟh›kEhN=˙ ;WoPU:ؒͻԸƧ=nA=Mh j3>A&ǸQVga\=X6 *=励LomCniBVGFb6C_@]Qc͌:.b[>aC}3wH}nO+y׹_/%[&Ό[z7_2bοTlz9gδH. 8ZFu'K"_a am @n!L:^1/V_7S.n\\uP & 'jp9?}1'AjVdeeIq"An,Au?0$YI^.. EGW@dsjw e`xCbv zQpLHYxa Omӵd46=RmLI;[+/2't )+L Dum s)ҴTr]8>9uTk~ŧ^&?hشq'dJfh9&Ռ 8V%"\B\@m et`dA6>ǯnMT6sTP2i=x㎼<\u6[Io({_`N-_[-]a}rs$µj?U^1E'ɞQ yDW) n^q ;b[i/ \k$ $"<#` Mn!7! S_LcEK`!uwy=An;Zw͇QXh:AUY|dM QFkzۂz8@&aWapݹU?97;kL 5ѻn^іݴ0g2^K }E}2PKҔDn5M^\DQcU[`7XI*c Jsu\*ώC#ΛK9B%u5a `$&F^'ɭs$Gu LZ"%\ʄЈ)"Pџŋ's+t g^ x"t:^h_{繸awx>E}T4 6v*2IړR& V]*M@G# W+tJ3Cֺk] =a6p #OGC (h[{h륭\?}FBOHI3FeoO)[ԴO{8x DU}9=1h?vBRJl>!vmz`:o_1ory/xmR^5"9N /Ւj)xYH5ip-Q^: 4EBRr/Uجi1(AiD71_bvvGbjӭ*qyFOBKp`gf*ؼn|Pr١3e)qZٗ"#~)h-@SBޫ'M6z RfH߇Eq'{ⱧBQ gYBNmhwæM3ކA\~FVmaZW"KیkU4%`U+xq$ys=t:ř=CO1q>鱴&F&d^yi^Jg J2 2Ho5>h?䙧hn7āY'Winz%E_*@Ui' AnKZ[EC>@Us$raнXF⠛`iτW3zUCc,k\k[j C"ʾtwO*/<ڀ8R|CvP"Wz㠟|W$hҕE3=SiV]ʥam$*Ort!@O {Fsv0k\&-}GN$xd2mGZ@_zc{Ȣa0sŧˠ'4F>LS|Ȍa0v505'\G}=[A62"`*F~6ah;eф'(PT'9L@YdPQds]uG18hi#ӂdg]2|'& , aTrLۨxtl4>3W7& ³cү6^?lOD2{ڨidZY?5Ѡr<EzZ3`Sֳ#+Z 2xdᔷX'ȥ&J#: KSUD_`K~.ENE9sI).>K>,|6鴗^ ij4G&-7{\:q ,Wh,@.i G-R p䷋*V.0<]ņ4y.T ߿7rioXLMS5"kn[1=njlŹZfpyʚ~}F 9! ~{̑˻6K`2*&OU4?dF}l~mƅ+'ULMؗL:X B~& [ƂEX27OnPPҴso~IV]l\1vzC%g1Ket^mC;9Bck^TqdӴէ8IuA@Ж3#&)[[?`g_,Z/.':%C? lC yv".X|۞⺛I U V7J25q1qőgS.EpmV݉릂K(J728zg5U's"XZn> KN ;{Yi#:aL` ~S$/D",_j#ރ$ߟ%}MXỸLiEu\}ѝ(fe#Ki:g]6@z#2 9H0WcpEn["e C~^ 6T2"m3Ѣp>H0Dglߤĸ,1nb">7>|i- >*ZGmdrvc:2+&Y$Z,P5taӳpE3,XT_(.nIa$Ȉ%QHφTu{ΤG[ =V3먑\͵_'?T6FviWɕ)lj7|ߥjV(~lݍG&ou9 oELn gC爨wV>" -CUȓ?f,y]a4K瘆,@%P`b%p~grb^B@0鼵ܤU!e?zj1Դj|;陔&V D D`N K7);dKnEB 'HZ"ƕ"%onxכh-=*܉Q$E\1 VU݇w>F8\).s^ԛ;Q=*~hAV= "Gח3\cFڐ8!K($wڧݥ%5-{\"v2"Eݚ38L{g#R3_D<G0ۃczA > s'S}7 з5\Inf@gk58/a44H&n {(\j9;Gd9E<Ո %sJ_F ӆ%Tfu^^NOګ+Ѧaֳ(sŝ!//FcA?مq:eǨU=k}ұ|J>fI5(k-Q(cxdLT8V{om`ÇB0ᄍkdy̒ԥY+EX3690CdCU ~ e2ܻ2־zĬޙ-Q0 (HjN"<@-{ѲG/wB•Ci ,Jg"wajafFz rwhIHI*4Ĵ̱r%!!rd2潊 >lXYtv$Wp]h[ ?2է."j)J 9lfdߖsdNj}AaЁX>yd}?u R7Qo& k"շtSp.Lq<) h:v*WQegH(\KH?[U2k{ !a(3w,87[Q~PfXkrf czI'Gd.)9+VGCJr|P3G'P daPIKTI bz 0@T[҄PFM` %4ԥ]Nɂp"T~@#,ՉGCyEC4^i8 T*Ҿ'/h"!8&pŻjpW.v޷@w 9ґ)B$b` ywTS D[QCפdF;Co)OuVtu-կ`.)7(]k8+6жf2ǧ:uQޘ9#A>RG_}XNHtfzҲe&Kp7&)fgnPI{y3PmǰVuȉzQLI.Dock2uiH|CWz*?t.iC nf|[6,L1ZDcpw0x]oi'md\ TC\GQmiLmBGY!ڿ?;h'?ADU<IE^h8sc7[οYhj})4nvНojnbp;FC%B/C"&%Q dSWcK 5[JRVf9Sp?UCbq =e,B/3>Ujmf30 %P 4],6*гffݔU<]kՀFܤ@W0o-|IA|ۦ.̣?HDx ": wxe`wwh1't.yC䅇;{q̦R`%STpбŤzʁ˟lhusL1Q ̌۰ k*Ci:=8bDjm\ CDE6:,O݉i]26Vde O#y_t:#O#Q6PK9L"V UPj}惦} ':@6g~32dI_HY?IfhJ^]|I}k^RͽW-FO;:yAs+zEEB0nZ(PZUP]ÿ+&ZM?ei:qwz L?T9 vsٴjH"zCFkXi@x 7@ΗzlؖwR_M*#6̞I3!Upq1N)8(ypA?ho4z3P @2ۆV}M_PjkPD3CC-^+=!3_Ck]a˹lU3rus <B9CP-Nֳ=["ұ:0E8)g5 2E=7m+t@O2#Y4ꔾEG½r"6 F쁖/֚7R97!+t>JYN6qx:U) t3ocXc xK ǾQBw oM 'KRE1$. }ٳk,| G`ʩ eB[xy*WhcDGHg֡_v؃=ᘳiJ$eڤgbfey+ߖćY0b(H(GuSfJ0Xb IRd VXd3c3K+"!*`*Pjmx2 mEy9*8?-lTQ^ksǗ Hm$EgٯU v06~Us*t[Y99#Ѽϴ)ht4t RLJRm:D#1|Z̄E-a3wOzb!3 y6rp^F' #zcb!H_8Q!F57R 5oW+L*&I{|~<$@F]M@b?r?QqHX~] ˜m`%RK|acv Ex1\J WRi zGI_|%W5ӭ Ӳ& q??&I!J$)PS9,c'"qf'{W"JY+I<v%h4(q,󜩦W/ "#>t找G =z% T[ַ PdObQU&T.gᤃCX-3@ãp}q-v I,2s)g[b@hC]6Im@-Fgp:hXrL.is VCR ngǐb{$m77Nd;M6tJ;*BJsHYt 0;A~~Ȁǜd6a056QeԊ9JI@Baھ_iDKs@m fW[HvR -5ҼqBy@lsʎQG-ӕ\^~>q>'|Yk: C{knx~H*JY%=$b8CSӈzo3!_9/1/z9!`\*Vu,ӹRphݩ$RAl 2$ BJM#Aל(RED_t;mX^[ACŖ+g}i'0H9w M /U#Έmķi 85]cRT fCUT\-ZcOlxC-gVCY@UUrQXe+!Lji)K]1Kjb/z+s91:L VIg*ϘEqPQmoýWp/'p <$<{ةly r'h 5<NwN>@XKJ |e[0Ė3#q:LAQͫ {E=3_fKD$A}Tj;-~%}|Й`8xl#tHyrwqDQOG(̐ nݷ8 a#TY]65e2}ùV,4","ͥ үdጫq>iajQDF ?Q<. s(?h7eU])N,wbI:͔ J'ScE$ ZpXKX R43 ()ED鸸O9eVu$ 6K%M/_gr7&E<;M3dsJ5m3{P$qJƤǫ}LP>TIs߆0{ '? ] :J?~J! X" R_3LA1GaQu;=Q(*(g>d̙F~ C4!%(SQP v~{!JQ0,m1qԒY0`oy9V"5-QBe'y3t8oWO%ְt|{T*/Щx<[o5G"6!~}M!$+ ' ,1㞖ML[:L?;OpfA>[Gǃ$1uwwe;!ԯWM"HǸ.L5]Mʯj71ǐQ+ tbjV %Nq!qJxP_).0Wfuޘ+}z#OqA}۞B'oj"ҫGpJH\zx!sn2azȪ*F;_@wdae2V]{sNp|{-%&IKo}mWD?4"\=X4uN":?= qhXߟ I&3xFJ(PyO2Ŗ4P/BRcOIF IBln,"ɧ?߯L݅{͏dCdF]w0t Qnydy!F?(pr8P҄=t;zR7'LZIyX@=TTB1,3fg[8-dwe dƚg2!h6JA@—Ѕ$3%PZ(g?gn82ds2$\k RmBd ?YmƉ?Z&3g9e:j|'#r:!蜉5`|Dش%k KEUK>hq $?ZQY]OZQ:-b$:&PjM;JT[><-'O,Oi꽐<$;f9,~>o0m7*8>d. ]Pgi}u;zZ5#iVv^C\͠n'8p( _|2=2qZh!W/K&7!ui:S"&wOUuPEz*c[nVq\ތqڸg# 6:"hS~M5Bҭ}oQkn xTVT{AL. 2LFW\*UG\ gbFfb=:R*R0ֹ527 C60a0BV.]vYt,!&|7iS]}9 ()2>ɸ+l%"y7f)I*s.u؆ݘI"ȩƘ;y'>٪{9'gzظ sc'=/2#Mi^FXnT:XpmrxYv(UV eD)6bHMqo/Yf%9L'Jf.w5I Lkrs'uOnsx} ʷ˪b_|4w;nDqW^GV&bxSgh?pغ4D8;#1^t "VU ;q>=*ąƻŠEMleY#IH,yOQ_!K*9 '9M^`|8a >&4o(F"e_l(~`HKX ĒWET@G%H WsiMReB:2U$([ǏN\LF M\~s^!#\6ع,kyVjeowCRBYxAu7Fr i]p):.Z" oEƜU{4 &\1LMAk=IXSe A9.R|2P'#̮ê: 35ox4aFu,Mqcq2>{ $1⠁_ĭq$ =z!qtPͺ$#$y Dm\c@cѨ6m K" QoےYta.%%vI¼?[_ap>$o9kU-39 ݥ TjzŁ 7Exὅ@(@*XS_AgmINRC WNND5ɚ-oY# G $e,cWF%8Pq ju vEe0I6.l]2tl ;2qTFRzM q TyKI9nٔ%2]ȼ-Nèٓ3Ɖ % ~,e 8CfZ<Ҽ) ZMB/@!5Gn[̽!"d|Y{RqGܠ%P0#%&xz5/In| Jpٚb%jJq%m2xvr45pp% !}L,`9hЌ[z }f|sJW5,&@.ͯveqj₆'u@`Y2nS-y%)HRxR]d-IysJ;Ji n!T>Uqy,3<#bi ׺2۬?Jd'7ɞo 穷@;&MK,+]h}C1 VQ}(6[P#y2i{q~&pfhm)lݕL¯rX^)dE#Ù_,Vd١=??zpY:DY4|c--JްGX7ȍJ`-0@[fS|3pV~p LCӃ~y'-/-jI iYFTIM9son;P7_^b#M@OF`Wwe/⯼0\#TZE\hm2Jh{r #VYהs/,E&cYd3"eY<)8WUͼ=t's.D=+d; B02]䀑}w fMvȖ`ȞZ3rEfF!'nbs/O]:GĈӍhmr݇:q"4YY0\^1 5I&I{W+xUn@QI_́AX$CX1+mM_1,Q}ZQ>&J@eJTHǿFTmQ|hbV7S[WxC6b?q$yRBۈ>`d>27QEh*U.at" "LcPJ?uΦ ,hxeH $z_^nZ5ܰi)4k9M{; 36?˚uT|h*::)} MNg}C M1]MZ}hpC V 3vdA "KI;XDiiOބK25oXVxAHva]$Ԭ;Zcm2`6%E;;8i.q5[5P`]]`u^ǜ `qbSj.3[w.| {IFcPc؊ yiWfx^xͤj4(+WS*0 #:2UlIس&[q0ܓ픹^U( v@ 2O cUmoY$ES(f?,bg'FpxI/D+ޣtz- ?96oahMӤ\,9ѕ#Խ;= Y'f$dWm^'oQ/?C+'Ek"lAƑ(B҇[i T2%jG/m|N M ,Aa8i#]Z^ l Dhy!8jgV }É#`-qi$StpK *ѧbL,2kab/qH%J|#vY!H^c3ODE?YQUrqBzzBEz1Q@lJ#2p-[P7ꮹHIe_HL\7L0lr$r}>ɎكէT$9n\WSL}_'d),x-?1Dl#COu`m;p3d`7ڭdb}Ž $nH}W,8 /Gӟ\hM]-MJ"זaiQjr=W.8*ۈ8p?)rdxDpP:2 ~ZsR' 8m4=B.<-KOTiպ&XxBzC,НRb=c|gG?זW!h4HfV}Y|SE1y=Bq!j[Ǵ'F@;hG D<B5I$ +a ۈ-`"}>aF НmO~Y8 K$B$TTcxSS)j:BSf]f"n-A8/6`?mOqDžM<,Bϣ{&peCBAD&Oۙ9V5"^!^4g,aVHMW:RV:g~G@<gџ eL& YZ