postgresql14-server-devel-14.12-150200.5.44.1<>,7fDp9|v,[|%ZSQ}=TGʸp3:A*ah1g Ն3/V* xy;a~}6!q <5]\YGiN?̧BCpupU?YS7ԫиt<RB4/V#+-8:qc ]1lk)7CtUV[.8w1{sTف w*8qO1j&3^.$_Sy]o0n~ܹ>H8?(d" 0 i  9Ze {$   .D    8.0@(@TNOTOQR8R<R^(Ra8Rh.9S .:U.>D@LFTGlHI,XY\P]^GMb cdPeUfXlZupvwhx y(z$Cpostgresql14-server-devel14.12150200.5.44.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.fDh04-armsrv1lXPostgreSQLhttps://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 / KLC: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/shh04-armsrv1 1715780123  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456 89:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.12-150200.5.44.11414.12-150200.5.44.114.12-150200.5.44.114.12-150200.5.44.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:33787/SUSE_SLE-15-SP2_Update/2a5647139389b5a3ff60be4988fbe50f-postgresql14.SUSE_SLE-15-SP2_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]=c1ea8c73d5846997694fc76969fc3ed860814546, 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]=b274077afb3c623a437ff44654e9cfd091d38d87, 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]=7e59b5dec0986a95c49653aad1a5644ce2ebc8c6, 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]=f8f9399f05b0661d5cc5e564fa2c11d4ca7184fc, for GNU/Linux 3.7.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R RRRRRRRR RRRRRRRR RRRRRR RRRR9- ;3|6ӝddpostgresql14-llvmjit-devel14.12-150200.5.44.1utf-82aa36a9918b4c9eecf1f2ffde5abff8426a88efb7b074e3b275c8fdc76199cd2?7zXZ !t/]"k%~0#J:fV!"fev77!*r/2~|;A,G0k^88FJ:$SVHu Dx~BλOZBt´7nDmй tuGfٰ*ldY3Ƴ!i dt4#ݪOHD(ݟ_"Op*+q4:οn=n i>o kE U"W Xtktu1-S&Z5Aޣ$} 1/y ~@oUO9-#"(hPOFXBiQDŽAu K{qSnyTV$(} ]_//5_uw/Mbm܌7m2։ET#|OPiN}: [~p,m&.n:pޯՌ7 K}1&RS4oຝet]n*O<& /yvU{H>]OUklO6,Eule !NqȐ¬dxE!J z R[ӑW7 dtɻ euDX)4訅ڎc&[WӇ-L<ȫ' }fۊ6U.j;a<BٹN̂n6NEտOoܜncaB.?ikSftij(C"/uK /SYE%J7C>K "Hc07L[OjL(~kc9/i/ )̉`g 3ٙ"b]żiBKL o{υ~M4^ĽsWwF $\/Sz{?yI/ȑ<'7ƠIbF k텃M:V3~DLlྑ%qXl;q9\@ w-.2K?Q>s$+*_eU#q,ь,#[߅a];vՄ$Vjl!zELNC2 8/x-ʭ +)3ZOh ǑgJ иN #@pPdC·׋fAY"Z 8jx9}/%1&hn/Fw\;*tYg|)lzNFqvkLV<'Y^^b 7AEo%frhg=̀:h\љ%AB |ٞ>Ux5yq֤(S3v>#\" i[[hⓌH/C |樜}*Eˢ =mUwIѸUss=&4MÉcw[&n٦iժXiHIE[zr6kHcTa av1jjYw>klgVO(ϨB&_+[#SC/Q ޡțݝE>-(#%视MveTȥy>OΡI/S t)`UcQ +nƥ[ҏMzy C}*xNWe&3hrL- "O_[Y ԇj}']}I+h7,܄Ļ l=Ap dfzVBZK1\0,$g7(#:/ =*n4mVNxȡ6}]\a7ga)\\F/^@5%gu̱A9А"!JjR1EB,86JR©-SO(%E*}Im^1=" G ,g*JF\tנiZmu?}ş'd[aKrz XE~e\惝a"7QA{únp =r'1 L 0 -7rpNy Ud{x9g_E(tRE.#|dSn/fv z{^ Wg'TcnDk'ezv^QSܼmvr s}]:|^ӣ4ׄp?Rê`,+JGݠmCGc"b0⚶Fl %͝*f,^_ }DOs N\ș- (Rf{ xZ;R41`]!߿^m0b^w&KNzo (pM0&n&Kʬz?M|FF{ JǏ8(^1/шJSw}ؙV7]h s"yT rK~L>k*2>2Q(2!]ϩL(>,o5s蓍v7f012#D/#Jm[EZkcw\=A[!cMb_\˂p( Nv[lS7jpڰ56miLϓ;C._><V/Į֗A3hX5aylCYf(i,U$0)`o>I*`e&ĺt>"99 o֞#'B ~ޠ[5v;sFx(};07ڞok͊d1ZTu)f=R*0ɰ\SI-;2wkUCUq|oL /F_.iЯbRqzaZx*}6N)T+P?5;k%%\V3**Fu\vI428䰗ܹTaqf ${moɅ>G .Sܝ#)$,o8bFMHE0yfۓ)/rCGN=DUH $ⶈ0VѧUc(AFT;fHJ=?8,. đ/{yiFleݐ:kriasct1́XW z{Fz ;Ӈbb4=M.5P#w+bMu,X\l{ewk9vr;?40C%QE1{> ]'wyxfD\Si|"CT˝tz-)t{]F.B%KgiwZZQ,P}*QyA1O\l*_b[;r#=/o w@܌tS[5,z`,ܦd?ڢUkU]%CSձ/v7LTpmG2օ,rMR #[@:zpFL"Ei-a[`ozΪ5@ץg"%}l1ƬuI^q;>1ÈP u 9r34 2eG/6T^v 脉"(l-rZJ44H_|x kc\.an5 0âW4riزwfOW?y7H;s fɈ1P\5 nKay$Pz.nbhʍSwB2-[_To@eC#7zpxP`.#%^cVbŠl0p׷&YqJ]-Qu|guAͬd8O֮* s\Rh40Xivh4BD_( <[ҙ <ޭ$ ¨B(HA9Qo!VOF]gxd?PX8x Ʉsا[&139S2Aed?v%]/o~A}z_RCA<젎@'l=qF\A}">-bN(8G "Y@s7&k?0YPL/l$WzJl3& ~[wxHjyOAMt^v<Oh^ޗϴ}9s>\s2V G~ɺ l*t yȡ@+pHѰ ."_q Djܣd, d6"! ,]3:󅟥_*gbUFj Z$Iae6ƚ+ׅ=KOE@R8:'4h$h  ? jTs:}PkH K"PyDS$8mZY`sa@vhdH`Gdy9T(/dr1e̤lJ]Urkԗ'j{X=Yf%Q^HBrKa"L` ^v=RI%96Vn; &S$dEI,${yT KU*`y7a2`]%mw]UG[ہ~qg % u3u7+IHJbᭉ s¦C(Y&M,%^B6mu{K\2'q6P<DCA AYKd/ۤls cEf܍K (ƊEULXRB -Qb,[k*HFBh k&zmT`sel ?Rkhai)u  q\\gҨ5Q^ fHn=ca`]lrACή%v"VtЛ?A’*)AH9Az}5O\5k>:ހG]`d-2ّw%i o2u Ϩc Z,Lxj E^l(dT1jTǼKbP w~C)@fbAT/.-3&ӂ`?U?زNc!ui-"T0n %jǝ xNYw̞ѭEߔbnP Z_w ENٹpI`e8C̓Le{&Q嶻msx%:žTτٻFe{k1l Lz . ˂+9Ѩ}5, e楇P_61dhR, cih89:O>BI#0Wm66,39A7jY݀XlO(Z:ݗBs>YF<P;JY(FٱpJ0f+,CmGOo&YHFhCgt2HPP:RGO(hdQf.kg8[OHu3$$.fn >`1k.7G xBrdE#{]O(5H4u{_3sIhv·&K ̂pT'1J;$r8<3V![a}B3G?zBKm|5 Iف}>$!҅4ٛ6 5pPј[jt F&< x1#JHZBo.E>*|1>KMF/tL S"޼NXv +E )@!C Es_B&J~/1" ~e`rwp$[KAS5Û [Ȧ5;VlSĚ<&ğV!d>,Wht gZPN.s+)TU%g܄`wA!<MSar1{ӹ t8zR^șVкYP "1Ο =l}QG,6hix@8Ǩ&O goן+ɀW ݅,]#<({DJrTR[Xu1QC4Pym|H'& PzY_$o D$׽G}/:hEo}.bAp#]ڠ_9At]Ks #]þdE&R`AF[Z쾘])q' T"S%h,qav*3>Rs. ˄6 &'1Og֯3lw(vHL ?j FP[q".'_' B4SOb;? $vZ^M4^r\1zwK '}q 𠴎{v)SJEz(a6byl0 凂ł6blXLy܇-%-B>hDUV.fA,N50z{*IHJ`8sCs;{~*}CtC .{T$*q#67741c&@'|x:%mT٦n$D+ڢ̻b׫f#n_ЅF]nu|b8t}p E-bY H|G+x+}`0ɝmY"7n .Gp|Q_en1LȓdE.;>.68nESL ܗgoz! F\`NA nCBh:Ai |>^ ;pm[ e+/}RB(;:0oH:HԎO,d_(w7ђr/X-BtiTSn{.jÿ|GeWA? C2Rcj[Ŧ=U(99 ɔX.j'ʼnZCft`͋4b@PGQe rTQ傦 QW>9*9XJ=j̶{Qp*`/tV-Cg#;,sv5.D㥑7n_?66 ~+h9C[ UWP&?x]y.urC1@N^F`Zyà N5Y1Ƭ9Y3a6xIO&i5EA>kj&> _υ1,y6"`p--$yNZ vZoJLRAG*ȓqocߑ=>_ȄCD_ˑY$IkMDҊA<دiH툁LH | G|PjȉIxdlg:%,W5]/CI&C5_<]Ͱ}{J} ezKA[`o.tz*=HGxL# rc\ c<+uMJ Mx <b,rٿ*Bۏ k)~@͛ `#'$o:϶q.5l\i 5Vz.H$)j]W9X $V9MkbG831qc&EnZ<28N6.K[]Z0z6ێTo )~J!!`1[]eԨeR]^BmVRlhgM&LN7T@\GG"-f d5kOh}zʁhb@Iz=/N]f;W,fڭxlB1+(:V{fuq&xnn',}>&CU( Zj[b]pM:$w%xHԁc~)rBj27IٛM/嶐t&^$~ DՎ9_ׯ2}?V6drw4b-p/:'ԀPJZ0#HBdЂs6=2m]=ߝ>U^FA3n _?R_94Ƌz[ CJNoY-Vgr`<_ĺz6ToBaͳhuAr!,0st8#._vq&l[i}%x`!937 }3\I)>`vbt3A2'O@]h{-GpWقX>+TrHVLѷ~Ĵpw ]Aq{$e$+ێ<2<G^DY^h-]Jڤ/Q.( mt,Mp`"~ @RP@a 廔nHzyj$ .9y?Nz)!}XAns;xyzUR/[o?5vf-0Nv%uCËUq/94@DR$Ϗd=foYA^eӴ (0z> q Ex3Zy3[#}g-$' ҽfuu8"@p[pn:E$'a&@yMaI2ǨReHBk6h%QրJyP4{օ(WVcAne#{vyfYPQ_cqꬿui"-%Y|*k?ԌP΍iP?-u\¡ ![YI%h#< =/*y+upl\]A5 ,x Z#v 8;,tL+*Ϋ4"=>-%fpKѠѷg͟qơڐ Oٕ N{t^?KKE($r@a ^`C81Ry@{R:kUM#h I(TJ.Ҟ 4YgOz}*z-Ub4W'd`QSB~ZkU3fdDi|G1Zq(;@ Bq[f_WG#72L~‡ŬVD z@[Ղ[0y0ms5!qPT"# IZ`6/(9Թlї n0Z`AS9h:FCLO3 Ji3g&0OjDdZ9dHt&DMdCw $qNQ*~hCUQ\KuD(r_/b1`N@CR{fW[ZİN4mХ3̷#?R}v}JLWi\L|3q%gaeZE/k3/^W8^ާILT, rj?jd@3&*h&NJu_U󯆫oϫ*!uoJJý[>F9Y P2-b T^1cVuLeAÈrEV,>3EG&܃؈faݶʙG_Ny$¢!*. 'sŪN \yԥb(8ߺv(,_CG0ڗwlҾz( Oh }uǰ$e\΢D4 qz@F{ŲI8/q Tb(Xgځ* smZeWZK?*E?хc!4pHhٕ/h{ɛ- =ٖuw:E~ Auհ7-NEh)s1RP:i4eb*rygP1*M̀8VBć$޳7L$eT0%gf!hГ4| Ƥå@ 1ړ ׯ)Xe:q!0 4_j5YH"H zF|Q|d# U*6{!|fyGifhO=Qjk*F4RРO+zcɕOIꌅvSo?7}6 (K]x;f$}2!$A`<+bREZ4O.t*ri+E(ں[+yw$)gˮ&;i hX;1 ''aB՗"AijĔ]·!(=';o%*,2x/ ^;ȱkH}M$*\pCғT2>lъqv30G3wMxĕo:Ƥ6d|Z.[ݧ{@%& iӜlo}Vp'fPk $*[kBD` =x/zD+7TX6?`ͫ)j-0U)oѕN')OtE'X?̗~ L .i(tg5D`ZϱpHi/u~BkbB9[q&4Q;Gd3iZe0'B}#XUHÃ" M]hZv m#f6&Gt?-Bm -VdA&u{}_8Q86 r2:7M`t olMEp (yg\W=]:⹉D.ηX/RƄ\EYe?|HOIB/+fc2/NdʾW"~ Ri-@z5rˇ#ۯ"878$4$`1X_B빴,`xx\G wpuTz:!Y~JB2*X[Qmۂ(ĥx[6ѳd+S&\0ԉFҶ/zę~)ސ?5 LĒ]jCkշajLJF[ҷ{GFeWrP[u'}缛Ÿ!pz%{2KŒu<"0T,MFԮxi,Md(&@SƉ#GvZ:=" g}[^v&zoy[z{RZ,Žxҋbͧ']gJS pv̼ r0z3P8Ǫ !Qi@RJ+@[JBbriU2%W՗b!;bn'~O?k_z` ` 3)-t jdcl~6Xk_J3tΆ&5䘂e\qGR'||'I1 O1\!dTvSd:WKAk!Q ݓĕCt,AU/%:z^|b hP3V3H-)y!iH܇6wg)E7.h_asP8$?:lJJmu>$9dGDxnE9FJʶַ/㏯ۆmv֬tbIHn''w7I-ˊ,AfhoJ# Nv 7~3 = K/<4y_1\,kg^O2b()!j`䰚v,r$ @%bs]^ U kn,@䨣u6kS!7"ɥԘ`2ݵ$NG${i@'gOm*IiBk 9C4B&ی۽Q&GU|gd fN-GhK=T sFc`A_x $J.<=~C̮l F}bBJ\DMH}I %:+ _&:/uHH?ե)Jȴ hh~~1kpNsj\ [J]aT^a9(!L\8s[6 rYp3rHAz~P?-9? zKanR&ޔl6 1& #ϡE&n F~,^ꎍ/QPMF/dygmdiU=|v TVQFd-pQY$0FƲg~ʙ#2> }5#`fq_0S !v$x1%|h4vЯvF>=;_n@95Ŭ_@IIz[Opd{=`4q+WaWcY0J0l!+='!?Tkߪ-\@Z UƑG :.Jtj&y_-iWa=3ךhTyTNF~` 㹴SZ.ݕX\A̕ %09PN[3q^V4N(J~"h GF4!Ì :%mlpQrV@U}mPy}M/M ӞㅭC&Hp;ɾDe7qfh2\~y+ܡbwd6D1{rҙK)<㵌XifΝC j\ l}uF[OȆ-Ǎ'j o-Fi&֜w ׌咖~ >0)d; ҍz]\֮,šM.TIS !I "uyZ2;\ ™⳾B&~:R0X<9//[/h^t0,Aa>Q u}Őn/ 6jFNIذNv1t0ڼrKYŌp2h hP{~*E^t$Vź;!o+GTi-!(B%20?5FA>@4Qi Nx^='nlNe/Eo;D嵟AGwQSdW<Gu@ WkJV^X`sϒ>n$W tFu7W;r䐙/PN$* Fu1.^бUyC>,g_ᣜeuG ێVF?PQȺe,HԈ2v~6T =`gu 6lM]]KH(GH Џv7AŜ z:P"8J_0] A`ʉ:4,#(;}LT]($PW`|<(a̩&~t .lt@Cǂ "}F׎U/=wCj?dR)]*i/~"8*Kq~Y&_^:bڗO^_ɚrPڄA/Bo ă f#A1}9E>rv5ZsMhӨ_4,$眔$3x!zg=^sr<4"[͡j:iyB _pUm \}PeS$2*yuVgSHau@܉B`-wc(8pw#^[1)~+ՑKL&'i8x^:>dtR&-6h@NTw蓼0+PԟH]ԥR121^ $9]g1땺TAț \=^Z{>=+IC׽_])0ei\^Lx3m7lQ bR>RD Pؿ͗?&F(:8,lþ$R6'vKtuo0Ek7Ufג?g ۜ?v:Fz9,IM5R][o~`Z&y*-{;!d3ce&FaP&0m)M>uCY>s(TbZv<,$;$çb-pi Ci!E~z7NF0V`23/a~'vAkRhwk[|^h}>yg!u0B;* PNoz7SEGH:^CË8з؞pnFwRFFȼ31JǣG@שn c]a9ĝk!e|W:KSJ}&TyQxMUܝ}Ns'^-KQ$\+;ZNk9-Op\ڙ ?8l .$-bk^;`#J 2'mm87`(Yi+ QP *p0񨣬jʶYłMG^qZC`gjd ?MAH|NukOF^3Jz~J?fCvq&weR4N#4*#bNK[Se5| 7-kR֕.ٿmH쮛_LY? -Q^idzF&yܵ sC4q&bv#W6EG.\`ФB:E$-b)h7O@[؁|FfRg4>Ve[tA\ZwP1Wqdwo7mof.4ڌ,=+L8j- ufZ{u< 8 )~_8`}f.=s-;CN>D{wuTBߔȫh(%>+/7Q_(Sjm+sj%l[g4ͼ|6d;`4fGs ]0/98 c\B"q˚QLKFFu@/ڡV[ʍą 3sSDr0*݀g`X 2bcbFɉ?/JG齖mWHbHN>Ebk:]mpA6S#,*.cq~]ax8#ZhǂP8r8M!?w>EỵxجXU-M+pF,>hux Vܩg_af`7Š@Z9GENM0CSmY\$/WhƃGs΋t~aaLAss?9Q'#vsQH*FXܙFiq_ 7->Ad6u'r M);'Z.t_Rʽ5 <_k1 G)v{`-JNjs1إ[qc^젖e@Ҵpn8kʧ Tns?TKs("Y"gk Y~wC 9Cdqً<,X^Uij@ٸ:-Qh#&i"V 8J2E~/ȅbM y(֕q0`jJ!O'gt}bdn4݇3=S\Tnޔjcr|w6b1X7S呕;w'Z#BPAQGwi>xL:K3lW"0 _D9΋b?MT x(PE*XPH~!LeN)+Ԅr0 xq4N,d7g?kb0flq1M;/ڹ"wI *n(4b qNfCtK9f 㯨"7|zqDj-B  <%fI9^jJU7Xĥ7 \y"$(_:ЉƎs'ؙ1ɏ`bOMD8 5:I7O(/A^$C~jttDp. bb" }6$B]>ѐ^D'93xv:$Rf~ lѧCT|-®u?[Xn,~g#d<$0V1iާ5\M|W nϋ̬/h)fE1 oHM4MHđN@HHKU:\>&B:x5 ׆g7}2kg7REIOfJE7<̊Fq'|[>3/yE dٚ3Stӽ(ӝSࢆO%`bM-A˶>Wp,XkVlmrh5Եe˽a3RIh76UO(XvSAh|ti \-cr &&>GWZ#|"0q#ywk8Au9!nP&Lࡃܛ"Y&h6r+aGȞSY10jNHB>.wi%XARH(jo{z/MwwOTI9n/j>0y @OXt215( @Ysנ钛[ ׄFtA@nCLN3Ej-ބ"WL(—prrgA+PJ#بqU̯ !ب018)ˆ-_)ɿ76瘮8~x2d?:B$ jUS/ LZ7A\xj j􄖌E݁Ui. ˏ1ꊧ3OA]{W_obtEqqIa%Ȣkmjiݢ 9Ŗ v}߸F80@4N5 8MQV$T`()QU_z-(/XP'wЏpTTmw\hD;?@m|ǂ$g@xϺׇDwQy,LZS.I 5y55K|OVI. "]?xu㔑3}[k,E 36O|@"neG*` =e_ddcivz;bd)#@zNJ~dZBȀ&#[Cf|oVFЍ%UYU(Nҿ-2tM&m!6"-%LwsL=ۺ}1u:G1hx̎;Dyd_@v|6*Ū<;8EqXL *<\btPßh°`K!\ˊYT3!GJc立FP}R aqH9pѰEʁ-/6\Eo&"| 9"{{1)#arg fe1KgkL­svȆ{pȝMw1Crx@שׂwvR7Ya孤c h9Z`a]U`Y_i׽;LKw_'$|96{P?Zxyճ{,k*3;YpD=PHeFwũ҅-S57n?=It HyÀ.5^2ʴB uF xP~Y˼ҌK@0ǿdo^4^_>be19H\(y,Ԉ hPSB|)[ә { f+$h$Oӄ-`ʒ\}e0q`.'Xg0-HSZ gʓ5KZAĸyH9 h[0L)s(ARSMp֢s̼<]niu> ifEEV؜NSGͩS*3o-G XiKz޹$|Q" JPֈMmK Q. J¹rP="}7[{j,y!׷k7Sē9$ Л 3SvE`޹CJnvq 꿴417 :rS!:[w<@%, "}*pn8GR ڸۜ)`= "˭]k^}m$_&+3N9, 92T*JR%Q!&*NL/:%Ռu_\zwx-a@«!RUSwwv\r +IƥPðg\L 9]o΍ f`.pc);TXkޟ [ӓ:}_8 5ȑjxz- Չ65Odd[@a&STLkal=MU+m5W#^ =ӔcZ^-Q pjb|=72g»w#oƸ$Ie,!t::1HB'61n1*u%ݛƵ]5;= ^ɨ^^dpuO!4YԳcV=8@vh[TT_4Y)?\ RsJϰw8#|;f_w3 ǟ+Zp 4q11OxPGJi mӰ0/| \{$5(xRY0b\*>lȘ\W-jS}mj 4KtcOWьFڕB.j8]\-W^f!QO#d Bc=/^5b>.{>ƨy T=!4wO)QA_?s6Av/p͗JA$aIm=gP}luhPKKu7y@dG0O^x{bԚT*):Kc?="Z@ GE:9^ g)iZDLc|'#8^8o^A,,E:!wz1-k\z N{ 8uqa]fpIL { y`e1xR-wpi.%7$3}\W&W,~vGߟn7zGu5~leyT ~lɘ&Ņ Oh)7@c/Nkc L Vq * YGLtVD{'$炨MΝ\n8RdDY;I;)[-q[W O&o҃){ix׎dD"/]Y`3*.呫+S(3PXbG򾧹5{)ú;R# - [ IP% } LiYC36BaG/('ZMQ߲8gv1R_S8z= zca&-vvP@=)"x )Sp1~ 1,q<?Sѵr3韄i7sT&r$_/Iؠ31YFɄ@znqovEc#8%P߿j=oX[:W<3~%z&{Fvcp^kPR.iTTGg+'D-Xm%HVq: 1u8|?-%J6I5В\3Ƶ.$W)Bu'cLǡ$LbVP% {+:L;ܶ87+Fxe3cX,\ Uk&v(5 1򿧬Hqm(xٔ ڮ;w, PpsDz$DE&'Tƅ[$A&cQy^Bpr-}xa; $QK^p$DO~uPm80"q.jؠ d{ݻ-c B؃U#n|T[NĎFQC| >ኁ =s#'Z8a3H|R4bIDΧVڄW?rqt1ˣ"%aT>G&zdN8ȷRp@!D3Z<~S;u{3ѧ; f8.teѐOڗަSS,6_Z ,Y ,Z$E Z߷@D M,)%Hh¤X&lE0I?QȬEm^3&@(r:QrN8.(e3Js{L'4|Q7 !g}rs uW+U$Xec .Njn'T3>DXLL P  82H6n7g3Ow^{ЪP9qbzp y ~ 2lHj~hE/j&K+a=''-(A"mpmȧ;dEhx ;Mp& Wؘ/$jH4~GsgQvnMLr`*h"LF}xSe2b5FX$\ʂܴTͲp){);p| s,$m:U*5`urM`HHӎj.xJS£q9^s $ 7OQ@K~Ro]ԔjcG} Qˤ̵[evg<$mTz$*u:w`Y.G>HCP3hr֎&ݝ2)?G֛b `,G˓́>4eDR=_SLpU:cYb7 g3rT/u(:dEctMHEul6V7T䏬=P5`'8rڈN+`P뢉֑Uow>cXG왨@r[w&}, ym?S"M֋:l` 0 Me/y/kQV+wAgF Bg1LuWf!Mf|V"}mĺ -ƊOQƗj& _߳liƹô?vp tkJ{3Njg|wgmY$-)N)'?EBI.P7TJj9! `:o@w{TE_k~HC]^+7G?@VSIE "C^+?azaUΌmi ZqgM3 NN0+3L* XDb+j}\!쏣VM7rJcBB0U6*^xIdwH 1E8<YЬuV@>7Re bfXHQ,#3}& x}&v Yb0f\5TR.Тek q>7^uF*tll`q}2`w2t7IENP^>L#Vz,&9"/ɇ:U;w;g+G7ury"h[Sv<'mI+~LH> SҰ8!坴PRsŃ/Y)>vt4}UpCL$U'|FAAD1e2o%kOAYx/9_PԬҿP-IjX~Ɛ`7Eou p"68W/I>L"| 66SOh_AMC\< G[j>aK7j?P{{r#xU;gTYERP4c7`%󋙹6"xnݷuKךm&4# rW}RNJ*;e-ai{\he~"FCa&3 iZ4C=:f<]ier;/Ý/zOyrm()챯?Ė&_{RrXȝ ,;ʶ(Λ]cX(AJL4=)*qo}^H+Xa9#v(HA"$ne}9/Kjqh|g5i 6TnSӽΝSU} v$p 4.r`3iL2 W1"+ArTe]l0UHgjL $ )R]3zbͨe5V 0 تԌEW_ClB~emX7`.3QČäZO5VS<|Dm8g pHVsmh5])px"g>Ouj`d :)[l#/⧨{]p .Ĭ,J thL_kkɶpX2 2"̄bQc':[),xߟf]hsU?O\j`dGmÆm!O$*5Z@bi[Ri[ygusWbQ5$-: ¯M׵lц7hmKvmhv~u8(_o|j5qzq, q0jࠐœE,ei^,YXs\%+箿Q9)S(9̆=}TʵJSA3]CȾ59\9R|RbDy]>!QdE*N[hL^0II$W]AjNh9gg;u } WF#?d}óCR]CA.c4pk(Zj_Q>PBłT;$\>ofj(E̋fݕgRhnIcJ1;"+ pi݁cxnjuo Q*vd1\jAqquYnil~JS#B@|S^nW0?T"sV/Uĕ} uVq;9ͨ:_a4ζ蒀,4]J3> wڣ-tKpz)bl =($ЋyX6&<#n'5)u%G&)3Ќ!~slhU$HV({+XlO=ٱ.oZ&YhG6 jTdѰ<- $/KĎ7kבast #}=o.<u0޼rSž1546[S{\ӇaS n P8bܖ3P<ȁꖅ zz{k}{wpoiV?dE,0m իS%L 45Gyc4k\in8$- uPwn0(9Ҷuld.Q=F#`b`h6MIN'iX3) sQQ!>;w\NsA]!ݶ,+5h =dӋfBuLNFI VٰaU_UOzR~(`' * 5zR2fڞI40YţA#e/A(h\Dz޹qG\w lq\X+ zrX~)*l҇=eR & Qv>5B)A!;B&k4|ky/^l\? iu|Yu8QcLe7ߚ@ak}/Q_`p~< Tz<`4U/ےt2)QSlU(tԾR k蔦. :30V& Adޕ6ݥ{ӆy !?Dh#k4=̔d0ұ>ڇ)?~VkS7W*D|p.=_0>$t:Aj< oXұHl12M(=dcAkgf!n=r㰤[>;C+Sft4@WnΧ hƽΈFT0j´I\ZOsUJMz>ʷLk~3鹩+mQ>0>wk: 6P<߀TOREF9c% %ޯ .] G.~f~LHtC( kUHSCɂ}ڻUᷕüމ[Hg klE $!zn_d|l,7z ٯW3B2 f1!y0,1#_Pmp^nJغ `D6Cʖ4ME9Z_=2ZQ*1NEpJlGm''F٨p30\hh޷4_0pgi&H=<94Y8UqڪR^Ar>li'mh*a{+6l(_Wj;J q(T Otu^Fh*uVsl u!TvL!5<=L\S72*yVwڗCl!UL~W!SMvaM,)y=8`ncm=dB}·J\K+L哃'T0t/)͖]H$8$vg RD;2r80#ceYJH,!q&ToOfD 0`Zgہ@/*&(~8BlI}iѣ]s/rWi8N;Q@ >UE tqӘj9гRpޘӹoџs&)UY!L4(Y;]ޅ 4uQʙ߾pzv@ϐ2oYQ2NL;Bv)tM_n9S_yϪe!0- dĮ tRu>N W7ڎ&$䅉Rub_wm{GvVS'nenJNˮ_ 0bж'ٓ~9`#6h{sx>\ 0L8MM&L {F9ٝBn N|(̇vAK%]hImR՝ 8cgH%/TJI?zEoz;{F/OuNIZY>=޹%"9]KnK ASP泍tEBrX>,Xa-f\'-;ytڻƪW&aA'HKhK1n5Kz7fDgjƽg̹y5&Mwi~י6d+8oL8,41>tH G {rRS)c5=e0JcJvܨ#Z_uK1U@uM:㲣;RK$7Z;}NCe\4Q_9a(b­G; sR8L2 Ie~If1@~7{ |3rB:]rb֌?2*,M9d l"Vv5O>-)[T?,y7%z"XadTJ'miLJ e&0P؜ YiSBͅWX"B?}fwZSM+U Oþ8Z:lRiƐys󓜬idX0x^jP[ tv@%8u/G{^[x8٦9# L>~;$Xʴ!:[hRf F<>AOjD ?nYۏ7;ՐC?%ȓF1]*'ҝ/E;B %SfDojC$l#=$3|WnĈLl.IJ_XG]{GwFp%jϣt(?Y+eC*! <>orjhvE02Z냆596:w=|<)sz(0oī`_sd@GPd $? eJg$Hkq\6l 4b$=Ӗ7 m7h3fx[ݛL/[JuծE$I4n0 Pb(vc*h.Tg7j$/r~QكV)P2Y] "{[)|sB(;CUWMrGqxMy4nh-2upT:yIcs#L1?2r+9%œ.0@qW\W|Mq. f%8nt#-!gta*d!NezOH(tSI t>V|NϪԕ~)6ʲUX3J{uN.f²&{HCN㾐m)9Nڷ_^K[fPSIWxL[EGdq/5aE֖r}Ϣ@1g"vL#~X@u>v'E(Y"74m91Ӆ E$^*JG3[x,}ƅ |UrTXfLolΤ_r=A֓nЈ쑻;KF~林=ۼ2x\zA<$3:*4V3+ .ei0KbK/tߟpyfok\ M,vm' ϑUM݈Z|'P9$rJ[^E{<\e lgBDQSO7ЩA=Rh? 0IӾFRHCfU9@.+^|^hD2 J9ZvUUe6Ѓ[HGD >gV`yU>s)}ׇ,{au胁ȏQ\ vU)(X,N̨ _u4TS%uT|: x}\ Sٕ}1po6KiN2fnyu8}h\E !`-%fL(L5;f& ʏ QhLwt?A#/p!5A?k` nCbBcaDv{e[nmu]#vr7-N+w)TtAsƬ7I!ĖIx= ;p>O Py0v |o]<í8?A\Dc_?+ΦSv'%k*|c8ۆ'"'e}ThW`}|L(XV>d~_<)f \/ SOg%3k-0=?e3Ώ^e=AU##{Tzcb8]8E~T~ ^LcC,&\RaEg`h57wENMh~G ImUW(y@5tM7: xR#oqIW!!LnGe;l @*x38!^^qRwM 7wZ6MjΖV:ء~Ո0e;iS-CKY5qU( Jyyco9졐v9l|"Dܝx}tZ{ar%f,&<98(Gn(Ib1Q>[\NyLdgX쎃^sJVJ. UsjIm鮉Hnl xc7>p"$MW4պCF{N1hUhWtJ@ yl8䎷ԔJ}y(< E͐K A'n4n3{u!x)WMLKV/2c+TeM; =:hg9BEOGw(H1^r(9ՋH^qFS)3qX%wẸee>BD._5H?-xal|W_k h"HtP_W 9|  a zh.:e-O(Naoϗ5-_7?|(i=ɤ$.3¡8t[o ^K޲F 0P'^1x\9]6c2fHq r'j4\BS00|ԔMRiUg('0?rAmWt-WȀ1zPDRϷ? ynDa˽nݑa߻Kyk(3_:Kk9!$W=[%:t|Ѐ& j|Q+[ GmmFJٲ9F &uȈ23a8Θ~':ToC KM ̍Hcz5NP E8&Pb|S9^Գ E`%t=q˫A6ۮrM}2fgX9@^\T *n}chq򁁻 / mE"se?d+MV$ 扔c[䲖t3<~ZLkWRplErT9D0_U/z@#I8-8j &wzңd3&Li1>ڢs9|Ԝ$ ,RwPܙ!+zO1 g!$W\'W6+iG],(Փ[f!a:<}_#Qol/hO n+~p4G5mx^-TyvAk,g^A{+T&hHyAXYkٵEc: ԬkBX%2^fo\d ¢_/Y /:R_nT0{we"r<G@:̂^x©ZzI0Sby(Ѻvu{F J_]&sG5P',|O5MhdS}&T{Qտq$=ס7_?09 yq2.e}{2Ej ?J|fߵѦ5 /J2Fȳ c>?;y)1`^Mn "k֯;6tNMb)K4аwňpai|Tk8ÇFp:7Uj+ WU *dEϴZ8AXW S-sI94L{E :? 6ɱlK2uڊeq#LZ%alqóJR^ud/ b/H͉rnrџc)Ui2g?.QYV28Ky>9]r;ȢշLŤLcB{Ud9R"™f-B'!"jH[gzomkB`3hXL˫Nz=@ot`m4^nKƧS[>1_'V-fvpȔoQ藌? Cy4SvLI{v6ik^ ǫH7(Xa?o9^exԁa,N!N]{Eu)dž W ܃@3E?nH߯Z<@" yEq2}fG%˻tU![ςYHQAM>'Jh?mCYK3OтsOy> ef(`n>M5&tˠ`_N\ae|nA,n^#Bn@PPJГRS8&]EJߝ2"za! 3j“?bg-,[Uμf@gm()D;V)ҽiiF)d.$L#q<|ҽ{,~gw7WZ[U`rJt`ڈysD.6ϧI3qJJP5gFtE-zfw14B@A<]P-=G2Hq~D?)/(EZ09]6l%TPS+DA[e3r2ESR%yfpJ9j̉[R9GQ05`?WlX'Lk<΋e4 R9 {.>=}!O - ڴ,-`sH0Apu84&( #wD2NpIĶQ_G xv-S+JD^{AYD ZVk4=\8|%%n@#@C&@8r %R*U1SܢuoKHīݱbR'a=ؽs;kO~NI|ڑۦ+ND q=eIaʿkb Hk{WN^eڥoԳ%/؞-m]B.k6ЛA5ˎ V¼YDxEurU(9 3,*z]D<n=#b4ig"lc1IU|z2DLJlp8|B Cn+ x@?`VqeD^[ s(i#P7{P?*Rzwc|險Zh@r~TU=zL^p/fúHiC V";JJr9AcC-ZMו ~xKqҡI>QZ.F 1߆e)f>da(}] ى'$gvHװc 4O)W0Iۋ"|y&{6*%N1LU8Z Li< TB+ICHKQKOο/תz*Lb =o9Z"j[}F_:Cl ęN_ݣ3&aXFb-ϡ;-Vy1pks6ZsN.}?} d@"9U'Η?ՊjsBm؜PwfYa84YߟoGF %h!s "g:=sOQnG[Jht (΀g^[~ T@ļQoUw$oƐoq%@B]ҵw6u%?qB>5NgݫVqR1Ú8 <! 5Ou">rM1rP0鍙T?mu,o= 9Lwk|`]v;"5zȼR Ou C 2Cx>lWŎ( H\)vryL‹hƚ1g*eKZ\Bd$~B?;]aF :̇23 F0ayV UY*gurNpЛȳDR]<̈"_#Z)Iʩ mthtbr0х?In|~BCg%t^ceeŅO? sF{1L k rgHτA)=*g./#Z0IdG. *9N:Hݳe&8*w>Ԛ6[SK\G]|,c"m/\i*_V=Xdf_uϜ>T6⏲1weNlW [Vгz]é(deT-^3QA)bZb3*S+"\fpzP9cD/K%mS !\B[s]v?YF5cnap:SR C vy^WfR%tOz-Nű"n'ߑ'|g-1BR$JH̅ƁG)W g?Fwg._`cr w,EU=Ll}q" 0'}e]y>{KTIG0MΙ@ĝW5Sb6h 27p6r=.S̰)gމgႤW'lV?[OGkz٧T={`Gz$ INoZ, IKn)jm"ؐs{^R '7$z֊En,^/Vo41KgdT6CYK @fnmw7_ʨ:&cȐe`Bl?@I̼7֋ F|K~^%Tu$%Qַ;mFS rk1㍝hRy;x @C`|$՝lFzm!iwI t:h{" (Hx-]|, m8 cru37-ehB6ȁeT[Wq~yst t_ܬ9rbXń/4*\G3lfjఐ.e~=n̴&:7ʿQ v,]@ӏY4I57X& XEe%AϢ%'zk uoj(s]{\w*H ,']^PZ9MǬpi4SuFj3ԩL[kOz m=i͐MRqW*DWC#==cՄHvÕ-F nЭu-e7;hj[;{;JdmQzugOvgjz#d摅YQ&Ж;RQגw!HJ!v^&8,%P D?+9hMBC(Y6J5*Nl>F8{/-&.:ybaV'mv9w1GiwLt8cT2S?$Xs:HJ#V蜋xtq ɞiRPPtl7H0.q LֺtpNjx{(!=ް:oTgvGew3 I&w_t S׌w4gq]kآBJr7EKk@3My~OiySv\?EZy,@9+M5he&igb#nœ!Doqb PW$i2[#`%`n1>ЯsysqǐLXtq%2z YE_ʫPx5[Lbӧ·D|P\t`(ԳUA hX~NE9P32ivTƪ֠H=N8_WoGe<|UTLu)me {bg$[ƆTtޑ_ bQܗQm Sz c1|ZLO:ă[FOoB9VF0ӽ *R4-2g=T ɛTqP5Sy=`F=dvbr"7l $T$mJ3fl`ܑ29?A+N/ r׊3QM_!Jss(ua2IkR:Lg%\2FEz2/ثXFX΢p,AªH5pKcEpp{v7 ,dׂQVb Tޘ\c^Ԏ}x>  ђ?9カ^?NR ϫچ'#ukFz0Y/0D4ZO1;EqI_G52=ciO~K;LKGTq`)'AHp.& [T.q){YHLʷ)ZĊ/On^WqE n0|(eL^~Ȕp x%󀓏uNe&3;\_R/Hd5GNGqIaa'&#_$83ۏ 6FUh0.cujP8!Xzdz3fLziY*u"گʓS-|$2m U Bqh%DYܧyNWyO1f42׸Eϧ4 lu>騼$[B9 c,JU"&ac ~Mwy@mgq<7b4TY*n(!suFgKi!F\e{#ѾR6?X*-`uF\ EGKGLr<"ړ 89#пd`К']ȝ])]![R5l~rsԯNwg_]pj4za^IXyJyIk}iMCfBB;"@+FšŕE}l >O<]QoT6#f%dCNM{_UeԔ=d"4yj`1פUd~PNL"~0kH?RUy> 6Bf!N[A (^s0++y~]ǐ$t=kw 8&/΅ 6iʼ6`* F)v+ô=ef8hR+z1~'jwֿlB8]q=2]:>+)WЗ ZW ]݁+ӻ&%.7?󞿵4zmhӓ-<CG8'u¨6ylQ2=J cf+M:Ie2 TF"UDHͻS'z[S|E#vPpP9_g^^qqbRH\pO7C.$8ݥ|YE-C筈| -+:p8z\S{MEFf0KTTF뗹]c:'A邿+4831H .xW+LVԤMm$8/P@Bm=/ދvZ!:[¾Hb88_` ,Uu |l&0tjb1tdwYFS$6͊bUjG`Ckdփ0%ڦWF彆v>e_<^A7d%GbdsέM*Du͂ZY+yg*7:?LKJ 6>\qfzl'C&B}:bt"2M7u?kouׯHFHYڟuĝHU`>{2ӣ6Md5`;M$ɏ9lAY CGAGԗ2d9XB Nڻ83 tadMDn$ `0[JX#-B?jf#jhDUj@㻣 @'%\ןhkP8Ԅ˛>t@䴂60c uY{CyWzuGhwmb'? uVG`++jIO˲psgmxZxqb`,u{j+Ԯqt Q$Ptܾ󙆊oΣ8eǽ!_I@ȧ,{}efBq S 7d~4Pu+% d ެ9/Ɨ@ݧiM):%) kmoy-\&±SL߃g&%ZTNk H$I4Ƅ|ёW6 H,6/J]W sʫx~RPkK6R!/6Iڽ̅9>Y t_]k<[)rtV, Q9,]˧<>A@ a? gd.^ <x Z9HnCMX=(U7t_ιs+Q]S3}NWg1dR剷v;!kJ B*xa7nn``IEA>#ߛ5Srͪ%"#wD>%*lBQlX$%B$Q7 wѤk՞1PTǓ^9.Af\0Hk5\ }J҃W`Sx/,9Q_V<谬6p)>\MX~֬OBb|ɘʴ)SFXS%)h:YyIFIO֝jt4br0r.ϕ,(yO6Rv(q[W* -=R:3A$APt1EOaA]o;PkEs}v{rZi"2NX(`0xφ՜ӹRY]EiHLWh{ ÎBx~>* FgaSc:b\cCJ*õ*Gt^cb pkHz?¨bC0^%/{d$ ^ EhL{뛰dDLj{D^XGڇrdX}\@[TfZmf?`:dSTB*6j hDiܵR!93`"oi֎~Vmk=%n@sUᏮ}PRY Wj\u{q1W26B1̊Ue^.2s·0(֗^n @D$^ڨ4:8 wKD@ E[7V'룛>;Ҏ-ՅsgPdfKy7h Zd˰,oG[Bf<*Z+;A)/nmbj[N3*D~hC2I'HeZ4Q*2a~tFhKsX.jˮ}KsL ^h4SX@x˿I`^dM+HgHKbnڀzN_ڵs K>0N Uk\]2? }DnS/[9(Fv&;#J-IԲ>b»M * aLmTDAڎES; C6͙DWWN܆#yu8y"\iԤɓ5a8?;]ppRBoVvsP`o PhJAXuȋqخusTu sV?Z:#og$iRSpr?r=;򘢶FzIlv5tI6O82<|lȞfBX1^,uLޒ_9Z SV TT%%qp+˛$Clz6ʥY4n\&4ϓ4I+!Xz%10) z{2NB`1]eV#B xAJb&H~ ;ր&+_B{[>Hq~ ]9R菒lwn']lPn5)*4hrȔn 7*-'v= !}!dZdt+ Vc/p\fuQIJW50~mqbg$NORp!pdơo$D/"v鱷\Rx%|""r@^_dҋlS$Zr#$ET4 ^&_1su"Ȗ-no3Λ#%rffI8JU ,N>HPNS։~$p:xPjhsՎy<$a%e+vR-*r$8QGᴷ?8& TP6{9KHL30 ɶԴxx`kN{auz)A9>}b+oWM.Q &@_Z S2KS@@7BCzVY@ ..+:' ~ RMW!v%"VPf )FukM"h|mjڲKGn l}#" AdRk%e ɏ@cBE:U[2׊Osz޿MyBy^"dʹb{6C }nԇ[5mx\ͳ~w{`6+8 xfLL9o<|SֶA-_=I2-  Wť4 VI"jvHZ(}M~pB(eOӀv/H2ft < VKՔl}?ʊ ~:xb{'H276`8B盈#o6uG"\Y &t33`0@2mu.ĤMups_#0M24$@cȡD{aDk&dB1_wk:2bֹah((q}JX;(S۫"YA w߂!fO#G5Aս/˵,\2`a|"WzօZg~ Q%]+0jc#mylWZs8auMeOv?gUr(-p bf/7!Xt+<%b0c姺T8(Tî+31g%dAFt !h.S{E yp(/B_WOIDeP)^5HYfIX8oiBJF>*G'Mwz}8=oBa3T+ EP:Ai>,Absd+uk}_?&Ѻ߮vB7ED%WN$8*jQ5FCu 6H }l֫Zȗw}\89CrvJ- CW(kxA1rK"Y;mB3AzZw@Le2qBFP iXW]sS) V+`8fzP_z?@g _r="I!m:UlA_tCT*Mrn9Z7dwӵJ(b@4ǬGzzA^9bT۬_? ۢcNڳDbf9Vyџ"\1n˲ OZ,$&F#{YU:u+l3[KNCmd Wlf[eW&hGf 7Ynڸl]sz1L6Y9-s7FPaw6ayjY'Jە&:pyR2'3qWddLÊ?J44&j$ųSbG$OXlC/6jJ tƼ1t^d9|QqT#+UJIP&+Z> !I=6!d{V<5[Nm:͔Z\ҭވ(x7g$ .I%]A'#=Cs^IQvB-'90omzNs AF %q[Ǒ3q!':9WT+@9)9sx7xNKEUD D69@nA`=2r~=^8#|F^T4EHA:^h@y35h35Cx}c;f|r۳J‘gb){.oд's/zBWR%}󖞬u,rEHxP1b3odrKyH~'nWjD{hTrt*qyY7nDb; oFf2SiXNBh^#/Њz7(X+H(ncuol[{Ja Fp#xe*4QǠP7jϥDm$GGEeYMzyy$͢%*G{2ԤJ89S^{*!Ghyi)om ێK"iӵ/=Akd57oKVEǼ{mX'~Ջkm^'j׺\irqmߓd(y"6c/I[^}AsDe]jX)"l"a~9.S ֔u{>0ët6Gywטj(`+(S]5r=y'>Tn$sB`_lVܖu?xpvBX<OvfxzR[OI<^^Fa=z<6 ~c!dcRc+z]d$P6_%XM %l%!lQ"Tv麇q.~2SG>>H $cڝՕCx-b&@i3QF;fwzi;/bZzy3W?( ,|HPSBaJ~9 ͥbDfLq_pQX@uB XzE`h<K,\ ӽZXlE|)]vKzvoRdޟf>fM &:fm؂ O'Vwe"W2*Dr8q {O]3J!2m66nM؝/KiTXIK+:EݳU̹6xZ7"/6 rN*w0Ӕ)QݧÔ6#G4ڷJ (v;puG34aJ)mrxд(jXk Ouw`ק%D{B1mO!AcT9k. )SH[{^ބxGG,crے,Rjj_Cھm;Y.+ @mixj4=dH&NLq" ZKkIqPJ3]#>yW&b`KeRO$uƅĽ/y3.Jρt2-i!Z+gZMoYt  @Ҽ mFv! mim'Pp<4PSmҒSIFԨ7y.Z!(gpݬnXԣS-6ٔ2cNpSeB[ ) @q %X2ہl9H(.W7T7X,WDOm{ ռjʍ8k4!Ax6, 4nJ::zAR{{WBD4Cen`H^xA 'VF)P.뉁~0N^\3D#P]0jg㲛ݷ`4)J<~J&(7ߨ siNk@cQ4PIGJj%M|+uI9) !*g~(Q`.qOIhϫA/č˪e0iWCp}%o:%c ||'ɯ N^?=yXkPp_$\BԿwߍ0w5]M2]bEӦ ǙKȆ9 D^HP.EL' u4*r6١1:rM'i4f:un*ʆ_MU}KhbԚE`+SOr%4mD`ЮRؿJi7N- nxl3O3pF5z겪l4Szv @z,/!;F!yR}=o ښ]1{k@Pn_ڤŪޱHzif7ă_3ʈ/$)tW$ rD9uݬH]H[0t.CȮǧ/7(ܳ?^ #,1 )- 8䪸FbǸ&-9G @z}l Øb`i@&k:GP2L1Q=cظP{͓ؽ&6+ɀS&^zSZo챍Tc+Y?9#@B]㳞oD4(PEڼ;S, szsa ~QUD>kZ'n\ 0d4o!z9 S)<58Lο- aG<@/ϗ]*^Bh/p.~]aNaDLaGtNz=4$K"F 7s]`Dp݇ ,K2nAc,/vHӚy Be[Rsneݱ #~ ~MUjwMK$8 &`v_᫷Ew&R^Guy n} =[mDͷUi3ڝ7x:ʱǪ'o~z+8pwkN"+\fLͪtg #Kd$}:O=  SDWaLC}3v\wPx]YA ݥZ4Umɒpb|µ]r59ҩ$&{ R19F{*Iڛ>ơfzIxENeA{EQ g`NhuۘJ,>O) c!8"4f2Px99y  Ҹ` +ĽD"+6edyS^W!,uR=}"m2li[UFA-_:\u; g/e a6.0FUMˆ`HpT NJɸ 9)sT{WVy]V 6µ~7xM ( /+JM4*zJXw#͚,jGs;\E?Saf@TRd$-̱(Y 'ojt-Vu$tbiUF4I*7dgl,wD,TzE m%첹epw~˽`Dy  ?\r #vWFs&#|`yoE65XpZyQ=.$.A fM5*kUAaYbODKIwh7 :ðH~}[MQVQ!!0&Giɷ[ލ' !%eM9SLEg{> ?̧$&׆#L 4?5ːG<(Ur~s:dACJ&_NbB˫ΙVtc \w;YKY̬+/ȃj/+R-4 2#Ed0̼\ӛag7\.)u띥Ef/C(J=ϣӴBf'4UW1snJ_hi;S0`Lw°Udtt7}iнV8c j[s 0Vф©BSsA*1} ]fq!OL5/4=PDEu1e෮\2jP@_ i6V&2P!6{>o6| }G`Iy~h!ʑX(znx ݰqX wݴu`3OB~@@f=zM)Oҽ* sV6n?l;53!S ꨷8ҀV"3NB PIu).pTCd,uMk8h|>x ڌ[9ac |&^fIg=-$#xx^mRlXZ8b&Anq"怑~aD'/<=, tG~xvQm56g$n\XX|-oEZaL_Ф_@=>eg0~&,tI_tȊ̇X{8HƽhF1dLo_RPX<| 8L7b'-ҊIB fY~ 82쀯 ǚO!Ov8Q %|SL|HۦOLQߩOuB@Fє6ya L ÉNP!8>Dk2oIѬFoQ0덾8~͏p>LBE~`CzlϿ,ӓhSU.ސM_؟T5JKW8^Ya.] 4"n c`h߄hIi}c屬Q/a6} "ᑉ nKw?%;bZ0UxFt !Ke_rdM;ScK@$oVcS3-ÛZ,'2/4 =AQJjG"E"KnUh#w;ѨNWq}!L4Q(Pd],|ӜUFam'H:H#^I:}"drNn[_d+Ǡ^ p?,-?M}:dzҁz4. whYlsuڽ ޟwU w'7ͩ]a"%; Q9bBsE2q)#=+ÍHie9 %n Oj,AW#L;;Wz1}J {mt7䍁-=k6Ҽ;4y}Ⱦwd< { i%v*OJ~N4LW|!io䮿oY`(J84+ 㹢^2EhT?U ;1uf q6/t}qv1F{FVJA^e{|bF4 Ů~| btehYŕ[V8b CIom0 $"ڨ'H ݳ;GN` 5¶l`e_0d}k+4*F!T]oq#Ϗ/U8|M6Ef) Ք[Ra&C%ʧĀrV?O;<d[eAu<Ͻ1d+áƜdtLv.&~F۪#Y⩍P= 4`-|M*LwW:XGJn Sc[cf<[T|P,B$6BB1&!0gvFrErtg]d!z%BWr~J$!QV!\}#O#;۷; -;? >5+OA` Y* O]  stBNxmgPmɦvp r< H߷A ga<67%ŒujM{:] ~v|mpBZlm5{qUܖ_K2ݥ馭La[xVaVV֞HST&&P{r1 CDbΕ94cĨ=ᕗj y#TYv190ܑzg?ZSt}|a<&&2>=<׳1}uܠD0 z qlʹFZKH.&NAOp# ~V(r]ךy)F"+QG: :T]"qf^MؑɑlG&$jWi뒁ombk0~ytp'(pUr" +o /!.CQwxJ֥oEԖ&0 ʥe?txD^ߝ`׬r2/!1͆EѥY8>bLSU0Cu0 Kˊˎ NB>+$8K6*k0k T^AŭCl>8~rB+}!dž^w8Py(V[8tq$! J.6(89#ƻ )mG-l7h!;bӔgoJ, g\_B&1{LNsqnKT7c.`}=hEO?t.Rp !^ߞ0wZ{ AM(xcمWO}ZrWJ3R_܋ ۩qP=mT}]t1v#a*f>Kk"|բFC~Xp*!eKH%ŎAv'vkBĞϗojnf8(^;wU"bO z:QUWSX>`ZnD@Hⓗ|;HD|hyL!hA \Բ@9( x,3{5BI4_Eً]y*F;aIS IK|5IwSatXG}Ҷm~` w)7%7a"b}(V7Ei KrU˖7CHqʨͽ, yfEJ1WE1Fi<_Q G.+ZjrZai|*Uر6q">)v{ :b260Kh;U|/7Ud1<0#QtE4|p^nGݬG:t_.6Nܜc;M3 Cc&}l!zˏ;6*5Q#畺{T"(Mˬw&X5H9>~Дqw+`P.VDU'sq9_ ԳM#XW5s%/ǎ{)PŐ/_)F#' Nb&4wWr=vt94sTӲnښ'< aZ00DZ6I8e0%᫠Y-EY+]&Y %J9CI90T=19kQ@H"tn)J(wfynT;+V}w>l30 Y9wՓ'tq=>w 5lHXu{moJlcK6YP5?T?a,dZ; ؗMTN5ku2I:mKSpG.WKX>@`|GUо&UG ;.1O=)[&7\w $eBf Bk}Asqgw^dӔLgSaL3Iy+3@bLWA.“ :xۮzUPKI BZud?HP1?uO".ƝL;`R:xiam{h\)C . K<)̀(Tۙtc1@@+TcQm;a1991irZw~*zR#u^IsPDYjF5o:vN4~ɟ I%d̑\Cy kY^H3U*{X]Z>@,] ͙1$ΰF% b\Ē#$-黚0+ę2ys+☽oz5S`om 35\d(:QY'GʹǮcFwy'l]-W$^t{tvl:zEĆAr>Czp퇘A76<>x-ZfC3P}4}~'bM|a3.~(%WғJSw3o_чt:m(._EIez5^="b~\*"UgU9 '?*j3"K\ 7G XHφU pl}6vw0tn7Sٷ2#Tv=%K?@W[OPr>63[][^L[ pcv ģ́lze|Ef6.Fӓ{.y' *x鱤m(_Y.M#rsN~3< oa%a<3|qP{xjO 2JzwYkilL8LtУ[v ![6a[Ri6v=[Ș- AVA [k/V%cIddӝ~ͯ>s)ߣj㰣xo}t .[tO^4[xY+bsp%[_s ڕOCYPO kNf!xx`27IhW\0; LblX9^11[jJHNft f* ]-řI;*~-j<~b-@esimD݀##$"L2qRm-%YW|̝v-ۜ֨%7ˎh&̶)d}l/I`#=5g n PTCEUa]ͧ _$.5xoxc[f+|a"*2 e] Sq5 j6|]41%ݭLU+0=ۂIE9i[ď"!uB@JH7DHQ(<+r)4j&e&n%)UX#)rA\X m 0lᔯtMX0wxl!g6G4!8Q)0ќ$4dKU+3ou_ќ!`X ݅llkI;f4ĴZ Ƕ67}~p6Hy{\P]<glKr ԋJg0tj]1'r z݌&eϒ!S7;%Q?E.^$hN K4/R1nlʘٻǹ"BY0;|R/0hwEiźuF'ןp$ : MD|rcSQag:j)yz;C)CJhE3J= >\(51r"5Gq/6/}H]GϠuNuEjmUagfe}d00. O|$)m'.;oi%4naEP,aZby+Ap9 z Ԯ;qpcUݔd34҈l[px_%'1ر)c=.,묺窱@\ K*Չ uGd-VIM]TqēY3 5"Iv`NkpTt D'vr<H8+;>C5~ȄZI~(h|ک1V,S5bt|_i(lIGϬex$j/8 4%~ϡ"#A (3]-Y U <~(ܜP}I hWUHZY@GTqD&O}~az`~9ǰ aC!´郞lK\|y}^K@hp (GXb7 _y0h>'c 1n0~9Tֳ_LGjWGoAPM}pUmOկ1AH?Y~hmS&:˪V!H O9YQ? *a⦘-󰉈Jc0gI ^g0.2U$:08n{:6>X?LљO`ƋLt[`6D ё!$+8j XdXe<.93'qױ e)nʏ@imOҜZ&kpdM_:Cr,\G?4hyl-Y=G-x+~F-2kUC_x \$݃ʺTC*"S:'Osτ%:8"|pl:j@7pѵ6AlOG3vi*k^޼.јڍNOcBsQM=Κ@ YZ