postgresql14-test-14.18-150600.16.17.1<>,ĉh'O%p9|MRUq^5D0L_T땀m-A&|ׂX~S ǵ;1"SV 3 M\|3 Ng纁PKә-8S$uɡպ GB 6;J`0\ZӚFU ۭ.Lvk:/>K0?K d ) G:E [z d  D $   t$P\(M8T69,6:N6FGHIlX \Y h\ ]h^-b.c/bd/e/f/l/u0v7 w:xByJlzJJJJKCpostgresql14-test14.18150600.16.17.1The test suite for PostgreSQLThis package contains the sources and pre-built binaries of various tests for the PostgreSQL database management system, including regression tests and benchmarks.h'O%s390zp37̘SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxs390x'8&-l#XOX O3P;W @d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.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.18: * bsc#1242931, CVE-2025-4207: postgresql: PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation. * https://www.postgresql.org/docs/release/14.18/ * https://www.postgresql.org/about/news/p-3072/ - Add postresql-pg_config_paths.patch to fix a race condition while generating pg_config_paths.h.- Upgrade to 14.17: * Improve behavior of libpq's quoting functions: The changes made for CVE-2025-1094 had one serious oversight: PQescapeLiteral() and PQescapeIdentifier() failed to honor their string length parameter, instead always reading to the input string's trailing null. This resulted in including unwanted text in the output, if the caller intended to truncate the string via the length parameter. With very bad luck it could cause a crash due to reading off the end of memory. In addition, modify all these quoting functions so that when invalid encoding is detected, an invalid sequence is substituted for just the first byte of the presumed character, not all of it. This reduces the risk of problems if a calling application performs additional processing on the quoted string. * Fix small memory leak in pg_createsubscriber. * https://www.postgresql.org/docs/release/14.17/ * https://www.postgresql.org/about/news/p-3018/- Upgrade to 14.16: * bsc#1237093, CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings. * obsoletes postgresql-tzdata2025a.patch * https://www.postgresql.org/docs/release/14.16/ * https://www.postgresql.org/about/news/-3015/ - Disable LLVM JIT on loongarch64- Fix build, add postgresql-tzdata2025a.patch- Upgrade to 14.15: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/14.15/- Upgrade to 14.14: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/14.14/- Sync spec file from postgresql17.- Upgrade to 14.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/14.13/- 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.htmls390zp37 1747406629  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~14.18-150600.16.17.114.18-150600.16.17.114.18-150600.16.17.1testregressautoinc.sodataagg.dataarray.dataconstrf.dataconstro.datadept.datadesc.dataemp.datahash.datajsonb.dataonek.dataperson.datareal_city.datarect.datastreets.datastud_emp.datastudent.datatenk.datatsearch.dataexpectedadvisory_lock.outaggregates.outalter_generic.outalter_operator.outalter_table.outamutils.outarrays.outasync.outbit.outbitmapops.outboolean.outbox.outbrin.outbrin_bloom.outbrin_multi.outbtree_index.outcase.outchar.outchar_1.outchar_2.outcircle.outcluster.outcollate.icu.utf8.outcollate.icu.utf8_1.outcollate.linux.utf8.outcollate.linux.utf8_1.outcollate.outcombocid.outcomments.outcompression.outcompression_1.outconversion.outcopy2.outcopydml.outcopyselect.outcreate_aggregate.outcreate_am.outcreate_cast.outcreate_function_3.outcreate_index.outcreate_index_spgist.outcreate_misc.outcreate_operator.outcreate_procedure.outcreate_schema.outcreate_table.outcreate_table_like.outcreate_type.outcreate_view.outdatabase.outdate.outdbsize.outdelete.outdependency.outdomain.outdrop_if_exists.outdrop_operator.outenum.outequivclass.outerrors.outevent_trigger.outexplain.outexpressions.outfast_default.outfloat4-misrounded-input.outfloat4.outfloat8.outforeign_data.outforeign_key.outfunctional_deps.outgenerated.outgeometry.outgin.outgist.outgroupingsets.outguc.outhash_func.outhash_index.outhash_part.outhorology.ouths_standby_allowed.ouths_standby_check.ouths_standby_disallowed.ouths_standby_functions.outidentity.outincremental_sort.outindex_including.outindex_including_gist.outindexing.outindirect_toast.outinet.outinfinite_recurse.outinfinite_recurse_1.outinherit.outinit_privs.outinsert.outinsert_conflict.outint2.outint4.outint8.outinterval.outjoin.outjoin_hash.outjson.outjson_encoding.outjson_encoding_1.outjson_encoding_2.outjsonb.outjsonb_jsonpath.outjsonpath.outjsonpath_encoding.outjsonpath_encoding_1.outjsonpath_encoding_2.outlimit.outline.outlock.outlseg.outmacaddr.outmacaddr8.outmaintain_every.outmatview.outmemoize.outmisc_functions.outmisc_sanity.outmoney.outmultirangetypes.outmvcc.outname.outnamespace.outnumeric.outnumeric_big.outnumerology.outobject_address.outoid.outoidjoins.outopr_sanity.outpartition_aggregate.outpartition_info.outpartition_join.outpartition_prune.outpassword.outpath.outpg_lsn.outplancache.outplpgsql.outpoint.outpolygon.outpolymorphism.outportals.outportals_p2.outprepare.outprepared_xacts.outprepared_xacts_1.outprivileges.outpsql.outpsql_crosstab.outpublication.outrandom.outrangefuncs.outrangetypes.outregex.linux.utf8.outregex.outregproc.outreindex_catalog.outreloptions.outreplica_identity.outreturning.outroleattributes.outrowsecurity.outrowtypes.outrules.outsanity_check.outsecurity_label.outselect.outselect_distinct.outselect_distinct_on.outselect_having.outselect_having_1.outselect_having_2.outselect_implicit.outselect_implicit_1.outselect_implicit_2.outselect_into.outselect_parallel.outselect_views.outsequence.outspgist.outstats.outstats_ext.outstrings.outsubscription.outsubselect.outsysviews.outtablesample.outtemp.outtext.outtid.outtidrangescan.outtidscan.outtime.outtimestamp.outtimestamptz.outtimetz.outtransactions.outtriggers.outtruncate.outtsdicts.outtsearch.outtsrf.outtstypes.outtuplesort.outtxid.outtype_sanity.outtyped_table.outunicode.outunicode_1.outunion.outupdatable_views.outupdate.outuuid.outvacuum.outvacuum_parallel.outvarchar.outvarchar_1.outvarchar_2.outwindow.outwith.outwrite_parallel.outxid.outxml.outxml_1.outxml_2.outxmlmap.outxmlmap_1.outinputconstraints.sourcecopy.sourcecreate_function_0.sourcecreate_function_1.sourcecreate_function_2.sourcelargeobject.sourcemisc.sourcetablespace.sourceoutputconstraints.sourcecopy.sourcecreate_function_0.sourcecreate_function_1.sourcecreate_function_2.sourcelargeobject.sourcelargeobject_1.sourcemisc.sourcetablespace.sourceparallel_schedulepg_regressrefint.soregress.sosqladvisory_lock.sqlaggregates.sqlalter_generic.sqlalter_operator.sqlalter_table.sqlamutils.sqlarrays.sqlasync.sqlbit.sqlbitmapops.sqlboolean.sqlbox.sqlbrin.sqlbrin_bloom.sqlbrin_multi.sqlbtree_index.sqlcase.sqlchar.sqlcircle.sqlcluster.sqlcollate.icu.utf8.sqlcollate.linux.utf8.sqlcollate.sqlcombocid.sqlcomments.sqlcompression.sqlconversion.sqlcopy2.sqlcopydml.sqlcopyselect.sqlcreate_aggregate.sqlcreate_am.sqlcreate_cast.sqlcreate_function_3.sqlcreate_index.sqlcreate_index_spgist.sqlcreate_misc.sqlcreate_operator.sqlcreate_procedure.sqlcreate_schema.sqlcreate_table.sqlcreate_table_like.sqlcreate_type.sqlcreate_view.sqldatabase.sqldate.sqldbsize.sqldelete.sqldependency.sqldomain.sqldrop_if_exists.sqldrop_operator.sqlenum.sqlequivclass.sqlerrors.sqlevent_trigger.sqlexplain.sqlexpressions.sqlfast_default.sqlfloat4.sqlfloat8.sqlforeign_data.sqlforeign_key.sqlfunctional_deps.sqlgenerated.sqlgeometry.sqlgin.sqlgist.sqlgroupingsets.sqlguc.sqlhash_func.sqlhash_index.sqlhash_part.sqlhorology.sqlhs_primary_extremes.sqlhs_primary_setup.sqlhs_standby_allowed.sqlhs_standby_check.sqlhs_standby_disallowed.sqlhs_standby_functions.sqlidentity.sqlincremental_sort.sqlindex_including.sqlindex_including_gist.sqlindexing.sqlindirect_toast.sqlinet.sqlinfinite_recurse.sqlinherit.sqlinit_privs.sqlinsert.sqlinsert_conflict.sqlint2.sqlint4.sqlint8.sqlinterval.sqljoin.sqljoin_hash.sqljson.sqljson_encoding.sqljsonb.sqljsonb_jsonpath.sqljsonpath.sqljsonpath_encoding.sqllimit.sqlline.sqllock.sqllseg.sqlmacaddr.sqlmacaddr8.sqlmaintain_every.sqlmatview.sqlmemoize.sqlmisc_functions.sqlmisc_sanity.sqlmoney.sqlmultirangetypes.sqlmvcc.sqlname.sqlnamespace.sqlnumeric.sqlnumeric_big.sqlnumerology.sqlobject_address.sqloid.sqloidjoins.sqlopr_sanity.sqlpartition_aggregate.sqlpartition_info.sqlpartition_join.sqlpartition_prune.sqlpassword.sqlpath.sqlpg_lsn.sqlplancache.sqlplpgsql.sqlpoint.sqlpolygon.sqlpolymorphism.sqlportals.sqlportals_p2.sqlprepare.sqlprepared_xacts.sqlprivileges.sqlpsql.sqlpsql_crosstab.sqlpublication.sqlrandom.sqlrangefuncs.sqlrangetypes.sqlregex.linux.utf8.sqlregex.sqlregproc.sqlreindex_catalog.sqlreloptions.sqlreplica_identity.sqlreturning.sqlroleattributes.sqlrowsecurity.sqlrowtypes.sqlrules.sqlsanity_check.sqlsecurity_label.sqlselect.sqlselect_distinct.sqlselect_distinct_on.sqlselect_having.sqlselect_implicit.sqlselect_into.sqlselect_parallel.sqlselect_views.sqlsequence.sqlspgist.sqlstats.sqlstats_ext.sqlstrings.sqlsubscription.sqlsubselect.sqlsysviews.sqltablesample.sqltemp.sqltext.sqltid.sqltidrangescan.sqltidscan.sqltime.sqltimestamp.sqltimestamptz.sqltimetz.sqltransactions.sqltriggers.sqltruncate.sqltsdicts.sqltsearch.sqltsrf.sqltstypes.sqltuplesort.sqltxid.sqltype_sanity.sqltyped_table.sqlunicode.sqlunion.sqlupdatable_views.sqlupdate.sqluuid.sqlvacuum.sqlvacuum_parallel.sqlvarchar.sqlwindow.sqlwith.sqlwrite_parallel.sqlxid.sqlxml.sqlxmlmap.sqlstandby_schedule/usr/lib/postgresql14//usr/lib/postgresql14/test//usr/lib/postgresql14/test/regress//usr/lib/postgresql14/test/regress/data//usr/lib/postgresql14/test/regress/expected//usr/lib/postgresql14/test/regress/input//usr/lib/postgresql14/test/regress/output//usr/lib/postgresql14/test/regress/sql/-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:38721/SUSE_SLE-15-SP6_Update/5c63cd72460c20b4f1fe195a1cb7f9a9-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=348da850e997db1a07648ea44d9e0a5b4390e259, strippedASCII textASCII text, with very long linesUTF-8 Unicode textAlgol 68 source, ASCII textC source, ASCII textexported SGML document, ASCII text, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=3885b0e0d35c68cdcafb0c9ca8593ee2f9a2e00c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d151ad8014d63b3bed3afdcf94cc747157f463e1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b9520241b28b4eee76dd27a3f8a77027b0bb9bc, stripped  RRRRRRRRRRRRRRRRRRRRR}3+G5utf-88d87692228dbcc11f6a49b37c27312af4282d7b00dde7ce20dbb1bb17becf402? 7zXZ !t/ᤊqL]"k%4E0#J:fV!b.񩼈@/J ~[o߶8D-7Lbp`9~O,7=Lt>4 @PRb0ΉIcRc*Ẉ'u++]:eh w~CS0m?ۃ%A%ٿwS̱=FUKݛ+b&)EF`_"p R**!ef=BFvu[} NerH%LTWS3sծT ^h}K_?SշaҌ ܡa*GCP^KI+ejƞM~E-T94@A bA-e\ҷBH :#*O.3܍3(?' C@fWvI?بs;:/Os,k~܆8Y mO(uXC5ul배rg$%UÒP_UmeFDݙF!xΤ"s$sw^( x+DfZ[C_rxčKDG|lJ~oeu[%(CF{蜋x#9&]^m ?s I"}>N> 6e2郁})r&a+~ ;-cS^l'W hcrK(mJz|^VA޻ ]gDpzq/+=wGRs .+[q 7ޢ³)HOģl2@hʺ'hxEav,CUBX~%*up:F r24qZ#7oݶ{7*cdU)F= e?WT{?u,!qS,Q =^>̆W3 ڳaO!(st ,Q?+'kSȕ9o}\0z6n<=~Y($llm$ -}7d䳮r#ξ8ɬ0 a8 ^ܴIaGwWԑ`OHghwbp*L連=~Rol zk{.u{qr,A]g5ŦNi..{~aͬS̮w-hԮLkEF7"Oc`N;;4=۶~cƦ?iaYFBr'eV|ڐ'orї8)rclcǀ~9kM@Y?* ߺPO;AjޭS㑩5+fJ F{oEagf4",鶞8F"ǣh wu7Cy&0JD-_Hz"ꭃJC/hݥ!WR2WE R5`Gf6sA7cݢnj}\ 55%{dyTs4L؄P?Yſ'6XwLۏ3kkOf)|#CX䊶 tZy䶣<|.Իp#ٯ&f?'+Yc T=)ʛ'8/VҒæ;Nx"˱4HulzZh_S@C};ҖPy(03f[-kÖvʧ6}OM<7 >3r/ݿDf-YΙssCIS@0}A6HY3s[4v+|̥6rmEC8pE^s" Zh٦`*w%'A Aч ց[::W9;hKbT{i)](+Oy*b@ U12_u:n8 i"ZerNUREZ-LA{4XUШэEZa*3{\ǰ"G)S']1>> 7SܟoP@pC7{ {hQə-Z]tChmb %>֥Q="uLY@cd(^#2`n\y]vN-yjĸʧpRZ҃!^Mu4\ ^̃t0k&B-!ÃF܅o=5#jh 4tO~(cF fOyubQܴ .SZ!Eӊ0ޚKQqT/m+K|С.5]pSfA |uw Lyi=C^hF\D۠g}x)ФpvW a#DD$d] {XbRvX0yEEdtm[wKf4Խ6▯XL 2 pA&*mpS6<熫Zs :u~'kh6 YxO\H4OKA(˳cN,RVCsȄؘXF~Q!Jj C$:ZF=>.? : PC92fp-ڟgj}X&y%޷Z-UX^Z?PKH`5J*򎳀ՠ(3_O׉Cp*6~l[DbFr$Pvw"lqȩYdhI*PL| `ދ&Y:AҴ7/Vb %:\0j'NPbfC-QIk5{Ƴ< ˄F@D6ִgA~:'#gȈM7X'ZhsEBgcvGMK].au tʆVd=pbj5ç5(u"gAY& k?[םxJxLIUӗz/%pvP>8eXlQot,fǗ<*6&Ҫ WʃGB= wKhOR{URRy 4\8qT"3mӰv,/@c,f1hsN,~J5Xpk2|$`u%jMkthqQ$yZl+f,d.lNT/M,QrF;8_,$ a`h3y !whRJ*:#;v}/ʵ׶8EznyS%֡0K/բnpPv1u֥ƭD*4u(\J-?_r<䨡t@{RpJ\E¨ne-$tcm9CPuXW}.w[{;62eHL;Qfjt>̜oz\?Tv&O^ Y< Xj7ve^`ynHVzX JQJw&'X0YxBɉJt_~O"Kd(0֯BY(-:F3FOT'2[4|=;Nׅ /;.5_S`4K#6N+#ǐ| ) )] sLɘ4|$\HV&^ p& $IRKrֽTDfY|O_|05Lge*%Pu6،W(ͻ<Dp7PyCSϜJ)7*UҪNE(@Zs"\lM$̢k֣~8b7`TaoSAvUjprߐZk} }M>',K. MBG|71Lk14SO4ơ{+Km3P9Gb q=S86h:zTuH_RGAX&n&n^Cx=] 04ҋ/ڹ\fTH6QwNu"|xA jne{Y HO-'mOfE遘ik 9im5Tیj p/FrAp ᇹfrZHdAMrcᅶhx)0bݡJWI_{Gۄ*^ /^9i:YWAx!51@NBhԧ |{m;*9O@.Ϡpmwipz!7´VyKp5Yr_M3CTczuGMZ=6Vi=&,=PHYp}_Q|x_ꧠIY inWGɕ`9BuN΅?+ ]}ʷޘ$$U%^!Hx=LûMLƏF r"l=Vff&HIi Whzp*!ٿ할oR+Nv-%\dNQr@c?An`c8qP$wv@zO" ysFAYV]8lEprrimn90K>TSWJHA.{u {\<~"zXC?_3totnlɋ`g,❣3ITz!m:(7udLMs!." jw۩@ȎaeٹG1dzuR!'5J/ uCgb?e[7!d$>#$kq_ fS%8G%(@ㄻg(jO`n} $Hf 9#oO=s t١NrP Pes{BqMHFXb'eWֆPݛd Wem2&?0{HV!|9F׹@pN6ML@ 7?1 ֭ZR󳻿: dȒ|Y%.2ZgދsOфG1ދʼg>wjzD*Tb4[rIvgӈ/HFoJB8͹ʁߥx`p_ Դ)욹Ydͅ3{gWolE,&J!҉1+|Cms_I'@2jdP ![ݶxzeQg@3ۻ{|s5A7q?0kexTVpm~Y3JNt(OvCF/}ZQUbԃWF*nŷq/h)̶ӄ*,5=VR'{=;+K!23.A"{z֫erA:U'@\}8]X.vgnu.j&Yr !$VQlzRNvxiC.pS[m:}%,6G 6ө1cw\6gLsÞnst6; Ս ƀV\X)MxКZq ￙o5 M֡H&ԌQ!\[j=up6[DNj|ϕ5F4l9!rC%r]3-e EyCNzqZ^_&pcn1D[@0po xPtP "K3g2yi:? yZx1Υ&=*oKK^U-.czV^8 G%`rt +>#gT/A"49֒WGdždbPz{T<<EiK=&XqsgRޔxbJ"CI؂w.-#vV%ډCyzfHI1 ŕ[BU#Dj@n"%|^W HG87ʪ|lV9l^"Cq'MĄe1PI!]cD>?;:cU)@9F(77MgLU}OV NE,lzhbmd~twPtxF g64"I 74Z"a{Dc@esù5BW6ٝyD|#aţ=W&r N,|4:12sdݶzJ{!lv=\V!wm`th?ϔ̺ hJqp/}'Krˑݹ/×ΗU{9xR&#W}vDIfA~BaE+ !|CNpֽJ!1X-1~,bGsb ƖAYI1?C_ͬ{ES9;=U!0C IŴ{q >z\s_BѶXL-w;)NUIW#,~`F\Bdq z 7ч54X2S~XPþnI aENr;tf OPT!܆U?Tnk>Íd;< nfxiV FZRߕ&lEHBctj)Fw3ĉ !F On8(\`N# $0=n6cZP<l7/ b$[s}.6~A_wk̋7pIzX޴Pl:@vQ,b&] rcxEN$ᒔdJv UJ/> O(ۑuF47ɬYD7>,ĥD"3Qt˔E(,fbcDCC⥞e3Bݷlg6 u񕀼LߜC+%1?; .g*-0I="ʥBI`lQkk1ffsm夫Lzg-uUcJcdD5\<N[ [>y;@-~o`s92şQ4j,WeI( ,6[ZJXZr30Wz,EՑeƕN>|bAdL *x#䙮_BGQIOsdٝh'|+,f!JluPN1K=2dzO5=vuv眝PlAnQob8-Q%#LKpbx֠d*),xzJ5|=Fo)M'T.DlApg>0MG`ԫά)Kb5570v]LO|tsۍ&+#B2Jqmtd/J}4v]i)q=_!Nsd8=lj'aVZy/\?p.A4וy@4(7_i}_6Њd)mb2m`6-E|jp>+(B~a6&=EpP)HMN},HKe*.6D=_`to'g@C>V/V.ݷre\] c+q9V"'D%X7Q\ h?:RF1`fGCiQQSHDE$Bf]ֻa*hc|m{A0J,ɬ losXtɹzfx2Ųئ㣛?9hQΘ)C[ZF}+ˤ7ޕf_ŵG1::vSQ C+% !GWֈI%v•K=Oy1U*&Ģ˩gKCj& @PoϏVr(dp5ટn)\)vs(hȮO71YWKxcIŸf!EJIL[nR%)4 Q\%q{@*HTV;B~6 [D-9_⼧ ^6D͕f#- ӥEp#+3aDJ^Au{鉙<ļ= ;XAqY b7TL؏&}#s".^ Lj9`uk^{S 0waX%kpjnF oCRCcT!ԑ5+mA=Gz[#cTVӅNhx.4Z^V8g|x[ɤ!-Ascw=B:gvSݖ|sGIBW0H'NC>%T4\v{I*9 \NF Tܬe=kBByT!G6Z'"{?]fVF,5Y0ǕуHʼnY3Б'-Նr$G@:wgozع`An<* (wȺm{qyDhlt݃Cw?@/٬Rn/ֆjRXj5)$~ɥ"/ƣ@sJC@YEy̧9V46W|TT+ I%c`Sٗ_/ol:ѷڞ .\Z9wbU8uQ_Ma}(~)g2#- ,cM {,|P zvѵxώ*cwq7hIcKa|<3[﷭|VqV >н;^jq4ϫLQU!MBVtAo41,0\LثDhi#7iIZ;9!%޹&.Wh3«sQεGsSy.#Blfi sWKT9 5h5Xω/ JTo(n>#fO HƏWr/Ç1zAxhAs}_g٩Mз”_Vχ^boE w!{ϋkQh:!G:) =>ꉸ$(/?Z((87>U% ]V<2aXVcufeݖ+l4AAMzZ[oM̬9?az@X`<$;,tб.>sAoR`xՍw`aɳkvBg.H}۟f\δLѧ"7#>Hn k5<_;J"qzKE"׉`*Г>UKt<^1$ 0lm3{7lq!4+tEg{N&9UzIhØ%%0Y/adFȡMi1B4KMbٗH8r]( g1v̥Ϥq cv!8CM!OR'orl#3k3y. $vWsy.Y,dÛkܱ*߷!TMVgIz)C@hjǝcR#75FBV4:}ZAYIk]%6)D;BCY7Qt/ԁu*"2 85x.{4E!JJ̾\s޾Q@8 n$Ai8ۧT)zU>rwx Aq}^d@hre*֞owl FpSBZNVNʑvHuN,M?CoK$ iIj M`vq'ߛNb%pKk?!YO_sD ́1ЫEN5>5'Ybx O'U}009i]Gcџ(6\5)o[#v,1Mў VL ӻ1F@rE$Sנw^A R7~; m/I7f> 5U2$pB0cuI. HL0'NS1yߛ1B^eջGI9;$hUSp}5)Aq`74\Aa9 s5DU<&YC82j]SGX8]W*9t^7ܠf:f ɫ6+{IaC>9|uS3˦ UQGzmbWb#l\: vG~ Pɩ5}}w Õ&=/++o|jWƭ!|0 _/`I\j6NelMS,mâ*F.:ɍ1GVˬ>"􊾝 ٿ &VUgcBklV(f e',A )݄mn{2]n>l6^u߃2mpvrN xzRgRE{=ʥv<'`7q:sc7HTP0nIj,/OG${X<Ë`dsЂ8ppNb(YFyܙAqau"i d++_Th B@Ka>|>d5dms?ɇe$ME'cQDn2.X-n "/B*3af஼~OËs!?M& ɱh!r{nَBgMoha][ZIfOXoM(Ƣ׬]= >aRKqOh&, ^yb2D&ql Rvi.P7vB ffѠAG18%!l-ލ3gӓ|IU'js97x8pila.EvDK'vz%iw[S6lOjfI0vyoeuj˳!LQLb3׌ՍþdoTh6 P-1’Up,Iq:$T TSgjcO]Z9~,KaKziW5c7d}C&IUr \S`X4͓T-LXƏ/EK)\Y%Ԧb7.fh9Us:])2g 6+:L6IOr9K@$eW1[HЉ_W&S.Q!LM5:bR}NANONd3=HF٤w JX,l6%ׇ s:54؅E3iR^~5B.[7XzK o¶ 6$!/q͊QrAA" .wvDiٹc{.P3U K1BpN~M6\睟[=]X(A{a^PZ=`jF'"~)ht8"c2w%9l>f*#d؂ ukYnח- =NXzC1 F^B"^mpimjFY&PM*Wq}>Ƅ{pqR[dVŐ <=ŷU^گeoq3)H# {TaDPB4.Z5*0TH#e1~DkNjd+ {u~Ep?ua1H'MPFFKzm ,V5CV6uŲrYZ)h]^*bd[|O$ ;6)v$j{QB&3c4zISY4MFapܥ6*+mYTy =\x% 4|PLŕdii`chu_0g(3 ~mA DS< gz HJ$+ϲ׷ \;:@pwcjw؊ f0>Pq&`byVYcۓKymEGPÕR<8]Q2z97s]t&:diI[=lF_5Y~?mQ)^^4ۑ<҅׬ 7J ~c|McpJXC蔮XfheQ -..5;l®+aޖNJ[IeU8NC4I6_'WM5AϴM5Ocouʎc }ՇZJ!S^,Q8AwKZힱ=i՗d\VNUNlqM4v4 _{ " 0AsBmC~첃 i-Y"Rzϝ~\QZzgC+k@jX&+O^鈥c',2_u:m[4<gܸiw ВA_T{Z\!GJZqÛ@xDTFjC:?Ջ h)}(p'ai]_SkҭpUWsV[A[Lf nr4Y/F=F;g~)+Yl|lp3?&} #eء`:|cCֹ(&e;p?{o FP /IǷk"paqr2Ue{:س&3G!-ۤQέU- ')v(!9:͕H,ܗ?3#L yqt,&5jp^c!o.cJB]7qǩ H.(1MPq" !?wnMn\4=<4_wͨ#CBW7GSCej"%꩕*xd4 U4Q j? _TAkb`R(eTBi%G'5E Dc=!H㻮s}VdzR 9Me!%&o#ǃgjj#v:PJ+)EԞ`4$* G(Tn(\([Z t=)ѰjoA!:ͧ[}KdTr` ?Y<PYa4#y kC%lII~ V+;;RAZ4,=4ўz#4J@n0 FL9{| <5(LNx-([wHҜ?x";#A\֜Ui 5^Ǥ/Gx딃7b1Vqm98}dPamW5#RZ6fts:SKdݝz (~J |.HnR}FՈD*)*kEGw=(0.eM6*MxD5tikћlcvX9K4l`]UoE:.JZZ]6ޅ YlEg2 sүk'n>Ԣ_ 5OG}t,IN2施o4z;I-((B jdްoi9/ $uh27[XB%W-d6jۇϟ8Tq(m5B ߭akyu '@>̚Jk2PU5";oV>WEJX~!iCX\>>ANǕ0* xD/Z6-4֊ Ì{8qh65(C(ccJa3kj-_P^2[`-ÜwAo3^ѕi:3M:w=ZO4{i^;!/zjX CeaI{[5='R&@X/ғMF)^_a@mLPNg9j+ۊYe6Y[\)Aa~9l'+bObKZ/&6:7yE"Nߪs՝@.Eny9%z`i  0̕X ޡsĪIȢ'fM_Wr_pz %7$(K*RC]P s1v@K~r[w`%# \Vz:} ,CƊh  :gpz~wrDRQǓ 4v\DըT=}4S̜D( <[>PG-5Ҍ=s@:-T OcROoiۿ_qT|) N3ŕ dvCظry4w[ײy898BdV-ZO )億?˵:|Quuzȇm/O8?ho>ost} %rXEMQҝ'/IHzpFeTZak@%a1 :A')[C%W3h]^ /9zÒ~w Y,v1VM^hU-uB?QsI8lSȵ[Vj!3^d =;nKjNgCd8B:`,źIl0 ?ݑ̽ 硽G$j|T&RŮzjU>&g.[KB- -.QfB9%Bky^y+! ԹNpm ̺Q"WWPjc旨GSa=SH]qs_9YT0]< fs>7-%AZukA@cҳE^[> W&H,&Δ1I7qAꭉT3ȚRqL=Z?ݰG Llyuʀv6F,f { ۙ$sWJam4Îa$ْ͂w)1k0[H.95~/eUް4 J?IUSʫ5$V:`Co rbLWdPq Q0pĴz.}t(` 1:g㻏P3_rCڕ7nlpJљo)I 8?t=oE.sM9AؠTN=Bvھ#'[6iNpBu(R*rO MA/Z;O}lD"/Ȼ p(MQ:yI=A&`?N |" TfcF\C bmܝe+OO[IsAՅTgl0&;@zL5xF׵]am>ձd)Ü2}uJAFp U@$R;-fuP{>n#!:mG?1-MnK/Qdj ,\8|??B-CMU3 CN0bz(2_5!E;y{1^ 5 URX-nЅ۞ 7 RPs3Iᷧd19{mfU")Qlͽ4ָ1UkM9cۂ5qIA$#אtG첹C hldi'I.~NrNSZ9q?p%5B&xa{YnE&d[k)35VX|T*gS>6btzj=hRg9w)SDxaT3x]2v sNx_q֔ 8NA}bT6=(:(W ݳCvm ?y}>~z()R!t%Dz<{pItW$łoyH?D͇Z2 1AآEYxXui8iopMߍ׬EgT][@Ng?:]^=#A l ә[#Oq.Q[r(SZoաe-_> U_XM.S3Oj,9ʹVu eaT :׫r mgpBg00,^xg/ ㌹d];IV؉X6?0p۩VSYV==^bأi2xB\Gzp0 ,PJ{Z}?}[(|{X(X031\%]/zK*,DR]q,E~h.o,x7=njc7{Ez{%i_rDL'WctgZ˦ &\Z@qVE&d P6MIv6 >g-)'k695N)mϊy$iFVx }Ͻ/b޽ 0oq:_!- "4Z F<9CCs k 0I"[ !SQ~tt.ч(d \mQ+ p +#tV:4<f:fC&rӉC|Ir=Q8F~|$/Ȱ{]9Ƌɜ1Jc SLq!BR7Z C~p+wA2(& i-H1 gm!`.-m7a.ϱ!0B!-x |6!W!DŽqHJo#!<]Y:  BL]G| M{AVf3>KHf?N@ْP~wJi6cc^P>^ y)180P^d zwI |s"mi⶙KpĆ:"ʝENU{D\rð9Lڋ+D/Wmb \pn*~sĂބj^KQN!o\ O6HRr$w~if׎qVo ]ϷܼGg6ӜO2Q@>$=|W$_2ڵ~ec,>Z Jl]Q><Ơ'Pw`UlxYv\YPo +d8E~kilݝA1$FyM7UmWQh PT ~?=KbomU6 [ S@L4)+xM,`oo>18L6q 5c|x.tkYH9oO:6ǴbZmcQNVP" ۦ j:oa^5^ nR Qݯ~zS>09*X+CN9q̈́0 n_-/(%DCz`2rxn7}f࣮ƨ[yԐ+X:K:kSh}k-XOͻƦ1>Q5Lʳi{|APq2}'E>_\̧Yc[͠A8Z FwBӸ+6)| a` 4&C:Eqf+Aʭn~I/(iǜA+ !@'5ȝ}g sF.2dž.*Kd,{[a/X}m>0zS+5lA ]NVPӐ;"9䍧ح:*JBLZΩ'{7|d՗&8x52=.kr?Иm:_ q#+9^YImSUUȭ*(Z/tPo\[,G i)F]]ư ڞs`fQ1Bd._@:g2"*?gdds@;'dNDNp@9d4وߙ :J>‘bNr}OCj =>pk/;2WʡhaXUE&cU̯;C}^Z2CZjt+0igŚ$,k,{1d*y^!Ҝ&x/q,0/Tp *?NkE X0Ŝg3Hf:Qrűwş3[O? P 0Ib$Ħڀ*ϤΝ&Y- ˈc5;tJ5d{e3|yY쮺b!ھE!к }+ }D;MV~SPDhtԟȑUٚȦ1OX9 +X >V"bR=Fus"ؠceb@=i44,[d@OhYv,X8Q Q r ͨln.[ W^&Rw$WLd iR{+F{f%[(3I_p]s#-0 dIJ]ډuƏKFT  ׎qc!dSž.ըd$:>wX byXABBq ,PO !͉j 4ؔ'҉7SCܱdu9=Q.s=N  :ǽzC,+kz")u7@^ӿ e4+J+dYn#Bb;"Bpj=w\m*nT ĊBӋ69h;LIɣ,0A)r3U֗Q Њjvh!vO  O6떞:ҞZOԨ,$P|hKܛԴw4m $k=͓ؐx\?▨)fDyTI&;{٭S.UgZ7\AfA WqsJǣi<)$CPS9[msf9|Q'.YmPwB,P+e^_ `a{t܆BZnmge\֜['ϣg&BhΠI8.[DֆF*|1v s-IJ=#XbzA48; f"v}[ӿ* s:7k4ay?I!xGy1$q<D<^I .] \u=$+9줜[vώww^2]dЄ5"tGzHqFL\8uLtOa[8* {KZ@Ss] u$OXEYL<6&QrL܏+3o9bp`̽ 2tVOu9NFR.Om8!j0o[EwܘkIFi]t-2TN't揁b͜pkg/Km`IxJN;So|SjYRDϪ{!Of ] Of·/wd6v+6bبX& iHC#N 6(EPP_vȟ]y2#'@( RQ?dN&-PE^8$77_?n$QunL|3'0)mD ܎mNʷ=@I"/[c!ߟ :@-IeCbJD l?ͦY3֯laaҖ-nLj:2ij{wT71 O)_UINklB5 rcp^Dvק55ubNnFeDomzGƧDI:*^1<=_ [.\oĮ^)'rWP&&lugG" ;#["!e&/dz]fj ݅B5s]3& Ɍ>`PRΎ#X{6 (Mg7ρB]wrY/>RqޘQhs/N4I,qҲRPzwϋ&K>)㿶_nrD➙i V0֡ʵcσ0(ڵYv/h9"cM`ŴIT]##V ݩ < b"b<[fiiVONTCo mc]@'! gZ+n nh Oz!UrجH/;9?SNWl.pbwFfZTmclf;ɖQl%~K ZWP3o?ev&u{>) Fzꅱ}h 8k@\Vpo^_yЎduquNydPeXQ[E%u}}h3Ҫ"fQ敱cE'=Z*)p\>e慓Üc2aҟra,oDMHi\R,!wq]O,}TQ/?liR% _f[,)KA׍³/5Y"=KX=Z yj2GV~g?E6xSR޵J~o|\=[6).K+xC. [ij}l/AN=h^R:H?dS̠(ʂ9ȚkhX(Z/@VsЧ;@vȥ~aZ\xrii;𸲣ڕ$d J:޹%*Qfo'\0[;;DôZJDn`,y}k(ɒKfofQ@μzDUKۖevRnL UV)PRXu]&L:ag 4}Ia3M/4-מ4(?Z$c7B_!.+PAQƪ7հ#ms'Y3:xXG6a& m \䏧A{\N2 kJW4:Awnks U7Q@JȏlQ6<)-Ҿ 8w4 P&ttN$!7hUEZ"hUǜB| [Ǧ4$p$%0{9G*̗CKR$~1lIuUaW"`1|2>/˶CGSLz0|9Z|%!9CkB]6;AMѹQ$I%(P-[ӋAQG(ՉrDP|brdJ;fU]KɶPnKؿʡ@ (\a5_BaDFaV[}fZѳXF"󙣍 '*wZ% ⪔&U1q7ڙ_@8Hj{|֛..+a^@@Qz#vH}zβ]uU'[x:ЭOVn'ۣUDyq8vКTRѡDĩ~ye;3JH8X0qD`TӀs嵡7j)X~֢L"I`L ɧGzrVsYv|uPzkrPHUҊXT%{ ?*v,v rgmT,.(t b "qfVEr#pVYR观lukpsn4sle s!}ꩅ2T!݌pV0z!T5h «F)C_ xG>%x$ u>Fa4\_J,%Xm!e%p-]}-W uᠹd@!Zn.qGp߈]}8 *dlOҾl8Bވwn-i?o܁=|r g>$en1 h}|4L}:1n"" qIw&rLɵgF}x ;o@yt@od \&2 בf.REcwgu7 #Qua_LƹӟY|(^iG<' YZ