postgresql14-server-devel-14.19-150600.16.20.1<>,ghp9|q@3"-Ml~>A&`HmZûNZX2r>M%N;-D-x{h6ty׌=q%z_I'5mXnX|di5QH8s2U94A't1H?>QL?D;1YdGUzP_ Ɗ &sm_AU!xs`X^;v,YWz[+#^9Bz}݆">H-?-pd" 1 j  $=^i (    .x  T /AAP8PQ<S4SSS(S8S79T7:W7>@FGHPIXY\]\^@MbcdIeNfQlSuhv wxy,z,,,- - -$-*-lCpostgresql14-server-devel14.19150600.16.20.1PostgreSQL server development header files and utilitiesPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions. This package contains the header files and libraries needed to compile C extensions that link into the PostgreSQL server. For building client applications, see the postgresql14-devel package.hibs-power9-22lVSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxppc64le/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!'zx ] AV8 R %DC5$O bJ&34## tNNP9 E8m(j ,Sq U* j Z/ IXa{AS@7, [,u!TYmY: 'd   TM}v 5q  DC >U ^ %Mm$R   @k ,  <j oZn*EU Q >!O8   ~{ ec !2bRV)g @ [0#  n/s#v~G8O%j8m`p;OLP, !8 l3OA &[ b-T*,Y s> & $e 2UI+VRPQegYY Yc:E,#%:Jv> XJ'&9lW "YC)x ^Q. -- ) ~0' ii\ SS = #,2J &*}PNjBD>z\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q N Apxmr;A ;R fJ<N / KsC:Y{@}5 8L*q XIs=( Y" '+A-4 !~ B%#%C',-.-b?d^ }* ? X#Nv4$ PB=rN* p T  :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E&?# 56  LMEp`ct P= _ xF Bz~ 8 ?xy]  "u  9(\`A$A!4G $te !j ) LBV%   Z@ K 2=BJo 9#5 h  : HSA*B)QN ^a95 k g%sU+Q c0 L] '!E c6Di@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@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- Upgrade to 14.19: * https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/ * https://www.postgresql.org/docs/release/14.19/ 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 14.18: * 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/14.18/ * 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 14.17: * 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/14.17/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 14.16: * 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/14.16/ * https://www.postgresql.org/about/news/-3015/ - Disable LLVM JIT on loongarch64- Fix build, add postgresql-tzdata2025a.patch- Upgrade to 14.15: * 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. * 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/14.15/- Upgrade to 14.14: * 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. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/14.14/- Sync spec file from postgresql17.- Upgrade to 14.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/14.13/- Upgrade to 14.12 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/14.12/ - 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 14.11: * 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/14.11/- Update to 14.10: * 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/14/release-14-10.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.- Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html- 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 14.8: * 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/14/release-14-8.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 14.7: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/14/release-14-7.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 14.6: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/14/release-14-6.html - Sync spec file with postgresql15.- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Sync spec file with postgresql15.- Disable LLVM JIT on riscv64- Update to 14.5: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/14.5/- bsc#1200437: Upgrade to 14.4: * Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option. * https://www.postgresql.org/docs/release/14.4/ * https://www.postgresql.org/about/news/p-2470/- 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/sh/bin/shibs-power9-22 1755283359  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.19-150600.16.20.11414.19-150600.16.20.114.19-150600.16.20.114.19-150600.16.20.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&&''(((((((((((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,............................................................................................../01221333343356378879::;<=>?@ABCDEFGHIJKLpg_configserveraccessamapi.hamvalidate.hattmap.hattnum.hbrin.hbrin_internal.hbrin_page.hbrin_pageops.hbrin_revmap.hbrin_tuple.hbrin_xlog.hbufmask.hclog.hcommit_ts.hdetoast.hgenam.hgeneric_xlog.hgin.hgin_private.hginblock.hginxlog.hgist.hgist_private.hgistscan.hgistxlog.hhash.hhash_xlog.hheapam.hheapam_xlog.hheaptoast.hhio.hhtup.hhtup_details.hitup.hmultixact.hnbtree.hnbtxlog.hparallel.hprintsimple.hprinttup.hrelation.hreloptions.hrelscan.hrewriteheap.hrmgr.hrmgrlist.hsdir.hsession.hskey.hslru.hspgist.hspgist_private.hspgxlog.hstratnum.hsubtrans.hsyncscan.hsysattr.htable.htableam.htimeline.htoast_compression.htoast_helper.htoast_internals.htransam.htsmapi.htupconvert.htupdesc.htupdesc_details.htupmacs.htwophase.htwophase_rmgr.hvalid.hvisibilitymap.hvisibilitymapdefs.hxact.hxlog.hxlog_internal.hxlogarchive.hxlogdefs.hxloginsert.hxlogreader.hxlogrecord.hxlogutils.hbootstrapbootstrap.hc.hcatalogbinary_upgrade.hcatalog.hcatversion.hdependency.hgenbki.hheap.hindex.hindexing.hnamespace.hobjectaccess.hobjectaddress.hpartition.hpg_aggregate.hpg_aggregate_d.hpg_am.hpg_am_d.hpg_amop.hpg_amop_d.hpg_amproc.hpg_amproc_d.hpg_attrdef.hpg_attrdef_d.hpg_attribute.hpg_attribute_d.hpg_auth_members.hpg_auth_members_d.hpg_authid.hpg_authid_d.hpg_cast.hpg_cast_d.hpg_class.hpg_class_d.hpg_collation.hpg_collation_d.hpg_constraint.hpg_constraint_d.hpg_control.hpg_conversion.hpg_conversion_d.hpg_database.hpg_database_d.hpg_db_role_setting.hpg_db_role_setting_d.hpg_default_acl.hpg_default_acl_d.hpg_depend.hpg_depend_d.hpg_description.hpg_description_d.hpg_enum.hpg_enum_d.hpg_event_trigger.hpg_event_trigger_d.hpg_extension.hpg_extension_d.hpg_foreign_data_wrapper.hpg_foreign_data_wrapper_d.hpg_foreign_server.hpg_foreign_server_d.hpg_foreign_table.hpg_foreign_table_d.hpg_index.hpg_index_d.hpg_inherits.hpg_inherits_d.hpg_init_privs.hpg_init_privs_d.hpg_language.hpg_language_d.hpg_largeobject.hpg_largeobject_d.hpg_largeobject_metadata.hpg_largeobject_metadata_d.hpg_namespace.hpg_namespace_d.hpg_opclass.hpg_opclass_d.hpg_operator.hpg_operator_d.hpg_opfamily.hpg_opfamily_d.hpg_partitioned_table.hpg_partitioned_table_d.hpg_policy.hpg_policy_d.hpg_proc.hpg_proc_d.hpg_publication.hpg_publication_d.hpg_publication_rel.hpg_publication_rel_d.hpg_range.hpg_range_d.hpg_replication_origin.hpg_replication_origin_d.hpg_rewrite.hpg_rewrite_d.hpg_seclabel.hpg_seclabel_d.hpg_sequence.hpg_sequence_d.hpg_shdepend.hpg_shdepend_d.hpg_shdescription.hpg_shdescription_d.hpg_shseclabel.hpg_shseclabel_d.hpg_statistic.hpg_statistic_d.hpg_statistic_ext.hpg_statistic_ext_d.hpg_statistic_ext_data.hpg_statistic_ext_data_d.hpg_subscription.hpg_subscription_d.hpg_subscription_rel.hpg_subscription_rel_d.hpg_tablespace.hpg_tablespace_d.hpg_transform.hpg_transform_d.hpg_trigger.hpg_trigger_d.hpg_ts_config.hpg_ts_config_d.hpg_ts_config_map.hpg_ts_config_map_d.hpg_ts_dict.hpg_ts_dict_d.hpg_ts_parser.hpg_ts_parser_d.hpg_ts_template.hpg_ts_template_d.hpg_type.hpg_type_d.hpg_user_mapping.hpg_user_mapping_d.hschemapg.hstorage.hstorage_xlog.hsystem_fk_info.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.hcopyfrom_internal.hcreateas.hdbcommands.hdbcommands_xlog.hdefrem.hdiscard.hevent_trigger.hexplain.hextension.hlockcmds.hmatview.hpolicy.hportalcmds.hprepare.hproclang.hprogress.hpublicationcmds.hschemacmds.hseclabel.hsequence.hsubscriptioncmds.htablecmds.htablespace.htrigger.htypecmds.huser.hvacuum.hvariable.hview.hcommonarchive.hbase64.hchecksum_helper.hconfig_info.hconnect.hcontroldata_utils.hcryptohash.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hhmac.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha1.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_hashfunc.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecAsync.hexecExpr.hexecParallel.hexecPartition.hexecdebug.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeBitmapAnd.hnodeBitmapHeapscan.hnodeBitmapIndexscan.hnodeBitmapOr.hnodeCtescan.hnodeCustom.hnodeForeignscan.hnodeFunctionscan.hnodeGather.hnodeGatherMerge.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIncrementalSort.hnodeIndexonlyscan.hnodeIndexscan.hnodeLimit.hnodeLockRows.hnodeMaterial.hnodeMemoize.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidrangescan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hconnect_utils.hmbprint.hoption_utils.hparallel_slot.hprint.hpsqlscan.hpsqlscan_int.hquery_utils.hrecovery_gen.hsimple_list.hstring_utils.hfmgr.hforeignfdwapi.hforeign.hfuncapi.hgetaddrinfo.hgetopt_long.hjitSectionMemoryManager.hjit.hllvmjit.hllvmjit_backport.hllvmjit_emit.hlibbinaryheap.hbipartite_match.hbloomfilter.hdshash.hhyperloglog.hilist.hintegerset.hknapsack.hpairingheap.hqunique.hrbtree.hsimplehash.hsort_template.hstringinfo.hlibpqauth.hbe-fsstubs.hbe-gssapi-common.hcrypt.hhba.hifaddr.hlibpq-be-fe-helpers.hlibpq-be.hlibpq-fs.hlibpq.hpqcomm.hpqformat.hpqmq.hpqsignal.hscram.hmbpg_wchar.hstringinfo_mb.hmiscadmin.hnodesbitmapset.hexecnodes.hextensible.hlockoptions.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpathnodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hreplnodes.hsubscripting.hsupportnodes.htidbitmap.hvalue.hoptimizerappendinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_recombination.hgeqo_selection.hinherit.hjoininfo.hoptimizer.horclauses.hparamassign.hpathnode.hpaths.hplaceholder.hplancat.hplanmain.hplanner.hprep.hrestrictinfo.hsubselect.htlist.hparseranalyze.hgram.hgramparse.hkwlist.hparse_agg.hparse_clause.hparse_coerce.hparse_collate.hparse_cte.hparse_enr.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_param.hparse_relation.hparse_target.hparse_type.hparse_utilcmd.hparser.hparsetree.hscanner.hscansup.hpartitioningpartbounds.hpartdefs.hpartdesc.hpartprune.hpg_config.hpg_config_ext.hpg_config_manual.hpg_config_os.hpg_getopt.hpg_trace.hpgstat.hpgtar.hpgtime.hplperl.hplperl_helpers.hplperl_system.hplpgsql.hplpy_cursorobject.hplpy_elog.hplpy_exec.hplpy_main.hplpy_planobject.hplpy_plpymodule.hplpy_procedure.hplpy_resultobject.hplpy_spi.hplpy_subxactobject.hplpy_typeio.hplpy_util.hplpython.hplpython_system.hportport.haix.hatomicsatomics.harch-arm.harch-hppa.harch-ia64.harch-ppc.harch-x86.hfallback.hgeneric-acc.hgeneric-gcc.hgeneric-msvc.hgeneric-sunpro.hgeneric.hcygwin.hdarwin.hfreebsd.hhpux.hlinux.hnetbsd.hopenbsd.hpg_bitutils.hpg_bswap.hpg_crc32c.hpg_iovec.hpg_pthread.hsolaris.hwin32win32.harpainet.hdlfcn.hgrp.hnetdb.hnetinetin.hpwd.hsyssocket.hwait.hwin32_msvcdirent.hsysfile.hparam.htime.hunistd.hutime.hwin32_port.hwin32ntdll.hportabilityinstr_time.hmem.hpostgres.hpostgres_ext.hpostgres_fe.hpostmasterautovacuum.hbgworker.hbgworker_internals.hbgwriter.hfork_process.hinterrupt.hpgarch.hpostmaster.hstartup.hsyslogger.hwalwriter.hppport.hregexregcustom.hregerrs.hregex.hregexport.hregguts.hreplicationbackup_manifest.hbasebackup.hdecode.hlogical.hlogicallauncher.hlogicalproto.hlogicalrelation.hlogicalworker.hmessage.horigin.houtput_plugin.hpgoutput.hreorderbuffer.hslot.hsnapbuild.hsyncrep.hwalreceiver.hwalsender.hwalsender_private.hworker_internal.hrewriteprs2lock.hrewriteDefine.hrewriteHandler.hrewriteManip.hrewriteRemove.hrewriteSearchCycle.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.hstem_ISO_8859_1_basque.hstem_ISO_8859_1_catalan.hstem_ISO_8859_1_danish.hstem_ISO_8859_1_dutch.hstem_ISO_8859_1_english.hstem_ISO_8859_1_finnish.hstem_ISO_8859_1_french.hstem_ISO_8859_1_german.hstem_ISO_8859_1_indonesian.hstem_ISO_8859_1_irish.hstem_ISO_8859_1_italian.hstem_ISO_8859_1_norwegian.hstem_ISO_8859_1_porter.hstem_ISO_8859_1_portuguese.hstem_ISO_8859_1_spanish.hstem_ISO_8859_1_swedish.hstem_ISO_8859_2_hungarian.hstem_ISO_8859_2_romanian.hstem_KOI8_R_russian.hstem_UTF_8_arabic.hstem_UTF_8_armenian.hstem_UTF_8_basque.hstem_UTF_8_catalan.hstem_UTF_8_danish.hstem_UTF_8_dutch.hstem_UTF_8_english.hstem_UTF_8_finnish.hstem_UTF_8_french.hstem_UTF_8_german.hstem_UTF_8_greek.hstem_UTF_8_hindi.hstem_UTF_8_hungarian.hstem_UTF_8_indonesian.hstem_UTF_8_irish.hstem_UTF_8_italian.hstem_UTF_8_lithuanian.hstem_UTF_8_nepali.hstem_UTF_8_norwegian.hstem_UTF_8_porter.hstem_UTF_8_portuguese.hstem_UTF_8_romanian.hstem_UTF_8_russian.hstem_UTF_8_serbian.hstem_UTF_8_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.hstem_UTF_8_yiddish.hstatisticsextended_stats_internal.hstatistics.hstoragebackendid.hbarrier.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hchecksum.hchecksum_impl.hcondition_variable.hcopydir.hdsm.hdsm_impl.hfd.hfreespace.hfsm_internals.hindexfsm.hipc.hitem.hitemid.hitemptr.hlarge_object.hlatch.hlmgr.hlock.hlockdefs.hlwlock.hlwlocknames.hmd.hoff.hpg_sema.hpg_shmem.hpmsignal.hpredicate.hpredicate_internals.hproc.hprocarray.hproclist.hproclist_types.hprocsignal.hreinit.hrelfilenode.hs_lock.hsharedfileset.hshm_mq.hshm_toc.hshmem.hsinval.hsinvaladt.hsmgr.hspin.hstandby.hstandbydefs.hsync.htcopcmdtag.hcmdtaglist.hdeparse_utility.hdest.hfastpath.hpquery.htcopprot.hutility.htsearchdictsregis.hspell.hts_cache.hts_locale.hts_public.hts_type.hts_utils.hutilsacl.haclchk_internal.harray.harrayaccess.hascii.hattoptcache.hbackend_progress.hbackend_status.hbuiltins.hbytea.hcash.hcatcache.hcombocid.hdate.hdatetime.hdatum.hdsa.hdynahash.helog.herrcodes.hevtcache.hexpandeddatum.hexpandedrecord.hfloat.hfmgroids.hfmgrprotos.hfmgrtab.hformatting.hfreepage.hgeo_decls.hguc.hguc_tables.hhelp_config.hhsearch.hindex_selfuncs.hinet.hint8.hinval.hjson.hjsonb.hjsonfuncs.hjsonpath.hlogtape.hlsyscache.hmemdebug.hmemutils.hmultirangetypes.hnumeric.hold_snapshot.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.hqueryjumble.hrangetypes.hregproc.hrel.hrelcache.hrelfilenodemap.hrelmapper.hrelptr.hreltrigger.hresowner.hresowner_private.hrls.hruleutils.hsampling.hselfuncs.hsharedtuplestore.hsnapmgr.hsnapshot.hsortsupport.hspccache.hsyscache.htimeout.htimestamp.htuplesort.htuplestore.htypcache.htzparser.huuid.hvarbit.hvarlena.hwait_event.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestisolationisolationtesterpg_isolation_regressregresspg_regresslibpgcommon.alibpgport.apg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config.1pg14.gz/usr/bin//usr/include/pgsql//usr/include/pgsql/server//usr/include/pgsql/server/access//usr/include/pgsql/server/bootstrap//usr/include/pgsql/server/catalog//usr/include/pgsql/server/commands//usr/include/pgsql/server/common//usr/include/pgsql/server/datatype//usr/include/pgsql/server/executor//usr/include/pgsql/server/extension//usr/include/pgsql/server/extension/cube//usr/include/pgsql/server/extension/hstore//usr/include/pgsql/server/extension/isn//usr/include/pgsql/server/extension/ltree//usr/include/pgsql/server/extension/seg//usr/include/pgsql/server/fe_utils//usr/include/pgsql/server/foreign//usr/include/pgsql/server/jit//usr/include/pgsql/server/lib//usr/include/pgsql/server/libpq//usr/include/pgsql/server/mb//usr/include/pgsql/server/nodes//usr/include/pgsql/server/optimizer//usr/include/pgsql/server/parser//usr/include/pgsql/server/partitioning//usr/include/pgsql/server/port//usr/include/pgsql/server/port/atomics//usr/include/pgsql/server/port/win32//usr/include/pgsql/server/port/win32/arpa//usr/include/pgsql/server/port/win32/netinet//usr/include/pgsql/server/port/win32/sys//usr/include/pgsql/server/port/win32_msvc//usr/include/pgsql/server/port/win32_msvc/sys//usr/include/pgsql/server/portability//usr/include/pgsql/server/postmaster//usr/include/pgsql/server/regex//usr/include/pgsql/server/replication//usr/include/pgsql/server/rewrite//usr/include/pgsql/server/snowball//usr/include/pgsql/server/snowball/libstemmer//usr/include/pgsql/server/statistics//usr/include/pgsql/server/storage//usr/include/pgsql/server/tcop//usr/include/pgsql/server/tsearch//usr/include/pgsql/server/tsearch/dicts//usr/include/pgsql/server/utils//usr/lib/postgresql14/bin//usr/lib/postgresql14/lib64//usr/lib/postgresql14/lib64/pgxs//usr/lib/postgresql14/lib64/pgxs/config//usr/lib/postgresql14/lib64/pgxs/src//usr/lib/postgresql14/lib64/pgxs/src/makefiles//usr/lib/postgresql14/lib64/pgxs/src/pl//usr/lib/postgresql14/lib64/pgxs/src/pl/plpython//usr/lib/postgresql14/lib64/pgxs/src/test//usr/lib/postgresql14/lib64/pgxs/src/test/isolation//usr/lib/postgresql14/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/el/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/he/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/man1/-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:40255/SUSE_SLE-15-SP6_Update/177f233846899a2b65d03aedb6779227-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux    directoryC source, ASCII textASCII textC++ source, ASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8ae52357179c27557dc5ee2c9aaa5cbf13b9ba67, for GNU/Linux 4.3.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d65a70832a1a5e39380681d05bf57644a8acf3b1, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4e39fcf6261118fd3675bdde84cf4d67759b8eae, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b5c5600489a36fd01645ca3c6e33bffe6c35ba2c, for GNU/Linux 4.3.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRRRR2X0U+opostgresql14-llvmjit-devel14.19-150600.16.20.1utf-8c1b1b22fa55fab0ba24b5977cb3a9365e8e68232306f14e9350e34f6df0ba9b5?7zXZ !t/1]"k%˹%0#J:fV!"fev77-s`^ݒ08]n:1@uCH+p{Pzl]^v>%ouM.+sJ lDar#!SO :u(7]EB;=(kی?#y|J0bn54-N{jY i4lU3OqPά 71>+{;Cr,]S)rᯋ` q~ ǔ ۟'݀^ԕ0 UL^beIk x{$r;WM)>L\?Ӈñ38rG,* Jyn~I\eA" bPFzTCw98M/ ))4-!=yDɜ w=zq;o22nx BB k= a)u ^MCP/MzGN¼ t\;l`q#,gWLG j4kb ěZ=q)Pf77$1)W0k6jmFsjP"D#$aϬpb4 ?ft+Ą!_A]Vv!|1wUzFfd hx.xkwȠ젘euG#Fx>zv})0`W ߝT;р{~l6ٲ+v.0 L yՊ&:y[zx%gbe5\xa3~<%(J5L/s&=n} 6ugWxi +|^w.R%?Ob E^[Y Gz7{r1GYSNiujH"0m@OFr".42Lh>Kºm=]'8m[d1ʝq+ERT4yA=`Oݢ~nв~S[,P]]rɧ5=vAw^VF #sǴY}GlN'zObW{TAـ.owk+j<#qF/9^Ԧ?;&]L0&N@".X 3Ci4+B F@YU*<K{EkٔwuEVvYq N|%+BFah a%ؽ}..Uc\.{!\\Ͳ9v_%ǤJ,=  54 JNEޘGY_ 6EP:k l9i5 \.3~,I ֖aOo!,cvkZaڹ"O˛Vj@cw7pzVT"+;<PYVp1]+\SjL!X"ʏKt{&7=Er%&f: w˒c>̧ZA7-=9}񗾌]c*p&SX::4̞9-|مܿ_])EvN{J凭8S # jn ozR9# ͓J.%6{Y]RaB>W:cWd,Ŋ8}'O:*w{V-g`QUkHIw\Tz\Ië$PaU#$.V߼jOՖU4XW?qCKgh$G=};Ynnf)[[z9&R$s?[+6fm"zڲXv´yyLޤX) :e`YLSmq QOeͣ$lg9YxL.{T}T ? kj=n1O&nl3coV!yc3]hX>^1`WOIn6]bV#jf=IW1lr@liME} ]ծ(TWne!TR1X4ŇLgwU#WkUbgE\{3'y?vct Gqx SR.~0ݻr|.iZL[R;xNQ[;qS2PBKNCM{#&vf8B=o p'΃JrL*P;9S@˝M$Wq":`oUVjUVO0UqX 2Bӿ0jyoJw7FSwHZ5; Xss(d~|/I6Tz| :,BQSts!=R>VR)UgKq L}k8M5t7R^ğFpߦaJ$ v"u2sfBTuẒ^[˜ uqN a˷fOx8g xi ޘĖ]ޖ:OUVd|WtS YmS.PnmyݰW,mN?|j;*`Un&]PsFt }\ 6j3Mnph&tevRkzZ{ v|;Ic'/s8Ӻ&o{{IQ}:rF<p.znq/b\>0T" V/j!<#,z=Ҩ0_$/HC2ez q`U3ĺ#:dr*F >U|'f|txF,"6# Jr+&t*v^\F~f:P^& #Lԣp}uM$ퟁ"oB|TV `Q|@% MJ+k:tbnF8nj}H_5Lek(,-GHMURhk}VxSuep\ Sɓm(w[)x8`npI̾a7{sItھA`oE'wcyyX[SVlgjs2Q8}ixK+jHKDK (_/$?ezVŚ*"v஛"_xsrB0LW4.}i)V\,/yR;G Q'.㧭>wyf#3+¦0w,b^\YgL\G2pQqpqvi{h̾*@5 ٳa(Qnyo+kB /N#ڬ* БBo[XEeVW s]t6{uywtLGi >aw3ճ*09 {Ulkxs>O*$ۚ{Wx7lzP1=XIy B>9qz4}(EN~Lt;JQ]28dǐU?/' W_xl 614v_ [gZ«=pxo}hHm9} ]1X9ԣ*lܕ\V`Ysl8=KZ!S egVK MPj*r%h%^kp..ny7Dn]t\PA]a9?a9׭ҋ}/ۙѬqg{7xQ],Um}de6Sx~AuU$2>[.ʖ<vmY;33[G~RCH oт`Pޗ2c،yHѸ-Fiۥ#| } {m뢰yHXS)/Mk{2nD@63BI@B#Y?N_A.Y `.gNrkUVȃ#3&xnw"j H>"#;AaS4@K@h?,!ŭ.tCQHp4፣}1 2l[z u T5o(F_9$-x0τ*"S]_6"ʩ/j;tOӞ`p sȿVY|1 ܖIFfe> 8ϙQ #4X2%IhM{\ذ wu Ї V>~ uYx}] |\HPX9}3z @CmS#o-NhY^"LR^:"e:@iEo̳_e1- ~f3V' G>Eԑ hPkHK3R #H\y@Z~G{8_~?:]h=Cf(13sFȩ(-:ěr`c$9U sǘ ?zҼe.-{]K1C,r"4.\ojЏ*3 S m Ktߟ`R8Tvb&O{}rO\^#hE ttEp+J$4m $c]!I5מ㍴)ҵ ^̚K:d0A'w>YwAt bcQxi3y9cZ'c;[ct+G[ĄA +HP!ruXɡ_ f7Cb_LC&}?7Io|o m^~nm(7}!j J$pXhܲ(Lѷm-h9zN?bŢz(,AH i:s 1ߋ265_ԿFi?poOI =;̜Pz+;ەlҤ%;a _c:Rdնӌn?)QIÂ{X yHщNЭ&%81% *p~ JīoSi0x׼*mzV?Ntdkk|*sY|85N}2+#7@f  'p2^ Eo/p*UokTحqhd,THA 4`aykxލ`Pc)YGg}Dw`-ŝߌnҿك Pۥf T%LXBH M@D_8FQ=AҋhPk5X=۔ ќ:8av)l)9Q&2$a2C]Qs+;p|{ h\nKA=X-mdy?CjV;ݜ]'~bٕ1N #Z|4*ϓ@\:1L A6Z}Q͹ߔmC%7ȯzK]\ڳ΁3VgpXO"rř=yBw8~k*UޡvDװuץ]Q܄}5Gtnfڱz"LNGCQOBb`6-WC~nߣIxظd}pҀS>OV,3d3ץd5/ %AֹS4F=p@uf~H*A Q ǟW8RS/_PPbZf -h~DpFy,Y<,\;t@{Ơ\S;c/wmEѳfw7ܭ=Nv~@| #/|Ym@Qz϶bdʑjܞsR1q@շeH4Vzj*Lj)_>zBHbQw"H`xҰ!fh⭦Bc) ʵ K0r6M'n:ƑH-d "իK-#C'*~LnguvabeDGƧj:6FP $sgEVTm=~v8? K#J 6Wt(4J?8 r2 4+% 6ߴVRA`s"elDí]4谭Hٲ6/cSG*MK춓':GМ y,o ̂E6f b=mhy85he!3'V-ڈ@"uE0Ǝ66ğUav7IzS 00%yEym3_ڧ娚H3bg?3$nU}`E>b>3)jZ'H[tcE˩DZ?w_3Lr.9TsPr]D %tDk`cdgnsJ(KY)r` <:]4 tk$mPa6XGSeOKVh[+}6S}pJnG9VU *0ɧ;o`+\}GyVYm(6q1gX푵X?IJFXz))KR7X1Ep]X!a )kq\nG 2jcߵ!B)(W4sDol(plOV1ljj4Sm_~ͩKY < C8WSXee}3D\Q[o~G-< ڮqLPUyLL22xC[^恝rlU$$l ҃lM@ť83WO]Q:D6|\TIoPx`Fǀ /@ur5_*IlL ! o0c׳bJ1p9_q ee)B0=peJsJ9I釤$$Xv 0(8ުiZWm8d}Ͱ* Ȁ=j%0 mOJ*8 %Ҫ kxl\. c \!ROLIi`}O6$ 6I@T1J525ӡ:/QTnڎʁ>)!!w}ಅrn2 iXntiZ00@F (z"MNl]0<*%J86VdIB1z,*&48ZF4EIƖ3e;-z%Q͚:T;Ԫ37smݩqX4GLTt^~$aޙlEHW)eqR[ؙ~C'm:@N8L&@@q=B8.:y{y$)z IE,boPuwa'T[JASsWD=I+}ҷtxRpNznӮ [vx.2:;UmփFXF`)LIk(kHi)r`GNC.H|*GG\6w- r9At5SO l磠>ex1 ăvoJ`=dvWSC/)Z;Chdġm*XG:0T0VM Ne&mcPBFn;nQo4qDd% f:Nj O` 7X~ijsx6A=pZ!B03BSMdJ2fb_r#bgAӫ@=H¼j&`-<\&b@]2*VY.ʥĴN!o̯vnWA.Vt+L_.> s'z@#w2^{y@,gcV]w&9z*J8.*FLVzLJI.A&g є{7|HhYNم0Dk"A=m"fbMqgݺ'[fCD]ط?# (k P&'M+?b¸*"?ptӊI";Dl. X;9o8R`@hwz$$cTwvqú]Ubڈ(Uac?9Y!D 8@θ2 [.)oz2b/Xn͢ wex<ߵ+1ٽ}Ckévl\ aSҽc"C UJZzڋӔOϚyٙj3:ZSoJ\#Xmbl?VMb1B 1 zi&Ω})ZSMn 7Q!d$|BZ9Xv~sZZvkeU^17fK_-O+} ͏At~s$AK^<|lWĉ YAa~|EZ_c^tlO@\Hpe LhMZqOuAHn89Ep#֯~0mIˌ"znoDؕ%cT ;M"Q|3cwtDXR}\åW"S,[Q,=JOEBG3:CV7ŋp) Jeƍ%]|O=!Ce\yKrVӛiE K>dTa}"ZwӒ@=wk5Ep(4&|Ȟ>ɍnĞX8:wzaK]742NS[0:Cmz_p),9fJjyijQ4_=Yk޺hF "u*= :'_^«U&\MT{؍ t(X>)efU[Mu 1V5`S2{8Y  o4}GyryJ8B1bBc'{pL_ <Xv/c%g/*M.Дk6AayuKѽg/ᓙL+Xdf5WuS2=]jI\5Zp"Sf׽q8N{ynSp8F}e+og+' ~nwlQبPʕ1&qM˒+G-IHZX:䰖wS4Gr\\.ZLZt4 r$G"=`m^(7C.:F҃ ~g@7:m$*׬,15 /'%#Ãfh 1QreDDa6?sĄ(:;Rܛ^}O Wo|j"XlCcZ,ݑ%Q!/54ڝH nI?֒YLp M~I0ExH J8&BCWu(S;"BxE%(`A]cifi"%o6k1LDp@|ELrRve*-z@ٕ>;f8*ۑ'v͖Paʄ䕇տ{ZiaՏd7v ŷ٫Pp4~M ohQ#4yweJmW$tU/B+qjf6XWW0WĞ̕FfLX c)TP΀ET^=v1I=FO*pL]$=4rFTꄍk)qmSߓT$k| GxgErZDx,Ӕm ;}8-fQ4+5IKw٩Z6mmyQ=:7:6 Ħv]pk@RMejBm2iQILᬤPn[4>:N-!}_7PߗLRwʻ~`6yh #\=J/UT`z ǝ+]Ύ}bla2-M]=וRs9?Mq!;;:͏uGm̯ ^GaU5K![ݯ QJ&СHx')4]շ*,voe1ys]g ĪK[F2-{35 &G?M\|~bP~DEK;=/j:cifC8:b_88O'j=LN Cbm#)i*M|λ: = X"\8c67YY$X"%<\2f9x?FZ͊mIh9qEs/fuzںp(.hb"  ͺ^׍*zĸb5N?[㐑0&Vt%ΦTo]SmcLብnr2G(< ux&wwQgG;9YOfݏAL ~糠'xw|^g2c\Xv71x J.WhIa1Tphq-8ν; y'g빵ٕ-}Ψ)̓ s$\ iPCA_pt?"QI4(cQ%SKgGz!:[_ZȃFEEF|:45ֶ\p#m `ڻ0"4!̰@Ϛ Gz\Uc̔θBx U<eOxTߜe7ERi(Y*Zx~TG"hbdH[Yj$b?We+K?q sk/Z='1shۘAu3@}epԿyoN8H{g)E@dG?*WqTwvtB_&\y^ =-|pٌ.q hܒ[Jh;emfUG-) DdQsuD|:3nASӎ4L}@:[%>sS-?+? {(9|CpmKnWvMVhǭCuF|\"~"NvIY:_J$ّ J䁿@fۈT^,^#W0.ݑ/Kث'8+L1fBL X;>Ch{y^ 4Æd#eQC Oe9=Y9U7 ?2,p4 wT 3t}~t aa˗L@7wʔ.iCjch= wN:N)қx{X $RȠ*MMGJ(GhHE8Hٕ%(%VWs%NEd,Q5M5_:YZoT;>%^WV^YS.0p{: J{BzD,f?-msdA-+ [t۵7[>vz'Dž + j5 =0(s,RsrMcY-.oPƸoWGM i&^T ϊ%Y HE' rY.I3'L|P@GL2,`YN=,4ng~YtDZeol` )ljehj/[g.6>Šl`V/43νOCNVUֿ`-c~VS,T D[atC,9D\܂:ZqH)liT4qo!Ps84MA e$Ɓ!5-Fj.Dm׌&%h!LL|D?z^B{?EJ:$|}E!'!Xho)./_aWw#oa4&sy0#*o/#=ZEkj< !ko]n.By~.L̐PEo{Iƙo:/ yk \jv|͏j:gbũYҼmyш9:HNZu;nP͡uҌc} `.(5͌ۊ UCԓF\ĝke])rx%w_Lxu6u{Zl} [!1AQvgXq/UWq}pLD~J5Z6'fܹw!Α"&Gt#?j_]K"F$w֟@9d36GTmrrbgH(@#7i&J ,YpC*b#M\J!+N(׸QC&t|.89xW30|W(7"V5cp-K6@dEȩQPw6"oX+4;x:YS{)ud/XƩm|$%3kx9^5>ݮy-ZK<[)4&0'qE]{U==c_euh|q\CB&o'5oD }-5Y;S ઑzOJ,(z/b.HS iMB%}o$oZԐ eV=y?]WSii{t~fL͙ MH fO2Lxo*Yؼtw4I3HzB}V BqbgR[-p}Ukd=N?6J3jȵo-Hy]Yʫg'+X_jRĩB]&~mk6kgzY`(S[c̭,Laq8066@OH[Aq4 HM*gڔn.1;9^^iX( -#Jճ;'hn ^ԍ'QIyR5?74̍^X2Z>ixtShQYWonk<% I"*X[ೋ,Y#Ju HWFĕddGK+g[ zsGfVB-kþl,kI/u(ܩ>h&.uC|pEte2y9Ħhg1|mM=J*\s5w#ѮFP8iK)F!:{0fBIO=K[a k/N?L/̤aV`[xqu:jk遣"=(h[[+هjNJfwE¯uGyytcVSCIR fuXfg@LγsвPK)hA~v_l^P aW.Fw1u?~=:]=,SȕqL ;t Aݲy!RYBd# )v|bV`8Ϯ>>b;C9HU .N)؍{05 5#Jv`(|m+ N);_kȝh#@ހ̜ (S{5n&*DKv"sIѦUy:VS1{jΘt1VAq|й4}`"r;jG ϸ1@z)!AgD~քR8a{OgD3J0ip:ar!ؿۓp4UL2ZtkM>2( كP{7Tr6ٝ0D Q 7E%xuM˂,jpMaI~ GXsg)hAm۲;9b pu4^t l_Wu\+$P5Ī4sC$1г#n\ `P dWr]}Q^nܖ1Є,rJyįm#ID|d?YJ*eʒd+%-P^<a'(C6H=+MBɚ"-H<@K?DH"T3Y/h>Eij#^$& *S1n<͕KX#y/@/xL]I] oMoLal&" EhfBBg kZp$~hEO'Uq)/l~'paZSgVb:O6*0m!d2SqزyT%#{zl XG#ăk3[ʞOsh :=xxːIP}ώD׿<:pkR%C0+7ND\g]ݱ `4*.9y)~sR`5))P;-Ϝ#իTbK7)·V W.KKF~@teiM[L;t;WynԛӺj!^\?|;C\>UHNfϙ#' ?eJ!L/&֩ ߟ-] (?w:?_.4K8cg҈U`f]s ŠRH~ctްʿq.(+PU(Q(lF<H`L|@?h.!H*C L?$#!M脧bZ/qL݁;4?d_a.ToϬ6}Ms__/jTo?,O0 5#6{oPaNmn Gav\Sph'Ц6?M7[_[97컦Qt^.<sCeNS5k[6RKsԢ1|z c/ ͣ8_Tqa k&Oa E%\Ba^?.GC8?fE< _? %T_LM7XIJ RPOܼѩ$y<&-8ö}]a ֞Ug!OLԒh.CTⴔSUg 'L?'cF]G')DJz;9bC[΂P6Ġ̽SV j99ǎnTTt cW )Q~=HtkVL5~Y*Xb^)h,ŽA7-Kۛ (+ 尗ЄG 蹫DuOn.0V"6$Ws 俆H˂oWa'ثSM:_\.߾bO-uIy8t]|H0O͊gЯCNrߠK2{/8k {YLw82a0hԙr6ਆc'^n!MJIR^$cF sB*t%\}3Đ̎ ,EǺRuMtLI=SƔY]AymDX{~uUj=i|_S5K@NDJ625,sTAEMH[EA:65{B؋h8-Xp|*>@2>YۂKqzï ZߝZoEʫ'N] w(Dx`ו(RqhBL6ᤉ }=t3ux`l\DlwZF` "I8K17I >rISPjRVl~1M!@wk۶"r#n[5evǤ* cIԴ +63//]ouѯم;6o& ~ggcXiwʎ;lo\:z8`0O?$cƁ-$X|WvkؑH{  %$rIm­XUcNX %C ".Rp~\DzM[l b7%F`(8#̡ wYTgn{at~Jsy];9@ᕼ%^-}R.h"F\s$:~O*~G;تdɆR풮RY 8xK5N==5jz;%tPۊp6k4McqPN6yW`uܣ$rIP ~_X{"?9c<z9.fd: }S_xhkY>aIT+T\XÆJ[bց$yPC|Reƥ544ܺ;CB| CӍ#!uVt:)cdQZډ@%#չ|F~}+3m ݵnSCKDvDPVizSInLN6c h)Kj{askc!>^X(,+sP.z~ۘ2M 6\C,y{y=W vD:,H$[Z p;Nҷ}|^`7R$~w$,mҝ- 8ɧ#Q_=(mf&w*A`a;f};@qw+ 5uxo䦧NGdU J'y/EQ2XOZ؋VB"bZnvTF-uqBFAb}vBgx0;{}J7]}FtH}o%}Sv7/FjΎŇ#xrom}?伞8V7qߧk'yb _FDz!ZU|uˍ$/oe& ' )'iL'vuI #baa@`W`YV2w)RCgN8@kU%`*h6P `l')9sVs44fj~Wӹ?a~\y{_ r~5/x&hW<*82mn,(m8na\odGfy#Xܐ71?U2aTj>AzM@w.ze7XMě|XZ>0N\/oE3jd`[Ͳ{L8vN8l\C9~&Q7p f_< 8hϒQ`;y%5y$LFjS?%[7nCYptdžm}¡S06 =/ :4HQNik"»?Y6a4/Invt\-RN.k& 6Z:&,,2xQb|!9\8٨ةGl"~сJnErbk|oT3 E6Q=W$Hҳ4Yu܉LNoƤaӌO& N͚qUrkeBl )|d8Yu1Mmm8 kG># YC,1!^n?p*x$}-\`;YE!g}Ph鼊*P_+;C F˒=@|A +y|eT0ۅ@|Yh$S̴d@`#إwXreh>P1f\& N),~ڑD"vyl&5z:;ſ):!4Pw;{}>ag%(ca/fHsZeF79JzlvG-[u[ŮDo:,vl1!1y,θ"= ڈ֫LG בo7|VbK1sr`E}b[%(STR矒 :^-BJ)-oXog(ihM+S.>AqLFn144 FioQZ-.B/=^E_Hyv*:YH!Us(;<ݽl.$Wn*Q4GU:v ΛG]r ڐW\p4{喓/ qUY'Eȃ##01 $MbS)"~Ƃ2E::> zWG ϴ.v [BQj^_'3/8 T]E)wDYzaC^{>.< йBOv-U. TWT>Wd|#FY|>zwhѸo UuB\1[3GKݞg{[ {O R$ Rs" j`*H!k #s2qk''M)&^Dckh4 @-ɵK{ުV̩֘$ĽuFEa,sMIOK6pIZDž_I'3J)Xs݅^+!@ȫOjfMgyO75 #Vʜ'Q{ZPXnŽx7E ,*EH{oYaa]GsF*5]gSܱ3ƵE6oʮ>nEl%zjl6CYK}ǩ☄Z"YXx'pac8 ǥPr^o“iɱsعH0AN,\ {t0Ni ׮  dA1)f5vRmt@|1Ic@%cGlIGNUwS7:CmQA)>؈R&G%:ZHHglf+FFo0x,qXGrw\[*_" uDH xN`Y0Uyȫ<>р&o"bLFаM=\YJҨkRڮ׀*&m՛WH5vҨ͂(0ύei0Z]ôjlV)_p,J6Wq縝3>P#q|E'C 2fwd8G ~֐m& G$xm|^ΓI#iP8 0>dX&pYb-v@gCiɢM45TȗӥИWJZ{y?p>\Bg˼i3g2zʕl!'#M^^1:4vn Q3\[j0?I|>0>c8MNS&KSinlM:< ڳP=@ R ,q?od m[,("DQI#a{GCb8he& ܤ֨LP_L-65Uf1{y?P,BM:DX3 1&b/a8jCTI0`hصLu?dJ̄YS$v ).i=-@tnPxtQBvt|q[)x] '@BiC+JZ`˚3i7ALC lF=s$@{J1D_(Yh@ / -Mg-|l* ],{PPۛ& Sb8[VǾ˃4Y`.I;S/V`@\%Cs+f/ǹd *JZ=Ť x9KcLqa.q2It,-9m[9+|0ϯLaԍ)ł?L-#iT+]nvV(<7QV7>|ngq[֯(0څ@o@ s϶fa ݤᐣ2ݢsQut:wAi>-5]3)Ak§0r~hJ[?^pC2+Ks"_qlhݎ~9x nN!x\AbT5{PI/S3-f,rOPE 4Dt S )T[ ?pK,`ꧺ+>"{&ǭ?D;Z )+3$uTF iNC#%&.2b Aaj HQq*>}\tJT{:4^Ne Piczw /gC"}fԷkP%vi" X/.#do"`8PnTO̔WNX,ԤBHv ®?=3QEۖJ.:.$#bւ0u'&7Pd@뚏mM|Ǫzx {lCw:M1`b]N{ޟfT@~WbY@ySNrPXvkl`BwI޲9͒& NzNwDXF AcK05<T?ڃZE >/)=V=&"NNnB#zk}ub4_ĨҸ\Y\Ojah&zvCZ#d `#(gN^B#~ʥ<"HЦq"ڈ1-9 csmEh]ҊM!Ny"ON~83L8:3%]:e1 x^?uHF=l_oCDuPuC씋) }^!s"?NH6uf3(IT& [ϓ2$Fp)sF2:@"jĜ2s"{IA wVt6L&ȉh±n;yΉZԻ; ,::\E޷Q;lπ|ʕ7-|:|TacO>ؤ"ל8juvtNRLx% ӷj= X̺tUM,̺ 4?~}@GYcgTҀ[&3)C6d@vݜ}'3_/' ݔ>3X,7X"B;ꈨsNFtU(m'y$Rux({\az&_04aM^9~Rqcհ9kU9{0Wpsy5EjP^6[ IZ֜u>atanpܷa*^m#Ti%K%UgmC./hI罂6s_I!E`F'O! ?*7:OҌi:"lN?h(FiXAqihk1x/ !,y67w|SVcEeƬ< CD~?-;j7ʄ($V7,D؛"vz...@)ϴYQ%h ϒ [c[[L5TBj .Ws$z?6HiΆ1t$k@Rgpqh_O^,5AkSdU9v[ĜTzZ/[6PR䟟l[ ii>2j01ܚ8'=VjLs6mX50FOVAdΡ">˰]n>?6`g%SJ[4eVPƈi!f,Կ:7WDf[%CVRuJ C4AtnAqKm3A=e&6ϕDҥ*`Ԡ \x-7I]'ђK8##V`>L%*Ga`JR/@o5ioHzǥ?XFw]m 5vxO֘]7rI R,x 5%¥cy45NV 2KUWS2X bN(ٗE-";j2Ze>f DE.S,{y1}U8h8^2s |FHN_Q86ԢCSA ]6wHaNyx< >CXi$7bIO__NuIϡj< Ȗ=_._Ŝ>˷#`"Ɖ:s z ]\paz.H]5k2=_0r4DSMP[ 'hIH.<  }u? c=inwi/d u?gY DA"'V:k5lD"Y&8[SҏY\[ތl3r;Kԉ\q+ e /=ero q퐜1پƙt?Qs a14AGp^eV[@![w Br*%3 Xmˣ%(aD>򟇂$L O貣 BNH:>,7JE{MOTh={]WU*i:CBuJE@ՠ;5f"C,Sw9jfLidE#0),V™!Iz&34!2xag9H[0]N 왋W2 ޤ*#fz20ʲ 2V0|fӱVg 35V+m0ܡeyzjT"$2C%^2lM-3pì;Gs_Jn~6JStRWb}+{N ' W^ShFwͯR,Ȅn=>\tPu4)7RaAU\USsZ20X$4`7ZtHht`&^ζ /M?RAIm.RRA_S<9VI%vg @#c,M i)"\%_~A*Y՗0?TcDPd86J09SeP7 d:UyRլM=g*_6OSx}~0/xLùx?] $3cbJ]/R1{Aݵ|ِ^Q3j$8:mGQ-\odyb"ޒ}W ɿ5qm=vG"W)tF({IؘKB*|n<\1{!F3NFQꬣ I[zbgN]G gy†]t WG.nyyfS@;ugɇb!Sw- ]9,r\bgeul=_玏Ns8~cU| @a,AvU:5E8~vذů*'_=48:c6X4dC߃xɆn Z_ "= C9BMu `rVY#4&t&Y* J1_iW0q lDIs|"TVXY%'8W:v#DЫ vd" sΧF V@j?vW?7TmB6y%da`v(_3+ZxpQ_x-T-\캳1( UD#ƙ'P2"j|dM}܆SE{(OoYp. {eDbʤC?RQ`(@RV<̘@uMeG &]%׬xiyŸ3p@$TW]Bha[4`#Pw6M̎C78^$;@qYg«|(Q";#R*╒sRɘ#GH.l$cn{eU.q>xCk9craou@usy;<΋Y9206#+Ť }ӌ s<#Lz g\dH s5AU <ؓ oČd? e -ZB,(XQ:$T[M[rH4D%[e~2݈˘`K8'kZ8FY${`8 Zd7:[ gݾG38K_d>{tt!nlF[>b* Hv^P#_?`CT(Vmi4w%e{B{pHm1(k*w~_zvb2?wq3 ދF;:Rp7ʳH Ph5jM\,ـ eU_uya?:GrlbXԧo8R]J1ŸMhۧT ˌ_I*6=B6>ˀ9P Ł| K w»焠Ƌ M" ]y~I9os$a_-d_j+Hd:L +ߨ3ʢ|<]BuvW+B[Dy̡@LtFi^EŪh~|03ڥd#4;4,Y)D5Y~!xR<VfhH:T6 Ut&"ݬ[f?MB-,adPqwE[!:W:fxL07e o/7ܣI9זd9'ڰǬ+?̌\ Mk*"V(X  DV O} 1)jC=:^8S@dO.*rvVExp3yjk~6bޘլ F͇28Q}iGc}-sjK∅cٯ-[XX!g)ĀIlYax ,Xld֜ OY" /j z+'Tǁ}`S;0 @}4`6Z(XZ fsrV_V[17P1M݆%n.#ŹV$+e 5%s:}tpZhR( ӌNSYI_[k͈+;)]ק,";i0 )k!l}[I~'Ot0E%N.ZK!-"ac>9Zwso`܋GtG'9ܶ@#~TА,hKZDIv*F YXw/- FVxÕxuJ-AU5NIM*ȧ;Ǡϭ]Ǫ[v ܙgnrEbqbkcrv؞ y4#{!$9@cFv%ȏ 򕜂nfڨ&;RU0gTtUOQ \>23 5U۲׷:gbcuP!y@cBCME-[>@(X3"ajl=e@b<`B[=QUj(Pڬ?j`5fzI#%Șx"_7zeG%Z a_>ګyv\}yï+" GW87nrr7##+L%x ^/HP"׸I_=S{w.Yu+Ah/4r}]qi}'mfMwu>>!bva]ۣI R$[Wb4h65vGY== xi\t " |_w+ <7qYBQhwHZLđӴO{dK=Oo%$ZJopLǯUT|"hu˚XJ[4dץM?:]X#T>]G2?"0@nߗ1#V5{%0v"B!K P+T܀R!Kv2ΎA2_V r SMN5PCؖIķGǺU=2.*-e{k(ٮzRz_`^5WGN$.:214K}gE4 >.u=5FۿXI{:ҟ\%9 Z_Q.%E{"V.~̩yib";O?D9:qEVQUB҉4 * MBe=ǘWw`.9^%wy.`ht㐵pF9UI\o HGUs+ܥ0]hZCW)+r[TG/51ڧd/wK7X/,ѿMҝ4:Jd́Urr"w<)ѭ`7w3ca(7f[op,{s?O=LmL[7i=ձ^ *ّᦘBaڄߛ \찷 hp[?h搤%zeE vMIFXUцtC}\R҃g!c5Kk2Ark|p0t\@6jR6e*.KX Lp'Pp+sym*W~)he ^Wz-1jM9XiS *bdО>:+-6K$QQVJu%-O T{5P:`Ð_vg=Au wɯt+"Se!D$]72{6Sq40&+`x7 W 6W_k\plVP,uө3b"5 Yei;ou\1h?:gnrDFo k+6˹2(tÎWYJ`'Q07z2 pOC:A!f=u FNb6_U0eWBqQe$zu 6^ǔ 7bݗ%ExqFBz :DgyX_?y@go̓}j؞q 4~nDֆXݳRxuu\5G,> TjkE|FY$0m (ub҇tyաVd7a>>iG"f=ȇN|Q ?{9CQo")( \0\įu5鮁4 o>E1[.;ߑ1D,-Kl65,I^U`%)KH83]m,@3آԩ0,xZy[{*8ۮDg:"E%gmP3.'yU*eƘ{zڧH{{ߺ?dHB|Um϶Y>MD~Ugz!`Rp-=D}t"K>ܢ лs+˴($➈Iv 3k,؜}pk9>ߞ~\7qrdNVIxz &z ްx9?-M ]WrXʓIYVCR1{/8`QھLBCO˘ъ RN>A@]]),TXZƳ`{YW1 )[ f-eVUL%3o{hP¤GBZaf|d&o( [gFʱ4KN֬L+>?Τd5Fiցߍam!<PAT $juWiy8f2W4-9lG /lpu>C+,^{C$Nja"VMQ9Gl+!0_7`(y?h)pܔSWzKfGD3 Q6Ɵ̓2C!rdE [dYظ0{g}) t WZ` ݞH7^FGU: 7]F Š,m2m[[m="XV<:8Y .fLj4 nC\X4<^ieQ X RYM$>݇W%6l%zyF w85 y ?2˕{}PS C i`_ez6>8d` 1=}.sTE$wJ6T]Ԏߤ `)4/!Ev&Vo 't<`| ]!IaI> uEp?% 4VhP!#@bAx`(4 `AJ;?qaaHbc``v! A^voN:{=|.+^,4c<,zqMߞ/QPqө+J$Nb޺v0iQ/J'rg9 C2h꤇aXt%SJ2imݪC:@fv,bd~N8+s֩ GrwRđ R Ne"P(2`\Tm h) )ys]؇:4ڏ{TVbv&+ll:*2?D Bl0-sW1Hڦ+>OP`oE$#`lg/z8pg6MN$|R l~s c?8qLc#0IQ,b qoe5쏠OA{ˮl5EMn/RGMVSAu1.Εw298BW2}s'ÜZ6"}G輵BP)?]7,Kd/W<)q4#CQc7Ġ2G z5 (Cmah5\!dMukD0u{9Bj5bÚ7wINTb^aWn}GHL7rm%5ZxWl\hnkzJG>}`zsZԕʼgS>{cW୞ag݆pR 5z"(S`9 qsbi|#20 m9Ȗ>.@W_isٚj!Vw*lUDMaě3G mx4/FT~?sB`kꕀis)x3pc CJrn8kd7{|iJf 2nvֶ R=?tG_{2ytA8B18w p2NN $vxs a:kr\-Gǃ*$*^ pܓCvݔu~Px%ڰcGg'6"s@Lo}:T󾢖G( gk`,a{/rfUKG4Dр7D0ɔlSsZVhIXп=Z 6JBRs [{Nus56sE!~ۻ90yQɸ9:|j 6V%VxIBU),~G;&mMB۴beGV"Q,ŽfıS]zeWzHҀվ.8QeΥ]V+JaĐ(,!*F,wPx{@QY`.3i=Vϋ?'pwsUCTX n)1FF;_xQ)u)L>zpe?u|T]Mۇ";p V?L)+p.S% Pog:)aoFj-ALq$LfZޜV^FcRo=S@0J% IiUaˀwNJO0 A/ g=?:-X3 l>qkCWVkcb LbJ Ƒˤ"$cCaz:Fe֞Y7\Wz;l$~A0.OΘSD'00l݁c[v1鶛DɱR>$@@w{A[٪1B1>ۜ}l 2 DWQbFHK[:aB`qXZ K'1.p£o0O1s *N?çU b0G g6DΝ21ή{;ZWI‘+Wqt ;F^0Cm eXA;JZ>z). I ؤO^z5~,'X<]|ZUyh -.G41HM?Fٴ7P\B{ME`YB;< Dt1(&!6L\x4G'>.SĠx U1htb|N#;~"HӴ 5} !B$3hժzӘ=&"m+AAn!q+Ƌ" (~vhԈ]4x`ϥo:(@5u"NJ8_98ә('I>|pĭ U)D#zlO7_>C1`\~m:% x1y8=L2vX=VJ\~B* Z3|$rܭv }({_b)9#XXлMPx1,4r `U0Uaz(@Y6̕Tj^Rɔ+FwKt70pJK0>#~MөDBa%o7%|d4ÎT'DΒӺNՐ] Dg_DHH$틌 #6VvJUv!BbV.<44RFɬX9xH"RgT,xG-/榁ܺjt2/E.!V˶tDJKM.I,s|wH#\uUd/tJ:Ԑ ?Kv,Ų 2*PO=1lKOLQ!36 Hdpҝ+,(8͝'7J ];rd7@#O'S&{LoN3JAj 'KiʖXi*qVr*S>VߧgMzLf'v}rB8=Sy=[9[TwN2XFlt*~3@,yS|wX(ܗ^n19c-B?dwĚhE.3gn5ثa9YrBe&l3+հzb0n! E6$}MD0黚)T!~U(ENZ`2Ք5.0+d}/TL5] 9OpYڢof.i w"rei >_]GK#~uߢ!@ =1ux1$*A)@K0UADfu"A8^bpuB3]J{;L8~tFto'? PV *+ z,ݜӸ.Xձ m1S\g㒪ۃ <6@I5(42Rnʁٔ@cvc[.NilK}}[)%c4:"[31lIt< tLfH՞G-g%`ys\ GLߡ$OUsl#}\͚wɅՄie'߱rط.3P85D *JRXl/ s'3 hU@V%ȹ($d7+̡lQ W`ܼ]Zd"O6MIn b{B/iJzhlQL4@[Tр\DCu)Z RH=E5 snHf*l4Y(8eGľ+hw>Yɋ+E.,poIBO/#/ O-$KݍpZx(:.pR|Mvt䛞ZUs-dr2~>SՄxճ # q6{D_B Ŷ[~\Tצ jRk4%iY_esXq'~0%W f4U T nyUUƸ[X%i)KI]p!i@ȯ։I~uP+KĮ?u=?dFЉ;͊dJZvU)(-TvqZtgDm~6;яԃ6.64YQ;D+HD]蹝1sAf80cV<{o7`gg3'uvZ% 7L3To7ҍw\韡/,9Lb->q@+[h*?S]UFTP?E _wkM:ߺ'{!iqUnR4Ḧ[^}CÌ/,05()' ap92 P.(xL"Go\l%NPt{:~'*ilDW~)XUvd'}wW}Y*t|%XY0]4 o~;?u0po82PϿ>13Tu\[3ql DuY]OA%כ3'xFmLaZ_ O2 U뾎wU"U7;vI \mAtpf_Q)^>U9܁.U)T[3?(rd-5lΟD$UtzEHK.G"= xK\BWc.2g Hbd+IGK;kOS2.൬J(JI"8877C~GJa ~D/$hC"429x) 5Vϳ]|X6"b4`s,T)P 3t_E4A-$IbJ֡y0t1a]tm;绕0O GpuUb1s K{#W9~A%[ U`=dͧ~idKP/.*8Zmt͠AWIO|#'٘+.8$$y$; lǹ\u2fK _¯_JcY )*3~*7|܉ac,юO3)h pr;,[V Ѝ[j%AwHa#`wF-|TԞ5hW 0WrcQ )\s]Z1<9X,ӑPj-ԇ`t K$ Xw;jv{ x+.R]Ev1rV,8ҋٚjw&=Ԅ!Wp6Ӑ#zĮ-D@136Ƒ}S =7C-ZO,IҝR`9e4 3I\L]ZQfyz?$0h9 }-:三y}:ӳ]<W%a<[_XŅQ1^ GLc}UYMOLz/:O.e696,49@-у.< s7 0adCw񑍻}&@ؑ|$D. Mur&4ư[F%;>ELxI\x&?I\tG*- 2V)gGuih+b Ua:B{z!j:q.Kh,7΍S{˟Pt?SC_.G ߭W5QPXxzxN614zM|5τɮB[B P9+-\!ux( 3ZCojVM I=C?5sQFnB!M ^j'di7t憐DTUNl:2+[Q6WCA0AnՇ[GZ=@.tDtpd]$һy i̘wQa?1cc~!o3/2}SL7+ ֬9,UƯ:T6☀ngysKŒ=$ɣcXXe'o즙" `]P}QfQ [͆j51+`DŽ ?ncQ7٧  vdBCw fLH$<aO84i_"lAVZZ>&I=Dl)S#W8oGamEݤ7eIh.xēIHcd-\qŗxyCnhDʏo:;_k{/%"'ܓ_ҝj ]ۺ=KNf>^~W,lMot) ͖.[2t>aL .}): UQ/?yr~}.7:<tL#InkG9Kyj$~H2f﫶S &Hqk36Rݨ ر_Vt4n~KE aڽS6JRzu+Ĉi޷G6L_d].B$jomn<}KwUJX_Nu.@,>|Y~tv?&fD3`Ҵ tSLZqQu! w;RSt¸dzlPJv/-\߉8:$-M*`ik3*;ymI@B*\F!4Fq B·`Q~,K]h)E9@t,O-Iw<,/g4{r9l̲k⼭$P"߃Ev=#\{k] 8lq|jK}Anqzkы~[2Pk.M&jλU)u1Wѽc;L7 ?W.ظ4W@Ph.iX# "F_$id-ӔqEtAi_KBkj3و Dɛ3ڢmAsUϼ["]j!D].ˌ%0$wڈm GD P){φ {,7An}E$7A[`Ds%Wu)EM՟ d8z^?NQbYV)2%;K{$ #~) OT]T?9k~ :\>[=s}ZR5VN;JƑ~VŀO ٢ͫ|3зl.1/Wxb欇CGMlBOͺ"TylCvcLc܊p]7)mNXhp5ꨇ=[r LX[*{mDC(wyb{ ߷r?ϼR5ͫR`gH+b%toy'IL@4z l1a/{ hQE&cAmQOg&VC^dQ2`Joet:I!y*kCz3/uf>xz>!`}odU-Z0?#[@ZXn o wZ_zV`1.M5Uu\|NfFa8"nU[jSVr`g8c`(ގ[ptCgSD?WϡDL@ RܮGL~vM*\p/* n@s'e1Zݣ ֣Lu'h ) er Nuyi)tAAz ;Q):˯3nP':ֱ-',Y kqKg9sk {W~g)B| Q'ZX.q87~qOmbp j f8q74ywO^ b)/nC7NR-{Q?E?ь9~m rݨm|T#`m kJMR"@^>h\R.Fhj}JS?&Zl)^yjG҃|=C!=aO+[0npB}ZZt@LSAxg,  AbOtGի7MЂՂ^u@Py$YN81 Su^Ɵ$2-5k jZƒ]/zui7Z*xRBl :%(=!=K?V377 ťX<ϤWI8 (Vַ{B?h[ <\̃lGfPtɊf;Gy$xEĽcnQ TMY<"Gq:P J~#I'a%ނcM, AFUG!rHob?Zҽ1he-ت" u`mNC2CZ9FItu 8^TYn.v.+Α7t65# S"pJexZmm]*YHj}D;3I%}b V^v"YbhEN#KvrXRo=8]=q;@C7\.aC*4G2"<&\3*9W0Ӵ94|PA Jzp)tr jt\3w]!+ŷqy?pqf4a٥qSߐgQҝ9 #c+7S97H]A wq'F&=QD4 5nvv& CUyp/LyRKNjo}%d5B/O;&=F$svNxrYW(U{8 9^2g`hy[qw0EcMbor&TBd!88Bh`N @>~`S&8ڈrOP ;Nq$rD|i'ww:)`\Dh)llfj+48v).}Eb!872M ^q$PӢ}6'{mkgv],2;y<@\DjP#fNX=[Zr(̪␕xjilζgvnuLA$K- @k85 8>5ĉ,bMUo}ԞsoY͟3 \uV|5;oã|ړɨYeYB9l`zTtXsw&tB=--ٲW0$^>J m|F `]pRbӆG2gF' d;u0!mGqJEv }ߦ,Q/&+"6%ebdqn'>eT'o? 3C6ذ;ޡzEXqb 43]#3؛&YP{E2Q2]5ntjSa>ŐqDN;ZZ 'ͿD%9T!#(8v EbV4@6&}BLا)dJ]uy`Locb?x+['>!s_2RO6P/%o-jʀ-pilA BYJD'u&)+u ^5^eic(sDô0?+iqcQ&HB% vFHy RVl!/g9gl[j( =2߂oAAk™\t.<"Ʀ0~AR/>8f1 Ffl 5X/y^ױFG`rz1Vj%)"ȶ]tT&v߇d$Sxk%+SP`;E V6 @[Yh"0)'gGhi.g^R_'Q]tYqg 0C5He*ԇ#WsV'=#[;5*p8+~G"]z*Q Pb:1t^5Ǘ3)l |$z>&P h/K|BSX=twamߧZtqR߫S]CƊ1?SJeh8֖%4tq͎>~0lS&niDk2v2?6x~JϠKtJk6R0O-FX^~VA_x\$:P+\-OJnF$X04Aˮ '^Ԫz3˄nQpyK#88kU@엥xM'C8$+w'>Q HVw9xϓnϘ _:x>I!M01ީW90)i|rr1G΁y×Vaw!彼Gl9M^ZBP;)0(p^dY{4<ƙ`&OfՄƌI$!Ú?ddEy. !; 7â~2l4 c0N)"@vI7zOh3^J9!}[K!G^߯N='~rB-锎&t\c_EXyBH:EtK[jN,_Op=,oы]k9Dhv-*iJja^4^Q&㻋yK2ԈC%5䨙AS$>r˒l`÷bD7 'b^)nm$X`XXck>rmPL{nטę#gh.n43{+Dnt DʭE ]gQŭ:JcB=4N-g\8˿rj?%~hEE:W~a GgK^&qOzVk㤛__}Xb:ufvc8֕vU-=K9WҘ$qւ^k\y`Wb/4'q7]5m0^@!=+^)5Z.Ԧf)!:Q0>ΐv./ٻ]YheEPε8+y,kG# x' Aٸ#T.nh-YuזB,zIdIL9ks`q!3-IKZH .ϸ5,HPCcޚ<<8W#U6OR%tc2wKM/]Us`c|="Yﻁ|*A&~.Sh2db!5X&|Iƽlh;EJͽ:8F+GU⬳Lb"-tJs}-Ӈ״Q`ʰ 9!k TaHC9 a=u7؅!Yl,E8d3] s8,_+H٤kpm&.::j&AYIq)&d]\qPmƃ(ZC{ cO*&`. vRMЃȚ@K>{d,8|G2}xbȒL: #aF;#MBB%BГA<\ .P-(q0ݰ񇌜=q#kbN;ܞȆH(xw|ׄ{xTd+W?EaXX$}Rzq,AQָF=9MX33*bl"JP)[k c"T(NhX@}07 [ o4sAhfPqC`Ε7ƱiU?3zw[m7pAEyuRoqcL! _ Fm X~ ~lWq2I6LX2_/{z̗ϝ#:<$qI%Ehb۹UN@F=vXX H|a 72p8>_M|eĨuf_s7K j]"ܶDe][d,=wc@=DAä]@@_im5*r`5|xbZȼWT(kmQ# -?E;1{w!+ ze=H!_ cV>p2Sw:ضǁ nALS9یؠ_y1v)@*P X"[ɭ&ݴP}&(*7>\RڭyRєb؊z== `Z3~ZjVKoOQG㴠/|*[UD- BŅN0XAmV0 #M;Q{D *fZz(X8Z kޔYH3ikN: evݞD u PkkySJ-m:XPyLCъ8R gcvVKeR]9v'o IFn?A`g5U%z[W<Ő\tjwfЗ}4\ 3Xk:u;d侞sMWASጋP,}4T`%9IS,$.],zǺ39}^!.ѿ5h% +mWpoljz͹ys]7O tފ;GDk^$N]w~?Lm06:3%wKm%`QYTL2Oz+ A1srZp+^+@ xwJW c{Jvm"R "p1yiC'ShF/B*Wd1T_anӉm)|oydg*ݗ3;.t:뎝 4*ϱ-ɃX %_d2jf:kL=v<2!YZ5r-]m兝gS;WO>j ` s.+捕t&eStVqtV|dS-kՏ{ƭˀL=ɪlOb3qNLJCJbۼ},u$Hw g2p nEFSw6c,.JY&#Ş%&C _3:(yG׌ o92d<IHsca(BT4*C'\ GVlqUK˥K҇lQ>QDždc5J/-Ͼ Wy.JTz =l -u 5F-M>Q b0 >P'ĥlL`d+!-eiJA##@ؤlTH{(22wjǝ0˦U<10m!"`|)g`qQQS¡|R[45>tP6+%ޣ @K n$eɍB|v&~G9(GqPC *^cqK+VTOxg۷sGխ=Pf12|('JWGU5hx:Ь mQY?[yrOl50wo@I?1MDu=YMh2<6°WoO)sF=Ņ`Y>4|%ӛfD6 z SkXxjhnМ>K^ԴByH9L;Ry%C'R{bb(H) Vo,IY֌웚u\Md] 34U#{Hꁢʂ*4Ni1x-륐pRѿK">pqha'0>>ctY"3ZsWYG B;$ԍό]o/Zq:-C }-Gz^pVX3?jGoQc菢g3 Y%1SvR lB mj]^,ZYمHK͉w{p [%KD)7?xcr'w Z?&U]&+}I5J@Pم-Й&? ApHj R^?zDLZ~WzvɞQ6qy1mmeU$H`3wocĿF#e1(_p[a˻ۯLBbQb@:!nOaEIM#*UMin:䅸f)9;p1p"(pm^$anrr"&I3Hb}1WznCmi14a k0][G'sJ n /w)7P$;sߏ^ϠUqD\mp95qG%o|]c?I^rbzYlb4EA5lK}5HQœW88 gԻN~kG^a Չx<-Vy?+bX;;J;E)9F}z*ϥ(p 3%>h^\/W 7)ކγȼ-Wp^{`ubbZ~w~O"^Pڨ>x {T2B}u ȸTܵj>">v= Źfil&mAJgT;;*W%;S rI?[@d͉S`1,Kk lk)OB΄9FdebTXxk`ֿ]=anwGF<Q׵.C`pEFi1v'b6Lb24:4.z%/Da'S ]CnGI7<.XM&I'vv>k@fOe aHH8HLEO/9" k;W$'~B65/[Q8pe)7~#V2&@77hQF(c٦;pZLYnQHyBPI.1(Ks C&"+uB}~C8vd:]&ͅ*FU|{xw`)T=e9{{C(W4PcdDTkp{Ɔetu5'C=d4-ȳmz8%u;:בi5o-'d-O1/d` @`ܷ~qoEJ>TF $/aie((:݈ m]uK+hD4K\$fH_zK `9+;N2_.cQkLMo{aG :$e5eǰkP 1nS*l G6O7tƦ2Q3Ix8mWJp7 T!H?lG][cCBNS5H:}!& J(99zay_vg_^ZG`Yz] ˯0m-W;y=xq- C҇,yꡣ8E`r88)5-0ѻ_s '@Fɐ/Z dޥ$mj$SP2Px.\ݺ,/GFЮ]XA~1k1Wa%Ț%zצ.'< #A4(ii&r j| 94Sֿ \Jo@@}`,o#~B^`]'rH}S "@.*7Ei%XUCbij/^UDE֒KCXpw\c U/apԶ(63F'sV+5w({@ ^O#=.6Ee|DW/ J ]w;mzxVF'wbD^6NX/e8F]iNy@j3{%,~]/=P[yI'T .y *^H>FMs ]q)z/1=%K5_\dD]!ߔWkGյ]}:8;AvY8@@[@#/"W,Ͷ͔$Si piFcA1w؈qrjk]Ne씡r'3<0.vb$6Q*ɷ]ho&ÿߍAZ8f^3 %`{N;G@bgX;q@qy ?oE@-,،m;/X|8p2yAz=T^MFrhzO@ z*!)vt ߇;v@!Ҏ6zmBC^-`6l$'Vi"v:o Db'1YbïY"S F4\03>{.X~@kM?!La׋$E(N4~(NiD \:'qwv'+%Cʜσ1F?_FnVl)O)0W:K,P⠞ݡ$c=F.MԮ"ɖ/XRݫ{T:p`3x ,`+̉>/Jߙ]:9v%pُNݫHSяqS?_c؎F(=؄mmi:s4SWfA%k6kܙr35Rχ4r*h0 p6:תP@icI's:sJ@Wݣ-Dl㨗VN{g-ƌu[w>B ,aD@|рG*RVs27rDŽ)W]Qoz"HneYc㑶̶qӠm1%t̽b]Z8C>3G F{\jjJd-cD9+S[ KanI0s=7]Sx5b"c^].<3Lݵ;e1wKW+mT2[Z0),m7BZxnnmHvRϰz'5.UF"ѭk3>]_`Pk!'Y$7szN UGNxdeǐ[A2 (}dB{?h#bű͏zL0y.hoC[+9^6ƭ+>x] .sqŠ K 4P { B<7ӯl' z&2BW-?sBUd[+*~{h:p*c]\Q_iø?=]p0TT^haZOMlXYu.M$V'~?ι^ 1um3H'`Xv~|s5=3 KtW +߱suH.vK. #~;7`6Ed-vվ! ɛ9X)k!~*%L6P0̯Nž%c Fttζ9kwS!LX<^ Pڡ\dAGdvG 89 P3C8\0GIКK]L2*2l"֊Rs3֘a4A[P6SZthTu%eB[bߋ:qGոo&٧dأ}p&d>_^l;0̐sҭV" 8#ZĻNy]?.E$/2k˚*˪Ubbp"Dz"G4* gџ-A!T]5_6ߤfiLiuu ܉Kdqe<c`n\a;JA;Ab2pWQ=Y&gڹtjnrnw;ʺW l`Q:iLwX^2z\zLh,nDS5M1Sz"cĜE&\Y߭hmc>ZG0Z3-4-jz,mۄ|"fJ`6an}S>h!E6nO{4&8"?q)M _H&c#LbjТR'@P(aڝ ,MA}.m^}uD's: , KoK &z UDUL7ڂ슰DF祖ø29$H?&ZHt9=e }4UMȄdfGT7.V;qe &P=`yDw /#gۋ/.Q>Cd뤋$R)S3Zw0%e,9C뵱폳hMgJ̜d@H*;4緻УའfWUźHY?pW>Gk4|4qUϦxF=j;e117;An&5 gSMZ3^Jց;IGd <7;V/eedBa6>G_8r{98 z7?Ț%&2V»q 4XX:=R#)f_k_k-Rx? i`{DYs&Dz1S_k@5P xx[nZZ^W^< dtZ\%:O]T8"*}5P۴q8æ^;3Si hZ %:%u(G0aj)KIaMxXbՀݧirxYV2Ywn\&˦u_A^htzcHxDm,I ᙝQE{EH#l/Ԕ+Hw/4 ! ՞u&J|TbX/&q{ U<T8vm[O[;2Հ w*t,PgJNOeܚ){?;孓t<ܙ-» "qm++?\C]]a1 #A8*!WJ^>&$AI7M4q\nc{f͸!.]ODG{8P_Y=T\;j$_PD39v75X,6F,ؔ?nTpäܸc'b9Ul*Ye AfzeRRfQ40deUR@ԃx3{l$Gь {9!+Z 7ߠuyƫflAlvbLަUҲuFTuvw\.--@5/iŬZpQ7U_j!{AGL ^8Dl<0w)R o8tʖ&gy=kUuyIZ+435OBBh@R%̠ld4l;ˌ|y4Ms*Oz >L(-_c41mTpaoBjX@Ow~BNN"Ts,0l]"Tg$p^PltcV咺:BV/ fqVWnmiA"5?X8,4bgYiuq|N 6-<~y`}^H:èJa05NÚ0+'|n5^Eh^(Ln*i=#u;P SHo *qh&?י>fM!bF5oYQYR'DfX4AKXXp8+ܜ R`_䷊w3XrO0R97I-0O~7Ή@]/9I_ ~HTe>/hM҂D]W%$b5L?i h_y,ߩ֏o>WcNNb#$lONe-s3J7QSfMO\ᙙ”dhF3aᯚGV_zj?T=rZfmRd Vn瘲WJ_fwrNb})OGd'BL_:d0-,QLbg-P ek@b! B6I7nET4FGb"]Վ-˖OiQǚ+&5DXC }YmBA3Q"T6W\ng3+#Wݐ 鎽p&7Cii_,o(j@7pEX]-µFa^.&R S=^0mp!#J( ڕݜQ}vy͈>#NMy-ru/ÇcX^W,hFYH$xHZ88~C=}"g"vd*\9bή+ MR> !Ar5Sg鑼Oǽ~6 T;3*^&?83#Zodž#qtP,|vZ]pFҸq$Ž/@%Z_kɻ@rY܄&j6_u!dBԮ4:3MČG(ki+.`Ϩod^m[MNq&xM?4 1r;-Qrnva_SoM}tyF|Oq2#E2w@yY Đ9FqGgP84YY1uGp ʴ7yvH/;XF|37iu[x櫰S Kfy*C)3}B-עT(]b;Tzg*zز#;}PBEW N9B3ʲS0tצ$U:i!a42-4=!Nhtٱ}КPy;7N;}2I84CxqC"~wg c)ZE0RnүZ4FOZ xd>5+r/c ` 4(||p5loM mز9)<2Gpڂ<1(aI$@ᯐM>?] ,Y̯'p>-=:\ULOz*> Fq#=68'@+Qm-jhXL&͖҂ F6TV  hpÇd8~<(&vi$W.9rYA(tX7o& /Yn,EQQxJt#IH.nX 7CS\ؔ:@2ߝr$@ -R캔,W3"# rtpS렛0I\i=K'̤^H[4|%-Yꌆy,r36DyKC+ \h~p!m\bб"@۪: (  KS~ OI9[2\B-ϧ97Eaxɟ/^?hg#2= u>kWthT3+HV#AB46# /ou֮J5̴wdʑijFH$1HjA[J{Jp %?M=sXo+iJhg5y9l!z\n}* 52[|Թ17&&#LbkL=-3{C,4]7Mg@uUaY^oDtDEmfO/nOs9=R&S"ͬ?qbcGOeY.lSF. 3Q QhEli/BhB=3c f{]fEWcP i&įBǽ@ENǍ2ԃAr{k"g5\4_[lNk\`EsGw[R^KfYHJZ rGWuyIw0FTD&-5u]/ {@GI7\AeGqS.7Âfhb(p)Ohںp')6iML|U[}g8ctXApܻ qӾرFxu #[2bbH}g#-yN*?-mN\2n +#0QFP qYr2BW{ߪ _]J H^}Dt2'?E3z+s@q{# O0Z!9LXIDCu /T޹;=&pڦB3'9pOu)l ;lQ4hD8RSe3]'xTw'計c}6NfկU+u5 w{Z;fۭB\ ^HY/6խSR8I/CQ$0P/ ,DWCteR9 pZU݌ARmLJ |\5'Sa$/}NgE٢ܐzJ+3(}| بo%ݟ1}y%Pï{#F&:CY6s]"% @ kѼ#щ6h=smm93I2o\4pfb{V%]3zmؖ]Od7x8׶jڂy3 ;Ug%PQ wV#sX` 1N qpׇa|[%/\5 PVE,˓މ#s_E}PȘjm>N ^QwyI}yH4%^ %( ?̨`T?zRzt{o`A*Ŝ!Iw xVd(sO8ySkFSrks2%0p6"&dޠ6$.$"Zۀ7)g/ e@R!=>ְ2 ŤxkcӑЙڜ4e评5UiՓz5 % RAYj!??4&):jR`8@ g\v3png$me/zpͪ[ {׬iv">։[丙T@k6^Y@)ʽQH76#RDF;i\O#5?eX@H}/4WLM ꘢>1>bOhL1v " Տc>5[c5f(1"OZ!)H>+t "rʸ9KI6iaVzorU!GxPz 9ǝj&M[Q%.cnBY%6{-.Py)}Pjf/I ϲ$\ X_ZM֔|,,;1Z3c}gW!^LkC!jdO g"٠%U?抋O5[ca9$lY탬[ gL mwogIrxr}~{L^K<)KfQ@A@Άwg;!&6T(|2kvWWugţbTfïn کk妻mXDAηU;({?79}.v .I13+@ܚSRBbc#3-kMoxx5`::i+?ğ3C6@/#ڿ0b?5yw7E$ v 3~1xY',/Qv9Ga2ث`?jyyOv/ij}Ś NNaM2)" 8k,&K{/&^?HX*\:Q'2bS8BV:&("w"ۏ ![)H JF8 npWeD-QngՃuZOmޒ˅6AL9{?h :h:wgu;9@a?W\NAE.bY'~]22*iFKjX٦p<XGT`}Y#8Yz24wHK9] >Q`6P7jh]vSZ+e(2 TZ;1\֋ۨь~<*Aߤ@ 썡bw~Dk[BʖB/#E琌Lu,sLV#KnoPMtr!<%pVow("jZ?$tkO_0|4˛c1ǯ.c_N2ƫ4t]f49[Ƿ"cGQzERTG2:lA NjIi8ׅ~Xmd?6_4S0Gx@EDGf؋k43~J=F|x$]h|pk!҅)Keelj0pOz&@VZa!ZK:6MMέɂB5Gb+Ӭ?Ŝ+S | U.Ez d^Jz snqU(j˻:D7kIX=2Q ܵI}BYWzaMb0MVJ-+3?1p)6:K@"t|%lߩn|,R h!V,R8$N/o"F/l mb^!2 35 C(e`J'͐ML>bÒ"4wA~ߥUC8^df=\ 79 :BƿZw:VɦmVBl%pez2%Ź;GC+Y?tmErKFefx-^Uw}0]}d*byvJLYc=t};yO%Fwoz)`ܸqR2պ @l|^iduT,7# ]lb5Y$H*5%1D[{l5.:xlW^ЦRy^rp 怾1j?=<{gzWpH3S"C&ٺ4XN ڀ*\SPjiX7*gHwJ\:Q1|fo;rݼhf(l@7Q9]wVR} n|dq@ܘa yَ,iųxIB,gt4C-vgGAJf5 ݌hNW am-dRjPOL7! 9$i877])%lo̚e7_&>zdwҍ۸c>0E~O.9uzQ5J;UgŚzFu99:Ĭ+@|I`9\'>\2ZjwhE -ܿD)(E4 6aSvW,WVpWpTچBHE1zfAQjC"#$d pgҤyjFn* /t Sjuk稾;6y1mPGR>XG?ʱ \7ybGdV'kԵpqImw/U_k2^Kz0hbY@q mqW&2¯4Ʒم mWwwIt֤$QdƒIb`y^ǹtƲX>@Ư?}PLÐ% mc; $H ;nO30lȸ%G`^]19}h&4_'a]LP K͓42ڐkB]_ABfK+F{ƼQH֑pu^4q9 ̳ö^7/$0:y߶jsZ`m7 9Ҍa6L0Ǥҿ*,{$j\<ēZϬXKUw^j=]:if73K"ՠ^aa] G?~YPp v')[F4#vQ=UQ>f@7EP[1N 73&&㌢`.&T# J;h83NZTBɟgGRH81U(Nx/Z/yxKQ1חYU4ZYm");ßpȜ4'lZP[>޾NҬثI?|Z?vmÜ#L%d);sʹ7n6& VdHq2c.c࿹B-SO yi4ԇ^% | qW[ҞrѾ-;?S{lMXMۋEyf>w'&RscN~oR#ifc~؆&>)QyziDj얐"l ׀nTԇPp}qΝ5DLM7F\%ܥGмbи^DR-E YZ