postgresql14-server-devel-14.19-150600.16.20.1<>,ihhbp9|f$EӛLl#`'s#"St~2&6 M_a5C:-wP0YM;=o{&ugZ3O&f 5](r6-s#kO,B ,޷D}̞$ C67 9i ٙUjHM%ێРAC(aTv $u'-2Ir":̆N~į+τ1Thg~VMڙyy("{;xS>H-?-d" 1 j  9Ze {$    .t  P /AAP4PQ@SSSS(T8T79T7:X7>@ FG,HI XY\8]^Mbecdefluv $wxDy,z-,-<-@-[-p-t-z-Cpostgresql14-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.hbh04-armsrv2laZSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxaarch64/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 / KeC: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 cH6Di@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/shh04-armsrv2 1755283298  !"#$%&'()*+,-./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_Updatedrpmxz5aarch64-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, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=a99cb74be6e32897c47241c759b0b5a9a7d11ae9, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=1b07eec1f1334ecbc829ffb3164d59cc2393cb6d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=01cc675b95b2095231d6d2522da56f8e945ef6eb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=7fddf73312f1e7d8af8013ea22d226263e250cf8, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RRRRRRRRR RRR RRRR RRRRRRR RRRRRZ2>cL$P`)LT'#i+ҨnSh(kA#Ƅ&'$p?ADKX5 g6q̄Lxd5f&"y'xY}B4:.W. ?D#{'@j]Ow-.ͥ]͆ǙHwZ9C/ o{b{4)ׅ3_nಜUbS՛Kk[2Al%u+_!opOL'NEi#JNjo7ʘ}VTAtw߾YL蝏xe%K_jbIb\ < P& :βbBiBL4Hu8#*b)>a|Fu$t",4.)<)d/BΕz_2hibTށV\hnS ϝvR)R! {yru{'}Dxx;%DϘ_O3Ȉ^ņ# 56#%cA^}yYBHaIx4jV1D ;ͣ0Ss,N;wD L.ui{MʞƇs뎧 mWIOZg.Nψnhr-lqy 9"N^=m ,gSj9_z%+!i@LZ15`]ViC~GAn3KXΑuqVe{´Oą%(IcMnu3X* (wJ1F|REBnhi`hAAOG.v3) zp29JneAM*sxӪq{=P㺡[zoCQlهkyb9~ 7,oc3LLt[1 ]F$S)}٣[2vc.E2tN>Ĺ46qO[}GKRvCÀ~@p'#1{̃R4xOGtj[=oXP9g )۱Yǫg81~D1YxWV~s[n&U`Ռ㉏U+wPu`uă/jP!4p5p%o7+\ $*%P9O-:10 aEތl\] *Hyg,b5/5@NYUNj a%Gr*OV7(EAlKjSuS ,s]GbU`@3q]=?@0lIU40-ʥa 2Կ:<&kdJɉsĄ $m#|bLc:3R\R/R3nKHEYQJ;)j TDrdGʋtv~JܜjamG4h@CnL];|~eJO?'.Ksm^SOf}5:uC!2[],>O?cԗ;%}FhgXP"6~t3W&1W"ic|M;?r = >Uֲ|듄.ûA'6H4Q1V Sd<3RXT6p3ژ!0qiWogimGO+^5e#iKN*6́χ];r\3"7]/+kazhgZakpgٝCԸgUϓuK)ϻ5ʝru1Hycm舿A;,[m..OecGaxMD/"DNMs0z97x䍏`+VeVdBSup2vLNoF"o s_bg%TBAmVRQYt4SM5uRIU_lTcu$ I~9U&klyi3gZ3L"neM\C73h5./<-Vy21ʬŧ><1F>Iی K-HT:{ݿ̓g0i+gX3z!<@u6)g񪢔L)s`k[a=z:8X5zkwgfئF4GR !_ÕHrB(ir^k[宫oVѽg-95+-\Eؑ>0'8L[݆V_A˶>lHjeM{̲{,Ҁz%l IطZ1G. "F>n $BjiDr{A_r"h}21w\aG9k|*~_CcTvJlb]3w B `8cm%*h(i_VCȒc+)!xI|;i15W 6lU7f<}_`zR0Ivk~-`,S 9)P9abO(@†A}v6sB䶝)MjɸJhݱ%= tZ+R>EC'-׎@&Koꄘvϱcpj3 -? ضB{Pamc%>iɬ) S .Y/2$Ň}J%8Ѥ%h1m|TRr*(Osۢ:2KnWe!sN?K[fN.PW*FhώЉ7( Ȓ*jpSiU0g~:Uj& /=Bs&r=$ʥ\Bj$gq}E,B7d ž$q z*PsRK6 nImL`@evb[r?>݄ށڸ2*{sfiG^ _̴ʘ)Oq[a2bd%zW"X/W]vFD/m\2}bԌX?!-3g.Ǫ#.ڷ`Ϻc40xaK>EfAQ~<3$ʋU5Hq1۱g=+߉k3: P+d`^"ზj2]#4V+r<80}u?7 #kMXc ⅹ8q=Pu(=vʓ,j v9.}%mQP% Ѣ Sgā ^A2T&%Շ&xLl[1HS/i"R1Z w"Bd|ƝP)sR dTXW^˙ޔ٢THdhg ;JOQy3 !zŹJtFq}z5jhy5_(GS{]XB(7p;q|vSm_F5WÚ eXH:> 7NET%`438U4Ʊ@.&y\aSo0G P3"5mГF?y|CM4D N=LjC쥶x8y9ƶ4]EeZl+|6{6.LrA3ǫQ1pť,&TT"?)>tBޡ{6y.$^ih/ڄDZ"wB{6%J(jtF*%R_(0+*۰hhiC{hcsCQWM²CfI#A+x%VW4gg@ "`hߝk^D~zR&1ygDFޯwe?*r vOŸVI>5g1%T "ғOSZ\\LȂ-QbOѩ+0A9QX7¹83Φ~īlC$As T˽EPpGx!}p6^TJi7>J9-򀎡evv6~|zZ2N ?IJm.ڸ b+G+s`~֘!2: fe>BIPX0%gN-nuΝS(ӟ [UPkf<@[FE[)ŧ' ¦:~*!5ِrٮbZrmD)tdEv׉1࿂%Z+)3E#ɐ \/{D4Y. Y;CQr0L&ˎ! &G]+SZ"+ϰt7f"T<9qk8pYuzWibTJ6бPQ,&7 bށ\;ٗT _8 (u>ij~Sf#H7H5 K6a^[<c]3bo(?j|WlJ>K?F`mj1YIh!B}k+#(*9֔M.Py[8vwBL\sJ:JYPB*2D[%O4n č3 ,_1,LK}T;PdBta)R~oJJ| D.zc7Lkā)&̊<- ̾+^=,d75H@v NMj|בWs/-}QtqlR*'mDɹbKHc[UŰ*@2)TH"I<Jd]9 V~"=̀sJ-=zJ9>xGXt'f:ڵiJTjX;#L&ԋ/eZM'QN9F‹"$ԺǑA_gO+淺mwb1 >41GK1(-mF.{۷1рHjsd,'"ť?&҅j=pM{B^u 4L,?)\o.' TO빿\?h~JD.Fl|auњLSqP9Vཪ2}X-/ghBe,\ΰ׃B#J!az+2l"h+< WI屿yVezb0z-Øw>i;!Ŵ|? V{1d­|zY^/~ oS[ 7m+d\J:3mш4}R K<`efN@5:BQaXWK^2Ƴn2A㱔\7Oގ0IF_CSś$e9 N1e뢵'qL>PI5K$.! GyadY3_0 #(L?8w|=ǵhv:/e-2FZ'q+i9~XűҖv9)yD@^,o`c+ e"khVfeIxd(gq͸gY|d˩6E22z9m^ɓ^&BiB0{yUSv2Gb )?D˘md Rpt͢_=?ɿVxh1^f,E_:h1dj+JCpՁbK^-fTn*̞ gx[]pcJYzq*O>l=L,1n*1Fx7-}a?3ۗ12s|H2^<ʿ(d5"^=ٌ[?ڃ߳hx&P,zW=pdbf&xR[6:(m|2쨧]Ծ`qʪ L]| j:$IʺԌn[-k\Jܓo`Sv8ؖj܏l݃pFC_BL"o V:0{9fP!9L84U+IJFYE g')3-a1C )`o\+:$Srx~D/T;{G"59OI\^BKG2ls8vwૢ 5p*+Z/ \fdMoSQBg.,!7]/AHgk1A׀a|{?nf|ίAUfЅWuO]Ĩb?gܿK4ߓ_R12ػA "sHpf1; kG%j18B QC WJ N5K/D0.#]n$U/29 %أ|lm^K%7&2, :M -!6. Gdy3 eJH;^(Q}+Ӡ~A\bpi, ,YOľBHe((Ϭ:-3:iôT%,VW6!D" tm݃./keip c@' OxYTuG˨6{?.2w:ȝ'*Ԟ>4RDž2縝,T7JA% Xf PJAb4XX|0KBuyܩ sTc&1$nd: #|zL=%y @Rtgw,ۥN*}CBIP_*oEu}" 4Stو?>V56P'SV^XoH{;|WTH 㰣:sR[*-i u[n; Lѽ>+{7全rj #/i"p;yDn a6<NiefIM2{`1^%lWgW%̱z{]//WC~`@4}%tjXK]<]~)s$_4b+ȥ긽Ʉlm8W{`* 2)BCz0>fJLj5P_>3Z͠RQr{kC,}'{֞Kd&]f yrU#`_@1)ȇ7(zKf{BWG '=hqfʨz%qy[h|xcI/Y0I A5YPBEYm#bPhr+p軄 p/5ZҐ!AnÜ߹ jQLM}^6H76†3;.GC8+ϋ|_*;s#߇t&޲;\=~ރ- Տ)ju/5*1XtM_7ʗ"dе"CҔOIM6C:d)$5ov\1Dg8ykÀbW]GW1kj@ Nqi`RmN>G ȌLHvgFJS_o| TC!(tn??/ld`?͘^i54!ާP%ĥDIiÇ*=Zx$Np 8r6<g [&I0% )v~jU\(,l`U=d -RʁH_Fw$֓Xkdrqt MBNfPƴ$s!D1/iM jsUiԩ z [b17`:NnrZ .*N6-# >_-d&_ i `ds Ƭlx}3jÃfO79.|BJ`[ֹWz ;Mᯏ-9la6I}Bk/DMb ,\c"3%;{'8#Z^А&7Po fkdO?ic][V~r11^x|< =C9VNQRI&;e)uȈͰ(''?z73EН.dUJƦ'Ґ=Pū fPQʼnW|;zc45hߡUe;,Jf~қR Ɲ3_x3ƛIJhA%w~ v,TG)SN0[+gj{I^2mF ƓA ~^/C'OFD {ynBy*˩d"KG| Ax`>IEjwԇ^;&zoxY#߿""dϧ/@\A@We)(E兏02)_H]/M,ӑVO:D8ѿ- +  ؃R̖<22r1=_ `%j PdžqU9ؠ襩ECnK[}`}t=82u?`E~\NZ<=U v Y ?qbi s4ABK<R q0$%\Lajuiy=qb^t/}< f !u\ fQ'bbmQ= /ӲBSѝ'+_xxh|x|"93lU]g,`bk)VGD43Җꉫ V vJtTN1o` ?> uEmK;{4 ƚt\ᮢi$kV* 5f x'f _8\Z~jda?wZ#R=̍0ܪʴ4t/ҷ<گc!9]`eKRz>eR 8I_X8t`uCllRNS&{ۅ[*sK7+_Cޮa0A'hdWz@zq[jΈ0NνZ<{Kf'f/63n)K?`i1=Gnkv nc8yb@~#6B`; Z5/h8vBkXUlm7sX/$^-7zڏtˤrgiμcYvw Jf4{'VwLNYz1O!H}{t,3e!T=h:Q@*bQBZNP3~>@B42䢦sV6Po'do38.zom_n$x3 %Зk=F=dO7tfom:eL0Qoq[o``I{F0:>ZSihW H0|t/Rn=s[yg3I&FBXdm-$(J YRh<[֘hVtr7Up K.<xP>D0(8yәMQ->]:k@%}1U{)(ʆdd$F~FyWM-%y>砆f[!3 q g&4raR+ .jWpЗU4TiI[7/Y2Qw7:[ K5yq%b{< 4v}(5q&vay4} 0Mߞy?~;X֟yS׶l #y1옿̓M·%ҩ KPi$&c z m,sPb:*.;=W7^:);&^b wY\PtyR$lăh)8BX%J:p6rxu 깇('$j)C Uc%'>۲ 4La ̲Ǎ'mlmDn$dƗ(:)[]wՔ:ID2-5&|SZ-L˝vxV8+)5'!= IR?}e^',<Ŗ gK]QZN(BDHrޥR2~?qA;pZ*_u*`zl7hE)Nm@е87D׬?jF0k|i#2>\ 8y} ~M hϓRDۚ1TmFtQK{YZ`o@^T&eUH7\8x0$K͔j^ӣ&HjSASp"w/#}Xlr w.uW￷NAKQ7aI<|]Jߢq,oWMڙڽbBG i },M%fvX~xadU%%p3#>XB\x. rwV:$'K9/⮳4GvKrOu!g?{;v 0>3JH>AykSvS!˥ z#l=ޛBޣ/@ =\m3T/FZftR;Di& MHHSB~ҫ=@#Lw=\/Z^ʦIZ)Qmv! Dx mKN#(~$|hRjwBKU(EWE4ECHfi\u'Qt8ڭtOrQyssDu' \TxD564եo1G.Hy@|N<q3l6*$=|lvc'C!d:=,{pڽXw#￱*k@{$|b+>wu_A؃9faGqhƯ&] iw_W슾H &6~M7_%JED /5m a6/NX<-b9`v6j8hCUҫ3-:G6˝lL@WQS/*:4wN:8.39!7}aL. XqSƷ_qIB MqmuܦᬵK=J YAuidP 5MqDx2.D\Hnqݿt{l[ڪ/x aK739oVZHqDDw%SobdPf3;Z_K4b7,왻'ǓZ dHbA32:AS(B/bjN:k*vh609n+!+|\a b-ՇԤAAL0Գ bH,F:hHy5Qmu/ FJ45Ά^BBTdoL+҇rʣ*b >hG zZ6:⢅|"͎u~Q7'V6VYqDtepv;Xm%= @7IM+Wh)!** ~-Al{^v _x6Wqbi~PAi OU k^a0x6ׄ#3npH^4Oױw\@TA\ F4&lhp.^mr&@8ѻskQ"tEi5aen֘sָP[Ƚ #2V<q>gp|Ccl,['6?MM)3ۃ4VizΟ)U3i шS0-_t%B.G9۩U=Q#~qU8 \˴(-Er|̓ s!bi԰Bi_!(SMlۺ5>,qٔe5ZZ J%qUdw ldw@)7)FmoCl49**6_4I|97ݳ :_YƤ۬Eq~p[ҟ1eLm01{N 魅Wt,ž7^~*jkEh:eƌhc00 XnsnV3O ’yԖ?JUm!س.U5m&4Uw)dtmllD:92zOq:7O5"|º>4L >azjA">:?pFߘ1_`ɮ8cCz1^;ͦ520iPd$7؍% k Q}(bs3-ˆcg5x pSsN ;eYָ| B~Gg*4yLc?x-Xq{̘Vq۰%20[gkdݹެSSH'ңF??[XGF9ZNax?vB?2'( ]ّ(γ{ƗA3}{>Ż(#0 18qvv}Oګj*d8'[e:/tTkZ?!/~%!i7?& ^ƞx{E>)9>v:JBN{P}NA4`,cӔwg[U@W%mpB8xT)e?eٱT4CVc_Pd }4Dw); ;;8#ە*/-UpS3>+# ɿ^sfם2טsmx9O#TF)QMNjJ?rK>1O|Yu~-UT\, t#-Ңָc(l)Flu\mXs10bY^lLqb]Y~xE]hw1EǦg Nh ôZOSnTyT6Q/4#F}Y:HNxDPMC. sl_YnhbCԖ ~nS}#WQf-ZC.@/'O-J̻)䌮:Jg1s'|,H(?DŐ#kxb:Uu2yP6)C'!]u)0uB*b`N1g*wq9kO$Arq?M3BF<{ 1U9Cb {ОX`p!F_ū5_d*O`ɷxQ[N&?!0y52HVQQ%ƐmxPGP%`{'(=:u&"A7@bQs1M z ZG\H1֩!F@no6uŘ*zaDݒ~ظ;0v1i{W {7 "giPVr!"6z_+ȖgB "ZU(|!qʈ xZҐ r{ iH]$//fĵVr~T*]e47 E^/0ɧSwk"cWJ6f}ﻴȌ2>QvcӢߞh"8YN)73e:;6<08F}iA6U+A@;z Z #pER1 CΜV7 ЖXv u鿑7̲!Z^43>m Ex ЀIgQb<'V\=hEՃvLvvⱚd"N{2qu =Бx5nr! ZӢԘ;j j H!)Oz#T7qWl 9U%~*xl2Jrd] pQىn k LV1WeoE.f9!Nrt_} ɼZ# e npN,md! a#q?$T0d$wf0O4z` O5,/.+F@%#rǠ1S0xwt$OVhHnq' s0)]߅\%M/ =fE/Xl=zp'Kb V؄}?ihĹIMH}^Oz&)z&tbz&ΰSu%żKhI1** qT))YGN-02p3T={C d |hx詔 Ȇwt!|bxG ]\0^x-dDN&L,ѱ6'l𓃥sW[oQ@ˡxv($ _i}/qqZ_uY`oɖ 3,T1nn;!l5.AYـ`œr5h/2|l in1lTϞ:L/{_~f]>ᶠ8LjKAJg*l:38E=mUv:^"DS4b!"wi/xI%;U BC)X[4zB*D!KGpѲ_/RHCL]'M6I6B(4ɶlC8U'1V"XakBJhkSBPd `ݑaznSk.1f#,'M ;;.փj@ze-5lh4R\ݫ. JxTw1 BXYM@jD߲<&Lc2.Z/|W,5_Ml[wA.KL BT,kmA⺔ofy#:(,< o g]dZIjjf{JL}@A?Th[z&'36*8+G{&G$jl-|'G*0<ZSSEG0>vSP=k R;kN&utt B ڡdkj<(p]M'dRH`d7| iR*G 'KMD(PN }JQ9 _k־tnZU%i``Y&Wa(Fm()9/P>-6l[S8?N&hL_;=-ORX m2$5q1;G鰸Ea<~MAT+O w'G.8-,3[lϨl5UےryKyrX ?Ia]8n)&f}`Ьהt^x@HH!Ot(yzFG ܨX kpT|etVˋdXp^PbyO&HƒJò^z#R P!C> rwZi0&_xvmӑ{MUy@ $7 F2/ ;t?yo>Z&.2g.RQ͊#O+1@xee5XG]"+ p] J|D׎B`4JQ03 IGf༌ ^Q)s >ritʩ֖5R,\j0}Di*{3@b"Mل7pd4R!}M6$z*G)(y i4 {>ԂďˏLʃÐIzK*0޵+ȇ t-/\UJ ?/;-/ފX/m"FgZ P+|}z 62:J=T}FjPEa"}7؟Rb"s ??h30SR"]q.GZB%'iJ?KkDf7l 5Ρ^BI$I堠l/Lro 21<}z탞vm➞F\g134"{Jn` ç+ժ$@Eyܱ[QEQC9S*ZA2 g]#ghopVRKqNy#WKG nelaD+83} "tte~aP q$HCa=rLjR?'Agʋ!r^J7q  6|Uou]rG J?j'b@5IM-b@n4qjW̚۵L^2'SWya%6LˆkY埔u4é Vڝom˽$=1 䧀[ꕞAhY/3W|MTc` \[oCa> A=h/ OkT:Ď޵!he8|7,7 .5+rT|uNS)[ETS\_3zC!y[nF"ɾ9vȱ~>`Ɏ`RQI_ޖ{?-@iz[;;nytF;x_i}!u}|F %S{wtqFEp6^v]3O%X`@>HVW aVY"Ҏ.fFzw阪2~U@Qo@H{+_huOŦ{f˝Uk@IN#5-ET*0gf\9ýx$k&@J'U}L,B1Ev0 I]Dܦ[ЎSoĖPzÙRjG9i|;ʓ13D! dc~\eDBCKP#S)UY17'25%uZ#Ղ}Oue3@E)<0:Qݚ8Կڒ_锉}1T/p0*),7^#XI7h&4eX - n]Bo :k#0'C?XWNg:Y@9ᑈ)c+9ˮ } N$99A*z悦-g#d@deO ZRhpJrW$KvJ ߀q)ԩ]C8oq8 XU2pI9!iT72v.d5#Vpu]'X ])9XpVRQ؍DZY kSjaAm sGR쒂0+8"sLno}ٵLۗdH!7qlraBgJ B ;]cF\#~s$F^LBob-xQI5Fq?9hFwVUmv^L Z5)R |Sez2W {^)׌ WKV("6y=ޢQ3 /lddiEH)l1%8o}˄mȏ1l[2vg(Kԍumhxz'sM⚿[aόQ@=}ONjW*F>7QrLΚ\mX X[*infSOtH#{0@ /oUJ5aKFzi"&>nsc@3S! 6dd 󭏑~bu U&4$X´}H޳P1qgvq\ExrJ~@ȳF}2 \DgEڹn_E8eHd0JU.VzB_/O e,ʫ"E3Joy{7 $R8h ]tDy"VU`"X(sGVaS"ɺICڂy.jh'^nv\]XI,[M|b<_å4<=],|F_Sq:KU;1 Ώu]\,; $,b&L gߣui+]CHШCtBAJ|4ZY9.#/RǕ"ԲgCZ?lj(2; ˺/z?#CJcu-aRWGC}A㻏XK;7W$WOr '_d*dD@7ޜR]NݾLWY{LӐ?=5#st6{%&@.YD%$dfrgaG_).ꩦZr/X:>)hC=n-%sGD"z')qTƟ].î4JzG67O两F?w 3"H2z':7WĈcs T/4f`,#dl,AC\b8h=&xD9q8h(g$/nD L+p!>Z۬" I+vrB#2U-.zA.[bKy^(&/tbӜl~@8ZgT0oA.M]eLnXt<5 a?&Ka3Ar& UYw"Ik1WW(zeNzn@\'aOgFqd]`|s%Sx7I-Bs] 3]cjӚm}< f|Fģ=@Fk٨t/{El30V/G1x<iEEk~/ kNwBi2Y}ŰyWtxFRd Y&w)z7 1U*!b/c伣z/xE yM"8[},S'#f\黳ZB;j4[WQʝLdl9m8[3ye_dx#ţ c.a P` W%UWL~L 8/Ga j,p+p2!g!PKMO,]Y2&В١`5LN|;M."FLqź:jq2Lw֮贑)Mx!}J:Ey"w,ו߇ +ގFsm2hfفif 6P6Uf"a u,+)%fޟg\o[l(&l;k2':2iEa|K4b vWn!,zjR=DNʝ$qMD3[HQ{fF~l~}3 2K3q"27rG#cmz /Aiu!*kʣSQgaIu[z`}ee1>H́LzuB cΊE)Ap̗8OZ?,N곕OOeZnzpo0Dw}Ȋ-&|"4@89#tF9)4R {Mܖ=P_~xkY ]|NN4@"DVSH>|,u0LϹaCngA;i HG2h6k`L&H8_*5F&6ͺw\+ϫF UC /gx$DҜBp{;o]岉CWuլBiܵ李aQ]M 0(h6|cuCyF"ۆ!ըW.j_=n=4 at9i+.|gG/Jfs9{3flHXn:=ҦpDgfc-p㥸ԓۺm  e&!w,u>]J /@!Y9mD5#d$;cE7;~}~ :`AWx#\p'w]DsM9>=}}Yg6v1sn6v1cnE 9I5nOs`XAs~]DF xԖr^VvO;QWc :)kGk;&:uHc>ڨL.*1q%5ߴ"L[kDGըY0Uу\ +4b @1mjGGokI ԆUL1ArM">pr֭P]~Sb Ho;k\؂i/0Cl!4uR0jeS %. \I>*~ 92KCKHq+ܨ*ӿ^!>\Χ{E_;_i٠<+F 6Bf n\-\ UJP7m@ (dgIG(tOWTYVLڇT1M3vj1qpƴП DJ9&m!O;4lWc 1cR.avHk lUߦG]Atd{"7Ιpi$딲6+9D&";Ki!DZGҾJ{T@^); G? yX]3So{?& zSђ2#o%5^\v{Z^h-{ں ][ut 14`0(#M1DJ¯i~{3R(d7NZ=or-|*kgYu'Iϣ4c+ +]WRJs=̀jV#Lv1Kȟ*7 kN&==٣ik^Oz${uFYdhϥumVߏX")'1UxyxE PJ޸3%e'x $$Z5.sM/LY)3n*r[W({Idڑ obhBhRkqY·]r ޙJ ם*3/3@L^T?Sgi%N]EnER ,`뜇͟$KQ!yv%ӈ.{6xP)3mYje/iS!7/^.j"$[<4 P9bZ)8 /S| muh-Xsq9ӰAFOzl7#w"[d *~ˤo5;5WUn6%g ,Vѽ]Fz@7֭uj~u@'[HEw-gDjyMǸfۅNo-4E/c>`!q=Jt[@-I a~X"_ %5?o}0 ]r]̹ac@9?5M995:%zU#C}q "eej92%6JNЛjb K[׵FM*ﯞgCBbrl:Q'=]Em]Wp؟SJĆN* %38z \HQzQ8`E`2,+u`Tr7SsPc1L``q#P pða %57}42k8 ^@vlYoۑPr#P ]s!QCX00 s%8{Ϙ ^%ӥ^{ND:EЏ%yFWΗu so)N8 $Jx tԬ(aL͚r_ܻY$ʕzӾٙhRUb|Bt/lhpA88ij!nd^Mf+ J6,' /['k y q6aѥl"y><%)>?-"UP/ӪUlQ6h/YF^?5=I 9DV?;o1,[m"ӄc-'l-ڨR.l~W{~:3m7G< !*ipCݑ9W'׮m{@C):* a_ãgQ_5Apn(1<[f.MPz:$m㚋S,w=dmQ|T%B">#q7B`L;n*g_9 aVxݡظy̧m9TԏL/sMAAolTgx$֕M3[\~V*k+mjl#ufؤWcQSnM!t_L o7mcN<}]T]0Ht,'tFo&ջl :kp4|w)6?iQ:'ww!Ď7`5Uiawh_QXD9c+)AkbT%ocqJ,M ҢP2黿5~Ʋ!x0 f<ӺMEbt1tz%~rmg="^0 2WlaӼӯz_mJPF]APRۑc ҋkh@r^܂s?M?igm(R^2܈X!Ԑ})E3WNHB͍0uh{ƫňBVM`]iV z. F'BLÈ(,RW+jdG}bCvJT12Hkϛf[ +"M4pVvt?` $ZUw_68 Ρ"{@#G)Ϸk3[NIlX>εlJ3X?UKoW~k}O [+.)J]58Q2L W^ 0vaعN46uZ:pt3@]yvN@`ߊ7+*Tzi<\#ڻYMՉ.ʒ. K3Ɛ*NGJ:ns'o*o}"a 87UkU\ g`{^Ȫ+*Ի18/:.'O3g&Ydc21'3C{á~}wb엘pʫk׸?.?EΫMǔ!K:Fl B9s]ƎTy-j,_k_4SW7EYK  B q?q2M=7HLBKKDM CcܪrPBƍ:~9Zg&= + Z(E#x n% }$!T7ܳ0Sk#B~{ .*䥿6K1zv $^KY⬻ܐbXD>7s.A!pQzl˔kb ? M߅Ϙrss-'aQ=mxWfr0vJe5q`.%̣Vky 5'9R;9+tN Cg)X`s,u@I2/1Fm]8+|"m?Ŋ#Nn~m>bL=zUjJ+.tgwc궘PbƋs|%zY>BGi8iXz4I x+2"/h,Scr$\86zK2a+=]T)7'$ԜA { EM^nӐ\uډ׆.F9^m")YFX́ RP屔Q0 7As=pzzCLĜ͹:cZ 8G%\Q- `!Ɣߗ0=Br{5ZG*QmѻeܔKqH\]1BS ʎj]xN \Q3"ɶCDâ޼-[9 8A#lzlq̟tƔV:~ ;3tBvPռT {1;<;md?T TP#u{0ɋ ]F*_čw|)Qm&d'Fe+=Q^fֈ S]l(W(9,zn&'cԫ'6kMnD.YKzo(Q9g%+ \n[42',d1<[t1 s4TՕX;vW: *]o3P`*$ExsX3bYf7%^ч\!vO_yS9| 8O᭘(q\ j`/&kK~HWk%#"8Bbѧ< UVE{.RAc7֍=[Sf|.gt]#FwU8Zƴkh讆8[CGeN oxbD]>0)L3QJ_%]v+C[-oFK~"~W]!fʪy|>CIU52;AuzU-bŻwaZE e:$.E/^)×e+,FXD_|>4nڮjUTVO9ū阦n7QWJP$i #RV9_&2rZvIym+0[ޙ 0- +BSDe%\*^m0yO%⥗j3*o ԀȾDݴȪW]}| Y%iKˬls9_7C}3%WX{ w+N$ /W<mOde$@OP4B6i5E x?CgXS;, 9-+;jQhkJrMF)}꜎UO>mbfe{zi BZ!"gucLd^Z0-:R̾{(] h{=sV|_ϓ܀`$'~0:8-?Cd ;El-LH/|1=0k9SV]i"ӎ%F3n)V<'qek/mCG.WN:2l_q3^L/[gope1/4Az.C60V]HT=-jGĬ.UWM%'9 ;1#Р]LMB'|?qp{f\dOk$f)L.\iZ|Eozl}Gz)On8 'VY.hfa7dl~o)~8R;9DܾR4=tunxg4^P J^4$L>R̢J>)7LRp93 p=‹{L[/?Pbw?wvxV-aDM,=n2QKriQ]@ }J'U8mI 2.IQ Kq̸f`[6.'lmfKB>3Vz1 5|A=GJjRξd hu:rmm8r$_BJ2g͝D=ɸ>d:ޚiIC<,r'Ke:;F2*L,i<a GqQzKnxK7TԠyQ?at{|4ey?- R'ufxSx> d}n^ p"5O-ף:0܍1\{h4}>3;br_qei#/߄`^yWиɎ|B ZkF锪x߂ Ѩ#M[5P oW-Vu|l^zC.㻑4U_f{P~hbD̹B N6pX] 1:X"nDƂx>W6 R޷^篐Gp𖇻[ރ`)PP%g/ @5(f`*'gIS 3Q؊|S)cd܆"o^ʥm%kr PV8  ZU6'6_3d=(;mr"X2> }Ԅ玓&Rxm"NIRDž_]h|4Lk׽=`b{um6 :b) [HV'z1ԝlFs'= x'E<3E=)yR$k>/>F#Ѩd 9sQezH)>I젡;Y*X)`/̈e?E8 6xG&`rDaE(%)ٝ#6T #)smr>hF,  :<@qJ ז־9\Ý=5"q30l'1F<8+0c:ΦjX& 4,A(JH2caUu)31`y([P= ઈŌ)@$cu  Go \֍(g`@62CsD: LrR#\ gqz ɬT5Hݍ2)ҁ{Lot_Eh=g]$ǝlƜ2w{I,]E3J1Ȣq9C$be@ [i9L{ug$~.5D/\+St3?ѾYq9&My`r\iicR%X.TǝiIf|(}9 6 iO;)*q4ZH>:򣼲1|Rs3\ )$]@:\wntSy6sԬbd՛hS=qy e5P<9(B=x /3|gu[1O/{'1_'S#[<Rnq#H`Rl; 6tknݨJp했]:mf.m4P܎Jx<0PF,h+/rلrǙgvrݕ}NnT]n쁟7n"P!ب ڑ+ߏ~R :?Qt?f>4yfT a֐{o*˂ܯ= "t37mH)j/EREH!3qhSL#;?*-F^ŷwniY:+%^A*V%bMG_nyÉ ΡK蓫n?j{l2Z!%>D&["ofˉ8m5R_BW'·7 qujYxr6S-E3#ʪǖ52/AjeBX,H[Ia8dUw'a*@0ƪ2$P (1Z fy8HUs8)0\ V5hsvMWBښ eɕl+s*bPاxz'9O5JobJdQ"y /[, MZw?6V7CFG82m­@|QnWPlҨL6\72iK y{pQ)4lcTSQ*rfb|8MCрji1DJ]`h;RmY92>|kmK9igq`ЍtUfFt導byn>IuGà 'O[l-/^L#|/+p:-XPDyJ'lX41h*D=n72o_i S}K7a;tu;n~SViѧ#,xuG#mzY}h@ .,|:]yԯ՗B!QþD+TyAf1l+R:^M [l.1!k ^GԨI~8z/+J[{z &K"{9Z{#h&N[EtY?\^^2)qmUc,{)̈lMnH)]vMRIq~r>'?CYIx)ӰiR ܘ1-X% ``抲bp {R1o[pn>O\^;1^ȰQn "t vɈf}V1 Rjl8*tw)BȐhU f@$hкvڃsac%̳7G]3E-읣=tJUޯP /ٕucCeBe'9_d ֹ٬C_-cj'5}_!lqGS46S@՝Hރ!"?;-MIA-Jo & L4^rօK6R;s|tϠ޽+Eac =Ob|Dimڏc3/o?CW[c:Y90=Sf pB& t7DŽy:bwOkFby!c+5$V,yE ؁63 &,Yx6S[F8\fYћ5Mщ[@ :V>K%#H5Cű^$Rِ % ObqNt ?;CwuHp|44iyG) (EoD7Xt)^^йYA@F[MB ݲ&8Ŭ;](:{n Ait3$va9R;Zo">V9BRG"Ҷ S0}:F-yQ_[0ՀGFSJkűRz&FRBۢ.KJThu IGL.ʛ+Sǚ&"uĐ(܌On)fndտ$5Grş0R'vd 0}smiPa4!ĬR{EFcjW2h+}^׋.s~CL֍.X氚ON̖?%5O>Y{pωjf| J{x9;rJ@.ˠrZH'\,Y !n mo Cq*`)Mlow%b>cQV͘ݥ4Di0Sß+z bM~ј:76LId+{WS$v,6F]6ꠚst^'V2]?0oKX|ty ّĜ? `h#%2U(qdXOYJ FQKddOnOv-h5#OИJ^m@ξ3ٔwh݋`0!O|$D1=T켞vVrT-y#eTCn Y_]+p x >O;?ikQ :34^wUO8@t%9^Qs#Yc˼ia~!g_:@ K]h-vbsmuO- *Sf?զWcÇ?9%|U|0塾JHa^uka4͎L=aDqj(yf!S~H2F$Th<dl2>~ey{Ԑ2'!n[tiUϖUdeX]V[0X?:` _۲TNz{_`7ә1">CU@0W`קJװﭚ5ĝByJ>1e-[!vVA<6^nR)I^#+[V)۠e+߸#d] /D}a+빕n MT%?$oWc#n=>.DBQJV@SȤ 4̘?dUf)ՏW[  T bnᲓD?5Xh"5HFW`89 ,1{U\]nIpF@!|k!G8;b:e:t;b[3% (if˱^H"6VO^nG ;7 Elt[  #ә :#0 J 2Pm-xbhkw~(9zm %z}5 (4rgC O _Pj/Q*,+of$O$;ffBh>]5 i;{ٿ 2mЬ#5.TZ!4iz#$u"Hz+_kNcTL9޵ƂKvP̶JST9J+{!{oE%BzܷLRDәpO Uןr}rCpJmm'}W.}~oʼn[wYA:LPN)~GCyyAmT5-0J<ҿ$Fd$!U5Ն_*%ۀu%haıq^=2.4s+9'F͑8*i;bZoYAő<L/l!'V6hc?i ZVx\h͟BR c^Awv@f}U09)!x(,%&欜7C4#U\fH~\6zCpwW}b!390rGniʨ؉~/Z e$ >rm1+ŒSYhGAQ+$s4GkPȳGhXqߎQ#x(741/ ɼ81{ 2G)n#|)fГ˄Q1I9(؉G$̆G0O}N]:ȥsX>_mwdaO[&&eU@@qW ʇȾA6ep:!!XKJRLQd|\ 'W}W* "RHu_wgB-B=Qvo$,?!D']xN8m3م eqp&l=w!Vbf ".5@zE7[QȇlӨYXO?/)c|_S7JMn[qf"(Sߏ BWJ(pOfS:B}=xxsi1RckPǏQRuj2fdb@K;PF=(tF g:+(L捊ʖtt"ƠhEk(0$t clMx#!<5yKǬ1q4lZvŸ:9ax?62F2L  \uhIe0t] ~|pyҗQ1AMBh d*SSft;Kc*4g/ꆽ&lCM;vh&]zZL<5:!Qp8AlRf3cʬ%)3- f=]=L;9vAa˔BZ2Qǖ &]*߭hKԲ7,Ts*W7ECNf[W԰VtAWCԿ?.O. =D!04[̾4H[%lDUoYA(rc<*{2S6wz{Wb)A,U|S;n<` *pnl!=mt{NZ⋏BX%mbHbYK<NhU1(cx(r&)>uI1PFGԐ׫Z+8u?$G>ف06P*cv|ZĨzJ]Vŵs~C!d0 ~DA9sB4G"}mQѷ8Hd[-A2K, Qոŀ-RF煻c uW NE{a— lMY]toS;;Xb HiOOjکhn,c6Z h*(J>ޚG1e<ϛ xKuXmi7@L0H{qX&f(6*!{WH"|j:ֈ05;3[5~Ur}*uzqɾfIs80}!wF}\#i\|m##> ⎽ [(E]-Q[EkCOk6@ݚyR>Sj^00]sۅL=$|ɭ~Y,g;+C jTU$vcz8=Yo68R yt< 83 Rw|0d$ nG!nSf|έX2HҞ?v'겱2 m)D5X@|=2r$jWgFMOE2{yJkΥh83@%wrg[6)#Q r)  !UH,:4dkv9E:^/O-G25A}Q+5yJKyޕ+Nbmsܹ-α \m4ȳ!Ǧ17g}jS9b(}p͞ pWMXX"W'k=E@]/|hci/x$y`,Qʎ^("DStdujHt1qPbD@ hKb?(ɪRH qIQ ?Xn{*SSlOhe0(9u jWx kRJq Vs׺&ƶ0i;oQ8X[达c^W^ ׯmz / $CP;ZJ&$8k0E!5U4NUo}\׍(9;]>?HҺ2ZCN`S[: -W:晕RgxI?c@}:l@8&j# t%fx`F#|YR'ހ,ޞM1" ä6T?Ѥ֧q|bJŒ2Hd/sPERvW}*tM+%_w7J -e=W@sx&жG( &×"ڹ4ޛR%MZ4FBL kBtE;`X!*ǟB>FE"%14r3hA5fD9TAê\}?-9QS,ֹk +0 Gmgu8BYψc Ks\;fL?BD8oTYB}) [F KG_]G,yO.rQROٴ?yv\ ?Rq] >`+G`%7qqu]@I̵ױ2 2D,\29yTcV8Y ~;m?ZHɯ#v<,X KxTX`=3&0Uc nXUro.RA\VNACA]CW2&7="ɉZ3~+j֖5EӇt6Kr+ ħ&5>E!'bl{*]PJF'??fC߆ ᄇ_ qԝ[izrG z, 5ݒz x]MNn4(Z¦:\_D!MJO+\TE29`sIkJCZQ$q{oϺ+ZB*~%s߀rLUBNY ~ ͮa=DIQgsQ~P̨VAYI .2ɶ 5-^Փ'm%)[!dX>|㐟&`;VVE o;k4̘HǔS\VsSΉiCUUSs.P4ZHo KP+ d6"[*g8rKzYx@eK2gW%\.@+h^D00e0tkI=y]̜KZm0K{g=;a6jh |U{SX4ݠ_.4y{*,x~X2} 9W N6}9&yʮBtNW7} H"m#a+YY,4DKl^pN$oULDM ݼYFKDɎD]ZLt2/؞լm"Ah4(lݭ3e>v'zxb6gxdA5 M"ČxGaB;"sB\%Ѝ?9uB}-잊mrA~ zzЋ[2NmD'a+koJBL3@JP= n`:ln;ѣ3~ڎQy/GM3N ?E.+;ѢaPK5BMbRZ 5*ҫ7"*|ˎO \N8S1?WyQIL^"жgieӷLH<], DEGn\ i#ӤT E7[ ҧpn!Zu 4/DXM.n팝4x;3[|nV(׈!^%CkAuRD𴸚fU7=>GVMEStR>yc~ky>V Jn]@7˲5f K<97\ufn&PL($)C#JwU݌<M,|@Ē0!oñ\vQ\Ct^k7aXL܋ &40(c9U]i $\Sv"誇|7@PFDʤQ.!J~]{m[L7ysRމ 'e')|y!_[ 6>{/\IO3󔣏!` (f11'dk"[F@i 7db%̏ eMs-oH@8aM}+5)>/oť 2YdrFX=/SM` _MT*>*pF=}ucRg7Y6Qoy&]s%nj$FW)Iͦs,f{nW VDMuGr}= 17BdR8(4.nӺs4*lIl=:*W{#4hvFn퍢%S-%u )x%2Oڋa|Fp'j"0mHU-zɌk.C uE깽x0G󻦇¨´1@ZBK~yQjӺq )"4,VʽYn X,gVv`]?3DbWORTj+klSYB@umәڛ WzWת6X1 lX[=HYvHya ך ` vuط, >> .-6L+k}f=2IXIb|1q[g*!8D#[Mj ;nųF ˯7륄s;UE"k!%.CWvQ@FPХwrXd|(?7޴TRƩz٬j 9 *Z#BJBm&}oW>R딽^HDv_z/ O\{Z4ek9αګͥ0#EBRbbBMNqJ+ Ƈ=>C{̋x5N;wZw=,.c L̍˒AZ %xUk{Kl%Y\12nvһQy 9ej dA #Nfk^T1J/`QSIe8}J*"?nc`9~*Nˊ0l³4 L91}KحmkY8T~3)n~uU+^>Zۤʫ[^ &l5|)5,0n +^'+CTTzIp`SF<7b:끻iwT37AiO(йҎ(Mk3h~ &s(;aXzp/!4{H㯺nڐN*C}6$d; 8^=ӆrDA,!/N5o 1o5:v7}9m(-VgZʞ}I'zCZjp\#P0F$d]O}1C57kFWoC;|z*UUtը?֨PwӵH{{L,H.ՙJK&x0hHcYr=PRI,sఽK=2wtQ??\BS w .5;7+AWWE.](1^CTf04BWLZߐ̝ME*3 vǸU2"Ekp[s$1Wmj)ƫDީfg@ǭ,+lM7ҡ3H{?(&V, n- I]…%m3UI [;,VuW{ zUݫ'J܍,@@2C ӹ)N)_=$.N<d 7+4ܸ)9un*s$9(I퉙$fӀ½{>>ksT8ON=^h7"ˠa6~Lziڲfr6QgCc1?@H|` SSf)ͨ)Q;.N6` ][w3f+⒭<8 |^ݗzu%Vj п6=%?H싶0ƛI?4&1x~\nP},>Y?`/Ze$~ۏvN,2t_eT&Rm(_['=۶,D`Υ8|zS>Q|u]rיǖڭ|aWylZ5Oe%J%E$~u fڶ*U+Tr O% eHJ_p&vFTCP ^(Ns^SW;_K; qzZG>ctEb$aLJjyK!ن52>Qւaj ދ9LCw8Q^4T GŞd[q]kFƞ vd[2^!*W,|XldfҽB u"ԡ@7z5ol[bJck9 u7yJm%XHO"$"3{i:]plPʑLKAqOjf*R/АU`vjD>6q,hҺ/Khӣ 2`_M5 ۓgl`U/c?kʕȺi.m#+zJJ?8)Bo9j~3D]qGEP->mm`L~W}'$S[zBT(eK(I+|QYֹZag4r+}]l0̙7jSįby֕Qܞ˄qʛ7 fiȣwNM"~ W^)˘*J%??v5q>d^7fEapH@H2~$-<<E݋1BEKat"a ]8wz/DGf\Y>F&hO؈U;d,IC\"8Ɂ{(?'rg)*iw]®XzIyDN-E-$'K]ه@8bMZB/ի2̊R7+ \JvRaӕd3Wj^0.vxz1Es1ٔO>@Kj`ݔݢip4ubZT#(꿽b„z$%TI J^ų0ڱ;KAo-%U"s9|I@ -Z[Mzy/~tmΜ-wG#e ӽ{O^xR?4oѼK|whk?sR C`YuX$p<[`XeuJ1їu Ηj&oɗSZ0JHZiz徘 r!~ Vķm ɀy7َEݗ^t?7u;4 _|ʰ~PO !_ ɌVmfJ\Gﲳu$OwG2VS}TVd{r(x^ XǍ5 Pr뭢 !K5LیK3_?L`򥈌q>Jtڳ-ꮴGZZO}|j!:;r?[E^Zl;*j4Qe'NIBX K#-MGuDG8%B@ /]y}^oo@Tn\7O{[XGcyϒ4TtOSĜF{<|h*BhKm(ySď4laCeŶi i6?'UF[@]jO/a?N*&RD]%R ~)ŻWJ2 FK T$֋I\RaH70M_NxW 45sE(x!KjQm+m$6SlWb~)^1Z-+͑dDW]Mu\:1+)"&)zцk -OþxF8n[{0Jt\ M@U4;^q0Jp᥏F?OL} TǴ ؘd#;!ώB yjϝ 0;?Skې.+@2O6r(Wr.al"w ;j0~ FǞ"DJCu:` 60ub9g|傟bL֛:@g~/dkʾeQjɊj "1Mq'.=B7Pit͛3oGʍ e]& TZVV-*66!j/a;eL#,[=+)k70z7H葾K?aOIY]G~_оXss+&E8darܢϒY59;Wʹ"]xlT9nt܀#eZ.g$y=j.D`< ;r8 ȭg^N;#<cy& xlHu%oh[vԍyUq؞& rMKq牱N7E16Op`hB\zcsFRZkv)zwo]\o8qtiW7jsƳDN(z]# E;ն4"aq䝆N S%ўy tqOeaG Kbv#q0 guWniV!R#ܨ٠lzۛ 9M/%+I%kj $CbAѶ@]i._E2;^ii VMJYKFO`~}5}=Pp K}%0p(b{y6$f%l!Wj{qc5{*NdB)W9$Q(Ykab 3򍯆v#vQw[~ rCb7 ׋мl uh~Kr<Ⱥv{VT^HC&g4q2{y^=Jl ы[IA14L/8(& l6g=: xE/$IXxf?L K?R^ܚw!Ar=A~CG5`DX EUm}v p LUSǐ*ھgBQR]EGX_Q#3}éD蛤ԗh،5U%M8Pˑ ƬcY##s?l|gV'psFpv}m P;fdLcmM~g*v/G# Ƕ/&`ﮭ%ݿ*FBVT=j8@s$}:+}3=gׅ xMu Ȃ.=7l { >urchEAZ.v΃< W%CՕ,huxIޫ7?jy|ϭ}eefZ4[EaO~mBB{'k2ē̢D!N#8loNБ#83OxL}6gU0A(L2Ԩ-Oϟ߹t5h;kr j3<3Ak8;u%q>15;/U JLm"LH񉌦 ?Vu}*g5){^RTC#qcf+*?Z gE %NxT|9N&mpsgl):j V* ]O΂fK}\9|f oK;ݾ ߺaSDLv״Z2 R)/7JK=P^׻woۦ?`~-8iYMҬ.o)73:+̕Yd?/+d ;G#k[Y˟)4RUy)+4>{1)nZd}Xn5H ȩ[sx9t= ̂ mjY+IC2+Uf%2#]1 |dOp^-k3Vl3[I *+~cT#r?jxIh&[Hr zH_$GGL Lj, jA8?0g \uLĺI],&̇N'P*3ˢh% ^h/ZWyuwp%^qB 'P37zգ>aiu}g 2Y@#sm@ OZf'%X|%oumbW3w~)ώxNC-f`wәEڑoyĂ%[e_mA1^ڕ*VmH 1?'c_i lYh5+3C_BmMjV0_cf'Nx ~+^/N=dh)jlAȇ_?&1`:u+ELft_jyzQhG1!5dhSp٥n񐙩GEnoҏ³WUAXFe| Ϣ#_ҮUls[mP"HiZSh;QK>k'|OX$CXԱJ;~D=f;lzD&sǍ' EPEQ KuxŕqsŔ|TNU5>>Piծeh˽4nJK$k\6XA|ï:ݗ luw`f,M 2M;LYD4%okidm3gal;]{ֱ n]e4Lzט/^Aٜq]iH#uG`;!nv=U*?bݫ+|(KBS(z+좛f҃.zp|/2j/{kn'>5۞>.YH5gs9+#dž! WTGb[^ʟ߶!Q,#H׮ *ܟ^=6ކ;^僩|SWvn7`5\heLe.k}p7fn o*ٜbA^DU y_[o+B^!Uuӫ3(k)."{$9V` AK^}`Hhr̥W$~ 7cP R|Wr;y% `8}@Y~([3 NU0bNo3pS" L]ՑKS㯽R 77by&%NipކFZk},x,]Yh{@CDKOzQޢ*ݫs)(*NIc" nfЀUèP!O`[&O(78YRU^箸t 6(ċ7ZY ( kW[Ń Rv:'*T"94BL_BxY0jlP+H0)}N*ӫ8 k1J3n-;rhs_yKbY9 *8%#]bYb~WܺɐgT@ק1 57ڲ=-s Vz;Gog5ӓMB[Jg\0\KP"6t B†3thkLч{ڔ}WU!EC%4ù[x{c?Sk1jIDJ\86^B:ɘ82uHFb+|I;,0My78}ᓪGQ4]1lq>Ө{dtfD{{B rli7L~nP8?VM0:^Nh8DCz۲c_'p:`u'-, #hIR.]dMxR6c'( *KƊEK @Q#kPXT3jԫ1wԤ ;q 4f^NIjUGg|CF2uU[{E}vOuMwng18"a'٥N #B]YC\1!@¼yb<(,OrBRK"emHf0 GJoFAR{Ž'Sutp08 8B2.UP8 q^fxGl/XZi+M`<cMi58§m0e4}AR?:E#Id_W<^Gݡ@0"۷2dzE>I=cz_˼x,OM!/c oዮPm_/BYǡO5Xp^$ rd9ŷ kE#r,ci"9~s`k~H\iH2^z(;K\,X8YWŸ"F6nѴsV2bJ}!Bwd)G…PvyPoϰ0LqI];Lf&+?WGn.3TBAg[uƀ;omKISfݙ.Dҿ g|H!?w\(Yp'{2c(>\ U}a\$ {hYbAzEɥb+vt/JԁKdYyxG|՚} c@ģs 9D|cW5=((viK.m^SP-c>]&u8? =z~>,ɽ ֩"'aL\s!?] #ɰK]"Rt}/6r3be4VNIv`@=^h+sFIHU1Q]ZݡHfn%e_k{(qFyOifuGoc)5-K̇#p,tkV#( G Ո?Ml줖ϫ\GZ9niˆ4͒Is[qZO;/Z8NujF=D4`q_ptqe|ڷJ]7l+_bcCvAy z?NߚL<8y#51W;M=k WL{P) t>FmKcmд71,T?y?kb3'PĘ5^puz9jvM2PZA՛S#o.I^ 5frC$=$QӒ}6Rgu}6R [7~L]:SnWj֐$m}9;{׿f6h~r mS([$!.p!8x%\"HQ7yp41!7EnInsk4]L XI SJsϟy:2 x0_V cGX b'8 bxr.}=1Է/>'oem>'`t`#ԭ4- /AH+Vj#PKꁜMU{wSfnK0|m.{$Sz*AӖ% RQ- 1^O/iYmL_Ai*r3Rg@LP2%>= Nx/wcLl4q(ދimOѠNFeBSv7RׁuWG5x0ZT$d9C!M 3"fv!F㫞_:fpI* %1B)1XzMaeEhEXw5v{$x ԝ_1?a)//i"_ vTSEG~@DPUZd=gcCO@9Ł5B0sN@^-꓃מzUI ">,e!")< =[V~ZZl;/NL0Q=[6P2(?@Q$J'/2X !/Sײmj_s(JRkHMUX? "Fi-&)B(HB51qR1UÅ}-`K?s!:(+7Hw!!hHcٗ! *X{uДoȰ3Lw~?S̫d:`A 0abZ`ajS3`U_ҰBssobe^sԀ41E˒ Jw~0Zej?sע oiBK!HL8Sql߮qNKTY@ʱ]Z4Bg"#>/P좍ٗH7N* &Iq,  F/B)_cR P-|1Q=i 5*0etYS".*-JUt7'|9 }\R۲@HRM 5'""f8JMru:A$IQk @5T;Nاxߜ60.^!~гUǥa0 -(}Y1(VP?`d'w9v)iz-Wɓ \W54tW9Oevi>InRA.#v2fr n* d\qTˠKMg?.ҹh̟>KKLN]N.QSVN;4Ý''qC|l1D;k-T&V>d|[3]|zlIჺur=ZfmTisޏ$++=gyZp`Wb)B|u"F~>B Z{iڥv6A,XP X&X ֲ_x|? [oEhoUbYSѡP~4 ( yFYA GqU'|RnB^8<0U)˯?:—l{u#RZAT`ohj|!4NsJY"˾^kޫqF1=%l玮~/=nY֜_`='+| R>~b:n'؉N!#I_,?}BrpNzNz%![L^^TY6~V^MQ8F g=8DT}% D^Xc٬ޯ&9}Kmf o>Hń^yNiw~.q] gL t+_eZ=9ބE5FKO[A, p#iJiRwSwXƐ(244a@\qs1N< `!S;&E]Gwp0 Ls_XP-4m`OdHgLm<ܳ=n˭B[Nmn.La5IX?JdǙ%noՃ.張kI7^{`ѺS%0yOn+0`CJjPè69[^`9HfD=TPfTj<i *S~N+Hf~VXl_B Jx./.tf["ܔ걔?ϭ)d.G 5:Uuaa#4hOG>#qQ& 85}`;]zxV 8aD(seQ0HQz^W=7I2еCP 2ĊS@aoiE-`^r0pZe/`=1&_>jQ&Ak!f[.H4h7D=+Y\rc6݉ݼrn f6-/sВkIvėKV )8j ˙Iw;cOSCέfСŸ TU4$ع(5:`y89jN`|?HylBϗG@sHn8Gu]v#ۄ >d>qi9cyY,7'u?,lkT1|6%Ib'kH즊?. e@+ R~qs|GEQYJ죎y rQ ̷8ɒj\,OydQCбʋ KLP{ŸQHv¼а+ӫCss@R*N" ȶqVC U"@B=M#:#5) 7uO}hFqJ&P''}Ibp4^XUg䗮’ h~jzwsj š 0X:PGqxڒqVGGϷ,VEt~O߲4uR?$#QSXvBbdgVt>Pܬcy0 =Hp%E !3O0/89TvG^myaX5uv&>s.jhRⳞ*r+s X?Ar x2A@iIZ5H3g-oE&?w;jA]ޮ+\"NT*_יtc~~S 9AM3rD@z;yOgHGY$aJA!af\ E݂VV_u/=E!‰Z`f*xf_" `Smex:|^$G#4wyg%(t>6[{} !˚f0!K12 K%oBby'7@,zz BlO>\y;Q ~VunCw*yGF_B;ÆǦn3;Н)fYc0j$Ast2iəLBg OM%7";zGOHOAW8糛h`M Jẍsn!SBe„B{zEh7bUɕFؑc1v f|rC[\T!JKft(;dXaD՝بJ_! @hB"g ջM͞B4L8DiÆ63+nXFlQxWSW_sIĀ/B8X\>B֐^hD3ovJbU5%'N6\rXЩ`["t.L%])AlWy$moT;@?vbҳIfo)ol]w0G5xJbJBR= TeəƏV$Y5(x=gύɭ; %v]s+vtDh^D9 `*9+WaQ ǚw5~zg:n)a!"[G:@FZw>#:RdlZb.hMe}z)zD Z+cG6+ A9 NsM5&q b$W$(/D,Qy-&uW;_ď4zGJ27d۩u^ޞٻvJc3LFY9P|(2bɜ)Nw,xaǬT)@`:a *g/h#b^gT!g&Cgy(9h2kIEu7N cam5"7w  k[Tfƒ##UssmO@ٝ znԡC ƻ1E \X\*?U4˞4Y=[`h@26vȫ`&Ң+[v?\BDF3 a]h6vЄaB} r"w~ȡ:+}~6z==&'~ltUv?~R/_)@mQWhy|fE\6^oy=;9ژu^~ _>Nl,T7IDpӆ!6NiaIE"YTZ̲YOqm4V^* Yh,y&mJ4mCz/ vL4xE|VI| wudZ#($L$)n7y}ejL}ք{Z;؊_Ps\*ISqUe=nH){۫-f%[tw| N4he8k*>ZeODnCinjUL<"We;s Okh'lKߝBN%4@d x!p5#<WvI=GQckR2gpI_õ/dĵ0vWGԯsf3 #Ig|dTer]%* $}s )u+;S '*YK'^0'*I{7D%Tږ\Ii16{4螹ZYàP…]XR1~?Iym3)uJm4$\\DI@LɐsUSSnp*38o`x&ntb|Q̯R+QPbM}1flv=bO&}@xM7R* SRO1+~,,à?1=;Vޭ+#) B Rд&.E]TnoӮC P(0iUa9!iE##V.%} *[kM*N7CsiL6l4b]ɺ3u{Qg] CKM"p.(6EYK*2zZE [Kz 3<ܠY.rw|+gM$;AEG#b!\Fcf6B4No K We=TLMK+ʝ)Z^KWĞAUflEQSEL s݌'7͋I|>7ᑻޕ;YZ|pVK/#".Θf'Ę_bW#RM7 p6wc"*]MK *,;d2Ͼ$ĢK ?AY,ɲ,x#?x,d7|Cۃ5LuA;[$PV:G 1ViuRJCG:)K0RB=b`uU_L9olV/]\=hrM(ɄMs!o#s{]}:ԒC mn =DW V޼8:ndaʐnLtÐ{kR S߁[j8$&[ &.!a ڝD2H@ yN]6j޾RAæK4lYR\\,S[CiL}X.tځjmMx'H'dL! YS,KaD$4=aDzdLɋ8b @#LgV:Ã̝.5>F(Qt){d~wҜ{eT8H)F5[:o_s*ܢeبmբ[}/o?XNP}A5s&l"ZwH؋`U"TG¨no+Cu{$(,p0L_!n򺛙W琙, +Yv ǜ>*Nihj%@k(׭-M}$l`WXݜYֳ ^4u߯E G !.F ݸ]e%)\2iOW)j"_ Qo+mb?#<-~C)VEqψfW;h8!Se/CоGZo&>E*Po1ͧ'iqQhԍD[F*Bk~r/gW2\SzbQLHc,MkC-9RRN?77  kP'k=bSceЭ)[n:JaOʑ MNAB;~,gB+k1;TJy>7<սpk`#w$ *փua EֆM.=G|hNhHEHM њ 5o6Y/(AҖ3tpV PǪmcPk;*21A׃.cAcL0 遧is }{J}S(C@R=šY}o Ȟ>u o{z*=I/s ؖn[`'=n{u:t"bzKngwmwm̪JM-I-`Rȁ0 T7Wk_>L~2Z9[@;;`FgZ#FS"nUex7Qb @4XԁϼT_rr(Q:zB d!Evg7/9>ι:>DMb`Ȕ# MkDyA[ "v7'Tf{JX`>v }g׃UO'#dΛZ,$bDP#w^7Ac{r O?k7#D4A+mȥ6}v(xD/(y>!^Bp L?f%TȊ kH\A}L&AUc!?S^ 2-%'(zBQy7x`h3MI5X[JV{ wbpVOwɵ|=gVr9 _a |5m%!yo-y ¹ny\\vMv7;y3?8f""RܒwQS\>kO!;c/WgBՏWɎNȢ I`a3eFU*:^o*]U.$AڠOaJ!Ã"kZﵛy2eWVNw`p?^1C k{J2ŐGap`w{ nRlě{ C& *$}>e<$p s 8<6s5rR%<h(eNܾj_[(<2duźED[uXE:ZV~h%> 0Tt۠Pnj!뷎0/o :[FfXPW(ΤnvLgM)(ó XDHA*˃k}^TlQaL 5^_i P ''2B]+bRSWSbA8hy&4Fxna4.@S=ߡ'.U;} y\F"{D~6y3!ÖH筏Dg6hq:(iYYfLB.sۂCfM",[N7t^DiฉAQ+)R(:jtH&bUnv9 :I:%,N䕦E}p6Y Nkwr lf~_o6ZOu6tB;R{ sZ7_̭g/@cNt KX!+B]x` N2n$ >6JlRіRsfKٷN(}6arRIןQ!` AhyoS٩[)U%(%ˆ9ҳGKH0BΔl42s*DKߏŗ^%kJgY#F4^ak̵>nNmPzq2K5-'X7XLhkf+'7:_1hD!GC:^ zmKT5}\TKQ!v2]p%=(9!3- AY5ĪPPk x F'm6yJmrpUsP.lndpnueO@ M9/ =A'XaUomu6bn[ȁ# t٪2}LHwEQ$h|ʖG?TR40λwI͖jXl~3u jLW!?47!L1 rp6X1=E=[&~n!t?l57#G0?x]h o4ݵufYnt~wJ9=-x ;n5x4*w8@>?B6"e!XM$NMm,tTn…إe(чT슷|t r䲳xSDŤxi'XOf F oSwtUY4NYh 早^{gKа`Ei0/PYb3V "9>vsϐ ]OMNCĀqqF5} =qe* _Ci3ij#kޓ$*^]plS:B1^EPU7ReQ!`#m= ؛X_;eZ JrC IbYssxON21Ήi^Vj}v<$\D#gWqSRLE.NLٝy G5#m9l>F_ļC_N#n%+yſ.{twR adcDZE AQ꭫-J]쬛RՅ`ڦ v.]_~H^xtP AqRg>db68I,@67`!> t P'.;@eP1p.h4ŗ7 r7dqY='Q"GN^\_WeS,{d$rj,kCkࡑ!N$r4lmroT"z{Hᥰb}ʰS_ͭ۹xnvUǝݥA4?<-]GPԫ|F;/6^aC=\s.ꬵ[0f\6m2=Uڡ#q e%tԃ.440.GP6U3%VGӒ)9mlƔd(ќ(6 5 Pҋ,Bx7s4mj=pV's'TD?"5vNǙB'NU{#WbwkP+Wg6v5!dځ(0#w֑("hTʬI1x@Nըu\ÞX^=Uy>=!k7 BGEX@PV FBr ڹL b#:'Pjk[",˯&u\'q` qX,JJ`/c!* ȃZ5xGynY ^U!R(֚1/3$}Al"f^\znΜ- EE4ʕiտxr9!v3P4W_MbV.f ܳx[sP,oŇ.!ifp9Z3>еs'*ɕ:έ>7Ć`] JY,Ep1v1̈́3flaasŰwd$2Z˽+pƔ=PaK>@Ф |mMY" +{hW[Ҧ3R897KVYlƣڻC厙+2S `C/BL QXP]q&Ok +i^adTevP_*DިC9$6]+SOkSA!|}bFeH\wQIeqTn ԝ \ظCd'v S耸/5kJ)f>gC(x/eA rԯ$!g͈0hrxn{@©2Rӫ#ɰp%- կQՠoxmL /|zT6Do*ik˒JHg^kiY٥\",*"m~]UCixcG 9qBd.P:UUrhP%j8nϠ//6b,B٧| (`+mAz@ VT]HI%TTESro"p<$7| jnծ[nDޒYn%Vhr"毋9>D5T~rkq\@^9%aCV┇Y^"(izEjj72+$a0\̍&]wmcv#}9D̗L#_[yؽf 5d85S[!zg0v 5AtHTl`SlAb|'ֆ?)>0D3fc,;{luiVP|~#J"ѮǸ6 9}5obN!ݡs˺c2;^g%o]B,vUI"ȷ`~'cp$\pUt){T;LyuփaВN oܹ2czX_AKb hcɠ+$ F}*H*væS7KkWqE zMOUOΖ-5@\,u1 L|,pRGxD=BU5W`%!giv6fRrgDtD(zl&ěU5\ y-;UK?rθ!%/S,:orU .nK»֟Ԗ m yj<8lQxֶ/Wyc1IFcǽh$\m͝ZcuG+ ^I{ {y&@w]| Ed\!TsB_#aʬuuZ]Z#yGYnH͝T'l$ };NV~Pb^?r]ѐs]oG稜,9g{@0̤ װ}wC1)a Ϳu.*БҸ8zyH+Ҍ8 YZ