libpq5-32bit-17.6-150600.13.16.1<>,$hp9| FhcJdWnZ (=we'0<fQ%miq;|1й;ҝc9 XGħ•!SH:?v[QugAvgÅ*B^t~xt 30 &ڎe` {fMRigIR!Q}G@+cZ;ˈt zƞPjJS G>DQ?Qd # T .JPWhp t x   $hE|(8H9H: H>N)BN1GNHHNPINXXN\YNlZN[N\N]N^NbNcOdPePfP lP"uP4vP<wPxPyPQDQHQNQClibpq5-32bit17.6150600.13.16.1Shared Libraries Required for PostgreSQL Clients PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This package provides the client library that most PostgreSQL client program or language bindings are using.hh03-ch2a`SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfig `hh1b8ec0f011c7521c23695f4bb26aaeb1459c5b7536bfcdb44c46e8c22190b0e5libpq.so.5.17rootrootrootrootpostgresql17-17.6-150600.13.16.1.src.rpmlibpq.so.5libpq5-32bitlibpq5-32bit(x86-32)postgresql-libs-32bit@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.25)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.32)libc.so.6(GLIBC_2.33)libc.so.6(GLIBC_2.38)libc.so.6(GLIBC_2.4)libcrypto.so.3libcrypto.so.3(OPENSSL_3.0.0)libgssapi_krb5.so.2libgssapi_krb5.so.2(gssapi_krb5_2_MIT)libldap_r-2.4.so.2libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.29)libssl.so.3libssl.so.3(OPENSSL_3.0.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1postgresql-libs-32bit9.1.64.14.3hh@gv@g;g@ggmE@g<}g4g(@g@fLf@@fV@f|fTuf8@eCe@eqe@eKx@e@@e%@d,@c@clcGc>@c6@c5c,N@c@c@cb@b@b@b@b|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmrueckert@suse.demax@suse.commax@suse.commax@suse.comobs.coke518@passinbox.commax@suse.comobs.coke518@passinbox.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.comaaronpuchert@alice-dsl.netschwab@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Update to 17.6 * https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/ * https://www.postgresql.org/docs/release/17.6/ Security Issues * CVE-2025-8713: PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table (boo#1248120) * CVE-2025-8714: PostgreSQL pg_dump lets superuser of origin server execute arbitrary code in psql client (boo#1248122) * CVE-2025-8715: PostgreSQL pg_dump newline in object name executes arbitrary code in psql client and in restore target server (boo#1248119)- Upgrade to 17.5: * bsc#1242931, CVE-2025-4207: postgresql: PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation. * https://www.postgresql.org/docs/release/17.5/ * https://www.postgresql.org/about/news/p-3072/ - Add postresql-pg_config_paths.patch to Fix a race condition while generating pg_config_paths.h.- Upgrade to 17.4: * Improve behavior of libpq's quoting functions: The changes made for CVE-2025-1094 had one serious oversight: PQescapeLiteral() and PQescapeIdentifier() failed to honor their string length parameter, instead always reading to the input string's trailing null. This resulted in including unwanted text in the output, if the caller intended to truncate the string via the length parameter. With very bad luck it could cause a crash due to reading off the end of memory. In addition, modify all these quoting functions so that when invalid encoding is detected, an invalid sequence is substituted for just the first byte of the presumed character, not all of it. This reduces the risk of problems if a calling application performs additional processing on the quoted string. * Fix small memory leak in pg_createsubscriber. * https://www.postgresql.org/docs/release/17.4/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 17.3: * bsc#1237093, CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings. * obsoletes postgresql-tzdata2025a.patch * https://www.postgresql.org/docs/release/17.3/ * https://www.postgresql.org/about/news/-3015/- Apply postgresql-tzdata2025a.patch regardless of whether LLVM JIT is enabled- Fix build, add postgresql-tzdata2025a.patch- Disable LLVM JIT on loongarch64- Upgrade to 17.2: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Fix race conditions associated with dropping shared statistics entries. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/17.2/- Upgrade to 17.1: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * obsoletes postgresql17-jsonb_jsonpath.patch * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/17.1/- Add postgresql17-jsonb_jsonpath.patch as a temporary build fix.- Use cmake(LLVM) < instead of <= to also allow building against LLVM 18.1 and newer 18.x versions- Upgrade to 17.0: * New memory management system for VACUUM, which reduces memory consumption and can improve overall vacuuming performance. * New SQL/JSON capabilities, including constructors, identity functions, and the JSON_TABLE() function, which converts JSON data into a table representation. * Various query performance improvements, including for sequential reads using streaming I/O, write throughput under high concurrency, and searches over multiple values in a btree index. * Logical replication enhancements, including: + Failover control + pg_createsubscriber, a utility that creates logical replicas from physical standbys + pg_upgrade now preserves replication slots on both publishers and subscribers * New client-side connection option, sslnegotiation=direct, that performs a direct TLS handshake to avoid a round-trip negotiation. * pg_basebackup now supports incremental backup. * COPY adds a new option, ON_ERROR ignore, that allows a copy operation to continue in the event of an error. * https://www.postgresql.org/about/news/p-2936/ * https://www.postgresql.org/docs/17/release-17.html- Upgrade to 17rc1 https://www.postgresql.org/about/news/postgresql-17-rc1-released-2926/- Upgrade to 17beta3 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/- Upgrade to 17beta2.- Upgrade to 17beta1. - Allow LLVM <= 18- Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.- Remove constraints file because improved memory usage for s390x- Use %patch -P N instead of deprecated %patchN.- Upgrade to 16.2: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/16.2/- Upgrade to 16.1: * bsc#1216962, CVE-2023-5868: Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions. This error led to a text-type value being interpreted as an unknown-type value (that is, a zero-terminated string) at runtime. This could result in disclosure of server memory following the text value. * bsc#1216961, CVE-2023-5869: Detect integer overflow while computing new array dimensions. When assigning new elements to array subscripts that are outside the current array bounds, an undetected integer overflow could occur in edge cases. Memory stomps that are potentially exploitable for arbitrary code execution are possible, and so is disclosure of server memory. * bsc#1216960, CVE-2023-5870: Prevent the pg_signal_backend role from signalling background workers and autovacuum processes. The documentation says that pg_signal_backend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. * Add support for LLVM 16 and 17 * https://www.postgresql.org/docs/16/release-16-1.html- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice.- Upgrade to 16.0: * https://www.postgresql.org/about/news/2715 * https://www.postgresql.org/docs/16/release-16.html- Upgrade to 16rc1: * https://www.postgresql.org/about/news/2702/- Upgrade too v16beta3.- Copy postgresql15 to postgresql16 and upgrade to v16beta2. - Don't create a unix domain socket under /tmp anymore.- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.- Update to 15.3: * bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/15/release-15-3.html- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.- Include -mini in Name: to avoid conflicts in the source package name and OBS internal dependency tracking.- Update to 15.2: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/15/release-15-2.html - Bump latest_supported_llvm_ver to 15.- Update to 15.1: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/15/release-15-1.html- Update to 15.0: * https://www.postgresql.org/about/news/p-2526/ * https://www.postgresql.org/docs/15/release-15.html - Move pg_upgrade from *-contrib to *-server. - Drop support for the 9.x versioning scheme.- Update to 15~rc2 * https://www.postgresql.org/about/news/p-2521/ * Reverting the "optimized order of GROUP BY keys" feature.- Fix source URLs- Update to 15~rc1 https://www.postgresql.org/about/news/p-2516/- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Disable LLVM JIT on riscv64- Update to 15~beta4 https://www.postgresql.org/about/news/p-2507/- Update to 15~beta3 https://www.postgresql.org/about/news/p-2496/- use %version requires for the contrib package for now as 15~beta1 is actually smaller than 15.- Add proper conditionals for lz4 and zstd- Upgrade to 15~beta1 https://www.postgresql.org/about/news/postgresql-15-beta-1-released-2453/ https://www.postgresql.org/docs/15/release-15.html - Refreshed patches to apply cleanly again: 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch postgresql-conf.patch postgresql-llvm-optional.patch postgresql-plperl-keep-rpath.patch postgresql-testsuite-keep-results-file.patch postgresql-var-run-socket.patch - Add buildrequires for lz4 and zstd support- fork package for postgresql 15- Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully.- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions. - Fix some mistakes in the interdependencies between the implementation packages and their noarch counterpart. - Update the BuildIgnore section.- bsc#1192516: Upgrade to 14.1 * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/14/release-14-1.html- boo#1191782: Let rpmlint ignore shlib-policy-name-error.- Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- Upgrade to 14.0 https://www.postgresql.org/about/news/postgresql-14-released-2318/ https://www.postgresql.org/docs/14/release-14.html- Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists.- Upgrade to 14~rc1 https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta2 https://www.postgresql.org/about/news/postgresql-14-beta-2-released-2249/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta1 https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items - disable postgresql-testsuite-int8.sql.patch: it seems it is not needed anymore, need to be double checked.- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. Use llvm11 as a workaround.- Upgrade to version 13.3: * https://www.postgresql.org/docs/13/release-13-3.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now (boo#1183118).- Remove leftover PreReq on chkconfig, we stopped using it long time ago.- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.- Upgrade to version 13.2: * https://www.postgresql.org/docs/13/release-13-2.html * Updating stored views and reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * CVE-2021-20229, bsc#1182039: Fix failure to check per-column SELECT privileges in some join queries. * Obsoletes postgresql-icu68.patch.- Add postgresql-icu68.patch: fix build with ICU 68- bsc#1178961: %ghost the symlinks to pg_config and ecpg. - boo#1179765: BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.- Upgrade to version 13.1: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/13/release-13-1.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- Initial packaging of PostgreSQL 13: * https://www.postgresql.org/about/news/2077/ * https://www.postgresql.org/docs/13/release-13.html/bin/shpostgresql-libs-32bit17.6-150600.13.16.117.6-150600.13.16.117.617.6libpq.so.5libpq.so.5.17/usr/lib/-fomit-frame-pointer -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:40270/SUSE_SLE-15-SP6_Update/8d165d05c09df25c4c2d8289f3249085-postgresql17.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7d7eb55c8c45bdb134f944fec5a45af21f8c882, strippedPRRRRRRR RRR R RRR R RRRRRRRRRutf-8b99024b8741ac847e5844268c32e4edfa33154d9d0e8c3f33b6cccd3e0674eb3?7zXZ !t/|ͺ]"k%]duBgTpCr!*#V]/E{EI9\Z߄nA-pc~Џ J38|7Znރ'4zaȚmSE/^Æ/[6ls{n>cC<6L`/'(O"omXo $d*W|Wm/EI&eMۃ1q̉'/-+N9F?RAO@mM +nP~1I$8G 2PkG{Y)8>6+e J_%M6&;~,bfv g)F.$BkGnxt2^t:JFbrZR`k=4X˗3ϯdp@Oӣ o.ZYa ]:s!*57B1=vQ3, ДoB]fśm\7ٰsq-V EC`sX-lֵגhOeWx8U~(>{;^*Il+#k1'䁬n /tiC=I"FVQ#b}!+}m{2uRD4A722<[$M(5I}f4׊ް%joAK|t:vݸ]'b|{KBd_P1'ʉl"/1T^aPE􊬜>T&?O͓S1f%הHMT jO0!48Q8)WZm}~#GretFkB,<9Q6'SZ=K2~oJňEZ0ɒIbn ri.ShpQz eXCz Tei(=GΒWN,UF^S=?:;޹3]5v:Tbj(PASUZbQz#.Y##{c*/*(:ӛ 팵 S2;$(>fŮ`7ǜ_SG+}jWg98_ @jJu%;##mm'G@hU:.v%#'%sts1%*p95Ls q&ՠ"ݙP)FZRȟo] ƿ̂fr}ekBqM7YhX1Og仳Nɩ+.iPYeҡ yONc%w-B篹520Y7m"|S<U+`U'諿q+B X]b)2VTYs F2U(kiOwɫ |[3IT^A;'^DD 6'Yb/g1 !Vw+A加z.{[qI$=dnsKN+rܒTvLA/X͕ag늞5/6^NVh.?v[&V8cc 6bo$F&-JC%lgVI*uG1^ؒ9ooɉH؊hi&AbU?HaF%v<'Qq&FW/X Vs`Bl1mNYӇ~垭x760l \Y~ To☒I=1J-7^rګ+Yo ɳ_M>]tlj_9uMZBmT刖D<\(6MǦ\TnW~j!M>w4cr{(.' IlPq*ꈭgΪmiYǼaɁۣ'­PZ 1ʀɒ6yciAJj_nsUZj-=ؕ&9gpYU`!PPWjb1/gŦʅ%KhAu1tc2J-qH? u0?u_SNw˖xv6Hɾ*`jHf-ӞyrR*ok軀k %g6[slq\O!akubI.p +6?~lZ!/+dd )-`T)lK8iP\%e~YrO?3Us.`հQCҖ!<*g<_,3 Wq"*UA[XiXf]0rƵ0ݰ?Œ U*Sc<4[# pڤͬ:_n-着Hlq텃nwQwxM=IPڪ$Cd+"NAwoOl ,T(2lzPl$9(ז7we(8PN:` _ cgTH g6ޕ^,\y"Dk_ܗeVR䫮D/Sas?٬r< vuBGI`ݷ hճ Mpl(Lr\e63|4.\oɐu!I;v8tA@1 it7bq,@6q𰱝9º#:~+PxHUvhިA(MU:lSUFnxRRwkZ)F ~Rc|tVTp#6\U:.ʪjty E2@A6'x-yb[-7zϑNIǞ1l|!ϻ_*e}t ≘(eO\25l&(ZmNڂ3f+s0>V6G6h. u-l>1tȅSku4{radVfifG!55%x/$D 1f^8Ir.pD( ટ7$mFt 6c/m]/hE \;Y(W&+8pe FInwU!j7e=O. 2{;ϋJѹ2{ňUշ͡ 4W3l  PRAdaV Ơ2H/ԋrt^{XK#j^|sXݙ&xPtJO`tǎ* Õox!4-mĊ;т=~V__Ղm{4 =-X%d]/ytzO.Q<V M@Z/EkyxYpe7bdxj@@["C'U ^В$WK{&y+xZL_Ǭꘉ|g+jy ɃT_Ԑ4{Lǭ=uEgĬՏ/QZ[5JrK0Q'jqX',('8`8`&kuiERo;º8#g Op ҖjU#h(iRe/v-c-ެ#P; K]m~%m eŴh-yF8kZg2ҏ,YLkvxpuW+{\voɉvF㋋CkXnZHrKu[lWѵ2!nT袰z׎N[`ku-k$%ܘ ~6}f&AAyW'G%i<*?00s#dD)kП꟬/>,g mynYOEힸ}EKc0 wc3  ;3FX8=Um|^aWxǙC}Ez63?¯is7^$b`:oS7%qfhe/n75D7.CJ@8];R"8@> u 1RA H5ccٙIgE כ1 Ar֡nG]LRWY97\},(f6p2&?<64F:l3eIjN`([xȋ"Ì<ֶw4=׷sJN-?xh R+u=|K@)/VkߪVE%q?3e?ϓn1h>,*6 H/[CԎS\e>Ȋ謱klW&ZB^۝GYr42;#hɟ&mQ$ٺ!S 0Aڳ${nˈgQܕ,rPGw Oq+-I'[8*!j~>@>`>^X-G/^6~t&\n!cFKΤe2z+jg2&Ru#hOh7۷Cmu1&3.KixGkwRdž o^L^A*A1A>9iv݇,[w-mP83o{'%"-H;BQu-hHygh`yB$n-cc&NX) GZZGw$rDx/_v*lebCwO 2 *3cN0Q8r=1q4MŲU& s2mP 2܅-üGdd1C #ټUzYGd#gB=02EvPU&%\U'^$T9K;,g-A5Bޏ{be|bi$Tw"K]#4xCUw'% HMyReP-@W!UF 붟 gh'3~vb8.֥las8r#")ځ1pD]&1YmaMpsܧ=h`&W:Vg:;'@aF,iI_/w|Gk.~UfHJKHJPsңc?3',!j$=F[wq8=r Vk _9חBUcEʕl 0rboW] yI֜Zt7`{f̮90Ү 7uJ@uâư([bʔQ љH1 t]s,"1]t9b(ўBÉ"];G|2y-.E=[볝7cAkrUrɱsڀqvuǬN,4C6]op YtzȜҁ^+?wh9uFݲbwo(yğ݄ +'n7 tRSJ<~hVK"ˈK2x[S)a͠2#-tt)~:O2Z/d!b礔&#ic[Ћ 0PxRqu75 i5g74Ju?C7/RrD 'ֳ|8-C@L<1]bt*8j[CȷVm𓈿dBhCX|g]E;ΖӠ+N |_Un?%*{B@Ub?FώX]:B AhT}@zF0vAD$p~첝 j5#GIC1JG}kp'8Df:#Y9̌.qJ>rrW+V7\cavbF0ɬ fH} M5,L&瞖5~CdȊEcHDľhɒ/]Fxuko=;-5C^H-I-TNQfCCt"^xv9$M/Qty xxwޒN'P5I0-Hml z,D"?q>NK63YCAe5"Tk|+/TAZiLNOu|lM-"uv J UIז}Q7Zz/J+t"=/= OՑu˸Ж4}~f' KJ❈<`率uwOn|*JO){}=ojȉR\,zhg:G6=h/ކLH]oTZ)  }@C=\A՜ }_HZ-kK}B>jG:IņQSNJ^ `'Y c-U͍VG _`y]~U_n/i}9,~5nM;_`l_cw XO vbmQ&&}~k .AO^nIJ#*{&{¥.#%Tg.Dzِ#?3ށ- 9TSKeZx_!j8̝O:I.8wҍJ*Y9kƔ.XA=b\bs]kyJP']Y`Y .hb g~"mEk@|^Da˻& U*%y)N]$k5ڝp1/Y񢚁4@pͥ`T+#7c ,@jYP(s+#渇iw_5p݇38O'dVT* :s{EfegܡQs!$ʼn-<9JD>c{HS1u#) Is'.^kIbm%pமPܒXZhØ8\L tsIRMdNKd~x^{p|z0ErAkv 1D`+pg?fX-5/c抳6Nߢ`mF%LqU=Ako#tgȉV&H5z󭙠-71;DA97 yy,'<\.1i\3fyf[^{8O_}o֣| -Z'xDz1 {%{-%A <66v_Xh+kz@W΍7vqw hpbttJ-Sv'aG=5{LJ[2|>}ُ6Nl897 Yu6:c>RBiu\O[ ֆ= #aliNdǨ(oW hS<"F^髞T~}CzPn.e]筜GE!G%pM+pW"ls ^\J$Ṛ Til;M- m ;% tX+@n6QkN._?!|jvaqxKޅ^NӇp؅LR0*bNU3s^/G^V<wfǧk L3|ht. R>6xy,gs(jA&3K4!i9<4r@܂l9#LhNw,/Xڪ( gj4(-Sն:Yo&AG7l;c{^CBUl'84kT }'tC9~Y \|ѫi#Xl$OAvR4x Ղ{& |QQuiCʈ/{?BKywVef؂3.GAae װo( D!32Q8G= ߄~cF}iۋV8F2qY:-Huk(N ,g_/C_q1&PcU_!lN un#6UCe|>Y-t"bN3897'u_ثؒF7I22գ \4 xxzǗ+gb+D;UBfP&RX:H԰Aq)_R*TL%(C::db}w- {N`/Ta08PgWt ՉBFfBBI)R%Nn8S{ W$ Ɓ3z ]af TM*rw'17懐'..vu['bgm@kgz.Rχw+/Ԡc LM.2~_^ TmA]CGLSaٻ밪U(DjmG$_S`4zǑm/G[~4m;Z1`6{$v,*C5A<~Vvm`xPCI|-cnxۤdp[,i>4) Q48 aaBoN;UP>9m8.=[.} ]F>f/߿6ۺg)/՘ #>tj#a7;!Ht߄j >a' }>'^d*/A¢¬F:OP"vȫKGWmÍ=$?ϙ*Gf3ZFϠE.O]Y" 35c-c,f>*?A#'ۘ~ ,42}Ij 2_ ㇾ\Y2qZN"p{)݆ ݜ"ow2D2ߤCC>XT~Ávwk.2-U5~ڪ:8WO߷`נD\u2D?fg NU{6;dik`u|qYmA;$vY( %P4f3kXwܰhq )XAwG[`p*3$I̎ysq"%VuZ~2 ˭j pis0{r ,lGBNZqϔOԱkQn;d}6,m]:tK -rIcKhoJiRu,PW :)jf|^g:}p<\ !B.5m8πݺ<&ETp6@ETr3*򙻟BY`8/k0/5ַ7|=]Mjfng~ LnAE ,Mۖ5jjz$b-,H/HjMM]"%3a,VأjR]  -U-efX]^\e$W_=8%cķ&:4f /4L[3ψ8湩h B[Wr)mWӏ"l-_bNH `8~_p PF\m#``}߼]@lo_ ͳA"]#̲qUjvq|D,㷣lS`S|Iq2Ԏ^3}VU)?'Auɕju Ⱥ[VVayTCxH\yZ3}"uO?CcKGpBˤXtӜD2cГ>bH|6 uXc*\/<D6kx]6ZY>XDLYi"t"D`eQ)s͡@$ <)Eg1=tWrPGq cq' Q.!TFxVuNMSٽ6Ix\0\%<%@*r5"l쏅cS:xzS!H^KsPVluxxV'Joc$b.aհ[Y8> 7Yju:V.Ӱ,s?R:?JdVnTv\F~d!q3]x$Ts:5'טbف߻L49Ɔb1({TwL(2.>SIXˌۗ'i5#S1G?{_$Rd]Dmh>C #"ܠ~ٔ)Me/ݻ8Qdz{mR*"9SAGѦul#tf\">R1\KUx4{)_G'+9@Ec#Uktdoh48qΫ|^Tsgĵ#`鏄ِ%9ܸ Hp@1'tvL _tj>;;qgЕA͢OO_z >OL>]g+i3TwZB9l ڄxY'L/#m,%G3L",@5ƿ''8a@q "B}R:g.)~00֍ɱ,k[ɚ?VTmku ݬgX(m/G+ 9A`hbpDL l!pMwDd{I%SKԳ U/%ˋ_@aP/*q5Om [0R-C؛Pj*F߁ּ/[ūFJ2X^AsGy4 -5aOQ%,]@7pDUhk]cB5+94$F\/BQ 4"3/;f~0߱Mq뺼HW3h`w^śfe4&?5F[1WIkHŨڜ%782s4''NR&*aM_16nqEkDOXTEFCx|ޠ"C":_g#f`H- qmºGyM'B\r.2?ЩD!wQ-SaRZ/&2iHDbGLc "+y{>楺z՛0sAK2SeGp|CUn"~cv? ba?+ˇ g[Pz>S?q+lOI,@;enT.jYl WjBU-%8C)5 d/ڵ&VHk8y}ϧ8fTxS GaO@Ml +)[ATO8N/hxrMV$rUaI" <\"9mu@ޢ \&aloFnYa*ƂڄWeRVHtRآp}%d!6PN8oOԝZWGfgꝇn_ ;XLǒOA}L;Bdt!4Kݩ}wB*>u'tnNCfVd42Z*]~Yتv9X[tA}p#$9pK%Thi ;{&߯0ISsgв0Xb|p4P qyOksXUdve VlΓ+])w6՜Q =8NET]brOD7>(J]:U`c9:~x_z=-; FC%aGdr@ (1E 5%|$]U)58NwVIqbv:.ԕ$<ׅ[so >?FЧp] $,DV"!`4Q͂Ɯ$ThIO?ܟNBF>0VdsQR;sԞԯ=Pyh𵄯Va %,ARfEA1ěc˃#={UY`٧G.sVyM19Aӕ Dp]&4U?ukI]%u:.Ő.fj5t^!҅G9λ҅nL>?67xc;yjO= ot_7ALNNq`d)CI|55 zn~ qQǪO?J5<}χ9+yQ\o>c74_rĭ*HC>gfm2kDJ ;ݗm1\Nb9&Kw˺MK^$ʦ94(ԫW^2WDnBr].:\p*3.6ӎ'4{[yS幸am|\ޛz Lg=Xߢ5{U}c Kn^fߕhhȝxNk&4,8Y뼳4аޫz5O0q7a޵E7ՕĞҷ'/hl\*/g.7!2'(s 1Yϭ½?vi;3`] /\ J Ey$y1۷{` AkPL^m'j>ʈw|=B:3fk6|o^,sX_B2lyQ$E5-1qt_BdaT/&cɶwweJR[ NMk'8=<.oᶁj8Oh#2HxـJلᒗT]!wb;gH:۰P!gLZ w\k?yz~،]r$7j^:.'c8=41C7`5N ]H+f:}PFC%Bve7jDr .k:u@#!hstūT"u檯eJeX3`^ R4J13މehTT A l[BjK{jVC4SB?$DR{R|2 @ncD3maPfe7M;bFG U~.[|3x^]pcrF^Zpw(]" fiZ2.XIJSYx". ݛ#z 0E?`3sYDRbb5:ۥb -NFo<.O5(hD^aTΞT.Z Dz!m8CcHݕMu9 MZ1fHb[AӭjBE+,qneC^&=>.gݖQ))EEͶ FtWA娡lL1RZGe)ry[BxH7Y?1'(V ߡȑaHBi1; VH__,ͼj|iأ T%O?œl٫~SڠzȨUX8I78/}܏k(mB0l%=fүYv8V f84Fhc!f-X#S֫0|eq$%P^_9>*%ʌuv|ز\wRk3qh|*Qy p~x*pWL&ZfA"@ &FiGhٛv˪`4۵Zⴣ3jw0rSkCEDžJ0E(NdQ7Won};"p@«Zr cӉʪ[OдVBbpA¿>a^nmӛ4GMjtcodftO\2#q̷CƩ Yr/SY M(qI)E1Fdzh{Ck>89䆓#3Zr.vզL{/ Wf?#P+»4F^<@l@QV8b0bL3딦 = ܠ!" g@<7& s+b?HB邰L{'Z9RkB[gv4@H[T/;ڥjj{<˽4PTLa G&p[NxTSTno&ZMa>ڪhmFt0l[z/G;&U#s0ag_+<įtp1|*`^x``S,`V(a{^2P0}BK)D$vavO=Z*Q-kpP\ ϨU ‡־hV陋b}1>5^ívB:<)~kTߪxJ4:țݩl_.Vt+ntF~uM_u],U^ʷ)Zo5&DiTҜiX8ŝSXw1X0xs•rqIq=.R/#ׂVōVJ!f0tY,2*}.XGAqFwmXx|+Ձ.f"5^*EHv6lw%AlpcTft6_rD[pFᄅK'xgfis.P+]%bif'5;J-/N 6pz rWSHU+*`O֦eoֈQuaʚo~/2ܸ檾 e 0dNd.e8_F;m!C8unɼ?4=\x^~r-vW*pǑ]*J7~$gYV}FTaTŻ% bL{E@F3+)W}y< lb&d_4LkM  [%oDa\$XWj60 &@I}7ݠtrx˙kc!-$*B]|Kl s;;@U⚊) p3 /e&>= BN 7m[B]D Dr2HŬ?!B6RlL=uYtI 6@= i+Fa⊺BnNaѝh6^:4>>9IN9Cڍ{y2 }K#kRSDPG動ZR֢m~Dc1.j~lVIhNmzgZ0M(ʯ=<%O?5֡\QgIifnwԭ82Bp!ɄpJ$CIsD6->mz٧ozE<Lsjf0ɭe` t9 ?݅c 8]vh_}Z2S.1COP }JNYZ|rn^gyϿ>xVJc|g#| `7dTF(%1C3[-k}f2rm[աf>1 ۔y1pwm/oP9PnwHދ뿵 bl+"/UaI -@44;uF nsq 9/9pV ^U+JcDJxW5HuQ e\+y[ܻےA{ )H fRQSv]+JP1&e 'i*Ggf\94Glo\=OĔ'] qkAW0mEFA؉¼A:L;[^.hĢʘn,Aj=GY ) m}Wւ=ŗ z鄝̹Se \|윈06 4 9-ҫ@ `gTx:BvYƢuLv)˿J skǎQf _m9a5ÇI^1hxoѡ+.O19w@4X=>\kt]dմ5$ 3mD5dbIr3.Ѓ\ .d7P^V vt.ksku\M _!s@uͬ8h+(3a=[嗆Ea'b4p{TX:wGH>ObBBH=#H !FU(G7gSWq;*7d7 ACg _>t>tS#$BR-Jm< WuF1Ji/d~Rݎ5{ /#So*ڀ(de +S4r39F`LyN/'ŋrEλ+h%Yf2ire֣5k~@I8"\l\!zW-3g+O&UEww-u TuzѯF|vϽ#N7\c᱀H"xܮg&X#1d\7 T>wtEaLJWE5 "6.4#,ySEqPXv9+A&Jkn쟉o ^PFe9%y#Q fYQt<9jIo@ [R & 2f) J媎O5A!tl&c@4ִHK\(]clbv>hZ9mOL\_h;G>3mE?):NPjقtigJ.,ҎkwCzvLe5fhO/$zktO'};dRsT3(lJZwu._ u,.3<Ä&m \(|O͏&rb:7Q0j9LG+DbG}"Jv7X[̩pօ\Pº+vIzSu1O[Ƅxma)fj.{|\~%eއʖ#K5ts$?|q RKU ! z>&2JR]8&0ݣvg#cofQl{a{H/@_*,R5 FT-Mp=E*nGQګռ%og^? PFɖi0z EFN|@p=?ht/@iFD[bkh?\HbUp'쁀D(-kM{czDnPڵSgLIM@K[*@P_ %zvS 47].὜ό')H4Kl5[+Q;̙ԕ>B? 1{@"}`r9_ۇqBWV\¡Zi,T3L?z`|:üz)\b{RZlߣ!^4 +(G i<'levzYdqv /{h$,Րu{9&L-դ0x[ 3摒ŰHa1 .Σ"!Șd p^~SB +sf` EA 2ZGNiL%Ȅ'10rdTHpEŎ}QĶC3 5c}R][:4 UPL哣?fz^ bmDqrE8p:*\TCn쇺'N2h~P<Y WJhF+7]>ȧb6"A hb_:t|ylm=pM7=/w񱭼 o'ftNYGxÛڨ }Jnb)CX.gs' h%FB빜@"[7qTt~x3Ly?!ZD?΃#BfΩWӨ2'SKK =͆dBĺ95"ךӽm| HĮ `ush6E/fɎtt7[6-ulR%̫;ogKrDK KXȵx>Ӭc'd=+y/ƒ-T9JrO8FaB{bx=kĝƮ^p3 !҇yF`mUdY9vט ֢x2!t '@c:D3;I _sq`AP.B攼z)HsxAk-vʛS 9/UmNfTE!ʐ=XrB:}Lk8*8S #Y5ׇ} Wק.64]ݜ9m+]O#o!<ا U,o5WP Դ򳟙Y8ۤuud%ϑζG}!oqZ|G.w t]{{!bNAd3y^*34U+<70xUiJ^woBrzh82$!7km uڈ+reay48g_A nv{z5`$4;GhFS\-!Ep,9E 'obj޹tuD4o.ay$DIr&cWӾsusMIgԖެy`;ɽptya0Yꍾs|g":0>6_ 7/ȍ>p5=֛._X6"aSDI&+7H%jܚ4L7^>ΰteVN| ,vWJJhM1BۿXy9"|f4NJjo{lf8cd;Fˡ%*cvU"Lg< CaNX f Rvc`U#tl+h 7 Pe}Dq.qPQ6XͨQ4'f`&LED.0G)px?4sTډ+B3g"ݜ+vBŤo6j{G^TV EWpV>K]wCRj\b$},xdJ`ns l?e=Ω6E;J(P'-__? Wth{̳ L:n)2c|'k K#dDZ3>W^UN;'\CxY/&;vYUj[F9 ߡ80mVt4cF;{RltK>։"a؃#{kL#\d Q+idt7\ӎl [g8,DAy6m嘾wZo9|sI 44{ V9.9tDruodwyS24CYB!:- g䭩С!jFT'cG-n4eTf+CQ`do XaĻk-zTQjG>7Ƃ}5jdߴZ$lEdD0(Ғ#Y&cFej| ?0%hpC 6 Kת|nPB@o_A϶`^xfG)<|VQZ FSќ#5A ~z34Hw$>4^UWUS{;eۑ $EZ,jn[vzw"H"7Y v'$H8vaU!iղ} yܭdv]H{z-@5~GfE1pNvh͆C@)<ߝLRܛVzҵd2r՛1K O[{p-)FeF q-}K* BD\}ZL|O#~a8:fiEY^][u5o23"}ْ8#žs _]g:a6k{ͅ5Bbpt93%S_a!'|یe˝<1&I3߽wR̳ uqK=:b t#PXQwNGJ?CtRϨs6`s`>'W;Ԏ(>b~)Z r*,^璫)4`0{f@+qM!<RDOQѿS1̚ųG){ '] qA PN X7j^w g*0s{Qt1ot64M[a4FlM96G/uæ)r\YfzQS }TQ\-4W , 6AFrzd_7QȯYsG#B4ЯXy^ pFDƕx>wL #+95`$M,h |b*:ޓN+hButQZ[ImJ2G\  @Ej>}ECɣ-O;%Kp׏3?Vj (龗K#AOK8Au‚^,.c!و3=XNC$g a4gY&& eQK"U8U'رOF6@0Bb|{ytHh,BhR{gS7f- >gDo%*c`i>8!@aБ:uPRJPե UDk˔;Z| a+!A*{жiH4(2vX|]9ӛ ׸h)DŀГ2VX `w] l|VShR H8@傡O1Uf ];D2BЊPca%aQv$kKQa9BW/q]- Digp&d Nm TY}(zطR_ B$O"xyA դS뺌:aM7G2蟍ksJָ=-^ mΦ#$[ )tLx A}dup>#Lz F* :%@X*1I[YP]3iGk>`pDu*=A`v\irMP{իj߯ޡK>9-"@H1=$p^nOsTox]MNߤx4>\2SF<JNV&TAa%$C4Բ9 QI'qmS2ͨMv,~81[nX B(m(,e:O&u3ݠ蒵5EXě  )lWb~"*  MN39M Sѧ8ma҂gj`MZ-m/7w]+vܩu˼pGF4g#Q,;Ta)%LF׵@bP:jeO.ke)D[)Pձ4q #- TsOA-LJXag]vMiLOȓCzɈ]P3=B"|kc ]l*E9{;V>}f*H<`Eh7UȘקK'pS/Ѹsf̚:2# w ziq2ICK,PO&borKpoo"hcb 9f:ga?MXIu:K9zsFhN~ʠZbfvI(651Hz7=g2lh@# ;ڿT驫{L!je  Sr؃!"bI·X,Jۊ5ē[Knn@>D>ox"9,_̗>"J 6)ųfbT 4E486w3L׵x@AM'[w7)^gR8ԝ5ThT"U%wb߷#' oaf>ЌSl l;?$rkޓ,,-VQ:q$,36=ɸ꫰{sN8yD?> GMƷԾ/<vz#=)^FsLd8&43j*" vo/C#!Q:Qlec=q",] $;H SJ íln~,\cxb^&Ta.ZNٳ{r#nmp q;ۿ]ujڣ_-fE0"o^ ̼InSu.#_d UёlkM4&۟T)ӈЌ{gRMZ<\]Y{kZ@^)qOkKFf yEެVb:mf`pĒ{ͣlw%hwe 6M79Jq1Y9ƻ_vUssv>qXؑjA{I:Ic{V@S0մQ8旵)vLyD.m'24[O~g|Z4XѹQ[RTXʮ#EǣG)?^d"9ET-q=BT,X‰^6VϞ,7gmv\(6-FW3DV ~yxpv؏(dH崴 Кঊ("p5[~KK7ȀԊ$vǫcfՒzKP9J|WE?<$L>D$k0EˣXX!kĉxv V>W*Ս3f1DѯoGK_;i"wISd?SR]i$0f-$z_rP[Wn$|S_^Gٚ_,(97EIj(9V!u}._g\(=o/uKFcɈ7$ۓ:hvg~Z!:_[`(~36ʾqgdB1Sa_*\Xx"efOaQ7wc`yK$NZՔU3QݿDm$28E?vIZ\6_'z"Fq/Ti[$E{hK6EDJ1-fup(H*QMl\Euk9-_T_FF^bF Akm8?` >Bf٩r; gi~kpLڋ $ x'V3d$ 'YZ)@( ]w)=a2rnFvf),bge52٤c5OAR>}ůu̦.lrޠ ){*->6V9u{o #Sp]/يǑ(ݗqh`1D @> i]:Q3ުڸnBmj2.|X2ũ0~lZ6@\-$NRNd#g^ı$~.Nu>9%bؐPI-|Qi#pn CU"pv  8qQК ;[`ú%TʧOTUg29L.-'16v@!f6ۅ Wh]/vY\)jզp[q=&Nnы5_|vJkV~l/G$-s$:JWu)jHsI-dA7SV!*A1ك~9VXv-ւCxIf_O5tz]J[)=fea;Xlob@+9nS?u^{ퟲHN2W[ު4-$B)$pK"!#(jJe]='Vԅ,GidY߭՚RFkN:"]Xۯ1ubiڥ)̘*R$ hZdT p?مHұckoA"*J?iTIW&>hd_poJX> gcm۬ TI%9tԅAA JQ_L.>+)UW*oÏڤU UFAcR ؝i 2vAd::<clqS)xvnl.(Vtoq/[Y㔻L2%hbxʦjh J[jIťM2W|g)|yy\7gmH(x1⯱m:wV"d*A .挕4x27oZD`S"Em#٬ֱgZmxS.̲$t`ۺ+:rA<{oAi[sr!;i{nVcʁB Eɰ5qEΞw(P~$x)oPx hoEn\iɦ"sh׼9`P/)Hbv˝\pi¨?gJO?,߲խs1=,/R=½S7y gM9dAXr㻼gYӑ(Ga`wfq\&w#cnElePʗ{sɹ>Q("&(n*5yy;qcYd%uqiH8;$f&鱒wCQHW^xP'kѦmZatehUߠ!ﺆ"X6kҗnН/t*u"ٟH3Cjlj'Pfi'wD|KO`J<=>2 ad14E) #H7a)LǬ̥b[q,%~s #Q% XaP-lEH[Ms}pŅZw'9iQ+QRPJ 5uMq0LEX'HUe ۓ3֒mgmD#9&*x(w?""U '1W=黚2L3fRB-n茄r7$T:߶b$GS)}tT\!j`$eI}(3 x[ۦVNg< i_I60.(2>slHM |!OfZQU@@YA .n}3g< =VPA<'vGӝE17+KXR8&8V$FAZITd:Kqd4p>ۉeX,7TBYnS|VYmMn*F'{Y{'̥!UCJ p/*YV۲pٯK+[1VĐUh736Kg%/Wkѓ E cv]޲m$lنOsi5 G; cVPǯ ,Iџ|Л@Qo=ankn|o@P痏$羹}ڻQk*#)PҗeS_/1fmd)hu ׋lͥИX@]Ä_ͱJJyKw艒[R%}★Kldv=TPN ڂɔ3܋ќ}5'3k8AY%gʦ -US` Z˂.'KbQt$v*#(VC}]=|? I<sǕ@sLA)lIto/%$I6sY0: " lL{\GٲhO!C,IXwcҚ!PSICLs`oq*E5Ryaw(\c+Ⅱ`HtQP$GA 5< ©Wݏ$ZJ׃NPu5#;UkHe7hGa3k=]ck®#bA@`'a',pMsX l/hhl?5 ty7Gȅ /gyhgT:R%383832Yӛ o` $Fm%?%ZA.j"ߋIJjD0[ 2yV jY\M*1<}n? e*hnzmeWDo GI}"ӭ?-Caߠ:8I 9b]ƀܾ'P<)ͪ8;x Xe=aXcFJqХ4s$ _CQ[C](:{8pY͔؟rɱL̤dbEΦV-͎VMrwRZ+ٖVٸKLU6C1X &&b.4W`L30 1S n9^ž')vqk֛'45TRɦ62 ο2:IRPE~!fkC}Rb~yfcԸ|6 5ysW!"5 jߢ־씹ԈÄد/1k>~ĀJ7Ås&BG"ĬQ8 Ք[d.9~lMF45Nd>18 I|+L>cv&=3VvIrDh/c;aHre(}-;6r.uyԃzfzK?%[p9t?4 JG WsOS4,\Qᶗ\ib'ϡI*/viLX~ UʲWbIs(".hm~)H?߾g̗5 Z5^*mpz%P4&0s7W՗Z#GNb* ,PLV"-W fX9*O\ ^mRZP/byx6&NSsQ?}#"J$\J1$&nc9ϡBj9j'n[>w?ʔ֔XYޟ (^4y5gv׮QiaZLhvlA.mhT LCTٟ2+Ȁ:HɏmRK=qApY90ߞٕ@/mW!.9ɻ&$Bwj[N aC;)'䈃]{A77fMJB+%N, Ć XQ,s8 N+qhqˬC@*PXea.l+uJ15L'$?rVm T Ohh53xb&s3Ta7ȕ̟~= A>MWFw~4玲=@sƙ6&h>?"viz Nwij mхnL!̬\QƓwb멑՝[p HnJMh @GW*e[]7Oa?:a%w@n(]Zxp#UTO'#; "!CxFQU!kpqhLD~e$?D,׳ͪ:ZB _loXQ0ZL.#1Td],:?A #1x!2Xs"0Ď,,#yr-r|p?xQKtH- 3rԇAp;$lxKN\ɊpLHK}~Z,,;چK}/o!l_I,Ŀ kwc"`/ycpXg9,l)Xt=^CnJBq ۽ٴw], 30r z"ciLXӕt8!Rդ*կ CIkLZ~yO-հL&IꙨ>9^T'ʞ0Ѱ4/&l#3@ XMeB`O$DJcҩm~`VN$,gH "̊M=aVf}LH*e.J-yvb/zrf]P-*Jv;s/ ]+,%u&+nx4k:H-,|!jNqyd /:bhɢ"1a#w;Pt"/8@(YL5ibKn''o|m SMi2nw0M[y&>Jmp)Bs"hOڔ|8,O,@J¸Lf{\6GǮZ=J jfd9TH t=sj]22& 70OpYƑKWVsIL2@K%J].1X2D?BG^r{sOY΀ı=V W;8S$͙=M,mHq;Ε٣GŖ/?UMl% MbO%mmL( ^/o2׈͠^ɗ۞m51!VאZE_Z=dȁ&w/YK@7Cm)E ijߜ ph88ffxF-tgY˜iO?R3ـ6ڋcK%铧n}NrKn ‰C(.=AeY,nU,΀u_\g4ԲB1X[]ؿ69]1"?}&}ezz|XvsL# K/Tfar'õk[-eb; $ɴt0UW7GxMt-n+xܶWꌫ47uT׫m'=OlF83,Xl~7b㖰v1"hwњM,=Εg@Mk3[ِ-;S^%9Z=i2\E/Hjh4մa-@H٤X,ϾĈ~ݽ$LgI&v ozHjjYYއ&RWy̎l&ݣ܏oԼbhק9!sym -ijZ\k5aYzpi@]|GS$>HZl6V;ý9d_̹zeT1O00L< 4ab )[Gz!?bxxy|G QYAPt!ڽVh| ЁB̏[D 2@wH5Y4p8&!vuzC xI5{z&C'RM<f%Tj=ef.򷜰m[{A/|6)v?{)kpU욊&OZ[0Ijh_ݙ+<߷| J^6Tdy76E>`=3j[3S}ޕ[&}ѿ. '՟ŋ>(Lprw2E6mir_hE)4^ˢ.&Nαec(S0Ǣ0KܲO.h%?wx>Mv g@Z$Etȸ9b`RKc^w|SOَש>ΘJ$Ħ%"~-.Om$7=9CT5xl\=C_JA+>]WU Mg3j\y&5zSp9>\Pw1WsXM^b d!17CN/39vIwOpP@cAƸz1"cq$.&3d^%xO/ #c(U0 7dȒQ-d)wQ{Z#ygATMؒ%݇#]"E!۰ay0O{ːx2͂R`5f@o/HAӌ #ހ=`AСmX*0R~g>2A[FԌ] 8P-{ɻřiK K\d$8z(I\Y%[7$N,?w'@< ϋt> 2wp?7k @"H H+#⟸ߪ'%ܘN5˿7ί7\TXJغ|I|AU!>6i^XA +ʯU𠍣O]ӓGp]VI#l?$SECsTvcY{ k;)ӓwbс -H*`lM(Eѕ~:$ynBpds).3M9pfbaa"LQwX.J ؚڅ(^{h) =Rn='R,~}I=l | בUl@U!/]i h@L q?{:Ϗz[]/TH &eX bQ.ē3hi"puL 7PYq֝sV݇(AI4ʜݞ<6QtKkf~ycw[4foym\h?x}w0hm8d@izՋ#c-S˘6=u ?+FjVHA.YGrX 7dJ />s3}V:xP*K)%͘SeI?rװ7$쁦N O,mи^ñL!]1jMOp{Ʉ'mlP&;P Zv~9 2*n-Ǵh5u7|"w)&,o;Phı<j=Z GKw%4?Z y4}1+tEXNd0zɚ[zzH.pˬvtB%-9? dF׉؋B` R>u ꮹBI֊@#U$sQ{Od@{EN㹼 $7Bp,Rx2>: R8HFw 1a%e<oRʇHz_֠ Ixb>8!88.N=Ya,7 ELpi6J95Df1 {"FMکE…dK̐m }-HdЙ6-nMbpkE?3BeHdEeA key#պ<$o ȑ-[y930D r(d`ꂹ'=w[v tal:DYuY ::G@y(G$ t#WJe <, Uc UgpMz`7X5HI);deÆWURIZĤ~͎Gb0Of} H^|']>p8+p#F:*{Xe׵S @Z0P @zXR,@~KlP}`r8h͏|%B.紇. D_s.u2@‘ul2I1~NG ~ Xo<} ,5$-f9we*Z}b,{LVxUJBhD9AogaQHsHH{` CICZv렺o~liw@s[j4`j=n^Y CMz*# Coqik|1f!B^{־LBU:dE>ҭt0V+cgjyJ 7M{&,H;Z kZ`hˌ*>T@p,6x<EАlb)??QBoo®;m Qs$ER:Fdbg;AI4&=o ,ٹ%0`Kx~mn>%V+;5:wUpN>?G"VL:@D{\9!k܌,X+.Ǯ!¹#YJTNMtwGހ;o*Օ[7aG]]S$|l0pcoo8/SDc PA|>ᬍظ `qxǬL|OÄY}a<Rc6VjaKkVX6椃 0-zFnNX/ tc޳$JaAЖPN4Hu}2a`! X*;8)+϶>8\Ym嚰.X, eIZP]'߮Wp/lJ⦱*,^PZPGtŪkGdϧ13E O$dJ I(J!$TĞN݀f:ka"=L*)yb!΂?OHM&}@娐! $ZuQ,*E y9ݑijozDeҩzXvrᑢ_W&Ff8#w OD`NCGow?Mծ4&`)A МiIJ>N[@k,J%r,.ˆOV{/q@@ޥJ/s'O IdL0^pK:;EDX Wg>[ **ia +/%b^pn-N"0t4 ?!/:|fj..<#WY^rҮx%{͐;vI*{I ?Vk0Bc^9_Mu푠-;Q,3[Ut\&^RbB1gGEwwΝ1ZwZjf^99 N/ˮe´< rm Mp{p-*! KOp9(Ȉ>[fOa=d;\Btؿ˖jA!?<|>)/J>SH::)_r%}qzֆ,|٫vn=뼣-|_pnmm)owjIt~xԵj%e `>JLqf wij4*Kc&kNʠJDu\(|<1BZL2bRQV^o} ?ԨȺjQ&s&L7KCр$9[ู@sed=*~%LmФQbσ.9_C.{z_~4xv]⤡.üRB?uF) ]oG 0HZ&e{%I5'ӒzȧUJa}+<);q16]s ˟EbG6Z)^4یJ7ԋT#=9IX%=\ѶqPK cH_-)rDhBk{^!\"Z \.B K\"f\YNE%r(bO6[z&Ʈ |Ts稅^4=G .?  -_7;78dɝ9ΫSIw -Pk[*";*=5_aGN/*4lCqf*^0.v"OI':4^Ԇ6^X{_-رF ^ 'Åab&hP)ޤ+ۅ{D?pB$R,#7?_ae kۦ!ךpq2>jᚾZ\gEbK>ؤFeghېx7Xr+Ii!Pˎqw$(l 9W-D?aphwG@jՌ@#Ԑ1$a\.N?ʢ2Jް 5-EGqiGgq@f-gr9Ci$ɞ&L!ըdEА i{Ve U-'#\'OlӋTȘ"ռa Wq"`΁x!47N 5W6 ~v.;Sস4WS=WZ`Xd-&f}~[^ZtR8EXGJ, R$;߹3 ~E\Hv6C׉FMN{½+dRNnכuJwV7Ωɏn8ɮ8dhXȞr E]?iH Or l+:#˸Tps^=g ϑLOD",3V[վG c7dZ ,E7uԷMN F5Vcy䘎rס6K^\n.h5m݋E{$mrjT 0ԆO,L&g{&Ţ"!8L!ތ|)u#YrGMdcyA`7-_FG(˥$.R(2jyS P1<^fWߢYR0L_?XBfzC3 g,v&xB zy`QNJޚ.uu-}I:eh;4XLYd-wxx7U4HQs|½i3+ׄj*a#]ஶ3_@i..~, @qRXaZzb o{%0^!!Zp%NY+G(!+KGE1qm'ګt QTu̥򺰈lŽ9Ǹ=OtɄK?&!teуw~@brn v)ZK\Al^JGM(#g&i FUHjyqD=vՌ7AÖ䌱4:؞VTnFgPS3Bb6w)u �MUǪZ >t緌~ȴ$뤷~-YdjOگ仙>BX/4T4݇yĻz<1-{hxﳥ(ق go"2 lraObA(BqrQ'ɤk%[*[Q> XOEocg㖚w6a5X^KQEFDgg!^#񼔴7r3l/y %Vf#uš(,m;| K#h39-,91zSS[ȌoEmtz߹gΟBzk ,f:Rb+CTV`ntsLIvFra < hőFSR!Aa~̙׊YV#TM2Ϭ%~Gt']Q}8f%M'}ʲc1(K 朼Q6D7]Pĥ;$à3hSrMTSߴ@[9[~A覉`^)m@ cfK: "IHc,98, EjZE., 5\ ]V備216dC*pӃJ-}.\tlR ^V[I%wޱ fe+zFr 1)-je {o hnj44, iCR[2ٮζ["<JtC2I%hMBDa[o#ׄԤT#A̻r+rʴBn(b2T[r{Yb[(/ YZ