postgresql14-server-devel-14.19-150600.16.20.1<>,\hup9|_ ^#~A0Bn1mҰ'NJg+k}s'VӪ:G:*30 |&bHC8"bNT {ˤ73G~[AZXH8ƾKLi's.ʳ=  s| 伌#@ P@{RyٷZΖBT!zsR8oVTu3D~>ߴV}?2TδA4Z>H-?-d" 1 j  9Ze {     .p  L  |/AAP0PQHST,T0TR(TU8T\79U87:Xl7>W@_FgG|HI\XY0\]^Mbc^defluv pwxXy,!z-L-\-`-{----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.hus390zp37j0SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxs390x/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 / KWC: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 c@6Di@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/shs390zp37 1755283573  !"#$%&'()*+,-./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_Updatedrpmxz5s390x-suse-linux    directoryC source, ASCII textASCII textC++ source, ASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=b6617463b3cdcb3d076398d20b468c9eb7a95bb0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=d525ebf06d902017fd3842717d86856d74506203, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=27e4efa961ef0f237cc7cb43b12fc39148a3fe7b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=2e6f3dc2a7409e1b8b588993526bda04e45a1cae, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R R R RRRRR RR R RR RRRR R R RR RRRRR R R RR RR3)bY*pU@postgresql14-llvmjit-devel14.19-150600.16.20.1utf-864efd369c0a372c63762e841774a8841cbcc22a8f3710a8d6ca4616ac264cf99?7zXZ !t/_]"k%˹%0#J:fV!"fev77-s`^ݒ0:ˬ9SUMmٸ\mP_YK{!d`^Ac@*΋B}1T&$ܑ79ӹhQ{7ukP>F؟#-q{-KP=m5wאV4%eo}FqlN;iE,۲MzfY!rʛ/[%$4TD YN07nwΔ5o_?l)x*qL>*&i@i1:W"!}`g-sQ)Q|8IfGqQbk Ul?s~ڜM8\76|%8GT-aV2KW}y-3󈬒VCցC$T!%k#(~PE6R.$0@#3P--"z#A ༹P$ds/F QOrY/\^h]3F7a@BwϤ"O,Ր/'ֹ $ ?}-@~>/QMhir#Hoy#CK"L4GUWlSfqmE$Ҭ$N*d%R*K[#y>GÓ%U m-b5#X5/$b)j;-YxmPqSVżk^ÊnV`c1$Zvc;VQ}yD$_enL8xd@DU(I3d ݢ0CvA[ȧv{iU-o6G"e,Z}6Jv_z4 tROVc"l@J +N8{|J$K\[. svFHU2ݭ6q\ڴ,h^ oۃw`P q7@?{-iwe]!=>v􇤅yHM*q`ni0IlșL6T-PIL|!E<a]lEyC(˦h =+;Fb0;ys^@ʱ` (OBn`˸`p8|xDQ%=v/H=Ynbgh[ ޖY9BF"JD'NrjR&GXb푨]5&[N''7JқDWu-$}sfI Ĭ TR z Ԍ47vuuʠ(06L> !ܜ/%{ugh;}< 0wZ-b@dD@쳸:Z j-j Jc eRs>~dc)+YFD&_ %G uMFqM߸Ыdq$AY(`gKJ(כ?n*6;G]G0$5 ۉ[ͺ{ZՖ2L@{ו0}A m Лɾt#b+.uBs,nApÀkUkf a'|Pt?*{]G ?A5)e'2)9Fib8 TeTd沆g/qPlhL8R 'tH;7 Ʒc,ՠNaq"HʦyM {T R.#~#|$>BD??=73xrøǑ]`IlwfBoPiaR(.@Ow_mLB 0Lfxvr;=[FЃ c@" RM/HDݿ|$ӓH!lpTQR D*i[`u$^WD)μ*oA(ƌ5 4yz=3F Q> ,ĥ .DŃe/ ~ϱP7M3@V q8 I軸2/:H.)Yc]'E黓/ꁰ%S)J9}%(HW#t񆂙b*PQ{NjG|m #Qհ87gJs 'r4n9{~$^E U}L1ޒ&5G瞍9f%5}R"F?sNRUHERS?a2Eizf}o1}gj#2zY*o'~7gؔfBH1xA> Z nl`e(e[($E#Bx}=ENDHjܨm%01\T|ס] TK&l͌EFZU^z~d I%MqOM 7ZGC% ,֞1ř5L'圞v4b7#=QJ o.`jYx^[^x CZ)Twq㼴xa/gJ=3,% T;#7iU0 I_  xbŬ ŽSwAV.p"dTF Ӥ, w |S(f'OqiD͢͵-$eX0LcۑF4DDwn^6;+j)‰;lyt:kr߂EB+ p [mVfA|/b+w QK(A6h'4wգ'w֤I*V˜z,:)R%dBWE h)EΗ3ƦI3ԑE3fzAV^J'YNBliҰ`ӲtNܲS6[wA_@hάijՉOm*PB9{Wbi&1~:GljoSWQl "㜑&c\혝23! /b+L4jHG9NA)^ XTn11{H(Nb.XiF &l;>0dS9hR/@&D?hxRHI(&MwfvyگvaS"F\̅iu0Whlhy[fH90Cd_*Ѫ`6Z!.{AZ)&zMa5Ab(883whCIxTFϼpHKmЛ(З Mr oYG`ҌIGhC{Zl{bflocUêr)ql8VsiĭK݁VT x+GEЗeo|EЮ!>]Le ô"u9 Mwp nu['bQg~Mt FkgQZ!<*NU}ݚ=6E /^JЀ/1]lkѾv0iX)ďek_!us mSvl#>'Og"ڊ+'g~93w v y,);}K'{ gíY{Os Z;.)\OH{G+vᔆәt?P;HVAep7¯Ty H0Q.Yjv@EN!TE 贍?>q|HC{E5 z$T̶ ";Z!(?#[ܟ.C_@[+sT)WRMw_jReϏ՜`oG9y܏b%`4>NL*rĞ4QܿByDz>*ә|Ty-5xv^mHeX5TBGRT  B]9+)1waS[&a}S(-"!w@ CM??DfXU_>0JM Q\P`(CC'>y-y DW)R xn>nN&@I4daDφ/hJ24!? T8H_·C/W p8Y5ƛul12@>I8S}0gq(4j@+TTCݡH6܅xG>I%bK dL[Uq#%\:os -8lkj$]WzMsYl$)( x1Пw| f˾asfQvJZHymAp>묮B2!z0r RĦn쬆vپNΤP@;wiZl?NCWAKԠ =dڋ+ʵC*1QGhXfw}ϋg_6[ǧE%hH҇A ɷl62nZͣPbt'K䅭ZM f)03^a#/-ܹ+ok<28Ȩ3hygi)S;Ϫȫm7&bՠ54LBN*Zn/o$24}8ۖ{tz颪EZ tL`\Fk=92[Ҡo a@ U4,p3 Cv/tR$glH'˦!hnֺsl@ =iQ0lĴdᒺs|^J~Տ)! 9*"=h`e*5\74MA(#W͑0#[zo޹ ¢H]|4{gFrUjq]ln)@a:Xsc=+vHXbڈZg,#۹eIIFVt\VOo:;c:Kr˷}6\#l^ɌEu"$ h;lI?=`x-Z>tт5n?n*פ#йھܙ>~昨KPwHHC2_<w1 Cץ )*ZF$& IB1Ц<V0!پ\BH]tJd=VدůH3Ou?Q\MUmtO.O(38@aG*,ip'-₵$~Tj/0ڜBY'[ggYuڱiQ^z.<8+ 9=XmIB(>UR>5;sʩO K+_ȸ\S. B0:)f"]O ( b/Uf*%C}m`/9䫖?$Ѧwкe{'>7-f3?d;XV}<~vHw;+.l@ui٦  dfxӨneRp? G|#>*XڅbЀ̂eيF*Laf 8t6( ##Rg@tB\Tʘ`җ^9}`m@9 `P>]M}a">]S~D+\D}4smOi솲B -qC| Z5X=1 3>TGyÃlMȊK/,h^r12OsTnY t&g[ZWl\)ySOJ_ }DrBY 7'ٗtk*EhT㺂FJi8kH!v;@ƈwxoOvF{[+W B`q&^="d,C_*E)?n*a1SW*d iy Yθ֑S쮬qsbSd 8#pg2{M=%;Ryx2)G]ۊQFŅCK>%t*2&䞙 _l7*'Q @o$=9p3bWe >R=@/m'THeOꔙA'BXSR)b%IoEF%@sи, v_pC|˭Xq ծ6%q_^wv쟚zZO.RCN Ag"ݬsGr!\Jώ)_춭\(i\ݾqu8Ly$AWԞM:AK$`f H? x4$r׋+~lwLaѷMhv1AXwJt]r/aR]ݚ- m0wdɈ`18T3 4pC5v}:4yZ 6Ԝ֛sm #p˻SnL@d|J?:Wpy*F%8 ,@b(q$bU;^*Wjw[sױP.Jכ^nk75-X|x_JmW Ţ]8Nl'AI2-VJ-qUZ-gKV)yC]ckq𦦊Ip=ME59g^&U e;_i[FИbZs)ީ*yx+gӹR_va)ב3o`Md\SbZIgT'. Cm=YWNBfqOjn H|wwH)A({ouwW>.n%=2id5~Z+" 0a9OȐ]<M|\ŞbKBd52ʔz _ul=Pa[J|!7rk d([CBL#63xeK,9)t]T7B(U\XK axUXqN^÷HF8II Ů|(Z eͷ7. B_U`L ڭF/y3k7=DȐ cU#}|OBOtEi5܉0xGuGֹ~A ۘM?za\b0j_ X\HJolVhYLoj>p m}IROmbq_:;⤴~C%ŷt͈'[\B؏@KEu֡,tqh#Ңt/}jA ߧ#UGr^ EzOFl*;% ;e]56Z`N&}Х:]Bq ~ Ŗ*hLUĄ8N);#7e.Y񄅒{Ii2''oXv4v4^| @L)c.h)LRjotu󰸆r9Zׅk^*&8-yY*XGrtÀ_!dt`rY/t0 ~TWq/AV|E':ūi2Hx^ZI?tVErOeBt.Ț!:ڻ20|~{exi%{\{mD.g;űeMZFC0;S*Trѧ; M!(8BG׶6ӿ!a 6NڻmSxrcE84Ĺ|'rt9^Y~͞.&k Иzn@sIcWVok)Y+gdwQR3c+E o'y+kSL#j"},::N7~}gj_tEa0*!ṉMnm1Fڐ--mk:)!#QUdv:e }ƙсKkӼMD vhĜ*̕xH 1 k?׹GR񦔛0aM$AJBoY(ģYxB9 CrJ}q]ApO^Aҽ*+:XR)ҝԝmUY/lGįKt+b:u ;+",ApJB61R s퉶WY'-;V@<rf1 q mǙC`vn^ HB˩}Ӑ &[hAWB:7=vf<"]`׏z tËuv\`k_T=p=41HE|!gkҹpiM6Y;o͋ȑng=DR A+ ZC'F<8²%c;_TY^XgH_^##%DzD^ȦFSt_cH %Jxz*\[C!LbP@^F'XU^fy-:&gx4/K|TgMEsG3_D~S-p+kmrQ?)ԓ1Z.d&Evq6Je^ @#ۙ 3rH e^`k8GvrI5{/LrG9ʵo 2s&S*M˂=v o|JtD%i)0$&m;2YܜZ[+""3a &Fo|p8)84 vrַJ {2&9-gZCM(˶&!P;WՔDwӇљ)_X@\+ M̙)^uA+x=&+KW-ШL ^ CJnki<#IBy6B('yZhSٟ䜑u `rR'+$@),X`tz0: jk5;ݹh\23t5-|~[&LmL7J[fRi93o-6#>E`*#9tJ^jF=?W?$]1(pG= 1#_q x3]|UDԛC >+= TMb@vj rgіVf[ICV47x0i kIATy K%!C*,SqE+4(q VaL TCZzj oʼ)r+t) "xIWܜW^g+s( LLܣ+C^\7c]~"bdY  /65+mtdC KDSqѺā ݨz}\Ӵʒrj)L~kqeS1lE'sWu˚o;'3-$eV9NZAF~jK|#+ڣ6G0*{p՜j7N)T$ h\OJ͋s0ξ5˨Sł ÀM!uPkX1Iy2}9'Evy β LQᯔΡ(0xg8WkQﯸ3,ϋ2ιp>Bo דI2KF_w##)*E'>‘4Hߧ0#&ArڣτwgcgP4q]|Ih^ ȇa B5uu k׫UE)>XlS@6\ڑP#Fn@D,-Ė|_ciPVd.k-e!K.nTɘЧХ?oc]@Ʋ3sQ/{%Ş0Ղ l*hQ8E2KFJg͂žxԆ""rY =d#ƀ[k4 " Ae{zG W-hLrhՓ272ԦtC!xqtC/ȉBʀkq{{,D֪CJ@i.a85~0"i BER#(x<* Q S^S^;Vq»#c4'Oh CMPcG$xrhR5;=h "#Nް]=E^R :L(DDDKx9PˤT.Fɶ|9\zQ *gp2 c.{Gޭ-KiYkXa5s/8W{6DN9m 4m:E^eڵ;5&q40|V^:*C%$hpEF)HieB-t%*Z53@]{+5<0H=GÚeF~jR dӁ 349:8oMgJ8@c^h0-KVD39kB\ #3xmQHzxxN:IyL{F߰, ;22b؂ Uĩ/1CA>Ow]Y }R:Nf{X*ZW(򦰂im4$c [s3O6$v;+V&*:[}b 35^ 9bM1*g @="򄵭)lg_Lʣytp/3d\ϫ2 ^Y 밫F͂SC7 6 { NΈe_I|PlDLS) #|U,*(FnƔ[тnC&qQ}dzu,]]{ ଠmsC.܋{~P4HQBxdΎ B%jgJ#fECqAn8EN:cԭVՏ9u l= L$6Tk[cN;nͣGtw20Rİ g NB IPIhnBNG(Dž)i$lCC jkM9eK'~"=;.&85'F`J1_` $|yKKjˢAt,k鲔Gv֚pa&cJne<ΌRTF֍n1d^ԮWY99jkg3Bp;3y9;-^waW0)SMݯ=%CW(#(o`~$&Ny;t2o=@mct9AtdX2\aGȬ,,LVgN־4MDݘ2HK==,L5I|0,cJ#AQgM^3-'3S/I Zb7]DapSwJhBZjtޜB[/dyrJl>[ġ\&E^BOXg?K^^b٩Ȇ2@ʝd$ vQ<\ НB){>+e]dt/`E̪n~BHЈk' $Շzjhgu aP G?y3TM8xL{2*o%ow^BN.Ǚ^)h)›١fJcʵ cx}ե2*q=ڞJD2}G`j+7 }ҚW}YUko"ßtS\;ha@F 0JE3Jf%%߇$"f7bYrQU![`moZ-S>镈̓uQ~Ot5hjbŜ}B]wd?\سpF,3haf]zKN:A 덍s0I:̘)86*1Js6(]bF2=Q` .տ LZ=wN孞D^F>&Uu ǭM?j'Y7O[X"ScKuD*'Pv8H$ߝl_W} ЧqM!Ьfu)}9~ќ]a8"L^ cEF\Yz|\"ip#/E%]>-T4q}s$b>!rv|tnTSYMJ^ I՜0hhXc26<{ϑ  ORraS Ō/`+9  "ӯFhY(A$hC{ 7޵6WdkgVc7)E2c}ĉS9s,FͻuNEB5>߼Z?0l"'K;E%ѳ0RFJe yma*iܮ9F ^7RِSi܏Tl' l/L(O&,#MBJP90>:65jen0eZ9h}A##G*VdW, *gDq$IӼ3R-ۗX Lh pTa0D[KW}4Ǥq0GEǒR V!\?E@1ihF١HIwsH/_ |"&%^1-)ә}9CE{>Aɜ٘dgkOC<)3hE*%(ц̐6\yI-ɇ|MEy),% o4mXs#sX<`Z$W7n_FӸ#tL0"PΥ&mf&Xtc_Fcq(3Q~@H@Hl*.5!'l<է1nTLElP ?I9q2>fNa[/E_wb~1MSv<;12ǓJ=A#jV@e LCB&ꨊEOP2DLjf5!{G$m$w#[J<Ɓ$qZك(Y?Z2~xt'uvp}롍*{E*$eXgVȰq1BR$akӿ`uMS>#}3P)3Ga߁ ~Ff# 5;;RD"b9v\)Rh[+} hٚ}HxKvs;K/=h$ ;2V,2g_@Ɨu7XL 颲H5C4/1Sn iY=Jtg!9 2֡](ܟhFknJer_eg픰hk[mB5^',J:i`S"L51W,270ܩgz3-KYa+ޝH.UM^I)ʮhr)*5 k/<4hб0/ H=Q $JxS5’'@@hhΥǯNpUPH?ii\xu@y:~/O}WܞX  jlO.[_*ƪA(V.81Lh iN[ʻw@J{`_?n1|^lۡFYѺmڇ>>FvƣOzIu&%CQSÂW+>({ fI`}tc k#c!b2a]\9͍8$N$ʭ'PX=;Q$Ҁokm^L'+&^9BZ! skG 5뉅4Ukui>gv[ǧ⯇Q,sAo{ruc>wH?{dٜ nV[o[0 l6llM1du E5b,=6ќ g: -wg%61MjD5}`L'F|E#sEbAņaşld;s9\7^Gm|xqY%'G|URkS^3Ȧ}9ӫI g!<X7ӗ^1TҢx k |cR V1T(H`LO41VrQm/|{y.҅1d7ѩtXe#nBAN\PB@vЯ|+/|CqyNx %@ciupCt-.).&١mƽ?*[/D;>n8?Y;ᬪFGݯ&(* C6 YnVmi@oqq |-}I&٥R3V fG(Oҍ0WsG,֏&ʵ^(;y 2lJ&\{b3uTQ"ISF"JLc>EI9SOUUVcv?xy Ítt +hFFHn 6uE%H k!f5M_1%AC'VN'M /4,svspe.ߩ212BdB fE )pr[nlPU"D2LNzeq˛"&uYL3lRbX7RAEEq0c A"rA;0%tJ5XV½8*%«D?t^4 ۳% )ns^~&|RDR4 ,ûϋ|uaptP''L=pu4D 崵cGQ4[K c W~օNȠ= 6c| s|@;L3.njTwp4GXbhTǛ9*MJkkU[Ea); 7]%$BpPy}13 i?BL婢1/,ThPxHP/2%?|54fc?iKM`ZGx5^7#FEU>=Rl%;"Oe7)f l"7,2U#X,x gxq1atz(22ꒈq ?ܳ}BdkMw6&Ak`yrP TPwǮRfD0WpioH@73' g*GQJYB{eQg@h߭)?o M"{C4mYmKbFwDLd ޏeA6 /XrZ֗LW̷H0TI8+_ΒP }吶y_|@Y{^5:[͞t^'IYs )x zPki;Q2lxpY(5o(4ה$ud5E5.02A lݽE㷒~ֵ$VŰn=JIn/0BRmOf28R]@N՝H'k{A=< 6 gRz‚jW_mtϺ$ޱe^oX20"S&㺔]rfrD>5<>Q=(ba zڌ[e/YR,uռ2YI&~.Qspy{e͡M6DS'=vK  #%Ϙv𨡈L sBkW.|@?7*79vGkpP'ȭEB5@چ/mi/Ld)0\75җA=s0 KL}&{זjkC7HME@(د1jU>]]5,Nr#pf0UH&o8Z 2Unju>@%-Kir_>`ismX'%)>Bu=8|p}X7+3cץE aTn$HG[a/^oDb:2L/B8Ow2OaةFZ+r\A[GȠf?4 u<p}MpG[C)y'5KTL8L`Q*`jeTg=$CGwcRm|[/Cet#1eUƶ7 jgodDm-ǡQI>!_Zl'm;/4LP:GGNcL'N(r1+wz:]ZV|p,!&BSiG6>O2~~6nVtt0c;Kʳ 3ߝp"QŏႚR[i3+]CT;eDε`fzj];G ?_Y6"ЂzfR&+{,w],V60V5Y O>f-XBZ#_Ffhy0B+g̴J/X5W\ "o bZC_g!(%&㶁-suaff:HiYG@hnb $JPKRu2+jC+ymP k!HkE.}TvDAbtfoCOyowYF};|Ь\EnSdx#ga fX BΌ'Tt4IAK7IS-IKDK:&$2AZ!ΜES=hL/&7FSi˥I%YT˟K( Qo,gegDp>GX˿偧7Qͫ\hRsh|x]E6v~AN&ρ|Tm7f(Urm&lzL</1,mz'xJ n ٭E@ t9W#f[ʓg@`8ȡe 5Д.7߭[X.kɫW4&uiڽxH=1Urމ9Y)y~CJIP2sv4tR! ;T+#E7v=lƯ#DLAs|ĩR`IZ;##$uqe*DmDdgDWΝV.n'l<G[1| u iۺNs]M'LG0Z$MazKU}n*X7|K MFeG(h aD,xtg7py[*N*lJ;}cf8&adGqC6a '4 9O+᎘<9\j t*x9f|` ڣ^95]Sߩi.ՀTmmU.~d Bx\/Mw*lT}p/9;!&4V$҆뀼UP O#W,wrL-1Lr_y,ҝi.iQEQiW6o%M&}N{i"~3LXzlTm<"po"q KeB{[ARyU"RbX :sG. ,2,aM !&v=6jk%{h[鮌Lν 8- ;m|Jc %3rI^"<+ރ J_g6;8Z 9ٜ vE/2]a-9R`u7_D*$4|0s v9Yb$M%4k9mydLypS:e1.XS2lmI*%IOi|%^MΥ1:5}LH-nֵ@%6vej&~p92OUn"z"@ӗW|"T;FÐ+1?d G1)ZJ'o?ڄ\@GZA,.Qɖ<9k!{BY.\4 lE/OLd}iU _cE='^cO?n[p;\[t\6X/n*R dݛ\Rnha;og3C4p)" 3g['a qd3 lP7wͶ#Nx,&Wؖ, tz|ãcd*h#8Rʮ6RFRDm.kFz6W~`6® W-f-f%% #+k2 xP߯n‹A oR5 %[*IK蔆Ü6pՃ@apɔ20YVa:0!ƿC ǜ0L hMstLm]p4勅mObkF` Xgb mie*TM ;\3BW%l.&}*Eo*:x5e:0-BFw.S&8r/#BSJDž-uO*|Z>+n&oBB$%9!M9)ƲWWX# Tb"SNyZ QTSTGiN_:][8ƂFR3t`toSx%JFrdd_||t;D1Y`b(9'wGf:dǖEFUgʽR_\0ZXdTK3W7mwJнUv/mv,VyKQgBMtzuΣ$n'˝!ωeKIۥӤo  +}cXF n+ ɺvR*+vIuvm ߸7=wlL;3CoBr~d,Yxv @$ʔ*ۈ{hÖo+D>&7 )q0ݍ&n[Xf{&E{vhXgBoY#wہ ٠$I/^x'!QsfXټK/1@@n9P0LC;pe.gwY(k{Ic5A''k}'s=b( Vtgc"G44]VBԨGF@6R>}y\vɞLa}{  Pp ='VOۤhkɱ[tyWǡj+nA;fG晴AkK-E{2Hl!c, l0/p, [5#'jQhnҡA*x~"X}3^kεO}+Q_ GP{ =,2\UY6jzkmI6[ˁuen[.|R1$tvT;cIEڻ_^zV #]a;,;ָ2j*^MRr'p Wv.9%뇌Z+N]}7nW֫y~T=XMXa%F<5 K: "D|$,GѾP3u[-:Ҍ^?#cJ%t/ }˺N06:'Ϲ Sz!,G&lGI{C7ARp>B3?/' x%W 7§OZS$ -ojKx5{ZN-9SI- p+# >BdЁWp]d^ҭLMy}(! /o1FsOʍ)Y};=@Hpbg\JeͿ1FisM Ȩbq-7?{ʐ ѢYʑdshThcCX~'wn3#ΛV-.JT}]%`$ɥc_Nř{ ~h/?O]7MN/?ɩ^v~kı K팚 - -eJX}É77=0r$^[VP9 qxKj̃V]fqJ90Fwҋe.9f*ZbE9?ë:wE)~tnڄP1eQQ!9t7'j:N*s,qћ=D؞ҥZ*w+]uA4hFOblR2EЗW۷TViw\ Ch%I /6J_xw;O.DAe%f E\2N^FbV"4>[lb8*s{YvV<î һκ] VBILIcɐe>;𗝡ἢE; _y o3E(y!5bWXzW.~\{~ϕf[JO5gO Ibm Xd>CŪB:bUzLn<{݆ҽ:^c2qeͫӆa;QǞUM۵ cЉdQ#K%+[b$N5&$3(I=i'V Zs6;78Jj@aW,D*Dikw(Y`tñn' 7$>8^n5/j) tQ?aͬ)vjxL[C3_1@fV]VR;rfq Mvag4Oo`C'N㨮Ւ*HCh8g1OaNk1J4:tg"Rv]}uShX4mBt2so.nk_J-,1NbT$%l./8/g-' ȇvfw"Bj6ؗǵPdW%6Qi-]x8ti6I;eo0ޣHՆW]}0W5q|GFu)*RIkqRe[%m"ʮ{H^WsJÄ^{K[e7J`"hEl!Ê7Ҍ%g`5ԜJEB^$࣑rfd2ffB"IkҖ;-Yh\C $sKNe5N|O2Pto1Ɉ3RCi2:>>߃0Ij1PedD{sn-P3>Dޚxp*ڦplʗ#uHZI.,fxt:L F0fo߽凝*?ދnUNg0֚ave*AQc4*Ӿ_o~@W{sXIuR>A*M%~sze۰_FqU"mKֺUmPxh&zЕuY #F7l1ʥ$G2*t#E%P^•[K D:cZٚR*5Xh0 .)NtKTj92D!Aο:)@[dq8?R p|^vup,7rCI\"&|{S2|bGJUXAw[z肁!wuܱ!#i ;}޹5oY:~Zbz>6m m LJX;Y+| bX*jY˗@ȡZKQ<}d $-wZԯdL<<Hy'L:)HM~^=/ (=(tǮ: 5o"e)ͤclWf{O#jq&U}' '?ҷPA-&ſ 1(,DULOѮ8}]vz8d򊿝b碸mKQ±5¦4 lJ@] o Y$$59ˢ)~ybͼJDO>@`&WF r<8h(ILL;dgkoSsH1Nէ4,f5O.>iv~|_SR؉HkE ޼Qaw }VuYOJtC.<-)0AUTihFC^M=?qCHʱM^A?] nsDyQ/$un sN 2[;ef(qr}&~glʂ 8.Wێ$bd\㙊Qf8trIT8gZ1b;xOup*؊9mU;W/?W`J->/ߢ4FKs`_ɴ1^խrp7fad,v0An>ĺfn¤XA8B:>ϥNt\~OTӦMHM%BɯA%$͜*60lFh; ^P\tLO|Y,}e٬8-iyu,R~ES(I]E*Nb>"06*KhKtt0F p/ 2lږ 7?>Ż:O/Ɵ"f0(𘴆ˉ_ԉHGU;Zm#M,ϊ&6 `\I]4iEj$Y$)-t~ND Ǐ.+喷:6-G4}RxZoGeCbX`;[O[Qsi(@$a 8l N *;@sczH83aS蹤]n o^I\sm6ڧyG*8X-T ;8qX0/ϸi2Qz <ե.1A1M 07'lׁvf܂u) 4/߷60,ݥ'7o؆@)9=*zooHҀ EqQ6DjhT53t˧oV>Rw/5ahbдg%Gz?. 嵐9bK&br.إ-Co([-k@0$ա4Kws98?Xw9>NRqqO kn*ˢǐÍP''>+޼vp0ZYJ1Loq/[6')R9Qh?Ry=\5݃8rVB=vl E!Ac#V3!-p>s.;_wAv^%/Sif4t?ckX[Y{DhOYuZT,,ԗBHNsC&ەxVaXCΖPAp"v}{ۏ 6FOUq=3MFH *fܫ?a"f_X|-(5{P{vY []O-=b05UE'.^~tw6EFΈ<}pi+JnV5֣{Cp&rف?59c\dmD 'ǯapºR`E&I JNp7_M+&A%(gCD˿YXm,wT&)W\&_,q߇^ѕ!y`nc5:@f#8!7LIh!EMVeOUzJ- ^ uټ l@s"-Lÿ_!?Kp.VE= [܎v,4qB<Ŝb,+r[>9LZщްpqD*Q8#j8ЈkKʏO&g T2Ǻˑd; # 9 []Cwi@1zE/bX>-%adAKeJej@QǗU{eJ!fv;g}o~]fzZD shOՊ%bD@%%ATmctSBN m:$%}W8ݙdFQߓk{*0%q W~.wqLavWxWYCq2Hx pd b׈ h1p&r<`e /Tw=-T% J @S m~K>hh9kgKu \})CzcǃI| ea3\ޗNۗJ : nX'xKֹ5]!D$>p@IZR!Ak`"+v'SK;@I`zEuȾfyΡ$dQԟqd c0ﭫLg/^N]5쁭z/=JýhD:hn1ˀSI[iBln ~ѶF# <%C_yai?EW[y҇cPyFQia_*{\Qu~|lb!|@%] `]+h~ sVѰZGrZ_ݰU_ uBEzx)uI` L@c\!驛x:h3 [<ϻ͇vlp6ْmb*uz26J0C}:D*,6_m{ا.g;wIvmo耨TXw)༆K=^CC$u ,/~7϶$20e_U qY"Mcq_/;?߻9,ծ]#]8ՂԛH>\Ʊ\ dt"@EUJl<57݃;%r`:K)ʿ\`t*?t3$F̜nA?u${iqG 2`[Tˋlp,@}'qlCߝsCWVq~,do fBPp8zbabRdH˺E8: s(K6"7:˷'(*wWt:^<n4"uīNvk\7_V%`bpoJIs [}]ܴ~{׏ 20Zpb_fv~:b+BYDZ6gѯ'$Hxh?a_np,C`O=23.Z2qeEhwOi+_ng]Q(17[t; g옠k]GLKZRZ-F0g k?0)ڙczuzc]` -lІ;\֎ ۆ]'S}D衬2ji>ؑ-+%1bYXۭ𒋇'Z`,o%S>?J#+TDݠ01J(t=M}aTI|zk){nzhJ2AE0#at˺f\Xضk\^YZoC2K-FA梷1jǪIgo{ \ymX֡[JʖB|kflTy9p-MPfzAcQ^UwuE[v^>hY'^g[ !,Kr8܂MnJ^?`> xJ5gR9Az])T3-2$@7 x+^NKQ8va*O.wy-.}oi FzO#N]<- o*-r×=`Jy8$m, —~hzBJ.1>B)M,Ҍj 2  oI{a=k&\-'Žg֘Jiӵ5/?&kN5p8kuXCF\CP8E,e7Hٵ5)s`;^d| ]} .0 c,( ?:n"; (k4cCF%?rF$Nl۹p zЕvJ^^O>5b,:Bakρw3b_k|=s `3brdJ6'Ϯ(@nBɁӻ"2DݦV#-6y͎>,NLɬ9q]` yŷ]\/i+d{~؞f-7!O ݴkM\UJ,Ȳ3 L6 y ^qQNM3 mS'{H1 Dns䚃"<@%Tئm{Q/B+uZei 2yJ+pq& ڥ3MUyҐUy!U*q㸵SNFHx%!_rjMCNWɢdsdgzPr+s<-C{ƒ-MX88ui1kK%#3Wz-,%|tFQΫ;¨'ghf|渶4}P6t+jKq#GNN .TTWs%"o.+w%Xzor^ W;uF9mqkC|/a;I;He WЊR3!@Se1 IzGдQ,@0 *li @Mm-o%}XCe!Qp4fn.@|̬`|`B{0Y}QVRKURMag6np -z>hvuć Ur. Ή*J.vF<-AyIYk^GEI+ -+3I΋T`f E<5+6oߌ ~7wiNyc"/y5ےxqV"'Amh#4I`Vp@^(d)ɽ^{=d<87a(Ef/VfԀk6).l<ΣxRc9.1{[Ŗd-8bq'K91=䡑$wۻs Vb@rUqv8>(`(Gz5Smh6rq&c4z1QTGX/~)9@!x«Jx yў%{ dW3t=>%{uF63i`1ɪ F찵b@b_  ’ I8Yĉ%bpHC*(徖)ҝ2kȻ4D?:8cR+|?ѭB+]&䀮`mz&4:+ذ=!Y;,?τ\)&, R3jY 1"mF=%ć[f 3˝Kv<{b )E5?9/8"b $0aR0ttV5c@ed2xJbD(K懓j˰6AM TU;3]sn } \Z#G-wl6kGn*R#b }f`:Lh;bu xVpF 1Y 2y:%0p6:F N Uz<-SukNw N>Tg/.gO#S04B]ۨL#H%("p/CbvU$~ i9MB?r%7ΥVUH:Y- Ӿ;rpB n_ߠ(U@(Si^N3,zzpԯ{OawoI VA o !q]cHëHOf_)>/fnQ5@Ejjuߑ{ϋs^ArCHNFe^tK'M&(ERA(S|(Fb8;v,q~LBLʭO&vEљVSmg]$@SKT EhJRXs;\39x( ſjª5ܑ tM& "%Ϟ}Z 6~1 {<D`A~Ȧ?4ն' 58V q2T_' Յ|Hb&N2zkXwdU9a_Njن؞>Jv[iRek+ILdR2ȡ|@gO5:/YznqdP#G8-[癟lFWi'1`ϛ.B,grZ镃,{gLN3ަ3Q^YDIl6+ODŽj ni'I!k\d8ɶUBp=Gf2$SSmљM] CnD{ HaKfr;=Y/HީIzɌa-aX/7xvƙXUI0mM>TDA?^"\ T84߫`KOð-D=k**+';TSFИ _:ěHAFw4H>Ȣ~ڴlcx[[7ދL)ĉ{+ VBt!0JeH]V{OoQ$w;2 %삍 q`X]Laaev.Ubݟ< <.UץߝCoi>0V5a t7ť|*1&,Y'" ףX׿;jQ eo%(izg13n y?my$VظT5j(YAjhKSc Yw\8朅Ս'pgچ E8B9.hkђ׭KMo,s`7,. n+~^6K%Pu4gv6 28^{RӭDȐ-%NgqvF~U@@XmPjUz-B#ac͹\%[: ֫w{S^`nyFb; ,βA2~Ү+KOx0RϷ"@k}= ~Q[.8!+ʇoG;L/(=]ض:" 7|p9^R\1oa슬7Z^kA5OmU;(dXÇ ޸[%T\XFWАJﳞT]saY==_h{PF<u59WXc%A}krZ Mi|!a<1aɚdS;'+(ix(!(~~ga>32wyc۷s۝ DltFG+3!78pz>&tD*A/.r`>jR.-A^K( h`_Yx ]^; 5&#i`o,_4s«vt|oöO646J%<#閼 POؿ`%Leae=)Y =U#ߴ5K*cw UAOR+?<*y qvKAjm}ro >òF.޵w :ONu NU*!%@JhҏZX"퉯-?Z_{= ߭F5cR dE{ BYpG>ys"\#+9>pt\QMoN=Ʃbxb{1䪱me{ 6ô-zeMPjdT;N?aJo)4 556Q[ m4(L=-Q)4y4= lv)оm DBڿ!MW*ƏF׃_r&=WK*I6>4Z(2Z%Ъ6v&W{N vг0,,Pe34CTGPrېG)kеpj/^u@.G!m!0 pl܀(λuonGOc( Z#(IO^~ &D{X쎁v3e`MU R.^|jCXHOoUfai'xWzYt:G32N&({cPFiYi,V~XT9keq4DBgkyCl \t9S"5;@bAΦQ 1kaotqG3[XFщJ;;[bh]sԛ1`՞$5uM!9NZP4Wl\!MNRqA)V ڋFk:~ $qu4Pl j>ņs gJV u&FUEjB2? K8`bXj+V)ZޥGp̿[@ }d;t*F83Κ2]u&_P)Xٺ/ºW!o[[Yt2&@3,uI6]ɗ4rH*+GoG))5ҝp%K-XƸï‰\`~I'D*INa׳E^a=¶7XPYt:Y4ƙ&Fi1L  C@4:^)1?QH́bj æA$e+!n#8$bST\򟠈рGV Gk~Y &ai o}hZ̡{3ʼMו{6&ȉj '6aM~hszV27͹8n7ΐdlJ0YbO"ef)NdbzDEƑh6 )`Ol"d{DyH+LV뜇0ŴD.s.%"Tcc-!͕* , 㲷 *nD#lm&`SM-vʶeG:9ö_V8L )s0tx@} w:A/x,Os( C:0۬I5w:2K K2^YaUPG]L;Kj*/ٺ,5 "|(;9CK^8kulܓc")yicjfT,oՍ4\WT5Uw^܅Ap) (TȰ/?c0SnP`ލ OA rY_k{-jMu ꤏ]IP Ivv=*%k;VxPxy'Hhvr-\I"CT?4') ?LZ|XYxEAINjĆZ`_kT-C\yM`;s B'k%A12VubWoƦϨgGkڱ~D QxךwRڹ2soy(m"rҔU9&_.MDEzT໭FT^K[h³Fd ŭ$xd~(UAvmeg)"QSFrB^؛x3wiX2R.f7tSmPAv:l] ELܿc щ=(hx_F{{)l&1@dוXdm5Mk_ŝ5xX>JI0G6x [M W[\<ӰWξͺ51u ~IqJ֛&hzzqHHb Eree 2]k t.]U+ev`9H.,*8dXϏlJ@* s&H^(NO: <9I騗S%*2٫y`+oT-'VHs0iù5D[iH|;S"ӸffgUAx8˜U(P"=UjGũ1iS6RKs$GA,0"yy5 Q7dag|Je=E܎wj/Z{5ӛ+qmE~vf Ii+u!B[!\SBG(\h=+H0˱9 w@!h #0b \ӈRO-qVAo]/2IOP#/;qY2AW4~Za^2+{7"I'd§u W(l'SnWjLs2Usݵ+ yxjq݈Pp8!>k'?}}&vMfn%QNQ)o靸ԯ܂4p-AA5fyWN eXh;'B9o$Po ^ÿUS#yLJ\ۨlEsoێ/݉Ye|* +,iEpڢ򳱖~_g ?aJ8ǘ T{ 9so[o~3:,øff"Be_ywsc *w 蓶[4 |nqO,)%|Qۃ50kvٰŸ 4ON|Ð-–)#bDѽRd!>/rſN][ L L" |UGb%ZaovBDO}!w( Hlwf4T~e+eKϼAJ>HPolU}zEڡ_e?WJPC:+ɬ Zhdh Dڡ;]ٮg>_,A̺c)@BIQ&:xοϭC>}C"t=gHwӳ ZF-܉8Q|z;xH$dd,Sw ݷWTl&xŖqƚ`[H&0Xϸp,0A@V很Q):s_16xbe K"qԫYQ4ֶ1=;'HGJF(s"B) G3Wnl/RI%/AM=Cw 1,W:NTo%SQ,0V&a%a!szLS6(Z6g81om?%BFeR<i 7es,*o*S"afI3W D?VqˆE@䦔W4;SZG*zʠRr`f+┉!gœ<%UOЌ+/ 6Ż L(C9`r4Fg[03qh\w{>S6Pnб l5ɞKRBoXd;)h?T!L Pڮ.]{76~e,wD􀻏 I<3g^Kl[%p,Ӟyvϸ6w:Шw ]VK{W XF$D3dKXH/9)LjoC&LoS vQmu/ lBFoB05AVUQ>,)RpW;Bs(LCuй] $SG \g-/2]nmd`ny+a> /dwՕ|R}Vh!#Hq7V; (2f{.etIy+ z箉'=(7sZW/ʳɺ 8m>Hj0 L5~7'0TR ۲!a+ɏ+([,h,(Fָ9կ,%~`gG򡩺AC×]qA9 D/Do/KʏYaA*yɐW&lקyۄ٢emL#/Q'O㽽z|()i)[SQ%隵s*0>%,ǖk*Job 18D4$M~ K{388Duo{$5#R-v9~㟴[WK3C  @§.u" "UuY&G(>U¼Updy@])趙F Xg-6Q^Lm ]Spi]IPw=}wJX\|NI=Ss`}au@d1P1 BaD"An𰎶赧dne`z͹&WPxYhwqu5߅!`\E7q*ߟ}.HD;1Nzbh C|z[6=:7'i&y?cΧ{oeGG[GNRJ8V. ٦LZXݨ}׽LM8GQ;;Ap Խ7_+fAVd%_~_r1/.-ժRb 0`d!_hZKh=Roh0[\Ѕ~;0qJ{048|e$ȯ4_2B.KV`ۯTl \^w6@&0ݝ]Pa,56TįD`Rg騧 jn%D ״kAwXbtb"+*Di{mOY4:((rua \|D72۽ ֜/R؈Z> #4lɴ~v,$rxЂ]O" /C IKyv0YS9Lwγt]M@lx2̝A5|?NNtҕi@W Er|@W8!^Zb{KYm|%]u8Կˮ(x8BtC{,eE{MX_xfڄ>Y ∲.@R\h2+#.DW] ϼ")_v%g}o'Uku*!~Hv@|iJ5\8+mBJ(r}gܝ-Q^x6|:fS۽|9kɖmE(6y2վz9|"Fe%6;zH9i)$%@x zJ C74P,J&טAD,S:C5VڵfrWGSHQUJݹ[`ԲeV7]ɥ%pgbdhnמIOctE&?!NHxW : W:K]OG88pzjEM9R)`ղs^|Y@j_UV+h[Y.Aޭzü+dG6 \SSabd!'*&ov^3ߵA-UF(wM\j>[`Y^JS929sֶ'ᛃi\_>bz_feeM+DLqfJ(i}"l+_ΝcClu}< D@o,ʟ膠~Ui̘.ҚBS7@b\9t)8%T Ao0JIa*@H$΄V#P"#} #O :v] 3z2_&!O:.!63;p'Pr4 bl|m۹(tZN&кQÈoZ7⡪;?tu_vp!iB6E^ +<#vg~G|東=}MxTDjyItԂzQ?٠`\<@ÉMƐds~e a *PfJP5Dv7߸LBRф(\*G_"VX/%OQD2+R Ɩn& m1otlI&1#j.evG;X?<q7Dcνi-mJc㭥\9ʷOYq Y%ݚqV}] WP3XXA g*;2'![!V=}Qz]_+ͬUNj)@8 ~zox JNH^[;,OzY^vREmX-y\ҺWuT'֞ *dAؚ:gyUq/oSm(V/t!&<{# P; i:)H8tjF Y2R1z]yvowꉮRߗ0͠ܜ=oYO`ERFkefA\Ag:fdɬGzW/t5d\kvK>Бn&/e`QX-a'U G>! ӞFH^~ $> Nel-?8/r\_f8Iedu=MFz_7q?Y۠ӿucH,zwq/W ?<q˲Vkڣ??Ħ^"D#uf"uҵ[0EOU.9%B̡ΟNOeD{}0f|EћK"PU"wϜ<&!4|ϴ*AEļ J\~KHV~QERG.FU55\i qw [ztDȝmڈzln;$puz8b$C qWe}?oh@pqHn8/߂>*"0ΧܡAgӄeyџP͇ҍb (>ͶBx!*CdI'*(v?tZzH"7a&)-2!!&E蠱6i*2 c7" 9(RA-T sqǬQemKב  UB%bT0E>wF63aK ~r{G[q?(w\}upu<9mx{L;9;,?jA*kp̖fe1إfǭVwy(Eۧ״ wx7Z+%ap~.=gno(I&q|c4C.슧v'D4tݏlwt!#J(7B΄RP"30avv!-P x`Pq@^DڈRgKR{W`&٧h%%ބY?-^]0-;7ϵ]sx;xxaꦂḾ[ibqZy'B0e9ͥUdWUif}ĥzQA~1\++U}?P"]]B>ºB|Js?;>VfHs e1f![A0_zifu7U]]&";V]] dIB[QI05VY8µ`1uuwϣm{.wZ6ܾfscFA\rZB{  |H>hiUdYkP1S{,WOsts+LJM7KC}J#\ҁMO*~Rp -l+emmKnn|A)놑 C/uFX5J/BLWCy$,¿MSGS N0#ɑx'΀X6š NfEҋB싰 /)? ™A#݊]1|[gU*.HoyQ_j"5H:Vq5N 'y!@y\Guz̡>F-͡ʅ~煝/?6\Bj!gezmME>xfkT'#Choȏl\+K 2"Glv5H 9ѽdlNr{MQNL^ܟ2 \;lf&ha=l.?EfaY1! e2̅QV!y 9-՚r8  =ͲޓR7yR}з#NN݊Œ"z*BGuTwvjik\|%rvoцp zӦ%|! { E7ѹ"k`;YhBiK2S2 P5Hn& f1C Ⱦ;`HQV"@3GZLǧZ]8+fnptBdokL Kɽv.Zَ QX`"D[*f|QO[4Q%CP-O|m[rҐN%<KKgHjm W\X HA7Fi=0?/G93V'coaۚ̄Ѝk!BI:MI {"l}" &>`a>!f£;әXnV gQJL4ՂJ}9YKS8e#bg;@xy~K.kcCmUg;[?FQaȊzG&JP['K8S (0@zZ)N\:%w-M NhSKKv$0&yƅ/׵{cc_S@3VZDƤⵎ[Xg`皗+d%Jq:~vOU6F.g g}&,r ViBI;jqo QTSV-$rcl.ڡ. Ȫ+".x[N~k^skĘ@dGm]B@o/Fs;]$ $͒ڽ눮&9(sC,KoLm$wl(rK07&.e80fⳊ o%r9/bDS50AW pSF9ʅ06`TFOK5%aX,uN)ŸZp]iR)0 T*]\ҙҬg klJ=4At(c0:!|o? ,1fhƃ KZ9V7W~f~P%g@M;ZF(e țhe#iG N;-騹Rz~{`q׫]G0⒏nM ,a{2 S8HBkK0aj2܏,7EaE^Ay~kVB>GgQ?<Oʅ%zHl1z`Ev]cmޙb7| h:F1.ڟ7b*CE9ݦgYl7æaLy>}Xd͊-\4{e-ҫ!yoE4[oz:@qǗ*:lM*^5rIhl\ !W@GBO&"̰5s塦:Pș[ g\"tːlK{o]X3 hl=ZVJ(H+gԻU7kAB&R;&DR3EisP2pL)C7()WQABa];2fM-fPV%e+S"O vA LSGv䏈sn*5RGPPqh !qɱ5 m!q;E1}PD3 $pjcs5Ӑ[&s_^ KXbT~jxoQif>uV=r@*y$ԍ_ڕns#"t2ONbh:TZ̤U=_n_Oվe{i,̗w]gڄ [pd{< 1*7j`*о9;]\ss՝ګ%TMs_,ɺt $Xq *"OUYۢ<vIՖʤeuh')d:Wʄ%My3 u'K-T`O.=$\ |w]9?r! ?>. U7t%Y9+)+4D  'G g8i[^eZS%0cYx?='g2c>8e~;.~V =Q9Qǖ\x vF^#QFD,Ej~';~q %[)G)%}3Kм,@AXfwL)tf"%`uM 4?v (t؟%DޘtI!TZ_Y+̕I@!c5,$H÷*a!CøУP* <_g%=7.iSY).f U'Z-ܥ;sjRIV g7Af7,􂟙97vdi3"w0~EWR{@LҟcXw)T‚k:|]u^=>d*VOU$- 2Ǥ)cmJڎu([4sYTd kNE+܎??Ic; G:h|M4+T k@Q W0)\@)X~i]ir=Ўw܆ |`-^&ygQN1M c7M*G}3l;ܛI!PaZ꫻5X,VQhC6"%sdnQp DW(cILP%@Os`71=s8])o@zIqCd!<ѵT)V$5 Z{ U]xynޘv2SjZp׬a_S?~LkH߭DGyC7hL7꒣Cybf`Vg!$m.huN6TN3փڛKSZ#*~<\ VVbn|WQtDлQ"-P)(T(($Px|ajէmJwP*boBY.-*x%Fce/12c=̒nC8b L(CMА]C*Xaqx$q>M.moHӪ{-[ϗR;<^$uKT2Î7ꐽWAo2,ƍůao~cLh߂:"^xE?%_3tp['RJE ,'9SOz0;rϗ vT˜t/qg}\CXnҀrV3Q͂gC A~ňfGu'盺W2/4CV/%a:mGTrnrwtQ\ac{'Iݱ%K"&bYKjnHBꨝT n署o)kOR _+(Qd3py=;ՊD$q SKHUFꨀ4^Ocl_ݖ|ƚl bj[F$:5^Wk>S*#R=Hȶ|2_o]X=} ݊Xa":=+^S 9hYayLE)3ZeM*>6ë?5,lwIgZG&ȩ7L i,3]!y VQuo_sŲॢMD1 ޡL V«@8rՅMҹiXzߋu?O0 s ;$}Ox2g7y,%2a`yCf Q`X]vJΏ=d&CWk˫a3Nk0m z N]ۇbj{hzfU$u0gIXv*y8( Fxu1ȿ { E۩skAj[mQ(^⏀{_co]B/Huʗ?dyA'ǜ_\,#ܑ>W8 VPn>VS2=WvT.bh-Kf{,O$}6 SS-;a1۪ .$%ULArRʚUþ(U|hMK N(݃NPu B7oXd I~Ign+ɉKק{7ދ;B_`dpvDu O!" @&cS5ݔ?5¼"{[훷NF&enmfm]-wDޤj*rRB";"cޫg}RԠ̏&XD;ZG 'v<'jkuPdrNCkmWe*Ȓ[;(>5Q>(iYb#a/Ң/y2 x#q ZW^WLN @F"Y:llݐUʼn>MwGTD:愺LM)}}?&Є"BYҶWSA>rItM{}g VExogry!W?4Ulv}C Kd˖MxwbWGMVT;_3lLaz-]qXAt ×!'}N"+R^Lm$)ǹ"W/raVas!R<e+]#ރ|EKW|BZPnZ{CuᶬQ-.tGQXEEhcX'c:s7^f<쫖7W>#2OC[{";@^0Q c66Z?2K$wJ@awh+r xQIx+Yc{@'n" 7/qȜE?CIfΒCOy| y>ۆݥAz.YKii(J %0 7sc!U읜 ^!wUt!VQwE6~;[ۑ2{o3M")ʫ Y]On)!I]| fH-c /z_1~uA lȍ IrS0bes{GhOK˚av|"W’-u斅}Epc}hHf/aTiSk0W|`ILZ,Bk]A[\U } KJ4#H0XšrOVFR:@D$4Ts}g=9s#ML4P؆P&F6ն 5Z>âXEʳP(( f,^ruS@ h!ke1DBd!'{zvd[n#/H Q{U̲F7WϡڃzK]qXCof@-a5R12't#B``CZoX}se9(1t (ͩMÆ~Cٙvv)n@P,>ս%YY)v Ǘ,z3Gu<8B\8 zkov#zFY,7z19Lf!87ik%<*:7L%EilϧVI㺣t(D}+brC)FEFw+k@L:  ~͸M3o>id)6f2g=/"͟I#H*<ςHVwҍT-9Z3@[=e,*2!}#S5Sh.'~8]NDs /Ո^snqBp20ѻk{aV`q¶lW&<.;f uURs ./Zf[բ&l֤"rқtn^M6}( P-hEɵ6pI;K4e\SZm0VKe:orŖ:ك!SuM0%btKD8X{q=a_*_T,NT>@/~Fg1X f3M891Hb aWbqKfl B||rюn0 GEn>m^"m䫉W*C jDׇ1&Z0=`3%"etn_(i~ _v?toR!<}&C'=ZZ!}<'\DCM<%I\N5_+Ӈ~^n_6Cu.j.I S,)߫dQ|.O=pŠ-n}|-6NKw'Xq7q\-UQ5&Xnjbfޡ H-9AEPs3Nvkܞrlw2eOĮ8%z84ftB Yd\, /3!m_q~;kjD}_H#J!JC&mhx JR|j)km[ڽ&٠L VRz.DɱG{^"gidAg+[ʗMb"tm|fWT={U?KBVh#b) kCxg-6=j B ~J4WI P^.^4dI K 7lO#iKױZćP j)K(2X=[wg(䉭4rW"bY V?rNbFxW+|kHY)}JkY^.#3¥q1ڱ—äÕd%TSRe5 tr"\Qc(67@3&T4w/K="|vE~!GZ4uljIYPeW5=Ƌ9IJaêU7,uϴQl P}N ʁjovXJd| hG'] ?>, NF\9ac m:U9 /2C̰ n n+@̾$yNlTRHn̳ >("Q`HfN?__~!XL?]M,Y1kMTu< C!/,OYF.xS*]~L+OW iՀ t6x8QPojg{q 5EUAZ݉yQqwfHbšEvsg3αs9C 8kdxy}>)kdNDBGҴjr>j6 Z4WJ3] >˟ Ǫe{յoy5'3RaôyOqCe@^VɟkZ;5w4R9=HVNqMGJ=+9қNx Fv) k&efKljO@cjPnR AZA< cprx:]BhVq"|\e!u%yΟt]>1㲎l|rۙEt^4F&psW V*4'6\\.}EFIZ8lfonl; ]61xGꌄ}!L Łް"yC ܥkgٕ %z8I:G3ziU+! }dN=_[sB\iuZhВ$אQ#WzeeJCYd6wQ5!5[]aBiCO:e1Nxu(B 3VnY Lr Zs#\ K"D)q l>ۄ@  dм2-CS]C`ZHNADB'pmm-41.Ez|1:R姬"kaX*x`=?oC`rmk=}d|&Raoq 6jFDW N7,ލt u,D3 m+~Xv*fQoo&VLPnƠQEV{k9XyùJi1:leyӆP*ҙ ;[êaEԸZ4`Hh?>ݚa2 ~ Q\x?ή3?*˚hyL*_6g7OhZmp¤m|q&k~FuoZ2EsIMپi!=FOXI"5Ӥ;_oY_n$[?ifxKN*c˹Pg;^c*Y߲5[HѺܴ+\B t# ȭHPY_!xhh ޴ K(.;,brLsȫ1eyJ .$bV0T8G% Q$-"l?{"M➥5VcJ-3:OH9C^fu 8!:yFO[i߉;68-J:}P.SUp2=P>_⳿@Rz(0|s,Qk0~Z$"ۣZQOb_EHȬ0˦u@#ho4"%?m4M*qzUV}A>)XƒZYoXDGYoĨA U5]%ebf̓Ư} /S:K;Ylyjs2nw?}5s8?|+x!>ieAo=e1ܶ] $"{0~- >RT"#k^K \H84=JVm]ڬ7Gs2nM’Պ< ;r{72˹"[KR#_R mÑ-̭S*Tr&;|hYuJh<01>k0P~ cS iCuw\l @Y*ɒDsueSN|ɂZ 5QWH_-؀:{[%)#lX1iEoCpLe U摆moE 0TBW/'4 k9ɴk3%inMRZǻxIͨ,\ʽ˴˔g{ 27wIX/уp"}?U ׶9q_P\}Rm`޶HzC%3y8= *Ng)gX<Ç>$~ |Ġ^PlU5!"_gҕFV#ʽAA]$fYZUG.,sTpד$*!ʙIsKzu:QR/&|8kǘm8^yfZ,c9EGrcw9)-;JV7nXb!q>Q)\B%x`4 `Wwp?vSe!Zё,+S*kh#"O:&;`Vg-Sq [AM?bI,o芟 a5ۯw]j[n[w,<&>RAoc~J tỲX*U\;J9mWr"ӌ+ɗ)5,F=dow:XFglKy9(>8,BQ:hٞj2x6q3# ~V EĭQh6ywOQr o-ɮoavLS9ʃ9m]職R3#9T(BS7sVG8"O׵;X{(1nƚc̶ YZ