apache2-mod_php8-8.0.30-150400.4.49.1<>,.gO\p9|d@+8I[-M"OL!:r&9nL][^[Nxۓ]*Ĩ{+?\d'c ;ޢMs=yOfI9ʮw-nKJ9|&ArJ9;_s^°֊- _ ZI9Tc'[31ĮDd jDo9I?d ( Q$(Abk q$4 < D T  ,@T& & &( p8 x9T:#>?@BFGHIXY(Zx[|\]^bcd5e:f=l?uTvdwx,y<z5@DJCapache2-mod_php88.0.30150400.4.49.1PHP8 module for the Apache 2.x webserverPHP is a server-side, cross-platform HTML embedded scripting language. If you are completely new to PHP and want to get some idea of how it works, have a look at the Introductory tutorial. Once you get beyond that, have a look at the example archive sites and some of the other resources available in the links section. Please refer to /usr/share/doc/packages/php8/README.SUSE for information on how to load the module into the Apache webserver.gO\ibs-power9-18oSUSE 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큤gOXgOXgOXgOYfbbc823485312b0baeb5f36313b5f04bf9f0f08cafd4a9c07aa5057c27ac2a238c549b2807fa90e7f7008c11ebb9a5fb317d5f121f941ba35191e496c3f6b42032e5bb17075438e3e740fba7a9427af7f548da5676e16d2bb32b8d45d4b20f45rootrootrootrootrootrootrootrootapache2-mod_php8-8.0.30-150400.4.49.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.49.18.0.303.0.4-14.6.0-14.0-15.2-14.14.3gDfg @fh<@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_anyibs-power9-18 17332347808.0.30-150400.4.49.18.0.30-150400.4.49.18.0.30-150400.4.49.18.0.308.0.308.0.30mod_php8.confapache2php.inimod_php8.so/etc/apache2/conf.d//etc/php8//etc/php8/apache2//usr/lib64/apache2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:36663/SUSE_SLE-15-SP4_Update/96d7b261431e597bbf42b736a7359da3-php8.SUSE_SLE-15-SP4_Update:apache2drpmxz5ppc64le-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=60f6dc59dea81d9242fdfe7a1ceec90510636a62, strippedRRRRRRRRRR RRR R R RR RRRRRRR Ӕ7w(P# 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-8581748a04e4e58e7a598178a39b336385e0e47449e46ed2367dafa072a9bce30?p7zXZ !t/Ly]"k%"5okw@_N9ֶH(Bo<$3p{̰{,4g*r.sWt=Le'͒9ZA`UF[Y[ Tǜp>gI첩6=wCƤxwML)]V3ҶOڬ&k*=~H1T?+?vy@an>J̠ O ܪz~\BC|i}>ce™}RޞD#7޽+ֈujJ;z î$/*)G(6>P{/VQ]qJZ)|z+E.',aVy-I\5ӑ^hMoIhM`ePS[Q\'z=IuM%y!`\[_n+ӎ"0DPN.L1k!1nD鄤A/HQ8:y{PD"fF7?P k)k=F1v#/񍑵@DcЊ*[׬[PCZk]@ǥf}b$,ex63^GJ8Mݥ״|Jw-brr(HG^x8ˬQd*[E`2dDW||~}rJ<Ǹ^*ԢPF#Y?{e+K"D;fxᴫ f$OZOCî}‡DW7 iVwy{(\*%| $!2R>{KxaE] KpAwt섑JMasU27&twZqi'Tn|³E&ߣaQ0E&]ض%nY?9LDP#~=DZ31;`?$}sY^9ioAyBJYk4DVlO^vUR Ym$c‰w,ϓ8zy/d3O6 K:Usԯ-"~2;"c2| ƃ{pqsAǙ7ŖiG" vq~ad*h ;NۇA8e@9yFGr7%7/"p}>6-J~n*pރт8rB燤;pXxC+o5^`PHX\k sJ}ç+q!rlуKo1  4ľcIYxO\} oڒclko&oNZ4]*2f6?(4w<ѰkQ$>{.jvb|f RAFk-U1/aGwE] I7B4(PIxGTA. l¢~<oW~?*` k]:e\? u)v=1ewd!CE1 i|sHʖV^޾/}_۳ёtcĐuzItx/2kt=]b֕xR?#;^QBma\P;MfP7D%-=gx o?&ZxV ^L`Y|i/a/Gn[ļ rR7)k83"$#]vkښY bYA))v]Gyիli׉clVA.F--^94}'w(&C*_n&!=MFxNbU\֧eM}/yr)&OF14]\@J4h~ic,Kԯ@#'G{Us(Nǩ\Px!/3\܌ 5`QCxܑ  , pEc#Ngg:4R:I(2iakvE4k* ц#KQ -l;n%ڡY[WyJ?GWBathy\;׸Xzc1VYp|*hq M1cCLA@F.EP]VO_F˿fk=1TK iwDO0"  /}v!jV"*s\c7#򹿡R#O<2& tQ<P_[~ғQ3N L+4q6Yf#@0xAL# ͢Oq"& ,kf4fAozǎ]쥊Bp5D#~&Q%+ .߉ &j_=yCJ֌to3s)NWIȌudyzWc&J4k֨ jVfG; J;Y}bz\tzf -FBܖ eO #(/>D@"(;Űe@d-Ƃ)=VocXD 4dZj)$ VfG(A mZ{-,VU'!k]>M|*DOS%Hǟ``&8?hqmu}4 CVstBS(M^f:p*˦B>ҶDٛ ock2=jĀ^[89>yC$;@ݘq=^KIn&w[*h<JS-++d\`}"ί??*&*KoxA?!-9 IU#X@68BY6aO R:zn q4R\`L |#Qw]Idx׶=FRƋا-fFmQeǥy [x׬&GA|!NC7GUf%]6"Wb{=GJcrr#(_j>#ss4pLg~o;1gJ2;:@gJZg^HnBީ85U6r)Ь.ew#xL1~T'<o'" ph݉l?'B$ktIS5>3:ae:>X%n!B(%i[Uy h=\_)A [g/ IQX/d:\eh5](r.X TUJ6*&1X~9 MVyg}25~j vMχ 5WnGSląH+҅b::HJQ;J'S?OeV*S1.T j4ud Sgy @컜fR.(#P61P}Xl1h@!f.t_tfWȋ>̥E c5W&,ľ^n %An`2| ͕wއ7"+f9i%yC0ޟ,kKJG_ SeMzczZੱ!PPaENXw9?O4? pUt {k]&lT|'Ro5mL>Nww+MX\ ŶpH%=1=aZ/{-Iho**}Y%٠ 5 ]<,xn9jBh<0 <`#l9E*ص363t8Um: hiwS4mUAآgvؒD %2n\ >Q /;H]Z)YдF_!Mr iGCD i'灜-%|-YDs3G/ 6ͯIr?Ţ h ှIsN·< MZ9MukF^vSIGsWR!Ne:1Ϧ|!w`%cXg<~R D.Ȑ_q҃f{IXpV |GӚ3xTMO d/>4oБxtnY!\Q z?b !b&ɛQ{"[l}žej\_0U¦3LxaN5Q ,ې/%`:/;/hf/j`21TD+s9:RWqRCFB"j5EF$fP4$X^2պ%E҂U⫌Su|yM=X+踛ޅx{ff9Z ??XVTg7Oa/r4rLUo)H"'a·ͪ_pe^6MiA'8Cdu֖"D=jWiZIk{7=s<[/-;p4G?-&~K&0@ȆTzcֱ"9 &[+#iCjhcK-r%M|򡥢rQ>HmYM2 (*\>Bp5Y;g)Ey|7|Vme3SaK-Ӊ@ne٣.WmVKJܧ&VMN (Sw+vϻ?ǘ;<1!!쬖4[ylګj70_Wn'#RU*@~?_(<&v18ڣ)&ȉIFOޚLct֭gO1 зB$4^Y z]o49?X2%#AJ2z 70Qk?3 lU':AfK 9zt|Vosl8\?6UJ4p),\V3NR˺1YK4eaz(M@΂q0ǜz~`I_(}H'Kߠ&BIsA]wqrM%zs֛aNf*I{:Xrtqj]Fɖ OG^'$!x)Ŀ{D kvE<}RQr۩Erz[GM-D̝OAܿ+N3IL͖>(;6'=P.Gw؟|h#[hR+R2dm^0>;Ĉ"$!*Njw"얮#A컭_VK'>Dz &mE Pg64ݧ0)G2_C9Пx?w, ra~aH.6jﳯn<<ɰ4}N*ͽؽyaX>r|WŒ!c,3G˔t fr YR=*1LΰQOI`Dˏmlhxg;@Q%3J(8ӷ "COebA)T{#r:`-I+ 1yKC1~J?ߙc U 8MeӤj芤gaqjpt?8 p_pNj2碷v^|dp1Q3^8ډwgɂؕ7&jB઄1'a!%8(y<9!h2ژ(cղ; +ޏr\>/H\4_4ux u>F>V3~ BvO;5 SI`؎f6?c̊֯/vzLigH[TsMŊ}>46\wÎi1l+8UPBN U}g(M?ϲNA-fY(b6WsR)DMFǮ 1dll#  >7c"Bvʚ"x l\0R$Y([=REkpuE<蚤[1]9,jW~wl&Or9{KKxx6h3&xV'1EfُiZW*УD XP*#GGNqnjڂ./vG+2+`cd4}& f2:w!ˍ WR>Pz(fuGM"8BzJYVFQJ+o#µ9P=nnYE kNpM536b (p Gu >()`L79jfT$EtiŚu)6IQw*f`$%O0r). P^1y&ν2Eqy,jH@:^keU|B ք -W%\'&0I~]/pjI{ƳsXt /{6D׻+秎Wޛe{fp9{\eW@oZ_"x#0k!/eV{C4^gІVH DRQѪ G~H610&>7 =Ziz إ̢?n:kg\tG_@Ou̅@ͯN)zڛoeԳN {>o (!;̀Bo\ :FɈkIvP88с{ 鹭mH ߮ȅAʊ0D`2U|Ʈc K~QD+ta?%/B3!0eu+Ds31hmXRlaOUcFh:i匙TFZuo!&4R<JpxƛYXEYt{T<ϧpv^'*ibԛrXni绔L/nu?JU|(z{J?i(H,k- F! a4^gxH,7+Ю|"]/T^Dfl5jDܺbX}AaT{\ xeyA@Bo¹Sy#ϤOyݯt=l빆jABPA%~P=EɈݽHҶ.>P퐂LW*O mёf ‹Kԛ,knqe0)Yjd-ㄹ/XbYZ\*()f8FޥEp"zkj?6ν4c\ Qu3F+]i/ }-CW&ё=pa3b$RoNNn"zz혇qμ\AtCrP$v *u..g5s\9ow4EMkw:7'7/XsO3 &'U0AQ>Z?5"އW uF۠쇅NXNw3D^Zh;=S#jg+k r欬9538SUūtiL~@cNje#U%3^jEWLJ>V4?OEH&RZ>aT=J28g\}4TV.r͏HLʴ_A3~pGЈ~M9"31+%LcZu PʒK0Scn2CskK*(t:s5̧!?Хxt'U7xs6"<5TTB4 ޗ`Nc 9TӹPպhm}ѩ`pid$ޯS`)T=o媢G.-4H4zalASу{ciC9ꖡ C?}ϟ%|{tO8mO `bW^2&g`ÕnǃYC,<0]{2<ʰk}%sDμ`ɹ%}dŁ');"@$䕜z%$Z7WHŖ~j{0kV'tʒ^t5rrgX/h% EcˏT2d̖䭘.wO1~:Zc2Wq6Ѝr ^ &DӨ2:CahҌ,ng`~dĴDUF␷]k4 pQJ0MG|W Svku?&A|)>2 N0NԪ7-$}&b 0 s8Ԋkj2]NDow=vk[^jT_Az9R>SMG"Z+nˮ^Us mgWzY\Zmb0\uwV.TmA}h,Xq/AC<4ȳ"$fs%;4֦|ZYj;Ÿ{7 Q(3.Jbt˙ێpun* eEPӡ/O/o,,ð b#Dj̼ZI/yCK6 ['157=Yl@hm>Vh1דc9ٔu9o.sd,6|VgIq۶΋|&NdngaR|yL<\'5b6 |ȏ%Զ;tC^:O{ м,%3@M.CX[esz/xAJ]axiEglωgnq6z؞F3n݌Ďim.}-v+]H-P:w8 & q5sK|`*%.HNJ)w[n2xw/8>V{%r*dAtkf] IbO~oBï$[l!b`v.t* @P#ܞ W Xud/njnGUۈMVGc2u*d{ eN,]WCxcW#:}&S@8EuEݙ:8k2nB~t`$8*_^FHU1#zT#/+Z Y]*j/FOV>eBKc;$x#oϓ0Z!+O kȥM*؜ɯy /Kʲ9-5&yM(#@~+_^mciA:Qʺ n*ffJ Ik, l:}_L$T& )`[](db>ds5OChN}p= p]?42, RvxcFϿɾnLEJZG?/J`ԝ? ~5f4NfGTfu.7rM Hum7]lT?bi= ta18T uS3>H]GMR٘ gyd*)3Z;2#Mrp K A`.NV9D|)Hĸ'ac9 g0 ::c32=sҖ=1g>L|ˮ9  %1D~;!nu[ZFbL4AKh)HQ,<5}V@Z`G'w:Th#8r_i+%)p'?le\qJT2CE4^I ժkH_>%hUb> ˀI~gTH="zТRa#/+fǫDbY2gf͝H:ք!o\-'VNrffֈGR,60XQx{@bB>. .ц5q,f'zRϿz/Z~$**?ݕ*u[JHWi@5% O+)= =FuENcRcz!^0?W>Ή_'+5\0*WLD?o֟TcC.n~܂JQ|H7 w} Jv:rϐqpaj6gI<ɔMrkV"T^bq5= p(S (cOJu_W V|Ў898qq*h[xK]K5sUà}L/[rnܓ]y,_K(2e L}h!S1rbV-Ac>669b5Զ汥{@E/0…6@w _LrH&+ ^?}$ԌO$H?!ʅ0^}kN$[{BZ1<q.NK}e*"Bw p612i9?;)|>6.'V yƠcW Lb$;"KEo+aڌr>5ZkC6xFD5<.O>{߻֜`lz$H-%x(&G0uQ2G%,aXOԼy I%߼#XdӎOXrl!-E(@ LѡRc;oGQ7rQlV'\FV5;Kg@|Rf,~ΗEӊv[=6$ѱ .Ű|GjD-ħgmO]k1G1+!]]{qL@ B8w~A.71ɍ:z^؛ޡLȘ1)ŋMs=SeQ8rlox McxZH&پu-.Qg Kfǩ3yOAOG7i4>R $xCR75v<ح'9 收\tfk$%b 9V+JN!<;pq7)[ 6݊c+/Urcw*7,~V﫮+ W#$5xv-ol8L>Nw -E-,fWʹgI#y|j<iE=f3 ,@4Kp 5a 4!GF.F.,d'N YJЏKaEpXdy_fȞד/oJtLh3!+u+/h`T P23bO^;'"jJ#~BUKd:mYpLB}kZikLM@٧`KE>Oq}ν:K>`3cY 3[?fHOSwrk8egY/Qi^V -NǗY^-;zC{C]Ϝ08Z/W+*6ޕtŢ> 8%߅so, -}GyO[8A3j nFx4bNL0e#3BkJW Ҝ ~a4KS˸̞nsœ$v) w#|jSZrGϢO%d_} (6yYfCF:s)+1![Pe~eB TNl9O=yTm dV 5ՠJ/>AAK`Fwp!ު\r*5j]}~{jX+6Gd ݗԘp{U:\ت4k06',/5czDyikGkתo(x1ȵ%7y4ё=-Q(m?x/.,4lm$.gatFvL2gĤ M +HuM@DNx¾$lo` AXaZDˠf #FZ=蝋AVŌVxKfăZmSvx@]/B'Zge*krGƼ:qAo\l}cO-U&˦C`芩Y_+U|Ą""(vWo?&4~ /cI)LY5PI54 E=lmUqK^}7=oЍ}$btgA禖¸V#hti ]8[3<0] 7S ֣<kffFX2"XidYH7A{ûWˁZ*iH\_.yI2;ݖ;Q zEE -%n$)xlR<65jZ~-UnBQ_p=zB,`nG8ēMpoq $pF`MroƮ@OG?`ux23̓vRH\q>AxFN" $[ tXUG{%M+9hIIrɭH:`#0SY]&S! x~Opl'r$-ATcšVV_XO<^IR(h(ȧD"nnV;zBؾoB52d!+Ug ٳH0B}l) G=֝&}o]%lQwhf`"ݵ~iђqܕ ST[;;^k?Mj}#MaְFه}hEWS_V[~:_r?H$ sRr8S9Dƚx]VۄgdSeh6nKb"I g$V-Ѽh"3J*榦o'{װ:CM=l1^:Xp('K >_ʔwK^rW#E Ϗo'/)EJKG}TmjЎBKi]߰_#!%Rf2o1 ?eUcq XrV;/&}1:rC%aٖTqf^HLNp<}0|lHwQ6Y OdFu @@WO_ ;M*26\0PǿeE>F"t /Ek1(*bˡv9} R?ɑ^0ixWA9 0n^x (I.q+)JaYvvJ.-{M)kH]\/-m?ݪ PuB=qif1H]ACT_ pYR",MG >!bTwطO Hܸ.gF^R!/}PZL%9̍p[{v dmќ  &+zv 0ƒs2ah{[1$Vz-#Q!`X̉0_joK 鱆d: ECQ??9_O#/۵>|p?ax_9)2ad@"::o݅ТKOgV2YW b)HH@@ xSE @T\"rf33[<&JcѡTE4J@; p9͕bk@d-"-FC8=iqHB$2n>v7-Hu)1̡|Hw %B$Pތ^fo3 +gaI mOt 4n$NcwblA㋗6l6̦6gQJC43#Zz@VL!PCnMwTz I Q}}aCxk584+~o).~(߽0HbX@ _!頠Zp Uidqtc[I$H*±D_;ez!o#c/cGK*3Qs[.lֈ<ףb=*N[F|;8^rt=`q ѽr(\넩SH.B|qax1Fts+(IԪ/EYC )VU)"b^!w*icI^q"p&jnь∄#mNvYcQxr=ĞPd!KWHaϑͨm핝ag[& ܫ&se0"Ʊ|'-~2-\xJ]( ڂ=D K(BL4QFm2e톄tJL!{hd!a~cY)$vĚ(R m&kӞeRmB9 -7|N#3me~B8 Z#*) 8"M\‹%fg%E[a%ԙ:b: ̿`FO:T rĖݬ?^5i!: ȵ.!]*QoL 已&+Nߔ%K8#JW_+?aG2/;_Qsm$v<O% :1WހZ;Rc]פx=}IŐFԘ@ɪnDwHD1P e-)\P9͢$`T iޫ0p޲aB'-Ÿv?"^=WߤD[&H)m>+$d$ ,"rTw`,E1 )r*`De(GoT5eag}:;!DDg*\G/;C"<jTR^ j=\ʫ@ n@cP6z \HS/`47;wD?U#P+<wTJvbI8C :V97).36KŒ\}ɚy4?*V#74+IN:R*)Gҷ;V=νʪ<0#gn9K ñ ꁆ.qgrX^iO}.}j/pT!_5MES ="na9\o7ӈs$ݎAte4P{A$%½2(yl&ՉI}Щjп>|j263@};=j0zd]΁- PNW QdjZm s=.P6E"*D91zEfQi!P\ *r z+C:DMоv]@87 \gUy1'x$SYH)_W++ZQL]l-Ka8(vj|э4 Y@I쉉t.[m=}nw5f3)U3b_Ff‚1aFzxs=gh}{K^D"ssjy'pN d;C}© )}9Y S2TA#3>?4m_B9|Sxޞo1 ѶCG*Ӥ5AHoayǁXtV8rO;'Xzg@8DnCX,(]Q98(% 3#I{_L]S3}YWf#Y*Cv9]\a ghj./)d$^jgc2u![8A;p10(J04BV_| 2>ja՛\BFPIn&w`)x8s'^ӧeCr~c"!EiM^HB];IqƖGVu};do깜jc@G$\:a#]E)TW2H j5(j*wJx eQ M#]C|#qp"6T -T""ٜ,k,#U4Ɔħp6+`k-KÃי+|H/;$6IOAh8*XpX;/ٌ$ `L\w;./Y]@N ^Qm|Yҽ'86U9ʂ^ z (:ؖuZhKL2'qyP;_d6%$ e33x4)iN"sML T *k%E>a%e vav^CVf;%7Ԃ;L[~l\X<5iW}WA@s( p@zdWmHv+ vMyrc7*HrYT߾>:xZTa%Tݸ>.{xRC%Q R5 n88P9KܱcC)pVA.ҚE$ʻuLW%$8lh**4@/MDeyX9Ā}a^?j'WnKˁUKMbXwMVa[Qٓ|"_l'NX} s~Lfdl w".ЮzyxD)e DAf0dwJS!?|²x7uݚcJy)h wL^#uWpH&F쥄r+\y wa;']xMM/:4R䡏$ ڧfBpaZ*gMߎ85,b9њch o6ђBH7uc\bj6X1O[Ju~,8®_)xپRPq:y? "WS3xW4|nl&wlwUsMͯ{pID4ϐV -z!UA/*q /w߯}+E;Zv 4Vw;x\M'Jyv ;B:q9`Ř'ʈGOI/}{KJ/BKǢCwO\&3)UIJY>PAʥ !V3Y atϣWr#aM2 d_uxdx {d" ?CjMETGH I *@)|V<4<$WyВp.fbg)ŞGFvodYXx4RX"6ls,$cTkda)P'10y]ӟ %G֟K}bY7 |ˆώPooN7!utbbj-c=L0d+q# bGt{. ۹ mRKmOQ^[3:R䆁3mAUAFWZ&51D1BavZV[si UtyXkBT o&j2YZaaݵJT δ^SpՉR$3` 'z:c3H}L ƾhAc0b\m 2mvvZ9%-GCdg[ E-v`2B&g%a>tīK9OzzԶCm1r8ǨKU92Oۯ(/jOի &@pMtuRxj@i$U1|NHdI5u;1M_珊 ~mid-ǯ&Q2FӠRjpiq 4e?4;jOP: $I;IxYjR3jk ~KF8i&,[X(quhnu2Ռ~",zk+Hn) #p3w˔ђ,Z|LTZe1j 22d4+N_!u%\֧ձv%\_&^Nُ0 Ɏ ,g$WAk Qjw9颦mN}@&* wvǘ)P@lSMVwF"}W z=^u-B%q{QHV2>i2horRdĖr}EJSON!~bTj=+5?U?qS{!!YfpM=\؜y9Ӱ~_|/1*H=:Tϗ뽄"ZwF5Dy#l|xKn2sVYa"/TݐEA7s`ea^S~}R/3uX ja s5KyUsg;ѿ8HZ˾8qQ!3Qڗ-LR?tkI:gY+N@ڑ\èNEa,侘-q`!C;'+$!!|Wu3y;~8߬ಗPۈ$Rhᰣ"na,e upz5Ѿp ]d ^8xzⳳk;ʨIu80{R=Gs'Ҁ3&j"q$@)+o3XILs{Kt?7]4,%7ؽEthTdrj(Ģ 0)I"+,2 7$n. u[1US?q 栝jAGTưH㪠=0,<#{A4ௗC ;h qK[Q0^Sf-q^pi ((cX5r%Y\Rgzy۠q;|@kS,y&0EQMu c K~/(Zcח{nGÿPxo 4`";^W OMκ#FnjeaMŠD*NQ$$=w5%' ľ7Y0(pm[tZ u=&Uk1 }S7g.{x+Avm SVckSt46:̶p+ Fke宺Xi] pڻߩ-O;8kJK/[D|}Sa4Gfp2sq15DH+=i1XzZ !/ ib.M ָqa#ݮ1oC;a ~g|.:f=&3GW?Z( ]`㹥ezƢJgc }l;XQ|T!PJc EUb|ZRَ">:ϺfҸEsHA_}whWdûb;Z* FYÄf{O-l )5,:>g3)0'?2*\ɕ{+}s$J)Iϟ3v*ۯIh%5m xb)MGY !>kz6/mr]xYTr'x<'xˉ@9(_NO:jָ)`B#wO` 7%ƛX,,fǶLe%|84a1KQ:H`$y3ō5דOnw }Tt`=t pԯo<Y' ^1^dhH~j'l< &WAAn:@۸;3<:#2 g&er$Ǚ*؈"_pg7 w y2*34z!]:-c4ыӂGm@œ PLpxC4FE:^% VϜT ! 8_;EioIF\zKl 92^$jޜ 5#[I:[Of!TI1[z5|H_Weaݫ{˅EDMeS7r(xbz8j]AUR8U#4ȦcfA`b>Ѫ(ZLGif8@&L1~z>󶚚z\꣠I3L ˿[!XWr&Q T]r0(KFo+tlT`Jmd\mOS|wg;۫甲*49GLk!o[4U vt豈OHu vn@VtY! XnS 5*=?[`RNOr^)(pS9*SsK=ʡv)Xѱ(쨽!S{MS2] URHQo% K+q Dș+Mst dqHkSun\#r}Qwt쑱>tp g`b( E\FRǓx>U}:Vo4ihrJk{X94uO 7d'7 y-uFcP3&9*izGRNh7ɨaAE]S$^\WR0>(JC:"y)s'_]Gՙch^c("DAC586@&5Ūw3sA7&17As(QЕnޢ *PHa{ O[S읬U>ѱd>*g\x('xwIJB j_Kl*jXe_|Q2iVCv7 #vloȭ=4iBrVy*6aZ|Vo6H N6x謔ƥĪ6Ei >!_)!bn'c n6&pGtq mvz 6yt7@T3Vo'QIM3.ڼv+ Pm3{(VUFɯGԇHN7ޗ4CBhu mlAf" @pi ŁfN4K=^ Ȍ7jI7.=h!Yw'.]ʄnBs N^,,-b52SwV^ 9)+@\ŸRȤ4U)!{?<撵'a閻t }@"WTBr6(' ^~ѽ%CH7Y)4c>ե#9SKTv=Id4Jyi[zOԞJ{RWy:$ea65vvq:d-]\Q>.w d0t(}@?7 TE[XwCj`„ڲ^lm 8}Ɖ6wlV&Q$va|4}.*MDX*3gt9»|᜻IIL1n8/%m`::OOΒ&5_{*ԯ'/IQΠ&Bek74E^;HheR{fJ5׽)1ǃ:f|1 J[!;H5%kwNTR艗tG*-YuE+*W 5у.T2|/dH0Cf4-e.]q$3UG,' eRn^S.$?74;r5A2Dd_H ʄH  ,Ø%k'dΏlqZn.,d3!ѯ^Ƕ(x"-mm4ځ#pW n~hgW3^tu,lEԛ$qJ,$m']Oo3^#y={J5u-Mg(Ԝz\4GʨoSv-?V9gj˅@W4M,e;sT\PX\`gZb6 BuMgNm}8h`)+ 9%QcD0P5ezn\"(A\ϭ-; 03TQE,ALH)Uz=,fXȈL(nw{6b9Wb}DǝG yu!_ 'hM2ې_tbO1\0hv Ðs =($\0Z2ۇ=U=wyduA/j߆XuIx D*e+'RՄ{"6D[3/ش!iYn漏ndS p>, $-/ݿWӪ9hK@Y길@VZ:x[Hɣ,6 Lvg)Q3z;&~/~<̓3£a7Yj￉-b}GvmO26c*f6l jةXdϓd(xl<8}&yKDO 1/rHc8 giT>!OJ* AZΤ6W".~S2W8PK(!&b\0]UO@|-㳚:,:4q͡Wu).bc` GCY o`̯Xz5{_g"?])mMQfzU~u&:v#`̥ ɮ0V W-Ĝo(:"u JYޑv!ⴺE K [oP4B-wssl n'm}Ʉ͈n;֛Nm>$ȌbIh (G#!B8Gp=7.M ݞ,4uX̹`3, 6a$M:gECmrmZ3:נ\ըnm=`2ܽ6K-zeE3*a`(⇠63E3Uso>UE`HgfI2x9o eޠ4t+Y- ]Sua-!}XKg=pǴ% ieڬT:22wL'CyY5hcUN],w%&KF}-; 5#[%В} 7 {RO0! ~8#]rT4̘ѿᓪ 5AjwKmCH/^ F cI&,kVԪj8kR<:A~Pls1cqQ' 8o/Le+%a5_wneush4 ߡRׁ+t0(k7F`S:wS zo-[8N!u۬X>s}[A@+N5<8R֫Ip۝&bg9*Yutj3ؿ\̗1ߖ#*msT.[% ivZE9 R3= p`2Đ+'hwqoϼL<.XTamdedU4jc9Y c.ۯUun5Ty8^@h!~) *yő*[qkQbQ8pvA!䖍Yuj K^"!Dw@ l^CsG{ܞr\] 5לzwb.lN@sͶǓb`$kcd '8 Nc,*4VN=- Mfn>Ć2Mm+EX n$NeJRcٳZ/e`&Y=wjJP-LL1w[?CrFZ/NNOfk?Is[] XM_dbe ^΂Go|Fý~47Jڏ#Wp ɞrq-wa5(mt.ϣ M3. WWn-d%MQu$njnQT:c Q[{d"QefO#P9Փq׎do E(v"O6S+lL߻NgqmY|zje{-8X47 |,yJ>wF̌kNꣂfͪ$3 *zV O mߙ٫gĩP5ܧ\TLCMÈkAR[aV[j3`7-Ys)ƳTELY["zLpSXS'TUEm;V:AKL3.hel5=2o--iMVIYk 4)}?*g"Є7'6xGϧX$JJj{cA0FfZ7CVGԭ0$.Ĉs^' ﴑtCqqJ]pZys@-HQ>kMz{cL˄ ' -T2JuwL Y8bFR; 6+; \{cSy1g|q4D%skfRkVD&A 7%"iv9h٢Sv`voԳbyX4lS:D"it!kT`:.@i/xD/7O:|WS[myaQxS}͝&&؅Ki9Bca- ­RܶQ>G7a8*H a mn#e0 ϡ3 %FW Qk# "\~8q\bKClA8:푘6WJ%'49Z҈Rjq{`ps jap}S6-NfK(,Ձꈩ^|߇ۮ;5&y\ҴxV8 T7+;*9GbOIPܷNy#cs>0m%A H -puon: HJgSݟt~e#T^E= zw Zx J^9RH-_QɓUI^a @GA'tB3o 2Rݨ^ˁc^$kI^j5(F6 0i`ءGb6aLS gf3(14|J\S}C/#{Y|6p2˪KohAѳgV"!4k Vo63qDRnM:AJ @vAFHZN^HYt߁یI<@_`Λ"*15bo@+a a;:P Yg\bII)pWR{ŎJIjD -sNxia>Leq<2hd{x7tznH?z*`HS\%HaLUeEw3pTvNikݘu3[.0=sqJ%j`,>Gny^ "djK df{!M5euA!n-APW /YS&y-.D:a}_A'!<mho+5P;Wnzs ,S%ub'{/rH az=Z @a{N! 8F #Ka!a'Ov+Fbt럑٧}ű|_1J/O+roʔ /7_^X >#;CZ[,jK2brhj>|̏bMqtDKOtoDaHm&@'(Xf~UtGXV~#bMhڔHn h稣2 x1~#a XDY !1қGcN X fuq3<49ˢj*͗ZO` i:/EKMA>ib)J#fp”ݲ |? ?8)gA5zHT[Wr`!aW3='U%+#s?rxa2`  xS}lFz>|V1o34fIUWAOriO>k) x),lF~f/4R|HgtdB-cĦ" Eǭ`و20Ӣ2 Ao%kN2"ś!9C|>6R޶ܴ )YjvUfCt'Զ " 4˵SXN0n?lv":nhP?OCOuZЛBwvX9oKKH]>B^! =ۏKnS϶dCL<]%r̻Q } vdG Y8:0Y᭿-7тD0))xFCƙK kfڵ42bm_ +W&%6b9M/R@:z% Jh#=C%D[bdJu,^*RP}67am" +R@jk(kpL6Q>^U(YlOz0*E[f|x~[ξjDǠ!.-S?$kK6F/}D3h1 Rnw?ңSٷ 8{]?^s[f ֍qyXq܁Ć֯G@tI c_ -7~QJB/1{u8,6ru $ywGa,~꓎N'hik I}XS}qˤL=epd:*ki#폋y|X"mnYn|38NˆD"s=N5;3ZBa 6O}SvH4{j<,]JI>u'E{|K An!>yJO3*\XO_%ZϺunayTu@.[J b^9"T-.rsC=nV c :/V|W)O^DߙGCX; Hj >ĠY!yU: 4$6.b;'o^KF5s}a= PMeuTX\M\:pe5c…Zr74a$CgP,ɳ5$$Ӳ)7t&|GnD \>tiUB>#!VtngKJ~6x*?3tlv|S;Q2r׻d]-ivo/r6Vi}u*18ϚQdsbn{!am{B_o9uS"W~$>g"c93w'E_ʯ,tz 쌐̆ӣShdWwHhf'tJR/F]P-<ٯGճk" KwȷY?ڝ5zӮ6yB28D-.7uJ ItR5{jo^)J%9#*ZٶQBGpQ_I+,Zxܧ@6GÀ̕+>vZ'9F]iSޟs >*]I VeQ`1ÞÛP& #B]ΞX4^drmdd)DAAk8ȣ}ݸR{HtSS)m#JFf(ƕ\51m w,8ZD84Z5⿡Gsu*ĨGD8Jj &O#8Ҝ]` e B9-A& h,sJd%{T"f8(]L!S;*N9BVI( ~/ö. =s)l2Db9 mq>̙kJgģXG-ꏅJ:1_^oMdYӗO6!@ɆA|UֹQW^2gIqg/ |!wKQϳXkG5hL+B(jn޲z3alV\Cx.Jky&Rl8>A̔RUCф[>~s,3Clb'PpL:QzVL>SeߕcpH)fm[l!ξPJqGW9`W_6aٍ\W]8tu8cWj]~,#;8D F75}>đ8dmHjj_~R@8ܳpf9*a~90!^1Oy:MnD)xLQڤh:[v>(yJyVz{ۍ57 K0Hs[(X %xy]nV%Z{lüٜ(Ը @RC/jJGS|Q֫k/ G{ȹfWi1., z"(/8I1h#OX7x'DWmNB1Vj3+KeW؜il(e`5칸 K\ o'{`^4=—YBUXJ"a|..S_ +Yg8|-r Q}F(|D)!K\p !yh@7HUCd *7}rE |Iͪ;>؊֊{8M?g*!ǮS姽EKq x bJ~^4Iټc/ծ +rRJ!VDT=vvG/x0}C1fEU``L'9]mS\܂A`;+lUGHl  J 'aBܝV\^ZbCWd+ԔmVn4y-_,tY#!E}I[jXxYI` ( V8)¥@7L{+\1k \3^FQH:Bu+ްWHCR} Zx*GDI\;B ;?S?!<{ o9 F&("^UDs9 3ӓ| 6Shpk@`BKa 喴eL mcZoQѾFO =M-xdaҗ:ܶ"AYY['zV@=wxs5`O\I՝(kR*~cUm(ᴗуL}BwO]FMRiy=l2'UĉA"XAӊdaNׁr_U..!p#8PO> &H)߅^T~N_k3 dyuᇳ#8m%VAKษi[<'!& CDZ@_$nVhФ#^RL3"G'rŸyڋ07 z 9Kd=U0]n,iIX`t1i2l ", LkƱih\Dv6QJ?^Ep?ka,wv{ _ |biGb[+pW%;=76r@HXaۦȔXW.¬FViwVNFi[k%V> zi8> GMjOY| hN9:%ta+nq.: 2GTy𛢦\ǰaPh |tZآ8HLY|sGp㟐,J*"&&N24}E#Rc|A (B|L_^kᇀx꡹h92?ZaMr3wGD~^\nS[@Z2fxz*$F T|\K 4KEo5A፤XmW\i>Ajɿ̥竜(;mZ2HADVמ? l1C',ǁ |%ϗwдL%?nGZt T =hxnܸ>*^A<%RԎ!<2ON=sG۲^+F[ZTv!gZ+ 0@]LwG2p[2_ TH#`¯ eLnfVy盔5jkRR[Zs'=y:~5uW̲#Š6gޮܔr1;\ʻ qN!+1x77ÐN7(.Sp,Zʼ9ь5i@Y9L Ǧ5,Qv)-OnW^5]OVMos`Sp2 3;0zp])$.-rJl2T }nn.mË,Z?YnŖ V642| 4T3xʥ mپWCQp=cpl %;Rw;WՅGcR5?&͆SDMVS-n@:ia6yle.B ݮ;Ǒ*"40Œƨ.4WUeF1 㼿)<͓xQB%6ҟדT AVX|GGOnGco%D;|C~Đsȍ2LHPN&\n gs)5̮ˮʯzHp_ٻ52^{ ˗ȱLv$B=J7;H"L'$YmN ɂH^c$0yɤLt6QLgH+gM2AON/RȮ= $;ڧ_9!oZm噖&ѕ #-dk;L!%|cG8/y^]KA8P4=*O>yh>Nm Dpp$ډ^foJG䓸Շ!0 ;&Ӛ.Mlp᭙[DIPL4PϽ{gRu {Z΀äCn_ 4e.GcRֶ#&OهyJ ) )6nJ,+0.;}WEkHCqhh,Vu_?ʒR;] wdyCral'}\Lǫ,0O&Y`I7K59(Iсާ ]2ڳU/sLԏJEY vܼ_L*y`Ҋ0;,um'SPxc~j وr ]N"m|ckIfY(5|GJH=%c=K=CLYSxԴXE(̨lW#'&+ӯd-A-cnGe t!I]H{ QLk [fy* Уp$^E?jt!/+A : YcO~4G X3Ls*=3@m[ W 'y18n,@7Λo+϶r]N!U]k )W4˿~XwTqM}M4,KJTQ Wb~luYHX8DNE|RDbH/[z!Ee_vUxڔ,[yʾDڇI;z'3MxOxE<Qo)gA\`^4jIFM> I]~1$'q轉ju½Ǵ)̦&Hنrv-,'ƶ)V˦R8M10i( dz/~B# 纄ꨢSiY.%ïjϻ\2Ip0N7˃᲎곫Xxז%3H`P' <[AWOkM>w @薠Yi$`jT}LNk9SXQŶl&Qҗ$}7%vm,.2T Eٷ| z=؞Զ9؞_3l옻t 0`-%jj*JS7L׋O}ϛcHOm>~0]c#67VC QOd&d1: |%=T4Zp&&RK-WGZCږc͸~ VQw  LkRpm4~ j/aêE5X\݌2AeZ㴍YX ȇ/H3|Ju]~kWKOG(җUeu;ظyF:݊qJ |֘}`28o[9!9n.9J+.>f<58'9mo ޥmP$'D[ lyr,UȘ=+UZ,F=5\B( sQ]̕"bEэ h % ^Z~ ʪxJE+ f~)zo̥s6Le S)uB9 %7d'>ce#d+Q;N)(Ɛ,{VUWy_!NC#FN$DM‡L Q6R7\-"1f3jr/' gj9`_[e'D_  ]<;v=H86ݬ@(ZQT<ݶ ͮ۟~BHL1mdJG?3KAcs1u o-HߑP4X=A## AԆ|D h(3 6 ZfҚE`[a{Q&!M}auM1XհS+HOE Y)S9!]!+Pw%._i:cDr)94 IԛY"YN+ ·(Q0f= "0&g ,kŽ,zo>q0ѻUsTo}O3N T:p6^'b0H*8MM} jIJM0j`H `B5uFcF{TҠ7@md(ޢ.#Gp+Khc`"閫J~FFY;_Y7^m )H4ѓTo_m kNPbVS(cQ9C0TQ!`<V#{t\~! K>_Tye ?o'(M9.k5! Ô`1>օTKC5TD(fduC ̉PLˮ֣d"9᫘2Oc~֯]tb/>{а(o3 aө&bDP žrSK5͌pz kP^@A8\z?5.%It_hO4:V*$pm|vXu|lm8q)q8jFk~#_CGюqƥ)i&O8YzzL`ƚqbo]gyEӯo}9`/M*aŖ XX>5" 2" zئ:UIʩ^mɧ3MH 0jyP LcTutP'Tdƻ,aijBV6u~hhȼV.ܾ'n #ҖS{1 9- 80K/mve☉>S 9:$(_8\|ҁTUDVs߸/U@'%Bv(iHg{!| cuY80؆P70't.i'wئfeDm ٴ26>bvE+{w*>Hʁݛ؅!ڂE߈Ѭ(hn{6erT`fh!lmFx|{ɶo!'Vd)4!)ќm_>ɘgW;:EMD\x$(s8ۻ{; :Yyxѳo AȃMɁ31~2JkBCo!h٢-BQrb鼩: UjqiUӒ7siAa)6W P:(HG{u=G, 3 R}O cܔ\1wp;E2J%ւb)-B/cfXC]GFACĐ-g讂4U0bO=*LBcAlJEYK :x212wa:KCdGAڔgND3Bbݧ8{%B'bnh܀/MjN>2qبP92j͊  pϘazr)˱W /H Ax>l?S->"\=H~+K-)O:S7BlZ-c ñ Q`),7+SnY GFo&. Kml);,h(0\䝇z1;5g3-$_o7mLD:pNuhMhsr5J+3ڢZ7Z@u -5V%G 3RuiM4{}o ?uv/74Y#tCQRO38.4IL yK'CS6Θ*I/QRڨ -vDM6O7-(6K%e D6 I |!:p 7o0xEl&R ;k7*H'v$,-@oJ,^*K {ٳ e0^W [ ̪ֈ%#I<O_m I·a {7> S/ңے>YOP Ś0ο PrȢ=>Pms-ͨ΍+,!r{EO"B0jEЖ}@='=s>PhWrH40E;6AS#* QwQseӔ$B/)]( LIh#[@׋ O왽2:I85 8ivܟ%/1Xer= .tDMvSQ2;^6g4yYj ̗.^~w}.ȂAp^Ma. @Y0OZ xzru"+m*p^t@V t"U+6˲F^Hglʙ˯z_AUEȱpy*HZ1`xsQ5D0fn.cCBwZq -m)|OįB%%YtR8镲jc  MGND wJPW~/a:4v`BDŽִ]"S{~xI4t"S\rAzhc=+3cODݻ;VEFVlsޘ$:z|mO`ߠ8!}3RM9568(UWvC<~#ɕa®cM}6_"SEd\UeAvu_㨧 qLf.88s|-Q .SH-SQ UXOQ]FeqdO&!2%MXVgΙk5 nϠ9 Ԉ}i?HjHy=BJHϯ| '~~a@Qܮ,{MCX;|Ş,7.`uhk~1o6{UQO߆+J吮w!I*iܷd ^!^|Z-YtuOĐ@f,>xʁ&T;_=1ZoLIKlgے/bvs1l\&{4dֶabR[!}!H _{mQ"iA;cabXON\k%=n*YZ4&+.;F4<2YGKAW$$2 Sr|~3?w:ErRw͍($is̠."k+e QWL~g'YU0F{MΌ{Pۑ\90akE @Bl"8FAq98&#FA7YGˣGy;`U||z{83 5bx r0,_pmU4!6E|BA\r9'p7-T#=ܗ` Jgi鵃h;Eq٫i٤s |ƒtTI>R ZL;2 j.lVE[*Az5 <յ ]Dya6%7[;<ާ(>]UmR5*L8ݓPwr6YZ5>AF9̅[bb@|dk03/ 1{?Q'=+AI؎jW,`?xҭ"<;NW 8:Vt+Ia 1~c%A|c%I2#'}k(3fDMßZp?,*LLAS*r4CfRށJ[ BPʴ' U)Qϯ֛ x@pX"p rc;w+/o_AEɄp4&"ʇ>yC}>aBE&zSGZsR &+=PfWጃm(́Qq<.+f !lIu!L9ێ6F| g~+hOfm 7=AME%h{Dq`Ъ(3?K>+*h&R./; 0iQB+WNtb{:{%h[ULFQ1ꨯ_8?(p{@85eQw|qG.t*ѫ 䱷QX#3gc$,$mw[uC&eM` !M%SެS'_7jT-5Vˑ} ͜? ]>ޚڷH9Ul>{"oo7)2F3ieaI8eCOIcG-`]R" P%~ S ƽ 0Ff1T!?vzaCWXaG\mOj!&2mo~ `N5BWx'aj17 [^a`t-,9^j8h0S,e*J3Bt5ms7EǴ󌳠;E5-Nns|g~US~>[8EYgT!mF ,O>G6Mic~:FT(9ӖQ!t5ihC/1Y1P{LɈ58пI |cvƳ}L(ˋy|%y/6I4A00 l-29] Ej3 {[c(1fN|!htވd꾾P -<>LÃLm;xX1im.cgPY؋w{vzb;ߵCTSe%~󶘣gef@BXy̘8DC"Sk:hMX+Iϡc/͹ewƓ?s!|s Rpi!͔uVi:+2+glz"" J Dt1Jh t"s9ÆխC0U]ؠ"AZ *&A3Lm.{ԕ"/ᔠH 22Ņi$8ߊrFtvK";zLSR9MQذXs⑬9vR.1U#K 5쫥3MR*`vY(H'&y"N9mt6() &rNTvMoZs, N ``|^ T#FyӕS?JEHWw^0nVvsXU8aI/P?z)t#;8ǫL?|? IbfN?Op& Go'8MڰWzr\c2< A_Ff*Ƅ,2`g{y6u9,)ک7fnq ASX{GKEbbtrD3{{mGfIغ]%"U`Ty%C(z [>V-ViW ISGC-Wtuu=z߲Tl=Z]/G?l>Uw}sb#py,t48WmS(=S [(? ).=YIT^6btG4pQf I ĝE-kG=qx?1u>/m%-DxN-%,8*0SgPW܈OaxIz'A-m3+Q\(?k0u_gcL]IUv1W$S*v.=З߾ekyfOuX$ gH=5i vIj=dO/G5 "멳]o]6R!$%q.Rg&e:?~ axߑy}LJ̢nNkG>.N<% Bz Km^6SXk-A%*6<cV!Y.v"XD풳f3 ^ P'mthOIuJj|w%ΈՔԴΉe%dP4[$$D\` PІhz.ݑ:B^廓Xv4Fj叺>:jvI\{cg2޵`gE. Y7LUY&-=}bh&fX9;Nt~|HlewJ}ȷbAFC3Q0Ǐ$8W-C|=N2 /z8/cJj ̂PGV*hzb`0憫cLw\@8Q$7y̺ 3J;90iplv#é"yWv_eSf ;2jmfT0'>$ǝFD>lG>U眶WVRC)z03 E Bàug P3nG['y 3$4xiK(UХ(l!sl*auCeݘ+/oہn-J̹Zaٌ#Jġoɡ.J%BAA٫ag)Ǐ`[UC "N Y-0 -|5À]c@'$SMC7ikPnR[6٢JI0E\T6hit_iH!5WEō{rCrc1 Fk 2[N҄j߱ɣ H82dwc  ;7܇\}a(JD4;6x>ЎI뢗2Σ֑>@2&WXjgVVZkbKЉӀkgoh X鶋ZL2B(l'O>Hc6[CO#l^^OJ6rYh.5mē<O P;;#փb Jbq@Y=ng)Gݣ^:G0ZG9yS`p1 *_єRݗL&{4NsvIK&KXRDf}iYajݱB--Ɔj툭^  !+๊Ϯ {_I-~ (&?ey>$Um%|KVMLq5|)sHV$wUڶ? 󣸍# C2NEh[CFO$o>uU^9|uMB|=H͖c1I/pMĿwb^E$rpG !4zdS  ~ǻm@3;Yn䣁*rAeGVynpQ\; aBV?Gvֳb: '?C}!÷kn)^[D.`Q lXP"2]wJ'k]$.3X0),VKfn?!I+H,Y1EݾQ2f":`-mh]Srq"룒7q3`d.LlƄl̠xPg$"6j?YNWtT;N@*?y.L}0f 3 IK@FBTM̕أ]A?FYkRXun0cY+KL#,zQ.n9AK&j3 h `I7#9ĨlOITR ۊ`2}-/9pK6u|,Z 1@&;ylZFp1XXO"UsBdTCg/ B,?jG"WG$ZȏM e(8iil6"kXvW=L%Gi bLdbl|ftxq>)=(. #ٳx}E-'oKjOI5Fߓ2-8"@]C|2Pß[Q}m^55n ~= <~783jWb8XY~'!oU n}OhmÍ 0OkÆV`x8rߣnH|e#C @[GRdGqlEPVl~!x|RH^bZ-6f8bMk߾oS`:='PhZV$jWXi-ruH.,2.0 hd6}!͊N#3 Pkfp*Հ#!/ej(Ce&RA~/lWzf#^n^]#>O BFk mrSCoFN"${N#O4R|`nL{Dmi:]$뉩c ^GMi'Gcz?gqoilw6ߣ C#"W|wӥĢJي M]],zYOw|5/\D8Z햑KQpu}E *W)LRv.*NBrOԢ8X 01C$^*e KN)3d?#D\9b1Lp үg\zեDنucX p'_64"п*XP|Y;) -o:$@0Bd閲w,OZ 86~kbLw]c}=eqj<Ԁ k-4NC쵪䟒epTG)ߍ`a(tH!CF5K8\pҜe>^"F[n1`c?prT (# s}_jK)$ 8! 7i 4F/82 /DhV!: :GWd C7TXK>hPf4۸BᅱO773~p}{YOdcJq`b%Cg]GmjIQı 4^ |wJg 혦c!OioQ#ږos\"l13yE$Vh_9,q^Z^ lH\2*+{smپ Eàmp]-~'BU>a@K\7;!hS|d2ٹ!y8ujCY/:cl `㠭4gt8'xj<96% 01X`̙JE_D+,oɅw9IC{yZ {\I8"sj&yvOLdN~٧3v-u;f(nA8H4ZOV;T#d8 ͸lƻ48SpCdeh)ǾiCt u-TpvͰ!fcGIE^szLcf=Λosf9YL9V۪UgCi/0#f7|[9VY p+ϲOTF 1Ruc/˦۸~@Aq$E{⦽k))@p`e?aD\yvi>6l nPbϫ $7Wpi4#h/ Æ j hpJOI.* A, nr/tM^`L=Ump}hӧP1 q,^kWVMGC^3l}\] 7ЧdcgOWU|r-R<`F Z<dY54:?{aw3)^^.x~Q_yUosWg:PҎ{3> 'Lgv_.d}* }4|xW'  nUWѿͷ^jk>.3`G%8-\dtiURU164=jpxmG4CkigN`١o"*B m1I&)3|w:XT:rSuh]2(~:516#vlq ]/Q,1%2a}B.nh)ٶN lhC 8i&nh M Ļ}u+y+W"%YZS3`}DVx1t{hdo#$ލ3:7, _8G@k20W.u^MDv]'(un _sU&e'FE<-yTQ|F1/A֬HG|v_),JAT$U N x#[Q&];*׏gܻ~Y"UsQpO f?_Cik%^؁p"nkj"Ň.lܢC0,n5 IǜK4{F3}Q2Cݭ,6 (eд 2@b,G,Gd?Hwk2)m G TQt?TW^n61ADl_W*nHnYR7lF C0WAZ`I{ڣ~6Ah:BRgM 7_hce_|O"ЫTv"%% нѠ&9 CʱZZ /giY`l3SGFhBR2)൴'$=Q3Ztc<>fz:=kp SճŗsNntTW2?y/'VY1`5Mm59zYE%bDm9ٿPAgWyO򲇻[1\;_/"᠞A eI.`U7s>e?EeL0 ]z0\23Jעt6LX:$a5R׾U(Ydn&\%]9+ܟ\`c7Y1vRNAc+!@dXc햇іZ+:)ϐ_hDhv={wc->|D$]K`Jdt^C B&(17#Ħډu菒oOX] "xDġ2l]3\n;5 +|SWujF~J4!#O\.x~h-f/hk$qGf@%q1_^ 345CV)(E|>+?Mωyf-r܆]'gK/G!ClxQCqjsK e%l:+@`qp h9۾Iua%jcKzG@w݅P6w'mSb:0"lNzsNQ\xJ87+g) bMԮAj^N;Y?m1O_G\Jln'rXT ( XbX:>l;`#/X5YQy*CN&/Z};ۙ=FGnG^ g Op#&[OBa/yIS*6"d9|]?Mg&&H Ji; pBiCx.Y><wv6FCk.Xz,iz/9s7R E{nh?bK_30αn0b^+Liz{hN2pѥL1<-z N92$ F#hHA*1ir~13㷛a &<9oN,4łJ41C$ǰdS_vNe>dݵv`Q:[sDE Gi,G2S|+Vr"ܭ GX)^y{E D dp,w䬀 R3|vI*JƳ`5E!vz[j@ T TNluP^f x f7eآ _$8%3F_%Z_ L}8]E_~\ sX@wHHDmPX':ը}.ez3%ؒI“Q٪+<6%(%Jۦ߁&`W=f&T 0!o%Y r*U7ٗ"bNٞ1-6`t|qic[V*țA Fj{P&AY[<$Ja͎ɒTz?:RdhS\!Y4񅞚c U0=IkgF݃EU z~$@>3eJz1ZoՎ胆 "_an;<@L><r[=H-EBkנ@(P6UE)CT&(@0`-ʋTꝷzO>OC`" `ro]bN163f;wcz}rU{3Rfӿ31#GAx܅iˈ: KK 0 WڞI˰ (N_fp 7>p6+(E3/7.ZJ;۵pMB`V~*gIN&q͈lsHY vO;,zT}JCxY_|HGayE6]Dt{]rޤC`5;%XqXoII|V!t)($l%z]KK`zѤ2DŽnO|&+o2#(6`3z(+d> VsMDDðѯu:)3ZK|Fw_]ڀUcdܕ&;WBeT[(&^b ,̤-˺UL8pD2Ձ/Zf٪Yw$|Xܙax'gsFFxpPzk0zGfUeνmBX8ȷ|qAŲ;9Iʽk# K T[t[5ΐgp+ʆǣSSYޕg`,B3 dydMB.Kcb;;? \8{~sRD+g[9[ԇ \I_ _ K@"um<4/E4)am-]ӧ5ȸq[9Rir 2Hu]rk2"ˬDI ZirK2 Lo$f)*Lb# ݨ)moqY4Lxd^T0f O{솅苀16g; &=qk:@5o yseJ]3[|4EyM/DYܚ,I [Qk.(b9%Ӻ7*ױxƘ_z`F=g[׳^Ax6rˢ0 ;*yKݘ,+$M}G8 80F-ȁ{^爞Hmh'>-[=`C3o xٰ : KQ~઱;0LhQ+X V4HC;&r*&P:eG#܂ca+̘..NpI:^?ʔ9 [m@jIj`4ec/WܩUV]0< 1K7fZ5.;Rt]E^N8~m-N0YӋv] l$#΃Йot-yJq&ru]^5_ӢE"(WڜX3]ws&A=jZ̏>jǩApB.ө٪AһδF;eP aP3*x:dFI@3}AQhF~K9(ved΂Y kHt¤x;RƧx3lnQV@6`\=E2ʫWNzFc+oڊ5"ŪZ+0Eq;RG#= dһMܾ!1b.r4_xi [ f5Lo6s/ Va ?/eF XZDViXHFz4.'`t>ldM]"*QryBʋc[+Bw{ޜyzSSnQ\;}?OYDZD?Ҧw9›"`76UD.˜,Fs#*c'a`j1:uK Mmi@qQlAn  97 W6;f[/4l0mGsp+"\GG=X?60v0ҽ\t져ܣR:EK_b4nt9^* rcBwBxGm= lpCk n8r%D󙸸_-c޿!jzQw2DG!p:qp1K8Bxݮñ~>{D 2mhn#_[ , \xdΔO@ө a&.r3p[.?LJˡ ,R}EGJwG$}@ ~pjٯVm3/mdivOat)/YU[tbriU{9;UC<8( %ʬLxoz@OQbjebs>Ef]Q<ة7#ULzxa -[x3M>Qw{-< kXŨxNs0øN5gw3!nyΙ H[7۰W3̂'IQLAUC˷f,ӐjyhGv> .B/cRb7M7>A5gn9DYvb9PYiMR3Mxf PXtlM^U> w"G\c6T^+'ANODh}`Idbnf`$Ẋkীv飳ty;[|'zHNxt㮥"z?p2?#vl3EץԞTޡB)LI%n9Sύ7L4IR{*HhAJY T9E\Űq.Y%2t+Y { Yq |A'wi- ґ;o/$w~ߌɠ7ڽ%u8W72f (_ V魪0\ς,ɯ"\,]!⡘4{ss:ofims`.d7BAbynIεF\=9`YR'J7[,9DJhDٜaE,^Z+1oGc6oE">맹4(uz[O:>h ]_(p!Tv24фs0R0@%%Qn_upӐKiej&2hdAezQmT*hN8D@ b4u0"CEkkd/0 na:ׅGVZIu1HSaz2%"T+Oezg&S-VQdJľb[gFE|Mܥs@U^(wʳHE#P0;6nD !`Ms>D#Bwf"@mz6َeov洨a{Q1!:^̟`1lCV[3vkʰ4צ0/[DAm D J q}Zs 1IK[bwqa}3?љP`EI.Dq2L#Du^AЗT.IJ_3i{ wsvo_#7E,ܯsA͍^)>U`{*G]@+g &0 (YH &y5&Cz dI5% ;԰^h3%5Ds=aء\gO!{ʉɔ*u?gQ$x07Isgsq/@'T{nbMicCMaĵ0 / ͩNvs0] ޤVTքS h9iz\2C(cn= [W*oZwǜ0Vk7^aXgj1V^S9'+=Bա_N~)Lז6 H+y%t(];8{@KgJfy-#sg_@EB<"`=y> YfSrԭ6u10OS[kOGwidJ$nb\L E_nΙS'9/`z[Dٮ ?#Vgeyph8͞e{VF0\"ЄwNe := k+)9S|BM`^𔓸s }NM9xަ1*lco,˭Y2-6[Xwd2tS,3Rq*OhJdo}6NLFX-75p@v1a= 0+SW?&؅",H׿DoC ֯em$m AN#:.nyLAwxauodgsÚhb=ERV͌\^?u6f8nՙ&26z9$b=ոӋ8Z3|Y<J%QIfJG54&\pIQ\5H^799LHB3~OB]\&mt]Ӿ[KgmC^CߛòVhBx[<] ͬE%W lc:b 3b^ꋝkn?GDc ZyD)6 `=d~:*Szi%P,d~2ʶz3pA..{s1ʫBƦ!D@dQxx&6Z #$D'\%40 t"2hHE [DFXu9//&R'S׊yVA% #" 8At&_>A;s<#m_p O4.JC[5U P$(Eyj8-7#jPM(:s\3kCф}>=lGrL3<\seJhFrj9bTHঁj쬼jj &,Ah[3Шγaڴ-t Wu1kZYμ{k뜊lR3 V̚_Rh<7XVb_h8fF4%{,x~8')U# aq>6',o10])`ʵW\#I0B%CW{ GP[P JE<ɖkϹӥ; 6eޟ jSƢ|u}P&Ou/Zg |{|:|`-cy^O ÕPP-:*VI5.)|p(Kzzbiuy[n4W~F{EcHh}7k `Q%#@Ǜ)Ӆ,#_;2,~Kij4czۦvԞi6~!ZAk0 !}B[9a|HQF Oe`cP63Zb4l]ĽMY]X\&

:g͂, gňAyWmϔn:>&:?^9#ȠTͳ64y/i hmѱ1J{^%ɍGkҔL1zpVkZ\f>@KXJ]s=Ju!"?[blخpl Hs=n Z:0or1HoJ5'/S8fm8 D\EVqZFo"*Ypժ# , t[& -ʬ ֎fl;v*= dZ{M0k7/٬p=3.=XI/F`HjۭY{Ϝi+{۴sr"txڼ- <=aKǞb{,(A' ۮlFR9"aNl@M=sf\ BDe iz|R 8GD,Kn-<$HO^vl֪ u=`Ii[j S{ ;lފy6#OD,006K,_bZ|!,I*#/B[0D)E~ڡ)y 0V9zPvήGY%3i?oDk1{sU[:3T+(iָ<KY>E.kxyP/cĹr& Qa@'~)XԹwXId.%"?=Ḷ,g_Jyfn[͏ 6aʲt)vNȾ(?y)zѢmL.A zhK4.y3Hk#ÑqbH-7.&[v1jѴ&~Iu>v@U9"._ =m n=F),B>*Fȵ 4]ī.ˇ×{0 >H$YqG-F7TuZGsdH% ROq?A5HBvZm~\kg4ry9~CY#GmIGߊWcG#M]{0PK3|DzlHlZ9|ms1Zv_W XΔZӚ:J9PȆ/#Җ!C8zǴ)ۤ/wsF8ӔjA4HE n^6Oᕵٷ(&(3xG+"N8PVmIt?+JR{;fm\ I״A38|B$mb c2گgWX PMUGh hm[Dց0jnQ>fpS[2rIَۜE]X.$R %C@ !cg0JQF̏Nfs Fe-Kܦ!" ꜈Jo6IUgکhdPZs}?|A3jZfdwV\o@ j%ח]`FLzz'2.gZf[?BFC^^35VXc^5F-;J3S$H$ɒEܚeF6Gf"_, en6k^Fb\,iw䤿N.$Nۇa\qNz,UUϨ}3I:ݢͨ}5mM`N+W N4\-KގFR:mKBdnZI fՕ~א~chZӧUBݼԮ*Th%?O+t~` _x9HbŜ~b 8* HLoStNN`? [ rYUB(/`"_<l7 4vPw# ޔ}Zߛ-}rK6|of_>ZGUȪ8fWZOB_-˨RXGbrGxrx'5TߖÐaG 53|()ynMtw﯑J'ӌ&%ؠ8NAУW- ~4meШ\T~ƹBJVv)(J{Z1ZGp f}MY7ܣdH}hLvJZ/(ލFsh5qfE{rQ~GrT3׳ۡEMpy*/( &> ɘWB.57niGm!JDt9:ɣrL`w+S^^ɩNLWwL&VDE,qe""%(!EYϚI͑`QzҊfpRek~PklSJM%~ICug/ 4]I~?&[=ՏъhYް43=ɐtvV|0{ n]ؘcN93E\vp"˱@҈{0W4rπ 4 6X70f_Y9~9 #_ɲuEU[FŒ>YT6˫gض. I]]av QfC-`%z3u~%(]nqB/ ª; JX p| LWח &=/7RHv@ a!I化@[h@诖 {Lz5I]y(TC_T@3[arUzujw"ykԬDȱ$.k9y7F7i!{#[vrI_fZP.j7bhWP&`@q}\뫯ת'o7TPr*i|v~D:}Dx1)u8/*K,*5zMC#r-B뚸*z;j\!j/2;uEuat}mfb'Š|O꼲NI8>'TW(^^fnj B̲ ْGUvH}vm? TaUЯ89SN_jx.M<0'3trg|YN?y.{s(hL'☞{|YC14"?r}r 1|uGҴAa=;}o&*^줥D[ Nz*HuEҌȾ`du4[:#new*23(p,`EFJc#3z: )l4oRch ;vd5x4M\Ђ`d]7h#|Anu= ų>vO>T6`j̵]Ih9nvyUZ>A5͞ 菠}݂Ql+q! mE6VgDz8ey h$j"QCVwl ԅpIz2-m(F?$IeE"!m$|Sߡ@wq1},fp3V&Xcqrà{e6&{|T3xž1BCNa@u#`QaC/*~晢RGzurDrjq?Pc 7MY!>wN4[a>2ڈ?Cy1B[ѥЬl;^JqL|&j#^v39&z&Zsoߣl|R>X0Q0Q#pͶ7X,a21׼VfY9EJӅ*OXIQxoFY KvlA8G)X?+["l\ RY>@i 4CHRb'{]+]ؿo8eHReol$ƢƉy Ϝ~mryg6gnR혟).&6zزOE3Pdȼpփސ^x!l{hÚ-$6;+l3plDS;;nax h82rkI^ݧ)|e Q-jk5 uԓ[Z?H X73X=mC\SjL,GC*3F -E&=Tc)wkz0-͕N;l+jwp:L/ 1sg!v 0:B.9p:I'[;@|$K#;:APl?P_LecTdGn\)[pef|6 I8Vwҍjq~jdrr}VAƬ;ʒ(u_衄Qi 4G#QR܌L>-Ӈ\Kpj3U>$w Ωk }"! aH @/4Q^Q _RqLaʆ}*.I&*r4ϮӊI_r{k{\:t˒Zޤ"(Qx2K+9^^Ýާ(pU.I2B:ԬFTxZ^$6$dxx`^&z!D01`@UD3]]E?˵m TWr"@C@w>zŃl*UN,+ITƎ\ YO짝Ѝʾ&2"S@࿙,^N|Ŕo9SNZ}SZvy 须*Ae\`1՗n8 (A2(reEHÔ,3 ]b/ZW" `=6 qsLuF4+RPg, CNP G3Ws=@hWJCr$_uXi8?nݨ4s$L6ʫmS5#1Vcv?ܱ9e:tjА qlN# S!5:$ o|=q o噑An0Ƅk_\EtB\:MlU+(P}7ZJeb#=vs*Sezc)8brUT< ]k&{J532\Mfotrzg8{yZn׈_`߀jZqi;hX q,X2JUyLgm qQIZ0A'w{&^gՓ' W ɲ0h1q|yvIuU7'4pI!q 8C mU^6 .ZI@+۬')9=A4 [(Ki:ge؆okMgD=j C|5?\S :cx2̹r==<̰@]dAO¦q˭F*v 3e{K҆ά\M R- f'0%*NZFb˕2Tg-duΏ6`Yy{0: rk'ܭ uڣF=Q%k}蚞9U,+:3JS,R{[*GU O5dZtdo3/A8w[q: 狔{bX+|X{.$@sj\'"PrYo>Seq~ z:I[qmnj(mɽ5kXL!YE[~r3 l kv>clu;a }Y@/PzV ׾m҅Oc ǔI/X߱9ْ%|Kx#WIdO6=5TwԬų]nh(FK 715)q2BeQZt1fZZc¢~-cd%u֓JJb4`^tg 7+'pTnOgDͬ.CdUBs@|)mwr1ijٖ8ɟ7s^, %]P<> l淲J=@h1\{-]άxӑȫ!Y⅏i? \( u(DC#d%٧GxsBn0gdRAd6Lu*<ϬѻjżrC<ؚv`>+O@s^ Ǿv,dzJCb$d'{?MV.nY"$ YZ