postgresql14-server-devel-14.12-150600.16.3.1<>,f~p9|,tfV@;'xKDyӓ;g= вz@y azt leH_dBᎧ'S`eL9}0yؐ坴;Moץ ӽb؁#(d{R=5sLiG2Zr+ L P7Vu~Qj7[m.ދ#J^RFf#`PF/ȹso, "sse2]>Ӳsiӂ #U>H?d" 0 i  9Ze {    .@    4.,@$@PNOPORrRRR(R8R.9S.:Vi.>@FGH\IXxY\]@^MbcYdefluv\wx Dy'z@PToCpostgresql14-server-devel14.12150600.16.3.1PostgreSQL server development header files and utilitiesPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions. This package contains the header files and libraries needed to compile C extensions that link into the PostgreSQL server. For building client applications, see the postgresql14-devel package.f~h01-ch3chrSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxx86_64/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!&zx ] AV8 R #C5$O bJ$4N# tNNP9 E8m(j ,Spq U)j Z/ IXa{AS@7, [,u!TYlY '  | TM}v 5q  DC >U ^ %Mm$R   @k ,  <j oZn*EU Q >!O8   ~{ ec !2bRV)g @ [0#  /s#v~G8O%j8m`p;OLP, !8 l3OA &[ b-T*,Y s> & $e 2UI+VRPQegY Yc:E,#%:Jv> XJ'&9lW "YC)x ^Q. -- ) ~0 ?\ SS = #,2J *}PNiC>Xz\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q I Apxmr;A ;R fJ<N / K;C:Y{@}5 8?*q HXE>s=( Y" '+A-4 !~ 9B%#%C',-.-b=^ }*a ? X#Nv4 PB=N* p Q> :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E&?# 56  LMEpV`t P% _ xF Bv~ 8 ?xy]  "W  9(\ A$A!4G $te !j ) LBV%   Z@ K 2=BJo 9#5 h  : HSA*B)QN ^a95 k g%.sU+Q] c0 L] '!E c6Doi@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Upgrade to 14.12 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/14.12/ - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.- Remove constraints file because improved memory usage for s390x- Use %patch -P N instead of deprecated %patchN.- Upgrade to 14.11: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/14.11/- Update to 14.10: * bsc#1216962, CVE-2023-5868: Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions. This error led to a text-type value being interpreted as an unknown-type value (that is, a zero-terminated string) at runtime. This could result in disclosure of server memory following the text value. * bsc#1216961, CVE-2023-5869: Detect integer overflow while computing new array dimensions. When assigning new elements to array subscripts that are outside the current array bounds, an undetected integer overflow could occur in edge cases. Memory stomps that are potentially exploitable for arbitrary code execution are possible, and so is disclosure of server memory. * bsc#1216960, CVE-2023-5870: Prevent the pg_signal_backend role from signalling background workers and autovacuum processes. The documentation says that pg_signal_backend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. * Add support for LLVM 16 and 17 * https://www.postgresql.org/docs/14/release-14-10.html- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice.- Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.- Update to 14.8: * bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/14/release-14-8.html- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.- Include -mini in Name: to avoid conflicts in the source package name and OBS internal dependency tracking.- Update to 14.7: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/14/release-14-7.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 14.6: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/14/release-14-6.html - Sync spec file with postgresql15.- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Sync spec file with postgresql15.- Disable LLVM JIT on riscv64- Update to 14.5: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/14.5/- bsc#1200437: Upgrade to 14.4: * Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option. * https://www.postgresql.org/docs/release/14.4/ * https://www.postgresql.org/about/news/p-2470/- Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully.- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions. - Fix some mistakes in the interdependencies between the implementation packages and their noarch counterpart. - Update the BuildIgnore section.- bsc#1192516: Upgrade to 14.1 * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/14/release-14-1.html- boo#1191782: Let rpmlint ignore shlib-policy-name-error.- Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- Upgrade to 14.0 https://www.postgresql.org/about/news/postgresql-14-released-2318/ https://www.postgresql.org/docs/14/release-14.html- Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists.- Upgrade to 14~rc1 https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta2 https://www.postgresql.org/about/news/postgresql-14-beta-2-released-2249/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta1 https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items - disable postgresql-testsuite-int8.sql.patch: it seems it is not needed anymore, need to be double checked.- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. Use llvm11 as a workaround.- Upgrade to version 13.3: * https://www.postgresql.org/docs/13/release-13-3.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now (boo#1183118).- Remove leftover PreReq on chkconfig, we stopped using it long time ago.- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.- Upgrade to version 13.2: * https://www.postgresql.org/docs/13/release-13-2.html * Updating stored views and reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * CVE-2021-20229, bsc#1182039: Fix failure to check per-column SELECT privileges in some join queries. * Obsoletes postgresql-icu68.patch.- Add postgresql-icu68.patch: fix build with ICU 68- bsc#1178961: %ghost the symlinks to pg_config and ecpg. - boo#1179765: BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.- Upgrade to version 13.1: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/13/release-13-1.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- Initial packaging of PostgreSQL 13: * https://www.postgresql.org/about/news/2077/ * https://www.postgresql.org/docs/13/release-13.html/bin/sh/bin/shh01-ch3c 1719567594  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456 89:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.12-150600.16.3.11414.12-150600.16.3.114.12-150600.16.3.114.12-150600.16.3.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&&''(((((((((((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,............................................................................................../01221333343356378879::;<=>?@ABCDEFGHIJKLpg_configserveraccessamapi.hamvalidate.hattmap.hattnum.hbrin.hbrin_internal.hbrin_page.hbrin_pageops.hbrin_revmap.hbrin_tuple.hbrin_xlog.hbufmask.hclog.hcommit_ts.hdetoast.hgenam.hgeneric_xlog.hgin.hgin_private.hginblock.hginxlog.hgist.hgist_private.hgistscan.hgistxlog.hhash.hhash_xlog.hheapam.hheapam_xlog.hheaptoast.hhio.hhtup.hhtup_details.hitup.hmultixact.hnbtree.hnbtxlog.hparallel.hprintsimple.hprinttup.hrelation.hreloptions.hrelscan.hrewriteheap.hrmgr.hrmgrlist.hsdir.hsession.hskey.hslru.hspgist.hspgist_private.hspgxlog.hstratnum.hsubtrans.hsyncscan.hsysattr.htable.htableam.htimeline.htoast_compression.htoast_helper.htoast_internals.htransam.htsmapi.htupconvert.htupdesc.htupdesc_details.htupmacs.htwophase.htwophase_rmgr.hvalid.hvisibilitymap.hvisibilitymapdefs.hxact.hxlog.hxlog_internal.hxlogarchive.hxlogdefs.hxloginsert.hxlogreader.hxlogrecord.hxlogutils.hbootstrapbootstrap.hc.hcatalogbinary_upgrade.hcatalog.hcatversion.hdependency.hgenbki.hheap.hindex.hindexing.hnamespace.hobjectaccess.hobjectaddress.hpartition.hpg_aggregate.hpg_aggregate_d.hpg_am.hpg_am_d.hpg_amop.hpg_amop_d.hpg_amproc.hpg_amproc_d.hpg_attrdef.hpg_attrdef_d.hpg_attribute.hpg_attribute_d.hpg_auth_members.hpg_auth_members_d.hpg_authid.hpg_authid_d.hpg_cast.hpg_cast_d.hpg_class.hpg_class_d.hpg_collation.hpg_collation_d.hpg_constraint.hpg_constraint_d.hpg_control.hpg_conversion.hpg_conversion_d.hpg_database.hpg_database_d.hpg_db_role_setting.hpg_db_role_setting_d.hpg_default_acl.hpg_default_acl_d.hpg_depend.hpg_depend_d.hpg_description.hpg_description_d.hpg_enum.hpg_enum_d.hpg_event_trigger.hpg_event_trigger_d.hpg_extension.hpg_extension_d.hpg_foreign_data_wrapper.hpg_foreign_data_wrapper_d.hpg_foreign_server.hpg_foreign_server_d.hpg_foreign_table.hpg_foreign_table_d.hpg_index.hpg_index_d.hpg_inherits.hpg_inherits_d.hpg_init_privs.hpg_init_privs_d.hpg_language.hpg_language_d.hpg_largeobject.hpg_largeobject_d.hpg_largeobject_metadata.hpg_largeobject_metadata_d.hpg_namespace.hpg_namespace_d.hpg_opclass.hpg_opclass_d.hpg_operator.hpg_operator_d.hpg_opfamily.hpg_opfamily_d.hpg_partitioned_table.hpg_partitioned_table_d.hpg_policy.hpg_policy_d.hpg_proc.hpg_proc_d.hpg_publication.hpg_publication_d.hpg_publication_rel.hpg_publication_rel_d.hpg_range.hpg_range_d.hpg_replication_origin.hpg_replication_origin_d.hpg_rewrite.hpg_rewrite_d.hpg_seclabel.hpg_seclabel_d.hpg_sequence.hpg_sequence_d.hpg_shdepend.hpg_shdepend_d.hpg_shdescription.hpg_shdescription_d.hpg_shseclabel.hpg_shseclabel_d.hpg_statistic.hpg_statistic_d.hpg_statistic_ext.hpg_statistic_ext_d.hpg_statistic_ext_data.hpg_statistic_ext_data_d.hpg_subscription.hpg_subscription_d.hpg_subscription_rel.hpg_subscription_rel_d.hpg_tablespace.hpg_tablespace_d.hpg_transform.hpg_transform_d.hpg_trigger.hpg_trigger_d.hpg_ts_config.hpg_ts_config_d.hpg_ts_config_map.hpg_ts_config_map_d.hpg_ts_dict.hpg_ts_dict_d.hpg_ts_parser.hpg_ts_parser_d.hpg_ts_template.hpg_ts_template_d.hpg_type.hpg_type_d.hpg_user_mapping.hpg_user_mapping_d.hschemapg.hstorage.hstorage_xlog.hsystem_fk_info.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.hcopyfrom_internal.hcreateas.hdbcommands.hdbcommands_xlog.hdefrem.hdiscard.hevent_trigger.hexplain.hextension.hlockcmds.hmatview.hpolicy.hportalcmds.hprepare.hproclang.hprogress.hpublicationcmds.hschemacmds.hseclabel.hsequence.hsubscriptioncmds.htablecmds.htablespace.htrigger.htypecmds.huser.hvacuum.hvariable.hview.hcommonarchive.hbase64.hchecksum_helper.hconfig_info.hconnect.hcontroldata_utils.hcryptohash.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hhmac.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha1.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_hashfunc.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecAsync.hexecExpr.hexecParallel.hexecPartition.hexecdebug.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeBitmapAnd.hnodeBitmapHeapscan.hnodeBitmapIndexscan.hnodeBitmapOr.hnodeCtescan.hnodeCustom.hnodeForeignscan.hnodeFunctionscan.hnodeGather.hnodeGatherMerge.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIncrementalSort.hnodeIndexonlyscan.hnodeIndexscan.hnodeLimit.hnodeLockRows.hnodeMaterial.hnodeMemoize.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidrangescan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hconnect_utils.hmbprint.hoption_utils.hparallel_slot.hprint.hpsqlscan.hpsqlscan_int.hquery_utils.hrecovery_gen.hsimple_list.hstring_utils.hfmgr.hforeignfdwapi.hforeign.hfuncapi.hgetaddrinfo.hgetopt_long.hjitjit.hllvmjit.hllvmjit_emit.hlibbinaryheap.hbipartite_match.hbloomfilter.hdshash.hhyperloglog.hilist.hintegerset.hknapsack.hpairingheap.hqunique.hrbtree.hsimplehash.hsort_template.hstringinfo.hlibpqauth.hbe-fsstubs.hbe-gssapi-common.hcrypt.hhba.hifaddr.hlibpq-be.hlibpq-fs.hlibpq.hpqcomm.hpqformat.hpqmq.hpqsignal.hscram.hmbpg_wchar.hstringinfo_mb.hmiscadmin.hnodesbitmapset.hexecnodes.hextensible.hlockoptions.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpathnodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hreplnodes.hsubscripting.hsupportnodes.htidbitmap.hvalue.hoptimizerappendinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_recombination.hgeqo_selection.hinherit.hjoininfo.hoptimizer.horclauses.hparamassign.hpathnode.hpaths.hplaceholder.hplancat.hplanmain.hplanner.hprep.hrestrictinfo.hsubselect.htlist.hparseranalyze.hgram.hgramparse.hkwlist.hparse_agg.hparse_clause.hparse_coerce.hparse_collate.hparse_cte.hparse_enr.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_param.hparse_relation.hparse_target.hparse_type.hparse_utilcmd.hparser.hparsetree.hscanner.hscansup.hpartitioningpartbounds.hpartdefs.hpartdesc.hpartprune.hpg_config.hpg_config_ext.hpg_config_manual.hpg_config_os.hpg_getopt.hpg_trace.hpgstat.hpgtar.hpgtime.hplperl.hplperl_helpers.hplperl_system.hplpgsql.hplpy_cursorobject.hplpy_elog.hplpy_exec.hplpy_main.hplpy_planobject.hplpy_plpymodule.hplpy_procedure.hplpy_resultobject.hplpy_spi.hplpy_subxactobject.hplpy_typeio.hplpy_util.hplpython.hplpython_system.hportport.haix.hatomicsatomics.harch-arm.harch-hppa.harch-ia64.harch-ppc.harch-x86.hfallback.hgeneric-acc.hgeneric-gcc.hgeneric-msvc.hgeneric-sunpro.hgeneric.hcygwin.hdarwin.hfreebsd.hhpux.hlinux.hnetbsd.hopenbsd.hpg_bitutils.hpg_bswap.hpg_crc32c.hpg_iovec.hpg_pthread.hsolaris.hwin32win32.harpainet.hdlfcn.hgrp.hnetdb.hnetinetin.hpwd.hsyssocket.hwait.hwin32_msvcdirent.hsysfile.hparam.htime.hunistd.hutime.hwin32_port.hportabilityinstr_time.hmem.hpostgres.hpostgres_ext.hpostgres_fe.hpostmasterautovacuum.hbgworker.hbgworker_internals.hbgwriter.hfork_process.hinterrupt.hpgarch.hpostmaster.hstartup.hsyslogger.hwalwriter.hppport.hregexregcustom.hregerrs.hregex.hregexport.hregguts.hreplicationbackup_manifest.hbasebackup.hdecode.hlogical.hlogicallauncher.hlogicalproto.hlogicalrelation.hlogicalworker.hmessage.horigin.houtput_plugin.hpgoutput.hreorderbuffer.hslot.hsnapbuild.hsyncrep.hwalreceiver.hwalsender.hwalsender_private.hworker_internal.hrewriteprs2lock.hrewriteDefine.hrewriteHandler.hrewriteManip.hrewriteRemove.hrewriteSearchCycle.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.hstem_ISO_8859_1_basque.hstem_ISO_8859_1_catalan.hstem_ISO_8859_1_danish.hstem_ISO_8859_1_dutch.hstem_ISO_8859_1_english.hstem_ISO_8859_1_finnish.hstem_ISO_8859_1_french.hstem_ISO_8859_1_german.hstem_ISO_8859_1_indonesian.hstem_ISO_8859_1_irish.hstem_ISO_8859_1_italian.hstem_ISO_8859_1_norwegian.hstem_ISO_8859_1_porter.hstem_ISO_8859_1_portuguese.hstem_ISO_8859_1_spanish.hstem_ISO_8859_1_swedish.hstem_ISO_8859_2_hungarian.hstem_ISO_8859_2_romanian.hstem_KOI8_R_russian.hstem_UTF_8_arabic.hstem_UTF_8_armenian.hstem_UTF_8_basque.hstem_UTF_8_catalan.hstem_UTF_8_danish.hstem_UTF_8_dutch.hstem_UTF_8_english.hstem_UTF_8_finnish.hstem_UTF_8_french.hstem_UTF_8_german.hstem_UTF_8_greek.hstem_UTF_8_hindi.hstem_UTF_8_hungarian.hstem_UTF_8_indonesian.hstem_UTF_8_irish.hstem_UTF_8_italian.hstem_UTF_8_lithuanian.hstem_UTF_8_nepali.hstem_UTF_8_norwegian.hstem_UTF_8_porter.hstem_UTF_8_portuguese.hstem_UTF_8_romanian.hstem_UTF_8_russian.hstem_UTF_8_serbian.hstem_UTF_8_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.hstem_UTF_8_yiddish.hstatisticsextended_stats_internal.hstatistics.hstoragebackendid.hbarrier.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hchecksum.hchecksum_impl.hcondition_variable.hcopydir.hdsm.hdsm_impl.hfd.hfreespace.hfsm_internals.hindexfsm.hipc.hitem.hitemid.hitemptr.hlarge_object.hlatch.hlmgr.hlock.hlockdefs.hlwlock.hlwlocknames.hmd.hoff.hpg_sema.hpg_shmem.hpmsignal.hpredicate.hpredicate_internals.hproc.hprocarray.hproclist.hproclist_types.hprocsignal.hreinit.hrelfilenode.hs_lock.hsharedfileset.hshm_mq.hshm_toc.hshmem.hsinval.hsinvaladt.hsmgr.hspin.hstandby.hstandbydefs.hsync.htcopcmdtag.hcmdtaglist.hdeparse_utility.hdest.hfastpath.hpquery.htcopprot.hutility.htsearchdictsregis.hspell.hts_cache.hts_locale.hts_public.hts_type.hts_utils.hutilsacl.haclchk_internal.harray.harrayaccess.hascii.hattoptcache.hbackend_progress.hbackend_status.hbuiltins.hbytea.hcash.hcatcache.hcombocid.hdate.hdatetime.hdatum.hdsa.hdynahash.helog.herrcodes.hevtcache.hexpandeddatum.hexpandedrecord.hfloat.hfmgroids.hfmgrprotos.hfmgrtab.hformatting.hfreepage.hgeo_decls.hguc.hguc_tables.hhelp_config.hhsearch.hindex_selfuncs.hinet.hint8.hinval.hjson.hjsonb.hjsonfuncs.hjsonpath.hlogtape.hlsyscache.hmemdebug.hmemutils.hmultirangetypes.hnumeric.hold_snapshot.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.hqueryjumble.hrangetypes.hregproc.hrel.hrelcache.hrelfilenodemap.hrelmapper.hrelptr.hreltrigger.hresowner.hresowner_private.hrls.hruleutils.hsampling.hselfuncs.hsharedtuplestore.hsnapmgr.hsnapshot.hsortsupport.hspccache.hsyscache.htimeout.htimestamp.htuplesort.htuplestore.htypcache.htzparser.huuid.hvarbit.hvarlena.hwait_event.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestisolationisolationtesterpg_isolation_regressregresspg_regresslibpgcommon.alibpgport.apg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config.1pg14.gz/usr/bin//usr/include/pgsql//usr/include/pgsql/server//usr/include/pgsql/server/access//usr/include/pgsql/server/bootstrap//usr/include/pgsql/server/catalog//usr/include/pgsql/server/commands//usr/include/pgsql/server/common//usr/include/pgsql/server/datatype//usr/include/pgsql/server/executor//usr/include/pgsql/server/extension//usr/include/pgsql/server/extension/cube//usr/include/pgsql/server/extension/hstore//usr/include/pgsql/server/extension/isn//usr/include/pgsql/server/extension/ltree//usr/include/pgsql/server/extension/seg//usr/include/pgsql/server/fe_utils//usr/include/pgsql/server/foreign//usr/include/pgsql/server/jit//usr/include/pgsql/server/lib//usr/include/pgsql/server/libpq//usr/include/pgsql/server/mb//usr/include/pgsql/server/nodes//usr/include/pgsql/server/optimizer//usr/include/pgsql/server/parser//usr/include/pgsql/server/partitioning//usr/include/pgsql/server/port//usr/include/pgsql/server/port/atomics//usr/include/pgsql/server/port/win32//usr/include/pgsql/server/port/win32/arpa//usr/include/pgsql/server/port/win32/netinet//usr/include/pgsql/server/port/win32/sys//usr/include/pgsql/server/port/win32_msvc//usr/include/pgsql/server/port/win32_msvc/sys//usr/include/pgsql/server/portability//usr/include/pgsql/server/postmaster//usr/include/pgsql/server/regex//usr/include/pgsql/server/replication//usr/include/pgsql/server/rewrite//usr/include/pgsql/server/snowball//usr/include/pgsql/server/snowball/libstemmer//usr/include/pgsql/server/statistics//usr/include/pgsql/server/storage//usr/include/pgsql/server/tcop//usr/include/pgsql/server/tsearch//usr/include/pgsql/server/tsearch/dicts//usr/include/pgsql/server/utils//usr/lib/postgresql14/bin//usr/lib/postgresql14/lib64//usr/lib/postgresql14/lib64/pgxs//usr/lib/postgresql14/lib64/pgxs/config//usr/lib/postgresql14/lib64/pgxs/src//usr/lib/postgresql14/lib64/pgxs/src/makefiles//usr/lib/postgresql14/lib64/pgxs/src/pl//usr/lib/postgresql14/lib64/pgxs/src/pl/plpython//usr/lib/postgresql14/lib64/pgxs/src/test//usr/lib/postgresql14/lib64/pgxs/src/test/isolation//usr/lib/postgresql14/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/el/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/he/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34500/SUSE_SLE-15-SP6_Update/2a5c21503c0f8f41691e573c3d2c610f-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux   directoryC source, ASCII textASCII 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, BuildID[sha1]=783af65078eecf6f0b030c189c5074b3f7b55ad2, for GNU/Linux 3.2.0, 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, BuildID[sha1]=dc04e3e21ee0377c05e1fdb1a249088c9c882a23, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab559725baca2c9ed0671d10607dff78b2e0b7bd, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d49d33708776dfad1d0fda03aa98240b8a5badbc, for GNU/Linux 3.2.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  R RR R R R RRRRR RR RR R RRRRR RR R RR R RRRR RR R RR R RR,Cb0,Rdpostgresql14-llvmjit-devel14.12-150600.16.3.1utf-8d33c076d2287bebba23b391635fc0372869e4a2b7b68fa8bcead39203d6c3c18?7zXZ !t/h]"k% E0#J:fV!"fev77!XCjf'oAMf2&gY;fGZn*/1{@mdﱯtG I?GC}hAJ+@N8]EA775JRG}s8xy0@,xX*+yr8h?k,(*i@jw{T轞 n#c ]RT%o - ivCL>lqiTI[k[kߜz %YNoFZt3UOIz*g"O3yA1`L`{\Ϯhl:T'Zg?Ճ͇;lHiɀW[Y8hT#pym:x lYfq J4YYlC >5 g v@0Id8WynqMLX`o` q; 0gthOHhj\8-c{ @rJJuCx!6W~ߪg{+?`ŞA)g  ,|gȉCA KGUEwq<9g\?`jPaT#h[q;I <<[M\NȊ,^Ʒ4E 1GjCQ05"z0A}PZHT t3^om{҂eTX3`e&1;ھ7hwDnX$uP.B&c`sg(.nYzhI N*C\S,\P$X 3E*Dޞ[F1^,`+I?!m6V3 9"i 5ux?*HF 3Txs\ɆTrxb. iߙ ҕi2ąF8wEv9* ^1+2=Gau5\ Sq1ĭyA 3Კ|25b{K߷pc˧JNU*}JڡT}Ed*N?B=&ni!D#Lb,ړ{W/FT ֡) 7/Tbfiy۬CiL݃[qpvD*ö/ٳGiGQf)D۪ޔ[E>e`UpֶlbT~%Uj;5O6}<\*EJXgL7ɷdZaVƟӺλbW"HuOO9k4,};Q:^ k.=x)v.`7E=IN6&ج^v<^Hv`mMK]^$K\"ք65CBI?Yzu!;5ìR <ӘLǬw;uw?vh. Dt6 |\N %1jCYn5gJȫ:n&{Ϡ_C,+Fs셤@A1fO+;xf V䳿Jwx;օ9O*$.Ʊ6d3x7US3=} т]H=UNشqF6M5-9`f4'?MOƔ42;06Ѣ5' >J7͕ e 6B~R|޳e|) -BN@M~}֬$ZbE-ؠ:&KlL/{(Xeh{c%|qZ(B 0i~! bXwFZ0s]^6ϙ㣟RNO S(߄mؼR;gO!(jA۹Ίі֮+kʹz#3bq~dcLX%{1([3Z 0pDfIn2RrCOWnbS^rg1/^ :@~(근)6asbPmm=9+1΁>tHrH  Љ<;?*2lao #e7`y ԟzt a$mFn4dmIJir=(bLv^O[F78  *} qGnm:h B^ʱZ‘ReDNvq.:t莨|{>qavS"a!Iʅ#eIPQ ץxaoRJx2¸ [oͥj'G.AjN4|тWe뻋.6D,7g6aO7۸y"-%gk=1] Rg4c萋]K+wѶ>&e5:RZ%~A < *Ҩ7dXn1!uXO=kHB:tonvvpO 8Z(.:L JWYb */vtSbO k11>\sAJnވ}di(5k[Aao-qxn 9"^ CM.~u& FuzNdG(lj6VΨS?ߕGRw !LĚcuw86zHWV#xR9UXlN/gU we7`~j1ڛ0_bʫ-儕LvWvOi=nټj_W3g1r[|EMXX%%5%c M?DE3vZu؝,դ^:7h3 qפLIǤ߯A̗?z^ Ljif d ę}<&mw\V N*Eqg #Q* 3n_;'x1 cT#|4@k[Ÿ]%Kh*xy6;k x3O v4@9#]}iMsR w>+LeAL.G5b0 %Z(uIi89la_}@:-0% [`W5`&5 ּ(z\!y/ҦK4qx]91gPrD OMq|yet~9IN2_]FŪدK׮u&lܭ ҧMX {~V^`5J!Ԧ" Ϗ(hׯlsvRSڭS:E8 rlQeH#zQ`˂iL3[LB  ?{amOY;^aN]=L+64U[Dd=Z؍gΥqOM 6--6ٓ] F@%fx|8\/P~GIם˛'+㧻d㲟(eHpCTaҕ3W D0T,~Jb4ll.-(`)̊%.ɋVݽ [6{%rw `gJ ,2+IRͅJ=0K.7 6@%1#KT F 8!=Oƀ%$a0=yωQ"F)J`mŁa;p﮳Td v4b(IrT ^Y3 Qي??%s%rF= oP:s$LBZIPO6BH[ILCk6S ٘ⲕyq|4tuK.NO~c*;|pەB+Ӵ-_+l=84s畝\9^oQ07wQWn<פd3np!Qsx࠰<4WF\h7sv3JoCPXjQjSP 77ߙavSOɒE`snjS'tiTTRȎqR!׶}GbC:|8xcѓYWX;!h=p  pɄeUL/zؔEގ}I1HKE  dȹٰ %!J.JvC![/vJxwP:E *Z_ >Nï&X}OJڹ wn䛲J=,Spwl#k~@"7oکgf+6yVz)ʱ)ZIZi4ÜmJWN𫦫#zB)¨dXLc.CD*7;7YoFΗ(ƥZoYu '=nNn3 R}HMQ71^L+eޛ4csJgr!S Y[5=Ң7bP/QzdSezS܏)kKb1]c5nsi` ~YFXfᢼʐK{LlԺ@e*uf-9#A&XNz]d TfzÐ|3 {C!?TbsB|5,WO9ʙ}! &t͗k%b 2z),& '7/] ^#KJa ԑ0 (1 mlx`ƾX͟L,q Xc'xi;AO¶voz綤jR1ny`W<)1O2!U 86&ީ@Q]r`SE 5fD| G6}Zɘ\ꈶ ʚJ+/l)A҉•pcI4)VɀbGva^#BE>v>B.O 37j&~rL)+}͒'G#!<ty0x~)FhEXVζ͢{ Ixݦ}Ɠ X:v=K١Rsހd6|z1κjzz=C4 ٝp_N<*z#\Xn~!ZR@.{!dZ ZɊݽչ\M4- _9Ձ9&UIdW.]rnߘHC}I\MHd2=Q?+c h6"^Cc&RQuoU0eY6,h!xo ~'-Wwid"^x;A ܍Ŏ<߸߮L+B h ~*Nfe{;ٕ!7z-IHVEXUf?eէNso Ǝo`)f߇p): ɟgr8E4(ʓAuF'8O%o8qo{ ʛ[13(h:8@ЬûE4wmA?A ++@ Ϡni a!f`BV)?J}TRJM~ àҞ=tQ{}GiW4 cܷG/$I 8-+/2y=#-rԜ7~yœ "o67JA8o?2rIF#F).RK}F4WP~ 0-FSaَ7P ?d|c5@Bbt1T~װo,qBsۛ4E>Qظ j[f>9-nߛ.+Fr[B rw^*oʶ\&0?8+OS v%{uF93{X,ug49 aVX R>~2&|QP=gj0QN2 6xWJBzdf'ܖlNX'tΠ"nqG3t[3}`si$vX:[UI# R,L^"^.G/8U8^D{]&G =ƾVeOk¦tuxeTɭpY$ ; #ir jYyzć sӬSS 6,x_ve [ߣ]OrC5`Jf1 9k:ϫ-Fsq1Wv921 Ńb{4TYm058>9{?PLWZaC <ʧĿ,}FaR?˱KnA7ΰM!Fggi|G@H{3.j}Wr'L02\ v@ZK',՗`Y?A-hJ8&vnFRXW8j neiu`ÖKLE@_KCnc豩-׸zqbPAJ\{/ʰ}K\-'f#Ox49۳->ny*J_ d_.d vj9-3~-QF|MPQou˂ivFN|xaȷ"dR Mʀը9vIYq{쪗G;0f{K PAZ:Tq:=x\Ŝ8!-sW:װ_qh 8;o'Q1s˒`zma%ҵ60DQW jԕ= >etw٥[.T d0Es& p9XWxC9;oKh=M.,a{Lզr"]O?U@ DH!{\fʉwQ[?rKq%orcTMJ[ #4;p.-!]+?NWyG ~3: q2!5EW{?H*(0'<'^)țE|*yêiii+BkHCdPepN]xhqdΛvsc򕊐8i!w =thݘ/Ȍq]N۬^eўp5BpcӜ2&dX: GG5F L} =DTbz`Ȋ3e90 Ms'j](M}&-7x3z08=1FZ5Izw!S06'"P0YAaH%0ԫ~%[[D'6nq¸n/c@ؒ2m]g|8_7@,RϥE?u> ARI_ `pu F*6+Պ(@Yw<(SAʩDJ5mfrY,Ѥrԗ ߬ *=֣AS@EN?%ZiӨ IL!w~&<>;n>e<îߖPGrқ,o+n=ˎ!| !% >-K~cs 0K؇v^B`*ai5_w vIȈan 5u߫b w4IX Ryl|5; śX1Z2m Nlϒ|RxС! D`o0 _c+ݚ/_aRkɈpp˕l,dP&Y6`۪M{XQm!llߒW o0$Ai9j;8 mH3Bxҕ+JJ A5F_V&G~ 46Jj=/kّHZq>7ڧOUT V=T\'λ!w`@#\j#7#{p r[0[U(rϪ.S4_@=I];@$& *a" )nWI/F=uZ)/_Thu^Y~V1+Zf?iF0BGal%U=e~Qr٧riݰ\h;%=nӴ|BOk"qP} uջUK#1u[D.HMZm f,\(.P$9<.Ʃ+<cKb(h=yy{"#}٬Gd&RҧiR9/1Cx""oa}=Šӭu>5wX{qZ6r}N6wEM4 hdQ07HQf,ݩ;da'{L#Ӹ??Áe? )bI%B,V6֏PZu`ܰ1nf1b|c6{+hmp~,(YQ|DAS`HRI'pb,{#,=z3[Z7@܉eƌhd͑Z Eg4%ӯOͽ1}pFy2iXg:oAK 1]EV$*]e]\ ]UB+y DI|F 5]MA.DBZ.\ DvZ ~RQDvL nGݯ)]ğ}sc⻙1HE:. _g֬<ܚZ'H`dޜ2y7$n2x\>T-.ַ?A[ BTA<!@YC#a&6`yR.n2a <; ۀ#5%e ]8h,秺̴8^L_j< RP:U~53Qg t'WL9KK.|0Qq/jN kqMvBP*Xoj6E֞1"ypJ0W,(}Zqއ`: Q+ /Y z\Ia3N sr F+?i: @x;P풢3,/RhƖ䞍GI:O_;u;gMt5˧#$cgKWrR.WoMUw@y(Y Wf! PkEg\נ3F՝YFa3^so2˳lq=ԤU⵨0& %/'a6 U,m5bkYlv? ="lCCW1:_^.0ktPD7U~f#/-0jSvDEB&`LEK?L$~z\!p+|Z`}1hoqh8a˹1^CP&-ǒϵNv` Y{t,!>Vb~{q0w hloT_W:ӾўJoy lNvp6٥r_xi =/&PtU*2dXO cœE`Zym93,17k(x<"L7(.ICЙTz !\ W4r=C5^ͻgvh'kuAvsWasWZ]~b7Vv"<-G"X%[y<*mc J72gy@cmͭA!jT*MB1/2PgTAv b;wN$QAfcR"9)1c_۸'MʅB1߄N, 6Ӏ BnA qq߷H7Cz;BˀdK>K#U!%EX*V-3%[ 5;7o5.jzIyXq(^>ىKRSstn-|$8mYBXgBEcA+[Xvw )w]Cϧ GzDy28[H\\*I}Cd4zrcU!bҀ\"ehp߃;:>i4UV[%˽Ymy;nW -GQY1uVxR"X$Hӯ<6=_<{U87Fn{-PV:ܫ!ѡZG'?st1 2,Kc H2I_&-A{n'tF 'Od){BG@$nٍ 4m EB( j႔ZH-a5PrQBh2A%/"z7=89 n`+u?h) ߲q>KKP"dVJ ]pop5Yf^=u R@GpNj+bƝ;J$gRߙTŹP&P%!+:uu壩PGҼ#ֶ@E b+8$>Fcje!q#b;TUѪ2$I55{\r§s AsM{Zi˧umW}m|IHcۄp  'Sk8aF@㔛 dQLXv/h鉅 H% '$jiH,l01<94r[7<>%axEW[_0omw--(LuωvcNC*)ԨvpDcIeO3,~}cPURϰb!|b[V|x!"8Fl; ?zs]JѮY=5UQCxUadz=̏LT"3V1OOÑg|/(.̣8nFt`h#"bDen,F̹ժ%҈XYƿ$B}%f$Ɏs{,>vfa۟RJy6L|zJjV~G zu)\{nds1PMˎþlYX@.J!bJZ\TJ0=]zɭYo27WUbT#0,`/GgpA79Wx `vc,$ϴK5lѕ}$q '>$${ojC c,=l[#aݒA6ae,T1$Qn۳=DXF魮6N*)s^26zڠRC:F1t=zSMHĎKpojۓI\$QZ#"=VPXJ\U솳q 䆷8XiZ R]o", 7+>j|}Y}l:`xe$D Bko?{kn3ɴ: 3 \i.ū ^ 0)Pp@ѱrηVBpnEh+r!N!`z8װ1liVfx}] 3p{d+;RWؽ$.hSإ@ +ygSstt'+(7_iI+Pr]^Q=[,+yԦ-c8ݬbSUQdq2?;Ca'y06a޵E9@KiYfC:ՈUA~h;6w7Z[]A``vbq+@2JRa "j^}3M]VS3)'.\CrV#p9U+!60z:ߺbH/ۃp"{J^?cmԇye\ncET2|?r2 ]@X*藆nU;?hMT~vtF:Df'n?&uOj t@Y 6ʮ/=UYvVߖAc2x{ EWS6FSG$ Х;m.-4יģo?N*=h:5 b\ё9KF06$_$ T,5eN r6siͬH>ްXDa쪮@t:đBoJ')[;}; yih8,D_5In7Ȑ %I`/%&6<MOjWX& Un)/Dr&16Ւlp#n讕<Lޛ Tr a.8c:pFj$A{"2,DOc"ƐD4HݝW?"Z|{ԕJv_mv]nHh*U7*p #ȥ$o%-Qf :hPna 3Z>#z ecհp;IFkߓM`i!:Fx%WhIlzBN A@'*V,6!ʡQ5+{l!qsHEܣy~"2Nz%d^RD=ãDyt#8ۭ? 7-vU,) y@O4niR3N0kӿ > ' WoGM*LȞNXaeJT:] P^+w|&ШMڱTo̬/IVTBƱѵ Q~uM?'-r n4I(\Ap$Λp%l_zJ{@D(@q3f͗_Yſ"fxCϥG hm/l8-•hp Ad0,+$? ]I'KHSسM~"3w Z5|͚ch4*oX٠F~WF䥈J]Lt4)ߦ&>礉5g-3_k>F^ l{m|(N_EQ@zJ}tzU&2{EEښaBst *b!;aX#Lpsu dv;(%9L J|;ǟ%9~|)Q>$nB9HEAQv&t6AӝFR\3B1_%u|Fu oDI.moOݪM Alo.uρ~h51x`PE9c84T,mpnixé7+CTx_n@=m}|O p^Pg$Q#ppSG()ޑUI[ XЭcc@Pȟ8j %֏G˂ q3¿ksE ͐'WP\]6N0ϴ"]_xih+TiCx骒4ۚKVEh%ÃT#TH/qO< _=y UөZk.]!z8س=ɐ9pS߁egxMM{8TgMI[)󖂕?cW3]d_Q;f˓3FqV8e{a4>B:jrp9ڱRgeb|+*?} ÎSuՉ 2rDЈ1P1jJ߫PxoV!ϏkHtA'Lߙ+}NȦnKm0(yr iz7"ΜٴK&i8{ >Il 3Қ*'4lvљN=_Q8~zVoRP2- :9lJ󰳶PI!aT/q꺓Gj Κ%ZNdfCd\oG")z)dFoةS0ay48#Rv-ȑڇ3\sHfA^KAM8ti\I eӫM`=\N6H%5yq㉱6JY[*) C֮EgN7E,3޵˓O.jmӺX\U;J͡\6NVyDgQdʰVg ^Ja"w'|qUY-Nn.;3}P_^?PP5\EȾY*N3l4/}(/՗UXWt㷖^-4ƻ.m }\deᚤ,uc@jI% Ǣq ߨ5Su?qbE=.R-+agꨖ]>UGI(}C Nwߙz=֩x3ۋS7'n=I.ZҢ K ?I,YG9!hD ǎz41U6eYHd%żnfلI[RM3RX+Eۋ:v8jlm K"?], ^EMyj#AL%\=`"I PXq)U p6Gry3Z~8uK#{sQb,=xlKMSJ[j~ǏX^A~udF-&W1>&V_(Uf@3Qg:d̪$, r6 Q9ֵ?aՃ /jVn37-]\RGzpX=yFy!?ܿݽ 9h:wƹ0[=O8qxf 6'w 0Պ N{3ZG # @daxb[!v1cU6 eη]!WJ.UJ8'_rώ~TfwE"SwEXH64Z* FX9s-1KAɌ;Rj Qy&WE?#TtQ-M}oъ 1ck-<dyfO Z_si =*Z\2A#<c,g"z7WK?Y,AvA{2 aGjҬl4xSDY˃oRY Y2״h9BY}YoDJ$yپ4o +O-9j> +%&\M%{- S>ƹd՘ŀ*pɛ{O MSXr:4 :[A.H!m4BTN-sFqO1 sxWKs&?VT\ʧ(r: |:ضEǙWmsJ0֗Y+hd3wT" Eď`Bళ^P7?)Tb;D2h=z eI%LyD+!\,5*aR\P%K&o1@u|B[uEא6 ԘHLTk fYF@r3dW]F%\aL Bk#:X_ x9/JnG7BғO`;9,b:U_:$Ԃ#^$4 s V*B`ZXO\VIZ (u2 JnVJ0h 9|XUi$L9B3  juH.T>~y'o6#D V9u#v11C;r2$.t)G!tdے@6Xd!19/a4' reǧ雑1GMb--y;s 7X^6\ yyVKSoٹ琼8B~:d 8v[WfXhSR9t!x.LyV]Kyi$Ǥ8\Iޜ4{*$BDx`a!}ac}Y4>k=.ƿA.6Mm{B+hf;~ ܅U0ȍ>yt4^"aM,' DK̳2:YKKP\t;wr ,,X (r#+L0ջ̠T^DG:8.dT2Szbj<ՊYe2C:\;d; B xm꫷fp=6]q >7s|9tM o5jAB5׭9ʺ-A*k"-5snǎ.VfiZ NtaK?"Ӱu;5 #i% r&NH`^%|iH~C]Y=?m/.27wv*(%{V\ETgbםRHa5~GCw";!gO=j\AbuA/>MqBT'Y77欳FJ< a2P.{lnfCum)%^0bgAd&CjPׅ (c;<H.?1$ȃ+]]//0* ,J9lV4]9 aTK~L(|Qr9hi̍ DB a#p3*!`un᥿`Sz1*|@`ߡ;IOR!hQKR 1w?It9whU R細aT"Nlurd(KS@ձʢj]Qپy̟(Q[Й~ T=s9*s&Q80Q$?̼HY7B2@qYy\9O$xQf;k(eW""^ND5G8[њw7%Cb'!#_?mUϢ l,ѡRVtRIhv(ݓρuqk!WT|ㆂQ1>[Grq*BWS(_MUZp*=02fBu{ԓEW6 SYM(Wߛ^%YmA] =iCVr(]ddkyt)-^9yH5݃\B9'dZc)[+^gr[9F-4v-y+4GEt9bfkߛu v,h <`*_nFwWLZpUR :}dFA4$oґߵېE55T)\OJM>T}!lV&3u޻Cau幝YZGrf"&Ёu1te;ZVL6f+bt<Te|pA`AK.H?ٙ֨(Oj M;‰F,KOZ5Upq\ G3,T1K'9kmF6EAs*Y~siMW/!Ӆ FadJ K 2S쾡C [nPnDlkGc S?;4ι<+/vZ-G8ϓEݒrSr>Xd}gM`85Dv'Fn4ξ/%Et=}Gq~F"@ ~QBŪhFVD`]yO5l#ulBn)P)Z͜p+&\p"xzY;PY<v=†ሚWp {k k`Xc#jכ&u-o|W9.e Ң+KpWץ2 mv LM3?X#1VՒ C Q05 l_~AµjXW*l V_TB&<p:3;6*e0d)Ϧ苨eYIc0K)Fr9TJ3N1̢ʡڒl7b[,4iy/>CLm#dQU:><,x2qE4u _bR$ RBUʖs4쎸pXBO.4IN )X!X]Nf37_ZkRrb"Gm!Bar WUF5 i6/d'nE0I_ϩCGyF!Gj -^œeoZJ;20Ę?\p~ȋA~6{0 cO_Lo=|6$L 6-b":k QXk5g(\Y.x=Z+ !} kH'n(L-?B[WmahB9RB+2B$T7jYyxőEYg~M Mi; Bo+=V, ar f2.WmULq,'DWH%G6ÞwrTrOH(biAM}0lAq1z{h \# csЕo}: Dh))23XF=V'ƀn%*2ٚ\zMX8mJKi?)-fysCW'S6Q}+a[\![ͨ*le `g.w٢LNӘ§<8oۄx1Khe<r@ZNڍhF )vdN쭊eI{׸J~ <=cVB0ﲁ0ŃMl‚}8f߉ r4WeTAnu3 8e8_Q1v} ],;00mzPY2Q 6,(MJA) MYb܀r8Pvr Ds%ip\唦aiTAr: vפֿi5TW*|kuޒxU.qYPYMDNKQs4Ԩ/*Ck8't1Hkfe{>RV*+ԃ>)CyG秊 vkow]Skʅۓfy?N(+f:+vZ[wPMK\$!J dT0)^B2G/AX/Z:=Jt0nރW_Zh@WAGP˄Zo@ |.U6\[[/N!du,3 ;eQϕId )͛T!S$hyɎ)i ;k՞$RoH0A 9XH koDroKbR%!W KT'wvDi;WQ ~KϢxM΁j2'* 2O (|xlBojBZs{ &1/ C5kƘ@Y:FM*D8guF#ƫtbE&5xYXUfLA$D*0 l,st.yڋ!ICu0u>߃!*b*\yiS "qH8iBvվn8H_+J}EmblYi@kEk-RD~NRw5m&V-2]H)>Ұ)oa0qNzA덄;s%*)~5Yo_AL8 YG)t.\O?&hw1: sH`G=G=u-uν-o")ꠞ?1{hVfD l+ < 3q(6j']m-/~U[13A'|(tn{KDftQHfjT.5B<$q~ƜDH&]df%LHJ+4B {vSI1Hm<qFuno8Ɵ3\ʃ4N147zAz+E. ǫ5Ao|:Tݝ eMK\RY?cyH*!J"fGGm00VDUΐَXz" O N|Go_}Z[XmDNf@Ւ-0{[%kRɍ' s9)0; diiIΕYRޕH?%KM:l`D AF)"DlORm$0!;ᢍ.Ry]p`Zg|#ߘJ?q8уC͗۶,@$#|n2"N2zLa@x,3b&V&o=ZN\9T(VD.܎c ,8s_j;h77*ud5R/ u*xWt8%lnW5ոqۋ " I`8sޟP Z2b Xvl^  g )dU67Wj0SCYp%􉺉90_fwZjnj]J~qI++Kqi(.D/ԓv速`NNޕipysyAV]/I*St $k2)x$Q _FU p?~ݢT!vd݁G^Ѐҙg<ÅZ!!@6bq WZ\&e !#-ѧ{~5ҝnArp{d`0Mi}d%/6.D=Vh^<&Q q1WsHk~4%lvI7}2uCiuâm "2p\֪>{1up_^-#.FR M只~e gߟDtc]۹ϮcCVsa70-QP\[RQio}U:ڮVO? :gcm{ӓvwHVsvzJ]b=~ H4اzUT8 Ϟ:j.}5?:}.@X OㅫnJ `|)>iL wOPUa]ZK >\҂IeW7 7K&~7kOvmp K_iGĸO4hE @@>9 w0Nq] 2 ,Qm# Q!1ϗF{RphlF qhQϟ RHV 4a/ uO+#cN10+P$aJ;:äWI'm-JWu{r\b=9)i3bf07 [ vl^N[E y%۾x2&@5.e%xi]|*9Rwꂹ S榯2.n84=~փ܁-G^OkIq) {iB9Ǻp5+7mr`Eo8 d+z8W7PD2?,@A`9q1EE5ҩ(_gD#A,rnvXs${ NLKLF"9GC]dDI0Ǿ b3U1id']d7YU^WLsrkK};b l 3J]ds7߬S&N4}*bl 9 VSI;  bN?2gzQ*X-Ĉq愳豮]}zV('a42X7H8ͼ9(XС5tTE]ܚ.qN8YԃPJ/Zu7d%hLި A(1pJ>0[9-^/&nDN[̀TlxvK#@Q5NwJfcMdMX',r͞3h^~xͶE_kaH_ï: |zNlT|UդR[!.F!XQ?<70gdm?ͱE&63$k̊x7ME'Ifsu_=Ze/:5+:^KGqlY= 4B=ŋk 48PTEk|؃/fO&q[R& UـXftܸ^K|RPv-/syIavp mP|[5` rk⯀? d&@sRkʳS]>u4BnY<+nEߔk STË?޴A5c)I$)wK:])7?dgrVЅ!tx}a>13ɉI$&E6_LCɲOgjȈFݗGJjIk8:s -*saa]I9pܷӝ|ww1>fz* 77c356RJpx1zTnf_8 >tLNDڂE`.ZiE vQ*D+-!Af L~!w`d=vz%\}v:<Q}!f'v*(Bf #0>MmTV# m!61c'=8xVKBkx}Dic}ȇr3d"K= sljo׃6[()^r"n ؗ!Uӫ蛃=8Eܩܹ^,6H[[@nrb |Rw[vPbIu_9s[ %~f#JvI[[nLe~ 9Nu$% vFeU>:]4F*3H؃Pl~Wpo=kNw*1Z* nJ?5d99W\+xa/Yl8BJ{c#5pvވrKaͲZo Io$T7FpWM-N6R~5]`B'&8yOoe{gSZ0MjlÅ?2Qi-8mMS)k>Gvhp%jidLa+ ֆ@1v1dȘ# e5!:&AzM?Pu* qYLtbDR\5x~l^=[ /Zk6"*?, LȒ,PTLwS/t?IN!QgtJx{~PbWMUr%`T(.lV~4QlWcXB腪q=,oRQjgoֵk/^{akv.14(URߍM~?)ZApUj>էc_d뗃k F+qȓau5E1>;rݶ5:>4fFw *į)tmeH)`q)\Tz C^Avv^(|ZʻOXƪlvnz5kbQIN JT;[왢{_=*5r23TsGѢ{gßx7Chk81(Xg>郱2c1U-zgJʂuWBɴ J)ZwBNz jZ6 _X!@P¨߮v2뀊6Eؽ̏`iHCA;ӝTn:8 1,ޠ.O%^df6n)KDZ_a;f-Kfqvơ[c#*A>eGt8<M޴R;H?{˷|-7d^ɂKJ(Fbݱ|=y#YnXQ֋ 3'o[/m†dh0Y29}6"aDO Z҆ꍧ>͸1GVVKYĻXgܸ#܎bCjrh҂]]jSLjcj?_8T 2LNIԟepTXzbC(YI׀U 80N x GD|Ƃu?Q'91s6:n{>yhݺS+@K}M}m=p^Z=EIљ+TΓ~^vqǪvz+ 9uԵ!AqIHl fI6DQ1Qr_+rH>SaϘm sxߏ~ZJ" 9Mm73~тsy-'yߍ`'o/Kɢ#=݄e\ wІ ²SZl/bϦY&6v hQ`pbe;nRE 溻;DUVhEzvK{f/Gwv=?.hB;CmR\=r .1GD =/]\Gw/GƊZ2KʷLG.G|هAd|'zy׽ob$2]o;vp 2zAHE ꇞ{B9.j+; pO u p`VX_Dg@o#SJ .PJQo|OvESkrz% $fi. EDReQ[؉ 6Py&Fw}1(2$ E>9l\t#<CsVlHf;"RO\gbdC;vHߴNeO4EHGC&ng[.) 5.@YR$hCabpm~(\>"ǏC/KAGUa"@p0ݸA[4AJI~[Q)cw+؂Tׇ䈖q,}#Kv^@\MG4`VӰ?("ȷ7WwC'Qм8H&σ*i',o|]gcC_|h rΟPSˉPZ0/DW)\)^"܂E5aq]NfWX ;G!8̓O7+xIΜU!P8}ۈi@3lB _ w|/_1(9ݽ ,,{RQ;qfP.O7QzS4&>skR=g Z~gcĢ?M!(nE#^}$s(uy.i64h tVJHI7(lX돭pN2 ˀ@Ml/h'Q3̪ɉZ]&&^F4}v 6i \'r.I%;}|gE0J*20i,6LTq9X[El*:ATRx- N9eX(n/Fb# Y*qjʓױ=G[ *V2cIBep#lu![F ",kmdӵq{i<,<Ru!b# q+WEO%xO12+Af'/T;h$qdex]p 8,FEđX.1q.%*mSVY5ȡewi͗d]Z-ENbBkx'GZ>1NI6J/=l'bzc-9#ӝe"b$X,|(l|OI|#]cz@!eXؾe0]j/ 5(Hyo1S")ub2]-a:/@L;eDS<[tC*MC1*8h0%|-Ũ&ە"`v*qz+ 2tf{I+IR Quy.ҩߞ)CT-}vN X=oObʥ>T>Zԑ‘w0hbXwsXQ6y:"߅giק2ZBe")#nҮR 8v;NqV螚yT|yτP*J I'.܁>P]ݴ>iTl ͨt&67rV֗%+ZemW3?%NUȋPzܑӜ>A6*+ }_Ri:k [jZyF2^&2IEܻ9 Olb;C/>0ADDh—9kuD #)Ӓi:=$9=*{v7qkK瀇ΐ2֋dB$dܲN@pzvMbKp^Z쭁Kۜ|ulLHY,]~HwLzk[~; r>|~6;+raSP4^6wI^;&ZCXK!ȶ>J}\*DV'tN(C}v^G뷌Ϋ$Eѧ:*J B FI y/r0:Vƕڤ ^Tfٳ$0%2Fݦ p[E5H$(9=zPW}}" VyqFaaˇ,d9>?81PE<Яs/S*^%ҫ)230;'pm.Tk -j"T+g7?Z@M4_-2Eٽ"*#P~EaxKk6Ip_ex)\տCX:9*^g ^oۢ}T*Sq# x|P|#gRbCۄYz80W_ڒ*`T3'"r+~ ,9M ,<0C1Y†*A|eɗ8-Ii}At"u9N][ΕLE'$yjXr:E#tk9 sp^Ml(^+s(9fȫ,y"/tW+ɞG#"utpJ9a ntBe](-vzLѨ8Q~^D/ddVOBd\T@p 0 T!z%/P泏 *am$՞^%F'9r{{C脟AA!~v2S~pi'zA1(qBE^RwMkM$=:8cGFCFܴkVG}ڰ|_#@Bs<YjnC&pYMPDmLOL0֖VH% C |zB"<;lD5c3PpE,Y"Փ/]k$Y (tҫP"ZNZنYfnh:7*~0p¼PþSVP~|&^j֒hf1' !ɃȾ`VdHȵ-mzkHngd8kn q*) !۰KwH5G|{|,հz/:x[D5JcYxr_?@Hxb FGNkv[āsp1K̜ pOU־ypwdamα %3.s ŘWn rᰵ`ɠ.S~[G;ۭzQ' oڧb9 )l(`B{UiACv/A~%O,tnƩ x׀ּzĥ8H1yJpwٟ:D΋ΎR_ j|DkO?h <52Vv1F$At9UF8=ӉFC7N̩L%o>ɴ {$)ް9~~U5*\:1_䶀c係g.u/d !!0gP}-"p*6T?e(9{VĆv OyDmp_KCm<{Ь散:Mb>SQ{z4`Y_Y@XP,h@n)A$\JZ͋ gI;Mgc,$Mgq=vM=Ia:0_LK~Y&\ ' wK ز8Cc 6BPI6)`e)Df`2h)틘F{ih' -`vU2v~o@(6' A 꺄^@ H<ޥbIɝ3x0ͣ~]O\"R%z.鰌ibHm >%踵K" 'ߗya3"k)z~F Q-. Tw4(H.&$p&Bܚ)'&{"pXj_!WDz[Z,UAQ-osRԓ%qjQl s;5׷TeS[Yߤ@LFxY4 ;ӛJh74µ ̹kdOL,F:EM+oT:EM@yjǽ*4M_B3" |o`__O'7TCcᱷs'wyT`6h^Ee=;2mSei=! ]/P p$sH6äxbO}PIXU% k"P"H+GTo.{_f@d{%ak s K]_/ G;@- =aK|S haLE6LHKA:3鎺TfZe}k{/Wӱ;GHJuI3ݬUzX`\++K0*d.X*5n-ص GGPr)X%@rn~@jK#J}ism=1.9v)}[z,7+m8J5Yc* JwgTm:z {z%N\܀6k d :;અ &vP˟CVLvK1DZ]u7& `VUdn[̭A&ӆ`5Cg&u|O@O& zsa}8^5Jf4 ڕEl+s3j5 nV&aF%qxN#=oǦ#NJCmʮ+*^=eDRtO(OX{s%i&egu[vRB2}򤯴HTr,` )qD) oTc;o Y"990~󕈀e$e# ѿͦnW+g@6xV[ATY #Q0I;(Lz63c ͎?dmٮ@ckbR^BGV;7vJE'?%M+VwBvu]`.l*&*CCR +k =WLPp(e$ev.:u\*;K9Emlz!E@HwdOw$f| YbsdOr1a oaSZ?6|Yy[m#Q2ǖpWFY6h&Y<$z5D44A$ehNmD|b6H&6ONujXgo$7TC&m һؔope w{hȯu-Dy6CסNZC[ORr&_TI7ֹ)4$YeN:`1g)|Mț9+vg}S)c@-4"}lw)B_?+4K[KFj: yjw]sG}&p]q2$eo7C,]')as5!:,di+Q6Ϫ]K0@'a&V[>Pj\_ ,jLD0Fn-~S1Li}4GSc[-TC6{N~)۔7MbCq6wq {~ɫ}԰gT+|#mi_LM9JPrYfqn!H{)=;EE#ony}'wf&Qv?6P?#~W0^a;===x+qZ!qY(EVĄ*w>P㖜Q/hqe՟d i*9 MjBn8s$]1eKuչ/JbǬK}Mޭt:b@"6ը Ehɥ} s+g?_!Uӳ_E6XL>?*S ;OK@tm-J#sMݤ{o-&$!矙VǛk/rҢ/ܷ]9T3 T*( B9: ٤Wj& ~PU ;zdiFiYA&*<榢6CEAƦj.;'T>anNg- y@\B)ͼ1dv[EsZ5ӎv | -(溕&Gͥ<(FZ@BgAjpmq E޶#¶ ϱ7ao+޹Ekt魖Jfd`XMJց 0Vb\bfn]XЅDTӇ83CrH ;pS0ŧ9!;2)ah&;3 qz@*,g~uN%1۩T4 +OlA^pcmW~jE.q} U 6ˡ2xr8ްo5o5J2_O5?"o X3= 6?nk^=o` [Ԭk#?>ɚJ'~($I+$ $* 0TJW) @[Mˌm\B$E@z昒4ehBWp$1v4)ZFR# Z"^s: SQ4"ԂܛJ ] W[ @Xfq>زq]*IԴx$sx-k> :h+T07禧D4ā1!u#G>d·iǓ?8 jn dj7 0Yh.U}}WoFCb6#!pA;z@Ί:篆A{ !Pr7^ jrf]3ydr`Uk@ `7km0rZ5QO`DzD C> lCKCOܨ|U@jdZåcQ,kyAAy"[a@@`SD4\/346/cr0)HӶW'\}6A] ڂVV̛3PP@ۄ=!S2Bx}-hZHq`ɳÉgT|Qv^92\h'(CL+SϷp>hUl VZ?\+UKFtym?&~2;.-qgAh-bHR'0޸q&{@9A36z8kV-{O`ٯS纒pB2טeѹ/˨\5xWk&R OdgA&?y(T7ޚYz> ~R U7!7ZG> X?6A<8zJj 8jZKsF^Y;֏8'iRM`2y4Eh0PhmmNKfw 9ٚ7t=l3("}MX{VO/68PψKնbp`|`OEK >BMct,C[@F--Ɓ8Ь=|KcM_w"9 ^GqaT ?B,iIN V5&GuגSg(˕ЅosX&{COVLN>m2?@Xa]<#|A8CЪ+(L$CF? &|oWl3]))O5b+d&=n"UߘM.R> 𓿼^(|UeQMZk&ge`xe5;<#\ʶ`'wBMwXɡ?gW^tNiT@~^&Ypo$Αw5bDx뮜-;GߥC&$f*gPnb3$D/{ѼqV=4Zi 2A`bOl+Q <$k ժ!I`%JV1Kefim\QW:5QJOid9HSv?7lQL9,AnS!%t^AO;zl'\IRmWvAʀJ<GN$VIͩ! }~&ߪ8Id \&`muab+`A/L 5vcd9 z-C(~'[l_xxHUJ2i_wFq*S]ؓ0=?33kAhB9d=pRl;{I560(t85:#h(Nd=އFy~>䇤w؛Nnsd>+^ ~郴!N&!,Q0d٨p* l0aZ&yj ?>^<jCDs-35!Culz9&ZkUyU~< Z@:+OVo΄T8vB,zC.&E 6z\kMSZuCݣG/oaʈY&6v bb Ln{ j^^yVtɐ9%q)(Ơ*#W`5l ˈv{9^C`*Wip;)&-^U,(};5Dcl)^kv/x|=;LO7ƙ\rקf7o){U>.0^g(B{䖢{*³Y9E$[ UI׷>?(zj.>^&nf&l;I:+[L6Ft="dCJwEwi7}WBx@.\"9$LJz!Q)ιsg0l8z zxEH/Ϩo Mwk5|^ۨizPD4-cojqpbT$dVxJҶ< H}#.K{<tdL6Es}L8=Hf:;jXIQnB p岊;Y_acX=Lt BZV;dvᜭ?< DtI@>5:i³%'k6K6CVbZY[n:c̞4ٞ"3O5+= S$LPԝx|J%K3ĊU#P$mC zOs-ɷ:Pfou<&H c֭E$>8:,T7 w?;͸55fn0e kIy@'.U[2|M3m>͖F5F?ۇRVM7fԅGh78˳t~X I)_< +w?; x%o٧8@s)OĬ#115^aUIv,qvC 0ށ, {&M Q!&rO }w5WWJ17b(o,3{$T%4ҩΨ&GDV au;L3$)x$>Ր~ԧ*f,pSU}6;]`*{*=kUGuzvoAa;ѵ' \. S;/[^"߸19g3}Iܙ@6wvZQ(E^#̥c[v%VusK5ȒguD؂uK\[DTY OsQ쐧HV7 +ztt  u^T>MX1LjTvKTTD+;xǖ.$4U?;myX;~}O\Xj$z@{dpUzONn$`gKp: YՏj|11y&k|#=ퟖܱyM<,RZ{j2Y( cOI6|e=!8DֱKWڢf:7|K/ ~]jxUzم%=y\+1Gdd%gqpg` u oKv?ՊdSh`p:^ DŽVo(#ć1 x"3K!6U*=YiH]NIQ MLnJ?{1-b2b҉l L0 h>~G՚XZXBYXU=fx;lp$ ד"o>zoƥ3|G].bIȄӪb3ףș_D=YcUlL'+$G_7e+Y;Ցd:Rb<>>FxU}fvH$YU"c~]8 Nfmµ:48>NmKMh>e9(JUĴht_zOEB9s<3_ h@O@7<`M2#S|E_a1J81^fl )CSQSE,Le*b`S uf%5&etmJ <_ 's fZ`utҧ'ބ2gSvG ьPUrOKEili C/v~mBěiO(6~'g}[_zh4Crdy=keT&yx}vAp-3ڜV?oeȯe8YcO^w,?c ƺ!(KpeƓn@O6;V_( Fh4M`0 '7T5FqT?MHDB&xqȭLnLsQ 7g~p7mnj}GiϠ]$IGռ .n ]ZZRhu|IH'XMb+fVF{'8n%gzX;/xAƆFv~vD^ܛ(r }9GTnF}Per"!qaeh{1[OfBz.$䲧XWxr&N{}׺cM +b[M#pF8bʭ3J#K:!].,\]IU]ʅspH8R/O(ؒBeu$^ۦ{jlFdp vtaVe m~u %z~ Xwv %7Iڸt?1(HRHKtPA[2 \[\;8:yqt bc.UW p%;KaOR}"0öm .y@dxv)/!*_-$k\>c/#b\vQyz?r-hK/W]sb"/%XPIA8 ZVQ2z+z`]mL'6}Pp:,/=!= bى0lY罦_ alK B";`e]8:]JBOCXDZ?F:E*u5Rd,U{e[2ۯYJl`';Ѐaɼ^s$.oʹz{bl^`k0|S,~7I Kbb|-=Ӎe{qX૲WTd|Ywت}HSvE$u*AHrB+@t@;H|t`Mτ2tG=,^oFSk3?A3H ) iUWR!L!`2\Sy2t0Sθ-" @ L.~csϲ/uzs{^0 OF#hǩ' @Q5.#:FDD= 9Ln33s"_0;l'ZJ%Y I`hK[6| łϐ Y5u2kw}^|N@U KU~B1ޝrr&{ ru,b;kOg@?]Y7mlUnuO M_H:V+V>yV$MH7?Sy$Nf2),7Q.E jv*(;߂`dCx˱%Q4h7_a88bs\N\(U&yTcl,z]h:? +E]n}8Jz9wc oUB 擋&|]t;^݇ʻ.| Tr]4Z[*hbyQ*^a<;2P®-U ):@|qW/:=&.]_:8}]]xw^I*HAT8V*{@Ls17߅tFZ qdպger N0*BziLQ0wDB C3/iaDțňyO"t:Tho s}jU}$]-u L=~"Uz0$1f:qQ)c۫.z@8ݙfR뙱"{dY-RBw\.4m% ;ȃWd EEkLܨm,kAp|(rO%mN# 7<0LKvnZ4b-ttś[k)g^1rqy#<%g@xq٤(Ht ._.>s sRP0v<)moÕ> OlFҊ7.&.0?uOoh Uʈݎ+K4\S9(Ál~wш#PK~Ҽw4v/R=k*IE~ Iu%fuKW` {kڪmMAsw\Q /C-!X M6m}nmUp˗eb?'J   5_ %4|a(?xg_"a mkolIg;T B^ŠjE"x-63-C8ub0W0~l6ø-ۤ}^ogRH',t 2A 4+JݔssG_Pl]@2T1hD{'9* Ns'We k,!: :{CS%QztRfCN7O&Ez3)'@'>ɫDaɶm, nBK[u{ V"}p_a%ɏ01M/shOZiXK\vs8P6{4 Z]L|ooمVvO"o;!Mf,RYǴ w󖣾K 4PIDGMߋOndf9I#iIcr 0͈ 8Zi &EB0ML'v>nu'I96x 2uG3eQ >m\?=/sz|@NE ³8D:hY B<DHܩePn>bQ5}zNO/2#s`.Ԧ%9=- |t>y a{o:&kJM>w|,-:~%>imehpٜ*SD' 8Tovf/ 5%4(;[JBr/$pZ,Š;)ǜg=ݓ;B+(]d<"B4\s'l lGa[3<5l2jB?ĉ'׉Ӊ1N9EAl`̱}$`J[IQc%1l>_ -a19~~L; eN1d5e!! @ix/j^7.Q[e;ٝv a$wzuz]2u` y]t梫kXl]ŏ̦*u̹/U~^^mԈ鉶3$}9ڟȨ)h@D(g~ 7ѧ~t") HB14/f+zNɶ YZ