postgresql14-test-14.17-150600.16.14.1<>,gp9|W=r_G^4v(=eHz_LkOm:lE⯵/ʸ`n|WG: fHzxDz{j`R08g-dՇ 8 {<\ N[=LY@NF-^.x"꺛]δ]F{r=ŊvWl;mnn %.ZS5{:;Mj"j]b)+B22>mL<@|nֹh!`VϪo>>H?Htd ) G:E [z \  8   z h lP(8595:5FwGHDIXY\8]^*b,c,d-Ke-Pf-Sl-Uu-hv5 w8Hx@yGzHH$H(H.HpCpostgresql14-test14.17150600.16.14.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.gh01-ch3dVSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxx86_64'x&-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.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.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/- 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.htmlh01-ch3d 1739894507  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~14.17-150600.16.14.114.17-150600.16.14.114.17-150600.16.14.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.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.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:37487/SUSE_SLE-15-SP6_Update/c892b4f9872c779f4016d3d2f37ac23b-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux directoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=007ae5f874f962991f1c50d39a8d9a9865946085, 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 LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=4e60e93f1523aa3577777ef01c1a13fe1a9fc9df, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e0bbb8b730b76ba76dbb45dd26ccc3c6bd58d79e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=53865d36bc599ca0a0c3654579d5d6050eb0c8a2, stripped  RR RRRRRR RRRRRRRR RRRR RRRZĦ 3Iutf-8ad7fde6e2c36ffda6d933399526d48731f307af2526f5bf79943ba00e513fdbf? 7zXZ !t/f]f]"k%4E0#J:fV!b.񩼈@/J ~[n%\KH@r1dH1'bkqn׶N5*Jz̐6lr·cE8o) ߸!=i=A$T:ABp۔ơEԎHwr*Ẇ| 3F ˓ ݄F[/ݬq58¬Kֱ(?dA%k2 :=V6UoKxP[JkDl-V$]oۆuY DQG|*uӓz*F&Zjϝud$_{LJ jŧ&YY Ĥq|i[`ά:|ly}e>zr3;Sɴ7 ) cm75xc`91_2n-0x"2Zԕ_677etgȎm Ak@;K^di=ɔt$O,-磡aϿ( AV= =ˑĢyp^3B*=oW= cCP>w=M=z: "|$ Kvqeb-~CIμ>62;SIn[-|cM*tN*9dX:Q݉d '*Fj_Q v_"YP}P-ڂPÀn0@Sr1Du6Bq[0*g Ǭy 'CCUwB셧&@ ٗFa}ͧmTSc W1'_1bgp9#St""dB=[w4t3>2fDj77 DG_XFTW߂Lkboqwx>FC=O5;]aN*n$c1H_P0\ìjc7{q<8B^_c&|:Ap%|aҬ+Ƴ+2nh0?KU:P8qR8Z6sA//UMV"'ңli WxҤ335,<3-:`{S|(掾jOYan0,˽Uys%ufrhze7<~L]' _36{ʫ bks3[nZ.,iӆg@Fθ2}/dFR9G1r :$?W< al2gcV JW2gcx(^`nɔŒ%Lҽ~42Q-Z"kl{SDk;˒]jWR#ʻqNI, a-gY*C_ӅtST,v[d'?&/d{-[BB"S3n?k^BZnt}Ig}1YW͚^#{p_>'QͽZcQWyd 7{-1oDp ,BQ=cmڛ^ݗGwV28J*Ð PVQBή9ժAb< JyVK.56-AVevGiInK oKv L-"+7mʜo0qOACNQ-}L3xмUtYטR]FyP"32(y?HX%> KR6 +|'Yf&W?,¨nvњ\Ou p.vU*fG2<Ѿ$vhہ\GG޶M&I`tQAN:7|L;ɑՉ"t|誂KUև0Β辜(n"8p 3N_^(S/  n^\`E"[Dvs٬pl3 #9 >kk[`'hϥ'X]{w)cD2 "Е8Y}(t n"ߢqpe]J0t# )WNlQNL7զmj57| )3 >t5 bM46N`ӧioGvr)W\`TRIIqb~Umwa$)~W׊/^zuLXֲK(h_fۃ,SպriCqĹsOz^?/ӐL۲73vr4 !WTn4xi|3q0AnUm=q=1 l}_.rG/+YnE:ݷ?dnal%l .˷YtV=툼 GEίx ϖ?JO tirWFb2;@DϗO/k% m]٠$2 ^WWdoQ>YuR*Kj*%=s@Gҡ]Kd-O> :ۗ/69ז݋[.jTạᅾ*-6ߏ2J?>Ū0q9V99z70W,':w#Z%c.&I2qG[>]z`cY0U/ >6m 3H(yXZ⡶̑˕n(ؖdPJ 30Q&5Qq&"`k,(FT|k3jLT6</M)1|oUNO qhe- v /P4 $s5I'Q>n>&[y>%j 3-s=W[$ͫk@Al=.h1aX%#uxZj0m_#H\;y:rxAE3t\uAQ2׹l§JM^/313 |9|_8&Eϔ~R=dkV!sL߶d ]#YrC_x-yx8QID_0dPe&׊{0]T@3Hb;B4 [not+/Y;^3^Z1Zڇ]n(ڟf4%˄o ΗV[e P`oµ ͞/Fn 3..\W IԊQ"utI Ug4_e2H1vqg`Go*. Pw ) \ߓt>H(CPX4`2⪠i\4Ȓ{GSY{6E3&Ԏ +ӳpž?Ghgg[ueYվ:1#'h=#i?{;A&ea6"Vµ(.g~hmЃ&t}R'**WIwߠGH94=?(y/YwkLn)VI !8GQX{Wuk0==brb5 P"†]Nl;= Vyg IrWnE\ oI+{U:>NXccTT6)(_* "okXIx8J14Bx!3cC$4]ؙ2{ *4EXIW8P'ò V~KmٮJh4;F%(+@ΡROhb ү' moGIHO &NQ Lbc%^ fH6*ÛlY缁v %$g%@xxީ@Vq"ٶG8IdKQEGF~PRCK8jԪ:T=9ϧ !贒N''E{O4e/-@۱XI.&Hm`u(VJ[!$!zkn4Ĵæ9.!ȴnHb7=G@xP"bbdr `ҫXO=}.,.pv%N .rh(CEoA&fa#3wdɛ8&_=T2@M^FZki'kD+c+ g$eP [Z]nZFVc'c6o^R4!|ePmJwX kQi.ʍ!EOB#ke?8x8"/ X-:1"g0ZAqaEIvS\^wc',ֵSC@.G&{Ed(*w·-ʰff3`x U?@f4IУ(&$s7w^H?Ft^2)[{m%]"v\i@ڛJZ/|sf<~~4BSOh3,w^t[ͦS 戊08֚[.£ o".yU\(n/'p.$ z/ nw3W.gV%-G <>[n,aE4'v}N݃f]Ƭ嚅enOr'J M^U~Db[ (Nس/WV4=ÇDl̋ ӝ nMԈIq v}șMO]JI'e!bQlTnFJ9ZcciX.I+-&u:ҕS=bVtZζ?"숊Af䢼o |b!ܟA,r7 ]'/;o%NV`5,2g7 T']ܢU{lgP}\b}> [vUH{RWy qt`rrFDr(7-.A C3Lw5\r2hPR!*N%h5u+]hp˥ A4|@ԓe^"OCRWxbgң. ?I ck)5\?d\፸HZ/C.8,;y4" w*20?KJ2u" cjmE Eruヸ=Ptٴ9ĵOV}o(Iua;xKQ\l^0"ιd'8_+.?ꍻו[_-eɝ1U1e"pnbwy? >(!F h^t@[3c|JI7)Q0}35ŚRt9-d˰G(y(u̿8J KԏKp+')CeVGwN%EE%j4E{V\977V#mR<{h1Ki}ÑАUUsa"M,v/L_+Id*N#ϳ&-LI0rWqӋ_1ۤC|BwTfdp%M wpܛ+4K)+a`""aue;vTӱ}p|CKУCysUMŘRSGxFb!{icF>M8eӘL^g75,קm Ag5e<#y#E<]-uoʹ$j̘wK 7$gRBy/T샐"Jf#b/^g:I"{-}bWN!(pS gh[*1>Tvp8/) ہll%E5J%Qgo" bWPUKq kc~Ť`B^QD eAƬx'sF[׬#S #8XJ_[bbЦ.1 6n_O 8Fߊʖsh#2֚dp\D1-eftIȲ } wc6fE|TMHF_A;y?|A"oS5p=e2TVgKoh1}?&h @ '%O'^[b(&oCGcLT'&ehC7'S_C]uF\O(^e4idKk!6Bhp1՜AYJ&ՂsC.&3vQVt\yk B1>'?.M}_b}evSGZC!6|lW78Ԝ<oR&=eYeLJZ^qpFs^Q*扨$D\+I: Udi ,Ke|e?/ڙvH*`N%-uPEkqSxŔ6 hJ JGRp@+XK_1BN_?\[N2&a#W܀Hͬĕc3nƵ  8 ~~,Nc rxNer<4 NQ &S=ZɨDѕ)Dv gTRTFbFOmap_b5D `i 2>;ĭc| ¬ʾW>k?o4p^Me%ǯF[~s@_j!,Nz ^(CuRT>^?,=Lw׉W@ldsҘ .%\/u9Ң&5@yQw"χdJR;:ֆ—;m6*5qC7^q"-hi]ևiSgU2JDME{ۦgّꆟcȠ~!H80W<1f3ْ[`@l"?$ݛAXi*L70&;\eL^O1ŶٿbpMɣ3X\^;l`mly>O+L 9Β+c+#XB(PTt ;9 YH-pUdZ!,8?966~' G.$b1Ak]th9'2S9zwIEМ^pQP#uDjNWFAW~46]ӿLw2H(^Z5# 䃡F!ˉd*Z${af69́y.A:m{uu$y"o~O k0)\š2' {r{ |7;1kڱ-!g|dVgel vlч(X8w&sCĝA&|= V!c'ޞ&ӾoRRԏfna'qiKUD^9vK_|Ѱ4#zfڼbTD"|l[P&F i>(GDd )qzTl ۜkGWWC69+ٱ2|`z$)<᨜hi='@۳BhķBNkXӡ޶BI G:(Ìhu!uhY[x(l* 뷧ƹFYGL"S H}sd7JI<5BQNP|Kn)%S/nזK~j}{v4P#âֲ_){z~Wlw)AZJkƊ-N!pQ+x/MMK(yo?6ՐY.fmeb627Xsi/[M#ibgNو0IoVGg'hYYscyNt w9".@f\$|8CDFw10pC T0?^l^q}ll)WL".ՎĬ n(~F ռyR5p\s;/}rc)pA[ZJtن K@ͮxfD3{lL䶔Ztek ja"pOS'zߣ?Ohg.=y5Z/@>}3z](m|dLF%B=:mpl5[q+Yq~ A-5ru`rKh :UF9 8~Yhoϕ0z $Lr->X>kȖ3_`Z\'Pv3f*tzP?7<Cь&:Հ;!r{ܧ ռ2L5iVr1'}A_?6yJ1#}|FrڃrVS8zZɷe"1nE -q£83Ě1_2AH#':B9[q-+K|# P?f;yGX`I*X#huk%@җfuLGec+?+kqN_>S1bAL }芩| s|}/9©*G\~˻?uOl\lTdcY9ҖeM?:iSpN'%d+I.j".(D~h:'`GS@ 3+U w)UDg ՊXG|)l5W{_>NQ5 xXE_2я@ON*Jj*luC#Fn(.o)u&: in.Of9ߊ4@W 1 c`"dY56b4v>/z@5"YÏy-Жs@+A.l7re d|^wg)QoW D]b\Uߟ `(!Y 'y*r">;41lb QȦzIj+u 4{|}A#vi(2zѯ1h;c 0mxoo*)h糈rW״{ĪGȣ&~kCuۈe#–a}}9ąz[$PllQЭ!UAnryio }R`P_3`PB`H GQVwaG79_y6leCOrզ9oGSOq) (B%&P0? @C"h75!گ>Yʨ\-u!뻍AH_' ֩XxVpp!c3)v^*-:H扪wWDV(Wf5S50%kz7 ]/zA #mپj_:RdbцRݕ2ii8 r4e"q|?Է8;_f9C9f:h\8Rjv2txq[P8d,gUKŴT8K%Bpk
[~t?vBtaߠ3=jP[TSbHMGH-=/&!Urb|ed8OisDBw|=5߀C5ZZPB?h\ bt kQINbHaB ]ν,jۇ[?YyciahFb,B= Wg,[@OZYlȸx],Q¾D0k"%mvAv+\Dv>=RV(b\/#'[SSE$Š dsC<tȖ}"ܺ,>SKremЙqgA[~Ϻc;)yiOp ]V/+H7< !@Nf˔l=BU,Pu:%≎&!u![NO=e[tPS d v,Q1xdscW{6_Ƃ︚D(HB;n)yyjcn-1(GI§Cy tV5WJz !E]Nm =J! ~U{sOsͲ f:?boNg"vn&#FIǀW ωY YՓ59k#<:lE:U}7#d¢$Rzt$L5v6 ɷhQPJ:%9rزH@HzL-ǡoMJ{K^-nTZSmqQR@tZFH(g7BMpY0EV'~#xDi< 1Pqtt 1b4W{67:#KK܀r%aıY{ d-; dE0qFNT Pk(hK3L| :n YF"QkNPj&u;XN8Ǝa @c5Nx1ufOlG`FlI!vT^%}>Ο6~S2XR mEr NPdc[ X(}r`JzmOy _ kړINMiy{+ f}1DŽLXmjV&qƉgKa^][Oa"~-hDWb Ñ}r&RGb6ܖWUʴɋ;cG=.q̌p^[.nbfЩo*g A؀^(ƑK̲ܮ QapYܤ߾\~.ʹƵ}Ȏ3ulfvvdm,FnG0'?>ڥFkaR~hGU95iz;W#?1"@k$U&O_UBe⽥Rx!X&T>>A˲Rr00Rȧu~K&,h n,( #dSMQ3U · Aߜ ' iGٽw$l4tRxQl VyF;~ ޸f)șP|+bvNHaԄGuCcDӵ5{AmҞ)AY)Ch; U%K,Cx*£1g,/ۚbVEG8$yAu zAl8 Ii}Ўa:KfjޓCJׂ/)!W4ƇZ?ܯ$ 9o-sMP"}D7&ʗ KWJ  JG~;yxm"JMϸ^I9P=ĘJn$TQސI􁥖(_awf/Ҕbn.IuMکFD'$!:c4.Ka4͏ >8|ǰaKb|buQMz[] 3"kY~-6$^IұT[ܺ!:jEhݯ@oV+kNߞ2'u?^ptGp*Ud\󤣬Ɔ}!XOrzj14άs afi=D dp hK9'ZX8̥mrǬ8!pt_ڑ"6:7p"qL̷͐Xap aρ>-e*0L|ÄHKwq~o ]>_&ԃk%biJ$c5x;xH)Rk#W U?5*m>S_]š*.k-TViB{}& TiֱvjdPU9{&7RYm;:A F bLY8VW)*&5Z׌_;ZWeS?xJV75Rq{jIpG#X c$.OӉ'(QUzuڿbQp},w&1;7SЀwQoQz4 ݄Y"2ژIK]{ \=IQxTECsqnfMe74ӐBhϩQu T&x XfER\02>d[\z2Buŗj@FCzj{wne _R ^!Z/_-f!B֥70U- g|GJCtz3 =(wcm蹞o,M=5*JkN_a0 ΦKllYߺkz[YCk^LL;!cmn>.gP(0Ksig5(,,fk-8z*oݻ [ J'`C]K9eHl8|U; C/n쭣ki)^5q`/IOHQXSJ; dMF8g9kOx.CƩ}攢o֡9'}Y$ T?zچ(3\ e ae[2KN3;GD:/a{Rt(mteQ 3-C=2ɋܕfr\^e%ùOSLs!%˦9@m+(W(|hLEIodLx/([LKn%XtV[s!4..~Di!:tOe3IB(j C^%H>vXw7iۿC[&bxq3@mp*u7Z ճ ݧҲqSzg)|A{5WEpdh6u` #M8612=eMHKR#30aQۮnk]!HCvXaW1R I@w=<C\q-u{LoXb>Uwm-YBr5 T}| 3F@vhs U^?ɴ;F5`qJBQ| š轿a\dV7C3[C!ըLo26Bck?lxu5 qrI6UNqC1Ҥl.h㾉>zoxior10>&%s0[ -8zz`G^<#G/{\}z@'aMj^[Id\HFFS-+]Sŧ9˚b%Ơ70鉖K # :\_p*XQVMxc@gA7 u*PG+ZxC8u)8bY9 dsgѓ'C%ˋk2:-kܣ . Nur `*o?ȳ'AZ1V{BsÈLZZ>v>oNKGᯚ!t;g7aY΁azJiw=x2R7qd&[9P|쬋>1y7_a؛n`kYHo!YɊF׿Q;lEdܨ{n1TqƳg]1c_qx uA7 c3G 4}؅lagZ晆@ϺΩz| wX`Sz]}dIs!*Z|~lt Bj4FRi7`Wheܾ/)` "6,r߶:3N^U`֎]޹o(d;Lv\9!%? b$2#6֋E&Q.PL4EmUc#.ˢ/ِF s)h(B>XZ8 WTۮ5XPnzAH6Ϳbw,@R=w(að PH8gFCZfSpZּ%Wj20L.ҋBUA5WF~IbA ŋ\1ur>͐WǺn6,A7:rЯz}+=mmv$+y 2'b?85% %Du3U1:-䑒 :rĪ;(] a‘0U[T0Eq)%g6&0" L7YeEQ̈ܘ[I_㲻㛇? ɹOGZ< T7X,l)<H0!׭^YDO^fBZJГ8)*,4Z?R J%B fi5mV0-ޱ/UH,rc;n4PWX~HR,vtQoYN:: /bi:&l4S@/~tInڊ=N</YD,a$3B(QϣB6vY?3Q\VӨp 'GC3{Kŕ%**1~.G]:)oPF9_0wU[i#r=8P$SM0`Di'ιIXlC2a}cpE6`WrfACtV*cbMg{N\yVS:ݷV)ԃaY/ѫy a4=vŽ)Kn[u Ө_1c qBNpQ˓Υp-밺)sxK)ƨ,W'guK_S#֠lX ~m&y۾QxIhK&v#4yN.9 d%jwX9Onda,.)?C;} V쐋 ϼM[~!kF/@]@BL0>xr!!2zC*?7Zp3X'$ht\C v T*^]dYǸ ')}uxs7u)/OL[mV?ޓ"roMJ14m] /luţMs\qɁ6q'q&ޘ_Fw=j1%puo&}R(7Hn1ga+24.Q=!k9ߛ~:Fi&7fVD>>cMMj$ MMHL?o8yKjvIJ6J}MC{B\_e RkjM!aLB=2g 7R7{`y({ AU~ak(qV3kgԫӲ>a[/ʊSOdT f)?-}'({%pftXNsSXJRe; n';?g4@e(Key^v XgY:S缱pQ^(8H|e1By}e҅h؁3Lg.ȩBfu c).C!sfyfTFٟцŶdGӅ\IK!ī^=E4% 㲀 Yݯ'Xhd}x<_% (Ͼ6]+x{i PW92 E1dEe~5ݙrYfkxqF.V&G-K 3 4a WRޡIW13΃u7)_)P$pvJ#'t]u"nd>\ۣj(I8X NZ+Zd1TOęc*>_+ZaD')@'eFxR`2!{X TI0ByW|8d[>`&iQ6^x~7fCjב)KDM<k5O59~rSc3>gr4SOHʷ~rl& $t4:9[-\6v ǭ_׉J#cOrςV-ON!՜# 0pGVĪ m@!N4IT;ljN&ZmRII&U$6VFd3D -H7&hA39Z$64M0t'oH}\3>nTBqO]3w%N/MU_+ovonn$YȗU|fo&ߔLzs2Idh3̸UU{.ަ fQ.^ ?0ciSBQrz"Cw.1=VbRu?,_h(4,U~c^=_l ZDh']<~)wqἕcY!N%U3c+M%JXQGvK{ԕ 0ɔ12!$ Wxdӗt`nfÆ҆}qڡIj8G=op|"}@2]NmXYl㪿Q4ɀn]_[(m7-k[Ć"HfI۶$U v. 4>Y]Zno9 0֎뺢%癀O<~*/GrcVq9+Chn懕dNX\-/'e-l sZx(gn5tf>1sO_tPx <兯Y$#9;wBS6(nM$iWVJD?}-CMn. TJ8~X`#Gnj^|4YYZMvQfo䗭 gV@<(|Tumn(\nxUvs8қA%U_ֲ pr?ٙw2OvSJe?`D2짶1Γ J<boY#6cC(WRsI?yN]U1$OէGۻ#Z4Xb(e Z_OOܨ'N%ݎ]*AtQQ{dVO ~wA# =X0!6G.&R@u1Ut;8:Q[3oɏvWV%HG3r-&qϔq1ji0[u]8 aj8s aT^c[_zI`Ht\ܻbr^Ev{q/q~m=zo%oƮ1d햔f}wQW٩<ΚM=E U@-H:^oU<ǿ@r ?kcIٲ_:K,Ĵ"%RZ^<NTRC Kv@^mot3}bLt0nd0;pXxqA s]~uY4}js#4 ##ɂ[=xcT9]}kd<1ƒ>°ɱ(|\܈iodȪ[,GJI:|Jw^s}d7'pf:&\+re'^T8^|02Fnor*Em5~.F>ED6"Pw|R +9y`r ^ضQaԓ/9ǁ'ڒdu}y-ڄ8ɒ~a?9+GbjbzTC$˗ z?䄡_ML c8'aRm6֤B{Ek?x -(a)\Tת^-'U?ix'wm{/߄H9iģu.ݡcr6!(+-P,C+!;]XO$lRot{s[yU+;_2Aq5B)cg*f ;)0;UYVXa8RP!U_ԴXf};Vpeb(ҋf#薩O|+ɗٓ+\*tb)_ \6XZJ>(֩@8Mz/gIpN忺iHGBBa?`*D˻Z3AR3.R}cO^sfAI_/d&'+YԙW|ꑻ}ጞP#Ae/l7ZYR>cGLuDD{(RbK3ׂ5\)rІ0.mڐ/| UJCnBe:d?+\QLZ?ta)( AphR8" Y:{-)sd/aɢ|k vK7~uK} .DD||nhUS^ uIMA}$H/+4B=ќ$xٝmuIUQ*L֕:oLx}F./XƟJ);opG $OW R;tLKl)HuxnQt#lT8_|S'%AgCmN3#{n!fXHz /{(#r6 }8& 3m}z:Wձ|un?F.SIOVP -[=8p:-d{lDhjY2 CѮYS=~F^:LyRԐ ̖QD̳JJu bؐEsrp?)!Yn ZOqXw%/ QG*[oB]V%<`PWO<=( p( >M^!KzXbԪRuD>(,0* jMa; n ,P+# 'q6컦q#*M kat\wG׿I`.%F%u,US~_3Ʉ J%33oœ1晚|akԗGt2ix1ONvY׳pyφ:Q5j-HOnG~zݍ-i_oE zpqp)+??BԽKC +ʱ?HB F P~8C;ۙ3!@z-H)m~[x)دG3P k^r)Tq'%,w'HEICCkwVG(TXK*Dh C+%q-r/ƀƩd$8BK'1$ ͻ]>bI(X)l0_,$II5Xįr'],oR~iw Ȅ<7z-k=Op%pt^Uj&O֫e^C넜3Djm{>v/<\Z}m(Ȗs z(*|+1b=6_I=x gn =gW4$G,G8!E2 %FI[ɦ hXzn~jRDW 9B)wWKV!"_oW7j *{jHx.(:. 3S6:ZWN YZ