apache2-mod_php8-8.0.30-150400.4.49.1<>,gOHp9|L֣F*tEQez1z `}Vnau[o*uYGȀz(d(Z :m+;2`W9P (lj,uh .oNE"M%|J^O`D/A*X 61e?W6,G"k3̑9j[E GQ^ͯO $BiJkƑdO(=߼y"?>I?d ( Q $=^g }m 0 8 @ P  (<P( ( h(( 8 9:$>?@BF+GDHTIdXhY|Z[\]^bYcdefluvw`xpyzCapache2-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.gOHh01-armsrv2oSUSE Linux Enterprise 15SUSE LLC PHP-3.01https://www.suse.com/Development/Libraries/PHPhttps://secure.php.netlinuxaarch64if [ $1 -eq 1 ]; then # package is just installed a2enmod php8 > /dev/null fiif [ $1 -eq 0 ]; then # package will be uninstalled a2enmod -d php8 > /dev/null fi# request restart apache instances (which loaded php module) after apache2-mod_phpN package update if [ $1 -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then MODULE=php8 if [ -z "$MODULE" ]; then # restart all instances touch /var/run/httpd.restart.flag echo 'Requesting apache restart (all instances)' else running_units=$(systemctl list-units | grep 'apache2\(@.*\)\?.service' | sed 's:\(\.service\).*:\1:') for unit in $running_units; do instance_name=$(echo $unit | sed 's:apache2@\?\(.*\).service:\1:') if HTTPD_INSTANCE="$instance_name" a2enmod -q $MODULE; then # restart only specified instance, %{apache_restart_flag}@ # means _only_ apache2.service echo "$instance_name" > /var/run/httpd.restart.flag@$instance_name echo "Requesting apache restart ($instance_name instance)" fi done fi fi fiuRA큤gOEgOEgOEgOFfbbc823485312b0baeb5f36313b5f04bf9f0f08cafd4a9c07aa5057c27ac2a238c549b2807fa90e7f7008c11ebb9a5fb317d5f121f941ba35191e496c3f6b420e1a561bf32cae28c0020b9392de5270a67bcaed1f200d8c5734fb8a37de62f0erootrootrootrootrootrootrootrootapache2-mod_php8-8.0.30-150400.4.49.1.src.rpmapache2-mod_php8apache2-mod_php8(aarch-64)config(apache2-mod_php8)mod_php_anyphp-sapi  @@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/a2enmod/usr/sbin/a2enmodapache2-preforkapache_mmn_20120211config(apache2-mod_php8)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libargon2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.27)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(XCRYPT_2.0)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)libpcre2-8.so.0()(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.17)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.2)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.11)(64bit)libxml2.so.2(LIBXML2_2.6.5)(64bit)libxml2.so.2(LIBXML2_2.9.0)(64bit)phprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.0.30-150400.4.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_anyh01-armsrv2 17332342488.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:apache2drpmxz5aarch64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=47508f3852c13a0dc570da0fb272da6ea2ec43c3, strippedRRR RRRRR!RR R"RRRRR RR RRRRRRR R įe!0# 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-8abaaa16029fb356c7b5bdc31860ac38a53ef77c0ac23b8b7e34ea000d3f05738?p7zXZ !t/]"k%"5okw@_N9ֶH(Bo<$3@È n2Hm|܎D^ zNj*V$^0W}AHw)MVM̢oķei -tڛ X5c 9{_\@ߑ\%<8hޕw }Gf[X{[CˤG5c(']A1?Q[vD%H/ XO8cp,P̯p=*t=ŧhi_e3ҥ iă[ 2z>*Pnl;A]&5g"R'Wc3^aZHrs2GA:vI-ʬU_7R"͜Btk: H]pEL\>ky*>.H:"NlR6]]bƧ$L:Qk-!Wr3sAyJ?5rHC:@EzzG-jQ:=I` 0]U>x _9Z5at1z fHi,+$jd]:cDt#y+c!9l0v?(f.u$Ecf붖<@xPڲ[Sy>j/8ĒҺ꜕e÷;׋2n^Cs;:aڵ2dsI12L'%aOĭJ6!ag=_H>J>fb!od :%6f59"uEM!6pMmt H̖*Vw6ӑTb"ަ2vwRu.R6xcBa-~cM#j=Gf/wBDX'^#*fGȲvFl Q_`V39N/gyP_ Sx$cL|KأW(293R{Ģ -rkiYq8 մp*܎^}V傂Mc^V]+[-w5 !'GyNUa}+&Z:2FJ,zsWhשhz1}~OfZ.k 5A YZOɬ }(Ƹsi,݁t3t^$&ПRg&h_GGUߝd)H݀XМu.YKf U!4`\ xqD 2lt&OX^0Y-.l=Cۏ #LTҒz;gh<& I`p>uBUb]&Us#9bGdڬ' 5 Ȩa\ڒSJZS`ªȿ;@]cC1%:Hy\b [gFƟ9D^muV`T Ϳ6Vx)ON4~Юy c n\pECAv*gImag6Zi`XDxsEĊχ1TbivGM|x"gM,[(2RĥS+hl=&0R3_oM}oؠ6$>2p9rl|IJK*L\ook[PKA9ETfaieրuԋ3<hZ[nAm`LD=2XBGak$yW CSi8UapD<Hȏ9=JC+=J$9%ߴ3-ZnsW'!P;:l.A)X@E\$aL|b [4>D uR @1yA}(/!iu-u=]KC`F9^P5pĦӒ'1:ЎMW|}ZJ yD+DOK0MzLpXi2S6Xjp*k #Flr -Dt~/n5E&>N<8Lεou߲f:o`ŀܝǶ2WuNtIlr//в"Jri͒rSD"6uA<8(bs &n?\FAV By~EkJ]͓W(,Ԙ9ofNB@JʮW*nE @I- $]&Ua\J}r?"q6s&R:Œ̊ Oރ(?D.D;n"`/C2D;VJub pfjDYT#$Kx{KfcJ %g$a+I|2XU6dKFmJQ[7b)'9g?K$PDK_T[=a"2t"'@Tֻ ~Q9 d ̂8A]N^;#0ٰ}Mr$Cx/߼ǸOvu?%|B x% :+pͯ!+^%ubN]%v)'c_Sxԭ*[b&e CH|J3 &z‹ =;s*r毖64gU>I]wmS~-1|Pf 7G{ms~qV 9ԗ? uĻV/'w?.0%K`l$[ਲ{YuZ( ZBrrf 1;/9Ӆ]zn!A-jVX`$[D9 h$C`I | )@$~ax=u;y̘ilxG_tkx5r9W}G%#Q, pyC-qen-GMpS&zzQmF0l'8 O |*d%>j4Q@Ka˧}{yqNr2?z`TK!Ied c?/ÙJ%lRP}F-IX89LcGkJg0 M_& ᪪qZt:y[%U0.\n TzA=ef؋ǿz-XQOl 'ckA7h_L@/*S`ATZ !D7j|>:apv0AvNQ FW~ZrW짍^t%Y+m=m[ ? p5Yba.%5jϊlO0f!etj9v{ -d#KBȎ9O1?_h^ S'ɡZ CMͶKlٗp1~6yO G*Z# 1i @KGqֶoajlv\#z$:i'ˑEa,yO p2tݑ!vG8$l*ByA="jڏ'3{c&)Qws1۩|ce:nqm#3٥2*Ll[T\48V_d%}~]!w>:xǡ~VP A;`O5/zd(<.MD{'^a '1Qؼ&L`|(o۶_6!zgL_2fWIOH= ,L;}򷩒(d zl:'-)$1^2T]NNaփ2 t$OPQʔG[Y_a1Ds DnشEcژAwT=ܚc aaC֟FC(+(KĊӺVl$ N,XE0Y #q[ wm# +go܅ m2 g~Ҩ iHcSۓ\6+p 7iT#zsu.&k<ܟ추fhPu뢰ԍ !\jX^cEJr~'GrXba=`cΩƧf.e֮e;~fu ȱsq.:o]ש>8w#qQnIԺf I(2W#?RBBvVDQֶra$i%em@c5ܰ3С帼n]F lZ"6_TB6NX!Cbz >%`>X i9K}ZxyV*h׸9ɽ4J DJΉsdskÈ%'EIJ Bԩ Ag]0$aY N=ϖ?9,\ %0z_W`>ցD[҄^o Qh_ftgi~ŶFm 1@re;23 jM_}D}Y4$@UE*řc&N0&e!0^lG??A9O3,kăH~fua s?8ꗑd2p^TU\x uv+xJ0{F~6p?1ң*Rn&:ÌVfRp豃1a.uv!-l'D !f ؓ6[#pQ~8P47s&`2n8Q%$L Z˷H+步 2'wP qqwhIZz;Nnem/JI j.ow=%8+ꫮbvC\]o/gvH{ip{[{P~>bzڼr!3йusQWk"ӐD;Bnh #aGѦ 6Ć/uA6dr\tӄnǭli Ib#gveI}IwiX-c1F*۱d"{(}.X#|u-[]ʓ z(}&VE51:Eщ}2CJ+}dc d1vfyR h/va;=4׾rѮ-=86YnTQdCwJpG׽%TiBN~-&zX8fY"OTY/$])khI&_sq(~u(26"qo̠ގ9!vlPjL૜O0@0~>15X J,߮gw$5^nhHQUS%j;i޹-L>`zqb˘ ):E(bgu*S+R+/17AטUi=k]Ӿ"'-Nwz0"vecǚEn"۲l u"kX8Ea<trKZWKƆL-MgηqUdcR`3w[:&+~+dx+:rH8β)8x 4pywͺǃn&hn`BN,/QTI2#ء>h&nFWm.NcVOY?#V_>M#^oJդCݧeH0oWdGKo/dGiۏYiݝ$][NOnۚz󜜁@h=2rx¸ɠ۩8dːd Mit-MenQ۝+Ǩs*U:=o;^:olMA*2`0{ӓ_W>)od[GN:UD}e֓4kWqtHsH3-T _7^CQR |IxYW 9 az$-(Հ ڄw-72Q ǘSUDi1(ioǗѻN<JPXF"J.bgNl]\pzK£cR;dFcD82Q rE֯i M' b_52d/ݑGLStd=j>1$j9vdK|qՑo;~#r5\>H5x|uZ}ht~ <~c}uPƒ~@{EuE7׏2,Ppqw0fDmliAPW-+lP: *eGōP'B?ew@4& _A~g_Cb?'"Ip6]`~z0bU;Fه[ ` lwbgI@ "&m,(PC LM ޣok|U!], B+'u[--uI=|$NZ8;"z<~0kw퐉&%R[Vtݪ%DIƎJGr\hBb[|dֻE9<:\^VWn*[ c tǥ( 4#5t`*s0sШjwS4EZ{zY}zZ!۬B`s8V{p3;]}bADYǨ5y]W"ߴYsz:${7lpNmv4W1Gw L +PAOZF{lgI\)h썶n0h8aћ%/Gg0 .0eaR]N`| 48RhGhJ. 35|%{*/IlgU?^mEQD, -u痧@ 3YruT/kN4a92)FMl?'KZ+֌pɕc+g)*8=HYM?^R^up Cv?>Jqscf G͝n䯛aOל/ !vi ^w2 TJNlrT֤sW5:y>y' X;.v6oo<|[kj\+#bXk"~05ˉ$,0}/??! i`(k_ؠy0_vOuY ~Ǐ>KBX f"Y@ӯc*L01-NQWXxa4PIR(/2}Ǝѓ$O?MɃSIwiDA{ N*KFrV\2$SIyu?Y2?s48*ԩnd.Ca1z[9KPv͌=X{ïU2W(K+֨ הF1j.t^Zgd0{*O*fW jz~X@sKtD~r?҄)},,cWd!£  XTu/42ؖn4%qb9I}:A? EvfEEEc pYz1e=̦)r1y-U,K?Z=WYAĽY*ͱZEp6/cD>((z>uO`y#HLuYRQ)%1~y|o boI' [@ȯv$q{ IMtfEydTaxN(𷞧j-+4˞Aa1S?msW>52WHkЬY6oFQ*KK3t% ߹_scVB?ظ\fxR\eaHmt8;Jvb=cR"\0ΐݲS(څ>g7 ɪpudei :Qljl[F=\|:G4XbnR{B䃅V o: mW(AK9n*sr]՜~Q1l ڻI8WfSӊo雉KEnخ <>!#rXaEUÏ+0UWHUw.eya-_)K`Yw&jgdiWqR7B>o{9YY)"x\5m L[Pi֥=L)u#(F Sl(+MjoI bUƑ,0^~P|+V@b\Wl(T#ElDHc %uo5D j@ *eO73 uX̿QAPna$ Yjs Z]Us40}vn~& 8,GQyu6eLal_Wa|J ;arx!RPXDTYYs!w\ np#ǔ<灦,˜{WBQ^9<]@.?MOmVE"-.ݹj]0$'禰#Qpp۩ wKUA[n)vH[BF}~L\Yñ](䎴9,u('nI۾mQ V זk (´ځcDSҟړ&isџxψ བྷg$.Bnˡ|ݭ]f?UOwϩ*@5=ҍq9Wt%DL*f/SF:7hMJ^tse?2Ibk a Z'QO/[g4DoZRpVE5Jx>%E(LEU>nWhjT{+F5%>:)Wag?mWTS'@LջifFqoP/ҾֈO5x>@Ac8Ȇ3%~]}Bf4Jči!{k.EFkt%/ im9U>3O|✯Siyx zJDQw'!lqZ z/#WVcK V xL EFDg;-ә կ-m3yZg cyҶO೤F>!veelW.A @~WapeGAvp lyA[ŠT)*ާ!,pTI~%r LOJ넴7ZA7G{n/I*_rP\nNjy׭:1ɾ*M`$~0MIx%6Nέ#43G7se_qrBrLfd[DPIZ ]Yy(+Qq1y֤*K6b*~%]> ˃_{Y6Nq'~:'FP u"RA?8]ZFt9DǘBǔ4AeS n, "H+KziI3~h\d'3~nȳB;:09ɨpVZ<7I!Ap^[=iu˨mzمTXKByeíS$X.ke4ݲ>l7j^be"V[v\/]|?Q9sOVGʘ9A7%Kz!L0RܬG .nnXiI^@,'`PVU?C,;Z5h)6@liE#mK_` ZIg>sׄmj1"Jm=kۉY쿴_k5~;/WARk38:>Љ) e YɶЙ>crYRu+|m#1BsŴUHh0ݚ7iYv" A}AS/6 $ n ]îvG;{aR n+dQ'2'T+91P*i;vO"x`:zw"IxflOGɣ*7wh;ݮbWO,M>$kD3EGs02Ӯ@dN"K^h@'xsi]Q{ g5`y4[K'!<8[}T="/'H[*.@080#7u /C4Kkrnr);W*Bxl rT8::?jwJw-5"ȻN1/$-b%ǜBEMj2ؖD2bDmڶr\^# 8MI&kD|,y4kϨlfC+cܠnaƮLÛg,>^\LFJ[x~\ҦGTĢPq)('XY"k[R?a4Eg9^g?/e-m,E/<>jT *0QD$"gJ[ )Ip3]`1b;vukc +8'l]v:z%`$t7y]9ψ ; m]=j,%Uk<"+U'a&KNy&ŷb(u/"e4vtPhp}+q%1 6eΊ,?h+ThaLä? DW2@Y\?]^;VՖ/l2 ؚ<~F$[oUӄ?C]5һ*_evrAє; KJFs#rzD%&+ ]E OPCK2KF-b.~1KWOd5D:Q(߭SӋl"(Q2mi!BH+|rHL ؐ(&+|3#-~,;̨+(,s$%T,Qm{}O-7 >NL+68YYNQt[j>{4iV|$p 7w"V62˔b`%IO">h>6?hE$Dsq\al3fjrZ(EdN(2;#,·dDs6}'fNI08V==(eRDh 8䲩& LI&J@{~L.aV<ͳj/ZχA[7UE1w[Oq;Kw ]=ċgtvSt%&sU\3/%Uy@"vAh/>F `=Ps|7;hJ.$0 F7nte,j٥8OYf"Wo P֙xZ1-Mб{amCWEe\ғY=#q6'%c;V_B"4-H2w2@hia;'p⯫>^F'?Ʒ4 /E!jjJtX˸9}fkq{{ -_`,V^0W^)m_>HD ˘ag4k?-WkT=}@& bX3H}uf}P|)X۵Cp綮a%ڼa4S>LR!7-byFE$-բbQ6X- F X-8V+A8F0Yg6(ZW^7n]GёmIטVZ#oN[/=kEKϗ:@;0-0(K B&y"bd4z֘=S-hׁ<ʍO4P 3SlM¨3g |V=aX>F k9?h\v_z|2V؄ݱڻ TU;ŚԪv6ۈ B:,謜Qc95~D_˫Lli7rjjk-`15Ү垦|5!3g:6]o%w2G¤dKp-?4uXnkf]o4B>>-T_[DÞx.Gy}SMMqB*u~?џ&rS==`B$j/P"p-S7w `FWO6n4&?So}\#\+$Vݾ}@"~܇:ڞc{b%'k}}C΅Ӈ$;ÝSR[ d\i|Zpk]hbŒ`$W5Fcg@n I3֕d]D8ݑa߹i%~3\w)mXzg/ߨr85vfaX$݂ˆpAyNsc]ȋ̸Qme,v&́PD/UfkHA=FoxŻh,?7i[٥Ԝ/q!f/Oj.H]}d\ɪQ㰩Wj2e飅#I- JLu*6jENg@*)pLRK1l](mBp\At'B kYQ.%9c= ár99GR̔#IoR]iƢ.wG*?9[}y`sRqn=O+l73$O:`"kژO_.\2{Mğp?x]DJw$]G.B}@NJZоD14O]^ZD5:ZMILC)\b@ބ )~yJ{iQ.BlNfLm#هJf{%Ju?- Z.f,+qgئKs0LORTyV /׸AZw(GMBKZiU VAyn)@;JoNf9e>6'Ɂ@oiy,eƝiP73ځϯmy,R`P'F;x)xSQs-o@V~:K{.SX1{Dn1 )9S?ҊfaZ5$W'פVP%MS~>썓&@j|q΅.ow8}Zՙ^!QoOyAJcrBO֒4aN^.!Qޅ~Ƨ oz7Mv)1pN t tbGΆNڮ+; ]8E^t{NFͪAKՠVN ZB<Аoh|TMV\sYem.?IO::KHh?QOA\,&_a.7c(VjN9'P"Xr@5fr,*ѻ4$ӭbLJE9_ ݣ3c-W=1 կSL01GMhdmt=h{'!nAֶ'r+0j9!ŬjݤS$4@ Z}tL8 b{eBc]."[v(aMQYaԕdBDʪC*ߓZOdB[;p>rUu~WwHxa+d] 0N~S~@=b;cx?QY|7YM"*Mi*o$̱ό09'tgM$"yjk>h  C#9ttD#9N nFXJNcktm8]׸@S+܎R uqSfӍ?*^EC׿뿗%QY wA)^j.KY2U[UU5E&]+i<_YoQMx)n`AG,K^9uloI.Cs;01 ad3й=ibtܦ@fOg3 xRQY~+=-C\F%}f|rLzE$Z_ s7fP*4՟Rur& agcF qù& [39=44e@qYj2 `X=h,C <8O LW;CI;Iv1>HE@oA!ɛ5SƮY+8fG8{CC͓+bg3S9pb[Kݪqo}7 rXŖ"JfS}[ wk"mA4q81Y͈ڸ9\D 6,mRS"=a#`MX?͓{;w(H Q`dш9f 1%Y~*xUcЊwgƳf`k)y/=ƌSf%Ay\%(1T?s@κ'PVtXD#+|0o -`DAe?s آ1$B8ƛXخSvaw f%c8[$oͨU$~:*Bay7X4mII7rq!LlW̶G{xᛡ`i{5ъ!=yiLo>P}NJ06 -|Ͷzl P?L3_t3+!B(Z,'qteXRS03[f,]ȩ<9 B>Woةİ9}Y? }>X*fgU2p/ͻ; qq Łß95#+)aYmH`hUS R`В0}J\UfB@{ns#>3dR#?P; #ʣ~ z%K['.ajj/Q\ppAd0dI12|gMmsc?o)yb6HOY-i;M1"*O oE5QU݀ʧD%R]bG6OdCRL%yA[wz7?ˠU2Ky[xB)Dv5gRoշh=wFgXJ˙x-*5ً:s|q2?Qft$YȐ PAFѭtqD  pw)Vy/Bv\#mU}1YS`.zH1p'P}P`i"wfnA#!VcspOUyF\(dˤS_ ZT"TTW:5W:ʫy &F0KM<1|< {o+Az8\k{焂 Gͤ / ia[a>!u?Uaf"ꁟbCY!+{f P<kfUc}` 5\8( )uӽqP'd YZgeG%ar E2b6<|kT*HpOpj?X&^ΌSPz>D" 4pcB^= g:K9=|t=a.@Գa/Yv(j &uW|Ίiً΂o)Cc)3)\Lпl+!{RmQݔG t]}>h YxSdGEo:,?ȄgK?(%W1`M+$qlBfi)8`0lKڂ}-Yv?Om>zo+( iaM4N>e3|?/| [4#Ti3lדZR"VGurHaF Osӌ,碷3s c"Wf6-$o"L ڒ4A4X;3[UBuFQQ[q\KFM6JXj)ΊkK>:lT/4JvD aK푘l/CX.t1:SC=}XЀp.m$9RJj }YAye3T1"%v:@)vu{k[SX;دR)s<(G@ !e,ْ;] )/ ӄ*3@UqYp"<㺄6tDPn`:gwp4Ѷ 3嗣nA=Ѻ?yC١!}]hʞ-nNp `2%BAW*:CxccWnjbڼ ݀W]?9Z# ;-)i%Qjdn+ձ835覬3ց4o"hOB;G5=Ό2.hHs>!eP-jnWr!qKi R"sS'1G3dT!٧m4œ Pˍ97&ܕ'ܹ3 +yo/ vuR(=3$H SEUwJX t1 `cX};: ;HN&(fYjWJ13`Ss閖>Lr fl2%0fZ&{K$qWaS͜ΐe[ٙ ˒L"Y&I2k>uV"&8Kq[,i\r;*oy3\;0p} {4{;k9t+apsP!,^阾 ._w)v`/ðp;`|*G^7B:p}j=z2rDY Tkj%w,eQDnW`t]هvV4nyMX|ly( cʦ1@w$ZJMIuJ/aqvy:?Z"MlI9RlYU@-CPx>׵Џ*ʑR)3cOz(\FYu#soz:)fܕŷ~3TqF[",6spliD1*B<~Ǫ/0uDF?pm LPmfA֛U_`F&àf\]% ;!V G2LAWpUK^ & \>t6+Yk OC|VR)W^KO` Wݣsi>6xSQ" CIdKGXLN}ʂh/g ZN>}U7Ąjǖ"?0!~3C2,U o'pP?zRej<+n?o'zкf>EAK˹w/PU8U_}j":3Zw TWxdC}Ag(<\d0lV)}(\r(85|oA/7u 1S/? oXU_qO|ΐ2-9< ,p93ʪr:tťL!^ ^ FAwacSqS%p@i+}@VQ1oӜ,g9l؏Œ*ȞvptRj!c؄ω #C~ &:'Ga6f/?I7p1}$#-u[u]i=v~K jrpH1@q" 4P@z'rh.&ƋҞ6@Z( 4-DN?vnhK], >B9 虖;2ġUensS \*=ȖxIwɁ S-<ֆEP*~[\|9HQÞgVphli;xk?!$> çx樂éxJKeQqom!)77G2ltlقLk"B]A dnxj !,SukINoasI|%_f}H'1B3yv"r Oc̈́TOK* n;$2/yZ\ac_&~'}ՏE\ .grcdps_SpāDhЏbwQ;yM],.`_1p, ~N\UGujo1/c δ}& q'>c+;?f5[Ӎ &DNb ]ꁥ;QZEwee`,(߅䮃OZ=K7uH/ [o}{DGc'ñPԟN{𫢱[Śm@ǠL\Vӥز , hfER޷(7D7n=챿;I1 ʅ`Y߈(2~5zl6_Le~ӄZunfCA~DIjoNwv Ii86z6`9*XrZ60xw$9oZlAM[| gˎU8F>&- Ӧ&.%Ec&ﱍaJNTaE.bTl1s|4ҶmTo%ęCG\ܟt}'MZSb:_ԚUHBm*Yz&6*eDnV} 3 P5c32{S=$w3^BIԠ.@MiݿG?WQ[^&Ginb8$I/5Bv |71CTfKhTJ2bA[ H~[udqU7W|qAhV_Rk+ӹ˔Pq/1"GQmQH( wyN&k9(忂{J@z9IweǪm ( (ˏ7# ؏t΍4[5MBq[SVZ8F]yۭCw0g /sU<7FʈJI 8 qG5gH5 E9:NAh#t1 !,Az/:ݣxNi~}w 9o=9=ͣ ,BV [F$ʅ/IuQ53N]k+Q8Fz2LS}8Ժ^܎Uu@S>Kl NYq[1lço]>.Ҭ%rIuS;ɻ{cSrxoM=;1W$J1rI "0f@LAhӘ"KNҲ,qcC^|\h=1d(JU ji ̯g\ZAd :^mBNȐ_:s։8RկOJKd=D-摜JȺ:Wj}YEWH'}qc]az=U}ZRT<P3[2;Q+N7$v v,"k9vZmu?9 {B7ٛ#ٳ3Hɝ96K7 x_%js,etji! X3ATQ }۹`HxRHB3fy^k !>$, 2m&@ԩ(Io~+`t ﱭENb~jizIpݼ"EAZCM( o&f7۝ i#$օ$&T2c37.м?I4VhTa`›kQ . r-^w7-6Bh}Z^blPj?r{Vl"=0F Z)ъ8{='4eYܰG:|\!Weq!EJ; 饺E`Uh^W*/ yL26UYˉe03seM9kp/-Lμ=Lt0PU$ۋ Ƙh[ׁԼV|qqtE'cXJH+{Z[k@qѤe3A'Ȋ(*'!>k .-=G#zuz̆ V%baqz<'ۇV$8`SoM V5j@g_M*|` 2I/7X"`Hz)H ׄI] \\6ʪPg+g8ahl<#'W` Ƭm}0"juc+g]z1g_ZLj2MzGn|) gM&SQ%jifG{qѼ Hbk;8;U`pf.*Ҙ8Y*(,ϮpJ 2h f7^t|7Qt#g21vÅby5퍻n[yّl(; s4= K C  %:ciWO)_ NRѼEd DI x|l">(C"F ]^6ʹ(Lr0d}Klbj 4xuVQ ?p(1vREjm{8\ 怅%P tUB;&A@a4WrMVSsՊuzhЈ\e}^.LW?U H&cK~ٯ6a^h΄XőƉ}~MOn."jgFT<|&pD 'F( )] K|:Ew^>.M 1{I;$&iЫ9 ys_~Ac%Sz*(djRKpr,swmL4S'݈ʲ8ASa)(߬feDz#uM3q+YQDU(R/1b`de>_ÂDП4J5Z ?#3zMO5EV ChP:dXj<+G;Zϵl_"7Q'YjFNȴAT5r/VUѳLϖ 9 Es*D-1%wxqh6<M.:钕ϻunf-)/U13v=ٴp^3A?0+3jIiq?3/+z,o.r@9,z9ZYܫ,'QhNTP(l24]n"G\}w_@/&.o@\91r lEiz7AAcLR#sp^_yt΄-zϴiImPe5L(B(^tI&1Kzkgbp`^.3͉cH 8 "<NGD,,_g|[GC^2DTX8=fs."a/D9)gēl`cMÏM%0 #;"ĬBImʚVi_>-"dzS$Il ggYTi\c Z@+@J|.۵fYP M}КXoFgE>]kJiiMu9ҕ[Hp^a^ZG8GU*< /={i]x[A+9c1`j9A tndP0\2YkOO0-œ1P<kRo pUl.*zi Vd0ǟvƎXfM (̤eNK8_Cΐ '$&lv>u%o2}\/L !৩ K>M=oϓ9$2 zKo#ghD H3jloi(I *7,*|+߿eGشo!\cQ0}yO 4W |vo'PAl|ܭFvUXQEn_ |%DMGdm!l,{xT&}9h0D'|Ur{CvOFo E  5ELi[ VB!9 1Ň l2|d<*@.-2v1m%&j`L|KyfaтG2No,B `n]n:bFK̲Օ%[ "j.;]_X qLu\NzAmRZsMx.= r=ʬ%!~N:+#zֳoF94?z<9"҃Pf]AKG)!Ap|Nj&pъٙ",ם^Q}bN;s}U\UڤʚJO y<0F79ܳ d&6R 8 Fġ'v}LӜgE% = 2[:gJ"p*%Z.hK~/v!inX0I pPXZ*91te 0=~3 Os8GǮ*"腺h.i|䨰x-4sI7]wv|g^H]@gqlcv!VRta^dI&IyCtGSV3@f15O[0_fu(CȎ|KJDZ7͈/L6A¹D(b.:t1 X'^ z>%2wTdվHi:.{5MUkقveuI u7Mb+ h=}\N45l8&+O@e 8I&r/`1 _t*)0f Y^I$ +JZd95)MK/5]_{uIyv%IǞsCRܲ +yH 1q\=z~$)$አY_ %Krދґ|ȫͲ#R kuN5  yCzol1$ITr̺2ζU噛 YX' cxQCfQ@ц{璻*&pNl-Wur:2UYe5R\채%Aِ.I#S0ҽg0G4#/t>0ʾlM5g|IR?̜6A.om53ΗH dYZEmxHɏ&.EAE.,<,@WcȢRȚ`Rbzv1Tm?Nur8J7Ӻ*(gp % şg9x\^UrkҊgCz1fz-<#$Y'9Zso֫>L(vV?SCxݙip,F36Wm{R+! 5͐+AZWn{VtAlegRN^}yS nȯ".hDXi-329$HOȏ. `deZJ\eGhnGT=yk9s 8<ib&"i o9fݣfOg2tNG{D?Hlר11"q"~+qAto!j x_cm'Y~m(Rtx}`)Sgh 9[6lGǯc\ĀdO'͍6`)'cWg,},wFjzLhed~o `*D˚ʵAHnK@`$e_…V}s~*%e zϖ\<,o|bR"%)>䬍mgw\fxE5Y ViV,U# }85KɝoN ҇:_UcL9sQe˕,5xR.(Nă:vbxF j4hrHd'P4N"$}$s"!i =OF1gt4TOby+y''HՑ|mVce0 @ޏt&1ZBS{C@j[YAk!Gȏ^wRFJQ|< Ӻ+lj:tKF}{S" &.|aQ롇B,Jݡ0,;5*{VDX#MmݑOteUP։SL6'VloiyP)$aaOz5:##c!S!6N+hfETŭfMpx2I$.z( ̞H 6#. PKi'>-] akX2vI7݂Ʈӧ3/jRÆ2%VeMᗘ6HfNP^)֙Jm^J_,6[n" Yytdo;;&"NpmS}>n%=ƀ8J徭^v~Ξ-*9~ϑͶB=b%$ :`dǞYyzh$Kl/?1{;Nq5|͈g'9o˯E]{J\n8^ɚR@͡"-}COQ|h6!xRHy ϔ/ gዔST@JrRg|chBNCSݽ,?2Zc4Cڸ/W,5vr;jRpY%` LAa o?!TT5ҭI&O3rGs'`*sC%]_.y}}jycOYa"6A. G \_U>#Ň5!a6K-DoOj^Ц X|XxOMm7)AjΖ:-4B%&/Sq<$jqwUSʮ6>Q &7;&;s+FFf 72gc,llȪ# SC+MDF4N:l6GW<ԜՖo'bzINh`.*^ dv}cA41_I&wjun: w3Bz7~>c5.e^B(z/WSTg #:w=E깂M"_266nh{HHJ_9Oլ5Qk暤vVPլ̉@ *+F2 Ƚؐj6]i&A'H8j? ׮A=!q&,W{nozZjz'9? 8qu]*(ii`P6C: Sm=ԣ1mMY\Чe\Y-2ٙT=X)FR%V #N-Jq@BN>F#V5wSXd<FD$d]ٗH MEzqX-'/R5UOUO~.];u}U!vT84T;Hj!s]HX^vWUuI1Bۑ"00mn|dE$q~ʣ!3 b2GwM>Uq5ANi-O/6mӆ`R⸧L!seoB .IE=^dR6'૿Cg^b}B[>3pHim_bAfD4O͏}; B]KK&VەӮeVna7]uZFaꯏ WXn7ޜsV`}K i@~PM^[K IZ-%άK(Óݨ}2wR4G*pKGAk-Y$ԀXjAn+W7b M I(/Yf{T64*- >M XU@qQD "f85LbeWvB1d:Br0t6.JdResr@f,NE Wr~~oFQ&{nn{=NkqbP:-mGO+[REp=+Эx],' /'s$Z7ӸSSd {6QaZqu*D>1^Ӥ'ζ]:󯌄5eE_s=)'쀨x3jxpTܷ'5m fۿcO\85mi8ڱXwX(.p{|Ωfo;҇ ep했o  ko{6I^]~5B!^7-TKM\U|5˫Qr) уx̞+l2If Q"ϔs6f3O  /n^?4;/h&]_kaݍ8?f}J, iig KJp,Yq #4(1 uAu1ggfn|V-)>ssF }!dk;n.3 Sywm`ȸMڝĦr#`(|~`dghBF O%N?UQSϺ47}SvFb]jvV[$N䠛%^2 ϰdnsJ= jzQce/oQQg6oH.PobB-f:,R?:~ѕc+z$3yQ '=%ay Q3IKޞ='w/M ݪW-EԵb',F <Ј߾h)P;9ځlRdQcJ!Su>Z6FD%S-#όV2b\gl(ce1p MOޱRȰ1)F O9}i:Z2hsE> wF5V,<oR2y]ğbR|q,NĒ}QM] 8zyWABlA.4{jt!*QSn\< 8' _uTy=l)57~2f8m;e(n^UKr/;/Wu/ʱ˰f|(XG5W[ v5nJn",eUB|/?C>{ 62~/ _:J@\ojE).%Qם>Zm0=r#"82ԕWY`y]U0G^Qf ص8}%qI*3Kxhx,uMPUogl!Cpv),?(sl DYU6Rѡi]4 j@lei%=Y&'KkCR[m@o)?g`2:M#ưTdED/y>hmG Y ű'8z1n %kBOEm 4GҽQOkdkF8tWN&ݽ*>ˢfb̜31='NQoSՖdQXOƬ='R)3 d;0Ĺ.!hTA[PiB.1tتP$7xp$4u,\} u`>!Y;Iivj{108&Y퀣}|qEʼ$(d{Ӱȩo+@A22#=ă'dR HyTbT1&u>Z{$P 'K᳐琈)hB[s?2m|Ltf(NOwCl :t7i|u^S9Z!Bm vKgCԄ ^||v]z۳зHOyJXO2HuvZ[Z<]%J7#܊_2boD$SLH=sBТmANԪ=9a쾣5Xz7] OWaA:^ޘ?X@LфLgWK+c[q!|;@C佛0U:WjLxxÜ&kJKWpmyzHb4O/P[08clѦR[!M`@X2l˄ePZ/%ٽ}T#utu6.,+}8ANu_?I Cٗ_"bh|w5lI a}̶hߠNX1.Š', wū-1P \F!(e5!cTfnR~+ h Tc_1# !)vg'ޞIaz.'iD ^W09//׳v,kdW|3ك}Uv ^T$ 灥}.u.m+:O"Y F QD&a' }td3llkLB)<ȣg r1'Psk);&]rg[$VLp C][- cˈ`WBbz()sMm* v(Xkұ3 Wq!va`W=I!R2mg_QXUnGbAeg8 n,I|vec*,m*=[~D8qDJV-6 [%lY-^xlR?y iiX:_UrB]7{fɰI2^c}NRYvO Bmcz~}MF E]i^ٓ0٪JIMy̔Y3Bʹ߸dP<$!|(+ E,ҨuA eS_4'.;4]0[۰ullJP dEUcHi{P{uYe<:VlĭO\{\B0[hOdD$waǖ;b4IZwLU~y}KB@jxyҽ m_JjZ,4&OYЯ}HHH3Z{!yF)\avPY |R2K$ &=f"ϩ؟Qy:iIA z4J̉"BMlKoI ָ%L3_M"kQc@,OeRVhOV휀}VD^jLmP&Glm]aɁ 苸} ϻ k AM'CrlD ETX&*= 0W<]$m bHl| {HJl5NjiNڶ6ͯ^RCl+AQEj?)[JǬB[AdWv4GZN!78[żՒGt[?\~PcCp@b%ڒIMslj} wBۛ}[)vŇvmb\3?f]wNSHloBZ(ST[N08+{u(qZ!ZaS,?/:K8kWFd~}vjP+ǵ9Ͱ-O:Ijݥ##{Qc N>,=t@-UGVδ`ab,ٚy<͎= ;?EUy)S%lsui#'鲒>Z\n}K'{I[w$ĵP|J5$SPaY=fV5xP/akZڹAL1Pd"֙靧@! =kYW;G@Р(8*3d>YB5Lt&0Ai'EĴ;&ߕq Gdziu[|{9K4bL#Ɍ 寃BهU%&h F/SE%&~u\ҢԺ)eGE6{Q XӼt7nTw[GSZkĂQ51R\n\| 8 5ֲOӝ<\^- iPXF(m~5Hޖ,3AoU 20M1P&_`z%. IRj';)[ a " t5a>+mPnnǓ5 4뵕or/2;`0< cŔ> Jmq; `E r EN> ]RE1牘#jK_'E&+jD r);uA߯7%89/7 iqʜqҋbQ؅QI>X sx*'7QUحԡҸد֟F6pJu7\I#,o:(>Jix)Di2 )m[S[ /ғڥ5$[}_i÷U3غ'9>xgTcą<OzĥN! {*px1RSIzxui'@:j cOpRM^>HHTd7hDDEh;O1-dlNds ^5h HU:5X|wo AzP&>Ē*OܶZQӨձ:͈aJ&"oDA/ \k5rx5HMyK]庡EӝMT DJP.46l,n eg7Ҽx3ֳqeE"4|bBfd>æ'-\`/F}d@X^:"tt& ̎L~1aHdhAZ>edh$L7ֹ3X>շcW~SurR0MPddj(x#["%B'R Mè6bWK^ D,gJ6^/l玅7Ř α%lΕfpa#Cyc۴P'{e؝zWnjlEIP³O`U:@ p8/^th0|ǿ6eG^HehYWL]7H'\H_6k͆zMP41?ɎLA@-'k5"($=#S"r5fgY$j}N~zڙԌ^vA6qb6/,u#߈`?+F~T.QI0 sʿU#ZAUJ-Ns}glӞ'|`;(d'U4Ys=+'W%R'|Ujܬٓ"SU|Heb 躿"84(t{l6TӚ %GTc 53El3M@&tg\}+rN !M* Hyਔ("[XyAގlDUSƔ 5hy1SٹBka=GihpHKHtƣ6>ԉ ˁ4…oLd( f;6 *K)W90Dө:$QryHLڸgH$Zd06p-@LȬpƃv*XS-f)KfH 3-Kp* JesAR\ϔ'/`;Yk* 1+C?a._{]#4jךnet+OJ@*2ai*ti9/1vⅻFV[w3oʫILsvs"8pl3YC@2Y=ڨ;c훲++6|SzM3$M5DOi6X bT~z&{rig\XmGKlg,A'3#dz7<%h7\_SMQ*.^ff GFvb O{Nޚ!\ݓcVb.3]-V?_zniNX{tIda+3^ſ7hg=oRڇҌ(I}v޳.F@_ +⻨{SCpl#rʐ/'usGrr?#nЖ*bORjYe 2LF5ۏ?sbl_7bY)L'ʋwq!%(awhW| jisMvRǸS z=-◺u& G?`%NS~8f<eo,擅p|,#c [)+pBizE|lc\ 9ILF D(?&},La/Q45U%VDeZ)b`\cgdhYy=g݃NlP).y׼Xlc[׉.M}jwODpLW>H\6DĹ7z}tM>;$xf0cσ[Ǣح̒AWv+F[nzw0cy\BP(" KTe5P!YSU&_(=><{,e+_6q.Ѣ=ynK͓0q)} AY ^[ж@44ޙQ{Ȫ*l0ҬsKTҫ#5!ǺAv>nQ@BLًAؒԦPwqV \@ _ LyCm?Z-SINCZ3H]Ը3LjÝ(4ku6*Fb"Ԗu@c'0vဓأP_0 H8Ձ'i3p!Pg*/(x}.Wɐy> R 2y5ex3?:[m2Y Pķk2Ba282 ={ǔ5hD^/s?GFn#h*MDrZG ΟkjP5石 j"~B$KYIxc}dz㹢T@_}Kfjݹ&$O~OS娽(~MTbtyWGFac{ks1LW3;~*U0p %]=pg5I?NdIJ姺ճ?5Y'.K "-x C' _a")>nDzij+74k$fqnYDS1[F*z|W.~HŔNzdT 뺔jU$dM|  Ϛme ;@ y:͕8!on9r_%f0F>>I,*DRm&KڋUAicS )6.<0 bUZ.txZ7; ފ-L%zDz5z>]K&l@!I`.͐9 F*7X*IYSűKϷh>rt`߁8 p,,%'DLۯGÄxa?J<B2t29N姭1I *bJL4hgQ w=.̈SpC1s~'/dSn%&nqO5L`ݯS\عg;IB$Cg&'~yYVU O #wAtd4](B@lӘP])E3?W9wjua)j"uv"f:sÒ >%Iܭ[|c'WUڇfIIkfz&Ic]>P0kQ>!F 0WOY~:\=*\!ێq >&/vXy|c[ut6`9,)\?0px v24hoh#Z $*(];RHI%ң~I{5DK_U>5^0f9W}hGN +wsF`uY,%ߣ$]X#?-Gv#w$2v}C';P~0gfmmc Z ܈vʜJV]9tAE8'Ŧ`TnN-Bŭu?;T4 ȟyYw6V {7Pas&"(tM?߅YO+ѣm<@e M;)y}`[f֪jq%}2J=uqD[:fO95({ˍr\.W03J$(Q2% m=46 TtHĥFiBqrooJpNضjZdA;z$fAǀ4~~Kوذz~uyhGhJQ~4F$[#翌_QŽGBY@=gkJ~Q`./QT;opSDTF״z.,"+AJJ$l@C WhL{VjC&*OL9L@}!Q(R1; :,d>{aeĿOԘ|\yDOa7 IvxIjж&N_:ᙡwC<};:,gǃ{=P&Yz5{ڷꦂ1խ^AAn@>*'wW\հK@*b8-axoMhPEi rEGeGfQd"tio$O 6 l[ȲeIB02U'۬~RtN(?Y}XAEBnU3T~[pVv56Z ?9$dT&Aڄ@vΚD,R!aMWÄ[S0v*Z@Ouգ{gʲ J_j.eۀe_>~S D 8o3gbG/KS(R4<-Du•$ɗ&0M>U 'L m}Sg&bmW6?k)5AZ,՘P2-Ͱ܄nF +ҞZJHDތt<|,_ ܬ"\"H*780j ǝpV_PdHo $>x}B"O(;l!֙h&h!bzW"{7r%\xh". tx]l|o 0I@{#(o?; +r%>8iN%!aۏ<k7 7&nǴ".7 i 1zVDEYVzOH@f5-j^E?zg|:x>4K ]-҇B[Qۗ=D'8 Kz ַHEux oY|JnL$Ht@ʗOT5_e%@MϬgf<s5 *ܱ=6:f[}`cT^ԦYfֵ9#;_:+T}wqCrJ+iz\Ԣ_/s!|'0oZxڇ:etYbwHCSd$_YOoeAavะ%'yck^z\Kc{Uŭ͔K!~kbJGx7ƸZ6VU(9e>WcK{޽5 7(_v Z A_Kk󫭗+ff@.s8F>rke;(ظ\CLվ:V{]!SVmW\A؄ F괲<g+m*;f醓xQe0#Q,2jQ&U1|9> Y-c ݊bi d(Itb96UT,ޛƽ0ul h ̑f#*;ޙ‚{:&{yxO_0YDvҁ>Щ]a2uis˧!1j!ǿ aKGk ۂWh].Q _9;lJjNH֖z0'h䑞Zát#12 {{o*'D )\EuCo"OIB!!.c5$ÆU,ޯ~zJ; :qV^N%ØO_U5!&jVN-_g16M9Fd|;`dHsMMҾLt4 8-m6!hd#E=h V"#SϟoE*"sN|v*F155',vt(lKr,4u4M^:ʩ@ 1 $CJE(3U le; C˚)MmT. nZsd71 $.[3! / /4"M1'Eb1v%|"sk .\&*~f{`a߇V:3Ĺd6z2ƓkpNSd(m=}禾fxʨt٧)Э0 O(1sH>̏^˜$ftλ|M~^JHz -ęD$C$5ËFbY˭Z,(~ V[.ZLe8&Tx< LuX?{%bmieuhE#%3)M SN58=FDZWqff47Av*ϖiAiXN]zt)ZJf u%Q@80g};e(U\4+ CubI5TWE?BEP+,ձ}&hE`=/(h*E8T iXy$gnR$)M!=T[lSŦ4A+NfmCPhHD+(E٤,N}c6*%EE7fw^BSh֑O''w1i!U.l\6=ngni4 \ H;Pƞ%pǀsnZFP]2W950g{%[چ́+0;ocNT%ϻrX) tJ ћ^ kx~(2YZ4l#)ӇWOr$_෡P8)3f|F9.*ʑ A FΩ3ojGȐWȣtwmh#r͌Fj>$2 tvƬ~I$VxDbԐT/| m  򂴁- 8~'DcB{- TE%K[Q>u~T-z}B=nN饿$#%/=i>n4>SdYxq15a(ܩzչ^{-# TQWHS42zdw/p"Fw {T: oB^$:RNT`-zj: _ dO{_S aǀ/tmމZ*o?WuYm>Ĭn0MieZv$妞 `d!;eho8)cI39p d&FY]tfQa<>u(~Fmc<_#`C۵X@ j-RJ$`QVF(LQyu) PP/,Ft%}cծ{hlPwe3n$̾Kr)>GΈ,L /oI|mhLnLecdZ*lQA$Gsoڔ' Bx:| AF%^i+#abF_ qd񨊗N?7qQUy]"f_PW[-*7V} 6׵w.0-"XUzv!50:vxY [xt-'>f 21״)y[dxzwtZҎW̢URi\|ih(`u#:PJ2Ig߂C%KFzL6(?e3a[8ȝLjWK&E!BڧD6֎!&ILQ}~ g`\.m7bvƌ7{D0s""բEsW`BM^lb4] 7/1׸~ʋkIixzzZ t@jRg律')]ޞpHQ_$2;H|VOcPxVE"Kr@h41b[7hVz PNgbSa@ūx&NRq o ^]9zvxykn*lߪ%`wܙ/MhGPB$4n3EhL弢(SX7þ$h"SWCӿIOFC3s?W>dQ}k:usKRW_AI0_w;Dg8n:w,]k)78s[c ; Iee ePODT7)-ry7+]+I2 z朝ֵ b].iU>\dRHr _D]pu),}DV.ь\7)u%T](=J Ra9a-CpSRGl#%Q]bVBfk^m"mnP^6c`3dw5vAMM3B}A҆5\'{C\1{VC O04cФcoEi`+UIu>8w 4R u*VՂ1/3VO/v WY~,1)U*cyANy >rPf ҝ85VE> '셠faY2JRD>KkG_)E;X "s񬳨?XR\n"V6?I]͆1S~l ޖؕ3b3s-tNYǤ%x7 Ww\[]VZެL,]Z|(7 ǟ?Vt@ fQ KS QQDXE| /\_^81)K` 滚B8j.$M ՝lPXl‰ p>$_1F[a(Q\%kYrU.8!RiAvfb@7<ɩ@)ˡ樻zaƼptn\){Fl", l2s]3 YpKV:/?+ˆ|vOOߜk`ϧAp͔TYu)LƱԧ@luĺ_@Hl3n@#>*N.⻅} P(m[){ʡOgIP>M5$ZlǃIaiv7j>;@KpQJVՄ/4?(USpsۄr\8uҰy@LMѺ\Nv0NnJJƊ^PhDomvF,7Ƕk1 eEbil:MUrHD溇)O0}6\IdIS?l&huL 2C" $'Ž=Py_宪 t+Zf`n\^[&ޤB g92h_Уεtn߇NbD\<1y WT%GL]G9PHۢꉒI# h8 o^4lrExڗ"! ]d" DUmí0kGJ#c]&VN|xZ8R";Arj+ȕ6cSbTew8pfGpYs'Kh6WRY:SW"'ÃU'7H4ӽ钖Y38>cTԜ-P9&-s2G!gU[O*gΫ֠"l6FF]YP˰zI<)~#管IaO,( VV/zm cl"Bq}1k8EHUyuA܃N'|Cl£߼Os fFx^HZ=WUGd-+:ksߧuslETRbɂ.Mby+W[H21#j20* 8!uL ,x2~\}wPkA?SS z7+[pMK8X9[JͲ|nŷdIYu[ $lٵV9DOy&.f]mr5!\c*'L ˘JUVxܑ1nuxx45n>D*R0%5M@A]uҍ2=Q챷?_Dz?UR{z`GS`ɓqy?|]_K}M/mG솇X8!]1≹"7>m\[jSjY{iip#5fC"[\?A >*P"ԉdvY!3Ilbu.K /@ C ̆{ o`PAf )LZT{$zP20l "X)uILjкbZn.U\ 5@ks:?HUydof1F;.^_b6e>GM@7ڧ[_5?I<396u-NỂ-C\,05w5c݌Tr'f6V"Z'*a7U\_講@2"ǒ=ֈ^XJ D@3zEz Z'sQ QPUB36`b9ny}IA=nj먡u+s8ͮ((7sͲtx2bd Ș-Y9E{$gjE#X)B[ >#s@hXgachW>)G*03RǻⲞ\anݶW%UbEXUA leϝLDeE'b1u ^kZ US:*^"΁=*5 ,?C@\ +4`[%jVku۶I>_S@>B}P?y'N.[0Tc[q QOfR0E`)`([zRz -}`hhcMr/g^ѦǁS/,=X86g/vP |s.(BiVp;5αM'x('bpC+UwFzzB!* _5滐Fh49VCP70KMW `s[X@vB?`^uˊԶNe_cvZ-uFɩ,c$fC/-rV/G&!Z*Ih?k^uU5e\C j,hR Cfh 䜱 D1EG`)D0/JG:OZ2OCNR6S?ˤݪ)F krcE^-pcY,kn"~(t?}}~`\zD#e{"0'ZMNf``'R;LYk_WG4x 8U,d) f(&iwIDp( )fz> &^m);hmszeBvo7!2 brTE`zYU_؂Ĭsm Y:N3VPڌ{-PfPÃ_j~]\qXRɨߢF !rZ mdIMZF#y/R#)i$2V#m߶TD+G$cðW[(=j$Xj;D'& hv^A^:NŒ&۬0/)?",`k-(@sBJFO 2I] j&f,L{滔zM)4Ӟ6~z*64CFR1AF{wHf&,bx@9V<-LuX"z$=[~%5'گ# 4RBN&>@&T 7{ZW~HA~MBt\Ka\ϏgMWJ\u:ǧM腄+nB :L~]3 6(*N"iLs[$J'Y*l;:H9ce|9]*˜ׄU;-,"Vnf}'w;<72 @a |Anl('%*~O䆐/N/8w=Vvudj2vlcOf r;F9Iz!}%r8txc0klޕl |%)U~ bxk,jܹ A NfʙF A#`t ctg V+[j'MGɎ ]?K?Dx+y pL0{cc$eTY ?iU]Jk lsPe }&Z恩5CeB3&Jn8k7K[( D\%jOA|bFљYCju$8Hn<1C sci߫6Bmp#4Ü{ס e<{w\膚FJuՎ'zta!W<8 L'{Rb3W߸1n?=CJ2WGB U!DKNnN[MQŅ}菼i>qKq!oY1uh" ʝ"DK)C6[#¤4lftq@9$YeEj'T2[aѨ3xJWP"kNʢBF\ްc^P=q#rNgi׳]#XJ{\$)#P]{;CXLUm#xX"ܨ/3R{L\tf4H_ߦId g mjŋͰdbLw=ƺSQZ _{_%:<,\=jGԓ.YF)F5^,MH2V f2/[}GP a-^JV<eʔR=~VʞM) ]}*ĪU º< {p!݀uZE/]Z pϕV]7'RP((re=<ΙE}A %~Jc0KQ~Nz{א (y3#gf?l;ǣŬM39勷f~y]Z+z^-HBFAOn _fO# <`=o#OgNPF)NϣhP7VC侭uC `]uHӶKZSɡ$C9-;aAZ<EQz&m6{˱_,k‘!k+EXUާl(HpݫQlB}+wo] <܎BD0+i/ɳJ\w<ȯ`]kս.o _NEoUjnHfaG:qQ_ۂe iTW GsnhBSY`3ߕ:{kfcG7evopVo8DNm C}2;>y/`؉i>GRuj}TufY(v?;]+NՉ'ɢ1m+WKeXl+DM4g}@'U.2BgΚ@ds XHlQ`eqIyY kX0{_0\ A)Զ`RX*T(Tw(#sgAtfJo8 tk_n>2^ Z'vOt,*2U!!:^;Y SA%JUoan#7r xlBNa%xMYp"(@o %K<X5Ai&A;vRC}hvfpT ֙^gbF|KȱvSyyM(9c@/X?zH14 ^YP䷮u' /"gBIK”L("/T,] kGwaGĤW(L˷ ˾!V죧T`zƐ@$ @Q0LBS.dmKy[XU\} 7iJG9ف<qd:0@1Qj3 $r :_:R)NG~n27ƽ'ƫ |0c}k>oϷ"15P'&Eqѻ'Ɛ4t` OT_64@>%62/k 礮Jn<$bWMV&H"OcWOHˢy䬟0l0b:r_xXfO4ya>T f; :5nTpؘ|w2IXietrR܋nٻ,=!e3hNFWc(9nu߼[U+P"_;kz^' UJ!R1 0xN ),>? 3]i:Dt tZdc7TMnH;"tumf=ٱB|. H =8ŖyԽZ؈2LZɼ-~iθS$iN#?E0>cgxj ,7na>\}p"}&K @976ӨaTmaU4i#} K0F["V5*q\k̜:tp@V_fĮQw+h,$Q׬' u]i$oFt 5GepydMH]l' ӫj枂_pLw%v+Lh7U=bdäҀPx}}]iFSEh;WȁO\HA>VY gw6Ѐs"n|tnxp r-\ݰ] ԏZe|O4uK%KۮӤxЄBCW z+z\Ezkq&Y<MU֦datڋ"UF*2Unaޗ\jgF{}ċ%ړ7?(+*v.}j\ܱ9ɨqd>M2K^mܮjlh8[&_X KY ݧשʆIM;L ͂ [% 9)0#΅PNE*K..ẑB"8#$G8?&1i>~$м=Fi]$?84+BTUݔF Al((9 KA_<ҍ+-P̃@}4?SQot7L ]Sk󑪊Ъ6qZ"ŸA/w1yD?*M7n7z`Al)8~P}pI+ B˓%X!giW_Nws>X7^MzaXGug%KLA a{M]מX %qu e w.VI q6 |O6uBat?e#)rC'i<#S_DEzyݝV_>vmLIMaUK%ozZӜu)Al đqX1$jȄg橆wDBy] T*VWS!bzn XA\櫱^3~d6 $b1JPU MȽߏI*Qb<GJ%!2UPMRVIlr"x*uxo%v^ǡ67dFnwђZ^Q1BX,E]W $ J$41t=)I-F5 4[ O TgH\?HhSa Iol5mH9eU/poo˯dO0` rG0 | 4}-%y䦹/:n]oÇ59QIc$sN(3k0Q]#Vs7N-4IK ڋɮe+MgYr웍&+𠁝|O!%wRC 7mpz'dܷyp?LV&5n8 ^?hHd$YaA/V$҆ > wr4`5) ?mZWYY fR%f +-5 |-Ka$aPN[ziNsjUBGEpzN1E SΝF"Ml*p2vUR)iƦl'@ l^(̂g^#PU #m'_s̴#ǣ>z*>Jd~u46&s˵,Ҵԩu.I㑏1&rIiQy}c iZ'0Ϝ6L.ƫ ދyW5u8X TˉnjG׸dsĐ=BlajvED5)I7`m?+HZ\O*njzEK .~>2`ALDd *!6(j- ÀFsY(j_ +=,R-h/ƃZxd!6xB${.k*vgr\}_ sIK*|8P0M2Wϴ9/S~]ĥ] zT (ÏR[LVT?D Ӡj727" /vqmÉdM*D|p+kڶgNXDԮo4{;3֫u e\e (U k \<5WYP4aAVi &$.'0 R>*/@.(l1xZFҬ+52|B1kC ̝Ǫ)nG4 ЖLc>O5XDDS@8}&wT3&9PJ՜_0}(*P1NjMl'S;06țvnh/h{ ;jaT7_4 0CY+fu'z"sl8۵_QŚ.b Ǭv 1}j\:$mn{}i::Uoenk;.q]DO t)\%~E('yG{坣 ~f2hꅺhh~YeWhtKUċ݃8T֏K ^sd7CC6r8GIzH8`;)p?3P}E۶cp=)e5?x>N1 3Gv⁑ANخoF"]!>SldP= xדZJ+LG(OUsdZp:bUtD譺e[o)z=`ةb(-2)h𧿹ijH*h &.^;ڛ'ROc,$",s3MIu]0Fy G^߹/$‚ )Dķ4Oo w0vdF8Ji*.)+;^5gl [xpIt}Xzq|;~3EoH.`5Hql i~I.b_b ^N=[N5I%,vqWpi1\0}Q!(NDr yϒii2>wIb,}%5]>@6H:NTj\Z rLB|F۳gz`<F#61(wB&>q+{#?X:Dt3,uM\9 "}w O,W,JhT^7],Eݼ͐nrRT+ai *v_$) oRJ %RI^M~4ΎM)HZBjTQo@K&Әx[ S Ţ𷋘'>*O}[ knԩ2^Sm[أ|xv0:MZd_Va̔:E\([O/ϱz_hhQ7?ܦŵK9E^ @c%*پ;x=BΪ{vm%:IB< UxuzJH.Yá~DTrZOsof| BScxhr"0>Fڡ JLVuL*i5qEuHbَҡy B xy92ƛ;ݒn36Ǐoxũ̪{>"g}_=86a>dWzTzuC~ALyaB}nB*cEEF20~pe$u7=[X fhu^:KHH8ڨ3yg Iv{3:xI#.:ʐ ͯ%7 ÕS;!`0GvE_csCiʤà2^YU +-ѯ,Ltz1 1зO!UDyROZV0^:M2F| 6c8nk)^Q%q ̢a4MK2LP `Z˫q!y$7.g-L7`зya˥ww15 D9՟kp%Cm 7FZq@f0e@ϪS {8hޚ fPػ2h#K+:l$``ZYJE}7mGԓub*BZȞK) ~3u%|SN?-|C*{Bʴ_/EI.+lǣے4ʋW\U??M*0 l 0q` gw" t2ͽ**jPBYI)\/INё5A峦 Ɔk|ҡp~~Gd0}G<P6ºUXK ]FbYW?KU+֘"uT0 xU $tϠlPy} 0,3b)hlNfj_}<ΏM!0&)MP=ПqCȤtڛGoM6Y0 H.y7db5>8A*+4Lxj[JY24 gr3\T z$L>c+GևF%{K6C!n&^-ukY߻ B)^Bz50ϸgn:gS vf3q?013!L)$ä>Zo Xqۭ^LCcK~}c4$Vbͼq1;o G?aEJzy)X0S}G&dw#V(LL %1Z_&I5hH" O.X9gF7+]ۘ%ĆyBh[b pSj>Qg@Pijodl);p0\ 7sk5 :2Ԍ'U[̗+{ViL.7sC*cHV`T M7V 1ݵ1ḘfEE#ih4˓s8}BSSR>}A:tĦy=E˻C7yU(кob.vXU温`*dO8 WQ9S44@Emd,eIIF ÂZ?UA[o]Eks'1˅Z >Dn-{:}a!iʔ%V(P}Ń́kX Q?,`0)_h-c5xKI[r ?t7&eBE_f f+:5KB01L!WPpc pLTƇHi7'D.U5^d6.>@/:(6X~-vz#iΦoiCQ(ZC>z΀}+2-X^,dm񚎩݇~Ϧ0YB>Q2jF56E|쀉B݇d[3Ҹx'۴6.XwA*z'Ν)Y=xB,?]Eߠvj!KaUN{Y+^VQGvG^JM@Ѻ 4o/ydRX:%`}3ҊaQ 1 [[Qt}W<́cDd*/KbTI QXp~ oh03i2I;d Vgik^"߄NǶ1n$\ǃ$}bɯAdBC_< J[5@^Brh2ŌD uc|| \})N~m4 >+T%R9 |^F6R Pr8եmd4r7R.>]33Ven(hܻ4w 29ad*W;Ғ*&{X5=Jgh 8˒"*Yiv\!*±FJHmvL1 :+k)d+(8:ZJ3z_i dþGgluroS|In췌Π⦅ ^s 9J㶝r.i֑ ˑ/=7mPRzYp)[UF1|2ۧA\S-@GxZQzK&} !΢-Bgs++ Zϯ_tRvktH7f=ǾkN>sB]i1/kGYΨ@O("(m TI}eq(!izIT׭))`*VT 9KXJNjUZ8Q<+I[)C5S)ۆPdߤΨA`#7j&fE[mmDFR߂8+~SF3K1lk34Kryd3̥ O5C(eH8&']-%m5Qz\~^G LЪ?ɻ@ ;hnѬ KIweT4c@GMUFVo-(`[tgZAj$$"RH;ok,T!.йE->?bn<$E؝S>p׆ɖ ?ȸrtbSJ"tܾ"Y^MVWZc>Eo4^}|<8Jc(OT>t7'Äɨl$cwe|g)J)nJs}p 99ϙ 2C{{M쌪hiMWP/7Rp9p[<:?M}R{6IL 1: I{ܡ!pXrɦV8u!.mlu1 VDUcdevϓ۟s:9p8vyܷSzTزj{H@WJ`-b~{7Eo áL)en]0o*FGh%jax'a^['8ٸhlsLpx;G(=0Ұ*>#yӞn+5od$y-yVN?ҍ2zߕ[A]hp|{i7D#Za۱߮-R”;U9Չr^o?wI(o5 Qdb^xw0k@ K"VgĪ@A2Co_$>Udk]@ >q>]W1ae8dFv9>v[%Eu9Cv5^Dq59Qdco*VX y=I5ddj4PW-,jPjVL:ox<$5aӍ˜ Nv! m 1IK !Y n\7 +X o[ :1ww&;!*/A֯q$=pYm[:tjId l8 fd4&);7^;B޿%:l'&V SĻ `Ee[b塡,8󓣈G"jBU)ɄGZ7cv!Щ's+M?,㠐$M@EZ98hG$~U~K6 Խ@# |*k )53n@&S'oI}8+橵:ɘtB>PFmsf' &s[J C,qԐ\}#ğ8Z 3-ur=t݀RoFfs-t=9rc:B0j{F+L5 -{|8^>w֜(7uJ7x8`ąoHTȚae2c%`DܥSf=^!i)ܚRg5e.p4X$8/ b̔ĺ+X9#ͪ*^Uw8[2hg+&`H##"Z\^Jˇ;u<߫ZwmǺQ[:wbm>]*OԩGg31oq$5MEZ%IQiĜҺ@> q9@5&|ޗ[RhZۋpv9ǫQT_*$'ߖ<=yYw|8S8$21YELOtm;( Z'_=M!{6Xj S0Nr e?1nK]Ik-4kc#7 Zg֒?I/};?`7{k2'qxC gesKٟ8hfrG o26@:/^,DwĪf.7%AZ&c6Zoi9QQ~>} _"]&!d%8+BF<msDZÀd"L*~ODHSy`sŠ$\\bw)5߬j0٣1fq8khnsy%h<r][G0JͲrO㉾ĎXѹ4VE<l j?l'ЧIt"ooMOX(~=w4>o42ުY#Y(~x3pP4xoֻ:_V#իRuou ߩ,żq徺8ES56b3_ExjgaX\Cp@~mp"J#W%iEU&]&c"ʒhY ݽRQ?Վ$ec_,qȒ-Bm gmjNl>b jbي988byIJ?>'gt8@`?VX`XCf6 ҚsʥoiYPFLRepȸd_hV(K[\u#tyg˶B6䉛WNۋzȲ9UNܒݓC`*")Av1C͈APU0SUS>1v" JK.o(wv9]Bע-<;ɫcK u ß (u[(KP{#ĉ9R  0./Nf\m6Yu5gWPpU|Z]+Lw!g)nY=5〘yD)DQߤοgG)U*sc[1*sA  &ݴ y)'/ Q[t )!$2]Q"Ip k\GUGvk`{̍BZ7J7E8tD(ӇvZ8#fZ,5SV%ɥ"'? ) \筫Fev9rVtH+|nz\?O7TPji ݒ# RNJ<^ deP~.z? bd3`,0nI2S2JG.I#YS:GE8Q  :DL0ъ4uި_gx ]v2WY4ڑ}}Si@ ':ow^P.4FJ#P? Jf|A"K%4M^0Vc!x 7 ?F\*Cb|TݑYb3Lm$X; ܣF XTvdID桓 $S2l5|s)y v\Px5Ύ/E +mY`7}2nUw+]7g.o+G̡ LM!/b-#(mZ~3Xh9mߚD:M?-/lm>JKnG ^_O͍QBT_P[X`aa64Dk)p3+(*G0qpaE̖t+ze3/߇ "YZH@UN#(yrqi1 痤l tA-kFԻYɔKR4aXesóE WZGbIؐW qr|Mˉw_^erC0I: i75@VpL Nq']F9,p5__\Raʌҭ+HAݯl2Vr$G#BʟFtOϗޛX;эǜD醁npt(ܪ5qwG{{3Tt~9˻{1Oo㠝TF(BÒETT |O4.’%ёF(mL_WIʌy7.ZM`+);7Q9nUnpzE:, !K5QTO$)@T'GQ^764Ti5 P6X95?$k+/ (6ӭPŁ=%|H&դ9nV/zI^R3ro|REzz\I+_U3#ٸt4$l8H|w?&nO-I] IِŶQ8{c-4>]x m}"^D03 tTYegf1]8{z|)˕&^&ׁAQZlß>.KHuPNlvBH# 4ɕ"n͊0/L(TcE*3hΫ\ڱ\] 9KڵٵnǾTFVnE!E^`pF$<}5#?ra]; Hzײ ucIEOrVlKɄH [ƼEr9“ufe X􉶀 hh!}SaI\7wX| C u$({D9c0쥢e*vl"/)]/=pzA 5zRyq!"\$'u$)SAqQWOUֹt[ԎY2::l ABP*23LAN/ᶮk졗Na =p,%onO3mўE{Cr++q*V>kEA< !,qx)~:wO",WFT늼+zSߡrX_Q;%-#]ػG T1cp]" P}#;bc%)䣞6ȴu,`1ٱ 7t7ԆS8I֕0mRoy&gyKHZiK ,-"븉o5-++1G]754+>QA6 C1~R r*iT5b yG/Tqi\+㰏#vp d݋o”GO+j*g@x BCp-FfxKɝ,r⇸zBn^rE6&?qv/>Iʚv{ > uQ#Hl}z.337TdV! 6"Z%$aG6kl'(nAy41.OLγI\ & ~(:UyǮXĤdĔ5b:˻ "hYDo#j\(#&ϑ?6 G;ttv?ƄSg3LC@M$ۄƦfj3H*eX5cdWHsbg&Iqz8|{xO|H yRf7-̀71ڪv`k#Dir\~#8tF>P';YH/0K.< AUs{ʆ`.rʪH:Q'D3<μ2H '\^-g7Vܡ w`׍M/xq|°` );]<4ždC \峉9wG5xe_ߕ%s|! u{iH_ܧ|Zrm2j(vF=۪Hiz>8|"uK&.hh+R/]!,X'<͎bGuzRɑlcbGNlӗue\(XacѓqѤ§^v!Tisɚ688 Zwq#jlfo:Lߟ􂥮Ì5,`EV_Ŝ"BQ[ookn2oj@u], / hNa t\&ϭ/?IIw9P辚ݱ\ 8OnNeE? aZZYte,,/c.JA … !`Fhϼ`_``9Ee@;Э&5s&W1I BɛW-i,~7ג%P<8+1<) v%˘&-V'Ì{tZtB(!UЕwr2E9wzny]'*{.b :@R$ʷ5:chg&01SG$g$Ih3 7'Mty^>#_畞ߔ57F 7Bm=*1/)?wVJ'oY`g 9fHZ}Kz!Xؤ iq咭:)e+ G;b#YJΩ&GVH˰aE#IK8 }17pK ]X7Dm< 1xGF]ge<> jzrÖ;jP]$j>I3:3 A kwN$_ ؟!Z??) ijݽx3wKƱ rp,p|p`*},ijVl%/ FE@rC#x?C|߭9,h'~4<{ xUìV0'H{xcQ玻y3ZUܬw)z4n[ެ..0kCIKF># 7,s=9 !":w)."xZ !3q~cqq!c: nK`Y gr(̀*E.`Զ2Uőڱ1ؚh/EjKWۛ¥sTЌN(ifDʑn<~ fNS Incu%v<G҄sS &J-Hّg06ťqZW2g~9XgɵA&+'~D*%n#"W_N׹l"[./ܴHGǘwrۭvJwD*50 YtYF z-z 5׊mq@]v3G߽FH(0 ZouCןp$_ -/$O}&H購eM碻aҮmfKMc4kI-$ ER@dިоivs%g͇˜&R~=ђ5AL=9bf~i5(gZ>U-A):nVe#̫l zQkKN|^YY yjI1z1x%%޺Hg蛼DwkdW7SG2 ;gYPNoCwߞEp#֐0 v !j6,+w:5CD9< uLrNNwHu}ȖIi ^,y+5lWjG;ԦB\o)ma{v*yDh0%BLVSn6z~Â9*I~-fR4g{\۸C~e;.J]%1y*>sDtD=NkGѼ 2h)--[)OYSf#ߐ5 'ferI y$Lc0?!eaP "A5-NghDzh ĸD;8\1%d{'w?bNI` }4]h(2m%ZV{?!i0 Ta#?ZQm'I=xnlM?/M)>WKD*Xsq#Ӊ=Q7L*u5Pہe.`ߖr(NPOcS+Y+kx\w߯}8XG֯Xpy|zikˊջ;rL2n̷FMKAHH hڋpFKgx h(GkmY/#~ܶQ4Kn.,SPX! RP)-qVfF7$vUR Q7F]*7 8Vt@9OmG& M dmLd ߔ,*Q9Q֪{HN6RT׭GQ@ԥ깉'ƈCnG2,;aʠ%G/w~!'l{ub cל͜l.7Jl.c0~7 WIEW`}ɾoUqZe 7K9b`di t !?I޾;i=N- iFLA, X3~1˵^2P.:h ܮ #6m9IL;l34B{౒ڵq\T7$1U 1="g`sM7n=џ? ?X+'h%+]9$nPs@©対lUUZ!`ez iO̟v˅(|%NS^s(s#C+L*,l,I>  ;*&dfi!s& RtK\XO ⽗ȈtOB[s2˔z*!2 ۱a(S+Zvʾt-iU//z6%{s Po}Xj!Py~ Hft+TĀ0=hddXzVf!^YIuԟS"I) V^ >ӺV? 9scKky lHUXOn>P+ثL2u\F"F&7Mc+Ƭli] QX6ؑh MEd `]hWm ڷckJ36W5mr"b'0=O H{sՔwxN/z6#Gp:O-y{G)CGPܐ .4β bLΪ>ڰ[P~h %\dјXxҟNR6kfZVEr MÀH[ 0|(ϝ=ضF7"[ך?(M!m::Ҵ皜[92x7af;x4tm̈`r wZ]Ǣ`~|"993;T^C hxeAFzlP[B6X.C)Aӕw:!J$ |K/2^l#e:TpLƽRP( exqz aɲ삵c\*4hÚ4.R=r%'9; W YGO ]`eBD*IG/n|H:n΂3Q RZd= @iX pM=ks6&1;Fw A:x""q~R..!bU&H)BrۺgV"&mx#)\vtܢ/tn57SV?MHɖn,‘EϞ*wkbn.%E‚ ]R`vf\ůo__P x͹ՐVbzI8.淗\oFeaZf76+R[CiAb!?,n,! A3(Dcf y J_&%˜:|B''6˝vxaKhe8&t/ Z .StSeKvsTw]iyq? !|qa Ʉ5Zrb0={x>]|ͽ] wSUAԺL| ը2}wăV96)yl ;|TTd,4.!'=+e7"ǣZtXP+DJ"L~,6S{ lqLZsqI=g)d Ra5 "2 cEHМxeoi4Î$C| 'rw2|̣ke9U hjJa3-<՗~=$c|ʣk'*5['S+[55>lR US?'D<{[&mu~A‡Kn`Ds /E JamlBpت 'ӾMw|PT|aG\ OK \?{>H@4X[i<:Q:W_ Z,zLRؿT0@z:y XuNHd=T@o!Ev;cݣЗ93f''I{(|.?p˿f4>pm S/O#k?mj vgYBCʥeLGReh@{r5+lMAɐup Hຣ@+'\bNmإѤla/}z,]Eڭ*$&{tx0Y.@!o0 p$nW$ء/0# =HI.Ty:W ;tK~:9:W%meEIb+Ǡ{+ \c zP[Ykbx;|TPAL@e@ߘĶ J} ͦyB7{BD|w GTN:u=_'l\LRd}cjn2r޼$Dx2G`jNv?B-[BB]x>1#2e5o厓 Yΰڃg,:׻a6ؔՌmcs!,%dcZ^Lu*u9J&ק7nj uD9$q8GDQS Pe"k-6a@6G#:ju7Bht$PqܑĶI!伸BI|+lX{ u*xny3pfٟ~a)%iZ>:a}Mo'*J2jZe~'L)*kǷf렯X"b1qTBOpǩ"PїsEfw g8xt;D$?]J.m=||]Ƃcʹ`d}bi2՛(.YEH>ߒxLCK{ "즃Ϭz&Bǻ9{6}^jCpq @D!Dyq(BIAȓeXp H z`>5s{FE͸Z7B3y䙠K$@Nh6zZe/ὣs 4–0|Κ5W &2EFXk| 0EoÓYz.~H -Ėյ4MvI6J-?1ۗL4aIJjZK>.Uns)_;(Fe.-a``5/r[4汘єoS e#4:w i+͕h$ 0a(tzD< TӁ|djM!|)/8#Q5wx4t$y0`nLUbð=6MxGnÚgu]JB!=(Sk-\'F4I~&;2K;.rg u3ָ V]>+ڞ<koZ[!$6w*u9B-~1i7Qcn-nmJjGyhBBP]5/Q[zo|&viXHD" 'ȶ3ӽ2Yo{4RfI aٶx]vjAöև 9,o qF{?lH9_$K*Lϒ 4[\y_YXטf@.xI9kNWh&W ;<]gR6BR7myr5BF [)/bi0T*_3c[sZAw=ws'6a׸ɏT>_.T::}o(Ƶ/[qɕىHԅ!0\IF151t3Ts*ߒj^;lpqȺa\ ym8r8,0/xT6B4wylh4o#(&؇ZG45IDJWk>t_p&LI9 zKёokϘ *rg{)U00qTC5PO~CIAL 6ێҚ(UXc}D\FG/NڥD5siAÕ7^Y[,3f}+x@WlӍ`]EiTNNTBs(@˞qU}1]*eOyӧL2C* S›}QضaNA,w\ݬ6;Z]%;I~BfpDڵylLe|x ¤)QP6A:+BSͼ1`!Nګ@>3' T_m|`:TDue8WE=t^ B+TŲYV$+g҉]v|p]n]vYtx D5MiBE`SBڹEP*-B|lk* a5QкX!v@zc[ao#hmKH˅ nkD0yɲ/omm5T[.n?FJugٕ|0IW/yc^Tђ/TxR!uT9|N!78 &#LXɌlT*Fsy _4"K3u Y}L.XH}u8zO6a G*ʉx'#p7{k\7jbgpI&C8X%|îC:6\}_/Z3Gk#zvR[ck7Yo\ޣ똲'-?*[WgUSFYD*U\dNؚ 6ve#9M:N}YoqXL-ʡU1eF\IY<K”iT0"s,ķkP)L-)oO[e*:OdI,i $~Z/6ۖ Ӑh|>u[O0 9JT 03n0Pm!" $h70gQѲEnk<D`꼴 즿 x%Q,U?ai9^Mayᮃ;Ӧhs;Vv!-%Ƿ4Q}doɑʌbIafI2Z/%jJqPKȀ'tXUPֺDDȴ6Ơ(_"7H)Beh;5+[J9FE՛x3'MHrϗh:'U7-LBK3owLpQ,3g !I%h/x5٘ $O4]M]X@߄&y2"G6>ާ,# XsU脃(#*}@҄;&Q+/:@0&ЪsSa%ݲr{< j0 jd YŬ+yBEv%' vƬ$#?.'uG׍+s9,ߓbQԐm -"˅dYZ}_|Bg@)TV59R.SrVHؗ@%NL~bw\vݝH 0?0{dDNBH.!=~鿸lw2+TC~1vN%6WtRx_މt.?±imҲ;񻟑$i!M V?{p r37}'&CjFa!~͠44-oCQ|UL&,qټЙdR=[ 4al=5{i| L1NzSW :'#ߏ >qڔtq߆lr0h)R'%:2)}bupa9QFl6^>ОS%2g5j0=iw}`=Bm}tK9"h' rgKUj0=՜ 6hP"Us3ե7S25|Ko-Kz6Heoz?>,4|vhK7ה$9 Hm)*&9h3uyyL GDMQqfﳢY$K#J݉ʥ=kߎSw|FDt'Wϻѩgkm#b[LQG(k!a|B&5SzuOj>h2, D9~hjy\n!`Z5aZ~=bmqՕLG(A?)2\>9upAldÐ~YE qW$r=huiF/1kHt ,TGAґA 浚/8Ѕ0 cƣ T^ ׆V|㙖;ze=jVꈠ*a!%^{4mh_ˍGNɚҰRgj0!E?2ɏB9Z?'xZ9 󩂴5s1C}{hszA'gʼ+ H3K~z$mgl[+ T| 3ziy;*"~>g`qt/G9Vin6Uڨ k*D2>]GΡ.^MUMLYf Ų"j1lo[FLbwнhAѿn=[ך 5Y::Աd1]ĭJREcvyq5jPLr_rNbTySA>x[܏ "_ϡ|5 Gbn2jN4\Çf^mǢ[Nފ }WVjSeb"^m lȘo?-ui$pt |8f5J5j7<o%Cq] (,o>9grl8'+F jYJMY9 /6+JOPIg9g8aj_7ѧF~سӶjR|D`G!УIp-I Lo+sOsuUDz?1S']O:Kúl{Ȝ][`Esb@# 9s~Qg\gNk؋*mSأ/KP*a$6~3bڴ ܯ,7U8Õ ¿ sv-&]o!Hv/Rp6diLʼnҬg5y `!aGL2Lbro] ARub;Ƒ/Wgf<]88ˡFҕ~ױ$uQA`DfALt )9ҽ ?H4;BE<WnjIm#9Mb\3m 6s);PQsyC$(@>o՟++̱Kom<9T_4 bMO]X1:yp?W&V# XDx5 Ǩr&8O4"/8>SO{9V`vqz_Cb?D'ҡ#~ogRޙc =i?F+rWť+Z[ G2pto4u#3Y0PQ(CC-6OTG9/%v~th? |±4DXL\ KMצEu'ƚ6(x4LdA\ukH0Kb2_P`k]˴aߡ5!L|yQ . 3Z_<2m/?ph,OsUC qj2B:"}>3k&M E1&s̀ebސ{=szJȢ;]mcٙ.Wٟ, vu;4I69;:L'7ǐo~rbI0 ;j%:]\F~o8ZƐ .hJj쫜'ehbC1@NfÛؔ9)pU{Ƞkd'rp<0+J19bĴuѱ~q .Dpݵ*yD HGuohws3u_ўI:{Ϝg)QKY;8y$!7jD&::pۅЕ\!+IɁ2,]fu_Q'ǚbDGua^Sh=C") rTab B:'ڝoLT_*Zhq l2c{̈́mw{W<&0V7i &f\M;0y*g67RJX9+z+|')M ۚ qp S,%SzzAzz94m$s]L`qhjx @ҥ$){i-OFoW5V%Ox3Wuw ʃ`&9ulj'/GzF?=eY+%gdL8]/a:'x apҥV- %aݩgV܊T!\&ԯ؈SOࠜ=Rzgʍht{^E_65w ՋcC6 ;UO+PoZafk2GnegŪ Ezh[*kIauIW+ܰ?wz=S?nbPlŇm%a=}&fº^G1m4]0`3VPVk{޽t]]"U3xҮEvs)}mbRVQeoKRT@xeCZ ']~=C=z||pFtۛwsi mSGGT9`2旟fU"^qFOL&?dzL[3e2҂2i&(]`XUi%!/U5c`,uaَj|V5{-,1@痁h[gebgN'a繴z%C'P.'έ9QLbf\ajLj y{P,lU{l-PƂ="GdwP%h{λ&Ƈ >ig)S lnybΏyvg+OJ56">x3<uEGM,X4hB?ib*鲻O%k\I|-Svѕe 4dPl96>Ck8tKǼL<ƣֻN!seey~߀ȹ%F{\M]7̪t?3:l0J㡗jw[\NZܕ:ByI8Zv7s-V"^e/4,IP1HZ?mƀ$`ځ6ܱȉEzO4,H}~ez`:HT5ld͢}% V)gxxrfmyu_Ms܌}Q>H5cbHVN!s1Gr8d`b,Џ+]}:,GhtZ9u#&wԣ\'MqEYYp+KkSz?iuv7?l-g8 jTKDo?e!I3/#dC(qb 6kK|4QK3PO)d.(ɷUehvEmuj?]Ieq\$?".(ߦyxt1|whYaxCبm2|EYX[ڏIiYy뜥 _YNCKA/ N쐍?C< ey@LAZrfm % 92JM@`. * xҹ)z'b?}р رDዻXl!ʅA%|4znQQS! ֨뺝cC~Έ`~᫉%EҌ|n!-=`@kQIME4w#^wY]uzX 4EWjrLWDt?(\kF˔XXfz $!َ2cktO(c@?)-BHIz3tיw&꣪ytFAU ꈉzH6}%K1.nDthpS4QTؒj$YHnG;Vi@;HƓBجE)x_;z(v8bvqߢ'uY)mHEaE.o3l@ )C-T휥8ö 9૭M[6虯g%T=(:$5Xpg1_vI^< _|2?vB339R^1exCO*-E VF ϴRXoРŚxsTtxjEDXp|b U[eBg ػxr.͊;UZQ&M'_uzλ!r8@T[^D(a'Ƽkj"C;ytכ6U=4@ Euo~?:*c׽ ]2(%zڽ)-Rl2xRV"No-0Kw 6f_o@ͯuIiFF T+ :Luڞ5L#D\6Qɳ# T* )E6םۤy[%e"h&ݮCd9+MXHnN|YafB{7h.bxIgZUqm5`唚S݋nVӘɅ{LV=F!4MR'("IwrX:X`W@Fu%_:=!xcH%L& ԏAbd}G + 9 &[Ţfj߹沓`eO˛`CQ ƙw̶4_^0IJ׭8L/Xf:ǭmD7E 6"5IAr]zW_ʅ.$<#Z60R$ 2B/Cb3x*͡_h@ Rhf ᧮["'j:u`J$u-L/"yjѱ'16QukEL*.y5+ ?$,[:УnG 6 +5I94&I鉴0)o}vD u,hVQB74)hC1!u)7JI˖2w3AZV (qBo/ۏpr[),%1T?b}nꣀ&(Q@a"Pc~zpfbK1u *&Zsg󕼜] ^(|Mh&}Gb 8[yT=<`,_f}]ғ!h .O/FJ>Nz "CD!pM~-~Z✀#x~>riL /+5D3\ɲ;-6q߁5:Q'PRܮMJgw~svb x*X Vh BW%l샧 MT[1u9]P"SEʔbijVKBV;uaW32݆D}m0= !BM#4[{DGp[t.n.i=pxZ`Wcq_Jh Cú9.`\ oZ?^Χ?W _aZJx(1na^:3_JJKk^Sߣ{2/\-rq{@RQ ؉DFl91+>5? x4pGa꾋L6toN Q ز  ρB m!L޼w'.jE}SֵSp>l?i$P <A!j$4 8MZJHa`GTnªHIJip5t(IE1W(u}4?pCϐ-+BN#90K&4#ybLsaMhڞ!Q7h-jvG'teleylxHh`2b!>PƾwQrAɕ#3^HvM=7e)-aEl}7FCv ;|S1 (|A[Zcl轔t-VcN;ZPˇW^4ABeQl&ʿ=y3X=W˞"b{g_^캿l9~L)oQCN' Q^)9BWƱ|j2;-2aW\e2ɢ@ \Z Vi) 'Ejs^|r(NpY`XM˭ҩ[U+UX LNDy02m0'+H\ㅎV|:a&̖Z'Ɛ0w bz*-(|lq0ӵ32o[f _4&?Aj\t~2;ݬ:N\2rhef!Ӟ='Z> 0xAl>'$9ھ7;.DGn7똾Kn%/Wg|O$Qy 2:/D53}>~؏)}OH*1kOK0Kf*dZ_PִNϥOXY)+97^wl9dSg5])gŚ0ctc O"kqw8`q,L QKPjΕ)N#yk Q^q}V'a@Ppo-dQEM-MG+<8/PF8Dl8$M ˌlr8Ntx͜O.I]xbW4y5Wͽ~#u͘ӻC#pX Kf ^f@%4>~$=Dž:pO2QZQy2L`Pɍ+>_MnH{8cjhK)۝7@E,#L[nrlWCzM /PVZvI 0$f87lQ @עo`o|V9}_~!k% ֘jlWS|BԳ'ջ6ɮM m:c錁`.QZ'|%&C~34H|X D 럐H0W y] ^e-wik\xzxKW2mZn83 Xؘl B`I/()C&0ݵX_韐!t:6ba{]-;%xuUIJ.xEi;'+e (8gU~l/'Ex.6^BEЕ0*?PREe(d lpTgpj]Yߜi#n:O\`ȍ3_2o8mm.M]Wk:+ l 9 ˴=t}]3*a5%Tá;@dJOtn7M8e#5wq _ɥuMp=5Z=ӈ+2kF̜iO9)9hx:{RTV>#UwQR_74:n"tF&i1m;5s8ER! }]r7jJ-jB ӬoQF< ^*QclT̨U5A-kq)װGʖvyob&Tv,ˮ)R(&VS0b? (-I{ ͺ#{5uwOgnmf'3`\d ؠU #Ή*! hCOdF'[ŏtЪ^Vf1סڃⓥsZTyth48ڮE&LITyON;I ),)L2WEαZ i 4t}(iŘ䲸$+bYl8z@0; qLs qZ 4Z~Ck{ת[B &@aq/"N=d tqeuWؾ ]Iґh8 ୄj}F9Ek*^H|M"c^ xF9ۢDjuMJx/ `Kge*F"  -hhnuf*is/Cn^ج9Ix}l1QC!ua )_m8]s* bx8DS\Du)Q̞ 'ƺ $zF;H, @K] jv4)}@BQ8NGKF_&}IƗs>,rE= w&_x$V;͐~2Ag+c(ؽ̈́"Dd*dqu{R@蟫m%/ ֬0#w=3WNJ`TbZHTo dp&n4KՃk f2(>˩@{Yo|MӢѣc" QxS,|9v5p$;.v@DvԲ% lV6.\g#89v!sz:ÁJkF0Mq=ÀU` YVmw~Xn\zږưppdug?eb6S)T9ͮ9;CFjw2t5k`rL{r$.1~&?' at (//K6(lNS ݁D WNC^N'plE -\p V|XY|te> ௉Aj NopZJ,Wێv!M[޾f(?SB/-nW dL^z OcȘ>,&+ Ƙ2(=JqFС{FXeH|t_ t3`ѹv4; d͝Zm;!W:&P,dz/.~;L&iYgaxOu${AWDOfdPUz928HЅ9 ƿ%i]`E GǑ˙MJuٔ̓6)Cx,HHkJW$@Ae8a,M#] g喛1K6* 7[kmS_1 ⺉\ur|f3$$7Hl1E7Ϸ Ŝѓ s4 `ڔN$rEjPccfηc(_XK5^tbLpӚw{7{˘4o $b6 TFq){9Xw1zdנoҧ^9IjHDUXRn?U^2|L[={^@Rˑ"dud#QoT$գZ=8CcJDG/ލ{-4j_%R#)Kzep7[ fXu ! p3s9+f~;O!֝> z ltq }gc࢝()S~K[HČ#@o$3@n]aÄ{{\@AdH2 ФW^U\'fQ<'Sg"Ys蝴Lm*Uxw V; MS6  XϲEGVQ͟E[3MDJI} qRm-aŔN/O}/@|ƱT /pPr>"jqvBLW5}+Rihq\Q剨 vh[VaC<\1'"tO_y2DxpFN> mN\'kuQ*(«MM8VƝ)BϿ{QN0Mg"|zU9ށax!'cCW"XA4~Z[cJGؠZO jXs׸[B_eN+k ĤL`C)~rΎ Ӯ)諁xM x]2 \؄ņHNQsۂ;*aDJD{$m< K9֠,Cwrp|1M 7+`7  FØT71TaH93.Ibq5p2yљ^t(IDg/J>?a/Z8QJf{X/q<_3H˷Z9XgbBn~!]YqcJ]EG,0J-ˊl>Q'R>mVˎ 5>_"Ǜ~(35Oޕդ.3zV"VYږ1x[]],>?y&MJ"7~6sa2*i qwGag.BLyKiĖ;Gm,|nO|ʼի< ^7yf.reS☕w\IX2yUvn{B֕:)xoxWGU8θioTIy?o=>#!QM*{x=(%x1_Ϩw`4;=јYaO5K.SXsBSvV xr=77I5`4@aiȧ6Zc1c$<.I~sq(멆E. vYNOpk}k+W6gVɯluƚ=]!6rEŦJo3Ec ɊP68դe.([ <-j-T(܇)\ntFfTJJW?:g:LPl% +'M3OWǭN'rOq^P=uMܽ ք+ 5TOP0Ғآ:j,&