postgresql14-server-devel-14.12-150600.16.3.1<>, Df~p9|{{xQ)0R*AI[!pƵ`H/gv,(tw©*ǘ;Hi{#H G0҅.~η}ç-Z(Wvd91ʾ^öS /Xj9FW=0؛0 aJ-P kJ`S.LsQ [DF^$c9vǟ]Gnpf %E.@v>>Hd?Td" 0 i  9Ze {$   .D    8.0@(@TNOTORRXR\R~(R8R.9S@.:U.>d@lFtGHILXY\p]^gMb@cdpeufxlzuvwx yHzPCpostgresql14-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~h02-armsrv1k^SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxaarch64/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 / KFC: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 c@6Di@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/shh02-armsrv1 1719567635  !"#$%&'()*+,-./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_Updatedrpmxz5aarch64-suse-linux   directoryC source, ASCII textASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=39921537265ce7863544b8004fa99596aa7def69, for GNU/Linux 3.7.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bd3dda643f7adb2621f552670ae8d67833d247d8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a097bbff62920f9dc21bb8c90247bcf15aa45bcb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d0eb4799e3ad5429f8b2c9c01bbfa1df74ff5a7f, for GNU/Linux 3.7.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RRRRRRRRR RRR RRRR RRRRRRR RRRRRn.sTOmKpostgresql14-llvmjit-devel14.12-150600.16.3.1utf-8d08aac26ab82f0d090494fea3fed057dd55b6ddbb7cb8981ac31c2a5964e6a0d?7zXZ !t/]"k% E0#J:fV!"fev77!XCjf'oAZhx~Zdڹh:abx.VKmҥWU| gO:F㗩LT$ݣ[Ž+r ҜABїJ޻;IeorPb`v!]s$;`LJͲ)0+5nl:*fً (22Y=m28Fs~Ϻby?H`45z(87Jf' d'e-gZm/욛x`=b/WӚhq^{NQrUbkt*(9DwINAka$X,ݎhuf""IG>woXW R9@Pž6pMߖ6 loWܜrZ&H'z1\l;wL=CTNAP Lp׽=I7#''LÝ7\9Q%L& ^y!rtBv?[rKob!FnXD%kh[x*°Ժ4m"1 c%Yng vjQ̨̔WjGFǾD=ٝGIieA O܀$suzj\l}lgڥBGPSQA26&yVl6D뿌~-n /g@B2-NKmF7kC86Q@ucE'^q"^OUZ}*TXC˰ZWK]>E WhN[ tא :Z/&j Ɗr@m`'? Kk}G'֭=G:> /I+8!7)wЮ#H_bwH1a.*Q72/d;}jZ?MJ¾s3 'eڛm2["Q;g^OwDq_( 5]v pCm'Fe:9hCVO~KB °ĵOjh~7lTl(}(,boêZ 5 (h0)8Wx`uAplAphr وs3P.FQIWrb&"R02L9}$y0(:0ٓ崆[vvtFcOJs,L X˸ *}'f. _1+)a>ȉBݥq(w&dZN(zPJa7tM: 4RWKKCwe6"TgQ}{5 ^%؛s"Z'ZeWgWYu"ŶWw\b i2Љ'LE{ .x[Ϩ!H^=ws tTSrJUʴI' 6=h3vrF2jY#g\*嶙H%)!Tr,ݯxR#V5QbRsH *1"=6&xTF@#묫wX*~@re[ 1 v>bcY&:Gؚ-;OQiMF>d2% (WTP)4>_Iu;ߥ,IogObɒYضD:#t[_RH'ih"^z!(vK߾$̫"^,kuW.;YC~;N|7 /Fα 8Cw5A@d8gٛwâ4_Ѵ:)s(׈F8 ؞_".JP/@4͆j/DtAhCRcƽW}Z' fW] 9͗I~̹Q}|υBE&bNS9p~M*N6 u3!).̈i?QJ,.Q7X BR9B9;N܉L: kh…ѓxjwfIn.t_˔Q8PUS~𫝻+e qtתb'cIu-I(D \B~Z;T_ΟH0~䈴|lvUb)}K:@Tц y ح,/ikP>{9 ;:y}#\ЧH{8U=Q_?7^H-CxBdGsW |vȩ^2|5%8Aݲ+FPdclv_;[G`ѕJҒ>#(Gf+YR&w=&a!,AuW(eFmD#Ͳ˜ , #Sk(v%ՁJʼnd6PqOL :NgEGqUz¼Q1>5HEFRfoaÛ , "%łpn0H5tP~FDK2ۢiD1{E9`U>յfCnޜt!9& ~@nC3*&KY8qygqcpkJGij'G(k \[C̀{28mi{}T;]9rLMBOj5qzdK}r$N RɆ̈VI!Zxj?ԋY{IT͓ >(jJr?_EI> t:8& |vVvuh3cAOt>ʣHss [Zh+IdwusRySi!g&7ŏFg ?ߛ f;.wI:_m3.6ݘ.JϪa`ff R"BfAV2_9Dki зw M$"GUG ?8pxXzq !-$l\Aj{E\}h _jRDVed] u.9pczָ;;Ͳ0N@I.K۪uk`DAHIFa>U4 Jpk"ʒN}Xiexc;?W"piJ (mٌ4ikM昙.E ~NO@ǔ!asZx'P4眜v QN.1&+~|R(% 6QQI୾.0e,{5nA[  ufEm=x/.Q!r ̠vu~ f6Ӏ rTֹMn{"u܅ع)P;pȭke)0" X)_Qe>L[`VIyU?%v$R$I&X kDZ+TDōd[t^"ޭ2fK7?'ޅAn| :: ,.ӥRxhtuɑ<5nfq ~pakgvXЪ'@gsʡ[^< ˗@LO*|GUcII_NlA8]ZZјԙajt"P7]Qŝ(O / &) Ioa ~U(1"GR1- ͱ`ӛ"k$G,[. P:l7,¨7}DAɭ<|K2fB \tm\eS \\v|MIAjNLbr*C^q%q* ժ5%H%cE{4x-a+V4+JX݁ z` zAnH0?+x2cA;%i}Xk6u8˔SNZϵ>1'~rgm+*E+T՝k;QTh eTl-{9\omZ'jH4ZY0MObsx@7D1/NNj,sA[Vr iS6fVcm64tW'BEZE/"@k^E੩5Bu,!aez.Y*g8! RkqvW05IqF-u2Y@D[z8G ^-[R+W\̦=\\rAr=mfM ?g=x޵Cⓜ^j9skw4X58"$ְ'D=BHKe:Sqy>:14;Pf$s# Nb/@c#N̺O-XwrY_2o_43anҳbOv k5'17ƐYnٴPVzU,NCj [JIw`?(ykz^lzoxo!O*4ˆPBVH㮴MxpwDsq@fqMlM!mB">#N TO\u* rYb1liǮ' 2P 8Ig5/x/ԱR% s-?1 Tl1ZW[:N(q,,0 89]7 g9ѤVIpFQhrm#g\glY^&qh*:]D_%+u'+XhAZ:K,d=iw+W?29U) ޢb)$N EhM!Wa}S cuE㇬:oUn d8*+"J ?{rYVb3%$~ $W~tz6R`CQ+[䧿U\!9ǃ37٭m66JĞ$3v#{Mf.y,VaszN/3?uM5`)7o/]\(T )x2,K!!tiK+u)1q|3'?OϠ6;STb| wK&-KX螟BgON s5;Dvaog/IYn Q#`g_&˴}wx?Ε>)W&$糺UHUlFӄ-tVL& ʫpD@LO)uq#h[δy~毡]@z|+gx)$$P;6v3^pݫMtP LDZ<橢zIkIMR2>coI:s8;V_ΥjrPcƎ?}=*%wqja|p~[[ pv"vMXQgΉJ /~ɚyG` K_(p[A^;hLp7r y$槀|7 BC 234t(BT!|BN=1-øg+fJIE8'(?A׆c 0 4&O/?t|{]`k^Ot$Yn bϱ_L}ym Fw3k{g4)HeX or]/5'V%>uFUÒ?qTYKjr#dsf[n~e(5]ؑJ{q 7=Ǖf7];E8.F\׾5dqFq2R{$JM #76MyU [뇃8?|)PZS\rU=hRBa+*S 1yfHEܔzf9А67E1~I .[GVyGb ITaWry|zgT,#4&Յ' Es}ּ>@ ǵ_b8HD:fE/o`9D q8•6h\x<`ie!}n|ZRYk@rLhGU]EI љGC\Fa^~CʰtB=o*kyhTS- /fƫ7.j3@J|GxA rp gծu_|i0g5j|O#[H|BRGT lYW['{j1qŐ-Y퐈[K OPӚu=)k9 ۃ.e.1>7K{9y3=>]-<KRCM1 Ey,ᔌc4QOAl.Qef;H C?;۰Z@Du.C c}<~a@sn+0=e$鰽/qx/Gy8IXk&8}\2E3eeP{z;̐|}~N^JT+XBald Ty'Z,4MMV7;-D[SaYTOJSǂdrZB`1pq93Ax }hI>I6L}ԫY(>utޤ<#p%9G z]<-kP!S'rJ(=FuÇ:n2:$k//aG"s2`v:f[\Ot?n]z49[Rchk\3Qj`ޏCRZJmr.߅~w4^27aM/&{pT\& 5XGTeo\NCJ9i(_dS)p ,'{WL :^G po蕢",ٛ;F+[K$T(poiE!ԭҌ,[} ϠoSx@۠HQE/.=V3F@uCƆ|lu<_:h b!ޠR/"Lj/W$]X.}@@ڏȭRCaȃos}Z'R:AUe/##[(&;3>SWQPlOy>kl^Dr؂ Y3{C~6l։*Ac= 7`zqBe622(ѷYFwbᑪa~9K| :wG7\E',{aL/ 0Sop;IHa$[&` t{X]ΜCڶKU[x-)exI&k>0;uM>Rq6^1(pE *G2>)^S%". 9 |PJ;ӭ[ 1oE 'D0։Z"- 6X oL(FpǓƟ)7g3L>SG@ 3miRpw5e/W3BV54GꌱgNhJ8iRAvQܬ21h _+~XTd޶S{$u=kJ0|?Xt4uĬ`'t^w8B=27Pa`C rsZ9 m;X¢r9oQsDy{TC_ zlh{dCР wIbBcx_UX>{pc1k lq.ߓWTĔo!/B ߂SkwܱJ&7Nf7i{RXiCylj^2NC;4'Zl5&HuPrb_8ؕYs}FAAˈ` ڕwg)/H/!G%nyIbG7l9҂tvܗfV|XAhY. qXa!6b#sҞ[~.0YQNE?sƼ T4Uf|زnK9W?ˑ|a/(nm-kMp&[+NjCjpFYw2LI>3ݞՄ•Ey`8aU:ORgNET ٹ%b&~=kΛkQK9ǣ'%8e(4ɺ^1A7 p}*#`fmPN?_d9qj(qPEA?"Q4C&6(I[}1~d2wI8pg5ddɱd݌KhG45)'?*1ba* a@zi-bb!LP!4v/cY: =i|vRM=N_Ik :T\+Hq,rmؼY9ǰGchTלcSfOU\yF 錺9kSМl"<{6*Jf; _i##BC*zio9 X4#tal51I;^x$+_8jP\:JG>{RBBos Vǭ_&ŕ&y{e2y4F90՜~e62=$'zC|Z@zU9F`jY@"2~#vx'a 3Lm9 mOl9>϶n4">ה½Շ$̷;8фkrczĚ&ô܅YiW?Su<?P k??3҉1t(I $ E6MW{1NUPJ- ݅[ :Γc5BB%55ZZcG]$uJqfd~\$WPcUY ӦOb&' p-Sz8kai{?KzsxKzN|&TDޟjoQ$(>67~Wb?7[=|`l7f?ן<ԷP"zu!b:ً0nݮh~6M~uw]$Qt$!1A*W8塯"7aYLeQ^w8/?D6Kڏ۝74Jr %=gd|;27TJ5[fcK:B 1 6"gt~Ph4i;TPOd-i$#_VPe15pyhoF+N Y@;YS]IɈM:!:i[lGKDG R*tv7dXTe%vm[j'wٵE@>^t95MKt^W 0"YM؟p;D05< #t`$ cAҋ d#׹uMl'Zj50~!⽮u{Pn/툦'pʚ,J"/WWA8(,lHҜR0"=@ m!= q绍x>7ܫėlCS+Et7(TKqx 1fws[D}%n,@Q޺%6딿Ɠg /C 5 nzϠKC 7q~ $-niۃ<={Pie`mWLvk"/\x"|S-e)^ ?Z<ĩ=)ɪwm[ͅ[H{wAW(VnN#\*F%Cȟ_Mw *]YbiPdNn5NeT~:U\I."*FeO!f`8PMV>*®H6#22x5_m¤ʋj6 & zuz{αSi}NY,EB ne2BbH#8w n?%`ulh=uƍFet_Jݙj!3G$lfeG1GAk^w.+BBAD:g7 oXj0)cQݘxK ="M_q>4فY4MgL~cON-l hrTᭃWvO%lԊ 1ohN݁M2H1b.kg#[$beXH^8"pHLCZ@u$9d)ꓝ0! o'4ܯ܆b@ :7N;hU.y--,CoϠd8- u`é`]h]]OHKIeFPftn@ۻs;|CUqtZhD:oŎact+L$Hi&Z Q%v͙z4ֽJ+$.M9#!>l+p^N2BAgY \X^aaZj-3(BLɯ7L2`?Jy˖9NQPfPFko 0ws,V,k%wCGDtJ8_gИ(+^~,/@jO0^zo= %9lj$Z>\_ydi 1P|4}G-`A@1CYkAFaZvq-Ű$ ԃد5o'ZRj 7Nًi"RiqJ^xg =~uOqWΈS+HnUp2X=_>;NתM-j;,X=#†a ʙ^Dk|ǚz(Ljj[<51k*5ku{ O mgh~aŷ|ZA9}.Pܪ%]?AXW*{N2j7Rr]סp 0muMLxq짾+n&/DGʱRȩ+G2[ʴ 3zX9l}s6Ы5(K; cX`P2 /ms;h!'.U€hC!oTG% =ݧk~0MSx/ָ̻pA˫1?sNʔH@Oo?B5AD)t_ˎWn n{quj%6+ZՋ)/gwH(`/cǿ_Kyӱɨ./' Hճ&EG0F#\ O+)@#c?1ekBlKِM_I߀ i4%ch頗JdjKVTےm`_9c-vǛIz~(#/eV:ro\XEK?u /뜓#.<5a}]ޥPỊT*l۰'/8O=0ɧ&XlvA7is"$,06 8'I+Zɍ8"lB$N@ٓ(s&,|̷sImܸ~$vX*%")ޥ=m4rqsCݶ$ZGOң~sा ͼ|azeGd}z}iS"?|>{336b>Ҹ`lfoKlY6DElTmZ37nȿ6AkxX_#8!?>qFZtA#E:sr.<HVҌ ̩L^D-}:::qϨA!GkRz~ַr-J\DG i*3E OKOڅʟA і"/'4_:a]8ʔjttCh|F虶֢@#CZ]a @DعV> ȯ9-\aZ2c4]IH1~@QyxR3pS5U#ʯ.zZm'Z:F2 4RЁ Y/po©?cѠtn SAiY{,hDn+4Im8ہ7OY [њIefZn:\<ڎheQ*?PBG2 ї4jgG~i4$#3@pT! M-L)z`,+NJ:z",Mj1Lf,'Vvl\.(7sa~9j+UX`kwA?>?ȫNogig[4ItZEAw"ae֑R֕ع`@V #l|w\dh1^`٨&WA[m"&]Sꚓ*i[l(#@_wg`uBTsU[(PR!+޲NCd3.0?Y8{uVN'{i ivfZ],)Qwg&9˸nS u)ts,f4 r@$`i|~V˝~d {PȴIǘF &]Ă[%KbDhO#W`V7#}/16@[>6srᗋ#SJ(xԵ"f4ܶ,ix0EQfDհohL$#U.f&_ӵتȈ'#33pQPx4$ţνAYNգF]%61tIA%cȉ/<:סL/eeR~STL(ˆ݀7#;B 3RC̘;W܍ Z8$jRX3q?C)o~SV C-WFwZL']6yܲ:,v_@ 9}8W/|1 +) تXuA`#4@^Eg^8qF0_68\z/lIaɿT`t(Ls9YRi1kRGf]DLԐ"1 RE$rj=NHڝڰ"ߙ)]CS!jr9_SMRX^M]z[E5ҙf/~~q1@aנ?ͣd}y^!1oʫ# ځns9gkbHH#OքFEx9ZRTo<x _c?FMVw;*n@}~2׭_(`({a. Ulw:)䯝?1K%Ư+FsXA9萪2G T"D12Qkn𶽹jnlT,*Ldb? f1'Eք=$ciw때OXjs`xO}wBKJ#ִ:l(RX~ry.mblkʾKv٠i}{z&۩GI4ni8;,osIxZ'y9\*y!A+і.$0:yImUpʔhŢ6Tip9DaF йsIߓQ锤8TSCK5,Ǐ9g!6{CP" H1ȁvAS?bQq;IZҳLa;O4mJp m :cs%Mf%.`S#p͂qU>y*p9)L#P] {ۚuO-q:XXȌDLyhucpkc4fn (rp! nn"Y|̌"FT!OǘJ翚{9p@wK9g|D #  8o ]ށ $cc?˝I]wc[jd%GکQ 8#4n~@KUDkP6T9b(o픾 &+?Z7@;VbD3o0E̿r<kPk.`kujaYd иKON^iת7IMj<+Z񆏜GpjKnDv ]: hnB![7lFZ{Tf;P[nRkĿwAikOW-2h'+]GGRݱx+yuXaZ7՟"}XdT}+;ˌ+&S0%>2:zNO&]mײm*$'s,\]i d}Y9]:U Rׅ\C yE.#OK`_GWdyV$pXqH/ҳe"ᯰ?ZGuoGoF.w qlP+:Z]MudW{ȧ&QKF!nI+P9gz2M3uk#wFJ!d _qOJzT1 ]1|k8 WnM@ء\2(e@ݫJgwZ9^>~5w=>UkY4S0˴2xy3^ Kq]i3ګ"5gxyFv3YpovPriJ"W .VQL5<<$ _1 iP%T.}OgVmw8 s-,em}$`Ɇ(n `9׭]IӓŘ PPNT&S,M5+!osQ;cȢPz,Pcr}InrF™b5b%'z"=fEвtBv 邖0$>uVlE>dZ#$]zzF@CٞPJׁn~`$ߐM,GW0e gA3Z0Uocx;7ά]uˆNU&9yN:awPh&YQ@sl5N^mZXj _,GMl.7~Y2px*E XM\D=x.rQH^Yg6UC(16 ?,<)FghԺH/M'4r,P𧻓9ڋ1ߏ&O6 TkFv> LsA?w4+i!1In}j5jݡ罗(pF!)O;gvBjbEg]3[\?vY k#b]tF{St4.=Y"\H;O-<+W`ܢzv:)5Yvd$$އF,}!tXw0LwmͲ>kjO˃~^[nft^2#pߎaS7<] UV(kx;w8y{MnBA ':F#}=ګX3tu2} PL(].'Ow C}I%#npՔ#V÷1='Pw ,i)!Y%>=N7hϐ5f37>D(q݁#}c@MX $99)['ҙe>yzoMߨ+m/WTŴ"P$BX4h.0M;cO(kHVk$4( T j2ñg<sՎ)(BçmsbDV]# H}7g1dq`G( Wfs KUV6$)F>W >#xrI.H]E~@f["A͜HZxF z3&ȳW|Y&҂yu5 Tde}룻tƷ7װ8CII}QqbEKIv%v~C-rWI',k8~% GGG?Q)W'C m3& lk .nٸ\dQܓ*3p:- Glr]i/Zt vqS5!+H)sbVOO*4\Ĥ|.uN/6,B~U֔:s,E:bnlOTgYfs,*ţU0@um;s_33,N70* q"YJmJPig {u6,f> gUiU尚ZLFMs8'wmbw5ٍynҲe_#vJN6rNӨ99_UP@G@0kd7ˡNp@8'Qvtwy%;ϯ`kaN5 k,?avdIaL0=/w"k/H\Ѐ`uEdّqG/ W0[2lE Jk=ɎJRv)j7$gh=Q޷ GYɺ@"8'Wyaߎ,7]ߧj9dKraG0ԇ׈52CƺVP>;L.#0vqW EHc+'|<" !&+݂R3dd BvaGZ脆F PˌdfY rE+]  nOd=*քE&1(e]Q*&F#Ť\qcq`5$Y e .'1tփ{}ɊgncVI.\&y#7VSPmywdJԩ31Sf#4A.OFJ}?nnp Ƥ*deE',xyxHgaMR^yƖTBsmڿSi#rf(\+?~ȶs%1=!jMYPYfYVqO{βSzf1, Upi 2wk ^sZ@VUeJuJ$2pO"? }ZWWGySIcy|6ůp`ЈMqɚj.XL*-3[EF6Rra#@wк #جM=I) E](~~KIȝ;~S"2]U'[wso h"6}`Ďr-kf&Ox>ٰFmWj _2 (ifu?n]D-˧ZZz8|Eu̍"v:))N"*A}OBB(Fp)OU@e&JQ:Qռeőv !5.a0S!+e%)QDm{N^` XFmnJB0(;.> YBlxW0EH)1 nql1(_췻OR7 ਢ#]Oo~nKPaDB$tw+55;ssd%U,nO겻_m}g`9!~jkE$/ƙ4FBs[rJf{AաܫEͰG32 [G|tg=#Sp#=`;IW>E窼OnzI&je |v,HxQVL9vO*~eNaO.I4I{Zr{:DcxoSftײ7&hG5wmoݵ×Γ {%8 8mt&=y Җ'Ic 8GxMz=3!$ՙ:T@Yg9#rɉ36>A'4A1kQު_{62r`D_IajFoLi#pKf j]Go XJMCqNc)"":wd8.Ie+4瑂l\Dk'EHZSCZ[F->Mדy 9Մ p< &a·Ҋ #1JU0HeeO'ܼUs bWӕMY[p`C'||ɍ\w Ŏh4Ap9p@vǷ2;)8UKM(?Xwg{Џc J = hΝD5brxHn4*6?~5+^ICc?9`l l UۺtߕR2I5qvL; W ?\{pr+u9! ޾&d0\Ee9K'c:Oidvk=FxS DjoV[;ve>jl>Evڱ6DU\)-ݤd^ۥwvgvh0Lדxcخ>%%"GE2XExL5w:|PaD^5`mV2v ӗ,435hhJpcX2c5#@ ]:`{#g{6}h|Lp+aKǏ `L+3s^v??N/?+ u3cdJC4(I}~Q]?+َƸNrЃsXȑ64s_]2KϘ*h3y+@ݙtKi B $xƷݻj^ qwmճ]9ͪ23ȁ{V;uYl'ѯ%KG&Dq_ZѤ(N&7E"d?)ޡM\I@}R2+A=CWi<LrF,j!g,JrJoGcO)RqltEN"Vu(JzysByq|BnYHg5jxw{_*"E0;FvRΨc&ZkeZNW?bG:a%'OS'^%7S'nh{AQzΰGs'O,k3^j&62X:͂NԍD&~8arcc ,9bh.mBҢpu@5xV"/2b51+TSO!, m9F=m >tGCU\ Yתǭv}DdFH~NW7Fn _=a%%L?I);[pgB@03r1}; DKm]H\)idr[byIem=2X4># pnL'iX;DDtc T4V\90tzaV0UJU<gR:}ƨ6BM]20DLr=JA6O?Gvˣ7I gffC_W*ЧUhɎGz:ޝ\+Z9{M`i$|9V47aq)=ddVᘷSh2ш2bzMRvE 1g)H6Pz#=ar(dr aAZ! };sTA^s+Pg!K-t\b#9DG 7vy9&ft)rJ%d>& NWnPnF CoS"BS'ßeCCvdzs-vLޠ{hIA3ut ?w2*kuZTwA:A|0pɕ1y((,ELbώgTl١ErEMc)VΓW˗xRJ%D+s [:{X¦zBȆ9z)yiP<ũ#ARha7.=`e 3uWՍ' V.Dq;plJ=GDp +ֿ*MUE!!c*CxshT4sqlh:ҚlؠMDB@6ꢮ |?@&\bG75صMy; j9,FW< ,d"Pd_ӷEp#J{A&|)~[o1CAVrESA"6DؓǣNR5H[4N< Lމ'scV/pwxpפRGO+٨e,PLj+okgy"2(+܁Pįf>y%5񟂘e@+b"' /: $>W >(9 d)cI~0OZE^ n$J{:`sh;{G""I+w{Ka^C^(rԞ{u";aEeHdYG8R pVu#E^$H"DrwSbfmHӻ QyKMRWSЅ1xA3Ƿ .њe8c; 3d ˨D%]m󱆦fN1>eRdah5$R)c˙9uӊGr]w%mN( "I` lB)*Z,+#JpFSQIa>W?ET9}ڷ@^y[QP%([LW80o[J T,~?[~/NC0)Y@EiqQفv֋SvrsL$g`Q4)T; g[TPaˍQ&ğNG`.Y 1cń:,*ZM@ڙX\'N!1C_žnא՜"co}΂yiJ$s%7gcIe"RaR]F0h4R $UѷՐ|`,K-p/-5zhT &08>c<:JNC.zGгi^8ORə)ۛ RMi`Rez9zgXBbվw@Sw]vSjxG|dvSعc`( ps#9tHpq~LLwjiErKCXe"86̮X,O:@hXc&ګ$tdLr_tEJ)z l0~f78NBpd_PS"g8pڴf:.f.^NkeR{EO Q,~2dTPf]mد5{s IUE4j D5P<,TbCm nHemuI-@ExLsNNnm:ۃƧZ~||( !<_ t*E:bx~/N:b?/Vscq)LȲ6/l=瓝\ ?-1T#*>!Օ>`b7)EEse5ߍ'jR+'ҷv`p\PK[V+ֱeH| r&|nü|(1waهkoi}a-άb ـc,8 1 dk4X0`\rߜ֑փCy ݯM5͍& @jNEڬ" 6==3Xc}"tT&S8%tj jy 2ح;qό'5._k{)3| T !6C 9)UK!# }0xʜl\ALq8+@kxW\!v ʵ_J9 = *P'd 21Ȏ>Qnk#)23= -.)4?v5"QKÿ0],2Qw;{Q&]h#CaMᰲFU\3gʹU?FYlZ>TZia Q+ITI JSfO;?Y{[kSm`+U;{љ/B4먁h>` `tv m@͒rD8}#׮9c囒BcUitqŀur5bolTc  KvMz+:{"[6@gx=e0_x#IbU<ٗ5rΌVi|'~ _e *eSri$MT٬iP7y;1 $M[#<#9KEG/;Ӿ1]Gpi9G;UVՅn((KK8&rh "Sioܯ$jcf h}+ylƱ]'E4愺a 4Yo MSl0[ d}չέȧx)V\k˫QNI<>d5s-٥_:;4:Ƹt`BA_rf!v^ ;pFJǭ|R&rNv-4J!őWs/:[E*jEȤb7gS ȏ^&˧7& ufEH3/ ;jKnR\ 0k.q$KO厮S6T(w˥rnXU&ܠkN1][t@&|=.K'"Qo'\oQS 8ugSĄ6\F|P8?.,qX6 p{,o/ƏY ^,B{x_EVz޳."\埇cJ>8Iꉠ͉S(8~%|?RF3aOy'ތeS3}eH&W\Y\isS_v&֥f^_7d/0ug #MVuD~NXT1˴dcJW nY-8z ȣ w$ PM;k,+߯T#2@"g  er&HAE]&n  3qy12x*'MWD,׎>q|PB:N2,GtZ^Nh-ħOPU 3~)7EM[~!&j\ PVlTS9dK ׺`מQTܤ&!>ً8Ql垂0Dԉ Nw eiv&,9\t4J٬ļN?<}2^р&h {e5@;1qV̻ |n^}8QFl P'J&.bIl]N&21he#rI o[v$s$j*)_L0%J,4ueWi?!xN)) fh1=ܽ|ّj> );c;(/J|/qOɢ35x%Ty$(g.5%LI^eQOaDb$33Xe A큛,GYzQ{׋/प8άց1cxHtGd=id JW)6I ?2Ӌ ,pBn 5F:|W#zX, ,1;ev/S@o No-(cҙ4{v7O!rrV}s(b'xF[KG\3Dpdd`Niz O)*.hD0$cA2#=)/ICkD+ C5]+ҕcz-H˄HWLVR`;ⱄh(mWsiL.Ϯ=\so#*ss$$Jx"M9$QQhsܡ8eCӲBSު-Vkߢ|%ehg ڵlh8a^k9C%()CYp]M&? w;gaw20.řSCvA'V-q1npl?5y\Ey6-C#=^d:z}k2hb{kdET:/GVIc8b~EHAuмt4/`@@2 z jY74%wg7X=ڨ~h띔<YїEqh |(uwe% n } uҳrG{<ɑۇJp6gL{ܷ+U4[C'/#PœQ2$J}_IȎIAWR|?**$J`0P(s? 0-cd&t(RJ6BqI:󱗮\}lResz? VjIj\͒HT!#s:OQmd=s$7ۃT\qg 8S|Cgc*juǼ 1m Gt8Wò!X+n$5I8fN§v I 2\';O1uXT )d;Rwgs.;~Ef7ϘP:q)q^ׄ޵8+ֽ!Ste_@*~YAp()@H~xQO}:Ƥ97Q {4͚B,x tm2o3l>) Cb`&OaOvpʰpzamVNcz'B5VSlb[I跎'p5kfPf[9hJoֵ$__c=.8z*H@wW§R{T9b*g-ka\J$PW>d^eu93m)SY'klo+YHwj0 1oo[3Y<%x.L%&T^TfP "jIDN *A,WR@*_lb֎b&%'bw[=M%o^_5_Ct!F.Sk 6V%h7a٣ }\p")21]H꩏3Xv2_DPC6-Ó ɵz|\qJh1b>;=Oo$``e wMa;38,2$[j@Ȍ*iB?GCR.nOHLD`.͂KKȭ>M##h1\Sf5܍1zv !KJ~;^o};0vPv>v` MIzu+ 'H&$ tRzEf:a* "`2ltJJ#ky˚;']װBJ0>5v .٪4Rm'N;hz )@6WTʀ't]b*@& .4ܳy84XRg\1s AP";4_76M^z]na(Am%#7"8xP48zll]<:4(ԴCPC, s,y`S[!x9JXAiȖ,df$ ZQZ#Će-ҩ:*FH3JKDQWJe3lt謠6֯bDCؔ;U9:^?rłTФ,W E3&G 컌 dwHVNix&3f@Np)AՐ}cd0:ؤqC9j 7kWe_@0mFir5EHϲ+h_Or.])]HgOse(4Q,+peY||0ò^nWuUD"z(TM[]ڪw|zOHU q sۚVMJ_wiD%RҶTڡ~İP~,i6`TG8Lvꄃg%6&ǽ74ixvKvϦ ȸ! dƕ]^p XJieGE Ǣ8e$#2!IB{ |ķ$_gE_Z][L:I1ӗ׆fn|aUQivhQSkUvt`!&M>׀BV1=ns˰RUn '+j̘9yt}%}P>w~ܣID!Tarhj`Ẽ^ lv&cozC)<,)?R QxijBڏ?~e:uƋ ƃ(7W8윺 hrF|Xͯٚ¼GlTԣ %0x7Ϣk3H>1p_:S*a|*Aq>r&<7_IWC,>wxx{exēf/߳Uz15:2V b>)Hs0xA CV|^sè韟xqj ,!cTգyW9dwP<>d^T5թv6Fa-idfok_!!AGU_qG9߹qC>㚐meHԘFHmڷXhȠВ up70u`05x|`|Yg_a\h)m4W/S99IPkAsP {Lʒx9XMW$K텇s'*ol $g, 1e:b\gj`xA*HrP~\lz3XpQjå8ug]sԭl;" \})^4s15vAVEp=OK{Ux~(9RJ0FelG"2!O4èƚ}|Qʼb¼ a> m t1j4% 0q,x!?Dn"/0Pbu=?] 8ʋP`鬘jFVG>HFPA E 1>ާC<0M1;^yO}uo9w5*ܦDɒEM$%CFHtv5f ZI[u )Y8$Y`bȑj7T޷Vֳ%($>/'b N}s;w%SԧБ~7Q(汥{Nu9`]E3asC{xrLrNmR|bE\G=#b Nh2B/0fM葮7Ap?eZ@/FƐ‘hXf,45pHWZ4 ;3p#~4&"8_%hYr%0!W6Te}ɋ\uCZ{f*'uј\(k<NE%tܣrecߩ#e27dYU1]b//,Ek^t< U&ڮeO7RjIb@.NS.s::Pȶ @:<=Q Q'/kUT !"bLNABoHYZǖ+Ë]I wځQsviV4b N{ zA9z=Ng k2 vu*^z"J A}N9] <^ ۛO+ mwѝR6A,Kbn,^_A23ŌAĨt7փ /XV:Kh2aOy&B CSռi4j9IhA|PC:b; ]W 'J$cNeU͍9"YF^J\"YK[Ϥf'D2[5JJ}1bwaVl̦4m7lxu;n^~ 1XQB/Y_4oīwqT hUf*5x=&3Z{b1/֫ź:jYj;.o1%rLzPK;5P*/`S; 1݇;fTOQ(` iv&g1^&*]@y F!#+t+NY(]&=˕X܍ /,7Qx: xjhշj:)D6{$ g.WF?'JO PcFRby.e}m%$lR&bRy x^Juᵾ#:X5"6!JpF!:'_28e$}7m>3@Ap|N@_;PDceIF3@$vzh+fN !L˱1 c=X\WNM^+Z[ EՉ0ɃoiҎM[v\\x,N߬hRUβbcjNA ޷a˻aI:n3~*~. 4O0|tb.*[6rn~~5W_K/%V{Foe cM !DJPSA Yk _aB-i·MQFN '-5Ms)4"t S°hCLN%}yqfEz^igC/a[w]$gtYfEI:.m4޴mF^}1)  KAh]9lj1]H}m3BKrv'o튬>^1ZMTZ 7Um~pO:'$蘿#0}&0rMJ$^N].Qrr1Z|V@yZGsj{-uZ-dW9su0RAm-3iW@VI몍E/[\2+!' nȊ Y~Rn`9/~My%'ynHӬE`vUl[v!75vϟ-aqEaMHNM psmAQwq>BP6ƂъQ¢KiSʯЏ?}. eE?^L+t?/CoeKXYkuՇ6| by:M.5ɢvOܨ<-C5Ut;COt C’*eX j}DRh𹷏f9DN%g3;`๡$Ue#T\>vY}BHO3Y< 3$*4lTt^En#*'dL֕8&7K}Cd׍֪CPoo{mf.|kƙ)pWx#^zQ܎RTR5%,M6?a5&|@Jp5^Mˏ\ 5L-^냫wF`6Қ'}ʕᨽPG2Yxx&{4wO?˱A\3:olԓ/-f,a3-lUS4)IfjX^mS<,k<<-螟`rѼW RuШ7.CHǴ4J$PWH5ϢG"k)F5>3X yjyU`Z;>lU,[uٶѶڔ:)3/́{5'izhhoӯeG-q_r7 Pw+B# 12mψzsݩu-O𴬎G2.ЗJvT<2/="UۖeZ&)'qIU1dޑ7Ih18C](>aY؋ד|U@x. >9C*tjus5^s\Is2cD]m)~t W_I_DEYuB r 8W#xU^MtឱؕvkKkQ}[K&=S~wi9sNt3{0k(0τXv=%:3[.%_*GVM\f9rB#CU.Jw?mo\G . 㧞I+}a,%)L?euWؘ-EY "9DL 08d-z-TE b.)p@п%]k'Hvc)ڦ3w1O#59r6:wyhʯt[W\"b_a\͵L 2ɨ-Om 6Wt99e~PV#e{#>ҚbyEw?Gnuy6<,v`wGj% $,T,j#<+l*<?gzdΞ2k6t-Hȩi$3HgOQ#$1irˌ rWb?X -۵U ~{3=>VaX=x$O&JjAX'Ј8O |  kw"Cb3KJY酚~9[{4 -œ/)!X.f說x{&76ᗈ(W5G|!p5x6g3mؔ;fzy YQh#|0$Crm9uftB N9܍jxN,?~VE[)7pK^IjMAV* ۨl}KyÀCz,g&۱b.zcف;z:ǔR^,@ P{bnqDO_#Ja/OƈFtħZB)0#0gHgucTeCqÓѦ/Gjt%LcEN %!qNVs/1m)E%f\3nNvQFI#>YL5c[ݏN %`:Ep^vO _b %K7y`&T]T*ludc:nU }>%{:Mn'S*"9W.Aˋ 5bR,`PRN`Wm uUr64Y0>9ea?3K]gJ? x=>h-auhhj,1[M7Va91m|8|V']Jb>Ќގ`(y`7A.MPvNHL@:0E8z,:$53:c7.hd651b>T+Gv * ǻ qnVUV kj `e_%5F焤U5+迗/\S==ͫS$3R[tZҳRFiMp Pc?-N$(' ] Gyx/dpת3ӑ$E&Pa᪭0-5J'ZG<զ0Z"PFű5jI{d/;Q eVY}Hڼ^/M)6e>G㐊nI]~sy%Gc"8m`s;UBEUJF KhIO}ڴdȮ^ҎN!of)] },)nW2i Q*ºgۇMXbH1:!nӺ0Sv#9ڊpsG3Y,3'ex6*9@G@j6!:ĂiwB‹WCGR>\*>◞5/ftu!aB)_G L m5MhNN$o,s^8F)MTg%5X!Hי8d<ń >I!\K#!{K{GZΚO@4g5[x_`CY&9w޶DKLT!Q;%QGN-<ױ$@"n6n>qҙSћ ͸h10*HaQJ.%QZ>u~)heM3\g*OM ubm?4>*vu?zB3 jmSU^^3q *^gvlbu L|PE܈l֎alB+x(|DLR>k LŮqQT`nZd7z\wzt6Q'ﶽr|+xM[[SMnZ0;DOqT,vKв|D.24{(Mr0!5ʤ \)1^bT*$'KN8o=ɛIQgڡڃsYhpnDuT$Yg%W/D@/pׁeo!z S[`@?iY+8``cfwvn{,['+s:tοQcH`7"1=ylSi4Xq\:^e6M&=T_3qlzEV&bf0nPi,鉊SK@ ^rBFTgZ# ;TeER&=sS|n5w՜e)4Tu!ꠦLX}_$,R;OsF |og[,gi9NϚ Q5sB.|2 S< @qQ BGmʽ-.h~ #)V1;q^LYCq $S[gJ0aL{`UxuV,50gC5-<[hj6|0'JJ\U[TqEߠ񥆼BQ^;Lq?,z#t6ߞ.흝u"dхnsm,[]~! S'߾ ]q1Ϯ6v#or6c~]oߜ:oϠ?ܴ4an p ;S88wW^듷Y<%^H%q~#e HEB&֮SN'P*qNá+RkD+3k\4ʐP^YM }žG :\&Nn2y?4{D-lҗsf"P~-\Bȿ[~ {eZ[V`TBMD1ڪQ֌@3L Gӷ ¶]vyv ?Rv\&|;STA<^/"L8)PnzdFFz=`V rG_׺\\9uX td):Ća?;aIwN[9bt4S2q )pJAE i~CnGSܐBm9"k(Z(`-F Ϡp)/DcUHq*6,{?aw82s[hq~sOF[hvduʯ)ouJv]0VNz'[NgJY{$c!N(-OdJҐ L$$4Q n%ŊrU-;O;iSSagqH$x8GL.M[x=`WtFBv\&,=C̾BYE=+(Nurb9vy*lx;~v] >^埿q}=gON\AGDO}/T-)FPkppr抛D>]ݮs&zJAˮ}.뫒'\py)~ @#]g6f\QnիZ8_1AuF#|γPqiXCi3uq NGZI>?v||l>zfx*`vVX&!"ғJ{B2 &1Wf&/BףT링=Wo??T$3c}Ҋo g5T CĆDIk|Kd-mauzQ V屷\cBU FJuP+8fu3?Y-鎯#S28`ȳoft 9% V)amh˓pŋLU?_ە;o/'6up%⃎|6tʤ79:-tl9Q$W(~5(yߤna7|$ G)N^5uƘ{t׽"A K [&Zy +\zBGbݯE5[בk)wh'l80Jqi }85Do0B`+Li`0f/Fv!T 10}Ǟb}$Z}W,29 u=t*|vv1)[}u\B 5δv*ѿNO$ƆclܗE^(xAT"A+[DӸ+cs<*ϜgALGZZbD!j0B 9aF]U jd+xBt倗dPIp4 eQ0T`c~LԿ@d_ 9m:hɅ?O!V?(^Hnr7]ׄ3v &nZS7 wBэƝ'pMeo#RHʷڙlhKׂ6u4_o'2SP6bמVg#~$:vh&8t61b4#䁱m'Tm/[60lhuwޔ]_!~u1d |iB]c(,,5q ^UaG Vv|FVjw!kT"SfP}iB3yV&&gH(f1huEi_ϐgIio"2jl 2J%/!(fX9I픀u3mcAlX0-ۺrYtRB8/+߼M4Ɵߜ. IDO&Ƙ!՝=8I}*A!C$̜gZwo28b]#48d`L  {|^ {S]x _cuOOKr؅jwDYO p]DNh.a ٝ.UgQנ! 9hlcm=4,=285 rDtI &B$+ƥ>b٥*ey W2p#6wRv 1]|Hp A2yVGկN*);;T?~f5偭$ӁƁud|,,`_5sZMLJ3;0v)]@bR(:A [sJ{0O=C+z'-s9_`}2۳4Oc5#C  ؙzЧ$mygA(r:ܗTD 4 KDǀr+I$HfyCahuHn+=H,rzX eL= cʠ 0Nє yKC@-#x3J#Y$J(kwb/]_ƅ-Di̢GS!2s!K 4~T@'%]6{Cצ÷3rD2AljL{ ͛gvKq- ,%^9BPvʜܪi0]k0%E]ߐ* Dݻ.5)~%ZȎޒ8`jNx(hf; Q.h%z#*ExX2f3bO(VTNv9h6VصL`Ӳ|_O5e u CW\EtT3蝭CE=+ 8]xZV엜?d3T\fV7 CxMI(6\<~bݣ#k=}BpdpPdj^3,#['%FHzaچ!fd&iU W`BW]HR&#u)wu-CrEيv Cc!󖦒,8{ hd}ʛY>Qg50`P,E;NeN*DeFP1 a+6+ <0/XFWPѸN} +/⍯:c&e>!?e<@9B%1=ͨkr'z)A޾4ksE@6 B-3X33#C X  R- #:yo{TN(#^es"5΍_lnjf08NRЬu[5<ìdl dAp"_2@@6O.>[y.u ׵2JjIy|>-|=T7qcPS}gηTt*~RbIHoIǓJv>pӺ=UkC~͘c)4,+PM4%_$f&/N)r\P ꘚ/=?qYeaI)OьS 0PKbU mCo3+KR|r)MLUSV`_;;rP>4C zFhbi 㝲κX^+؄(LS@z{vorM8+nؾ0cEtC{όR.kl`V,,,.gl~TrAB)~%q-Ig _ͿZ} tu m)9;Ŏnf䉠n 8M^2]KʰA a#ew>#[sho [F%<<1c*f~ V,._9bQZ1Fo[BpՔ@K Hّ2j- ze m^զLV)GzƐkVMԿpQ@"vb/^,uK9xq6Iz~A>;%@O1!]eXx/ buq3* *`(m׀e1Ra_rrcMlEs.OҀTKD"o>u+xw enZL&h.c &q.b>4h S! ~CUke1TиfL6ޞs~M7(>YJ?0~R/7iToi☒1Cwex4j~p={ĵL]]{N!3޼dwibwݼ$tБgXetEcHwNG%*n&Wm_f_KئLF^jel/K:LDcC=?zHp://JBBq' Em+՞\WʌhMSw8q~ I;ϋwm=ZɅE%0qa<1JVy=wh΁ҶNV݉brdSB|%iZd1\Nw|$z|C4$QM;6s !Ɯ|DY(Vyߑ-GeN,y&3(6)P 2CTKe{>=D}wC"jjP2f_sJсmܖ_B$3pOADh1˻OcGЗlZ{6\}/ h38h5JY]*ċeav'h`e 8_Bέ\2J|_l̗.: WL-rk7Tw+tIŰi~#z\{jDIKʼ.8xptSF{W97 *4\T>߸f1LE༐Oq:RilTN g쫳OCUӤpw.7 +Q$L JcC$,+UIkA2_#ɥ|9S'lAf ?X$A.l6k!DUfPY?4F,PRSޔl2A#=qaQr\s~+.loE7A$yzY|eGXvLFY$i$^𙄰[_(/#[7q' un& 16y\WeI_5b]kGt3.3픑fDq 9זDDzcL(&wx]5BMp:-)u,@Ko$Zt^:7FmP1pC RN8XOx;Du$aK xI{8@n\! Q,oLŻP.jaf7;!.J8'(xF@EQ:R!W' ;A 'g92uc4\>[w9e̙t9LzH]) -h#4*_:ZiZA/uiF|L8L ^MiqOnKh6U3A"Fx04.%V/+"UA*xSm14V,uS@G>Q e }~9 s>`bqJT!f2M5iO"< kzN E^&'7@@HBN]1g}4OHbƾwe ɔ2&}wh㿧ZU8ehOΪHj[4.o3hDAN4+)@ q .6 ?U)7R:LjW3j>?%f[SC % 8 votCcnmJZ>36^xkI}-+ld@c*쉑:`5B*n/6["ZQOm0z8T:WYěq=` h]rxyJn\`ý=Z{C- ]??$Χu^6pº sd5 A|L,Ұ~YLҥ\ovN.6(tªC~J揄?&BMMsh+wEC1FIf 7-"A|FQ6)$(xf;W6O@u;kW7W6Z:N-fERc_7svANZ&P )/ J!WvrDb#a@ NxF^>37W:1 )A(qL< >KTU Cs l5ldd[)7869 zI/iX pkOUk࢒XJi0ƴ;ܺ խ\*X_n(܈p_!!?8AL-.u&i>]wE*eR&1C-p m'i>:dO q,hةY\?_ѹ '~Az`2aPQAz_=Yshr\'!qNSY:KZN[g<׿$"Qb=y*2;~%}O}j+ \Q-)68~U u joHҸdEq uySvLƜv>|-֝e5:/3/HNѣL5 *j4Z)0F<1Z-/n[`үX͏/XQuYj^$%p0* fr^`}ſ@VI ӣnIuN0pǟ:݋^ٱwE_W:bv*6ixq[Q-Z2c`"@Z" W< 'V~imUʠr. э3P{5;co+\BT3NTGF'Pĸr&23қR7/j'|x>PL\~&E$r5 3 y+P?J,BB0t(Т<ٳ. w\5I'b$r Q Fu}] )W\2?*ѐ#yYN0QW{yV Kfx7W|D96u'\K?gjߠV-#I>+.8m,YUv_ ;v)7!#6S^څгkڨzOŌ!@CXZ+z"31+ qX=[] ~6=No*>a Tוtc'wmXnQ$Hwi~VLBf?CΩ8S# iaDq!H ߢ6;a`řo!᧚myɋIxgl~]ƭ'˷Wz+ޱ/\G5 R'*@5yK 05uD4_i2y!>HgӋvw9hg dr!GfE :‰T1 y+ӚX3#|[{(0 ד#Mv$n( S$oOkG3&l?6IBHj¿T7 . ;4pur T/Y'kCx$]GB;d>x DGlVe[EkuK 'J6DT ʜq6d7Y :3gBpr ע  |iϏ.Z-vUz흟۶Ju4Ad3:2WU]X،mV.+NYo,ՇfԛYf~jd k-/#'{r@ÅXQѤ%}RkJ 3JnPjArAspcqV-Dnn[(I{ Ukǹ"s2\pC=}or7M, s9!qJYBJ^v P:J5>eK~ЁFsޱ ͻKj?xFApl'φI fnuFqAY?X%˗r\a}SV}*نGHjjjg7Ӌ '7<خDM[j]P}OF@x _ hr([3,rNkR{F?`zW2Ykpc߃:e²gl[TXh#:MK S^(0֋FvROǥ㐍oa= {7决[J}z 8!A\j8gWٟ :W]\WG{"1.1zHx¦`ݯF:p^8JhF`FAc[^T&ao-SZC~x5d~hIUmOe03*Ty\I yG=3]^t(yF~/A\c͙iEP ֻK%>֓aؓDʡ}tOǰD%e]E#G ̶-7jf/]W/}`U<;6~UrnDFŵ[ݢw#AOVlpyT[fx^1KtK+VQ:wo-]<.šo->Xҁmݿ0^ȊfF Ǝ_,4zLSc\f8_4N5._621J 3wzAeQj8 ]|w|V.az|"FQ0L`0@]xs,?cbj֩A`@ӯ tH";s<&qz Y>ު1Qj^y5F2ޙ)@\]B-7/>^т"Nbx\j/3ƛ7Rއ d 6L Nܺ+菅8ZJzFM,7R^fr-T캒PIw̱ [UtdW,x1my #K25VcfZFgD$qΙ,_/7]t% IvT: 6Ehc^4a450T[BʼnOjkW&fdMSĎ뗏2f],7S)gOؒ4iə3gF2HtSף=P|"7 .,KiCFhG8;/_j~\ JRMMᾚw!Ҫg`[4m/P  Di5@F!w<вs)Xn<_,JAx=4ʀ .xHPN\XNC?^i$޴dC$F7;r.&IbDi!ljKpf։~6 o$ouE6ʓuG,w0!^g ý0'=MWۭ )NUyE !o WR'cck*wn%X EkPg_iJGCcH6VC]7=v U@? oRigM7{YU Nji<*Wi7`\MVxCXўƠr۴oGK;G9R56qnHC781X#%ȃ譝;ap]#aU">}g GpWV:tyAQx.,PIբZbeαh ?&40+d-x3N3 ;܈EbJH뫫xѵe&pw ȳ~wjZM2vE)ܾwT#׫՗ LTRhɓ"-o(B/TI7>vB%q/5_KgݟMy:X'c5-9_^\3B=w3Y˛ 1P4I[AhVn%B~s|q5jriWk|ca4<3f+p 1(=\<BI?!$ߺfTg/߹U˙1UA0cbNOvx2eER) n?F Eij>18 ~?b.!)lnY w"NqrҜ ㈁cGm(J%ÃX.*`bӤR]'FIy`/]Ȥjr A=W tFP;K %)^ 3|J? [bx)r&aƞ>?eTp梩iLD5gZ ɫuama$L_-4>2h6 .QVm&髩%?̹5"Jd=+zIba feOcqK.-Q+% #uQ_7To(+1Uj۪խ>-E?7WYKe*8s@,ʷz?x7V&:\$.ajBM@6ªFꌩկ8] @1֋ӔT@s ^KqCCvU(s2NS̸| nwKS@Y5/yo%\ KDޘXc3"$yZL坉Ul:G9*;º"8I YZ