postgresql13-server-devel-13.22-150600.14.11.1<>,Xhulp9|U5dAE\TF@6="2À;;B('aĹڅ -maN F-@ 9&sD5aExw5TЉDKխij4n)x՝^%\#4Tiܢ$t⹨k$M DW1X'RtDܱx>Yq{c mAnͅ#l5B&L?sWt tp vaKb*եU2e hbvL‡uQ 6!>K׃c>H?d" 1 j  9Ze { ww w w ,w kw ww#3w44wBC,CFFpFtF(F8F29Gh2:JE2>)@1F9GPwH,wIwXY\ w]w^bKbcdeflu0wv wwxwyz,0K`djCpostgresql13-server-devel13.22150600.14.11.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 postgresql13-devel package.hulh01-ch3b_*SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxx86_64/usr/share/postgresql/install-alternatives 13/usr/share/postgresql/install-alternatives 13!x ] AV8 H v$C5"N bJT$4# t4 E8mC(j ,Hq }Uaj($ IXakAS@6-  + Y: 'I\wN \ ti rM tv %Q5tE % m$[  k, e j/ dZ*NU ;~% >O8I 6 ' {e 22bvVg2 s[h.z#ki v ys#v~"2 |mY;L,8 l3*OA ' ,gU,Y s3 &2 Q 2U"RWQeWa Y^:E,#:J> X'&9Bb " C)x ^. - % ~0' 5i\ R;S = #rLJ &(e}PNe'C>nz\ Qx)0QC5/,k  P$^l)$ yZXJ7r1' N 34j[n+A 9 J'NZ p~C2{@1 8?*q XDs=( Y" '+A-4 !~ B%#%C',-.-b=SdWk }*h  X#Nv4"l ;D+=dJ Nr8? * ,g   N? b_eebbn_ekbneekhYSSPVVSSP\_PV_S\S_YVVVPVj >1FG&+@/# C5f  LE`yc# =  xF 2) 8 ?xy  "u n 9(4\6AA!2F fe !j )?V% < @Z 20<8Ho 9!_  : HSA*)QN \Q5 & 3#sp* 0 L] ' c6Di@d,@c@clc,N@c pc@b@b|bV@b[@aza@aQ@a.a$@`ٹ``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.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Upgrade to 13.22: * https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/ * https://www.postgresql.org/docs/release/13.22/ 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 13.21: * 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/13.21/ * 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 13.20: * 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/13.20/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 13.19: * 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/13.19/ * https://www.postgresql.org/about/news/-3015/ - Disable LLVM JIT on loongarch64- Fix build, add postgresql-tzdata2025a.patch- Upgrade to 13.18: * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * 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. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/13.18/- Upgrade to 13.17: * 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/13.17/- Sync spec file from postgresql17.- Upgrade to 13.16 (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/13.16/- Upgrade to 13.15 (bsc#1224051): * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/13.15/ - 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 13.14: * 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/13.14/- Update to 13.13: * 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/13/release-13-13.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 13.12: * 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/13/release-13-12.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 13.11: * 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/13/release-13-11.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 13.10: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/13/release-13-10.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 13.9: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/13/release-13-9.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 13.8: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/13.8/- Upgrade to 13.7: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/13/release-13-7.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 13.6: * https://www.postgresql.org/docs/13/release-13-6.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 13.5: * 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/13/release-13-5.html- Stop building the mini and lib packages as they are now coming from postgresql14. - Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists. - Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- bsc#1185952: fix build with llvm12 on s390x. 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch - bsc#1179945: Re-enable icu for PostgreSQL 10.- Upgrade to version 13.4: https://www.postgresql.org/docs/13/release-13-4.html * CVE-2021-3677 (boo#1189748) The planner could create an incorrect plan in cases where two ProjectionPaths were stacked on top of each other. The only known way to trigger that situation involves parallel sort operations, but there may be other instances. The result would be crashes or incorrect query results. Disclosure of server memory contents is also possible.- bsc#1187751: Make the dependency of postgresqlXX-server-devel on llvm and clang optional (postgresql-llvm-optional.patch).- 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-ch3b 1755280748  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwcsdeesfrheitjakoplptrusvtrukvizh13.22-150600.14.11.11313.22-150600.14.11.113.22-150600.14.11.113.22-150600.14.11.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&''(((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,......................................................................................../0122133334335637899:;<=>?@ABCDEFGHIJpg_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.hsysattr.htable.htableam.htimeline.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.hopfam_internal.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.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.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.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecExpr.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.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hmbprint.hprint.hpsqlscan.hpsqlscan_int.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.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.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.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.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.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_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_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_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.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.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.hnumeric.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.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.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestregresspg_regresslibpgcommon.alibpgport.apg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config.1pg13.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/postgresql13/bin//usr/lib/postgresql13/lib64//usr/lib/postgresql13/lib64/pgxs//usr/lib/postgresql13/lib64/pgxs/config//usr/lib/postgresql13/lib64/pgxs/src//usr/lib/postgresql13/lib64/pgxs/src/makefiles//usr/lib/postgresql13/lib64/pgxs/src/pl//usr/lib/postgresql13/lib64/pgxs/src/pl/plpython//usr/lib/postgresql13/lib64/pgxs/src/test//usr/lib/postgresql13/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/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:40250/SUSE_SLE-15-SP6_Update/a0e025bb1c4d6a22bbfca73c4ea18cb7-postgresql13.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]=6bca14cbbb19a86a6d82d769c0c4c53e799328d4, 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]=5419078c17b7429964214a00e94eefd837f6ec9e, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  R RR R R RRRRRRR RR R RR RRRf;G4A+ xipostgresql13-llvmjit-devel13.22-150600.14.11.1utf-8cc433102f82e2df113fd04f717a2a89b99d21fbc23ba38583b1d63e4d605c630?7zXZ !t/:]"k%~0#J:fVA9"fev7E_eIJtAO;]GyyޅٟՆ햭+nR.yߨ]AMvйbV dIHZS ~ʸbХrCσHGOkpN(%`iG7Eie >Uϟf@-W'?vjwT\UzSG:B i yl#4zzp]͇9U4wuΣVU-#/Ǿ[FfodF) i"\AVսw.GyU>g##AEdh8݌I9$Qݝ_4c`(܏ gȥf >GxLj4F}%F2|:q.GShɵ2kf b|Jb9;i8šG3AԼwKMҪC&JbpU(O-lk/n<<,=-7ujRn" skY9響q^ .MB/vtpA >WtA9\ڣѺC#nEgxiDWBͽʼn&vJOf?Y4Pָ(ziQH,™ MƘ̨eвfh|Od*5u<}81mr|$erKL8LP?&+EpiαT}c|vS C$8]QUZKʤ~1r-;/)kE5$؝ih K iWԪGwJ 7G#*mkɄ) ̔ƐG*1g~cfh='S_ܙ1rcGXRvc𶀫c˛׫U irɸZd6^g_Xd r ])ZuqKONr鋺rʝ8x/^Eƒ6;:pϺ<'A(fLMVxo8 ޺;Y]sT]H9 tu}_mUH3eH*:Jr`ӭ*ۥ xd2mnndg|f}UQR~zyZb]*D/Ok#0UKyd tCi}-߅#&]ɚMX6TɌ{/H5|n4C$Qy0".Ht npЎց3ECn[Fl~Ç֟3'^Y.yZ|]q^-1U 0@27qtP*rE"`<|5خXjwUA2pG _vCP$-"edCE:kB'ҠV \G\+Mc}I: rD. w Ma5}-ajڏ_[L/FI>'iksי;W3 m?K<c՛9|_N D{_a/ƫ `7 hO2ژUKȴĽz>hMzN.2@ /Wr/P?iG)m@[j x JnG媌5Β4*ZfsUbp)Dž#s浓ܰH|Nsr(|π'D<ȼ1 bAf,﷓ kuݙA6Awb xيZXm<,֢qns&b~ r4 U|y__Bqs7DZd 5HX)ERz ~t@^,!ty . 8zoTGB(T Kq3a>{N"m@H7tX;{jSѢrFLmW|3-kHI4 :Γp|IkCӣ WV)L w(jAKTd5#R=22X\+;%Hǥ.>26mO [&TJ= ;ۮ(ID{]'cP+PިјE1G5aZg\՞%f] ̫F~5oj~S]Ak \ DOhNkj20JnwgD:.~&URN;)`({ztMN+q*{ GqSlY t\(sG wJ0>k ލpWeيL:mteJd'sB3qW}rpfՋv u">cf/&3/7hyhH/^MB DDvpَn< ⋁km o)L~kRp$D|R#  "- <>q3Gڹ# ѡ9ZRFgU8 | Nr`Yt7VT"$MPs՛yRNLi[VC?Z>g6k 2vOlVoH>V8?NͫA0be۷n,9 :E[Q3J=}z&d>jLs`?6˯aFqVUa؂Wߘ>$JjK#nU,pgAF&t- >wJPffs} c Qy&^bf8bHIk4q 46k^#y6Q%C! 6x**5zċ3dp 9T ,`t_:@(H1lqS sz p( &/ʙ<H8 /S%nD!i#\+Czϸ2آ'h) ̈Y\}`pwt*ꘈ!;$yvBЭ_?].=HvW=_`ဲM 9k"-BK㣷o6P5 &0+Jj-;KuS@HN G*q&jfxõ?ikL)G'It\ryLxp }݄1g|aCV%htBu0IrIO+}Hgt")M[ #؎jp^NӃپE!)F!`R08~y6s55[|yHTs2vװ'JIF#d 蛣m;=ቕʳ`w7] S4LݣW^`B逩u Rpdk~[ =̙i5U^ܤV:0X2ad=ԡ0˦I3wX".1 oB/<"r~YvvܢQG={"T}lTi[b'?S b+zqcw^}ipuݚ ad[z;X w.wk@U(c?|>&KR3hmES<#;8LT8K78ܣ M6zU{uTSk2ӝfzėyؤk9':'GKV_aŸC}0 PjiTY/]a߰6h9*.,oK*  *>3$hzOY[A*=MҏmFIyLҶjog\L E- rsŏTԇw.v%+ H^9ѿ?}-T-?&Z8@*fT JS+]찀͐_ ʅw,*=2lG~3?/kG fZ;.t(1;VlY+@u0i?i>kҔfxUtunK=yYћO1+J$ZޜI^Zx)X%R%筏*-$ ]lWAݍx@;~/0~608n gdJq#/dޗ}*yjݝ@^e%xYsx!%Mg\1hr7C$ҏBw^arwt#eZpE&2̧ 3ਤvl๠`B2e qZlN% {(t#];/v܎=PlU/a LluHǼ:L$"P[+OmdygR;vy!X4WY =Dxv>_Qx8TH`ZG2SD^Akw1/ã )=fPylzI22]Z"o{ B.V j1ٖ%M Eʉ> 'M TrP^Pk:'i*Ie(uף(eE^gN%  "wޘ>f{opT0n~X6LX U[Fld9|< hzgLV!(D]597͈3P89^xfzǙ+sM@oHəoJF%d|TWid6C<>qՙ?^; 6Pf'@ Gg}fPooQ!|t"MIZUX}ݏ.>z.|@$U @,kp;<=ܧ4#}=I#)[ *%gm uJAi,7 ƤmhZK#N_@19ۏ#7o^Ozʟ|g2EFx_"=n~@/+9g O*P2hϳtUKeȀW 3]01z-wr|tf[a2Ա獩2. S8Z,8_Ȧ$ʓ^f^Z){q+ױn]ߖ-ϿӺ6pw"1ސǂ wwmW2A;1=qO)nXR"D:?&kw~7"Vo_ ĒYw[65 /ceDbkC1a-/NX=qO$ U~Y&7Hխ5f"'t;@=4vDk*tR_W2^P uh#u#ĈӺ Nxd|X~֮|ru +u2!b>7(N) >APݭ1?y"zq#ЀݜOPD<}rKn"FF6Gsjv ' 7W(&^JWi,XpnlWu~EZLh,SOF$s~EU׺A럫A_s#<$?e=HX9rQJ#My Z4V&R^>ķ`= 0 %';LMU9t-7m}plQP׵^F;ԃ+`59;xaPi FlixuWׁ u( ;:!nF?x:MiUG_RN11Ŵ"Vxenv1XZ:S[`U? ta-_ B*ub:n*[~ .@ aD$W"yy}Zڳ &#\4_X|UQ- M61"%g$ga/xλ1ƙ<{p0t? s%\2mnϟ>y-A '~yX_% *; ߓ\Oe>g\n6qp;a x2]!"S#\˚K^跫b sA6 0z\ybUZ 0(kOGL:n6mv"~f%% j Umo)Dat0m7 zW%QHr:g).y=߬?_o@?^HEUO#U,ܑӎ+gNR7\Vw/zs{}5.@Ji4:3f uM{4wB7z4| R- Srk0e왐ܔ:K҆q9M G<(K:x bǫ ~*SbXrXm0fKۙ9we%xYR[ UZ񋏇GoոoMdض{]0IB?&2Ȁ:j^Yo>~ȫsy"Z9 Gg $'Dт0m5m^Τ쮙D*mkJgYc̄Wތh^R|}{ p~ZZIxjE$e Ax[B)F-!`&ٖzijQ8:DOidDVfy7b:Ösp'XVR S#jIR0#d빮Hr}U~_lk\* &ե&g0\]Z,?1?Σ3}b*3lj53:ur;gtx =H) cg` )(}+f]BnOqg^3B><)vXü=&+ '> qguM H 'n3|&r @STkL i0ޖi7'f9A$C*TP%4PʃWb΅nc=r^.F,BR͑ߤbţʎun2E{,4jY)U F{zۉzٟ:, ?/2Mxd3N5'=jYu8k_U>`g$u*~#C-Lom !:t^9WX&׮,X ꟺ/Ĭ-bӃ58@Mnf}Q7ovMiDt JRy;~&(а?)Ec~-* (_;`vב6M(OI#T}媩b\v$qNy'svSt~''x)A5&ԃd_%?"݋M7|=QzD“Дx2qbo#߳+rꜱR=VTb%2sU $9-29[/+u6xO79qre?t~+y'Now37g'Ř't-yY8vMr;JxJgj)SڬW00O6s{;"#libzsg)ץE䣼~u~.5ݏsc{|z[L\{LcJ˹ 3W5Y{ຮPc _Q8 ټXL'z b(ۂ]>}gF21:1R:zJ{&$9Ne8&Sx1M\v]4`xgNjffމHFM ) %ml젙>ѱ{{x9enph} v* T h gfPEΟ.#5Ա?-@?*$68_c2n*kKq>-zyi xWApǵ&VSGt  /j## Mjw+oLE{ *l+P+= <ǰ)ťH ݏfavZghp pDs,O Ro+D}|ƁRB|pecFT[!| VXFqUI=ڞU͖we sw"^!%'dHlfY2.zN\PDzfY.T$څi U 9v>?=gs4R[O%(0F7Q7欓mƬg8MkMDHjph(z"#إľsjU/hfw[z4VP#+T՘7J jhf-M!GcH ߰©]c2-AZ^ʾ<)KO4C]UMGI5NF6נ +N^0x;};}~'7!X/WD:po!( ''a2*a¥g7- dFtH<?%4%yܝdj$uIE׸u(&7P0b[5ϊ>:/ $PD޳}OUM|&u-O}ul'tep/Oj[/[ Ft R*m^<69j'? |/12 yd C;Nd^]T+DDj}*|NK*}?k&E.1,S"`9mn-TX []* xuL#z2F8"N)^c&z|ؿdLiE*z1{}qhQ8eKd1\+쥷a?xj"66r̂1O!2ŃLSNnK$}Qw2rTΰ)؈C@K$*b-'ZrKDYbm{i\xF+ `۟>cmjn yW(_VӢG:xeE _cҰbLT"I\ #O=-~Tߝ}~C?BW(3IEjc'O& A]3'DbBf`eBjdd[z-rRY A b|yLCd5IqCҘE*Sr#8LV8}~ǟe-4>-IvDiHv TҶ%*iòyclYPCUCk(\tw"uv lٰos;now! ?0)zNrz56x#U ?£-?<>^韍Q*nuBr͛z$[0y=|7ݶT@]S&Gk̄>}:Ԏ62,Z]@l*uV`E`Ƽ2Maji샻Q(v7P?4v%VE:dcU:SIZ'@2t6 w fR0ڤDEƍu. A1ˠr~SU{_wA˘ފxuʺ2MdsYiS x*P۹ ~K6%F:Q86NH!ITBWw%)!8= WQw"=qYi>ju>xۚBYg_%\J+.e[WovWPd BHۖ(Ҕi2Gv3r[&I_;0[Ԉ zj(0^Tˀ ޷u"m=Ro26B܈i?0Gv+eBgWPeY{7dS+ڽol GQ7CIk1[ 54,9ZfҼ >aDCf\x7up-MS< l4P/K; b\K-qЈ`҄pUa/^#7/ytc?Nض*[n' 9a.o9J).F>DO{n'=,sBX`ŋj2֡gb[ֽ<%DdZ`Fdffw{7@QIN"9Rx|ĕ2Ո&Y#NcZlݐ[Es80&#Ɓ(gB$ó>EU(/FNvЇ}Be# 1̲P3{]PZY&-C CB„S\Q5hL(B*\;Tnn^o<PzW-%Sp68Vљ!PS>@e4 <9Cs>|\uN)^ ;|R?埣 ?¿ !߉N-!,B~}6LF1GFWaLnN ӏQj9$-%YAk2Yz4x zȩwnNzV>N0'|ILƯ֌c}n+Ӱs22?@6VO{EN!v8'ic^X1SvSR}Y  0'IP)½EKy+ڋú=j;'wĄyE4ړ4|icze | Cɹ*gH`݄F2ښ3-K_Grv*v1hG?ߡoخuPDډld a;vM[T3rOsN7Ksqv:Y;~p-+m0EȂ.nRچ fT,>fܢI=.?_(g_db ; |yd5fI9&P_2&}"ս+&ZA!Hr(U|S^ag$ƶ, M%{_{vS;>Y?\t}4"Ϡ!\;W Icel_~2߿?#9,B|I^_6n;p\w7wQF,6rL1{,o FՈ%iaS}G["AVvmħoTtض'F?@_HED&QϊxֻG%#DͿ;=de.!0'IVTR !q`ޚ(M^ |BhV7n B!΄o*nh, &jB^Ey 5!z6ܙ|jih}z'xbU٧_'kwMtTJ!MNO'Q L=M-%)lϾ{)H5@Ư`n(] 0A$XlJg<f-q#+, 7V]k&H~ =^_=n` P7bݸu>`i:dY  geZ\7*ME[DQ 1bg9_3ޚk9x)٪^&Y+,hK5%x_5klzƞ+ٲMg5׌>RJ7㵞g lHlrdҜ6 d6IW\!F}kG^m"4`)\U]r|t[5Y8BpӄU=l7A "up-sۼ8?pa)5q)&p^tM!c .W/6fw(٦5IHߣ97ovO]0q_} ͪ}!@bzaHz0KXW#l0Y`8:,~P1_L'Kʥpj\PMKϛBjaeyn&!Ȁϻ'&XK[)rLyN3Npɬ>DgbP Z"شIܽC>P:L쥨.zA7qSAwU\Ez1ǃ(v9)ySIC< hKNe)EG=G6!)[xRHV\V#|kKF+n\i o _~Ôx925r U9ѼC͏,ɒftga/|HU'|>IAnžL8%s[!pSvu>"GϹS 2Ȳ8ь:pR-+ sL!ԩ@k{ foN=L~whW L#$Ƣ+uҶ.,d42*a%уalze/Bt'M+wkӸ;rݬ"Zɂ%Ngִ_B|H]d>SW?0|>d@m2 =p{iCXSM/А@R !+oh,2/c \4\g/p*ګK 1֧3o/}OH߮_}9wi!6   &imaJQ/:nw D2zLW9w쬷c]UG (BHB/x =9kŸ[( qנ:U/UHіT,OSKA`H7{=ͯm@X\>U>LchP¡F;6eXrXlt4̿ddsݚrcu!ǐBTS}K<\MԻ82iP.ίEV5Zpٓ\ aIĪeaR1\~LkC +gH2ܾF M 9SbX"<hZw{j`vHQ%`'i1D;\EGjFG6o( (l^zFRd"2)YK Ǧ^][$FaIHvT/' 9mr8eJ{@S22 bj~BeD4-瀫 β[fcޓ/wycdž|P'^pW2@hG('ЇQ& d7< ǂF9 G8ᅣ5@s Ru~$Ay9c!3vNeZN`R `]me#Yq8k}}iՙ7|!aw0?!twx磌!: GFpw܄ga9%s;EObh.׭,*a ʦ~ƽwO\hJOROMgv&csQ|[ƿc~dp W]A{ ;7Ŋ/}r{E`CQB# +k5j:4\xdp^ք;@Uc\Obdx RO8\[-?̑;eVQ 0(;>rpMWS3$ho#*nQ{]N Sq؁ 94\4*?"NSr43:F EnͫU&6%1'iב>)*[钊:|1WfuXgħ~W2)d&׺B{Jȱ΢U'ߕU S>:+ؽT2y'1U CX}uV=*îKAa:baXqI7uX22i9N3Augn-gXz۹9q̢\řͅT&>iz9t̼\y=+W`1h5ȿ1Ka? QL9IT /Ι c r\zhhN71dMћc?ɅR?6E O{zyg8Nh) k5Uc{[@hjN3gbV*vX-;j RDb Vl Es&އY1뫚#܂'A*=gh/AdGay` s$ B~~Zm# es.h:R}le:y+kog-;=0z07+ _eLjk?6LtFEA9Ҏd\ӞI(F ͺo84ʂ l%fi9z)Q5ٶ@=>;Ԏ#TN7v2uasF#j4I?[>P~mJdb:O#d!/C鍧=ޔr N5ܺcGnK{Hsql§9m~܉nrx%x<t R[G o>'# `ꔍF4:-kl=A;J :[9:x&/6E׭75kUrG|KQbϐXTtoݼpiݸ⍖E!WIܷkK(}7f}:@}G NT;1^L:M.DK~y--(1)cqϵԤc~c/,cQ㍭ *t8䲬}bS'u L@  9($f'pR_Ye<\ :o1ӏt4}=Z$'LC+n*B@˘I2&#Ctx"qs=$^Umxhb)Ew0707-}wj`h)$*r1t:`w@Ié0 7x}Eÿaj٤_0a|FTu]#ַ)qF+N_ 1l!z .^WwZX&+QREXpm0L`%OUaeǞl\ S[C"}^bThoxROvщV]/mi K8ReGFw駭pԏ!;ogf/H2ظ P/H_\WYɹX \N 0u'^r|= ÛLU70 wCf}Lw>,{4vh8"DBk\Do[5ff UMe; eeobBS|nڼMrHX9;!/w3%& S9mto/O9b ZRk)-)ZZ?\Q308( G,@.@gSBD}3LeTҸ.tdĆ }l%bVؑPߟ_ 0'~|ai'"kq9SQa6(Ifv]Mfq}cx?T k˶O~P3pLL6P.w #WȼgovZj$7J=7U3 |r <]^ޣE/#h00Zn(̓X?A+q+bf;`0,D3]cjp6k\lwA>ZdV l v\PKc :0ߪQ5*THT*?]RyVT5,a jXGb]PLF¸0UeE:51$Sij29=$u b5uIJ_--qbśrÜk-LZtA51Ωͧؒ 3uIdoZ~wRq5SȼWu,_'V>eoш֞e! ?A[lU]6yG  ^fgTf Gy/U[K_vc84Bٿ jN}:/$@"IDp.UcS<^#.S%]昻;\ L8y@4o&)7sy"!d̈́xZ8*\ciH-Bn!z<>D2~sfRKi='?/ܬB\@`-ɅvO ~ļs&#c>gfY:]8ȋu{{((BlAhFHJ%ۙr :bT}⮛l~b䙡y+F >{Gwߖevث+EK}ۖ/M cCT2rG1Plq;qDܙ|1:UOIJ<ix8C`Ah2,NfK=]kyP蛌)Krυt4]g6݇*jk*P;W ev(O75L:ᷙ J?OÆ_&{s _ZUL!@s+.8G^ѼM.QlU_J78%a#h JWߤslE$νpu} Bct ﶑BޫɿVު7^ 7ŤHCZV͠81& 2ݳ Dۗ:oY%jh)$+~I?"[+bZpwB^$ܗYL6skZJrvMNMcf8$ktQ[d2^q׭$!dp\zڔv[ۺN@DbߣiE$Q?b~VмUF9cm=;֠UR;[wβYxE^MC)ٽGraZUt]&eh&UQ^>CЭ%|L?'@tZ]7PyZdH*nTנu#@poR.sPs!B)>lP"{Dbb8AݐepH"μ30:@[L6R*ÅP/ۗ&JlOOpiG:-i\uMHܘ-D4EuWS)uauTTKun,Zfv7)ň03 QY=?52~9F05 6%amdOoV'46_ښd"jY" o)lM-YM<'vW?}_3AsI#ԊJsN+ 2V _JdWLNZOhXj*]ocXl;S0KnDa% eQBVm҇JIAr@øcq@4o\IwmuI0/_| ^?MP'/*o`@?aa>#CR尢 %J@QZ/) }i{WJp!n$ߧJFj/39Xγ*Qt0oR0|&j|`)Nykꪛ)M&J<ݔyps'DKpF=i$CeΉKRniB\C3vO+Pe1{@4<@?c Tk` γtsg[ʪ[,- 2c$sk@D>ǟ Z! 5NH^A~s>T$2kL<%F&.RBo5]\oKN >Gn-{.wEMЦxdH" dU4 `H5 Zcɟ-=yZv 2y% ]W46?jhȇYȴ =8 Oy%-͐%*>&\*wBD/SM7>ol1\R^f`-f/Envt/2g}n:Ǔ 4[ZY`K6#_vzZ3y򠓨f@]d @i9žGnI@1v9p9r'0QQsJزgP:V:8H=J|yCAKxNĩĭcOOICbhL>":AޭmL} ƘP|] ֵ?Jۖn;Š<9Ҟ[vb%bwL&tAxk JrePox 0c0\BG!4v?[ ~%y0dyѐȜm@6Da551?7OF` _Qtj1и'96A(*$S3"@ 2^1^9i(NƖp:A 89$Ԥ,<[#f?ͪj9%>K"pU%7ia->9' ܳ_S@&&ڻd{fܓÐ%_U%( /;>j޺=6PG2N.+tkrN+,rZ(H}- ~&DUȲ{kxCׇӍUK_kc AGܕ׆Je*C}jCXe9@bqPاʳ~gFGb,EuTA8Q) ;}gBAWC" 7* יp>J8~K34,=Ӕ:@>%KK=0Aq8|iB'F#ks=F9]Lg? ypgy`74`oWۦLijqF3j1ۋ!MJ _îwBlxj}z#VeW]~mV/Rj}fE2>Ez)MDD.U绻 V36]RHLڠ^#코YHn vH,Tā=3d6.m҉*mF5%m6`dr+g,5_Q_ &㻙/ڼea +ˇ6DMb%#Sa4 # =_N=CRl$ z>hQݪCczjTA6ۭ ] y\{(A4g%Rn- P+> 6ooWn9d9}b("^I:Nluk ]Ej1 2fS.#Md 7dk\`X0€9W7CWo9P6ru}To N+ysmuȼWG, f2c%tMg2=K;/_Y;cΐ `%d ^eШ4*eSv"Ixvbm&zj2NWՐ! C"qG7+x )"7}ڽM/Ҁekv(\+ȊA DX޹3\e<\7, s0.TcIu+2] (ٔhoo$UϓFRvXC3#k]ļG͚8IPt15)J 40!'< ³gyQ򌈻Jh(* *5;,УkuR2~ɳyT瘍gJʪ%¹U/8π CC$!infa [xyj.nLS0/'Q=OD#ՁhGbr-O!w IΉOƏ T-ޡ 51޿ gWڊ!Nz$:k(A_c⑵OFu+}HW0t:C%J\C#c%.jz iO?yeyf]?R{qE7NML  PxϿ{˚\.\`xŴ/qf ,5X ~|X C<-w5|zg$KiQ[YZ![4HjR_>i\т, i;cH2K_qG}8O5 GS 9pegO.gC4 V&cHD9x oNXCm:fd/ZJTn&m7@C;N6S/ѷB<0OX5aF~Bzi}G4#p/ D~-&d[睢mEzR)RS!9-MZL Hhv TM OL՞To]l\(P!/0eMIգ2,rlvCFP$Vہ\): JAk]E1V gޑ0XԥGy[𰅳rm*!ٝQZzԡuFM[XxO`|BHˋrAFvbG'6sY:W@S~:H" S-S~|>@mTIqC1+GM^qq m%/ K*WƂv~]-Z:PkC_WW—!-[iԲ ot+*nl'{:m} \F9MnOʥP֛ ͭ̾oC]IuwIt8:.6BRdMIf@KNPzO;2 ˼?ԮrLgAuuVS%EN\\3CZYFr-nJ9jAv;b"Cf) kh,bdh$}BFS8qΫdΒz+C+ֶ8F@Xbo]-冴 S6"q/l^ }w">|)o+ YMTh]fǁHghT`&5 2?-w78ԒsThQ+b!6У}ўCHpYG%ࡧV}RJY1j743"m.*?Mk7\~ Fdaն]_ĭM>My+:OF)y \RlGaWf(y Ice;`|%;u,'Tu&.9<2䥈'# d>""y -o&&]| $YﭟNQͧtP.hN'Cy{w7#p.-í| 8 %ᖉf* 0Iߧix؊0Fѩ>Dp $)7#>`!ݵFyLde |/Rm->< L$l b 4Q>#߼ۑv`>J[!ҎHpG|j+qpN̵RnhG.= g5YїAm*δ~[=cFцdduSqilƧE5}wvS 0 J&R6CiGX0J ,?\J5 <42 jj%e@,_D 85p3O֊ky,ﻯW.I&fi-k+]q2 =6B igt,dN!4L{a7E7 ›qƘM)5Zb1Aj&g*5 .>(/Goq" 2>K6ZƤSJ^Gy9وxG-zjG =޵cPm% /Y>:=Jn3GGQ>n}W\|P~SV6٧jUTC'q/˿AC)z=%OW>Zr(*3CQ?E#v& I< IpuՎAW./sFDc-y>;Z=gc3Rʫ"-AbB, K11wg9/-P*;'rp xm[ox:;7V/;g[͋]KvSlM3 4I zTvr< M&]^@/̫l ubѬHD{OLu:Y<&hSz>vR" )ePMDe>d ۘĚͮ3r(lsm ᔽ:"ԗr3+u¦Std!nJ$wѵX1ɵ7+0VȔGtM/k*8n֜9)c_t-}P,p"uGK/|7-&rʆ>ruht(|=ϏtސbtK)(q}xZf֞~pt05&| ru6|gftK]pw~_yoyĦy-_&*E _"R@B:S"Kj˷ TKv|sZob16а;ZbCLKGi >;c ۚcd_t4E9GXFyM0{h?|{ĈDL5n[Jj)0ȸB.+jP5]k"66Qm6Ф2 ^W)"O)jJ=P#QJ \r] mmIYǧ,פ +q?o6htduUI<8\h&ǼCc,Xݞ'~FaD%:hpP/>j63 x~߸EG8WM#-/\'YTY& 74"Bc`?(WEJK[Q(,PWb \c<:S0\_P/Q%ǜJ6l=e=гd"'>+*Y[gN8ݛOSB) b;Da]m V'G?Y@w(O{t65Ixgb ^ם4ui!N4N3<:.CWzТQ^C۩,ڻJ2xs`lU3oBkw\<=6yă+~;G$}m8<~?EKXgz^ TeL5wz}3g\,B:  fEzZX%6WwKPfV]4ex)X~^dK{:HltYޫ^|t$VBґIٿI+ۈAHU^ѣk") i2B%"t:0q/[+u?$9=_a5VR.=G0$?&v#mzDŽ!ΛЬ%Ʃ[NNT2zK_ZuD% >ɇ&Nsla&> 0FSABT}Vcۦ?Ҫ6Y5HtVɮw}1Ww;d8?C/؂Zo:,b+phrқ/u/(,HX-S w!_0B0AH:|ha OT텀)8^Ԏ*K_;~a|2|$?n0B1*^bޮRRp9G}`{{| {,1Gg?]f[BmNqb-6LY',ɛA>HqU_*cB alBeY| t0Lq|&)ŭ䉇6') &<t ݍkc8;"Lm#|a▇8#cH6tdg[ۛ 2 0hVψy:#X>#CG%# 7俁Aϣ.0>/뱻xvIEB L 1?_\NA0Yt|J'yƥ$:Qr ]0bA])w}8*s7밣kes8B02wL%I/=Jv.2;Zj}}>z5f"N1rtiWӞ f V.w4 vD O泿VWIYS^ݤ/G%ewm9'q[-|:Bȱv`P*6΋y½kĒr5vbvj#I{1vA 9b0g~vPKʵCX=?/pi[6ġPQgA+nۜ-0Q:3BRVѸ)`F U:zƉ'Z$#h^i/psHTpT?_o^Ka>{Wd9?B jG B5ƏE\Wa0\3Ų u۝hNڛ\`XHmRAJ5\'`7!=d vh}ӢwYB GRBӭ:4\v1Y< :+XW@|A*e/!-єC˨BT fT3 o6Źaz:Ȳ\TsƂR{K_#sX A0p]^7Y02HJ wF8m;߉,Fz#mKJ#%G"SZBolPk,p~D;&ץ9"^M*SQbgdNVAeM1\vDXZK׮ Y[{Mr V.ٵ \_Ļ@8]#:v5cS-7J ؾ_,Wii}oo)FS|\YW˧!-a=:^a[PR.G[Oϋ8nK¶z zp9wN/%q}> Ob!-IXY;;d0ĉ,X}m XJ4+mG X* }>h?.F_8LY9K\[={4N O%_PLֿCϻga_&rbutΥosPk' fۍC|U-1KUukuY|Pes l^>됒o_BfωY"1$oO8ZSz)*nVܕ?|GYGC`1Wdq1W]` {E)O~}B3j),_`*O'KVTzs.y`5Dz1o-¹6(;V2 -{jnA_B*򶋑+ԁ+R::wYCtI V_i+t Z4mv.-~ay=Xuk0--4 l:ۂu)0azKg 6Mō6uVEE 2c5l,x F^*]<'e^عRš$>Hw[(kuj'yĽ=>X'A Pt+'XA{HBB)H^"+gA)W0 ݎV ϱҎ'l^g0@ϗ'(Z 8 P3#y/i@\K?7< i.N8글ڊ]˱|\P2>ꑆP> Nܼױ;@] +bF/^KV?y53qŷ#=7AWY卂>"-h<7Ѣ54^6'+g(FLf@ J,nV}\0`_TA9Ye]3!8" Eop ŭ 窮Rd- Rbw@GFQz |#u0h錸$FSu>OCz?-Ǿ7 \HCt[>˔b nUc7HxIsYeH:t"~?W>g?PݞGlVYêoAdPܗ+K8#ˆ̌2D #M.0Y~^4 { \h7+8R<RBPY"gmIŪj tԇ1bX$ Ƀ;E,[q&͞a8T }alp-q}I;!)43`bd;4t06=P?)N·m"Vt9yimWtq0&?D5q|咖'Q4HqBod=8qpI?w:u̢*sUj Cs.I{ufvXd¿ԑ<]%˲B>a;Nhly,ESZLcvb1z)paE{Ka"5GaKu9"k6jon2;w܏7oؐ@u(U@u&:q+R\9?}˕4~ q'( {cch, [:P]-ɎY+MP>m-㵕ҽ\ѭD@BYd { Scs&FZ)Լ(*gQ侹R ho pq;Zu PW-N:^#m *:3b{WSɁւp?b[ ΙSOYemcUL}#t H,p`C'?eo_{_3{]oBeBHRvIɤ^ec5v2j&ѓZmqCZ`nx79(&C՟'G _`/z7e'Qui,:k[eLbNPOUq]x#8Q9%ǖV0.Fi˃*- !|n}l2bT'ƛQY @=Чw -ioVY|`ȣqP ÓؒRT UqHm590Wq曓0VgfXR2VO䑾Ң0vG S^v}z+xYWVoi.5d SWQ6Z+e0RdF'qcsIHe!hBs^ҘC8mx,ҍᕗҕ׀[d}ַj gBE)p( 6`8v:z}snjlKiA9th0 3̰͛N .DRx'KjepsI[iB"Q*uRX_j h)a M}+[P:&b{ ~-M[-DJ `F0nQ]ȲLAm@R)USHsquMNC9r{AG:ke:&$fd l˘{;W/>pdO98~m: F^V@HzHCشO=S | >0F K&K ; 4C3^90ȿ=h ed+;*dCNU!"ڭ52xzwn֚Kb|ʔW$zGhx΁BE݇: 5(]qmcȠ `_K4c3]4S['t>Ci luw=ڷz{+pksӗ9nvﷅ iz:4Hԍ}gɵjNa 8 L.8Quy{YY9%Ռ]1 2|&OٟbZӻAKdxwH?@x,|л%=zqq!KELx>,6xPٗc? 3X|Fz F# #)I|Ͽ7t3S7V1+vwsp6 } Sk tȇA_d=KISsIQc)}C]wFd3_B/|Cr6 :)gO(I9O̮>,3pQy uy0ts/XCUvyyɟvy% d5MZ2=L! "{@b`kҽiVXR{PGrN T")OnD 0J(B$I?wc1ge }%|:%aM/N"tF` 3 `VlO L{Y{(+j4kt\ZXJc{A.,O `̲`Э;|c;J5nlVia ֘/sFhFbX`KSF%Z"sys"*F,{/386}ca-3gFTpGB*X UmnA5+Cر 0|(rEQ0W1oAX=$f@7җ;(hEk8AEpg;$Ҩ~`|ZoQ]mQ2f?ȁs1l (RLv⇻3Xg?X*10z ԂW@ o/RLdLPg[ M`1=O\B:"ŝVi?'̛sڶ 3HvGy2%f>嚏q…<'gj&8j^\ۄhl/0]tl =uzD⚣= !B Ep<ڨ0* rѴ-kcv2-(NH1ճ%sRKAU Bb EGHBw?$^z'̥8Wg.0;*ӰRSQo5L&HeUՀB`<(ׂSяD1\v1 ;(q[|§zh2Wj^Afy&kzuq1c2bvp `O[A%|?qw&T!u6JX_T^d!K.\9MTriA^9xKKżq!-5GE9~O3AOo7$ )?(1v1I'#yQh)|4GnX 6KF[ ȝF7"QTaO~SshR , 8h5Kte<р,QYülǐRx(r!b'Ɨ)`߳l[IU> -ɓh8 f3PH\pWufiGA}/M&K|n#yAHȎ]M VBmDm70݈^pMa~h{&ٚ]+呄=#NEYUo@uv1Zlb2B^`ۑqros6Z=gI36U}lwl[ZO^ Y_ h%.GLLu,'߂@DžufnjeEWy0aʩHh= >,B@#aϠ2Y%PC=o:3tLVh3V)ֈ9Tȃ!%35Y4$gazE /fgVy覨 jBƜ^{&WGL_43@9\uIM-N.4%{y0Ǖҗ:̍ɳS-9!F%g&䑗l`5R b64`D`ٷKL7mU`٤4yw`_pw1J3vo?n {P$5.Gc[>B̜O:3BVJ7G##1 jg#`~-6B5|gM״W;}+ORvruQUXJ uF"(<O#;,ĉ;Y[W+&\5-윹5cGg?۝IN3 IfRΚ{ դHQҼ<r4jaTbű$e'YKhv֙Wv@v`"<ɒr֡&[zz!^TDU#lv&mZQ)m>CD "[TÇq+rc 7w=[3j"`. %=gϬ򙷿r"I ua\c?8*2/b 5y۟*mbJmjJdYy2 {v&eA {1\a@H8L%7xYHlya/D>\2:z=t($wd VcU4ӌjO|KaT x?QCtL{I&z I@Boȓ#=VGkl*$ߟtY&cƧXO׬d$ 8-Bm..XFkEE"3[VWقEoSgN #Ғ0uS3"8vHq2J%_AN+M FI kA(4#JzPInN9Gp@>(HZX!e /\z4Np+3hӁzĬ^iܫHCKx>utmRބ -6vq ]i;g!XU)ܚʂP[[gSnh4O ;D8vp:֙/ P\V?cN2.Eq[U;:6h~|[ 羅l=tMsYwVWjL=a1wM@meDףgT 0C\rTZA^}kq4JaC;A 'x'QW1'C\,(6%dH?n\dt)NY=a U^|d]0~U+kPueDPX{0"Pbzx$A3i%߀Ļ͌ϕ@8 6bX\;M rL2JL!=tPaNw퍲!{1F&Dd7l>YKVߚ'rüηAq^ԏl{5F*юrQP*S FE +x4IVi>Ge4Fmf..N`F?f鯎uaTDYI8.¾buKZ/ /d.LN?[}?eڞDk pfUy25LL|K{@s%pyꖑsIw5ۋ%EZBuӧ~ryQFn`u+0zҐ <ܐPp&|#cY#hH׵ɶ˺*yLӬB[QۿYu :ESξOlnҁgSLeFGq̺D@1ɧ7c+n*Q0;jeZ\ Whg3̈́+^ѷ~rcӘ06 'ۢ;"yJ5/3`~*8̑};GT BG-+QohsYExDZO7t/u93h;_8ڒixRoHQFԓ/S^g Y):4\+OLN }}:/zAza=xo:K3mϾG^C0֜wY4>᡿tL`С˽BU`Ŭ6WFS.&xf~1I$TN.-RCk^9ONQYpPD& E1~-jqXOkRjS]>pH!f˂fT>%_Ap(r3sœq؆%?(w徆»z]A}^:!Iܖtcq"=_ Z`BB%yaE\ }F(i ^ 1Bكze=8н%B$G6A  _)DD#&bϰſkĻU+R^`۬`h=`垪ˮnDʦ}*ȏZ;'a`q UW$8ϐmrrT+W*9#/e5# .ELwIg=2E$BGHJ}%{FKhLQ Q{Mʏ:vf}az0fxL|QEq/j!+Ӫ'D6k)q۲o8_)s֋96oR$pJbџq)~sPt`|rb "e; TGvXLܒZ[<>mFړmyIA$ZC--ʭq5='W]nauBIPbN 4Go@Z(1F?p CV)Qi2a4z=k|T=.g(Ik⭚9DCA|$}م1}v0d4Gpۄo]d1jNmQ8w,&Jے Aإ B-zO q& ODɯEYxs X D**4Qwx\?޵؃{Ҵ"UupфĄ'FMX))gI埖79]_Gl90Q  ζP6|"=R!xh0:]`\#ܖ"A pcKCS%|ΪGxk!z]CfLd^  p1}{# " gޔORVĆψ=AA^cu`|?7'a A*2ے9[X84(ɏ2&{5a-fl>%olbآxTPX(HEKkC+L 7`쪭$c|$sͷuʀ?ZpUAݢBEa+F+^ǯ<5Y{.KSeیԏ \鴫kؿ ׇ|6s͗%is,^u?'rW$Xb)?}uG&Ϝ9e%'@X ~I3֕MvZڀ`ҔxF꼈#1orf6Ǔ5`4QN3 4)l6 eo.!s*6ͲJ5s3sV O`ZT7US2có.s{!D39< eFJ 7NFahs?=?N]ﮮpρsri)*GsyUV\N7݊P9/%ux/);YJY159̣V(;t!WI.,Y݊3Z_t)ȿ[anf+vML5j PQeUil_\P/OwWўjRs2o]mQ z蒐{َ@FaOP,MDd0%IRIG |ԠZlSSqnxͼĻP,ˠ?o6OHesmC>%A;PZphx!QIɴ ̗aXؗ )'J).˓N*/^T\Y`4+xkԟ PBJr~6ԑ'?s^4!DM` cKz.vmo]jVRz'MeHvâ%pkwEjX.QO/]# h_)7ih(L[kldJ4f{T m`=}|8kE凨E '^UEx5T#UOt-@~w!yߋpFundiK#,ĝBHdX$v$`dz)s-s-x OmA5G6,P}OGZ^AX?cVjm*d[yBY&͊IdNlFXz @s1K褕nZٔbolP~.G9 6x:5in^%ᩞpM~fEoOBxoVcNR|JqkA* U(8+&_ti؈UًdK a|N 2D Q[نd:iU hFPȧׇ CIAYNʺ(8&_JY;PN,΄bnqg[qp AԡyRDaYHVN0ze+Yb,-|>h%\N)9Pðw4V&yƎq$@zbr;>g6M6 t^+o%cE>=8Bj#l5vX $ri?ݡ*rR(VuotHNB۴qƉ.5O6] mT]W~e R{֛ۀ ݧ9 DX{s5;lU6TΆoqkIs 0IԊHW.:")B_UK,LK&n fzNk6LK1KDT4*4QYXr+|Ƣ"GM9@}tDy^Y{ې)~e q;c U0֖e 7N!ODFbC}iSd_-D3؏e࠹ 1X܌/F[G/7y|W~A/JMjw߷~B bߘt,+\v- | {PbX[jzIlK׵1"Y6pܞ&ґ~{ʤ9h5/_ CZq ]솝䡝A:thkL*j5&]/ax[߉{J˃o{oXBBֈA}$niQ44 ܚ`@!y_z(4uZ*;Ԩq5~'8*fv@81'T{sD e{h?JAK;3Ja$BW#OV6oOΜ2nn3 FxǝNcj}z$h4ɻ!3M1[Zo.oH_yn(qz|wBV'y&aFBwBNTncT(7Mg/f/B*ut0WkJtx6~ꭾu"CshQ[T̶b%c<B!53(V;%RW ,O~#S j 8ڒ{51щ9[;va nHsy#I|Đ#Iyc&Έޛeʬw.͖ 5R!OԒ gt]Z11pMX$eQMЬ5dkMJs tKP]vl쥄$Ou/xF5OT|rt,DݥP@} KaeAL"oC۶s-gDb ; 9 Hȟ^hɸG8S*=C|Ċ-/ٕ 4Fq57 n>vDK=MnsO0dؘU k2'"Pkf~Zdsw[}\o0Ojo6~+1.W_m2@Bt$Vm|Y2&r# d1!0[U>uF;eˠ{z:C æ>Nԥfrr?Q) ;.le6>NK`f`kd")CKvUpJ=́=" ݌^EֺM"F:KL9:k;b՞I6 3,gHBL5{Lm˷WNG K¾e@Kγ^"KaђOPUs CɁs[X߷i%i8ݫ`g:@fo!ew1 e!>Stq/G1qk4h,_'ya\;c Ϯ{;u&oJU1ry)0/ jA2$W )K%e#.\F+H ,|ejr9l7E ӎ4)JӌRaE~$|v2xG֠qN} tuf:ɯhtaS9Wr1O|i᫦B3CD&ndxF+gj@z-Dp "i-KreDg4wi\[Hn>]{)]||0PBv>%jRR4侀Իĵ+%n\Ѿ{̬+۫vW4 UQTdM׼/Y˳a#}?J&I&& o毜,Nr.I0=NÜ5ՐL[6@Ȭ^ds Jtz5vե%׸ʲQ̖:Æ.ɭcx:SA0is?\NTՃ[g9//S@}{ЎDȸ_VC#Llevs/4uM̮]KZw`b(.Ux`RtAmygCpܡY7!? V8K\edfPcLk27`TMBigki| cI(k/SlDOdL-?@Sz6{"8KA_"έ)p$;֙R`|p9" GUk!ny8|hzFͰ#[tiz'f*_ö4V @ mѵ>on-)xqJ [q _@X$cHVrX/@YpR~4jH3x. =jH G2%7/ `%ZCUDHK;_+h'~g/\N?HA?УJT|,~'psShoRD+/ ̣̓Ruu:^Y[M Ilߓprt)r#_ns?mH~ȭƂjGd4\eXdƟ+_J [AMoNg{K2R"/Hm¿?!PϏ' 0GєٙhPųE!m'G{CNLn M%^R p}ۼ"'ev/!aX䲇6 ~"6Fa s&@Cq٥i&4bIp֖BO󅨅1~<{(3fD+m vGrR|>eELiHkl5zxy[ okS%!PA ]HmG4"zwGG&zweUjFJXRMB?6۔e*+;laLKmͤ3hK(+IҧGAb K9$0kGy~I>F#퐺pB!Lt0ƧKΪ9Lc{b_{$%Ww,<& %ɏA3ReV0WVHTucgQϿjǿ5-15i:. mtuFÉg[ݻ/IDŁߝ&NF0--Pkk(c3*1=e`z@@̲{ш>4z?,\  wK8+*"SbQ(zE-}$X(L4  l.&Tӆ[NӎF}D:pᤑgk<5@tar$ ,i?9Ye2Df]4oߘՁk& 7˱#O"(8y@b5[Vʚkuh4fOX ,ɮdăpC"*,Ŗi!+d ̟U| PQX46+0$ϧO[eSFPJtzgn#]>|awuVwG(Aތ9SK"[ QgxՏ\fP=׋4b>pe"9^O0('Qf`㯈ϕۢ ioX-8k ׾oUoM]ů~T?>dl8]Uθ;H-5e>`PPfPa,mRhW?4:ͥ<:R ]mx/n`}\&-]h=ʯ gO`J\Ꜩ0D>ԉ1=c͇YiAdb>#KH`(,h⾍Wx6GpslUPd$쐏/oIYv:a(nm{°p;D?ڔ8׌̊/{weE𷉖<xQ׭ThɩSyVH6;ˁu9st{p59`,;ެ@W²ZwWUF~J. 7]:WZZG=d둴 BȞC0}U+=t33h8Q-Q82:2o6$8'voa [Z6AKa[$Ћm6&L-M,);?GCF@"weM>5Vܢ#_MPaxai%z M_J(U;c6G7h@YF#bK%n U+ڛnDKq'a*O) oݢb:7IH.G(d7< H\Q"1~"T!pN{\Uѕз~Gk,J} !l-ӕZ\CxIkH|+g_؝& ~zkP =f2+{;}E8Ȉ0Y[MK+~’4b5quI96>ز }ZIуy/\~=lci/D깗/JTVk ٌ\ZO"Ef*%~(c}v'k)MǒO_n8fYk eңY]no`+ʫ%K@qQܼ:ɨVdzi9Ǽ~ӥ`UTA[ L] +X94r+yOE{oC~-.tkX?œg4v Gpr@Tӡ$')50of&xIIHPS5b;Ka$~Ŵ"M0*S5- [(T] {O(PiGib2N~c0PSi[!}IK4ld׍C7-'wv^4bCd%( _Q%?X(9%o,b @4iDu[L~`.xA%y䡦J {+.Gхyv5jtD cBƺe'Vvi> ݤp m@;M vvYLB怯~A }?!;r$>)oz 'HouQzΦ­ YUtqt gvK7y |yݴkC@lXUĞSC o\-s3E[:"+}^K58` `vM-'â}*7q)_)4@gG Vj|hybV2B!-,$ޏh&A|E6˞ 3/ ]7`9mfZ6ji JJ 0}IQ>rm]LL7e䄲B^i滀\8[Gq&eDgZ/{fB=V!J| H}dYKd:Ӗ X'w~oسƬI|]vܬbp_uvG~(l oݙ5fb֐][`^ 1VHWn '!ӤXgdl9љ꿆;jg5{6Pܳٿ5+7PvV3r[#9p/fd<@)%B[Qwն[P4RcԲsBۭtvYɆ>с$k V%4:z ٳb(L"޸+ H hrNĖ7F@'*$`.,IJ-ZȌ{ûܻ\ ie9gkA31%#lY#pJaNo$i]֋_ 2VBrH7a6;f##&F)vU,+W'OZx\:`9 ?TI;;VYb!v5N5k< @O%Cp1 4J!ŤCyF ._D[M7( peKKd>uK5L*6&pq55 6CkHv(3vQӹqvٛNdIۧJw4LU[[~O4SĎ;渤 )q`9ỏUgc͹۝WmGG}HKFXťuy]I`7%{Dz,,vⳲt&shIX(>5ᓔrc6$9xX ?*G hv.E,qW3*`$^Hf$_ʍl9zJ`6ٕNWU{H7# y#u)&Ҹ%eMbv[ݾ$߆7ƈ-0"NGS"L_n@s_#\Qw|]jRͣ1-/sĺv huYM7u5LKjWE 4B|_Ld۪eX6 DkBO&RW3Rd|o#zh E0N4^[2 j3rs-?LEW3^ 5 G.=fC%C4@6.pZ9S'I"{ђ8gE\ tIg ;]UJ*gs QbjppIQ5jV%#o L76} B9>e8m"N@l{yP]KmqךJ4r}Z^: Tg#IB 7&*&ֽdKelԛhC>+ rW2V?/RGhӗ%ä^"oqƀNI *3U{ezF6A2, gg"ؽA ,"73G8c{ 4%ZVdi4R*= x>B @W9@+d~ob)A6b!$;QGV70Wn=%<4`-u(PI!DѲO_r#0ٖ, $P.u:Q6Pexeͪ A !AE_.L}`[\Sj+$ݦ<ͨ]}U-ŧ! B{ vZd(XLHJҨD 珤;uo E68gZm|]޵!QրjѦ_JU ROAUA||;huxrK1oaeS ujLr;%/w]Oeہ0#@QCpL1v UĔ2 /IS}xt#p6f(/l~n(uo xMZps%[,*^L7/(0m:JBv`Zsղ?WoH3DڐZ $5Cԉ>VDAo:u*VExh#/WBwvUkzrJG\UL`Fs=H݀AsKz" Ud. uQ+3BI7FB {Z!0&+_XVO 56h~Im}i׫8V,k`'MO4^J+^=Vg$==JEОT(Nm܉=M4lt=[ 4/?0w F9A(DN9캀XT&yԹgvjKnqDV Ȉ.HzCmyݰcE>l+]_jqSn?)0t1`f"{;k&^E-8[Y۵=7&Yw5Mkv1QUl7OBs#kvfpHE y.n8r6w8/ Zi悀npˢ&Z oQs|d[=!}bcTgd7*͎Ap2XGWRf(`[BKNӰ܎2&vN?Z۰,ߏufEn)1*R(&}0cQG!\v.&@=K%uڛYৣT\Sssc )<C`s@Xy uFu0 wN3ؒgi z-yF ص7,eU \[}`dkڕ=G%ܘ6zXlmh8VE'K B/~ߘ<:g}|r0M|y)`T]1vٓҕڴ M)U"s%).T3Z[1vb 9HV1_+PX:E).L(ImZsۥMRBwj~Ht}I5TP}׏yC}R3n2:!߲Y'*#n^Iݷ.܄U;ׯX1P1C3 KG[wx2͐h[Sda0.Zɮ+PȪ+{,<@ǔ2+OZni.eU*.cZ_ i fz6sy^-f4Nr{'Z8 A&ת>\nsC:4_=A,R\` R`CB7sZU"#VUE4evq|EPH :T6c S(7C q[3UeQIgQ;)w,c?1P5u6&ˢeo,O $>>3hyJ6S# f 62ev'&"Hi3tty853Կ䃝}AMk) L.dF0wWeaR?im(<cg[FᒑnytϠQ;ɹ_T<L YZ