apache2-mod_php8-8.0.30-150400.4.40.1<>,h`f"Fp9|@i fx%BX7o>qs: $K}j8KXo&_k1Z/,sLo)ZoFY`#ZCt#DrYW&+ Cd kM.o{uc!c߈ %g ǹnx l!1d+2 0BgI28đ7#-mprߥ֥ke.t1qt3k(ET2 0yzF(Kls;t4mdyS.\9w,V1 d>IX?Hd ( Q $=^g }m 0 8 @ P  (<P& & &( l8 t9D:#>p?x@ހBވFޔGިH޸IXYZ0[4\<]L^vb߽cfdeflu vwxyzTdDCapache2-mod_php88.0.30150400.4.40.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.f"FnebbiolooSUSE Linux Enterprise 15SUSE LLC PHP-3.01https://www.suse.com/Development/Libraries/PHPhttps://secure.php.netlinuxppc64leif [ $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 fiuRЁA큤f"Ff"Ff"Ff"Ffbbc823485312b0baeb5f36313b5f04bf9f0f08cafd4a9c07aa5057c27ac2a238c549b2807fa90e7f7008c11ebb9a5fb317d5f121f941ba35191e496c3f6b42069c113d557e59197e4183dc4a64d81b89cbfd75f2b312fe058b7976ca3cb2663rootrootrootrootrootrootrootrootapache2-mod_php8-8.0.30-150400.4.40.1.src.rpmapache2-mod_php8apache2-mod_php8(ppc-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)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.40.18.0.303.0.4-14.6.0-14.0-15.2-14.14.3f"\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_anynebbiolo 17135224118.0.30-150400.4.40.18.0.30-150400.4.40.18.0.30-150400.4.40.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:33460/SUSE_SLE-15-SP4_Update/8aa2c558c05308cf45428149d734f323-php8.SUSE_SLE-15-SP4_Update:apache2drpmxz5ppc64le-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=92cb0a7327110b3ff067fb5d5b7786a9e6bc2a86, strippedRRRRRRRRRR RRR R R RR RRRRRRR ~ qVts ,f># 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-879ab0bbdc8862c2591c12512f248bf096e2bda64a6a125b7d715a0114de3b24b?p7zXZ !t/ ]"k%"5okw@_N9ֶH(Bo<@z$(Gd)"0I1t?!ְ*N%n %0ij2脛iD03u+I*P ?G8 ^}e{3ksOQm W-@39AwU0+ kJmkJQ;p=M`-B@%i\ȰuCs{}~TM©{QXY|%a0}2LQ?">#Ş]@O* LDX (4]5$TjT<USH^q3j[Z_g^k(P'ڏ?@csnkүUn`p8w:$e${7wv( 0iJY 5 @c=g,̐QF4pd*ͻ$59fY,v9bQѲ΋Я3N vл*t~ڒ6,\թ3&i1Jp*. _I8uo%[rx"euFsK**x~V1o]%BR5"=xTg;AjbxOeԶoCg0rO.lq3#1׷rIc@Y4I=#e ƛ}k?, ĞȥQf Zl39q2r'zo$|)ĶI'-aV5"԰ߤf$fϑ<)ZWiP.GZ23Jf>0R(a{ӾxWb]69F1cȑbW9H9FIވ)acw/OQ|1MgV~+7A|-"W aJTyC1l|D58 ǧJBn@ܖ>8Mp=, i6֝?!u|&,\Dß&5ғ^]s55B6 NU bks+npE ٖr \Ž#g6Motm4qal1T 9ЛGn @~]GpGuv!3bfEsIQ(77#ݜ>v|z$P-)t<09!3TU4k Z O`Ô%A؛ >Al#hHDW\\=!&CV>n Kux_漭GQEg1]Ý c01aUr./\@E^S},ٴ6!/qˇ^(J'L`!0ʬt &0o ~?Gg=lUA%ﻃ' ob4BG|2viP&W4jݫ_Q͏fj&'%ՕPphO.@`({'L^lIzTi YkjLǃlYWUgA*=i$Eb>4G&f9#PޖFxX۬K ogN}?[[wx{݉v4L=TL#'!b77SP2k2j*2̻qvq<ܙbx->7+.CЙN\֨Qf!RM#BEzGF01XL>5~-F2T~a\pq#5ati5/(t9{bN_]2'+ēj bNAVdQФE|F`''OAo[a{*7>wtcA]w렽q{=_jUm7ƚ_U,@kB6M}%GT@{ը,B0Kk:@ o}Tѻ&ٵj z.@J|'y: bJ>P GΆ3`SDF--1bz=[q!dEq1 DYDYLu#rl#3mht ./LfPqxοo^ncje͒d[cmpI7gC< Z1fJ4Nr2pf:4^ G`8r[gԗr4c]˩r^#BΖ؃0T,>\+NgZ<v;](mOnjvF 9Qp+;i{qx4P`įڀXLגRiI3p&֦aW諄MW;FP-$c}T]^ ie#e}5T|:unyߝh8E#۝@qG, JuqvlfvIToVS%@hĸԩ-q0@!Gj_}P[7oHE^ښD\F,?:`wX^cjAoNqed3NUe16ZE?LS MZ%̪c5W]{1d/ ˁЦ0_e ZsErDžKڋQҐjUa0 rv 1B,'k#]63.zE%+g 6nQ}r6AYuΰQ[r|uAnh~4ZZB_ި vڞACSx[6SZ˓WK$3r1&Sbѳl֐hCݩ^ލM /trqSW֢pݍ\f]p{賴_UÉ<Eꩩ_CS%v0Rwx?nxo޻Cu<(FǐN& tVE,/*aPe yc;6˛lc}F=la(,!,]ʀu;3۶nua{ʖSo璛 G}0$hF++i2 DHIr mY'~( #S_ddž4Ež-7 ي ~(M-|}Wgsv 㣟`.l}mJ(H~./_|TE`/1p,==#dz˭Yk1M9t(мs2jeJ2%*$P)-JT+3vDZ2_l;b1~1AX؉a%B Q%1ZUMܹ`^F9X0F}?ՠq<>Ԉ )_6xCBLҚA ^y]rخcd-ii[L)~.ɛ lލRBiW.W^XѢqw@'έ9_CrN[o6lXTc{H}Aм'ByZp 1ՍمqQ/sEA:LʌjpS@\ayI7Sw٦j. 40Tql=˛S PUCCpQ ˋMAf:aj[1Kib8!/|)ܫ2Q ̀ :g0EF]{dʷ7-m#Wv*rQ}J-+ϕRw40` ]|ݐ~:]D(>F3etկe[l fnm:!st9I7n-E=pZ=-kk4.}!d%h:N.Hp /zh?PNI[x>PW)LFp3EQw߫mD Fjc~{ih/ǔ5c } qQy>Eր{d'o 9ƤlGDq9Eq-JLYnc!q9 )#0I>kxh0{BtREnO9qhs2Vݧhմڧ@|~?&]<{ i|_+L ){B5y\!]W.&>L!/D}Z F>3O t`wJhwm\<6hzmd)yΧYJ"1JW+1mkNfbcs8S,Yq5 zl2+Ae YD1]]r! ݺFĒNlČ=`wLyVgg:)$camA6}wqsrfA: ћ"ٟPD<8?!6WPQw73^ГB`;gD'?*8Ķ/ o?&ҶggL8 xu<Ƞ}$*LT&fX2E~_Vzu&ɾ 1FSFd(\q@ڃ2aεXo ++_DF#.@iT1x)-*<õ`q/VU^wjw&`ńUTZnqw+bOF:҃p>~i&rDWw~ :6s?@QGJ>>y}VFV(r.rp^GTHռx%x|u~TpCʦ vp0r!8a hca·`|+;"1)?ص#lM iYjQzVPc@t0`u d}p*.f,J`ߩiue֗(/(mlEb;H"lkjJߪoH–:r CʘԠ5YJ:gpc3 (O]9\Wt2*fx ԝbK?B* 2{: l{[ApExSY"5y{fit0W ɏXZ߲Q)`Ռb1ef=GU^o2vJ>g3m-z0#h!Y?7XyҠFc+T|r|v{9Wa 9IsO5>[*́ /$!qkBށ-aqcF!]Apm]cy;_}Ndsz#7 DlS5*Vt\ޒf9xг9&S[}LZ= 7]^ϚajNO&eަufwTNh4乵kVG@{6CBٗMu|+;!U{͜ȍ:IJ}cx;<L:]N8'4:mn9U}ޏ(`yf/e"pdLrH ]8OW !bb}nl q}P$j#46m&( MU:Kr)pOK*3yyz2nW(Q3mJʒlR@D/,pU&I.SdSq %gQAxye =X(5Sw&2 %̪Oꃾ%8`kALYҥ9fU eRVPɓk޵{Nz\_Ĩ5}.,%icЯi)iK)]I 'g;EM͚8[T|?]=he8;Y lqeBRN>ݩ5FyL8N;$yf2F/'ld$۟dD:Q3"ynAҵK4n[+ChjMlӫyJ"p4Us$RbCqUCF* /4M{0q!:bz=;1WIѝͨmK9ū3;} 5bTnXІjW|=Gk+. ) l 7&|/=aMLHS%2sf~n58[ g"GӼ13 L!8Y׈U?;̿ ظ/E6Rcwm[uX8d:q?/! rž*20zp ].+Vz+ 7pQxP-ø y}*LۆUW; Lj=<\I-431pc_R?*)Ac¿T1?)jj W%Lwu YrvO8!R';yF$Va_M*?wAiEXHX3`Y@U13GL(0yn &t}: :yF4P#!|(n*wbcco{毩Ʉ_Y+Nlϥd6L&  Go,Y ~mDFY! P# y1j)Z t]IFcӐ|9FhPq7YQ9(2si\95U2,EΓR shX̆8EN o0 j. "I aw/xŹ &I\ؚk HbJ8-D^S B3E R4 ړzdOEľW5Aևu$Jʗ5cg#=Nl֕Fy,$l8 MI Dww҉YL \%4kguXQɂ^ؕ3j_UdJÇEa0)=\ $rA{cئz,$tS_t>|PJ-` ߩt|3tU̶ #t` C!-* u ق~d6&5a<;b6j R|hWi||~S¥f+cjPܖ`Gf~bGԎ}PrUyɼ{gUgog>&hKLȂsw_@|mQyyv2CR6JV< ߘjS`$V#Ec-l[V"y3"T_N‡[AZFu,nRN4,ю720~̜3jO%59n`Ǽ|_2CMӂMLQ\٩]~-~- YVމK]4*̣{MU p}D؏8y͢xB ?'GLPonQA4 ~;j.l%R]ҏae4Y1ŠE)o"TH[v97v }j1$>_-Wz$@YGfA״Z\VM!ZCҴT1 e5@,j~zIÙJ$w㋶Gva T\gڳ-3*#h$T 3m$'9-Oh2|:<)9g9)=fEXjiysM"0ml_D N4H ]a$C$;2$Nc7X93_m 99'@Y@ \{*K֖4e&nRP!4,#QmT=zR}u$;ֻդ%Wz5~6thܠ4,L֏UQѐO6_K! g:&*_SF}7GA h:p­an.Թ!(v8Y=m2T ^ O'u'q7 IaPQC# RQW82I"Tʵb)WN8vGgz$ l^ejZ!|l7 eƚ[[*5*p<˃eѽ;>#.LڀJ-zjslMy N%D'>L"9y$K7݂[Nq07,~<[j82%;Zѣ=JӖ²~ ^Lle|eVJZ \MVK~Q 9iy5ڌxcgqeLa̔5npPV,G"r/C~] ~m@Ԉ/ ƛIv-,ҬtTՖ=q$ΠǨBlq8Lʧs28L(VjO? cb叓g7V1o桿@0#ť"2tӝ(%`_:uE?J٩OSYny>WH\ۺb=:"j*:+漈3Vr.߲E(~`i9Ҭ`X_QdPu}U⵾m@jGC,\4}CBut<ʄ_"rV+|{1}d0z ~IЀ-kǒ>+n6.Ŕe/f"/!̃G%$gLq:88j SfM?;y3aFtOVhaT gٍJbH} &`c %q^DHhۚe\La:݀{n?͵hQ^_^_G7HSƲ")_wk}'pTE0xD;ڇ8< c:>$\@r ._l\+ٱi둦dA}+4UJRZErFLϟ~br\zjl "#:w*u/`U# >^tt*FEtYRc p¾&z_!XiEQq\5QSUVf;XSdO=\ -XGP 2 wX)k+#;Y>vp)Ovcs}$<|4M 1O(ZZʰ̮|P~Ht3fSxaX(3NDK̑^o~QaZ\?|ڬ/{q3vӆ)'P{75!:vkg?nKAfTgD'||[TYD|}B0]`IHyK^b0Qk<&8K7rTA_ zTA3+ߴ.kO.,'7ȋ$ z "hYV_x$ժ٭,#Yݣ9&-$st!2nxY-hE U 紁#z xK 8蕢Q,ef)">/Ik Wq=> mCb2oUIoIV 6"(z$[T!C<: Zه|T{>+_f?o&!ɛ\N\O),3`܅`ypCqǔY]^G`Ľ䑥4i e5#{0u8OM%?0dTOwj@߰i PclRZ*N^w/AGˢ ḓWQ_+~ڞ'V :qMC-pm} ҳoy{ _ M-UxҸ C,e[CRX aݶ_ַDJuG2{ϱK < UzD Y.!"CI"?)-|`74;#&=Svfh$TwbUy@@S*=)d*ś?v'T;)Qi줚}ʧ03.=VGdu/ck15D5Ɨ%R7gj ΅pS=B[}Q[-RjG5~gstNFF|cJ~VXD _P/!E҅9?%V͑d3f~hl? ,I_P +S[Bi.TSJ oޫ|Sg,'K0h#ӮBx a O4*`' )7R--:IκڌE% ͗zsF*1jj zI;0X5I”<ǁDTsլfh@&.cRLuY` RC1{_K^áܽɸ#^ְG3,Ҽ6 b=GD4ߦN-_d\~TS}{SCF[Y,EAP%,8px:<{5C@A 4?BޔIy?Kqn(;Ux> &9˷2Ljq>eͣg4s pwdr|1?lTܿӻ[ҏ"O΀(i|1Z5!0ꢓڮ2E=)n֊ʪS[ <0sV'( h4=>}NAŜ*%4YpP)SEae13 MWT"#&`:Kij`ɫK 7f3_Z:=A_U1L]@4yhfVA8E~@*<z=6^W1rWtqhnj|LsN+hv)|#Z mόhj~>%σB g,I%fٔbunN۰QDd]E%/hd_?X6nG.`02RQ<4kcfn&.JQ+fh;5lxt[˖49Is0jtΉa^\FE}XW<G%)}y4QLCU=]N="܈?>?~ë"U-Dux@P=}|Ik$2m]VeH=?V N]u!s(9)a@m*zt- fgJ)wWOwO#Xx`PDdw&oyn2!Rgh$e4%y9G!JyTхrf7F pS*QL ǫ=J5<a.(7𠡞Bv5(Gƽb1w%:40#ܹnD^'-pa/^kL=Ab]!O(̻$NېYFvyフKjf a"ƞƠr)XDaݥ )Y]!;B>t)O奤|<jY]=Ntfg5YMB>윱P_#;22xcy0`ʎnyvۥ1VtƐ`@16&;0WJ)gJͼo_0wnO"voJWb O,S#`ӥ{Al[Ƈ Ԃg de+e:ݽsu"ux|ܿF_Xڜ5+}%h.Z߱DֈJ KF5 n@y=i9>L 1 /l?#灹*ʡ% gcy-w9.lDi^q_ͻ ʈD>ZICq5Eӳ-|O;E5jց ݪM΋1`*x"vm''ٸDJIͯT`0\j &7hd%%Q` rRUiR`V9k#O#9cFV3(/ [askpL}v$%:¬M0fcug؍L\=k&a0-'Z{'zVvQ0N+fEBR&KH=;7 .cp̱ :@dZ[Nj"* bb9.~xnݕhve8큷]5DUH4]oEx-Awǀ7<wVekhR9bHߗ4FfHU{}fC;/6 ō O*(]t)>&zp8|L) !ba0mo+m;1V;%\8Xsa%"` !I7(&cA iɈVLɸ3>,{Mȯ0~k<;U,.QgFaICˉTrxag{[a 3^):x vg`NNg|PaUcv|uBG"7 'h iK4s}"E"y˴b4^)x{.ifSQyV%*Ѭ" JG `uYDwφ/0NzLKHhnMՕ8J0g3"uj$_4 3)Y"A#LN+,KۢK^H_[Zewb9{SoP{'\%`klOyKHUp*ȎV1&e=hn+Z *"邜TGNً`679l ͼ7ȳ2!04/tC/)8ʡ"fi°&oLe4@MgmA|.545_=szKX:j vsTd(25&'+2s)dS[GmuӪN0-8mtTOfq eTKEc-HZ!z7yB)<)3`ʩJٟ_:My1% .a E4>)RٌNEB A5 XJQ]tRyhSA&mJc~&PfcYGN":= @5>fo\|V4n)%= 2ˆBZp:~܅tҵT-\+>gCE6,l!,0ͣ&]A&ZH}ܬT F:fT}S7|R%rl\҆uG ^I4 H0Ф hA+9!jPاvr"du^NZ7 7OI3Í>}>Wwkg(1r;< KtNpg [x3X@<A7r[0aS&$,l"4aBi& AMnIvqdg{)gR~rS룵y}8em*hl MQ*uJ#;2%)L`q8`" N ΏX\kS}8-WE81(0!n7otl h<6qqZ3xa9p6d]& 0Tf.-k9Q2iJUHRŀ^Báu-eWTT9Eܤtm0hYls>7ln+(pc C^:9L;dg,U+hKDEuBۭC_p`:4h M$=[vt\Yì*zX57P=Ig:/ i"%ɥi`!:fcZ,.89c>}\[06]v~A-Sxׂ3FD &V"6]^GLYO4w6M_Zd]CЛMɸq˪0ȊF#VF6or7*tCtyV kꆾUH2+VQ!2QQZUl!b_@0_3,W(Kuu3Kcz괤>f`8>ر=G,[-m(?ߜyCV@4 "xT?l=[ ojɟ\u7" 7w0;NRxlcQ W`nF;NS/%hIuч 5DA0TU;KhD)t<ץk7~Tot &]+8S$7<$ @RO$|9)wq[>4D^C B?xﳆT)CR f?N,ᑉ1ApxUzV~pe[^Gl[|^HB!e,yY p햌p%w=]:|+k NvꢖH O/xd3 vs4lM/Aժ3=]Ջx zD+ jD2+|t ֽo/ #U4<0 Y\#iQ+Dʐ`e!GZ+V ' 6,8Le, p?~ag&}.1ė0ˍL%I},? 8lkԯRMi8vx\L)U|CztφTpucAgO>3ݷ䆶X&y V#}H&#=f#\uG4vϼ+@;::ɱM*S(E/W)m$Yzi P92Jf^JY\Ȣ ಬmi0 uM#kic3!mUh^_xeW-,P .{$O t65 11b;l:C~Q- qCǓPZs=46([GB}UmƸj0/Qn0c+s)(-jq?d,hf2oI2:8o'O|.W"`pJ\w@[4,qM}`)Qh4`Ӌ@y/^ (>?2*@jyAzWfAo"u?Ӝ2sszu°=ͫ;JxXOw/-Vۻ2Kܶ^ !dzJap >3(8p& uBLtB;M}DX^PV1>BwVjqgU{RbÞr{͓jS+H~.^Wf2hZpV Q]pV&wZYGMKRMKF\ [2ӳf7*$K2,{op"~[>۟s)7gUMU2aėx >s7' }LKzsu7=ʣGǏRA'mu5^Yh>I=螐lX1N*5Ýfy%l&/XcbnVwl8r- G8UjJ3__J 'T Wo}FoQx=ɱjԎ9VKt Η_SIae˕ײZFXU%Ny%DlSxfߘW{@I 7(b{ zYVM#a8UѨ`TC`Ş2ŖdT".@I8 !m;& 9,RPpSđ |Ei˝/.l}6bwx.Md0MUi煓WAms:; ;'BjJglna%Z٘$htвV,\m9L¦nh8"i OQ)6kE!UX`wS殴MW?'Լ?dut[Q:QȦ7E\5RUo6=l=-X;ԞMc6o_ %._C;whIcEXҋT鱼Jysj7 h-2E,x@[Lt{5JNGlYYQ!B]r ܜVnUPRjS®p]}Y@譬շi-ʜ&مzG 4v7xLUȒ2hn^Őp.8 # T_:7ڣ~Z׎pOH7w (;òXS@W y*7"LCuNEvQÝIA+ =ٻ23o FX;~zKe>qָ`)ev5]vӤƙVJ2=/* so(hof{qyE:#&ߔ¤ _lRpz0A>N 6f! >5Oo[;ÁgYM/د~[}!]5ea!jjSU7lߐY"9BVpi)Kܞ`\ಒwd92n}W\.>'kU)T":P'^wkhc?_d 2"~2š`H=~:(v|xWBR]X`ȫ݌urCOaj{u|h,17 ;3&,Ue/o`9(Uf,9+eH)KϺìPM0m.Ii:usqRV Ze!&i=9)R͔3,W'1ZԅYJ G#5X``E8˫,V,p^M!ӲHG=l,g@rC Q>x`@Q 8a2%Q2wyIs-EyuedJeV|$NURp5S҄Mv, `}\Է̾#)$l#h~&Iџi` #NCxR`~$.~ObF^,,:˵;ބiMp%Z,OC]<(/nYtj=';ljf2`לt"̹Doj`t組rli2o$Sx ],@twY}0('o%Wy{as`^֞3 UѦ7#,||K2m߷8ˤ:C|+h^U3t F\W.W5YqT}[zwz; T:Ԉ 5)eRt`W" Gܨ<ODH2"۟)flŲ lVJ?Wrɇ9'{(\+Aݲkg45!'Z}PZy1PDe_\3s!!etfw&<@QJRЖ mHa]zS(jb%ŸAdXM+@@VK763vj@Ϲ׬њ{"CBeފs_QHNkl&,`:~ bgM'Uy%Iny xc7I);y@xp{15Φ~aBsӾ\f`Tzyh,zz0WG쾓qeЕ-)#A~dI0~睥Q ecSTaH)0T͘N%VYx _UYy#Yl+<#DU]X={@3~L/~ºbodYTtJ (sD\85ed#غS;R4_ٿM{3m;D.wtlT13pSC'3Bh0=Z?EZq4Ly=!Ye;ln;0-LvE}}w KH0F(0B`fp;5X;ntV+)W97Y&6_A]qVi`n3ٶ]FQUBfЮٌr Fac4)(`?B1fS%MXˮYLMY.GP햃:{pԆ"'檇S<3(_+*qeVd$b)d)kܴI%i.sQ!Muusw  VyfRJWB(a821,kƏVZQ>Sbay[t &+}m9$$󼁉/WHh1GmKYLhL]$$ eG{mܸ>?ݳ}RLNT7+a7[\Sg4I3E1^fύRgcghO,CCBk8`>JC3~0.u- "%G0rK蓢WY{vF!xf*j5,^Xi(Z[Ewo-eҮ<с5~c[~qK~qddS!yI5w G%wy DO9 #NH[{r ;}h,Q1:3߮ uǟhN0f\a6[5ɳ1gafcPk(_fMjEH="u3,ϯX>Eto2UjgLWѶy´o=a r Vd3Z&Z%Ne8D?zX(:yMLbh ,$= Lã0c4`N">К*g֕:i}X%㭥Ct.cS[/rV|0IDPjVdDiA&r@BG~v|y.V&8֒^;tH͠BdMrG5snXf4* ȵ2m )z~1Iѡ4_1Sj9CyGk19O'ě461CV`7[&eUSoR1>ps 0 ticҾp!HfiX#(0]("[4J>?ǓA ġW"[qW&˚^?;rSxc6, яj@5.H5鯿XGO^y5Y F "\sIB2gn"Qɭs:ڶo{&CFyEFYp}qP6H[b+f[)ydx޿J1#\J4zيigq;KeN]d<,82ߦTr/jQGӑ_=v"?$Uxd8'#Z Y9ّAr޹vAۢQ,?$8?ZYESO+Mϊ o6exti7j]vѸ#CɁCBt߱?F6f+.NJi) ̀Ϩ#jCLjwVdl c6k^!63T Jx?D `f;9[$tP,(%Bg)ʔ!yj %IpBbnD:i,dKzqbq8fb,Tn47dXԙ*mK'La-lGTc땼J#ɏ LFl$K`(iWtEmR#\WALi\U{%R3^=uv=ZQXJX໪a]L:vQ fCJ}'UhϛR]ցl$M ֚]\׆HVcZICgY wi+*?,= F k÷s &pɬb͙ Q8HCgtwcV nh6Q"r _Ps`:E{5lw0kH|iZ Gv}d/xpJAx"مȐa, ͼDϔ> \v[{]t!;ޅβS™:%m Wm.cՑAfܯإam:hrG R&$N\ s] ll> Zum>~ G%` T>9V+W:@zʿlrg0$c uz/$:P&faA6g1fQG{ã GVG5jSƧq\z3iXJ6j@M1Z%|ff6Bmtg1y\*ٙ@ѻO9D<5Ŭz\qj95GA9 ,W|tLx,J6ěZ["H* Bs8Yނ8gJJwѦzAv4=^Vf,:N t̕D%cPq=R;)'@A Yun7n7!H޶ 򪜂D +.Dkw)rQiFƢ7kV.tKhL ju伇moTJϙ12%D(KVM,usˀ Bu87lA!m/m a&dnZ-ʋƪbc"$bC`EFiP3_E1ᱛ2쉧-Ӱv$!K* wTƍIgg <(0dK`4!Hk$[5٩sԵ 摛b n:4Wp;Eϙp ^91v7T>NrCyoʇ&'hԬJG\L Ѹw9EJ{[D.050k1[D 1"YX@f ~# n֠76eH*s9PY$!(&'5X9Ǒ9tT;8Ƿ@ Xk˩oz6;PCEmB&XAVSk:y~:V,kla?7BeC ƺCH3 )m0 5l b#1i0c'D5 t- c?4᧼rPf& vpRD{jrpݮd䫠HoS:eX$ReߚM(Ɣ\L 7RVit`=ܭ+r<)]mj%D&ۓ(bX`@BL$&[m]Ǚ(|?_94bB$smBiVd5OJ4aK6>^ai-餡w!<֔ &/g{OKֱ/(֘E/[KgݿtAd3<n]QH8X}x=K9 ?H ig"`\75ڝж 8A` uzȆ+b kGJ%kِW<t? *ƠPԏpG$GgZtVԯG1Bc)&ʷ42^h6/zՍ\s]f~Der`ac+ %Ua,J?w}ˢ@ ZAcZW<}O}bre;\|Z&XLn0-`wt9j8Â3kH7Igtk6D2ﬢD02 j3{[_Ȳl)uF$ۦJv@A '2p $Ʒ)}޵*r;mkvH7l{0o7~4R]Ϲ5*RlkӲ{i,sTQEv)êw*W5 =DR17NUk[p""oYB:"S~}1Jrd$λnd~)4BeI!Xt<jĀ&m0 ]C 1$t'إ:TȾ8rmÅMaz\8Q{W3jE;L@9{ Yiqf ԿI֕=$'q!^<d#g3e_Nk9$eeax_o>HC)\3 yU︧m^jOZ@#<1UEAC\ ˶xuב$"K ?MCy2TUE3(1 lb*VJS6DnAV}}PBE}w@*1ne3y,H`P?eJE2a0%,nf HE+kؑun\f)f~M;/lS |Q+2+O2O!xKpd PHdY|cQx.?ۃ4latY/*suS U{:5/U)qʟ~9($aDIԇB15sd%3!@Hg@D8XL JȢ!=:8^'TQ9\PYb3qs9xM}?zYOcLδJ0s6/!,Mr<=0 QYk)wˇ8F_<1?1bK'ڏrgK1:cn,b?\9=L4'axQFv_Z U웾 (<$6%.FBsJlI ,f/]t jJfkrx^{7oHFGQ, .͟ `//pa(8m" s1f CwgrjRcZՒ~.kQi. ]~-ˍ5oeL1h⫤UITYeE mB􃞯0+1ռ{Iz-0y$@1~c_펇H11΢mHG`PpWp991 }ak4ܧb̕ΏyNgM&;V+YeZ>z(HAj]\Sގ]'$5W9QO`iA3 q;TQ*`%6c+Y{ ްCX;]5]S(֯ʐ%Hj]CF7;g~_BN4YSb}Tl.f|5#?=X?8e!`ĂY5aPIcpzc~M)CL!6vaY=ZdW c,rj/] RD@35y׷i#UOęUrT1UngŇk)L qDD{ e}م8W+}jn;397^dz6F{quyB?t0ti7s{t@G .9<cni1N7N̋5+V^G܅h![dHir+G"kORՠP<ȉIj~L1'zm^E {.7-حN.) LHl3wV#’cj6+$Ӄx9ku<;<]R^]5:̢Ao b6 0ñڒ'mR;rU_K? ϡ GGx[; ( 8ƫxsPN1ϲ|rٞ"p(A^hfɔ"Eˋ՚r>Dz^0k#K/)?_oqbpSra$|\{E7f&e,YI bWVE48WQF[.@Ҥ8?\D_M8c>!05]eދo,:m걯l*V/qTBG K,ЅKgf&+ ?M~ Yx;yFp [7.6xN(,5[HqB=xN5JJeL2T~j?t p8p% I:༿˙!2R2AE<Sʤ=k8P8%+[kwzivAH# QQĪx hYEr= yH~fBEkVib\B_K@V~ٯD~q8>܂ ͉e1c/&4dl>WO M{>G]XϨ']3ٛai* 8Xc4Q e'Y8Tfw(bʻ3 K>0h nY:'efoO tv ]rϿ 6Ü*`ͨBߕ ґ՞%ϡ oKv Es^#mWB~|)n/d >-.JYl&;U )T阉a_ 0Q66nPxDb#r(5RwazXRum8zMp;v1a63vtݒd@zv=YnAwP03j<$z}98@`q\4f<,In)&|h@;6DEv%7梏 !eX DC5wIsdtQ悒rv1rdMXq _(2vGpg[n)r"Sl%M<$QL.1oГïFsyܞWN_š$[8QXx[j'̡kr%9׻ M2tGsV̀$G"FxLƍYu$j-6>ȹ*e JdGي;PG */$3I0*n|Fk4;V>/g_"r9ҩW.iZG \##"-yrPwS tMϻ\;w9tRy {+uG\6:{ HGrD0N Q]K'a*,2GG7FqMdXH8)nfM֊ pWe 2єYS QՃ2|6Xy H7+7Y#[B+0FFr}]6/MT nx%L`ܙ_L#~*3רM7 Y(C>U@.S?Vt*Qф-lY:gzq/nA` ψNl`)3┺CNk հ`5RS~sg :1_?X.oM7ړ|&[ӌ&|ÂHd  @٧}, s󇰍lNbN97=V[D1KWF -0jHΚgw0>%["DwgW~'ysp魉MȔDhSGXa,6ij` .&H)M0ׇ^"mF:O{a$TN%rQHGv@K9ZIj 6h4f_ͽ-ukӵzGG# '#r!}y?B`sx2)DQ_,[',w jfv£H^ðP5qv;@ZEvN(ISsSr?kgf&-met@Y*/l#̳\O$GA79.2ҋlxmIF!dK n:N@U!jps |X)@ JPr1oM ?` 7uB]^ð"tU`t=Ev)1,W;w\Ťc>F=*qMQ̝ǿfe.þ_/,v2]V\X@=iPZH=|gWmXc07x`N r Y¾R[vД0 &@'^,nհ+"q+mR\Nȋ> quHa1@'d2C\|tNZ"nU ]P' 6/4nrv[Q) lJӥ6]N2Խ_R:#p}[-+f,@i+\* Ԏ3Y#m)둨â(|oO$~-@mK*b!WY$x@+Ka2DZ 4JT+xDib\2 ˮ T2EO7i!&SzJQCݮ6 .Ysp̿YRKO 뭯',e#| +wK#|n4\Õ#45'`v0f"zi|P3k;L qFT-eJvJj8jGw i V\!p2b-zG 3T 7Ab7~`VKg 7.9w8spixf\og xNsIVڰx/0@G'T XJ\+UI4rmWmr/r퍤!D7"`nQ!QL#Tc^4n.o ,{{"ΜqbNfC6513FiknL - B`Uɯi<*tr$4gIq?׫:r{?uLtxpe2N?Sda_U [,l3x~a<V.:1¯ 7T[vKb3q;c0 &B&>W _[  $d^GenC4&8e⢹\U]5'{m_űL?nQ"0U#lF45 ǚ ~%T 3N}Ծp-$컉2в^r1$Oo ^q+Fsg-$XfFm 9ٜK`tq`b170CYXiɐ=`, T0E L< V+m}qï"S{PT35[zECB5I5z ]Џm]¤SZdBbE]!l D*e=ysU?d҆JB8C0 e02 پb{.Nco| 1G!S.1TkoJ+0*`3VqHaZ-p7S0ʪdlQJiАB`i9*U-T#!_F+h庙w]rׂCzK2!A 1wc5">6gbм]Xo0֐hH%TahsL饨9z̳~{It1Q 4}P( @e)%x[OՊ+{Ţη0{mb!3%I{RŴȏ)($\fu?ks;]hf/g8S\)-6N#:F8K7 Wphap(3pl$MM6 :$Ye%Ӛu`e3dHpy:e϶g3RhkшiU!A,=CA|Z`!4ѭn)$B{73|?#Gh* +#(=j!\h(J$1yw$<ӧ_&EIϖ>?i)4\Q-@I.ѵT+Sw6LΎi ehMeLJ ] Qu]i`b,(Ό"IB|_l8Ve]I{ރ2Wmvc-/z#i$@UmzW{tI]/8-8RzŒ1_f>( Jv\_?Q\u{RUP׽ -#&DW\5n8볞Vu4{:NjIT와 )+!*iCS6(`"[c {;s>>n6d-j 0Cwj~ B;.(zaqxe>84mFHw2>-}[4л.<`Q'eQ)NF|耜3ciRE%v}e'D L``| " ;bʵgVe )*<AtX gSN'|p]e 2zblY1!pSbly-ͤ)/f2=S.|A=wd=@jVbR ->h%LjVZePsfJ=|L'IpOy03VlwK/$7Smbfw r('-"9bqH \{8Qꖿ66:ߪ 澮%5z(U^^-iPnt+Y1cBuۃc5M-+mrfȑg}I58HYf31bvIWn٬qwF;S| %O!Uá i4y~ <_o ~FIǽC9;[Be_QKEǏ"*C̠;_eR:_Fgyy2:ǝݯGz^+}~xD ̺ gj) k<p\\'迕 5x| d,G.}ɓqFfoobJj԰!A€bWB!IZCi"3d#3o ~vjm*-m?FT_%J>5[t_R^iJ$(V9,~̦Z-{>߸7%\رZF^%xK6M( t?$q<a@__;yh0iTb}"'BI_pNʭE W 7D|$2c(X~$jgra]{DŶe`[ИEe'N( XrNʅBїR]e+ d /M5M/+{}ko֭+òIO'2GGr߸ P:AVG` bɧ]y :$r_um(9^iV>ndaoj6!Zz/R; d_#oM~1^L5]rŝ\j"[Rxұ-EPh1'ssqCi4&PZ BՊ:ީeBtf)ݟG:lT6_ۙ9i o҉l1(A93<. _13t(w@ տcREp&^7r˜YsgOO9NS@[{4|W2f.jZТoŁG@ȓ^&❩xͬ(~fY؆"2*Z5L[&\wg{k840V`F,j̨K<ԗV+ilcb˵mMv]!k:Rm>f[TCf )ZB\>9oGҐEP>|È[5ܡmxg}~gMVx/P]̠=;*3˽?|^G)][@Z<)[v$B@'ߎYĜ*@ ΂T (7}䕹!Ao&MCU0MuЏ"7gUG n|%_w*jAõ&,.{m0^ElgO^7LT\*9rB0tRuH^?> v #A0H$^JE5(m@i D/XJ{vǂ;0V;!k!mQk@`|TEQtz{ήhV͟"1k xo'@pd7EJS5RΗ5%pr&bμA$-Xq^3#Р˽+͠C Bahm%zIK5*׎cKif1;%!,j$PdX"E4`"ϭfLc  24-(qv.)d |D|7nn a)>hQKh\s`VUK u!ǕHRULgEbҹM$۵ 62ؖMqM ~kjuۗyQBtym;Zȃ [x]jkfD_LV)h8Er\XӼbOm5~laeNxm8%b:a$Ҁ"7n 2f?D' ~ȃyq s"w ߀C,E3XDUg? F}/*C̎ G7[2cr1ͰxjΎqھ*G`L=jMd׉7gܵ^^tΡ'B@N߼ \3Mh29nAɫ6CRnA#3&ƿB_m^0:}b|8@5=3,:ԩ("a܆k_)/(aCZއJ$lĽ¥d&%*ėK-Ä$8?y ă^G(bvb\"O f& \gcCg$@\ɮ:vpłu By$׷X &0Z)޲׊PfҥG2}L=i$B+q{tuH}n-\%f Vwp2#&^bWi{N $CS(Ǡ|9/*r|]Ⴧ9r8 K {Oϕ5zg QwF0;%bcuQVga^BNۙA290(N3:aaJ7ZeXl3P7!! }丌ȩzd9߭M|@)fm7Y]yMDtJ<'pMˡJ B&$O.:~'t>Zl,]9^B9M4^lH^DQipͻ5𵳶"w?5}*t֫(+{G 9-;矟G.ً/B潲KgI}9u^ ?n LGܺJfަe[tvo&##A9AI&NRcCCB9`cj[<KqTpYEèA8(iv 1lt=tcCS!!o#c]PbBF3i/=\nNS5C}Q^'H׳y/JUwKWaY WY}b =P5H!rODtogtR$Cc9. x~@#D0R'6Y"bsezq 0gHlo52ag &`j_T4MQZRd7'!i@ib(VE(ӄ=%e:TI%.ҿ˞bVc#Eo|Wumx)m s٬cN)_mS~5cf$&،B>4|@h>Y|dd F ېqg)R 浻%=L萛Qq!}Ob@\ 9ԒJI{?y$uE}Y wb~OٙjJ UvMF :CLp4lZ5yQl0g?H$ex:5G)hFؒsA16Irk,]3_0_`ᯒ~<di=~x,29;)/@,MzrA_ktMuI6n$">pb*KHqfJcI|K9(o?`CQo+IAh sEFS>#jJ#0vX`g]E@׮\9\Χ6N(s,{G.ږukH(,reT=jfR^kcU f0zB1ag`5&rzH:{Zn!X35Zac4,%~E%,f{sxw3498l ܝrn}L䌁5zyv)4jiSnNQҰMja|ȴp/dhW/* +m4ga(SDE ֤.mAsHr!rJh:q}d6 F>q$yس:{bef^4esA\ƅ97LvKwqb|Nlϱsn2Sx`p^NC(UNs*:qs,eG3E0×jS#F5msup Eh~Nqfjz b&"5dR4W7պt9 ۍmQlTuI~ܺ-u:FfBmMFׅO/F/BX5ԈeΫGOt4*=8 *u !eDVdPhͼP. bIC%~:I*A'lcP4&ld%n  la $Y@_wdWۃʂzzDŽi_Hp3aW<*ʞC>.ei sOG4גzQnODl,p3[SK\Pt_F:dI %c^ăihKK}9b{_%e kvr5{W8LSw%I7njqq݃0 ؛¶0&YNd$dGkޠm3A"y\iSƪ)I"7)X0SN&Jꧪ7;9ee'& /a\srJi3Zbns"RA7FIݿb dxi1.iKDCH͍ (?\HGxj'4H260Q;oRenֱ]xKS8q%TNe;1 O,fmoNncwN2W=2y1%#sQ#kB ʼYøgn2G0"smi$> B1*yz/5)­ q!8_^u5fzc]C   Lx1r*EaF\%BxxzF k;sĩ:qq=2t?9ɠR4G`glTė{\jZ>j"'cwE1d@[Z€wM!އLIis+tbz' >t,PEU+Zd( J\@H/eš2'S0V?] _-CKoEr=ஙm\hACa`>r^-)&O1 jTә^ Qv!ʋ܈|I $!MH #C`=,Ē^)WA^K6O)yF/F;D9vqo +-0Ȕm_V]yU*ɶZW\)=1-rKu*Ck;V7>3: B3g@q*ml >\vn|U.!~փ:RP{KoZmaxr2f  ߸Pv&g2w=%KL&}sdꜪJO{Q4c CJpD:XLauDaФ -lf05ԫ“dJ::\^=%`F.nyt`OC\RpE_6P:6d (r=#!5i cj,Y`^EmIn#}%W|M ppʺ'_5j:`}D@}$| ߑ2NJ[=<$E U%%ka)/zCz xprzzKPȼ ;S6(wv$DM kx(N=! %g n~\o[f&J.82zPqշa`s4#a||ǯ,^&%zIpF+ Q\]9KNu‡y!K&֔5=xQR7VA(xQeSaAl ̂hQۃas2,}4=ǍR"&҆aEl%=<6s d?`xze :DKLֶg"oz>X#QiNU'Upa,$CX72*g[}- ,{lF2d|K_^A{Xd:*lQ6(>M8[{eS!Z+Q#֗8[)VBӝKVD9 q ff"/OC|Gxg3L.ROC:Pwbn8ܤLmxa+e(&@ˑ( Z¤wR Z_08ޙ)A0r8Ɣ"4wpm=z=QUb }| :Pj$_$'paeM^18}Ea"˝20JsQؼj4{USK66u=AziXjj&sZKyVGv-qi̱_NdOS"|ncW#R^u%F(J>#.q:pB>mY׻COv<ōk{$A ,"*M#mFU_v I0Tǣ:bhaڶ%<]vE?]z/l\{uW^_츰-ۉ:^X/#BRŁ '"E UomDx(Hu8XXt+5T5?C~$e'CLY):${hDK\8$!RmhƜ :Z>*p4#{$y{j8SjZ+M݌N>׷N-ԪRIҌ?GW%Qw|YPA%>_ЗϨ3A@]WOzL&EMPk*ņ^5@dcGZodCm k$KFT*;,ڕ.\(YBB5ꔕ$|=|H Z$}!X%%g&_2[mဳUe&]bZh\}Kn&"x5C)JnD9"GiŨt?iN(15D9jU̼6,d][U6MD Iְ%x4AEGԕ+z뼶@JFٓ4-{нƍ2^8Y.f4987mxxu/\\W>i@֫е77<QZ2r"zMlv3p(PRʸaH|ᴖܲyT T346bQX0hQ7fYYde [fm |׵s5,밾}y>zh=s&ɕnDp:moU$*Fm+liKc xd K{fN4]]奪 mxHeknYJ!Y[gW=lXm+&Bȹ F!y8BK2| R璻boŢUHS@p.1eIokV\T홴hgVRFSpHCDe 8}j_okױzoPlH!*"z"cJ?w'*w"# 9MG/H YYm*V>JE]ugKQTo-m#Mcz ]{OBƤs4?YlnӪՁ(ɓ+WezԦu!3w׍j =@ajAޕلŹD%c1Yf&tYH]k[Kɺ fU?28ţ-a$5XNJ4!fqMd4*f%RPfs9g {0".fJ>GcEEP3w_RQm%3)+^"'Zi>̄Mjr5f ؊rV=L}/;;+$@Jd1қ@`|ڣjlt z< DK!ApD$++9숦a-\sJI>z+Xzz_켎Q4tҢ fAɃ _"PO}F(5[+EH\ 2ٞ(Yf~|l Eab.RJݔP|{e"-SrKyNow)0@2RtPĆx^Zf*C>ܥ9u& P-Ȗܕ:br8ȧӏynԿr1- #^=1ߙK$~ͺ[aWp5:1(u1^ 'e-k و:CMq~#됞 Sxpz6p '˴,f \8-S^ElbfEd;^q0L 4ΛЌ}1k8KgDYzCy?#XQ_dy9&x qGsw57cAsL?!e׎.݉%l!] /iBn2jը˄殚~Md|eTp% 8#Aop*C;h_OZlQ'0.,*ˍU}ٟ>$"ݒEin we'l …?S2m(9e?:zC$>NHgoh*S1^ݦ.~XzฑFvvıEU2ۘlʒr?UDзbrpTG;/5SC^>j ^"v\4[C7'1sOA"7==Ƥ}TS m5 ۋS,Ǧ -)6*4{(0(ezQ4U|bT`gPrIjATr60 e] ou ^2|A WVqe 3 4K2%g=<]Q ⎮ϱv&*vlbD!pٞc [azX͜Ic>JH\(p ̩֤;x"pTd%򲶍Sdd 9L+ tsƓD4p%-!p<@}9pug⯕}\SWf԰5)ZB0rh6nKuXeiy@ݯ/Z~=+Z|b7A6+_؁8ҭn  %2sqג2LWӏ!Q8_yNr ܅6nof,5Ӵp}W:S)_ZtͳOPx_7i"dt#űdI{h3tM7'?3 ^5DZ_4/q/u"9eVnꠓnJ1ͺ+P||JbWulº9πT)| XF,Ppf.fw#0%;BV@ӢގRJU[W{/̿s7(BaFx c -0 ?l2b;%`RպcIfϥcD2&U W$G ؃( o 9p"KUߋSr=vuOr`P>T~qePwɭtEh7&TG}/ÿ>DeAQuչV?WR=h89bV8bi4p-g鰟sX0#,X q2w;d)RǢ..1KeXq+ַoj#VC[rӉujM^e}6WN=IX #78\ľ|J3`d766F?0q%13G&w8 i!TZ:6$ ):NHӄKZ";hY6ߋJ~|Ӆ (.ˋs8iyiwpLJL@bn1;ᕂb61Q-FsqYW AaE^0F2HA$5TN{EwjQ`7GO1V!=][_^ő`=wW]nqen7] j,_$wI:ykёqUݷ{{s{骵Z8=8T%$ +bL Q̖AY6{@ϼՠ:̱ sY\,@p)Ф]訉kEx𩀵v˧3W7,Y7:]? ͬ a?>qi;iɴnR-Ӄj h>W/\*$uc j֜s~n;}h}+qƶRzjt,DJkO0<,݃uSXu{*foE5la@ԌJIӔ%:%7qī}Aݬ[ 1q:o\rrFծ2ڥ!Xo{0maWQc,ZU'`\$BKF '4ɊgKϳZ" RYWHh8!ip]UDwck :BYLȿH_b{=.^;qyIi֓o|A3 8[n``ebgHys$.9 7Dʮ|rWXCZ(['lOv>3vǖ/A92ڡʍq3e+ȲPsd+yM[c>BS=}m4v֭ 5qC9Ew03: 9'XecrU!_y3AFL%axiM姡#t%\m3/YZZOqi6''~_ڬ͛шvW8M~T:}oѬ]tM(;Ŋ 8SC!K(/OhyX + 2}9~e5 "=N^jؘ1Ŝ)3bT;Us&33vh) vSN$vד+z gsܵb݅^ѵS\%E&Y<̘Ċ=avhWʘ d+K*aV6H CIޞXd$+oYݫS1}zM]F.r͗P7Co弩 l%˾P$ыĥkMP<@}ù&slÊ0|H"Yſh̡ϡvbM6YF66 5t:I-zֽtQ g.].|fz"<)/0ujdKNlٹjGrɯwZ{&'=J׿_ vE0!USSwk{ۓPD(hs6{ƤOhX.t4\}3黤XRN%?Lq[xea5hd-"͓]^Te2㨊(#j^|c iPN)4}yڇU4I@T %4F; Ę>wKAY0/tt[^CiHֱXQE3^$۾1o3hE,)>jTTffo.ƂI{oE-09:pj>r2sLH:[Qըo0ʒ[V̼\k5 u絳4l,C9rԢ﷾ل'bQ:mc`V;m$aL$SfgxcznhNв51KAX9 r텆r%*QŒd̩..+@7~8EދZOsߺxibm'wG-Ŭot#9XA?7|`,AV:.d'3,w!7WnPX%]ၭpZFl5Xa7Kڟ%?ܫYXKB,3ιAgfDˈsQG!L2q*.0WXV{]1އRHޔ6LPyay@3"ݙ5y۳I༌O"UT . }:_m8px_ ?&n1x)E64 %]߃O8_ٛm]#x W;)x[~ J\Z'ƒǸ-kyQqD.O<=B^h$$ q-qC IV{mFXwȈV;MHOwKN`a7,Q9;2>Җ,mBE5j_o8"+ ( Е\Xf %!&t-`r3S7/ł@8:d=֕0d9#e՟ϠJG8&{>þrMC4Yk;ݥ{msIk\f*+Q;K=3gK3{?T2s{o@"m6:?cdߎ@%.yf夒\  tHo--k;'꿝&l6pS{\L`c  ̫HP r NpkHx<8\zY |UI0l,Ka$F#{$$-4@/;NZR$~!1RXiaO ς \B…HDŚAqomT?6i<ҿb Pq#BgGqJ;U}׀z_yG &똑`S]᭵-i<]$7XT9Bkr5\s5Gkb.@Ǖr&[K9Vº`G6 80+ʕ2wG4Y~r躥x*2F0!Ч @8AFha%w:8>1m3CݡiuCm8Dp-C}.j&40*q?X0&L͇]UBjn .ՎLl t96ZG1SJk.ZWus?~ό&퍥s!k"xCSX;&x~\X̳u 6w+t+8)?ʃt6>7 nS"ֵԍ0!C/z'Vrp<{:ԊE&,.?"H-S:nd/k?R=,IAM2?@ SVwQɹXOIaOd:F.Ke+^sDsfϙ63=`KA¢JJ*}E] PaSf*Z=cNgG'1,b`JؠaL%IÈ]cFv HŁv_oEQ!н C9O-)a!`5?^B+YGAnJ_ c"{cƁCM/^YxS$[~7Bɼ! ?ԗm-  k%ohyGY:dv=-w8dP^Yf'.R @.Cq9%'ouҝr6l[0ցJBTFqŽ.\IғGQBǗ<$eꕗu/>7 hIتCqCl\)ٵ\H4L^CGkw9mcKԭs q#+*O{kSezMF7sH\{PN|N>G7G}/~{|S}ߕû_ko:`HlE Ѧh'VI,R+3!az}JBK'o4\Cշ)8>)Y4vBx{>)!Ԥ477'3D߽mIGtrOor*餁#iNu1~`:X1b=A]L߯^+0KlPZi=E '`иOȝi XQ;ʒ<_ec5 Џ1g7Ah*}Ns:~a2vUVaN" 6tA Ap_rf2*n2V u.+|;#'ö/VK 4r GNG n:}ڬnGVRfZwLYV_ f;O#s<TC-{b[.(T. .;6LΔH^ HSFە*!pTqNzyW*ϳ1P4, s[{KgoeF/}A+~Y|cLGtOnM7"}нv.wg ;t\F|#g{{mȭrKZW5|mHľV>ÏA\D 6xsOB L 1Oh` T3[,1¢ix0) Cz3a^Լ\0[_:LVvxKB d{m~[o 9EnlfuL^o?rm,GU;(c5R_{P{*!0 =6}ֱ ?nWR.E?C8t3ЈFci}f}XBfG=mƌVN[rJk-!XLBV +3KC-\)'$C%qzL!skӰZ%p1}>:쩀uِׄ-Ny<1iFu31ps,@n) p3 j1MS>jhQ5Z-UV#\ mޑBvo+"k$,>yȥQ;wya@Ft{'5DD}IWW..:wWSwC߬_W :KsK$:'\R{a7Ouۋ:oQJ6/,k’%YDZV~EYXN}GJ2S$B\AKcon'vLpd*W,گS%ջX q!4:XǬ p5|#@-O2#6?XQY?F<|h:բP_\еڴ@ ~VvQ;4#\ƻ? Dg2' DDLO|f;[%T `+Sx _lcep([2}}?4;`!9Eg ͨ7q?G p"T^d>*u^02:)o/>)(ڔ(faC&6qBv?͆x&V! ´V`ќyrWiIAnޝ$GǸz 86u"dbQV ~ PÜbdИ~ߩ<QǠ 0#R9.g6D-,|9'VW2/M@_J}.WMt־PLB&f U_  \"BA vrKiMnm v{bFR3I B\ ψJsoNY̅ !&䩴_qSG@dbA+גeQг]Ff5qAL9}w.Jp QǥTK'L@2á16]_ޤ8>k Zd?oe+* ]__bs3hA+icEb[|~ ;MK9QNPWp VU`q"̝Ȗl%óSn~\+S=B`>=DՃ?3ESm%vPKbş9թn|&R:,<3axͶ%~ }u ޮ&Wހ6ߕkf,mmMZG?iWJ_-dCvlV 4%Y{%!Bw۶[ި {[ &#Z 3qT- QaZWfҡHn@53oADOO_ rzէGÒoA)ҥKn=3b\:"!u *U|{H/YeDh"j}ѹtv !Opy_Q:4g#7G1k0p :PkQVfDB+~ygQE/-+VcR[c_ 3u[TCjDU:-H=pE/w/}deg`/knu%6/bWȷk>3bj".,V%!RQFSPb$)Hr "lkW֖=gzoyN.$!8-?pSFb\OE}ch^I+OB\5N@]ԺP?$[Q?+<"iu +W|E.I% aTf^iHzᲲpҙsA]0ZE^nLt9M-%8t9-:陧p_̡ 5wZr\Z!eoKITEz!p ӿ[1Zw.> v6P<9 i_0Y|@+~*.l+2U[#jt@B$7-neAqűp :yuMDZkl *,-M_:MlG2[;H+DCrfuD!h(myz:rG9n3m۲Cf!&D9.ֽw~;0z)h|#GK[74OQ5 3EX=K"s|Kp~f-4}-)R}/MG!t%֔9DsIG t`AKFnx*-2g$2%۵ kx[>ZgIsR|<ʡ χL|'*7QP'`7 !5e-T0&~/Fji! !Q U|>*jL3w'd ;5#_ $cJR[+k m!DS Hsa 嬑0V\G$[IHd<1Iߌ`0"f-[i39p3#P(]+hZU νiwdAJ)NePy)̬A`|">y#`" ֕i+1;o-+7MnLc;)D1vTqG0 ) SWU乛[?ow/9׬8T `c: E(d`QgVoBs`^DTl ;K\&XøxxA$PmQJ ,'(]+=R/̡DBJyvy2A~9-F9%#̣;{pDt!' r:3\rXiY(q4,Yl1r.S;f@%q [G+}j-A*ZќM`_NTe|ij=iY7'I&+ҿ;#;ĨD#4/l^-dލ+p(A;0  *a t# n,4g1(~טv2 mFoI6Onc67`'ɲed8 ib 2MGmw~R>Z:+vZ.YwIjWъwM>UR _\x -b@1xc{3 [@A}=!;oQn˰o>]$29d"9 Q !}^;k<5"A1t)S3_OmO3<*{8!F9Nly٘|Y ~UX2Ek~idA<^|OG[UNxKmSF gf 0?_婢/Y-Ŧ0"+?+ 0kBC_DA#欗 ]z%g ߚmbxqv1k5.1W*݆Ng6 42(Iɨ>RdK=8LW!%X >a-=Jõ2De1@)IWJEEi(ܶNn_*"8,+8e›@tZ" ۅS$|<1ؠ7ofv7$:n|uw9VOBQsgM}֭BYwByL<D%/!354B^Kʦ 08_s~0{i/PԌj|ڧOѐԪo{QnK_P' .jy߲΄~Ģ^ =ID0GB`bdf╶.4'k3x~ֈ_f7؉ŵt7<.z:z'P5W來Ĭ -| AEgoGZm0Rx>QQm.MA20lBq&̜JPk ^'ZKM==4zjb'5p:A~ɀd|ףw0i6-M"l !aB8^ .:1-ݘccq|OO_[ŋ0\rB=ߊyrZPCB8rhEf@'2g/䲜tB,ͣ-GO e)'{ "4ľxo>:B x[Ͷei.7#H*ѿݱ9[&<6) ȷiC \DtgkYK+VV4NMǦy+8 scOjtϢ*צu`Ho@0z b$&$~S#KPx$ݭ"ܜ9,,'K?/Zqƪ*Mc#1K%!R*(j(ԱPG3TL/ I.x ' ?Stz Wx@<:ܴ J?f aWZ19.2^gl\ @g H ȢФWaKH\R$`VF5 x;b/bi<$p8j1;Nok1?n棍gTԐ%9sBk&L/*Z6}v0*\i% .߰0TO6 vtiis~v!>(|[98![d™p%[[LeGC=5Pw;Уّh`MaSA\j`sQehWki#7QeE~ce-Ź\s;E@haAۀY@A}3pF '_ x>գ ~{EJ{ǀ=$d6J4y wb^h`@EqEuhGPN+6,L&ܘ^/{7NjPpuMwXB8ih,ӅIܠuiW^04Q7j~8ے%WY v؆- $h%TkAIŅf7ȡtt=,ŗTSF ž? ֙K$C3 |[/%|GSRBl1v|3l0< fPhyM y4;Mca+vARuKy?.UYc/-G >]Ѕ}W0<[aQX%׻eRnƄ3-:8Ұ<`qsx#<  5xtJg+fmmv7ȯj*@\dK?o˙ӻ]ÿ ehj3Lޫؒ/T̗@ D7vO&~K4_|>ճjb81fDU50!Yht]n uF]l:w5a6 Ԫ>msHN pOfat!lGKo`AK~o?Gcp̘VȵaK \OܒiDHN;)Q~Jag2q`&VAq#1]2ꤣ"EIz t(ծ9 ߼_`\KOVҖMf$vH zHQ.qQ3fc${>lum?~ĿGp:WMhgx3Ƽi Jyzc-#(!xT]϶ưp ش$gӜY_I`-;y< =?Hؑ3c'J| ZVSEҺvl=8 C$gGt]Z_N a@ǾRޛEY,̀V@'Kf"P%'DVZ *\t7ObS{έw~E,:oǤX ,IPs%R$ЫVi ibnQ!${gφOYHldqENBV*߲i-*&Pᘢo^C,iN^wN Kp/8|ABPƇYE5y,z hX[腁qV[qH'?ҙiٖj\Ӳq¿d)xVƊhfVP5ΛmHlJ-J#fHxxycֽ4zZfsVvliv[-k}Pp~ @RUcń0/C;PjxAAO9rGأwsTuZJL?S*4/GԓM$|os)ESK?}H+sPl)$'x* /sǰrX6rS`R] 2zG˂PKo _v(U4è~G\X$8+Xnڭ%7K`5e/Z9Dage˴e@8i~rL噺Azl1^I*S\O!K6]Ķ-0OՓ0ws>H/sO,y2s'k9kә>=j=ض0,ʴ "OKq%\5PKnq67g 9 'ʎrL০1M rW+NW.qns?y?h,'GeacL~Z)z_'>1O6/n6<3:iD:#k}x &8ƕR+J֮ώHa RWM}hcs~ I_9k*$.#L%|,+It!?l^HVl3\L)Bf.coeUr,R[$ >E6W2+;{Nmbe |`9X $Ç=M zdE񦠯|&'|sWӣuzW#).}VC‘0OE?4P0pbX-4TҡQ/A^KhkG&jh,&`6ISr l.,SϮ?@+Dީh(>׾>+mC R^ZȎIdFA`JJ9yxt6.P۩ksv2K iW QOQ=Z DV/m=?m\FA`ddB[maޝ^2HvlH1lG:E芄Ukph~hnQMοOҢ=&͹QŤ!L C`q$dt+)i/_@bV$EU|o &OgNKnz oWI{Oyr rk]KqE5*`#FfS_s2܄5zjs^Hiʺҵa (Ԩ9FdBA,[{y&g'Ic'R +1Fn<ݭK4(Et%0AbzMn&8%NDnq!Nx&2PN(F18Ot54TY 06dUJf[˻"lQk,_;%h-XO'h{RD~Rݓt"U:οYgMx|MNd@Y=("u0ex28ͩyU>wZΨo`f_ 焊Ə$5u4dЏE1 q"#1э- "z|OOLL>OꎌM}ӝ\ v5v~!H/bBg VHNC(V}\9u1f{Cu n0> 7୭J2;H&s&$!'WEYa M mqvI-nj|areOր)yLNw|)CЁV,:P|1v-jxڧX#n+Go:{/%>5g{GzR4BjJ튩`E5ܟx sӪϽ$wDeeSgm,T=#9/!&͹c9嚏B=*Rcyu׉bi![n(AKZ{粕kWw1b֌Q9u( yUoS#e|!OC2ϰ'֊<󱡡t*Db ]KF'mB϶Nc#:M~ƩK(ờiPBdP"〶8:Qs@9 Z^ua|ƋȈRle| )p.W@Jw 7k2)KEmK7+ΗW4M]XM7q,f0Q(/H:^,6oمe0L/K\* ծ glgv 0lea 4 Z8{7 =Cz #|`!a~0CJ(Pc-)Sc޳'_5 |akL}7l=Z{cG:L:d4mEQٙ{7dkpFB= wq{HP?+wL!'. p겔tw#NNW>^+m@_@%:Wnػ9KJ ؠ|`DY_zLl~b,0wO|zQWZ vP?6}t >Sʊ 7؏͟BdA`,ӨP:P# )tw(EO7[Te` Ro yYzCbٹo!-ق9LC'$4O6N3Zu( eoyA~~TJ[vf_L#HK~I-Ղ5IM3ޔ/ʿdPE!TYt% )/,~Xgʌ=KE Oz+ʭGM%n\q 1P߭kNj1אT#g c%axrz!al)GD[.GWi0S4UxpИY4M,"IohTReD4T1CJ082kn^l%\JAJwًNˬ1){g.,DMj\| j/M/=~U2&AvgsڋAl8E`~[0pM9L1"@ 1q5 HK2s3}Bye.:pOLWH-A_v1Fs0,3ll6p2߭LI6:u٭n<1%_+]65A=B ffIѠ0`Q~i򩺸}&Eg>P9ŴPːVԧ-52 Do~l}bߎMv=p#I m@n4SfXևv3"}^ɃehMƙ(oxT`6;yz(psK&WD7icPD[ԉlFU\L)u:h=No]vz1/v\Ϫ9?kn92xN$93Rk27KR[8^aSanA|yί s v (dqGM4VH~b+L5Fs a5`ӫΔOQdR&]>Rž:bD,tNyBŕD׉ݑry.p=Rp&o%82?֘ |̽/+H;B$O[˗(l^WGSDv.˽6EaB$gR;ȹGD,,(LwN#S3EVX,+⥇#j^FyCZ>7mǞ#OoFs餻jW%*)p}ۢly@0ý~LDWC׍p=Old{֎<=^qU{NVe[S`EwF'+&[]1( DsI aM,%HTs)T`Ħa"|SY̡(Zxu{f) >UI Sc3FH{CsQmð9r}56V[J+s/UU 2 M7Cف|Y9r'ۉ!A'4 r(k4E jJ=]aA >cږ*񮳗H{OMP8qxVﵟtіo~@stݚ ##ǦQbU}ʕ6،6!u@6f^Ӑ8zV&]ޓ`Ar90{P+hh]lSDB) %s{eV\ "uP?z r"g(\wQ@2yD=.bFv-ma(G M:XzTX%d 6~\] `i&7a9#7 ^}/c ּ[i& ~[EQ*t ;x4@).g<~u56 0QRGvBDI;pY]J;p~v뒩PN 銱{ %؉=PZZG1ي~ |tIC19k(WAC Y y9Cr"VϦVL8_BXjÀnR ^/#vʐ@E9P"YӁxe>KȆ}:qh)ٙ혶ΥWe:WFY?[TcpaҔuoF:;#)VU\]sV`ҶlNfxR|m$w=%T'-iS)m8χ_1Mnx2%l˜/8}'Rp8H껆tj,_>cYEA - Ѳ]+xC~*@R&yC\|8ckc$_i'\}[%Ƙ~םr:m7ѷ1 lnw_5ˢm5wR\5ܣ%D֎(Koi!@M Sub;-4zva5w!JvA\XMerqzYPq # yY}RۛT,Oޅ<¦70NAEwbjq-ybl $">pOr1JyUR'hv5J8WƱ:/IET{ --ǽH$߼d"6Nj9 S-xTIL3Y̋RFjE]9),bK87Tկn k& op!``}OѺ~8XD/G(^س=h~ujoa46_5NMjU%2I$mnXw Q}<.n 摲VйLgԉdAMb6%~ oCIw#5&&(+@ɵP`h7:޾rB,/ɾTV +QTW;$0'~OG]ghŧrMS!H='X1bWd’L:7\w8PC,xN'J5UuuO.*]u4n/Cnf%ո\A-8hOJz1_=~ Ű]x>?$w }/[,'Or-ޯeP_g׎%|6b4 $Bh>|YyKHkDZ ^(y| ]gRN {LoBu# 6Bmsl)W?ʾy(AE Ф{[/X[N`i8/1-lE?VeEܞfb@{$SF"]h >BEj!V؞`ϷOGOzq~2C*O \9uG% f]8}Ӆ;( 26/\婮D4;F:4LGP2*P} TnK8 l|NlvxBۮ^eUx`gT$&r/gUj^ YlW6kƯpRXoCΧ>ɏ~+O1\C ` ]b`(]AEJhgV;rҸyAElBc.-Ʒ8kuު\syަ~/ #l߯dTw D&>8T8;){GP BZN#:nv6C;%^4RZggϘ|J CqEߓ@:q3D=]rJ:LRpyk?ڌ6P$ ]"!e9 ֈ|C,*n0F+dunϹeҜh)hD@1m*g{T'%DUXՔH1[=h D?CwO:@5P)Yĺ ,ہzߣ@p1$-t/ltH #JGVU f /לk%xLیΛfը GU@s~|T֗0 Thl%Xpz򜅊ߢTOk%W+RzȄ:S7H+/-9Yè%k"5ioǬ ]ݗa8Cr*GN4kM[,_&|Q&^mJe;?n!7=b)Q%E&zcdc#t&$dqm JʥN~޴pq7|ݲ ޴3;V%cmJ}D<%> (!/NN4Ř%/Ri0jO!V GXDxw'pWtv#p &TR<;\V:7ϲz: 6-6@r閩-EDNrl5eEDXKT,Y };saEѽQ땽g1݈]9tq$,X;c ꉣyz1Zob& zhFc݊[ޗ@)"AsUS޸oaxDh= uaNєEӊ4u;QZ}ӺTΑ!W޾ _mo3/$uP%l3lq )ieyj|D TCw*# KW >Xm[3_eӹ3t@GIq^'{^A`oc{rS*N`4ؓ9o+D>ca`7MF2d_w1 ᶏ#IM&h Ҕ{33/g)? U.' 8UBZ.L%@,Z} íoawWp(?;Z~eNyD+[:3I㈼O6h(.dx-ov$<:5TUIG!KOݚH4TJ6 j%{C]vMxCW(\) HR>ˠ6p1lgdi3DJ k_c(@g94Z$n'_GdYhsZih\E%ū,azmZσD&p0Kh_Ҥ<ʎH1J@3Gm): NQS>W!Z@!8}H2Z\%1Ԍ~3d\dr`Ͷ"p7 3ShT%^ /8nI!kԟH,z+}5#T fNWk=@^8vgr-; X\cX$r]^Clk; %Iyj Q.u6ѻh E^A^2[Q+EjkѐJ3 8+F d@H&>ixB+A4t" hL8aHNZ- ˯myKi(TnUOY Ž:v\^*߶`;rM\2@i x%C μ3-!_P1m=HI<<.ĨR}rM.QOFzѣL}rfW 7Ձ0 !jD^[ٹ)*ӇY2/'B)0 R=AT |5ـtO60M۠/=P=kбϲMr 3&L .D#!feL+5]~daG)M8mb|r̅*3u%~+`ܾ~"9h'uosFTDw}f^ |EZ³:ءش-؈E#t4*5N\< w{ e՚o?>G)V^`_ tIvmckK~#LhfOx6Âg5O^N@P+!" ݻe b/'U!y"^3KrHw 5`SݾY& ?jcAG*:.T]VP&k 'q80sԬBL_%qp"&Z]hHvoV_>pDY%x2VZᾴ6HkusW(ǢBj[h(jZdlG#c, XZфd:.( /9fuf$] BCp g/,,D}޳1w͍9M#سᘛO߱!Jv(UdE5 kf( W0kv! 2Eu`4^JxI1Yl8VW@/~\JkcK O:A^E<0ky͆v$}J&W#N? ) /j\ée5) Ӛ 3~,"׏5NN5,+a{Oњ6r ,1اqßL &Dˢ$A82dZ[b{D8)Mq%# H߃\xIX|+|gqko1w$d!-rc~Eۉ3`ą^b_zmjZTHwG75ަۗFBWUr'di\$ 7t7aSGݧ5il=(zXMپ5NJ.@xokve&uc!{#^e YUN. ,:w=_ Sŷ-0OGL߷^Tu]WK ?껎Ę|Hb#cPח@C H"=(YZǗĚѓNu^~u5OP=yr sd >ZvH'J;%1q{tI[1Ťa\8^l[Ѻ7Ô1>q#w+4vvp]uGFߎc:xLm5pjhT92egòHts !͓!KKυG*)%z@ >`(^M!z7i1/=L8pJnӂ,0w&m >,ӔEi^ @a-`)lЖQX(˭Q*+u)7+wy/N)J+ 5w~|:dTIUv!QR;\M'kswttR|P2FQ#j!Bo:|-V4 lJhctUWLv-7%| .+Zy(|@9ɘ}qG>"jL ipѾZ5.}T<>TҶr"FPV>49$\Mc S*75XJx_ ү*]C:[] |` 2&}/`d "1B )qx1D|ݼ(VP)AC'W)v[oJ _.R ̡8@Sz, (8C_c.Տ;滹dTYrbuvm rFTG^ # `[(U ʭ6 mPzr$1s@`gHHVggmkf/LKmZSv0:He㾲ju$_I^?f]LD .5Ͻ%lK6GJA 9(_bᬳ6D8fO$C[p7W GeȒs+mB*2,j`9koC5,X7ϵ.FJ]%7rCWrǬ掯bITiN7*B8KYgZ] |RS-w$OXhk37*ʹR6/l {@K\G@_UQq) xwl&[) Y:Nch-c853v' 'F])g2O*BBmb.523F1pǞ Sj6`. ?~ʙMJbx, #Ê!GuMuѲE>K@VQ3 Zb QRg׉)ϵTМu*{H,,ՌBe ?ro#"+`:KqgŊˁ]v)1SV6MʅPx/ zտg7v困',d=q1w&XkO1/?= $ɣ"+a\:IqI322{ h bMyYa";x!FQebк9)N MC\p^;l@41"ftZzY-}bp򂆖ș+@\bv!P ]@tf2Iw-p*y 7.[dWsݶC}4 N*d*MlH/o@DW=p!X.d-6e[ޠߎ"@3a !bAOYVkCstXϜ;5 Ddީ>I:*@/PI-(̴({M@iŵY.sQ55ӸJ1<"U\p)Wʰ8_Qc2Fqa߈\aBZ.{ %5<#ta̳޽2 &*C%+t@˥: ^=% 3cm+MXѴyS-#¨XA&d[i$D~Yk P30yc(|%Y+MPDd|-pwړ-7DL%IFۙ)A ^k;aN mG. `s!gΠ!*dF;i7+>+oR)R {i0}>lLoqA> VQv(7V+xvU♔r(۠ Fb)s[4!eQ'86JHZjY@P+6%W]e ?1JR,jL"(D#ծ?H-RlD]+ol#_#}bOZeV/S*J[ 0_.RD1ܦA`89sڰz$k:x9+.VEAΠ={E͈TAgg-6f^"`';ߺ|/ti:ZDBf~V#N0!0`mO/+Ӷ5[Sx(pr2MuDS.AytZ6dlj evNzM1밼J3]V(VC|s^{싷)< qi{h'IӅ<89^*= ==CcP 61 2>;B.L*k tBbmNkriv+^Uϛ),(FŽ!@)PUR'>%^>R Z20?+Tg(y"$,ԄYf=" D234 xO<()Ԗn.Ԫq?5 d tq: S_8$k7!>%ân/k  üyE4[?/12qCWIG-!}OD̖b_~}^VГo|.8"oQ)jYI`-3ɥH)N1 Q 2zh'a0'\<њW LTj >8_;\RryS܎ ٫羑BH`)=8gɒKoc0x憞45&RQP[hf,DrS-Oq$[AHJ6!^K ]N`Q`wLt䊘[bV0}v+f=:d Jc0DJwp\Z:qF}!ROy/f#m 4 b2~@: >PvdIGG;ThSPbؿ! ߎi(g⵭ n H0 !KNydPT^Z\STˈ%hꍔ^?zC{;f'O+OбN!y&ɤqoMhޑ N|x_ĺpTt|Vqug,Gk3V9 M*7a/ىעJW!eUq@/ gt1+Y(H)Gc 5_c5 Qkx/ ;rUNbຶ=N(oT`x*j.@➎f_r9ɌGK3(ĿZp!v WřcA7!Pu{~X D/I.L:eXFӂ{ctWs 0Nߓ&HTU^δ멝IA,>¹wƊP7qN^0ѴD*1Jn WxNZ߯֗*JҭƽR@H >CJdlߤַ+~=i]tuYf4ҙ|󬸉[I T 3%]sB$8S10lJq{ #@簧⇎qr"LœW{eUЯUAZ0(98.5A!iޭj㚚v4W FDQl|aFx2:ݠc˝XFBkA4!K>1{ 9(ÍgAᅬ%l񁳏uFLWlbZE^ ØZohIIb72ϔ%lu@5/WLã07 {Ʒz@kr߇m #w{aMAOYɹNIHơHz7X\b|fF ˝ej>x*:t-CfjyuP2v\4g |dÏr&jO3=Fe;q0 Μν]<>d7& Gj% 1+>?J*ղE=0Lٜl\&TMz] *]#$J!͛/ԁ$Ĉ$~p`P=2~?QQ@Y*"YU[:/9 ~gYDGE[uE21Rچ $PxٿeWU`nfvأ){'$Tn\Z*iSj0?8(qAU:IAhch#V2M»Pb@g'ްƙo.ߟ%` sF7[CM#αV{ܝqoe :q;?7( D"-c"A,œD(Ӑ- RTU?RO{Y]WaBzѸ^%&zwK) 럜݇ D}9& *8qB帀<=`أnڠX9pޮ%_+mI1Y( {FDo3rxmvEW4u8)kCP.2P|N.G!ې{%DOROz[$L2О. 4c}?@#ȣƆ4Ys8ߐLEc1q>7e.tYH38VIȺ5PtO^ʯ<]ձ3h?U"b~{_KŔń5;M' fp8׷ ގtGܥ`?eڒwo9AQ`^ 0꒏7]] Y b@BeR!B1yhC#NӢrXV 4Mq*l\ܜ[̥ HSP+X-ۼ2WEL2K 56v.K˙1!>YYJNvlbiJ2zBMUuXg%]yLF";ii+fE7/},.h O 6Ѡa"&& y%F $b f1k֐r_p:4#}^SS&t;;Gɖ{G|'Ԗ4 V'׺|*$[~6<|{jڠ"tfHUv ,6roРmW8#neYA%}H'Z0I$I4#ڶ<+sϒ.2-nIbGj ~ ODK8&('#%9b) .ky$Ex*łyc M47-ה4;-ahj'[ͼUemb=hmx{XfQ])^4uh{UV}4؁:id':*$,{[T\Մj[˸NL4PHɲ Eߞ=*}Ve[֑-3|{@s15c> K@TRA%n}Ƽ! >8J8ۋ̪Œ?pHS*ꞐQ - [1&LIye]Y~cPQ|ʳ~2AJ-]] ֜Ž[o ci* 6}omwY'|QfD8S)!̢>҉z~R<>&\Ssh9Ɏ g Dߧ#qU#D9KL5ȳmKW]y.q!'2d0n=&yscTc[.Kkjܧ/RuEI1~@[ZtfGtV*NA\߱p[AJ$D02E΍+$lk1 J shF&l?@Ax҇Cf@_irV fl9P4߯;ǾP@%aF.i|gKOInǔ0Nwt/5$lrI{Ĺ9胑uF] ȽG7.6#jW]1 ʇ1A@ qiR VA:W.qʕ;J-]^X"p`ze[)Į aK>K,wX; 8nfdpcv͞inJ8TSV.?sq6?uU0aZ ~,vsZY)rBBq=u]D!lR!iЅŠ]q2{Ðv3(BڼpD-kMs) k:64ΪǗXuEWsШM&ÑF0lhpo~㖌 - *s|W@%O@'! |A h5]cZqdchoy'.f1LlS+)X(w%&7С[k&N6ʹÂMp!Ƚ {WY RLA^ &ag(: 8.>Zm' VZ29[k)Y֬/w45V-j*&5KGC y{w<<bu((V&9hlaъ%ۘz7gUAEjů- F9+,*J^{\/CɕOib%%>P'p /z8比2< |=֩Y㍘m r ?Ms&~T2+DS<+x.*+t%`NېU[A%U.? \=UHZ;SwyT ZZ}%m8E+_aj*g.d筙ꂑciօ֍Br3ZWaWT]!0x1#gih[+qyǦOP=֝.K\ҚU8% j gm{V`Qϰ]h0}xdb|iz*]> *}E?$݁ Cse{Q\=L./ד*}Rr W!I:"$ ҂ P h6}VJQиJ8M1hה݄? j>3Q*Ml݄pKsL?#` oabf OENYa" bO K- GwvS_`p:[1Ifn {KP^p Ufjv|l~p] 3 tK]w[*Vp4uy-J jPiuw৩{Z8h&]h D)) n k6\z41_$|aw~b4}ZWP&R/XTftHRhT/{qwJ ӷ-%/iB4l{4.Ecrz,@`TR˅GU1/:XQ2Ҏ>勶Ze1^&ytNDWxs4# YFR%z.SzhOr/^9Y _.TBm;9sDB`R[gfAi(|()QO9zvI5A=Ï]!DosYO=,u;"B6 dK U^/^lcf;/W~IOVGh9=tDuh;PH q կ4f8SR RzI8MR╸0ewӪD=OR`5D]>ƞaDI+a B*D!^<\b)& n$V/=L:ghRcM5ZR(!AWy cQ |o8!e >Egxr42b?烛oa(k5qo[/#Fv"e>89]7VA X`C[n0:ASʂ^z B͍EmR#C_>E XvsʱӘ\d;@Dѝz} !:ܞZ_a\H;%ۀN<ܱ9G%!)9Ih ٦gʛ\gY-Ev$ֻ9HOhyD8tObj@9e x YZ