postgresql14-server-devel-14.19-150600.16.20.1<>,kth=p9|H'$dHx̒" N/g/~ະ3]G鴽hV_A[邪>R8_L@eFaOB00AY`+M_֠.bfPt{J{;3uA*UtոF bSm-S ׉\0';5E屙BPV/赛=x{E$>ü(OBS޲!@pUBJ:u(N(Q3fXm{qjK>H.X?.Hd" 1 j  9Ze {     .p  L  |/AAP0PQLSTPTTTv(Ty8T79U\7:X7>{@FGHIX@YT\]^Mbcd eflu(v w8xy-'z------..DCpostgresql14-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.h=h01-ch4ciSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxx86_64/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 / KZC: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/shh01-ch4c 1755283261  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-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, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=1d367beca042f56abdfb521d574fec72a3972ba0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=bbe54211c21030e2b3f492c32cdd541921893ec3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=2f84022e15cd74fa1a3ab32f623d2d4dd29d9fe7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=dfbc35be16f149df9b8de8d612b74b6c124f41f2, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  R RR R R R RRRRR RR RR R RRRRR RR R RR R RRRR RR R RR R RR|k4t_a6postgresql14-llvmjit-devel14.19-150600.16.20.1utf-8020e17ea3d1aab8105699b52083999cdcf262a79cd016aab74d1b84dddcfa31a?7zXZ !t/;]"k%˹%0#J:fV!"fev77-s`^ݒ05wu?hɳzZۀsJm.cjOMdOAdssfX-r*fuh'1t@7ӄA+1. ŒTC'i3Mj]=4hFWEjv8%ZfzPl&$176 M%BP{B|5:9*V_!q 38d$T5RDȊuz xuZ}iXG_U @VYuSؗ؁q6Az9> %kF5#\KJE/"=No*h{ yX>qPRatG"Q:[ԞO3Ivާ6JR$ė'nٖ&&ELEL\s|+L ؎e^r}:^ju苎S|Ul?5/1BjJmDA)SA// э@ GyxOr+g'-W]btJH:7'v欮]FÌ `£3̛O-Q~4/KgoU}y2IY`]~TQ^uIͶ-du~E|ڧ 2(, ~qiI€ /jz?EK0t8d4\y.0lfR}j !-`!0{ N6zHV#^ufa9y֒;:g$@ԥw*o{iN]YkOC)7[Ff1GA46@\)ߪ:e/gALd.V,}y +`D^Jzeh0]JرωM賒q3H/3a}IoP˾$nsj E2Xe6s18UsrS> bӀ@TU<t Xj)γ椙$S- 92vn Kiq7!a/Wv\T_3c9^#.#p03)`Q$g)zz}`a^%KCQǯdta i^71 Ba}t,^OFƵUsֿyAI$Bn9eɷn{\\c5Rrq8Ǒp@<-/Ut>n`΢6|>DOZ=;xb=>P4o `'t0kom( $>JB^Zxoq1}qߙ*6BDT!tU|*˲%@dM7< ~KpRb+ YKR]8:I^gR73vq<*7L`{Lh_/W)7"5܅:QXoT'yhӉȣ)5k\LKr~!dhï9)Caj±ٍ,RR ^j4-r26gNEw VWVvv%rWJ\58n xE|̗7PCo C(;Tc#!Q]M˚l0WiH-'1U қeDE4P-ӌ_rQFjƃ_QY՘.|1mk ueHYnRԃVkU|d:$ߑOZ_+: O},#ɦϡA뜺lx#pŽLø2ZgHDCL[7a=6B9lk}ugc%FgÚw 6p?P"HZ&=4zZ:i2UյxjE;mytx-MpH\`xuҢ)YȺ$K5C>T{y"t4J N2[`R`*^=IQrQQ.۬0<F :\D)ICGk^R6#S.Mj-o)ifoscZ0O!} M=}c^|K _jS!R)XEʣNEh)9oZeD&L*jU**6R %b7)id[-, $y)ST*_7!$®7.D@{<%{(圄,+˜4o~^w/8Y ; )Z,t{.q|b@$iStGD^f61V G}sGʺ;a +{vz+o '[My5QM0Fj czXMT$!^se&L~ A ROo xa>.:x$<NXRlZ/vIVyY@nea2< Bh+a֞%OJNC 0)2^N1g7Lu-f<?`_ >]1 ]BXs0۠s#F76֦mQYL{$Nx%c~&_O1T/;jI4~N[2 ܷc>`գZOT{e碨h;,&A#nZPLp}BwrODco։ KϢYzPW}-iHD":Ec e,n2&:PA8,f#U+v[ʣĨ\M^kJ: 9,iiX]2Izs+~x$t^2[]9EdK4zkZVPV2"7֦,yTC@ :ꏂ+F \5\/8̀۠B9OnUie{JHGB:x^ΖC_ Uм),hz<5涬_Pmc;fi ]~d f}\9+b\kW2OMI&l(8 r0MP|q{nЖ3} &z~s3Ji pYcr ̈m#lz4yAyɕqwLg6>)^n3{i;2gvU|U޶:9@/>"Ly(`Ʌmyvwգ*fÓ'$3CS%㹾sx6u^)LT\_6ZGp ®.sJXZn58ief*pK bfJdIhYv{c*H LWӼ Im's lv/PGS ~44|_`9}h de"_sy#76-d<^g~S6H,ڞ KVEG=MY>4=UZzmX0p84Uo?dZUG$PH zA2\w!o6vUpS[|K>ʡTbӌU䌻Wx >m% 9=sa&_xÃrzVyRm:^u(q"5+Il${-*z7p8\NݍΚJXaѳ{|0#BtQOVC*t&HH`;ء2G]Qs uaKdG<½E6E警Ֆ~Z*S:I. eUx#~{j1$ 9Sm]Vʇ 8yۮvw I#j-vAqqt΀EI6ah <>|e$@Bm) |ȭz-z #F= ;ʆjCxh&["^M7r{fLiX{mޏ+NY2PďfpM0c.X'dB8 c/yŻxb>IOΝJDf=H$0}ohell2$s*U/lc(>><"Ap; )3 L\wB l얲gNy{!r0 ]n eTK3$%+zRm8_Afd>ƛ]!=Õ/K B-U:tD-O"! Hvz4ÕHtt4cgbtCdQ7+߂& 8uZ%Qgym+1;w3Sӡh;>S8=ݟ{'iR3:XC-KL +]ėu''@7u'{ϓȹZQɕ A Zx^Q9F)Ky>Wm&Hv@v9 1OFaA$; rHKL.qG-Ad5k{i;c%(B|.Re#b;d#dR7:U-F!βuHb#3@uԢ|#zv1u)dc2,QZ(YL1ʗDJLvrλpp7 j c1.m{#|NЈ0 zoE * % jp#ܐPc-F~>orn·!0 *v[؊vfCdOJyߎKQc(=bTJy4; ;*&X)a \:2eTQ RdЁ^DA%΅$쨠-,M9&YKۃdV!IG>?㽳xvF_@a>cl=\|8l8s7+;WQTEs01-/ Boflq|E oMmw)TT Mzz]اyTs]wz9/R'^|#Brʹ/6rOXI=2 O/jlS=2nnj`_m[U%7~4rL0AO{ TY-p]BdǕ#!@ +#p=;M*u .MC+4-t]4%V~1z<1n` (&Hߙ;iPt;\LJY PʕM5)QKJTrl&/򘏓DMm_OH;oQ9x*Mj((O-Y>Lj+ۡ8e ]{Ӟ|4S3T};L=vcA qQIsG,p,̘H^bCĦ㮁LҕWiV .Q)&j<I '7d0=9 Ιl+]]`lx~*W!T?ICyk}LuqQjx'9Vd*QQɊu)LpeK1Qp)z[vDwz Ebf>bl/y,9jjؒt=xj}i ~}xQE i6RVm>Q}0ݝ?g3~zD~Uę?_a{^̮ڥ>rQXTPDӱOUϛZ4Cm#y@UH_Ⱦx%ϣ7xB3M*vKnĎ4ZbM_K1C:o66J0ʓ 2esins⮎L"r 0חYpbx{cxy㴘^ɳ6#$;4/e82@A&ƶi_aG#־6Π.Ms> GY%3~scCZ0 Nrʰ` I1~=]xbm򴀬XDVQ3Gij@M k SZ+Ζ:~`WVvegM|(#j ?z)"_akߑ[Б+ m($ mwFfyA]T>iQ'!RpE{ 6oWIxcpIJ|l"q:JoDM_z T NoVjZq}\Wؑ۲ kt-űc3ǑvZ.@$)N}9p/dP+lU#<tH뭌ђq۹ɜ4I ^<6#v"SYh\3 h0މs:BS4<>s˺-hrs@ 9 o_u*,tp׌tAR % /kXߐśxp =GLlr[O[܀`'7ہˆޅCӍc)P~cs'a'ѫES804\g܂L66J52L @?KS!ޒaV9I*CT5-"B wX x%OXO -L ܴj^׆@|&ĦvqBP1\Ա yvPOx;~Y,`P\uDO]фZnw@%"akNJѳnZ]w()]9niMo v "zi6Sx(#1\r_ C'kqHXh.UUZNQR6WAZ.Y88`B6jZ+F .oo#fȸ!6$$+ me9W*9d syr1U{ڨST6Nn@pE‘AC>mpHSU+˂= )Z\2!t~9FlZRညw/'&F*= Րp.' *1c ݶ #gc+:'Mf!syAm II*Kg;a*69N=-P=mUݿQM!!u{w͗б9 h'g>p#{$pqV;\^m#No=*?ι&YS2jTyebӠԕ}J+I;tJLfOvvj/yl8Kal62jIQl+ԘQ!A|$!7ȝ[uԐξWd\L_cwoIipqzbEk>/[nb&M)G5;2tLZɑ 0|U'H4.T*kp[)MTT/lz"| br3rr/>wvm!̐zu1زE0v/{nPfcsK@`e >kRٓezĶƇ{~Q1I$ @S@wQ)d!=BhIa䔴 pM38ݵR sznByl"Q8k,8({Q_q 2#BXzf?g[)H @zHƔ lf!CRc358I䳶iDWAW{&r 9^ʹhBD]Om~j4P$w`="d]nW/37 v{_ҬŦ*L< ]8A.~wst>iZ[#AY!ÓBS5t!lbBp5į6 [W JIB3ID>O#ʾ@彑~{ "3(0Ysr!Mb}2; e?Z\7G4a9*=Y25| (zpӣkTZS&)$Dj< TPvl&.Abu ogD{j_+pYf_u<"0-z$K8UKg]}>)-%н*'U˗3|:QA@KE0*~|IE %?h Dy[f}eJR]o]~1Q=o9WgGB"]'cWY&&jW3йs<>8GA>Kf?B*#EnĂ_w:pIô)3C7euE`tԴFJ?67&%NNf9"&A} eMm*Z*2Z[qO?v> ~;d@1t[I798WL=: FB+}) ȿiÇovCm:eܤ폊o(ֽ]5 OcD6`uhKc66^Q?`റ% $T(ESh]pCGw:: g#f*y" ,МDP#L)=C e.*=\A8BBVq*]c^|K@;ä};M30G,+K; Fս#M{29Kk*g~-);16HEnmüS<1? W{{`K2x-NX Z<_ZI/h<@bUEƭ@h/(}%9*.HBs6(.,a '& HCQwb}v0;Ԍsu٠[!#^Vꛝ " IԐ-5`{!)aTo+0s= $Ov ぎպ:D${-II Y %+m*&/UHir[Qz(h kȈ:hDS-rypiNw?;KCh%CRy?/ eOXL8W5 OA)P`6qCK1&CX7ՂTGMw\R*؉l7Pe?ՇGxՁ#Yڼþe[eXsx)@ ΛE;8dFjHXkn)ҫS;w՞t=$ccᒑmP{fz<@ɸ%&NFtz%˲ /3eDDn7KN@㷛-$)#$b=Ծj{2+9 .oJb$V1|] B-CM\ookktLJ-G Ruׄ.^mArGP] ]6-QA#Bt!݁y$,35rj<8.OgF'V:u :_~/.:L+E{AsYCM!JbԡLt MW)*s &b3-tNVxz˗|7hh=Dk@qCI8(BeK1V9I%CP)!Pvc׼#o3^S]{W\x~#Gŧ6wv  3TŪEshL#3yШV/+KhhDK~|*Ț9eu7q6 Y.go&RA;DN{nH|lQ@1/LA &MmITd""{f 0D6-S#Ni'%ui`^?F"t73U3aLYS&q2qpuO(x" wͽS(j9'柡w>p$bdTtOcGz؈hsnL~C" aži$;pqId*l ^<}Mu m҃ɘ?qk TvWԲ @Pr|nB4?Ԩ@;nf@qG\s0>ؽ!ܡ( @_[[3{==kx=WcU{8@G&^LP.jʽPf̪L(-.ܠ%}x|EM_D$8vkH[ x*\ȎB3v0p{y+QMC7ƺS%8ݒ,$z`Ǚ /nE5G1HHmy?c2jNJK $# IQT~ݬ>~}%"dc>F;lu8 [#"Cһ G֪bx*u iMG6}!>d෹KCcn{~i6k_J[>:b.H ُlEfkU謂w1F, ֽ~j0)wUd@ 5&. ifA4w8xt f TQbe~fO7@L#qxn^-8X8.pRN`OաR|4^@>J}F4?&EҔm8ǼK}ryW룢Hy6Dz`ieosJP~0x7{ ! VZk g9v_]\ ' N(r6k}+tsMcʭ:ܦ3VGP>q Ѹd@I  N|D*`{U3l-i@Z)_XVn2o7W;0EU5Й&oֲm"8f$(X*`>kݰzbv=jVg Ci-RpXXs cuI4LFzoܽ# =.vFߧAUpBx31Q"KnbJ >uc*D?P*سsoLJ1B+93DxaSNmܴ#G {E қSOXI @,=u}1_WɉtIŸ<37L- `a $gRm·xlO@:te*gGKÀZL.P%)7"@ZNrԓ1|@UlTMlj%0Tdr)*)C:% khdws<8:q캒=VPj2dfGM+_u`]CHߴbys͓[0T¸k{F%|X)xf;L%%E~\o`3^! D9 #PŏiHo^ɴψHJe4!6#i4zNyG}s&Hբ.ڧsV ֠. ]2J'B-MM ]a?qc'޵m(wq;2A@x@f]押/g br"J0LeDvݿ5v}jܺJjQ0-[ XhlVk0D:)bsl4Sf4Henp=QWI _Q˙6>#qOOUe㔿M 6JR ȵD6|+bcXv$wæftmE}DIC6M-A94)Lw8m<_G7aQ`\L̀ z H|γq0\۹}¯ݸmdR* D2.Ts9EM&YaT3oo!J,5Ȩg_IkY-~d*zԑPh2H06 HU#mJb @-Wc _}Zjp }N/Y[\2`CsxsP~o͖*R<#R 8oZY֎RDB3,=+[ϑK#rRa0qׇV~uCɸS_0Giy d={a ?Jy`-M{=3Jq/6A} &zXEscDj$ %Ӿ1;@!*1Q7YY]:Ȣ"ۭ.X3Mxh# X 7ux*)'Kٱ_;z2eV2KOpyZVc `%4Atb [@ry[sǚSmekڐ^!miܬ~fhp>xΓ=&0ߪ[݀}=ʁ {II6\1,c[s];fO_67ΐ,pT ).QE'M>(+"+7*iC){$e);ŇvۘG@1SN@;n /S(RܦOl׻ e{¿ڌǷYWh"lD_ko'\ҥaX@'4G*E"3H\"l%q#6G%ͱq1 sDכ18ڃܴ.kɊmy7/?-kT隼4 FbHDﷶfnZԉr]Ns;a*ԟ >Qڭy!)zws3MTq=qZܞun/t*ćYqPg3kn /~x$. O}E@  W)ǹߍQ z4daZ&`^putt -)s=]%e\L&Eţ&ڳ\OPEox~th$+0{,lz(pO%r\& 5Y`bpKpWO0J"Bt1?oXs[h3`2Ɂ蛳kMiz{-gc-LO>xe0v[fn?A1z.iF~d#]c@䬋7$h@| ˞,T)TIYŌFuJ"B]#ֱ,_K $PoAh> xC- "MG51֥Em#(m"wZYi)ol Z3熹?Ζ>^s{pq7+1b}%9JDnnH=9Q=ep&0i vyXQ.9MbjI_5).ĽlDF΅,x'aB25Cup($愓3ElJ-c]r^ ae+^D}-#dV;E,'mBee'mWsf#i>,3a'Bg &a{} K#HrHA/LJb3M*.j u.^ NF从muXPϬ%SN ̓J>.-1 i aX۠&8R?]pIa"(\ZMKx+0V4ER:<֝?+g F :Q91 BɄD~K5BzuCxx&f 6ZP1bptܲlLd^x>k#>z$FxR]DiE8,iSmmQkKVs,5L S1^kZJ$Jy5FOf xW d=6](Z=։~~.nQ .SZ_-^y\ݿ_o`}ۥ1BJ9Rf61G] CDXpBnU 2Ő{j<@8Ҏ;f0f4Y f HJ~:r*<͊!ӈƦAv.R: C1fBBxDD+Aav}q+.,H4' SQa'6|>MT?9# i9CtD3LZ|l0l)0 ޘ,I[,_ \`S>Ͷ86>Iyoä@#!sk:yDj r3m[jIMnIm7kQ0KO-Q y1 *X\0i:|Xn60A%c?ǁ8m6soɫ$ט{)H4ىY-G` &krwԿgVѽl,O}B E/>7q';Dcf([54_TY!X1pF+\V59bBxgC > t@aA{DDs<;b4'BYrAH9>,;W7"m/1K.RLN= 4zLs翭XEdEFg'o +-ϕf~-CGHVA"Yf͎?ĝJ[$XobʤSOw.oE{k`6h.x.C}}o>tIiϙ)Q ߻V.w'Wg[ Z &i-?c g=i %죮Q wǐT5L6v>X"6)F΢S3TqlT~УrƂ5LYޣC1-X%|<{ֵCui+H (݋ip"3›:;` &ܰ&΋!-W}bL=-Ϗ{Q3fz7?SixO舑 Zr9lVD /.?i_E'\;R+'ձݺKLzP?)z^4mB;HQx+^)w "D4ݴms[`}.\tqe2F撛BKFW \ 1 *j#AOd+$lG|_FWi+*FG uJ~A_౭K?aE.柨:\ᯬ/ 7EpN\%ik`< V86aL@0oT_H&^R6]Wd gig%~ !yaWqt#PDܙĺccP {E!r5Cg_$.[Y+QC2.96l0.X@wTڔϧ)|3k%2BI{o4$  %ݒ ,f&b>?*38{v/)[N栤8l(RA+F:+g KS {jk!9BDx&D|nŶ 6w2޻KĦP-4FG5Nmr2ug!|Zy,op$)mtvũ|p'=J@vn&W:wB FS|BBE8/gJgM}qg/c>Ũ4 @0c6o}˲ 29-5Qϻ "hSxr/ G*QxbSYEѧ(snd@!WNn"P$O:'pn/<W*:ULq&ޠ5n6! ,w7nr *4ܐFz_vqc-/i0jIyX/?!˺VgԿx\#1D'QVGP0wU4P0̋}-~6ؑc7fKÃfabB9bbt(EmtH)Q NQ9ޞUù"JSagYlf'4}sڠrYcJI͉s/.AfEϵa#ۛ`t]֟.3U1hi*0Soj_s)X#CCm_!(05l-7;UΒAdqz0ڝЎ$!Pv/mL4;}tU6 Xr!mZHL&#\wMz!t\łP8$;|࿯кgaH};7rSmKb}d4U*.@ + &! 4R-H\^9Ee$sYݙhAN uF-1, H5X=6.հjȁ\$5ujufx$1wqP\t*z71 Q͑wܭz`,4J) {WI1grý$TtfCw!)+ŬP× 7).NpKEv:ϓʷ)5uy7mRp:wCNYpؑm*]}e!= ֘4B=1*[O5ޯ BCw#5c[Hں*=pĎjmř>yȫj͞_y&D4`4B x8xp;=](P$QL; )_ $n f/A>8q}%.⥮e@'z'gW\ʆtd!pr;)[BKQ-YPdO4T&{ۧi {[R1szٻ)\CtZdI$--JE53ǖ,lU^Cs_?gp[GLdAfl_CYs$V=j=wG, 460[CW]k`Z'qj=Oqкcu!vK @ i]*0f辌Gwş¤p%HLPq>Y@00H;wvA^#R1jwNoR5&'r;HW$u1xAU&J#qR2\;(T(G(M~]09p3񬸨\#Q>X,0N+]X @ ΰ#̢.RL5%i6SO>sR*L5hCPP@?Wg/x c!K;F&਺nz53c=( {"#Jޱ|Flt׿Q*nu}F:-#PUq{'  [II uNIV^4ReP),D UIt.5/. B9oqY JNΕն{A]`PO"ũH9S1f^E((>IN{xLx1M0b`UAJTO :0]Z9Ӌ+Zzu=i 57ËNƿ~@>_(@"ܛUz-lbC=Q(lE7پ e.r@ 6e8:uUrx|\+e=:t?V97̙ΞWnwYG%c~TDNࡍȁ8-Qʫ22R3_! ""'Ri P!C vҭjGTV2NQUԧ?S(-f?خ>8qf:э9Bky k\AVX19ljffa oڸ0 gQK޹<*]y<5Me2؀m-}y=[fqV'ⰅbBȫ (r3ʈ 4= ߨ'Z^I֒Ev ($ƵD4s rLtCȰDGnoZ!EilxT%+|QCMb1\#FP#[1GfT.W+(ӴzȚ\u,]H*+ZxȱozE1Z_izKǣz% ayJ-rN}{ԎOE##/M=y龋՛X9|ennNƅVq2jNKa49|g=q6sGSͫxJhDW/~]._(d"VRᙋbܶd!ۥޕR+/#|:?ȎZU6\ӞEqjE@֠NUM޶3{ v4ZWaͣijpSc78$PkLXf"t ;F3ᒳ(sE*pXyiRzww/|BĠA5U0T l'3>2a(:g_W|7wgytSQ xǺ2f 2/dޟJ[̞l7Հ(*0{:toJUI :U\<@xx=v݌ <9ywO M%vh;^:8UvRn~Ö7.6]NFNR P)$3dJ>^MTh?N,gaCbGjm5<9,_ܠKfٓ`u+Phg=38٦oi7?a lo~hkʕu ZaOa ߩpQ5,@*+[1haXe;>Bێ#5Մ`Vy?ꫜۂf|3 gSWϡa: -9 c_yd.CAfL v O=VBvq%JT$.{dctL VYI6uKyԗsj%-T dmi)K|.OϙiKIh[U Sz:ɉI") > [tf ὄ{p ȁX#$CEf!u[Ȱ}$.8Pbp}1iN ]\VV l8E濌/p9SWSwTbKб8!A>LWmfyҦ#  ոv,:8 ٹ]jE}G"*l=11Q|k̫?EemG qX~!z(QϞ9(WjWfǸ1 VUVk睵1؏^B1n&O@VծI@W#쩃chBOAl_nQ Hx(aο^<#ZnAUj˪kNߕ g8*x9=⾚u_h%WzK.YJnL\2 Y&/B"yTŔ+5Յ*9쬤 aE:f{t|~$-W$EN5y BX@#ő ~U 혟2 .J t*ŸR$",Oz lktk'l Y>iV`X$S/pSd]AĆ ӾW|¡/̙Y1SY ٦wVt(c02qBTSɇ4qmr fv1ɣJiBS: FgZ=$z&]+[ UZ95SUǼy5 l=-ÒZ0SH;l^y/M5VGq荚l*j%]0Dv3q `JA=jU"HK˫H}Sa~R^AL91$WchkLK:yS~6bD:?p:ayN$hL2(TJC0*s%5enѺ=C% $B):ֶƲ79) 0{{AMX#DqR.FE`=&`XydA=B@6ѽaV+{wt3E[ܑmcrޓp{&\χߎry;ENG+ oXöa5|W|#}٠'D50TXv4Z[aġ-&;p yGL)vhY$ B=s#LTwD%݃4"^O1<1c˯ W9W\e~3a+۪_(c3|#;y-}#_`[Uz|ȈFHwu5U uF/Ӊ'f#OY3W|6J|SHEt~/g<)t/ݬDR! ˀ  Jrn,i "tE*xANQ\ {{j |^4 Rdٮ@ 5r$QEMM9;5zLXwiO ǿKO.&) hE D@xZ&<+pr+DnUٴS=h> c\8mhID?+(i Gzz(4< ó ŁvF'| XjP q}oE.k]=7ќs=5P3E5P𜮤 @ag+H!) ZFƍS@u֣ J m{}R.]vJQ`uow ?3!g~W4Zqf8/ƌP~fE'ize ]dZ`=NIEw;w+ 9؊יl{"dKPtA/R UGnovPK>RQou7x t72˟LZaD}U8H/YVЙϝ 6Xo/ÐQ%vl&E;Fa$q ޥ5,ψeJ!LYp+.y,;r5JM<^;^EyrIgu6c.UOOIտ( Rz>ޜM%x)N׃_L4Q.Ow02?~?"3q6=6*.C嫑L:}=mju|<wV a0f>^Ŷ2gpg⭽ 0p!皋2Y1uW9I-O+#!CE{CBfvMY=An|-l% G .1%U\Tosj{O*(b9/#SZRoDHZFr|܃Мo`#-IcRΥߨ#6P~.J4뽽{NbPүK T 45W@x4Vk~I2Dѹ;HOχRZ' ``<*b] Vo%LfbFثjTjJ$=nGZCg ЄO6d, r1i'|eˮ'N?xXxtGR}iSӄGi')+.̽VYh7;{''#rE֖AjSd81 #qӿ;@BOQ"NHp<+/mX6_۴ǝ9u6l're4Ub' *tS߫-$!5eEme 'sS~.0B)q&>G;,(NrrZ {H t(7ɔ6@2:Ol/C˨}):1W.]S ;* 1MKpA&q CؓI5uY TۚpV64ӖmzMP$SDqj/)Mz°Fvnʸ.eԟ91!Lry%J!9BKRzm`g=gDŽ]`^7|CwI,'pxoǡ ~8=g@ *Q2-Y wp/,93Qzo,qd(x*XWcD|`ct,,-4bhWɵ] GQA JvV9s)jVN%_<fƸ8EޢB>/D?)@4E)5D9y,|.ƣ$9mOCO`4ǜz(tN"!/(gmAE4w) VyW/"UMm#o97"S= L(,@u)KcMն!Aw&*>)t0 CB}L-9)7Důf"+唹6]**8756]Wpª]0!#@[0+#8X=>0М-(o f8{ FXp_n0fD+,Iìv{0ҌF1*aը3y=zz}H[[8&eF;T/ziB_,KS}gNh[15%6>4\=pG;Ti r]./jWԦ߼\i }f>gi]`'jy^kTb)`[ ; 03br7_"Imj&"]YnOGy'DLo.Mۄ+i4>?>kN OILݮ/5_gp y_*>p>X?*o6!'HbFH~1c.cSCN|)~AgDQؽ|ejL^/p[CH;|4ˬY[q4(Ig=D"wo@)ǩ }fC)yWiC cNCIv!4滞ϣZ`U[jUw%z1J6: ;')^dxMp@VaZH!YVp2ћxɳ&}grg)bc\UE4Fb8tl 0!}Z03;Z\I]kЇD|o=3 ߮oX-IGđ#Yr<Ų 1u 5T?G'I.'Uo&=Zasl!XHEL\^O^na Q.QDYuA_hGX"|UF>P R1dTݧ#c|3ʳ"muog$>f%ޯQ7"DV?5 YaS:3^$Da?Up%H dཿ HAPV| XOت ;4֭;=Q䎝:eMd\'I2W=J#]^݋~)4U!A/U`+UĻѮjQ蠺} O[]\lsy#/w(k '51^0AXyUE2>d{IH mG9]d`gBMTzʔޯ_5J3R?py_R'y\DFedcDm)Їfe~oU/eBW&VRQX'}l(D,GF:`aqծE^4QΣ ^0L5AE o(hk) 6\ͯ,m8,%]7qZ넋BjhK!\ > n^:Sԙ^LT/DžMSW0C_2:^ψ# 4DUzkkg~;yҳP"aᢑfUgap|!kaalj[TɊ ̽'OFM7Y^:&<%tg!=10-0%Vfvn CL;v>gny"?wԚ췾$Y؊XJ%q/2徉Jʺ?|#+˩ !wDK<_"s z)CAFg fn5rw=[oF'&ny4jKf ̵[P^`֡lD XOK G 0+!`q@*j!7M>sF 5P٤"sCJ&_KuDE@^^pn噢 jvZ"! X=&N rR ǻ6ܴ!uSS>S·i'1ӿӱ H,ii"|p:* TLz(lFqieY]'G"WJܣ"/h߈0{Ҥ '=PF'OT3EP|+Ex΂c{0nKP^!o6!wۯ 0ٹr'{ vS ]y^t;&pu>D8 Ji ;b<&aߓ` M.:mWQ]w{617W`yppAj208ji̯9i^ #mkd2McGsuq6Wey#7f R:ɿV4ЫҨ }mz㢴B9 Lj nCdgB. G+{066i*Gm`gDT[ vbF]Si#تSu,վ8!^%Q6X :VZE-ClU!|kAߢKszT*m`jnC4H,+XI/籯Q(suf%LroBRP*c(M0d.Jĥ2°kP$Ǐ+6/0$N,O{X.+_D[ɖ _F0؞)lSSL|~0bz R Us?Q"7v|m*]Ѩq3V.~v'nNsy Q{w"WGFf[ָ(rV3m)h I8]Xt8E'\-UxlpmNp.]6ӢEL3[gh=#(TcX0YF >KH\T(,l=Fh u{[wYdV_?<2$(wB|zA:+ 䞔dx.JG =ք(bңO<垣Y.|$jw4`3xG f~~!/h̚.ԝr xw뇐U۵uǘWhoQ ;d5-+ܙ Ы~*\+hI0X WFJCy"Y.d(d @j)j ӯu.K # xk;ୖHfF׉K[im!oa;H_>`%WQaƿjƁu٣$qP܏,+4}4HQm R\ψ-6)WUbDH)ld ϝ/pǗYb|K]@[BF ߼L^ɕF/ESRah72!eK9+tͷ3[9c[8ab.0FJ" ÿx柞bcozJJR}9fe&jρqHq\3)#r[d{# -o$vf$ea1-Aۛz,[('1ݎ|qniD-TQ{趾 yж* g7穊%=S0Ag5^ztHnk(P:mb:+U Ò۞{6jqsv[|?f⨻=%tɳB a?߭ˤc{f yW| J{ I'fQVZ5. B݈dh?K%/d.hAo%,ȉ` &]}WpwSi]e(x\qJY"䪿uy̼p9}D;4 &ɔlNIV{>tTr gCWmݵS2*sC&7v[%&G/+f:L媎eC >>v <ԍ[B:3Egg^ Ẓ:\t/k6s܍czh\R)|}ڴtLU&0^껁{V\ꮇwk/n>9:C(冃ƿݞLb47V!D!%J4NUH3C1gG%|tvBS!bɹbGiK.N)]bxeq+&5ݹih,p!YҦm}P}K˸ nF8\'1a[4"q"*T+\J s'[,ҧAk9V 3%1n6?R)']7Q{x7>ܹ;[b#MlWٰx@@$fҮike+m `/,>|1 pG^LJ S6tXmXo+힒sEEt} e(\ׂyu-n<橸Iky!sh?3X/18S#ނuveBȳWөѡl9sBtZ J#D~`,2&ϕ14,Z}j"3库KvMN#ɔcv.gDHHH{,nEq|,/uϤ|``x/?\9 cLцHXke#M F*ihKd_qg&~)9>s}<h1̵JΩea ^hKPhdFEr u]J8 ˅ p8ҀYibMd̜K a*aX~6 SUBv9ф`CD9x7#FMѱKx6R &캢Lq;%iVoH IkFlxj$"nU.Z_[[R]'WFs,A;+.ƇCRx_"tXkt]w0'.1/Wv$JrWOy&EڠAOb=kf[94'@XqXo}j\ڎiweSPLZizL%E"C( f`G5 .Q&;N;鬓1ߊ7Q]L\X5'FeBwιqC9>58HkmFPW)3 ~{d(=Qنj!j:ޞPA#)WWdB]g3#UsHzs -sҩ(S՞ nڷFs( ILǏ:P{H:-}{>֫Cr%@ρמ ,&[,03&)"qA@,[7^>vB=\aP1[7/\NrPZ(_pB?Rk¥Sl.*I+iƢ kI`h!tHl/GiҬ֓ƈ@GU3O] 7B~3`ٝCtPY)t! o6QFMj 8?yW`ZF픛7Z',N_1PB;?p?%Ah }8w K'l?~l1cgӋ1< KՇ3W@{wq`eD}UcBA3U@FF"H7^şF5 ~'.,c-)T2c%L4'c⪢K3^ctb_KP #_l e8Em3pQ?5(VckM@wV:dxae8SX;j\3[ͶIR^!M|lH#+hL&p=CZ$` ՎCJO*u,DaťCF?bBɍqsF ҹ' HTqJѷ!@LItA&b݉`։ɏ.#f8 IagEn$O@|=@8fi%YR ,Q߅[Ud?Hf4X ,>&IֆGѭsml6Te9qހϣ]zG+CWٲ1\ = .ބAKo}cŒ}V- -'Ε jv,1G>RڨŹq"2B@>s3D; SnD EKx%Yqui:Wr$a_!}V&ՇhRԤ-po֍QQiV8n!B[^7~NrGr u߽^(mhʁH㷂`6c=<0 ;ZT@n'&DJ+#;O/K[^D˝%De(" 7oTp!/_yq ;N; TXR]/ϗY&]s܇ x!qwuFFV`f`bܽrr0ܓIwU[k%7 O>D}k!mC#یMHsEIFN,` ,%~Mz*ZD*rN (JvB`:o*Uak6'N&QUZbR?F ̼jo5)㱶3%rm%tHI}PRHT4znYDUqj|kN0yGi`Z&f?_ )wHy,0V8h)PVZVy#­;E2urS1Y\b,c;.&BЖR5O2Xd:~ n]Ny3:3TY5k%OIƧ@zbY/Q*bR1A,1,`iGʂz轏ZH;i~h##O 7zߛaom_=\`?`k(:fwGU97+$Xnq;cR;攼LGdͶq?DIW*o {͡dc#RO֭giɧ@5WPd ߱ nsbWaFj 1x;!KqiXB\O -/:N= z59Zt'؞@բ&ْ͟Ek8 gKb9۔yzMP"Nq^U%>f+ ͘jN SX,!G*7oA|-\</G=,w";֑$FS۩,#`3ˆƐKIdX-Po Cbv?V.h|g}SOa T~7OZX߱@2S̯Uj<,.}אp_qPYus=1ODs\3zw+BΑiq QHgpc?^QXך" 0j}d߮) |Y#HָUY^%'v\R/aNZy`?b fveO+Q/mBܻ x5S7k3IہbI}jb!ot ÅrŐfOW^>AKHdu"DtxPMU$0"h.m3itӀ]=K$SJm;㴀fgr5(޸5By6~{Vd :7wFkMCB}Q!Q r논9)8Į}sXI|m毗r|u+}PpP/~nR=WV,i#ىK}J1)EK$ƥbM$fGm.PFmF)ھtÃ9n5EfpM(6jsѿ.H{Fb7e ؾgAc̹'M;6MkO- 3+F%[ݞFuVJO `脮*M tKlHHQ$âB -oBH|\.'̌ >KF2Ⱦݡp o>\ʭ| x{HN(tۈ$Kƪ5("}6}rN\pp 4r>xwxZ,tq~"j!NKJ1&|/Σxa<|C!.!I%jb,j ;. n݁g$3umWjBLHN0r} :L4 #l7l~C$QKh+:\OY"3JEMuV*e{jK:~?\a~ic&8h wŭ"V%Ei-/wN7f[hpLJ>`"~[Ѫ^'7+#AÞ\? ׂ=YiSٹf^1 ٗBX" t=UL!sbw:rf,\&bUJTZ?Y$e fmfԊAπ!g POc8WLpeM5MtesHXZ ĮKJ8qp=ػ C:Ѱym!2ynbEN#3i5oRz-it>MYI+g)d:.Z$ xXB47-i TT5i,XF߲֢>商}eAY< ?BE(Yvtu"H&PwPb)qPtόty`ZmzdƤWAXvjk8 %K7ca.FNnYݏgɯ@ cFAR-燦/R>225u+ cvD(t2YX}'; xˉq3kHʒyX]ˏZ2zm1QH֒^쀣cOg5;P k{JWZ}?i]NHHd&Q?Kbѫ_E?8$M^ސ\qgpߥ_!o y=0D?5IPA8~9ꅙg&kc#ա{. '@zbu +eW"N8gm̬ʯ-EsZ ! 4ˏ rL? HI(D1).)P9*LZ5e65EVLNMYmhBl~ƺ$ѻ;9Y)_⠠U?Ӡ/u ט4O~p*U,GA$=O Hi6B4] k}3KNAqSRa/aPT:dl(R \R~+ͳk&Mr ӊs4IԽu_)#K2aa_\UT2aa|S$C,^g\\%8+~Rl,4`5SCTBSNWVtcwnH1\Y%+Jf4&˞_p =IViإpRb %4w G}禦~v,hÎ<]3*W) ,ǓQʊC Zw)\uƧ+>1=ȄG>&+^rBSK Ƀ ?/#o^k,~v)"w^ʍ%i%yÿ6q/OZ;CK^6Ú fi]~ƿ,TLk+*V0˯e,JޫpL5*bHe)/éAR>c |/M藪DcIK#0;%jJa5$Z3= //R`hk`J/O8Ϩiow[=ht(]%sz^vd~jVDp4S4&вM3߈L#B9q.V P/q^QV==>( ?E'n(Reqp &D-2{}n#g4ϻySTd6*p8 h+g4:/5rԸ'Fcl"aՆJ`3]*?#xJO%Q1aS1 &u̇wuM ^p1R3>C!.L[4 ȕˏtә̦{37̑,^ܣnONtBٱUW+*|?!ц|pqDÇroV"XWMl"yD|%݈FLЛ)`h_&0fkm±JU-wg1.b߸4m&_ XGIҘRZj+5=mr{`)>[oE2~Ȩ4*R1]%SS}_. NUAJè}+GDªs$?s~(k. ԗ(A`֊ٗcۉV }bdX^'2`E1}Z8$~WeF܊oxuF37ǧ2O+Ù|:Ě+`c6'Ͳ؄ˮ8ì[qywIWV>R˖Ơ=7~^@OӖNh˘"{R\:~}~Wt.6V C'.>ffa1t,oHjk+%V6ӦR #7h޴(OJ3Vށ b)4WL^k⳵HiA'ӅN!w-Fx 3Nŵ H70=z9^eɁZ}{H!i% _mƯS̷vt)3Gi[mSl"k8}4n(UB&XzuJoj^2DtwL8E\FýNBi6EԤ&8)DRoЈ/ONNy<&@D}5wuO`˷ "K뷙vr"oʯoFE]f8zBR}&2(j)6QM Q?s{ŸP= T]=ܾKÈ6sO uB %pyEQL4A|y ~ ~L\frwFo swh2duFt&م9vLQ}9KW;8]$szT ]@;lF`nBgeۼ;q.30*enWi9l#j=N ^5L,಍LZ'Be6֏ /ZSiiܢܙ7zV msKeMiqlAT1&v=XTWzѫYqjFy֙Mcqz"ORɒcC$Dԝu m(6pp$ܳ2³3qlL'RlE}44kۿɶ "1>!DflhV Gn]`SJ:O"c/{԰4sG=Sזp!:( *z}ҞK ͂d7$얋#Z| hte/g2o,x ?"D8G-d!:H'rx׌%ʡ5 ȳPBw!m2PPR!7b+ld2c>vߜ@*$ݵ񸡳C'wn[Pb|3z8k!*;r9*ϳ᯦iMD Ge!^q.̞{!>5i/@]a 7Mpq=R˴i?CZhUNܰz'8 .+ׂHꢹ9(#Ydl2S w> ?Zܻ/֗8+1E/KΞBP(g:ꔤŴd<[]8tjv{Dӷh0=ouV7I`}Pn$ s6Qү =u(?g,ťWk3%j7OBG3Q)$.`J^X)W(^)PyOg\ qҳ P-iD12#Dccw. r W2y&Ԗ2(0~ϺdqiO;3d|ՙ+LLW1t1t?gɜ Dt I{y_%=YshQnir?2a|{ޡu~ )deU@Xݺ_F1A,⿪yVNj`Fe.f 9SrG\jw9ţTI` L [ABYQAzUvSw̐wWJAۋ~kpyx#1Ssh{,~}X /3J~*<,եGygrKbkdPI]X-~/FYF/Ʊ:HNT 7v%{x"'eC:f̼9d*!>uDqX=s/\taJjmO$uA4й]g.3gbG@o-~&cx4*:r` -K;)?c38i/іTK4Ndm?%l/@2V[=XĖA35)Ѥi'1&?B_ol,:6J ݥX{is[̀\ nph}QYu;-!ӽ|VJq9~ ^2b=nv4O`}aQ b`0Ml `K[ 1oWG ZG;8Q7HKbmY羡̼wԾ iLoK=vkp&ځz|MGhu"qZ'/ߙA%Kl;U,I E;^)7+"d'(U (kC"{ԧOf('[T}mfoWϴd01 /WHGlG,AW:N:%.(1P`j$"~,TυJL T>t} |䔭ag1Г.4jMKafa-G_fYet/2u\c[G)A(Jϼz|S QNߘ r.Lts +d)WpJ HN&:(";i*/| u`Iā\yJˑhO or72EI#xk:R>at A꼊l9Xy#\ѭ!(p4U7cC:zWپ?~M/).Nv5ol-wjp?|6ɉy8; 4IqĀvsC6 eϳ 'CI&(i-ԭzDZ)B7K{~o+j)Ap߮dpG.0SYxz+MB?3Pw" `m-89I'<\Aɟ~yg-J$ahalbΥGF(ݼ'>]j'R#59u>1jfD L PO2]Smc8 l&/U,}+]uUFu7Z5ˑg=lfN@ ;vJF F^|o/.bxl+jž#uecqf:ݛ6yR0o (PAP֒iQ*]C2O3ڷPTQòL),H>#F`GmGLY[1ݵgC~y oU݂($ޭ+6|72~ghąnSL䨸e࿡gYiG2'o C+*r0olﭮuq2T*IP#{lMem]`$w}ނs?Q#aYMO I@(9:Ats?NꘫGQv,.BJ6{|0lN-b{/Z3kЬN]b ꤆@nli|6or'h)|>~51z:,PV􏐘⥀9f%[ݺZAړ c~@ڵ^Z$L1osv@Ύ@W)(.-HQkjpj5ݨOC#Qk-5hQ7$9ެk@aEM/BI)Ysy.mXKϿ7,/%seLUxQ u7;/T2!L%Y:çcث1'돾q[}P9SAߚ?XzjovP GFS6iG ndy5c,= NjXl&Ë( InPM.휳nj:֑%ʘR"cՍk8iFɱ"-Zu7һlEdWw(N3&- '݅jd|(BCֶ>.ǟtͬ03 5Q喉编i=,&Q_gE;p,ԕefOnR0c@cX0sQ.DW Ait3ti/w? Lr;s) soePOdRjN{;f pܴ_ZX6X2!F}N"uQCA!Z4X$ C.[Cs+j8ۀ'OP}L;KIڃ`̼Jj $m-A㢘tߞKhhm$?쬆;Q4 p唶[I T2\8u [u0$F@EZ_ƶ@,'1VidǣޠfOE8R5/ iP؁GSQiȸw.<}ck0&李7[)Ut!Ѻ 7mo@ Rœ}*?G0 +掞mHjkoV XbnV0Bfm?5AО`$gn=6އa3q22n˪aǼ;B`[Tl΋;P٧:ʸ:+~u2mOo$ ̉+*EС8O.=WJ8]N IbG aj>;4KP͌@Š L@( dz m*:TĔs*nv"h!&jP߄?ThmhC@s@_:e6W(6c~C}0V0P 3etնjSiX_XJ~ٔc|0 _B3e+(A7YVmb'!}#߶2|'yQ[vM0,m~-_u3pP./+H՗դ IV2i/1H~ΌA%o'hLbd2 -^G%A?T_fzܜu᨜^S/yxV5O1De/)\" q8=TRn*|ٙ Belr5{rEѭAM2F@}L;QJ}$L>P|[aI8τZ=u I]yɫ"_ũI&iҥ]rvn. XG̞0s\`Oun?ƮORcg}N!PhיI51EI3Ɨ ԩZJǸM7~XhY{*.4q DRr=$}(p!ZiHr>A'e%6FٜF_I) N]{n"7PҪoꟿO~ǣӶD[JCTPrSV\ZH༄41gE[{JK3Q\ݪoLZ)@mX@ "{8 n>.EkpyK |1ȡ֠Lт!Z1)߼" Iq)E>$ۦX5!MO>}B-ߌ0㈕ {Q^e ub&{ܿ%㳏""<%"s巍wװ_XHryDfFF շ PXJX6|Б32qAGG&&ȃxU8,=K,>evuzMAmI=<дʷe g_\Գ&t=jLxImpU*F{P aHwCA>؊HQ:cU:v\V祍8m8T_ø_oY O)phf@3F>!қ@%FU0H [+CdȡFxU.OivTlZ}ʹo +PAׄq| }2X]7i6\aEfgE1XƟ式_V;vuM{a kV1"R6œwLb(`&-iSq׽,r nGd Đ%K.9/%U !mZPE@7ž 35.^.JyeA*,](25qKKMThnពطpZB%<00wv:@{kCDRv # k'U?FZ]T=Y輄o۪^o @!P$v1Ԋm>JPnzZ8CFf[0 |#)R+WOh|K1E=u_v5|Rӳ,Ӫ˼jJIJQ2‚.JJδ %p%e{.6+Τ>>W/5 )^G4&#E 7Y7?҃8wW/@;ڪ-V[R]^nxu*:dC`koIy_m%:~t3;;OU1h&\kBw{! U,bnGn+01Cq 4 u 2=3 :;K }i(č.JaW_mkc Lufh-,q-G%|?Б-E  fMX  xJ[ 8lCkxKAqW3$7{!H='FG Z4@.|/OϝCiKA#V.G!Iѥos[IIں7 v (23SC>N0{ѹ`4* %M 0YyHt3CVHv*,<{_? \=0`7{ +(mYl?Nn3 hіq/stv܅sIUbJ} xhnqeem< 'DZy>k#$&Wv(C9{լمzLDHOSy[uKʶ[]IE Eql{GeD:UE/_HR:!S bREu)b9jCxZ$r[qٯK廦Uy$::H8#;pz,CђOB!.YK!kb>XB9zSPH?S|gbE31 DDX;Zi>@ƈ`V 1ЩrN)[*jwL'B֢j8.z4`{j_wX7rNˍ@j>A#. jy=,+)Ϟ0A9 _B=sȣkh̄їÄ5o.iiÖy-r.G5S#\`mndH)ȝc17A"AOq;+C={|>G`EKP\~N*(c=Bˁΐ6ΌCZ_ n "姩 ɐ6_hP%=W!HK D'+P&N&;reZdIL܊m-}@!PI,s{OsmY>h iA =?:xǞ37K>f9 TFm;`Cccd/&A *r#T[sW"Übs<$D%[շ?lq¥ _ 3q{}b*W_Vڅ'jm@r\ށTQҘ cr#oM.òkU:;=SA5}Q \DԢ|+8Eg $iASx%ǻR]Ca2r"1-TdXg=F;Ζ)0M`c4{3`%˕HM@V ;6@8:6A`tʪ? Bl(ß{YWֳ̊zʠ d3/pVZtO♻x;鵮@״#*05tLǞ[~9!/rlC#cO3htnu">U0J,b1%}Ir~0FK)89`G<r$G^e=}ٝaHڙex+*r(#nϤ^j\L44MU^N5#L Zҁ-'ax-/$_Hb<&g*I/u?Lx<-#M%}Wf=v.4"Vk>wlo+*$hkfL=]wNS_b> Fs8r((z b{ GyߕkHn-K|T}*sONL[4`ƍ+_q4'Z<:b+E~g򝡐8ȱvBcQ8#MH9a narFtTŐ,L6\>")TD|=#L2hVMKf'+hpJ/顺{LsBiCo_D4]b0%s#R36[u,^f~^a_{^AR28eQgG#-t}?hBNK)RuRKR{ c-\\AB\K?EPHgrDI!Pp l2 SKۑFXH?ش~`*]nRgeEVOK3  hj>z9LIF81<2](+?+lz v xt– KL^e6E}2CP˂pklc X[nu!6 7,zxX@fݡ^ӿ?Ygc)P~"eM3#^ɜ^vK 1wt"VHo#kif0 { [yA 3lAk{~=MԬQn쮩jo|*䎩 tucS~YsZ8I GLg=UA4 w][Y]* {G"K[Ml,sħ0}"1,`0&8@p>X6Ϧܬ_5K;DO[ W˯wlPZe4;dIqE^gUy0I{Ġݸ1:=զe;o8oos;Q{B)U=XwYr elN 8X!`ڴϱt_s{Mr2^{09~ >ٌ8&& vI8)[څ>'ւ:;uțTvƟkeHic$DMt]^L [i~obUsST<16%ڨn\6ݥ~k~b4oe:}۝(A$Fbq6h241/ۭ~1=^}Mu<^58"U8B5\( qeZ *p1A3VP`8? 4NttJ🏖m,8q k-_7F_lA+e#1KwɾhR׉Ҟ:/ZO4+Ek#lWgC'cA}gӆlrc>gj$Gv_`RWk(O•XxJQ1rL}\:Y!KgKi =0.(`MM"im Д՜I!e_`$4\5fjMSmNKA lъi^q>]pb_~ݛ1=EB,{pƬu>䌵RHETxwu|iEpL O$l%JN%t#@u}W{x%3UC-v FUB"EZyݲ=I>5m8-9s u׆@NO&tlI]\EA( ̓s0̢M 4':1M-)Kה W?@nhߦwr */9{H=wˑ4g'L>Y (bd<33!ٛжYv2p[8u#i9c ֯1tW4z]ԝܢ4!r9m&% b.d>qZ>x`sb` U>qoި}f cCc 5ɿ*sImXZP8y@Hсnu^g༸&I&RI?l C"'yAtYEx%} "i04i^[,޵{"R}5;)n#[G&Lcj}tQ=8O"Sv7MtBN9#h갰MfP̅F jo:84K'>tMpEPsK!O+h?:.ЎœqL'wEOr7 s=A2rceh^i?oc62 ځ(a7nx:F>sм}d2\*s'1{ Pco&Sx,RhB{ˌda8s~w}42O拲P#l|+5*,$bCR[?܆\UYԆ)s q P(l \DtMlgQ96[dIe; tDWV0-P6ˆR,8Sph*4DD{:}g|bf.>MY?(" Ԧ6#zf톊to M@sUf|MӉ_Rrg}LCf,Eg(mjl3MU]TٮʐU^6]H ;-r1n#+ƈ>jRD=2]DV~Z0$ǽƯԙaν<ܟAL\QMJ0j&u?4Р\"L9a/(`6hB"2d:qUm􋳺9C}_Uk;ۍe^-eK"jn?*%rv$Q!0|poZK,7o&nϘޘ#L5f=)Cδ5WaVɇDzNP;X}4C1zIp&WPǸӽYy4,+΃tt]q$&VXz6wfGKL~VB}w{Va^nV ^yEn%rum,0NyX>@~"R%"s5j q4}菞9p.Tϕ#Hj@7-π9dXU؛zl~ أ IuA]) ꏋ.b?So@uEYz\((hKZ@C?+) Qj1eS3rDJ@EKԟ0l7XԫBp.X-㐙CRg H\LZYn(bw{ ؍ l2Bd"E |G#E?W(7k%?R.ހt i-t>?.PW'%FZJ]GOt]YSsUuqd/=LUPIk"I\zVo2|O}"M־UCpĺ>+]Eܭ}3eӸ$Ӝ! O@DJwm[}hhi,)R~{XhOvn^JwA͞C~Jia8!|M[Kjbps1W /?)! Pu'fD_PX+ƒo=|gw2.טB3Ol{7d cy_DpEH\tJ'la}KqNl[诇>Y,bJJ\Z &#f{jsۢ/7;+̒WƝڮ"l'v2V2*Ta88 34_0j0YmcCQ0m5.VA[)QP!Lc($?r^y~~_<֟`pm *v'.2-7 d=!RWW2!\OzFʄXʖ/)o.3󁍓꨽e¯#^_~Ii:pL\| 3i}'4#}(RaܡseC\MH8,8?cyݸR U;Dre8kόJjNPJ&IeN8f)& EсqsQ$V/Z >& %nfS犈m2g-"%^MB{ZtA sucD EڍKCРq~>Z$R\1|Hbw|fi#;yͥ?(k<\y(/X?:kpwS 6*ymwr& ww[a^w]7I4Uv'zO!6v~;V 6Sê @Jfʱ\Dců8,@51IePJ^~/ɕCM@ F59{ي,*I7qX7ءN2W'f5|C9p=_DÇb=4Jq2}{ؠwD}LoӖ y| SArŧ#/ ,eDZ.@'rL51GPg:㷧IҖA Zj~zSU0wqEϻVġu39}hky/)N8#Ȥî'ũD>/d;pLV## hZ})xX.$7k}-ƹԕZ hvrHNReӌQWdàl% bR K60ډnx'r gME%m6ӻ)A @AX+746 =XBYj$[h^Z׻IqWO8}S&l%&&4Riq+;?>kzKdBIT)E(A;ia8V Irh$c`ABSfKݪ6Cvs1X T ԿĽ-`c$X%LpyjҚ\m`kZ?V1o8Y$~+Qzk8ݯ B/Er>%8haRf{jl< +%hdLOfGcM_2\T 0 Q|HrsFd>mfKB(Wd# 0&PȷC~tLV>^%m"%3~X1{t8*E`b1-ѓj9~EB}#["Pd-s/ 9}5YNjG!LqoX"6U*W4! $ͷ3\ĦӑNd#"GT@*:y8ZC` hd[DҎ<,\[PRQ_Z:1hwFF!aVX2~t,T ،/y>5~++slYY-G9q.O "֦JV!ނF:I;<^*ʇ"R(& xo ocQÇve>${cې"vZR`0 ~K"f#0b>tyR閔vT\GZe1B%4<$/_21v[=O# z~Dœҥ9q3wdO 3% D(u#f0W燛C&Td>úرeKUA֔Q5%Bfk6yTyJ`A $ؒ}oX*͇3)W^e}sw Ytd$ BȻPAywP#o-#.LB[XH9P)qmwBIV_09Q'q~|bbc3nIɳ{VW>_ ΘoDŽYCAHœܨZ)'tvu6-Z_{lq#%]t#ͅ`uZVPM] MËi7@ 62;ѰCۦgjwM, $F.iV Xe2׭Z6N.UThtW&- Z4b#Ihgv^Ë&Vh5&j:ă!I7&X4j&_g;c_rɍr~d%d.H(AE4QoODeb(]J8gv1^kGkqa9-!eɇ r(H",@- U향(/fx(0z( Ӯ[T9)M˖ ^Hf%e 5uX+rB1bW t(Qsàx%XDt(d[p(WLd& .؃ec ]z%?wG7|wt̼AxO=db6LMN$g3"q;!<*Vض,(4 -Q'Ι/b&ǡ9.٘)#Q )ĤDW3,`vPTS|W/r;Ъ0anEzq<4&P"x{̔pd`-t1b10+-$w%slj6_G\9 AQunj|,M>[Z[;.ujT{(6qYأXuS,.t w 1!wh`U^5D jdmsw'E`k|ctb,ҵ|1zni/Ѣ,аT^<>,?93&HHXVIdk#e?g@.ۤRJ')qIxKusl)6dy/bXjfjYRFsҶx[=Y tmvP29s߉iwXmhGY y4^ ƏÍSZ><8l7Dڸvc]btX?Š19u8i xJ͵o.n'JsL-8*[fd?4D"Q%AGSj'4ԟ0alpO΁"> "ŧ2޹N8Wf(ߥ_Yv*_mNWiMy%'šFځ?#`.̖=G[ABXN^=,:vНzi 5]jb298uH=-B*|RI xb#\=,ʋp:r9~RjI.۬( *vOA5ŅBz0zNŚhU,kLyв%UCzrL6!kq Վ=ucԥGVZ\9>g(CoƏm>ASӊE8EYѝN_?]7M~$YnN+eq~kN r6N[n ~+,j H^u@gx N2SQmUۊXFq=h.0U“,:DL-'l?y4GS&߁Rp&=U1Ti0__jN:TVxecJ:6=sㅈpfn~XP,$g}X[P0eV"PS}umGgg:'פY4\hm.dž=ߘ1-aWo$.@~}{u(45Z~xGҫaJ 3Lɒe i|1]˷NJH v@{ESC$0@6C ]vJIp>eoMwJNLmU+n>? .%$+V6L`RTƶs'@k9(zŻ~x#oIxKKpia[\gZqحks#U> Q7C}}01[b_?ͮčIۜM!kZq.E䢣 1 ]6wZ?R3B›hzU вFB 5^H=^('Jq8PTaWk0;lceM.ڍ=5xȼ &0>*!wHH)VJ,g|]iJNbQ.7w!i.k$N#JeM d8aVT@&8RU&`gXL{Wn Q*@YRwd ` 'DфGD`a[t M,mS;Rre%*Kهk$OZc32lKJ%] W ;΁PeX~Ry1]Lb=7U ^3M+yOp K >Z%).OMKD|n9Le7~"> j{EEZg o޴!YabT'M/ R~#\=GSl{1o^oSթ'TBZ>,z/w(K6$J;g_@\A|a[h&/2D%ݝ_=fYCчID\uB,ՄJ u7;3.R!x껡DS.=%M#E\%[Gx~{AE7FSӦ< ?MDC>)Qa0G{Hf>(ZcR e zIr_䛇Q'RQzLVP#-nrGUL%UIy!i^l?4R62l wJQ}CC>>Nmo?8:M@l)j~tBƉd|ve)2r?;)KhO >NΗoQsg o=}s"CT=/]. ߧ(fd \{1>Z8T*ABq"ݭΌt2^D; Z|}o2Vi > 7u:ȸ'] 賰DqX;:mKvuX-#9s kSE# Kq{PqH\y}1m:~叚턗kt_R TЬLhV^4^$/hX;!hveɴ# ]뿥${8`z ěwvj̋U:k( xDЁ)ѧ{lD0z$Js ;kHE@ߣe&7*-1&UDWj>^j7=]jѯ`~M;v#]PbKȀ㶕M῍`|"J:W'̜-[(vBD Y#tCN(O͚ uZu"չ)sʑ@f$z%^iH{1.e_"TNd(޲з god%NK;ET(qثPV^A?bXޟFUcRzhq㉺ڍ$=g `ʫ-Pt'u{W݋-9ĢLIs8Me~^镓!`$;;3VAܟHX-6'#NJc%'֊lZ|}#k>^<=qUhlM!Qx:5G:/cCѮu?G˃9̈́cx-+nYQY!wl}|sBQaۧ9N]+Hn?ϒ#(jmI?KV\aYBXI gIn@Ʒ("Ȅ1kaSEL4px>Uv뭒^DQcjHyqdC[1{q|o'>r8oޣÚ6;68}h'8hqֿ*B)N˧ddǶ3G+g BJ-t\`J)xnMd1ˋV<`ĿQ uL3g\2G#` TO.8gHPV+id땒 [ b)~ 2F@u@yp IvɏOicwּT\CxT˃/- s.%lC>qcO&k PvL8ӱ,KF7X1E8R֭+՗V3,JKm?}6'gkNe)͈{8#rOLKìW K!m־7α=/i^wC$qg-m+A]<'.9xd\_%6#P38  zQQC\ށXE RYOuOA7 l  bvDM(6 TW#ɝh1!>Hhxl,UTZ!%bY&QX B׌KnMucTP>;#@`zџ-9aS{IYp=^ke=]9jnJcq7ExF V7^mP+#RճJXI vr" tfzjjF >G q;(8AF\9.Nyo]&]yeC]7ћ\Љ>`J^8۲\(6&2/rj5{CӇ9B"KEg8.K(/u^dP16 !>?ߜL+f b,Kq869ҳ ώoߛ tHeNO°-23+&ֲ琴IorbYb=ӻ╳a,)2L7Z-MWJ|*-29@2CL^ zSdOڪ"P}"Y1f; ]z4z""n~JY8k:q⑟R(VeBsRLǕR{V:q@g9~y럩5G})wU^UQQh]ةҹG=٭^;!߲%sM@W[{;h}A,ձIgukggOfyo`Ρ&35v| ?NO,_ok@IDۇ(k7=Sw8ʹeM#J$+33xʬJEo*YTPںDE6e@t'F&kK}HQ5&淝X}f~ĺڳh>=4P|0PhN%Jv|kqR 5'rqϏBׁ!h"X+}-zʌ}2"# sKJV:JZRxt759SΞND+ϳ<%^Z$|~m >GE 2WȖ&e: ڭ$b>dݿ/oɻK xqkHB;j0ʺ͡-aW+]5N,򁫷`alZږ#~L{(B$.1q!PW 0+3cߪ`G~N{X->DG&` WX= &"E8t%3WpiFz2۟ YU:C>(ӌ[֧Ťb \bxEgvˆpЊXmΐRH:ݒ>w^NFХԷx(. կWus]Q;nˋpL~;ĠLH zټ\/=\k뇭#XY'&1=k I:|8)Xp3B8Ǐ:#+;K=썁es6~B_]DE.y"In> `n R_H-ΦQHbUw _Fw$ʟhk'WI{OӼ}DPiA-5v@Ց0AԋT0SoRa OjSFO q|tįk зJm : Wmv$a#Ղy&Lx۾ÆWPrj?r1x;{Lu0moR'=|@%om€(u0`Cw[J57h5xr* >=}SOSƕg>AH8ez1.[RٍlҖ't+⾹`|Rlj4?AИBGmex|JuFןY|!¹#yOeH $t)[(Ge 3OQŌu]2H;KΓ~E 3ʧ0A>O6U2tC x`N^>C4(_@TB#<&&ళ؃&%nڣ!%ӷp(B[*{N[?^2%%㋛"J/ўFfMK:)SUYq?C_XKpAòոAZa<0 Hh8`]dpE`XPA O7=e=Í~_k`pПJ}T-^} sst]T*Mf[T\}|1Yzԅ.p&r^`^^k7dT'Ha.;͟/$t4-lY(d6F:ysgmDo*I+$/3e {.A?lr?"<%~X{|;VQ'/ChǥT"SwB5(0AL?BM5R!EOi|R1gpkuAi ̪*BSH G&h ?f Ҋ#{4@NU&Cy˪07 u#ET|]@] yBۨxgSH85a蒼n#3O Os~^8b|  Y|}bQgYJUL'4F5 Nd~j%raRފ[{;dEvo5v;-bAҬRnv$do^8+ $+A*j$~ )'D|h!ɐcԇo %v|> d)2;cXcfFq@.W|P&K6U"6|Mm\80~Fr/c~|(+h%㍏|!cB}ƇPɥ3X<+M^Yr)? K^]LvPJ(<'+*Qm7:v> 馱-\%H"Y=%xyÁ~ ,cRξݽ&8ym:M`SSc?0ш`:W3jO[F D(tSsѨrHٚ`Q8tqdUچ786oSYhu~/_]Nhs#Tn)twTrW#^ie-JLO #nUBUܣR0airMX"I,c쀊C^YaھKo7A2kV:3cL 2TٙLr{jlPOF*o֛߸&0-.57 IƑ̌<`0Ɖ ŋZe%Pnŗf64}&He|Óz%UHﴲOқuSD*O@OntUkEKl,mA@&N[9*xVX٫[bwNSFXN`̑,OGnm'iU|XR%= 5Zfm)$(bXS Y^Ucs#rO{W_'32 Npg|n2=)M_ml1+ȼfh63áNc*pn= ?jM6:\'c_TasT{ k}s:zoE.uz|xcyy$8= Uo!Ihd-%qS6W yKt2!EXz>A9r4IguUuI,l|ǝS'y;|Թ}K͇SK)VƥEǼ;M_CMF,,@MCL-,+vvԤ/5,Y$[%9)}Y.,Vx|p(0*flYrai1rD\s^TIɌ@ek@QpAW2~ ppɏ4%*Xv!Qcj>$p@,]sq: '(!8I{(5 a\R<땓 2fwRSJ9}th["" q[m3DXhxTG@m|~wʛ|0 bOSdGn/~^M#3Hހ+؜F.i6My"_-3܇ 0Ybg=ڡw4)W:d C~ľPT\hb]ڍCk;qwD\xRvk>ۛm 5 ³bݗFh3KA~R ƾ6P?s6scmGڿ2. V12ǣɇ%%| ⸖˯fF' MXt=,j(ӏ`![or*j/S3.\,A+}#)@;$l.MK0CdڵhbB޴hFVTpRv#Gqnj$Kob|8.u!?^M4"!گn|dĝ$%3m|C@.'ta/an-6lx!sUxAbgޠ)*6 q׵տL\ Yb[fXܯ 퉓"{z8ǎbN YZ