postgresql13-server-devel-13.22-150600.14.11.1<>,&huwp9||xщ$3XpNU!90%;;OTdčJ"#^=M,F#--dT@eÞ\Y:4mR{p`{dA DGԋey[KL72ԃB0Ѡv:-SUj"x{nӳg: fuf!e <Ȉ Kaƅ7O! L+盡 .p3]%uvb{'sr|6 ܅>H?pd" 1 j  9Ze { ww w w ,w kw ww#3w44wBC,CEFLFPFr(Fu8F|29GD2:J!2>@ FG,wHwIwX|Y\w]w^>Kbcideflu wvwwxwyz  $*lCpostgresql13-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.huws390zl32_SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxs390x/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] ' c@6Di@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/shs390zl32 1755280759  !"#$%&'()*+,-./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_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]=fdbe5b18e8ce5e22af2c2c2e177d6b88295a04a7, 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]=10a5f9b9608dce353aecc64550a7d4919386ad88, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RR RR R RRRRRRR RR RR RRNFX(Vڦ;#OEpostgresql13-llvmjit-devel13.22-150600.14.11.1utf-80b0a4792dbc599b28feca0d70999ffbed41d206e09557cd9081ced78919169c5?7zXZ !t/]"k%~0#J:fVA9"fev7E_eIJtAO;]<`6r:u)\jʒt}ݭB&zV/_;i'pA$e밯2hWIzZ/^q~P;SV}Zu9ca RC*Wfだ;^Gױ(PSCX则nKbGKeOCS80%Pm=嘂'wR,&Ү^#hØ2Ur-v.dž 4Gwj(ռRjV`8o#ibjc c+z3T$;Й47M59:YmQ8O fnҕ57^qC3*,5O0[̺a`[[{P`DȠ5Zw.P? ՛&ǁ6nl!XYBwM ` _ng?=lS"‘ˋbo ֝[5d+'V81"d.¦8` ]%@EAbdt1WoGME)3#5KjyaY_>sĽqIuˌn'$QR`iD:ߍ] k'!#;+$65_ӫ'$x?~#mߠ&&m`:2f}k/|A)smvĻ\XVu팃Mqϣe{SYMK9t=ݎIQ̀0 R^)WUEw,Y!ط[y,:YrEj<Ԛ"7-*qQ\Z R.9ttUCq1A|" yʵ)߃%38y-Q-qǶwO%Y7iل[t\6l{h%7̀4L0 lV%4H2>BBu-5eZ(XFEbs:twDĜ3-.Y@Li\9=k9sJ+u9ӧGtSw9%%TŎ}.M~!(ՙdX%oNydRW`띰RCeAu]i}$.eg ~q4orlNݟu&ii˴W2xax \e!cu$ OGVKq-֟T 2QkFoS3k-'nS>12*qq]Pram|{^_1۾nr\_&gf 262 _9âTc&)J  2b'$*P:@/`u(\o'uSM[4. 'c҇-g o7븘[Oa )2l3Y t 6%8Zob ym4==DElz9YgE<^yo3ȱ[Z-ccu;B;SɁ?mupH9`K6/evc$fhEz@γjh yۜHA%?zxcԃ&%,aTbv/K*8Prp5Xjޮkr |i6^^!zo:Nd8RYSVЍEҺ*bᵦYAp'Bvp@5n}&>$ eB%VZs,ߏV^q72bvzk˺)%HƸ\ծv$HG 2YLY=hdQd3'smCqb*sTge#.H\nTT;& 39lc\ JeE}4YQ^1P[:[DFoDY;FF"Db|CAխ,0G9UVA OH_C{D ־I3J 6y\j.k!q.TlcvPO΍Tq; yDB?e,qL|(es?Ɯ/K8= %qɐ{=p 08%#Uf^^3`vinTKIci>E/L\ MNVkI'p#oYp*Lo7(20Lrm  -H61bNwJXZasj^q#UвQխLYK.;N2ZIVsfWWD1j4lΗu|Igt$Um lȲ!N&⩁  v'?d GsHi]{<8d͚6m+񶎹"7?de7[rf+'g2-X 8@VYOќ5+P.iڢ_=,K T 3[JpjDd%4M2-8sh0 N;zpEwIicq68~!#VG 'o| ώBժ&un$Bo~s! CLa= {KoB+Lpu?S#{&\ыj!ٛs)JÆ40cMt;oB&IS!V9ֵ;C*D'֚}$yi$VZu"CYYPy \NL0q1Hp*y獦عAD(z,Мr=t%ri?cƒ8x$Z :+oIJZ;Hj_nbU6O"`|:_L2zg g4+QHC%#x'4W9/}7n%?B[#H:H|nXSsT T֘eK%39`2YܷoT; s/r[)XCcLNTDěԞx;hRix汨K%έZ??"l8r~9"`9xT[Jѿ5_z Z^~Cp5eK؟X8YT&J,.?lƺժK%w:#3: 7PvrAyҳSH'Dm")$DI m9v"0jaT3wY-m q{i]vg+:Kcݺ z2AyNzy3.FKFҶCdeE6P*Ͻf@TrIrgçrAӤ$\>F/Qǭ_QZ]pq-kAdyԐ9]|I׾oo voL Vx'@OkaYa\rժ}x45{Q&4Gk0 E!&ɞM"̓L t7͵ܰӃBRyfҕw)M5jnVR*R{Z` yՋ悩Q[Rx-w4ָ Yn [py踒M+ġ~78CQs=< c@lQ piZŝzRmxc ϏyRT0LKj-8}=_?z)ǺeN W{ qBiU;Hޥ)7ď'Pޥ0&בкqtxuX/rB` DgDS蚸%ȣIckNbTLfi?Šl6#օA2:8MEA8+v ASGϼ- C*NˉfJC xoċ;/4iplŢL Q2,5o^` *pE2HÖ8sL[K+>@NTVx<]zw%n*&#~:9̨CjEI nD5}1G t+&IL"ȗHIrBaRoƜiߞ~*ҿ@lݣ-\^< jJ[dcV`xݏhgn&Ոn|ء2@4=~EG@1P AJqBupO7>YF*^KsnY)d}_A 9Y ="x%އ QoqPWu8Wuۇ%M^f%,%v`&0K,qcx Ynꎙ|$$σjk_A۠I;pp+Ψ$aUisؗ]V5-XiCDgC=3IT^qq7ؑ;\/lgbA>=);1H jDj9Jn|s}BٜQPH}cV:>MGp8 iZrG%FF[Po6$>}_I&{l}Ttff/0&K ^`twyrƶUĢ Nep  R;\(CKz D,$:Or"\Q4nu(Y kDYv}i7| ɫ;L'wT|<,(7HϪ]>.^ Nb\̜<7`x`Fub &,}&G^ۡ"-VXCK }NV1]|Rx4%M GK&9lDK?"w#aT{NEF]؛}~i ^24t¯}5#'lpmQVBl}>7u}{=d!5k(b(W eڔH=q~A)\0R⭉FWWmw `]bd QLV&03ʚ2y6VmyúoH%!^CNgkF!_HbԤ`}^fƛ{1|ωrG16?fsIFsnTV)G#l^g`OsG{W骞DNRyn,DĘHk9@ rP i@@8FeJʁ\>F!.vP)mH3)̅`ou8!W5P] RPhs9%H,=\&ӊvuFCx>l cxpPTivK \uQ2I>ua19"|x+Xv%8z 6)˔c8jHG 'O78ijFL\KN|4j_Ӽt^Ff©}m{ӂ+Z12ڮ;x[ݖt^=gU+籲]zy.H$ٙ]n>$lY幽 ޶#9ȏ 7y:ŋL`MAtA $QJ] GݽxD?4sn$pKx,Ps /pRo;7_h"6TbSyk<Otco֌_žYC 9OH/&:nT(*d^v9ryH(2*I\<t]Zj";b.6x~8b?>Y7mTUi; Bt ݀P*;F^_9mmm A PԪLwijD{hNk~?J:הZ4"PspGuI͛ǁb JB5O|kÏw[%} `%N/8mo ,%H$QMYb3A$T01DA':=vl /}܇F;ڕ(_θ Q&X{c (/ Cr`u{ҳyR-D"':?*rFqkreNaxg_=p#jdnmȃ 旇 /=mkфGr VW7lۿnllu٪V ȸ"Е8\ɀōtش=!)L^!3h v}9L[%=Qtc1 3sclJ^ga? .ćϰ(J{ZϜ=(A.SZĒ-%2޳O>gIԳ "6u쮬S]u^aM^L9 A2um;Dz?lThu*H;K!vdR!_i+ ^ԡ 0h'o븃 /9XQ#8|q3;U3u{2v7<.G܋H;g7f+o]L)d BCJ̅hA=Nz,Du}$f;Gm?bZ\>[l$‡z;=QMm5.c|U*twBJ*a)olWa;ԗ5xEL*f!/Ոhj 2C,8KgDFXgD^@eg"mF[ޘa[ԩ Vd8S}JH?>.%4ÿ<%šYO])(a؝¿n!I !}<{gcVM%XT~JH &mV"j\ kԋkMTPπg H-:Naż*6 @>-ޑ(.1lj{  _9LJM2bV%%,n\Pd7<ٱ*zb1Ƭ3Qww[%IFԋy[{{v {bXBkG=㵬gy4K/aTU |O e8vI/M?}_F{I4*&uXH!͒m&3KQM$H/@n{hv8ٯM*;cpZsgUSb M@ݻ/͖8k\waBء*5B}}Qw|E~x`5C45ƸSy#}xOU_0 =2="]Qոuyjќt!,W4s"(' {q mY #@:Ȝ}1U~sHW8iȷтr5N8 wIX4a u${^`סTS(%8]33F#i4!,CJ? +3͡<2O;(yۖd[^k0=2Ln 6U :ݞֲi|K \+[ tb9' Py `6n'LnEU)>(^\kXJhSDϙ[$:' ԗ67o @2F/xk\sܰà)`I-^~GrSj:9#Vz^a]T]}[N2D:(P&7bCQ@'3 T.H* hj+Zo6ytUqEN4 N^͹06|ϳ"*E"cK~8(]8s1D P.`_o.KE pFY?9(M_HZ8Z^)#8*|i Mw(.UAǤ0Ffw]-^k= c%dY[)W)?躻 |tZ!-7`5 \ \̓CyI#q8Zz3WL^1(&jx[i|D36g| pIhK4lXH?Uu> ;U׷+DN9v|@JmϬGhvG1I >v{+J7]a9xB%+Ŕ r۶`ƺ@.x,bW ɳzg S~'|K3)yBљ6Z'8'˃84:OVH.4E|AVcf RHA#\&8]O¬;u' "̈́:q1F=Y*x-,J+ j𝭌d0L6[ `R&އo̭AQ_9W>m4tnf~j/L{t;x[Gv_읛nC-Y4h_j:ҟm/؞mƃjP78(5Tg<-K6P4w==w|1 5%Ԝ*SEڧM _q ֠鍟m ha0mZzo߁t,0qLeOmoVn7/Աiuzd sk ݏ) /ԗR o[֋+8Y9 d4U}Cl([[GKMޓhAS"T/dlTHOa}|G< Ip6(.ozV=cQNa)F'q(>D>?gw,5@Tx:ϻA<. E"w`f]e*Z* #|>U*Ǎ{1k̴ p oG^bnv=Jcx]dG~I&*#d4yJHYȢc&9i1bJ x(Y5r!Ctr` u8C#M,*loP P?0Č&U&v*lD"28M,ǟL B?"uO^43tO(:veV'j~NMu<7bP#[q)7eq&y*IƮֿtJmN?gN F%g 4W} Ydq|鯳A WوHT&g\D≐$1PX vֵO}u^T(SB 2Dq*XVs)Dx,p ޯ 8B1dR*}LC"ϕЄ'$xam(EV!gTߺ\NbE䌵)4LB} .& %l)' {R&:r9*"dĶOv@̪ 0:Y?4ar*&zq-rmg'6,0:+3 T5]]o5SvTXI!c%:QC11ɹU 7ږ4]hGQ}L1vujƐh*P;obd;kl8E ǜ3^(x,tv5FX?*nB.sh8,= 7pq瘻N`rFa']E*gc:Jgl 26ZN%d\gØf΁|e!||2 4 9Ty|ҵp0-o SSJ]H .])g:f"GQQ? w~*Aޭ[ xьgg2=nlUE`-|+ȁҼe\?BS p/DV.i6nXws-VE2 !}`6&en!t*fC v;?~Nƒ  }]1rVl G=1A?"DTԋ ̇D,IYnǵDSK W%UBJa+QDa}V:=~p5|BY(Ϙ jȯGZՍOSB.-!ߊQxfR1CXlX!ķ$ uCfWfŌ!""τsݾ8_Q +E|a9[ >ҥ` l*PRC}tV_e$CWE*̹BT#Bc%lSYJ~6ěs IJWŒZ6vm]%1S h*YJ/tdFI#oܒ'kA!BS QStC\2HȴFuK̇"W-;.T+κgQ !/E#%=xv yPh7Nz. x )WL:zSc<Ϳv˱|Hx٤AQ4^(J_(8F6r}Iռ~09?˹jhwrnGL#pnxz4y6fX VG1x&D[ CL~6\]/a^Z;d6',jV|?zלOʚOC8AJm}"_9˵"!J+ol3}U]&'S}AUʄG]L[ Vt_~+|T #4\-ZLٺ@gx֟dn(ػ1dVs*Ҝ쒮>9:8kvuFq}'O\ J /&A- O >$pBYkrr+]^;5X6x5µ.?ٺ$C_NxL&_v6^'P },]!ӊ_o>KoR*w $z&T/Oyopd&LU Ʌ!b#g/*/ۮp*TϹ)r16gNPԠH#}Rգa)GD/cF9lѬZ웻I[{ËI lڛt}*g%@/om b? )l͉X٪o%.GbJ*& BAڕH1otH,qǑtpi!(S0ᐭ&|{v2wNcřlW:o]1螸CԡM/dxpe1^0C&X!u3B9'JQfqEΓ^mz:ji{=g;|CŇ/R iL3cV! w)]`RDav"hBTr۵Њ0K+iH3?,$Ȳ~HDI^,,/3p>]-!)-Ru_N;CrmOFQ$ !d՜K}\(q=c߯J+w  u+ ՉR{ K_^@=Za#j1@x rݎc pf)]\2WerOY,9Š3R߈7 |J7e S+C2Q#H$G}v|=Mh-.??pvbV%_ 1aݧuv fqg%%Pe0Lj`Mm턍X7p>PjjiH hWٙcK|{fyHXA&Q/# Ht[RaߓRV.@϶`M mFd$Ft,hÍ*Ί+֨n&b#k|{D(; kXj=\e ePU_^,hz cjTl{}.YbNJxSO{/I Oe,qIU?Cg]ǿr8߱{H5060Efhn_|?$_\`t}U7p)b7МKZˮ)pLµN)VDdKsf?ݍ>6 6$Y 3#\:lR|v7DN x{[{.63;Y?uH*0szҙMӅG`??z&-M?Y%^KӧVo.2'iuʡ$$k(#UZ i1ly|:+?ԙv>D"=Ib`w., Āتg8$ =؀m_ErcD yt1EkcI+ 9P5V@3r֣&]Ђ$F^b'HA.8'XG 5GMX)ľ{ٝ=+5w+. Mjp{Ҫ@5o8rz\ d7k"2C;%0}YnOY-qA%+}ܘX* DfOyEXl~ޚP« !n;Mz[V|TfI"(OTW ҹRn MCX"V`VBvd;M`)6%w""y>}nljEǪX }iV5aD0j*fc ]IE]l<  q?D3lne]M v 29OI]jl0%u&[xLN-_=*^뤶0sPjw\$n\gA20O=IGT mdϡ WGM2qY$JU]@C4$j?('QBEԢ3P<74lt6c-yK#.!P*FMoSNQ`(^]ؘt,`ӘSNP^ї;&rsZ9eWߠke3TPZlb:Ed.~ OkGg+_ 2CG~Jd0G6POBdީV+38[ދ51 {34!Qܛ- fK0 tؑ`~hmH' ^Cl2 DD!vK<8g't!zGb {u0UvAXt|i"x}\ n$>86:|F:3\-Jr1u|9|RP=-;(QW-V"3ɉ7(|EM.'Xp$r!+4WEn!.?euUd|yrQ:1 D#tܟQ -h Y?uE :T. HaTϵ7u\N"}%*۠,v1{ n 7qo#_ZATvf(3"b9t_C$o 6MZ`EĴ֫$;e u4b Ui KnPCUl!JciGQGd}L+c\,.=wں\Obgt0_r' H)Bپ`4^ȬZQ|y7&P,$a'As?V3nCU|DVk2MܗmS=jEUR:6 ,A|x /Jcm gۀf //դX%ޅU3] uO=ߕyi`*}f3dcex- 'a0vxx6 }Qm5Vn9`Ii4k9wL|5uAfrd*'ۈ~NY"jȂV @L.ڗp–pK 2]a[ fKjŜCLǑG?ug~PLьb?⵪}'? 68R}e0IϹ^RHtxCtꗦFl O!T>ֵ}H&i/JE)ߌ>|\EBͻ,n tEk_Z. ;lS#a4WC"\ h#fm%kCjW[%@=lE'3n2+4)M0W@ᎀAt*2kXF]yT" tز [uZCUoVnqHXMtO]C oz!C=׈Бc^ߖ}ls8b{t @83~Έg+`5kςT+fj$) ?, M1ͮLD%!Ʋ# pqbJ̀c9ulPd(ϢcAٲ{~,Oq~o稃ۨDJܢ^z|^ Ae&E/oɮpLbv&^MPdJԺ`ְer,~URq?!;Z8J% ;}f೾mDl 4clmHf"$h~T♵@VsРȾd~YO"$.mvr pQ*O@Gi\`_ S1{ Pٸ%ogx'>]CzTށ{4K@Fk!^g\ ӹ-3 wT⛳Wc-fݾXUgi*U1鑎!-cz%w V9b̍Dc"8(B>?z)89|jo&΂'wQ63Br[kɣM _dUص$U{٫~l(ijl(66 #Ѷ ˙3 *]TO#Cln>7i.P%iZGƐvyЅ'^8ezCʴ4d(y+@O[!98FXpP" }ح| ?^㎤Bˆt{!,\,țLL };!`v?\5 Vc w ɇ:+'G $~(sV{SlP Ky8:'oXo^|iH]d5z@,kc #.ZJ׎8P%~y͆,;$(|ǯq1ӕ;=㦤e<]gXCgH$Bee+%hK153GAPg8WFSp]'wV4PV)NC wC2V/WO'iJqf5HM>U;e`Ǎ:8yu[}H weءdjqL@'K;7eOIR"+k&RB-Iӊ)@\Nȿ]Z~%V\#|֓i%9B@$Q֗Kq8oG#{b@׵wj_RqcrY÷gY ´q~yf6{ m\bg7wx߭/)og7N1vNSseo~߮ECX11":+Ʊ203 I$LZPNF *f7 D"[c3ӈw}})ySO}PAIJ[XBN`a& ie?5]2 ,V-sUaV׭ViتrbuH R&ՀsG÷^kߐ" m(_F'A/.R !B#hC !$ڝ*O+,\OyYPkEk07FI}W+~}H n,{N&eSkɬrB=D t TG:Y6SuV+x2V)㮾by]Q+m_u.KC? ;fz(ںďtZK@ '4y_h[wtB/E^,{+<8mebiPn8b˕ VG+l= NS->:? X P+xWK #wYxL9YHAYgQ|Jwp//?GtP D9n&< Ƿ:CtQSC;?_jM'm6"^&]|Ȗj-7$mcwH]2f0]^Μp{>lwBagŢՎ^њfbW#dƠt#']}\M,ʢO·=w`s03V:XFё)VV1Ovs)%1ἂ {仞 ZA-5nbmr9Q{ĤzWJj܈z}ÉXrJ|fV%T/q'xAݯsAhX&" H-V/[cy1-ɔ4] sJ F~K[Mxw{36'L-A+u־X) 2)=4DѠ,X(Gq^eYm+v!˼jþY1xq-4rrP3h1Mv[7O$Ac)}39A`nN[-j1^ U, Nu(L{ҧytW1=Ŏ :68oF_Zêς[U@G弒 FIM=_b5(4^y ƆC#O-גn/ R't=ȳxRq:c$CS fd Kz8'; W>w4[N&Av[GF%,tnrɁ;zn~~,q Et0F_yhgk@8 KURh"oƪZTF/`<& 氯JQ Nj6]e&G]]NQ?(4Qm] G-uSޣbo#jt#2nX?H3.:-O/Y2vi#o5oJm`0TnL^L[ɮu{ݟ2dY`=`\grCo-4v3c,}$v+n:¢Cn:q@ⶬ{_Ujjc, /M Ll6O!,vɴ]#+ӢZƍR̞2_~JlZ*cw>wpeLk*U/䃀,@_6%d39eE=Z(듼C^o/o:'6[$ Dr2s <^ԓemמ %Q ޴igiHW=9{[{ "`P+s2I |7rD 3ЩakOȇWLIDmsTd9;`{*vUAԔ >suyO8( O"~·I%0KIQgCY| r||.q7!W=f%+`T~'D^&8}j*٠3Se>-@]nMF]ϩNBPCRB\fQ+}%$_hh!)k Gil-F; ||[7sM?L@{^vVߝ(p9\BpܽmXFzC zł?pl zwmJ؆ZUјd%Df=s*aoΖ[ _~}/ )?,;^͇=.pNTOAwjZ$d.MXb!: e !m62mЗQE8#C7Ҙ7vpT*#CL+PaL:+P;f @w;rk'eK+#Z_NLMcUkofOE k2WHaa#QyNrO“-;W9(jxd? J} 5)2 "2^1\{سz̫޻ UxA_L?' ƺTk{SEDL 'rFn1nPt #?umQa\%丣?kD( gb+'K'[k2iHfcYoqOwTh qy?TڳN1; 9SZaNɡ08;@%.6RNE?Iqyڬdj ]Y"iҌ8>$WB?@)ਹc$҈U8uH޲  jE Y^[w܄fd2(4AECO{\CytXS@;2CΟE:"K"%m ްJ$N./1r#tn|!ɁǗ]&+tAۺg(N[+&'Ma]l FC3PU7lq{ESa֠»B%iWFV1_cf elц ԕox)d )Bo'ct>Paߪcd}fM;[ ܎BɥVTS[%!zyI/$#iMP;@KAwp#Aџu2L_.{]ʰZcg\3]=-Oٛ: T;ȑ`/2N_U:v7t`]~=Ӏ_܋gںATT&fgWx:&rA`cn2oet#0B%m!tJx[.1u(qQIQF+^on@ PlI b hh>2 ޘ|dfM@Z~G!_R@~i"ߐ +ְ۠3Fh^NuWJÐ߮1y_%~ZHڪ+p{\l^ItB'Q܁#˷"FuSjUNj3Jj`m1G>Diukypn'l|<-UKKatgULMq&~HѣDZ$%c$҄"Sվm9Ŗ3Õ2M U+d_W!.*2TxE@X?02`""w 'h^I^XE&3 FmT -,@}S ,tXԜkquP¦Pp*,CZήOL RlmFE4HO^aW6X-ތW`~OaC1۪h{Js` \`CIm" H-doy9#]u˩w1})G.Vp/~UN({bOΙԿ@mpv!jD⸏k;Z[HW*wCi4 IhbtxY( v=%>6⏵r*a}S-b0! b֝S,)va3qݸKFT(`a:/NI# /Fp#Ę. `6:NquM33^<)bF䪄T|t$ՑHng̨f 2\0DVBT_h("#i깏uŃ4vrIi~=4TR' S0*̉Kmw7ݧY/z&]oBේ33dʇ~*lܘh ztվS,}si36&2_(]x;:t,[-F=k 0!.  3qrFgʗtoAߑW'&]/&·z_fZXB|{v.㮎]΁ds$k㰂=.',5r˞stśِUzQ݀\/3J|>-d|eaN)!N@4t£*[܆_:A 0ipt&ejU|w2zb7se[?P4s03ۗoD`;QvpL^/NF *&NdM qs`_~t9>maMIf~ V=-šci4ƻD\U+̧`"]a,I ,[|Z;7,f}w-=I*F8/PVWQ`lm&pEz><Ā` AEaHH?(ͧmY4cPƯ4fLC;J`}%K?$E* #tx=S8yrsVǼo䪎v#2cZ@ݦ s7okZEpl͡Q$fYCjUAtd#.C}} u}6vEz2.,~5D>j"Vۀ uqxRfD>AXJD`X'#*42ӳ*\i5mL ?Cф棵j+!R2a|Mx{}7Púo۾ h/YDYfc^N`}63ֽj@yU#<"؂jV5h*^IwRFFs!z#>{)I2]z= Eâlpt8Qݷb81`wۊg0qgT_0%O=RoI$TEgy(=ʕm|0)fb] 3k[*؄Wh@֦#,(2UIsf_t#U~:A 1*4Fo:b.=>nX |>H8i[JD=>:v ѣeɣ' :ʎȟ2Hl5sXD~lڟDNb[_~M-FDm;žř y-P)>mԥupӁnT xi9hX&m)ZlxuVﲁ5"jete]f ǟѮ=:Sz܀uf߉ʖ04CaTFO$4{N&/oоjG Plxg=9)8밗 @%n9G ACUdޗk65 M}, AY1#|; ! כwڧjP^!l#Z+^o'^Nv9ͳ^K/J` hfF#V)b()1:Ikd$ªDNs0VW%y !|_v{/qf>R [3Ӧn}%5UD2 oejNæF˸!8nybv:HP0CC2Jqs.!uġ}H.P'p~]P]/9?/(fa,2Zv 4̞vj۟X JǙ8H4 y%-(_ʪQȴEuU*9!: ftOeó?O_(%f}0ݙїKNt]Qn+ ~H^[SK]w{5=+\mgǵlc0Kka #mY؅xG!gz]4!YSIڐsqLsST  ԔBDZnk5HZ&Aځ*זr[Q9{\o -.ց9~$-%0lbv4TB.DZPX!-E'~mSn4q ptBm ^Dt~ G6dyђOfu-b u(Dž8fJE0F[L Dzm3 r"( . I'l ꍜTD(tXBm6 X;Gp{udK0pIp>-dÁ ސTw:ޫ!g)EB "h^J7E; '/m,{>dc(Ɉn3$xBYqBy+gM}хJWTiݏB@6[cb@҆@ Ti"9!LwoհA]+r|CHUs9ӶnebT&u)xCIzҍy<-xTV7C@y >~L>XܢރhiFtb?a*MMЃz%Xޓ#I@_4W~e'=+:#@LU_v>p2x6bFx we6Mw,Re5CTr 9!W;a;sVޏlAڣob @76u2& b.ߒ"-;'zV50鑍}1xLٴ eѧ Kb~n[m̭\+9qA2×ُQ;5Ⱥyhc[迉B @a ~*nGPCHR HWwo\qPFkR2?_RjA8h\i֔7C|n-T!.*Pi=a 6I#_/9+FSu浅k? r= c M}>`mȄM|gǺbm,5S0onJL x 0s|z054{B>\#&Hݚ3p͇ʐňip G3r+uQǵ  >D.(_}C4cP <<^ N;lh(m'2!H2ҧ.y%Ȅ&6XT;It|[mٿ [3O^')~gɩ*KVW/}=$QIcevoz0i`EV0^!D+ ~]]V8o5ն_kӢzԬaDn*R \!5ik!<y)*𢌚3V9?9F*ߗZL<սZ,u-S>Ak;If s%'JRQey,\1O~ ٢_DZN$76x@O*uµyDž+o{htQ&ؾ26插pd;C(HpN)+Ou@=0/hhZ$][<]K' _&Ź$5Ҳm@\)>QF9zSs|.8Y?!MDIɨS|X_7ca~,+ ӧɁ |2WӳtU{}\Zb NKI ,uPKiX#>a@0-E@[z{e0")F4ASު=qJa{/ >NV.oz֙!|.< `C>$݃jd5sk$8SgյhAf6`uۖ}BǒNI(ƍKV.Sv7xoߨVMA%cM&%A3_Zrj"]*T$[-lXhMk]us n;Gn"JW[s-0 BY։2-"z(i\m< |O1?pݠ ?1*7$ByB9;åӮs p.#e th<X՗/7>%z7ИW"/Pȧ;Kg>p>lsw*P!E/bc4^'u W )e^I7Qjth>Zd|l]V_߈ǻ¦sp7+DީS{., z!QjdvwCF*3"ӓN>[Wut Cc \b ѼƯ~<[H$jMk jG']ǥ\[EHDȻb̧р{8|'?|L &"dES7Z>*eY2K[zā͆-H}L.BnARbc8F_.(&_1I| De 'Rw Ds 5٭r{N&SyW~}ÿ " $%}qYsU4DNL b ΀֖ zb;Tt* sc+P۟}Q@ȇNodNS= :\CfBj°v}:@v2eFg7 im)u.z7OXϫB! Cv OJ+T {,GX r{DVUo3%.nvcƤ5:P]GhЈxN. ^@=]T~Ҟ b}8DٻUSV歏n9-F Gkj,#r? eV%u:vtPl9X7*( qISOX#UVJ^9 e ڷ0NCdqP`Rs3#"xB :BRepho;eSo¦JtoͰiL`+)t"{lfr Lx'~i]1+'~'sߊ1ngL&\+Ν=HaX/R3G?wL$&Noc7)2T;gr}c|%0tԟ>dn0vJk3eGYѐ꥛+;6^cSϩفVۛE01)5''ň'q8 MI|W0`[+~_Ьċ!T: Nh5*Vk2V<˞'غۈSp1,d$G4jJWH*JeXh:Mib/%J @~Zdk C6Tۀf31]o^X3&_u';LqEFt']rhD%-^`Sd-UaC7j<\q̕3J3J$~ \8izK[G=v9q#S+\I#O/b>L?jPh BZ'PB&>>kZ7>4Nn9Qcw\A$JdVX%an[VASC̎[p)=1j(Jx@%xڅ۸i8e nݼ !x4˃ fK GH5>e$n~ sebܖ'pї5dtרHxd5nv.^wUyBOrx-reDVvnKEb[5X*CPW'. fmEtMQ7ݑdGoT d8kSO> M"c[ ^ojӉUdeN?X9!BH[e3WnKÈL̕_ kh>  D:YhxzΔ B}ީH]Apۻ 8 PglhB}Q;O,IGx2eWrN_L8z!zUiirJNSWeTL쑄Cg> BY-imC( Y{#tĻП9KC٠eO6NbrlL]NسGU_ebƦob uS(Qk&{LJ6510`}u׮:rٛnFA:YލG̵ ?GFnx8 6W<)CCϕZ<:c@{?ހٔDE ?&`/Vq؍xuU[?oU=)"gn1W 2L#ú_^%KZ\psu"- _&jW/g9eaV-v}Um$pӜ /9'tR[W +C|KOٷ.0!ܫ)e:;nE0RVY`f5)P8Z/o[! ή3B} 脤`%٪@LM0$iՠm,<|74 9T<罏M.*ݬGCt{ S}ӲK} o;~-gx*)h{Un?=;2gԴIĔ9yYCo睽5m{VciT5؅_Ǘ~Luj#E~.?*ZaqkRMqzu(zzG EB h+ 3|/B(rz W T 48e %`%`&}*Y͡ߵjHGAˎ UV ltg@͘5r>Y3/ӈz| h'MjK{23U$ 5Ҁ,ULñHQWG7#b!SK Kf(_r]]:= Y!f)L_¸$qf}Oama8/ !~9r)vNJ߭ts 9G=~gkk9&.o="M};יjm~=OGfkX6;C&Um6.T> \$?SwJm7>',H瓔x8X5aJy,_rA=TY!yEC~J84ϾIɑΓvBJmO\ӑ`)=2#%|\S#MO.(}XjHހMN=ó?~~'.o [X PsN^e9-F"Kx5͘mV̾>M/,_>N2>xseN4f XY5G8ف>3 6^P&(u_{R2 Й >|Sq,oD[s+ö ^pn;nꉠƥ5M3ogl q)ᐗ g=+(y_Rq/m!m9aؚ3޻r\ՅDf ̴*>n=#@Kjj@wߩ=\̙W?٧ qEGUgjU9Orﲛ:ߩK.aw'moҍ _;H4񁭡HH=Fn=i]Cm uNk}%81tt(?RhVn棶cV5ӹd,nY3k &tǠ6Nnn ׿1x=0)n Ye ςWx Eu3 ga(dܣ{χm֠(H摲u(x@"1fV`eXI";Ac_Zf13-ڿȂz+&Pd =dA=gޚ@/s!w:%;I mc8-賓P/TgIP4lbЈ'$z 0(wҐ9=Q iً x_A$thʜ~jW^qHBZtïMa{K|nX[ϫ[kVPq^( }˧f>̼&Z9ؕ]{tcDi"DC]4w̞h5;3tqqFJP]Uf7;/0}fx>w)Zx60(]d-秷tMOmq$ /n }N(oѶ`ʘ/A(Ksuzu/W3sUUpɈȆ`=,nJ}fu!Ū}Ѻtc`~OY`%e>$zٛ3XNg0m,ߕfrz*>&>nf1 s 4 c V237v>ۼ[Mlxe?#BpM?y& WA)EMyԢL (5m?Hd'!N,e_8=d( k&ߩQRV6՝+0kn~8hs^ZxX]oU>aRSI;<ԭ[H𢱘A_,/F/v~IQR2dFvA51Yxy0&܀_$"ԇ`H uAIxGn8 )l\aBő ?=͈Xwb#4MDG2 Y#K`+9^OFKO 8$<MTWbH4;g-]" !8t6̊.$J=h[l*W0D aL^[MZno0/uLb>K |#xa̮}C]6r<2mM@:xK!.p2q+,Tɚz}6&Ue5 JaQcFa3"]dVXmt{\V< z+AR哞41WD x;ە7X?_q4X#|XTe9L NEI\ ⯦QziPrϪʚm`̺EQ.hK|;-!~ۥ  yVK檹bVBkBr˪H` P-y֔xp5+Lj[3ClHk{`J=u!_Hc~TY&A~DԪ0@kl}+!U8+nNܜK!l^89$kAPc;D}ZGxd8s^wk>3 ʤ YL?&9l4&ঀ5-z\[oejrSfʼVD~z?"įFcy7-gW[,+$ASn/g ~fN ҈:ie컇FZO-?G^,Vzw.$Rdfoo(ޓƽ_\m^s;;[OMEkNy34٪U!iu`z3KM\S鰍,2K>E!&}evX-4`#:d{;p-Ƨvӣ+;L~:x,3R.!AVi!TSmj~qCsӆec=iؑ׮TLv j.k)3Ry ꞡtb FHiBUaRq7(]U]u _TiU[D{E ҭ:f}&.3IĢԸZC`9T 7zvN8cߙsǬ$1o+‡i]JdEFbX'Hݦ9@LKAva5Fvs[Z_HAX/k21LxRx!Iz4ƪƌ#vBUEEܻUQOwF~Sd)!]Þh_*HnRƌ4O#-+` ߊy.cl mBoeJ;8P:rqh_q9&#M^I,b~6<J{]\,; |w+y#f<Û{+ʚIaЌCjBoc޷Cu3%!PlXeG Zv0u7יv|4w6~Xv~H` +vdhP_k5n7@"[`0wX]b m{$ȶq}<0UlϭƒrT9EИ6o+\iQGw.}\aEnM8AƼ&[IpIJ|CwJ+hPDŽۖgT@*< Β$=[Β"g00!_7Ycg}*kF(iqW.c:;i -y'1R'D@SW6N4\4U&m_煩GiFxHm?) :v2MAW}h!2(b&E8R{+ͮhVZxȃSQ[M3*k:IQNIA:ܽi|ny!^*"Ěҏ)'< nU>YulJH'`F 0(6H9rJKZ R5t)ŽSY'|^W/74YQQ UmGh" dNnVF{(Zwmck*uRt2+OFb{`zQ$JA>\^|j=y%CM:gƖA#žX:郗_@чH^]Il򦇝,Ma`K]9C)Q Pv< Bӳ 0Ҷdr}QtHJ,Þ Uٶ WZ cu@9,j7^Gv( ]oKVC8߉!N8Ea8C>5KRiۋ^mMR&.]g. ȾnH_YG8{g7\Յ.h]d^r P3w wB r- nKlt]--ZK\lGNp4åE&+Z~kC# 'ú=WTME*{WM6F6[*limƱ3m*4[f`qxp]o5Uc'oXT~3*+3fm\5玞:ikYǞkwA$ w{)NO?䮲ra>hǿ4ƴh\ Mx-ط1{SJn%\0ïSNּ|jc,FL>i"J=s#y /bzi٨4oĞ'T/ _\]^=y*@V7rUt  MfL٭ (˕mCk70꓌وSO}2MZMT WD*C? E99Cypj?۰ *P-Ut _/k*4܌ȃB2^U9vP 4ְvQcQS+/ξtl`^8/&OἬб` )p'|qnPI|Qji W遁8s53b&"} fk #i߿?i Ze ۋ[^N,رR(Nr Qe훁?hk SG8ny|2ph! Yq#fzֱTD^gpACNOxmu+OɜaoNGDX)9z5؇tikf);akFF mn+o{\_T6%KhRt95Si$fiOc eǽ] 9/~P (GDc@>[p[8dY7uD$\c0ul#JÍ/"vAveTOi"4t 45ˤ1Pu"˺'oɕ EtvjgxWy'yNG Y45'@u_ @i0e.JxB?l!PHwamd!G߫"p&n1NƉ6 ѽQI_VE:B95a `"B8)^kzC-xqg{PӧmFÃpG-7d5i`!Ǣ6QHE(X@|%$f0QTҺ_T=3ΕTNߓ_AY̿U$dVUIZ !"Q9=)=%z἖CclĎDb@t^*L~6= g`;o`WE]  E K6@ ;3Sk40G10ڃ Aq=e#cӃas`/Elg.fu"kIÊTyŭJL"p$6F?/:9q'jtѡI  x#Bl0lDZ'o$.E>}p6Tvp|٭˨ v+1Yr9*뉿e><2ojgl; UWRWyx'˘S{Oe1$@SPI$Dѹ2S)9 agD Fd^gȋ0XW©aV@L.)_hXhm685\%gNHrʝ N)nLzYtP48h* J5 [cX> ZLJF3q\ŵ}GVt*~6,f'N[D8C:*5Jg3xj=Hy)&N4*ci1]6huNW'^בh#A9OLXSVa%ǖc &.+ F4/(i^#TK=~wM-q߶9jLLP" `la E`.f9Jh9m e*s4Xyx}_y Azi2W, ?L5&64(x;Rs±}> c ;~՘iH\7rH\AVc*Y抆ht?'etn&šh?\0@# fl/Aox#cn#oP3_GhK]VgEHmGu>C&Vu{i-4fĴM/(3P"GˎAcc"~pI7+jvaim3”rI[(^ub:Ii'Q{r/K *jѩνȼ=iDy˰w/V*NHhmLyG8j6*%%y71E^c'Rjo꛻d`34Op{}E` +EK9\ I ı%w30V xr1 )S8غf[S|:UM&a5`ğ㚶 ,6"/+ȹݷ Fe09 siZ\l|~Mz0bVWn&+ ~9Nyk:7Ե֣gZ,8Ar5oF04Ml!KJ1t Ĺ;Lo*|xP>_@CK 4XiZTd  D111 0D|Oq)8i-hSіqG4|lkk r|d$Zٸ_k;Sl` eteoLRE)(wq?0â8K@C"h;+!thSy~M\ בUY݋)Z[6i]Jgb 0MX;"U2d|{Q~E?wl {ӞHq6NS&NJ/.Wǽ#mʜ:4SZ_^6$ڒ|hmF j]52!9=Ewαa¤t)ܯ\V2X})nOMnTc:xJ /S*yCFCcIk]/,|fhZwlBIHXI㽖k51IT9*-a'%OJQmIڹڸe#?fO8"C [vke Bҗ 7 ) hf@Rt-wQw ~?؎lꃵ|4mUArGUҋՌCO.P6ae2o>#F̟4|$}m @6XSSFu[U1ycq=A&l#M&[RHJ3.R78yYZ wp91𡳱jWLS+o9U,Gʒ?M5VK,E▫n_*/J~ub ͭʖKg,-ys\؆ ^L y?f<) }AcH[فM0>lFo6;x֩@qE L A}bz܀~0O }kקꄢ'-(Re_ [ ,qN |h}@sͧ,bȢӰy}l$3hiӕg:J:vѷX"]̸l@ ~(_),tWI Im&Qlݵvv@J)MvK^ Zy5Zwܫ!:!]Sr6˞=*[F|tȄ_=- rOc,;Y "vw+ϿIT)tw"V' 5/gȃ"VP&,GV{0Q |3\u/*8U*쀥pq놘hRtel\j]*| T&E?&=`j[;Il,_&GRڂ!*+)T3g@݈FR;!t\|X5Sc7?PӨTJ >%a dFf[QdDZ*]*)=R5:*dp@q)K31u,ڊp ΂1XsUdDk3oLXpVm߇:vxn+k"j@bFKՖ!O…9 ]ț϶xJXgzƥlhX$(Q "e=>$sg_2xLF_\ݴ_zJ!y}3#hެzWmE*4\~qQjKΝtdVm\Mop[8:b)Yȃm=2Vdb67b.m36K"">:^cL*~9hPoNa^n> ]M J|^ML+e9W-@I(%o]Lku"HZ/0}|iW._[|Gw$)Wt~rϘ͸70 ;JKl-g7`XS#,D}<䥊uG1CNk}I'Rxփ #wl]_`9Tj2AYE:^K)*HS؉{@"`D=rbo(aMͳJ["] c)ĬH1}$; i 0gk~[<\)Vx{+oA{9gm7z(J;'vGI.Paįx.ti]w=_|YX>jw{ %#9D.CZo@Lŭ j)2r@VÏu[H\_eϗM1>K7S{T+Z:M9M5Z@,u=w\Ϣ'2z?0:;~ v!sFHbtB:720HC %Y&r .i Ν/nO;YjKTOĉ\h/(wZZ7ź\B'j;v\N540(*w@!d1+(XxH${Zw-q2ʾ^VsOMc'Ck}]6V c4x*Jspe$D#+G DC]B&}̋E jOP:wh~Fl'ef]_^_xY&&&OXd)+>Z$~HIl؅'jؔh>6U2WvZLkFz;nG|G#MlhC4N,_(d5I]bPHK!i͍͢x.'MDE֘{CZ>(dj"蘻6-) ef`<~C(zsDT|}tb7Cھ6cDSJwʚQ.C0aO~3ؼO ;'_]ɹwzbU|[{1qQ,Rtv[{PMJє%~؟CSVz7-wciK 8"tL#+>/j2NjL% I`}k/8S]ma+ǘpIV Uo=M:8czHϨ;Ӄ冬NwuhQſicY^ތ'z`\NV~MY{*#& XnXV4:bS([=h2]D/'!Hd>dh]CwmVrbh1aDڑ\F@t'UK1!зj=ՀqX`[Fͫ&/ ŁPVp1G 9 {mW pCVÑgr~52SD9VDtSaX(`tGI}`,X+WXAؒ,0q pA$&nų1[I=ALw@2*=@0Kl9`^[ӁnJ^;hI nsqW1>̈ww,UaTQ^$֢iTu"P!95qm=vt!~'*`!f X xqxO좬rxv;8\EuLtixM $h[O&9΀yeta)%ͻP777!?=erϖīpc(f)c/cf.f捏tCc|LfrM:fk֒"լ?~t)7O>NR]t x|gNtcmy}G{pw$m+jB:#q<_0ά_tjVb:',mapdډHrNCVC~A.:p^U;9eO5qűAuNVkēk{l=5MHm3HiF}݋hx,3bH&ޛ텭O?YrI&e[#2вj"WJUa3S_ka!O&SKH2 n]փ&l4] 9VHkNw-j춧; ڂSʦL [Eap@/m<^ZlSF)Z!ECaXI,he_z @TRY7m`͠w۞󥍺 Xi⬢K斥 K Ѯwf+;ViX$t{jo|-A(;>[XylSϔaY#.䘞:_~DVvCE q QXf&[p,cbȰXW`NW>SHr.r1eMn*M҈/}?@Ffl6W%Nr7^NʅݲB[x%V]m3D+zX)ƙ+A.X!Oe ۅqHgnl q}:gɿ% ]'l4ga l0KC]PMmk_jrsсIO賥8o~Ѡ $_{p;P_5d@w.E5VPSy|ȲpNZ^ {N '<$rVK[>ԗQNB<^ 514:#o!o|'K=\5*Nخgo㸕k3w!]Ļ;bn$,NpjFh>^MЄ/;7 WJ/1XR]2A0@z+#}~}˨eBz@eٽxEH(63TZ[/6LvAlKjm39?<ul}7Oms' MMD@J<Ѝ$RaiAƦnW]PzQǾx/w8B AFّ|f%.c2<^U_DضlfzGڬR8^4[:[*>;?YwRNn a@4䲴Hr&4tz}/:mF 5ѭz4FjE `8}yX1.d/gB"`rKneKP|G)FCCJsשI1eH Eþfce_{x&JC!%YP0sB|Tf0oO.,kέ_9*#eu%*..uRcOԲELJg^JDs6+'9u3a&)>Xl=סhJe a +A 9*Κ{ٖThO߀1^[2ՊV5=$r5@WGX(Ԫ@PQǦF6fE4&,6zRqW,][r:7$me5ǘŨFY*muwK*+0({k*\ w`rdpR ڌZd-0 G;Q޹5V08/''4_LJGWXx1{=VpLXf:r_(p (Ow#}wI.1j)Մ P%xv/INU[qdB[ xi 6Aepѱߢsn,Wn; O_8ִ-8 Rb6&Sqb)"?|=X]Ke0XSOVR^\Tݑc*q \n@$ @-pVX̶7EL] Yp/^zmZ ) 꼾`jmZ_k4 , AzMO=G1Iaw=+u7%Ĭ .W_cM@,8_ CtQGyF=xƖ ,5Jϋ UeA #~ me 2]a 2zufӻSI /!AM@>~9:eFk{֓:{XPșPPv'S>to#L\"ȧ [>g )NnEwS7[Rs~ vng 2 \7(57>&>`;=h% /hLږ & eRك^Ehu3K (<գ26dɨi|n*;V-=UU *٨쾲 td2|<|Lԧ/; ˁ$~5?~EYdE7C_f@-mu\>‘%v) ݴ5Y8RMhd o>Ϙ S<洎k,ˬ8}c 䉗єpG劊yO.LyMe^E >3Ք+ΔnYJ/oޮaOɱq{"RGaͺ / `>pynQP6uP<'OEDOv\6Iu='e$0-Cg@y٘]:Ì$5޵UL"8ẍ́M[Lg+^ 2uQ0/ 7X`|&gj gq_!7[f4;P.9BŤGs ¦Gg)駨:grURQo%mzq#ep70:A{Q']w;5d R|A%b)505@^B~|HIy]Z[փwh;'V[jP@.jHmԄ07$Ƒ5)}+44v`+@܌*@V#`Egܓ~ {f?|i{2*+6/2b?>Aِ0`ߖ^Q̝[|dTH˕ "վ-`^(ztóP.>rlݘ r[-Q!3PΟ~'Tp<{0 YN8v<%WGOkv΃_B5!~&J^/BȀ(zo3} c q\4Erad2!tU{mKW{\%[8͊t-+  Ad=s$i?ٺaރs8 z0.E=X~nΈhu)&Q"Ld U!BJv; 7kT^ըjsZ(.!3f\&}e+Tfwc jEcX4͕PYҼlxiMq0r-;ѐUb94lvQMu0xe#lQZ_5ٛ<3 6FJ{}q 5\(Bݍ4zlT$Ӊה1IGE耑A`ʄQ. hErf=mMwd5D^7[w#40anq$W:s@0<4{_Z#9נ2HQX kꥧ67{NC۔zs!X*ZDo6@FƳ8j1WO .manlO NG@+\**j˸g5~U֒iQY:9l(xcY3dE}zB)>ԡ S%߷[3']=].^RqI0X:A÷Kj'k$5i04tDxw4f*a< `XbEMkMVж+-Q=zk.1  PӪ/=Gjc"KG"j7_ovʶ:nN6ŽmͅqMbp]?Zt;%gP۽DF빒rIQPDm_Ԛ{$cnF%9`k l ʪaRAKGP 2R I4HChB? [s,K(pC humBWpư(&h́OxxBpH6+W}!*1\nA=Ԩ@}y=eCCg/5 ")1s4+[q9qoTPK ?m-YkJrH:C>L8fѨFT!wV-s+0#6jAÜa!+??$Yln+8L+1N ؠ~ɩG x =f./&-*PUChvݹ,e{@ ʎ1?,R0_ݧ)9E9B9Kw'.IJG0 T_a`^ JΟPZqf~NJ߆*X ²(Խp._K0$3&=HZt+(\~(`QKNrN1U;cW:6Aqpi8:/Jfӈ佉5\3y %?"{䆼k9v_Ԡ RTT(٫RbM!KScNZi>o l\^]YG$@|\vkVBQBBYX n Mh~2|aU^ 9l`{Յ!(GߧA":G /K]DMsT]j|Hfe(,ϫBe( YbC6N]2~'wxpiЅoۯ'@?߃8Bb(fuaG1 bԞce'.˖>s#!14GVnv䫺3sJr &e CL}bUg"{a3 CrV6hN3B\`,R {{6)^RPHz*ANq`6gz{]%Qn:w˼k$OAݝxpcPK,%h'B)i ǝoUn^eAhxl Q8㕂}D'%I,V4@gVjcU}48b&y}Pژ܏j @ 1ڊ!d!qKL 8ۑ !/X$'\[l:\]f^7⌜U^?Mjx.?? k$:,B45sCutܭ3؜NE͘Z/з~uYZ(  ~<b⥑KroEGSd+i8R#vXzZLdϯ|NjW9?)baWoj?0| cԬ5XW4-Zzzxl3lG;JV!ZN02ъf<Ж7s{*˧ d/8!kӁ%nF`| Spʴ-,  gt X(8~kIu5H_TCጳ䥲al AۣQ ˯ʺfk J z~I;@+DvaZ{ɀ4J <U#;fC_+9Vo!쎙ck]nZ-^ u0mYbb饞XQN_tTH=y& ѣ129ί٠&}__ $*%L"꓿ܣD 2TzsgHn C]QА]hcDz"wf]YXN\unB*A L2<ܦPT(-,&'qg(Tu ptПSbyc,4 ^%.쏹Mc+K|UzE'ܼ. /~%->} - 6O"Zܶ]$7~%K Mt =ffORD/=mP0I`Ɂ|sul؀so*q:Mi\XH}3eg'Ik~xy []*&mwA0pGk343%e+)`b 9!tPGI> B|ȄcBs@ at"Tj7k?kN8:O^/  s򄘺l^l3ٓ%=vFFh1H] w|N -Aν"toe:uG2.b+F*T9N6(C =s}u"^9EP/l_ܷ[yF>+̅T&ͲeLNf,q7[tX WơS ٫Y u-}xj}+Ub*޾!Ng۞}, ejMF9ӈAb$(ej%3Zi@t1ϐ+bU4ppckymR_KcؗP9E]esekӟS\WDk03N}_'OQ?:V̯$|r`%X^KKaXd(jQ?Y$[mH(7X!>{H[T+ LNHvK/?,_^b RY6),)fX٥IB}s4r^q$`t5Nd,a=Ն xdA6!g79@/.۳ZoZ}x,hΤ*" Gp0BiP𭇾sLڀƮR쮇v&ijB5f]=gCh,c. R~WU<גrFWo9Sƫ.naU!DD@ף/0=͐}|No0@ ,\ k[+x؋h[ Ђtw+2μM0j'&ngCa|ouv(EoKT?[C oQs%$; 02J8NU?f~\Q Z䨀ul{Y 5b[Vj? %i)8ΞǭRzrQ@p~7!\`A`+%!';fؤ9s|ZsXKRD95>JdY5GZ;3Kq yjv=g&DD1I :ώdXW>zy=F"AM)9Tw_0 5>]KmNbɬ]3I>K7F\L(M,%`=XũH]`f^|Ae?C߃e [8mu#u#WߜJ$zB\*ps:őVTWF$zZ_ml y{3 @N`Ʉ쐿#DNLM; VMy;ҵ?9HNJ5ukzLv+6ϟZuEkwB> QE%`Itwc(VfI{ڨUxь&6D*+`%I8A(|Gi  ?, &+J ) +Bd#C'zX*&ήZ-7ƜNt`g^mKÌ@~@qHCBvoMK$n]޶`LrmX(3ߤJ3Fޡ$z l2~C/9P A9_e1vEۍv}k}Jrd"8 εY~kE]+rUk sP0mUrZ;w~'&!Ҋ{kڹM If(q>jFZ'Roҵ؂w#!џy& q!hyhm3Wq0o{+# ӦVT8ܙw9CLhA  1N7X>nWBl}ZӷwF*'#M0~:5=,殩`-PptEIQ*wlT}߂Z X4gIf" Gyoo#;B S`j/0e|pH\Rj{x (Po7*zl _0Q&ʰᬗQPR4B=%Sf7Pjnƍ䎛 k=o8g Pe Vs[l r5W=!Եzf/N`@"J+Ɖ{'# G!ݯ^`:M1{ߘ%+KE6//毧pLf]q(KcXlwi/vA@[_mvccU3֏%ë_M)9]SRUA$3bu/CzzYrmnjN+7[#3 NBq-ŮYP-G@8Ghz$9p~1!I$r.?ߚ]MRW*PwX4:IxyY™;]Cl)\zX͔zV,8#F2.a24Yyd"B-U :z/+KDqwfN #`Q|FY0aD $sFnLd{a)c#=JUZ9e6%bUdyR&l:]ej WؿHu 6/dv5f,"Y2 Օ4P4.t.;R6ӝԆmͿk*XFLQeJ7upRzDɍRn| 7f_grcݺ:ŽRVuvB{:/3x+$JQZ(Ái@ +l)( jXtCBTE2ڞ* &i82?p fD wriwasl ϲE4[=?ە6q'6!QȬ)+mgj3PߝD|*Tɧox4j3u&)&qtPWM?).@?'m#9dq_UG+/'߃QԆ Z|kn._Aaz,tP_AnS`k맖/P;%3qu=Y̅g3l֋dgoq%fJ^nJ DyeiyUp_ |o n!Ak(PBRҡJY&sly/1cN7A#잢/ 7 LF-wYo)?j%  V>]p17_}2-h{QMs w\b7R|*<@fR[H0=eV|j#%8/Svm|+JSSU$U78u:8T;Y&U;c8EaKݾ$&^daC]frtG%=2EbZɄX07hMH0WjԑGlGŢ#[LYԟH"ĖFq*ȉc` C o w1MwMr0+aTktCñ2K |&Ibpӆ!0m$9 2]l #ٴ/<piQ*>3Ȥ¶ϫSHJvt1jV2 o#~ LOmOW@;_-RgtGj_ q%}^6O{88<sq{rP:GaOy<XFwOqpKM(it(B(s>;n<\n/[N^ҮrJuUkH{hOhY8! N5TH" ŤFJ8][^8Ӳ;2vBMv9^!O+E@eq٭_ǒ##j@X2XUž _ =! GE5UR@ /{uWY&\^}^E-/!ztSK\E{0>j( F%UG٩^@D=J / Xi6q֟fW;zÞ_#~ گ)Ե bx>_)<"Q|vt$WW !t;3 VUސ, Zs_t+) ˕ "Qm*XwI Qi"V'h$ l 7qƱT9"̩AbWlaٟLJ1Oڼ9VЪO.zB~V"smS "5]eaӒu2䃌"(gYhWBMm잲yDT. d1P)zyuY)/lM@캚p$`xQ'_n=~q_J>Fs0~*r1 0q ,0 ;G8 ,V]BK%hA8:}6kXa$럵.:zWuO ߥ!>(haΌ<$ft̃v02@Q?MBu+mQfM>)\,tztD `(A^N +}4YjXRr0hdLjmX?;L}鑥w,ӯCeSf .K'|Ɠ8̋!+x!}&b00N%u{ fk;@roFƨYѪNSX(}F'AP *a^ obGģ0ڙoL;8z)fI͞7 0{w0S`nsN s{'ӡҩ[̫d+9=;2W}TGRE22mu-PM&| 91~:\'n*- }zWN?E |VY{95f䚑9|pf^ ?|,D3GVl qRa†#k[A_f)Uѣ印mѻ;e5m1[$HIp/VA](hkcdt3ߝ8`d 퉷/rqo䖂uyV|: u׷jXO4҈G uٰ QXQwh ^!TḆ7 mo!oH1?\`W$6C Ms3bx!#@lW}R~ Q0dߘSkfgNֲB"] C#3R5%(e Gs ɶ"9Ɩ#D\Aѥ-,`{:MPV=9MSswbf^qX'珿.=MIIɾ^@1 b KleQ'c]nf@lv"$p疡@PP'HP֮ZIz[=Zx"9n#PsZ_nȳo hDeUcbE)["R,͓G [[ YZ