postgresql14-test-14.17-150600.16.14.1<>,g5p9|ۏ͝Up5w4 =O].dq Znn{{$ϻ1 '5]&EhSϤ|aVTȟKajI0I">p'ڠ牭r'Cg+TkW:kZaBq rq,BT }8j8R5-ߨRYv>H?Gd ) G>I _~ `  <   ~ l$pT   ( 8595:5FGHI\XLYX\]P^*Qb+{c,$d,e,f,l,u,v4 w7x?yGd zGGGGGCpostgresql14-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.g5ibs-power9-21ecSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxppc64le8&-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.htmlibs-power9-21 1739894581  !"#$%&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2666b191f67b58a5a57a68eaa38fa7c04051d80, 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, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2021f89ebbfce0a292f2f2231a80d273e6529eb2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc0412ee41acd4dbc0e7a31c04dfdfb64694f8dd, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3bbcfb6b53b4b25e02ee65560516e9e1edfc48a, stripped RRRRRRRRRRRR^C]4outf-80c97636782430415077c79f2e3d0bdda561495a0c6cda75eee08152c652dc7fd? 7zXZ !t/efQ]"k%4E0#J:fV!b.񩼈@/J ~[p`,avl@7FR_ؗVy{ <LMfrnOb&E9˿hɻ/[<*~21ҷR+Vl yhK}ΗE+D#9k$Fca6Gf=r+z{֬2mˈQV4lw۾I1gIљa> Dzܝ/뀅[Ϻ$H6b`p֑$@ALx(J;9R{)'PTM,f/-ʦ79H3EW>a2ahtq CMQI19|^3Cn95MQej~8>c̀!rf8 EoElx(/0&Bpס#󄤫drPE,sWX ٷj-H¢f\̎r-o7T.8*eGK#ɰ [M[J/3`@%^zQ*uCi(qd0S5"ʊ*xFC^J8%S^,.><UbD1'׹`W ',5YĹ=P1\M8KOi#ibR-]x忪gOnJ3}&o%& ް8%fp2"uQoa(yNZ"=9gt!kl! T?O&7w6y'l`^!XilT4r(qeT\|om|%'CI3;u1 'Mr!B; DY^ũW$Ei Q1qgTy1Sg՗ꏷc AWqJ@@l\g9q7 [d@OifȚ:9!l; k`.$Ua-0X-PF&cX SEY6 ]vUBXl;mOvy7uc_=Pờ!XW׈dضߦF}$Y猜uG7c5T-TwC_Š:dSvxgޝ~~1B|Y>2#|Hgo?{]m(HLhsŊ ̰@v"vcq{s )9J^W`EB3U$+Hz:&C@h'(+Y9:̣jhJ]E,4 WSI#3-nB䭛08l;IFtRXf74>i>@CđϦ6Y)(W7~$nVp ln̽K/𗟫!HՋcڦe;y*woAJ .G?XKp0 (ps>zBpob![qr&Awb6'uRnOd.Y2Ի{ua <е zz:[&ږIr|} lk*_em 1Uv)@1KfzOnn8 ~k`sc._ ue2\; ֧}yRG%U&j}>,"8P8RE%NH|f {l5&(+ko1ʝ)})le^u&jfvipHv6)hDf4 : A{c@>쐏S%UwP+G $<;/vL_&gp`=9^_|HZѲn׼ÆGӰCi/5f#X>9jjkRd%[5pc<X(| {0I.5%C22QY,KՄjo/^ 7':7T`?ǐ aFsGc _<'L'ne{, :̔I 53/cNך\s%5=1inl7MNSNTu>SPERFjnYAj/?͘y/{ݽ5a#zdQ¤g4yy{ׅB;e>}nѿr0̞L_&?񟺭zZV'Jr+EVKٮ@ փVu Jpg('G>ZH2<>V1\>{{=@T{EIJA5-G~Jɡ:A3L[Yb[(3fSiD@BӥCo4m_*8Az)j5[J.Ôim3=D& AےYMe{6$ʷZg mX23aEJ] 4rPWʑ$tpƴ?I<)j8wuwU?Za #D0nzJw8rd省ŧS!*϶%P1ȥWD; Q>GHUS "@im}DTtf)؍؊b/I eda;z XZc|32Pdvqbs[_k2(P/ŭ( S%I3N=jp/Lq䟞n!AV*Am_5Ie%Q׹K xId Q~.]&v^gOW5nk-х]ɉiEyWcWm ^U5B+z| od5aT෻:!h g(ٵhdQ:4ƷI]}T j s&$"-Ҩl4ҵp5B.7$ҎFGLHfv`a5 (ƍs+Vf*:PUd9_qC 񫁊~]3T*DNZG9TxisdSesJT vs}/$;x5ׯZ~PJs?*)j=Q $O@EWmS"EQy]~0tq.=L~LgDzcGO(Nc=$9!\H%H~R>R@k)lV,~ 3$Rެiҏ,RZA&ttۀb";ȅ(+xeZ|o}’ tKz302Xoo{(OIc's SN kV1nLqi@kG< aEp'}.+SB҇ ;e1.UY[ehDr%6ν惉]aH]q+x)Dz R%i إUO߮0 pgm1C;o ˆ!~5]#uz?As ksl;uf O\2h~:?a1"g:Sy ˚.< }W!q+SzDOtlj݈C7l9~ae9R=tJqnXmg\W(Vj MDnwg&1V촗5$MVe1?.ge<ul+=(JDF.P赲۠O˲TzxnւRN>#&?LM`fMmnbXK^zB3׺FжhU:'gb9X2ΉJe+wxrGj*/.h SChoZ o`F,͖]rLe}X Z)&iG7<{i }cp|EAj q' У{h*x! .CQd򛧻:UsVh0v=hq[B EY_N' L(ڜ3AR UA{+ ana^[44f~me.ZV Jt Nys_vdplt(_6nհwM2]^1t* I0+ Ƶ `A(Qe^9 .2xC &l"ȉi,ل#R0W|t p^k} \,鑠糦 K/xK3.Oh3O`./˞P临u']#TKEE@tfGc:U|"ԯ~>dFyJ.P zeV'F"-LAGhv"U1I:\@zΪDCGVJl$~R1>Iu"*XE㋴Nq;:dXmCr>BTWӌtlپ0%ϧxxAS室J[;3eԦj:ܒ*jVa_ e/cl֠2HJu'[FxOAhi^ΦgyZm0 IFRωE@EUqh#KȱzhuMcnˋ5t)2bY 4І/vQ^;n%ُl3 ]&XpS={A>ގVφ^vp$ ®0&cPΐي^a"6~w.+nDWKꢿb\4?ؽ+qQzc(!yvpXB'|?}x)ʸ7HTd)TqxJ= 2u92>2rdVPNH}!h1;TnR* ْx߻m~.3;͋ta2+ޝ,+'T4\ޥ|عElk(P˼])?[k [j^*H{1Uߞve_%j.R"}S;~bKIV҄}K|74^$]&;3_ya<7? d]Qc"cz宊&}Q/T&anye;",t嵈IeÝj޸z{ftJ-\zniA}Fi҇UnI#ox`P[XX_E~4)kks4&!&|*0{:ڇz^z{1 kb*峀]kn$iu5JpBsiŔNNEm5ߘpw_EpYZ}aP +8 p5*W04Byd3d9KN[ڸ5 ۘbBܒq*=E͌'&n>[m$d7pw`SsK/tb/Ȏ3=rDklXPL))ٜՊ @K`y {.Ha-4j64꺡T&!-:A^]1L6`+F1y 6,b:z j]P^AЂMXم  йuwpe@nH`9Xy.sa)CJ_V%9OΠG:7D/R8dY\7؂%]t~`l/iϛJ !R4aҨA6Jݥk'R8uޟD6]K-ʹ{~/>lЊL!hQ!R.k>H\%@8R<0I-1V+؋RHW6Ebbq{:"T ԟ {NyУQ?b@.SM8cEbD}S7Pҫ\+?-*΋\dYA+ro #v ky(Jj>0 +odWqL5`:%gZ.#uMߺx5h1lx"} -7ed/:f3l8ޜn|a}г [^~-y\$Sb4pgnٽQ,ͱ{ ?J bPp:0Qj$\P .;B:k#J< "Nsď鎡L$l\k? %Z?BOߚكl9Vvχ3Ϲ 2(~pn{Eh /7.kH LAp("?TNjES;`蠶+g{cZ<+N(F1g7m(У!D+~F dCp/O4`>)F'hXy7r@_!t\e(PZ@yy|'H꫇muP_WdJ_d`=| e~rZ{jFL8(2OVN bo%ŵ]jX4Pb R1|MOjhPE݀Vv^8̚SX] MvD29#|EOOp"y.6r@@WU7S; dlavapsZʀ|Kkg~HQmЮ^_9rxqg4?|H%iYf7i"k:Sπ}x 6.hMĒF ډ [W(0r#Pj4+q|mod Bqu )m? "ސ^j>6-#K;`é^G@z̜~&.-qRn|ɏMB7<KRøi JQtBĶ8az4R!A+lJjH 'L*x`VJ͈>GtG7 PތvE" Ё&?u.\{l9XZ3h:%#AY5E:tViWQ!uG;D(@!GtKңAYxu((ݳVњYg0PpC%)bzoLMZBKR(QAʹ]I0SQRY{I\RoYU_QN,nXlsg]3 o)c:ſ*!^NאEEaDV#(>IWu^]>%k̬aVÎϐ!:buD1UH?NzemK!eNG\vWKQlc$d\pJC^ ~<5so-d\իq@S4' =jp/l=pM8cF%&NV! 5'i=؜SIY%.X948w1-{AT~au,*m516ώrК y$HjƳ҄M =򢄢džR۞j5%}uR*M(#|Y}JM7dn'΂U(lݗy猇wW\bQ^/.WtAUtSTWJ#0;:5S$7{i^ ushy.HjkrVQ|'ff"8 3>+ d녏BPWRs‚w-H9VdtzwhS+Tx ?Ea"4Fc?KDmV+ZCb6!G aߌs|j<^Vuї\Yۂ*k ހ96kNk[Jy[i:PIshqt%Ӕr+-+ <1#*3+fk]ľwsL-TR-i 8>#_b2sS· GV+{I,ofJ in9&0n{VpjZ#do #&ـ$#"#m;L!KqS fSDTH zd~ +D?\|L BPd`]K KH:- *r1?$p湾SuS? `YĈ|CoŴsۇAˎ ]}֐ `O Hi4n(Z2qSZA_Ų KiIZ !|аBwujkmj?]cmA6]F*Xɓ1Wb/Q"4(/o3 0G%YC % \͝Eb#9Z$@-JsR<0Z Ïch6've 7TԴgBCI]axS Uӕ;C(u?>}la#`3L\Rq'A|q<6Ws @3N6C-3jY؀SCK-ΌYj)^$5Aȷ7|2<יoD'OuM՟ B;ס<"MQ_'mlM55ç>h UoS] 1+d+螶5aD?b6Eމ$4\ j{A9yR4ybFMI Tf1OĨQ">H2Es=@{^OAa$)%LCrz3_D"i+{ؾ&;Lrѩ'q z י =C!:O,ZQ[.Kd$7\!B;|A8/P+-:a^4m=.k!Ap yƄ[xQ7W".?mUӠ6K5qC8 lPj# /ԀPIfϕGEV$5M ʹ9|'F HNQK̻'`97 įLNr}!Kd#8o>#gs6=]5"I#x5dzyWs&PlF0K1"nyl3\ڹCxѮHlG^wE#\y6Zw3L34]]g\A~:GJϮvD?O'^g -(àM,G0" Xجĉվ19¬`x~efjrq.)C4=%.NX3%Hzgp׮} ֻvھvCQ%K3Em\rf ޅG\V%wIe51OtB+d.8qǻ7ʿslHWÓNB;w'MR~p֓4b >y+,ID*pmZ'=Sw=j%EkA"/70$8,2nN+S5P۸0Ш]dzؤa s]'BOQOL'8Ц!pBnJpɐ7Y4I?{ #nF tž*\b2#deQ_e(FV3|z'Z yW;&D,: $rra܇"rз/:{y1[C) &~/*T'FO#nR2UK ;=tq"}#=|Xz_ ^ wX343WŔVZO .egBn/)_=u!Jcu"R1݂me{ާf{Dܥk(hx])<ΡV1+ 'Ewyܕlgq mM1}TKk74Bdb`r&Tx9%ؗ$3H'@=zLYLBGѮt!˹i?n(_Fv\ (x*u[bcPeQ8R 󒱮۾PUlMeK0M6U6!L, /w|LNħ[]O<릨 o{}ohޒa\e*9`b.lQVnxE3t;[mFX*+v __,W(lOqҚ,ϿDDK'!@yJL .D,;5G!uZT܌fAUXtBLX-Psցk%Qj3.O!VsG>e=*F~ez,bq_IѨ}9Pɻu1{Fc VCX.xU ~~.v?sëPFB֥ lVWݕS}P~ٔK"bhW3Gzf)9!'/Mװ4߁*H]$eW%:zN;,cv#- ͇`+ m-NHOkWSDZ~i!LLltlFEcLbe}wDͩ\eFMZsyw3N梛 SKLl(qkVTrJY8FeM8d_[gD刷]4.;艰ДiJM_6Nk 2+ee#{|;, o-ڹkD: !]P&0![g߯KKS,۫RCP"r/g9{#&9¯Fju8Ƀ,UЁLazfpq(ќ/ɇ$O;`7wȮ9ᣈDu_I1y*Wmm]mnjͩ1؝I`8[&fH5Pȼ`=  DWUJ<  Dڸ-rWs xqGڵ,v2!W5&3Ͻ-Ab>K*+6lx`0׻{- aQQokS RrzA E1[x==T݃!GPՆOvNz,jID^q¾Ӷ#7ίY7.k>& ႝtɐX"~>b9XGGq k.xU^:v E:ńd|bg-/{¯%–N,xbMUO;\xw$D@2QFaOǽfnfk 23x扸כN:u.Yw#Nd7RuRwع"ECYr,\79l۹t)\91c#D'u yjY(=Y]kXJhI1 sT=3'~ZO2%刃l+` ދ1 Z.}a䴬#fUbGmB/"O~(=v-RaA&=%2k :zdĿ wkpf!!(\ѫD3Ɗ-LFZ tԍvD:PfKU i)(<27BU^ 76cNib^Ma@/þn DaeEW*-P!}s(R{r1ڮi[P8'wsxQ6N^hh39$ہ9qzF@1:؁*2X}9i lv7` &Ĉk. U!˥}sCs%>bOeB~pcgr=eeBV7{81^6τ/=DKOp|TVjx_F%?*yoT{^hͯxS p[ qc9L9C8eȚDMI :"}EE_*f \c{+rcMEџ$}C=EpN 5[|Y`kкx;rYs#Ms+oʊ[r3ЎCJ L@)ۀnC"cnf7]/%!4 e Ook.Hg4W]nLJe20OJ`ɏw'ZxBzpUL3{چ㇞9eT$OMqV8[NmH=ߖsY&] ^I= $d47.z]km`v? GY,2 {`zъ@kcyuQ @5bg2of(=N8[>,%v <4Gڰv>=E;$`N\%_ =G.1qU6Ќ(!063e&Z{P̿IQ=K+œnE5k>C,0;;fH1 05D'KU zN꟔M`Fdx3% Jcї'oJ9>Mk-R ?H\xWsUc8F<%3 X؞)~j,w l+V V#b0f#]{䀧sVd E- \q%t;Rws(wuna&ۤڗ\.rI/$Ե"C"BP?[.I ˏڣԆrUNEYߖG _=עPC%>0?h et j:3P[W᪎]ANKfy*._tb..'D UQ̊E2d.uO).Q[=Z|hBxBiD3f+YK|vB9CG'.;TY[ (B߾soWn<vb[y.saJg͍J`C. =ƥ]A^ y'n/] ^J${:1 ͮS@kzzc5\E0P%BmB H4D&z~&Qu a,0 jk\d)|/'S/P$ nj{A8S @w主gMXo"sӴ_L@rK6Egvm:qtK^,P|xfw%5w#JDqQ˭ygKjN9=n3h(X}v[9 \e$]rI;kÞJEA} ^ ?S|Ffd,NR1a)JZdQ.u 7Y` r!ɐx4.1~@E) {9j""jRQ| D{*kn>bׯx5փ{i& 8t0̲d>3/*1U1e٠'Qb!-{ 7> !`} yc*r%WIZe|d5kM+Bx-kA?0CE_}3ע:3zN)2"&hgt:l3ATiJ?fmwWѕO^P[u`q =Y *@h,BX`QTcC!a`/"9PgVnЊɔY^Fd$x wp}|ȚcxƩ3;si JꖘCj8T?(W,dV7LsWne6Y/s+=x*l"^+W8a+ QFt8 4GT٤pAGUXR(:&ZVVd} [3G{e6Z30չ:q,"پRq~;QP\کqqlV{hIa?ˤh.M"mlzo75a/!x,#?q< 1R}Pʂq$@J>xO4=Ξ%mª\eFq/OcR8pA!V\ʥav{<;8iP뼔wi|mvNϫHjhtQpZS*$ǭf گ_c'hj' Fԧm_~9J2 +9?c8KV3X˶cvqM(8`M+AS bCJi̞-aT>VsgRlv'ۓ\y&^?Q lj:0ڑi)l+lbtNe18jys Ow<,ِbyJ*Qw!Eُe UקJkzAc#QjȁY Ec8OHݕĒ]ϩ f8ЬIҺ6 \dَE-HCkeflIӣ! {ލsgG47d=J1ÉQbyNFϣIƀ p(Lmxn <${=u2@-9hwOm;&+fB |$eyPF mbDQ9c8hpG4ʄI6޶f ]d[ksC~2Z})<2Bymhm=՞;=2TIEOڌ8VuͿn|*6Dc]\kjE`t1!ogX(Ф 'tS!ӬQ#G< L>_,?VclQHOz0yon2 OZ7o[irEQ 5e5Ye Iv ˎjIrѨ=/t%IfQH>q+-Wtsb/*"cn60M*\v>ۗ,-k+l>^"_dS|ySD lcq}Y? %}I>a΄9 ;vuRzsZxb/E7-k! QRCd\%yf>r^5 [6bd;0rp/ut{StѝIR9Y14PX[%U#+:E< JUCk\.&i$Ge<2 _7V͑""uHcG1.K B# nr]Io`F'i ԓVXp EDnHQc-(4chOU>`bȴ.MkCԴJ3O

1o`]5###+i#â /*~ˆ:aˠlX8GC߲{2^חi/~1?c(C@OIqbuZ%CQ[FRcBT+RC(w6秤*`碔mѯ:3"zqe8v@vS}t}DWMT+ KA f7e 7ME׏$^Ljn+AyBܬywX˖FtQ6oKT_ cAmWܿ|ㄻr2`79ȶ1regkԌIbDXA hD]^Zm?! ՞?i^\? <53}-?7YT5&7yT>0*s1=7 6}u;^c.\YGq6h<[ M/Qs^a]soNb:{ZѠؕl;# ǵTl(ME=yDZip l) #0!dz~K[Xf\r˩$4`gU๵Ň#29߬M3^DYʹ$nl/>]nQ.wwn=JFÁє$HqdᴻDV2o^ }`(7xy *9heWY]ԉ03i{ڦ܅l>VE`gʆzj41B?dJ<⾖Œ>D,HXcv]ǝNhET@*LpH@.`sZ80tHjd^2\$z& cx,<@a=2(LEy>GM ܔQ<WuPb+pL{1@*wsݓ/0(˼e^|өr $#( @H4j[65v&>))&%\lXq|umR>W q>QdOcP], A,ʸCfl 7A`K3e bѢK*7Dcu_ DZ[P,L/ci<-Ξl"+[`9 t% vd'`0L5YtI^dy3D  .hHî}4&cI]-HvOňߘA0NWlećdrүkBhG a)YmĪ0+3X+R؛*xļlXr[Dt oBiT$ÆYˈn>Fpbgx h}+@./o"[ʯ8[KQ83<¤j3;ZXw E:N$6`5uA@1+M:G3l=KXU专Ƹ^2g ĝG\~_$>#& Ex0*ݧ(#{QKuM-V-[nJU[d38GW^5c [̥"}jOy+[D膨mfi+vܕ(v:-CJsP  ^ @,ճi+( ]<fZ,bu_9$.ndž7VdP VJ^x_ѥzc240O5~r(`rUԚm;.=Ӭf8j,r/{3%N 辑]ĜL|3ofYV*YlFbaewq84`MTv*kuٝA24)Pܨ=<"7R:14e} ֦H_MG`Ϻb-o$R&{'r $8L8d0^ZJ72`wM8O!w6ه5|iWdJeՔs9hݿ^ҿdԆAv.+Z\/ <   YZ