postgresql10-test-10.15-lp151.2.24.1<>,_@/=„@=kmWv60\vJP0l"pGrrY>sn,tFF$]6 fW-=zq~MhzxS&Lڤ<zjsvKL%>6^xp"/ä#f>`*\^pVe2y/^X+A%ί_ [[eTW;3ic)YD۪H_PTIbqXpEdptpu}eRr>>/4?/$d ' E' @_{<      4  d(8 &9&: &FGH|I0XY\(]^|bcddefluv w x'y.`z..../ Cpostgresql10-test10.15lp151.2.24.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._@cloud130)openSUSE Leap 15.1openSUSEPostgreSQLhttp://bugs.opensuse.orgProductivity/Databases/Servershttps://www.postgresql.org/linuxi586%&-l#XOX O3P;W Reinhard Max Reinhard Max Reinhard Max Reinhard Max Reinhard Max Marcus Rueckert Lars Vogdt Marcus Rueckert Marcus Rueckert Reinhard Max Martin Liška Marcus Rueckert Reinhard Max Reinhard Max Reinhard Max Reinhard Max Marcus Rueckert max@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- bsc#1178961: %ghost the symlinks to pg_config and ecpg.- Upgrade to version 10.15: * 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/10/release-10-15.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- update to 10.14: * CVE-2020-14349, bsc#1175193: Set a secure search_path in logical replication walsenders and apply workers * CVE-2020-14350, bsc#1175194: Make contrib modules' installation scripts more secure. * https://www.postgresql.org/docs/10/release-10-14.html - Remove postgresql-regress.patch, it does not apply anymore and it does not seem to be needed anymore. - Pack the /usr/lib/postgresql symlink only into the main package.- Let postgresqlXX conflict with postgresql-noarch < 12.0.1 to get a clean and complete cutover to the new packaging schema.- update to 10.13 (bsc#1171924). https://www.postgresql.org/about/news/2038/ https://www.postgresql.org/docs/10/release-10-13.html - Unify the spec file to work across all current PostgreSQL versions to simplify future maintenance. - Move from the "libs" build flavour to a "mini" package that will only be used inside the build service and not get shipped, to avoid confusion with the debuginfo packages (bsc#1148643).- update to 10.12 (CVE-2020-1720, bsc#1163985) https://www.postgresql.org/about/news/2011/ https://www.postgresql.org/docs/10/release-10-12.html- use (and package) sha256 checksum file for source- update to 10.11: https://www.postgresql.org/about/news/1994/ https://www.postgresql.org/docs/10/release-10-11.html- add requires to the devel package for the libs that are returned by pg_config --libs- Update to 10.10: * https://www.postgresql.org/about/news/1960/ * https://www.postgresql.org/docs/10/release-10-10.html * CVE-2019-10208, bsc#1145092: TYPE in pg_temp executes arbitrary SQL during SECURITY DEFINER execution.- Use FAT LTO objects in order to provide proper static library.- Update to 10.9: * https://www.postgresql.org/docs/10/release-10-9.html * https://www.postgresql.org/about/news/1949/ * CVE-2019-10164 bsc#1138034: Stack-based buffer overflow via setting a password- Update to 10.8: * https://www.postgresql.org/docs/10/release-10-8.html * https://www.postgresql.org/about/news/1939/ * CVE-2019-10130, bsc#1134689: Prevent row-level security policies from being bypassed via selectivity estimators.- Update to 10.7: * https://www.postgresql.org/docs/10/release-10-7.html * https://www.postgresql.org/about/news/1920/ * By default, panic instead of retrying after fsync() failure, to avoid possible data corruption. * Ensure that NOT NULL constraints of a partitioned table are honored within its partitions. * Numerous other bug fixes. - Overhaul README.SUSE - Make the server-devel package exclusive across versions.- Update to 10.6: * CVE-2018-16850, bsc#1114837: Improper quoting of transition table names when pg_dump emits CREATE TRIGGER can cause privilege escalation * Numerous bug fixes, see the release notes: https://www.postgresql.org/docs/10/release-10-6.html * Remove unneeded library dependencies from PGXS.- Stop building the client libraries as they will henceforth be provided by PostgreSQL 11.- add provides for the new server-devel package that will be introduced in postgresql 11- Update to 10.5: https://www.postgresql.org/docs/current/static/release-10-5.html * CVE-2018-10915, bsc#1104199: Fix failure to reset libpq's state fully between connection attempts. * CVE-2018-10925, bsc#1104202: Fix INSERT ... ON CONFLICT UPDATE through a view that isn't just SELECT * FROM ...- Update to 10.4: https://www.postgresql.org/about/news/1851/ https://www.postgresql.org/docs/current/static/release-10-4.html A dump/restore is not required for those running 10.X. However, if you use the adminpack extension, you should update it as per the first changelog entry below. Also, if the function marking mistakes mentioned in the second and third changelog entries below affect you, you will want to take steps to correct your database catalogs. * CVE-2018-1115, bsc#1091610: Remove public execute privilege from contrib/adminpack's pg_logfile_rotate() function pg_logfile_rotate() is a deprecated wrapper for the core function pg_rotate_logfile(). When that function was changed to rely on SQL privileges for access control rather than a hard-coded superuser check, pg_logfile_rotate() should have been updated as well, but the need for this was missed. Hence, if adminpack is installed, any user could request a logfile rotation, creating a minor security issue. After installing this update, administrators should update adminpack by performing ALTER EXTENSION adminpack UPDATE in each database in which adminpack is installed. * Fix incorrect volatility markings on a few built-in functions * Fix incorrect parallel-safety markings on a few built-in functions.- bsc#1091412: server prerequires server-noarch to make sure that the postgresql user and group exist.- Update to 10.3 * https://www.postgresql.org/docs/current/static/release-10-3.html A dump/restore is not required for those running 10.X. However, if you run an installation in which not all users are mutually trusting, or if you maintain an application or extension that is intended for use in arbitrary situations, it is strongly recommended that you read the documentation changes described in the first changelog entry in the link above, and take suitable steps to ensure that your installation or code is secure. Also, the changes described in the second changelog entry in the link above may cause functions used in index expressions or materialized views to fail during auto-analyze, or when reloading from a dump. After upgrading, monitor the server logs for such problems, and fix affected functions. * CVE-2018-1058 bsc#1081925 Uncontrolled search path element in pg_dump and other client applications- Update to PostgreSQL 10.2 * https://www.postgresql.org/docs/10/static/release-10-2.html * CVE-2018-1052, bsc#1080253: Fix processing of partition keys containing multiple expressions. * CVE-2018-1053, bsc#1077983: Ensure that all temporary files made by pg_upgrade are non-world-readable. * bsc#1079757: Rename pg_rewind's copy_file_range function to avoid conflict with new Linux system call of that name.- Use Python 3 for building PL/Python (boo#1067699). - Don't %config the symlinks to /etc/alternatives to avoid rpmlint warnings.- also package %define pgcontribdir %pgdatadir/contrib- enable support for ICU (new BR: libicu-devel) - enable support for selinux (new BR: libselinux-devel) - enable support for systemd (new BR: pkgconfig(libsystemd))- make sure that also the server gets at least its own version of libpq5 - also change all libpq requires to >= %version instead of just %pgmajor- port /usr/share/postgresql/install-alternatives usage to the new scheme- update to 10.1 * Security Issues - CVE-2017-15098: Memory disclosure in JSON functions - CVE-2017-15099: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges Prior to this release, the "INSERT ... ON CONFLICT DO UPDATE" would not check to see if the executing user had permission to perform a "SELECT" on the index performing the conflicting check. Additionally, in a table with row-level security enabled, the "INSERT ... ON CONFLICT DO UPDATE" would not check the SELECT policies for that table before performing the update. This fix ensures that "INSERT ... ON CONFLICT DO UPDATE" checks against table permissions and RLS policies before executing. * Bug Fixes and Improvements This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 10, but many affect all supported versions: - Fix a race condition in BRIN indexing that could cause some rows to not be included in the indexing. - Fix crash when logical decoding is invoked from a PL language function. - Several fixes for logical replication. - Restored behavior for CTEs attached to INSERT/UPDATE/DELETE statements to pre-version 10. - Prevent low-probability crash in processing of nested trigger firings. - Do not evaluate an aggregate function's argument expressions when the conditions in the FILTER clause evaluate to FALSE. This complies with SQL-standard behavior. - Fix incorrect query results when multiple GROUPING SETS columns contain the same simple variable. - Fix memory leak over the lifespan of a query when evaluating a set-returning function from the target list in a SELECT. - Several fixes for parallel query execution, including fixing a crash in the parallel execution of certain queries that contain a certain type of bitmap scan. - Fix json_build_array(), json_build_object(), jsonb_build_array(), and jsonb_build_object() to handle explicit VARIADIC arguments correctly. - Prevent infinite float values from being casted to the numeric type. - Fix autovacuum's “work item” logic to prevent possible crashes and silent loss of work items. - Several fixes for VIEWs around adding columns to the end of a view. - Fix for hashability detection of range data types that are created by a user. - Improvements on using extended statistics on columns for the purposes of query planning. - Prevent idle_in_transaction_session_timeout from being ignored when a statement_timeout occurred earlier. - Fix low-probability loss of NOTIFY messages due more than 2 billion transactions processing before any queries are executed in the session. - Several file system interaction fixes. - Correctly restore the umask setting when file creation fails in COPY or lo_export(). - Fix pg_dump to ensure that it emits GRANT commands in a valid order. - Fix pg_basebackup's matching of tablespace paths to canonicalize both paths before comparing to help improve Windows compatibility. - Fix libpq to not require user's home directory to exist when trying to read the "~/.pgpass" file. - Several fixes for ecpg. - This update also contains tzdata release 2017c, with updates for Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands, plus historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. For more details see: https://www.postgresql.org/docs/current/static/release-10-1.html- Use /usr/share/postgresql/install-alternatives in the respective scriptlets. - Fix the logic around restart on upgrade and stop on removal. We bring the binaries, but we don't own the unit file.- Update to the final 10.0 release. Major enhancements include: * Logical replication using publish/subscribe * Declarative table partitioning * Improved query parallelism * Significant general performance improvements * Stronger password authentication based on SCRAM-SHA-256 * Improved monitoring and control A dump/restore using pg_dumpall, or use of pg_upgrade, is required for those wishing to migrate data from any previous release. Version 10 contains a number of changes that may affect compatibility with previous releases. See the release notes for details: https://www.postgresql.org/docs/10/static/release-10.html - Reduce the number of version-related macros in the spec file.- Break a build dependency loop in the server packages that led to bootstrap problems.- Update to 10rc1 PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either using pg_dump / pg_restore or pg_upgrade. Changes since beta4 include: * Add psql variables showing server version and psql version. * Several fixes for partitioning * Several fixes for logical replication * Several fixes for transition tables * Fix for query that could end up in an uninterruptible state - Adjust dependencies to the new packaging schema.- update to 10beta4 PostgreSQL 10 beta 4 requires an upgrade from beta 3, or earlier either using pg_dump / pg_restore or pg_upgrade. Any bugfixes applied to 9.6 or earlier that also affected 10 are included in beta 4. Our users and contributors also reported bugs against 10 beta 3, and many of them have been fixed in this release. We urge our community to re-test to ensure that these bugs are actually fixed, including: - Show foreign tables in information_schema.table_privileges view. This fix applies to new databases, see the release notes for the procedure to apply the fix to an existing database. - Clean up handling of a fatal exit (e.g., due to receipt of SIGTERM) that occurs while trying to execute a ROLLBACK of a failed transaction - Remove assertion that could trigger during a fatal exit - Correctly identify columns that are of a range type or domain type over a composite type or domain type being searched for - Prevent crash when passing fixed-length pass-by-reference data types to parallel worker processes - Fix crash in pg_restore when using parallel mode and using a list file to select a subset of items to restore - Change ecpg’s parser to allow RETURNING clauses without attached C variables - Change ecpg’s parser to recognize backslash continuation of C preprocessor command lines - Improve selection of compiler flags for PL/Perl on Windows - Fix make check to behave correctly when invoked via a non-GNU make program Note that some known issues remain unfixed. Before reporting a bug in the beta, please check the Open Items page. https://wiki.postgresql.org/wiki/PostgreSQL_10_Open_Items- update to 10beta3 - hash: Fix write-ahead logging bugs related to init forks - Fix oddity in error handling of constraint violation in ExecConstraints for partitioned tables - Use a real RT index when setting up partition tuple routing - Fix serious performance problems in json(b) to_tsvector() - Fix problems defining multi-column range partition bounds - Fix partitioning crashes during error reporting - Fix race conditions in replication slot operations - Fix very minor memory leaks in psql's command.c - PL/Perl portability fix: avoid including XSUB.h in plperl.c - Fix inadequate stack depth checking in the wake of expression execution changes - Allow creation of C/POSIX collations without depending on libc behavior - Fix OBJECT_TYPE/OBJECT_DOMAIN confusion - Remove duplicate setting of SSL_OP_SINGLE_DH_USE option - Fix crash with logical replication on a function index - Teach map_partition_varattnos to handle whole-row expressions - Fix lock upgrade hazard in ATExecAttachPartition - Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY - hash: Increase the number of possible overflow bitmaps by 8x - Only kill sync workers at commit time in subscription DDL - Fix bug in deciding whether to scan newly-attached partition - Make pg_stop_backup's wait_for_archive flag work on standbys - Fix handling of dropped columns in logical replication - Fix local/remote attribute mix-up in logical replication- bump version in update-alternatives call- use multibuild- initial packagecloud130 1608139004  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~10.15-lp151.2.24.110.15-lp151.2.24.110.15-lp151.2.24.1testregressautoinc.sodataagg.dataarray.dataconstrf.dataconstro.datadept.datadesc.dataemp.datahash.datajsonb.dataonek.dataperson.datareal_city.datarect.datastreets.datastud_emp.datastudent.datatenk.datatsearch.dataexpectedabstime.outadvisory_lock.outaggregates.outalter_generic.outalter_operator.outalter_table.outamutils.outarrays.outasync.outbit.outbitmapops.outboolean.outbox.outbrin.outbtree_index.outcase.outchar.outchar_1.outchar_2.outcircle.outcluster.outcollate.icu.utf8.outcollate.linux.utf8.outcollate.outcombocid.outcomments.outconversion.outcopy2.outcopydml.outcopyselect.outcreate_aggregate.outcreate_am.outcreate_cast.outcreate_function_3.outcreate_index.outcreate_misc.outcreate_operator.outcreate_table.outcreate_table_like.outcreate_type.outcreate_view.outdate.outdbsize.outdelete.outdependency.outdomain.outdrop_if_exists.outdrop_operator.outenum.outequivclass.outerrors.outevent_trigger.outexpressions.outfloat4-exp-three-digits.outfloat4.outfloat8-exp-three-digits-win32.outfloat8-small-is-zero.outfloat8-small-is-zero_1.outfloat8.outforeign_data.outforeign_key.outfunctional_deps.outgeometry.outgeometry_1.outgeometry_2.outgin.outgist.outgroupingsets.outguc.outhash_index.outhorology.ouths_standby_allowed.ouths_standby_check.ouths_standby_disallowed.ouths_standby_functions.outidentity.outindirect_toast.outinet.outinherit.outinit_privs.outinsert.outinsert_conflict.outint2.outint4.outint8-exp-three-digits.outint8.outinterval.outjoin.outjson.outjson_encoding.outjson_encoding_1.outjsonb.outlimit.outline.outlock.outlseg.outmacaddr.outmacaddr8.outmatview.outmisc_functions.outmisc_sanity.outmoney.outname.outnamespace.outnumeric.outnumeric_big.outnumerology.outnumerology_1.outobject_address.outoid.outoidjoins.outopr_sanity.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.outreltime.outreplica_identity.outreturning.outroleattributes.outrolenames.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.outtidscan.outtime.outtimestamp.outtimestamptz.outtimetz.outtinterval.outtransactions.outtriggers.outtruncate.outtsdicts.outtsearch.outtsrf.outtstypes.outtxid.outtype_sanity.outtyped_table.outunion.outupdatable_views.outupdate.outuuid.outvacuum.outvarchar.outvarchar_1.outvarchar_2.outwindow.outwith.outwithout_oid.outxml.outxml_1.outxml_2.outxmlmap.outxmlmap_1.outinputconstraints.sourcecopy.sourcecreate_function_1.sourcecreate_function_2.sourcelargeobject.sourcemisc.sourcetablespace.sourceoutputconstraints.sourcecopy.sourcecreate_function_1.sourcecreate_function_2.sourcelargeobject.sourcelargeobject_1.sourcemisc.sourcetablespace.sourceparallel_schedulepg_regressrefint.soregress.soserial_schedulesqlabstime.sqladvisory_lock.sqlaggregates.sqlalter_generic.sqlalter_operator.sqlalter_table.sqlamutils.sqlarrays.sqlasync.sqlbit.sqlbitmapops.sqlboolean.sqlbox.sqlbrin.sqlbtree_index.sqlcase.sqlchar.sqlcircle.sqlcluster.sqlcollate.icu.utf8.sqlcollate.linux.utf8.sqlcollate.sqlcombocid.sqlcomments.sqlconversion.sqlcopy2.sqlcopydml.sqlcopyselect.sqlcreate_aggregate.sqlcreate_am.sqlcreate_cast.sqlcreate_function_3.sqlcreate_index.sqlcreate_misc.sqlcreate_operator.sqlcreate_table.sqlcreate_table_like.sqlcreate_type.sqlcreate_view.sqldate.sqldbsize.sqldelete.sqldependency.sqldomain.sqldrop_if_exists.sqldrop_operator.sqlenum.sqlequivclass.sqlerrors.sqlevent_trigger.sqlexpressions.sqlfloat4.sqlfloat8.sqlforeign_data.sqlforeign_key.sqlfunctional_deps.sqlgeometry.sqlgin.sqlgist.sqlgroupingsets.sqlguc.sqlhash_index.sqlhorology.sqlhs_primary_extremes.sqlhs_primary_setup.sqlhs_standby_allowed.sqlhs_standby_check.sqlhs_standby_disallowed.sqlhs_standby_functions.sqlidentity.sqlindirect_toast.sqlinet.sqlinherit.sqlinit_privs.sqlinsert.sqlinsert_conflict.sqlint2.sqlint4.sqlint8.sqlinterval.sqljoin.sqljson.sqljson_encoding.sqljsonb.sqllimit.sqlline.sqllock.sqllseg.sqlmacaddr.sqlmacaddr8.sqlmatview.sqlmisc_functions.sqlmisc_sanity.sqlmoney.sqlname.sqlnamespace.sqlnumeric.sqlnumeric_big.sqlnumerology.sqlobject_address.sqloid.sqloidjoins.sqlopr_sanity.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.sqlreltime.sqlreplica_identity.sqlreturning.sqlroleattributes.sqlrolenames.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.sqltidscan.sqltime.sqltimestamp.sqltimestamptz.sqltimetz.sqltinterval.sqltransactions.sqltriggers.sqltruncate.sqltsdicts.sqltsearch.sqltsrf.sqltstypes.sqltxid.sqltype_sanity.sqltyped_table.sqlunion.sqlupdatable_views.sqlupdate.sqluuid.sqlvacuum.sqlvarchar.sqlwindow.sqlwith.sqlwithout_oid.sqlxml.sqlxmlmap.sql/usr/lib/postgresql10//usr/lib/postgresql10/test//usr/lib/postgresql10/test/regress//usr/lib/postgresql10/test/regress/data//usr/lib/postgresql10/test/regress/expected//usr/lib/postgresql10/test/regress/input//usr/lib/postgresql10/test/regress/output//usr/lib/postgresql10/test/regress/sql/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:15343/openSUSE_Leap_15.1_Update/a30fc4feb0a911f8b2c5048db9882c93-postgresql10.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linux directoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f17d8be94a4b16b9e12678376aa2bdeb7b0b103, 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 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=c7e817fcf1e05b375640da2e92d3859a7b903a78, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d957d143a05b7b20014f2d2e10284381fdfcc0c, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e1dac0fff5f6f27fdbe022b7b3fcb74c6e1e772, stripped RRRR RRRRRRRRR RRRRRRRRRRRRӏuY,&qfutf-8c15cc9c24271cf864e043def3a667e045f0a41b200a44b7a7bfeeb994d62e1f4? 7zXZ !t/$Ȓ]"k%e0#J:fVǟb.׾1+wEofGJ ZastGP;?ۅb%Xע+Ĝ{_ҠKs!Iy ::BpA FC%w".BQݝ hK8<6M`4& 0 <ށGUc"o2iZmbU$aPXuh2K6rƬ# f8X02;W~h-vƻ^%ó{xY6hT਻X~N^m]oϜ1%Sg/K.*E1лNGqULA|^AwBۇzMpA^[ƻ]!Rwt8g9dP"ǜR [$u%,E5&o7v00HЪzSh!'2)!}_VW BlIbyd: {C*=7lCG;(h:MlǾuMq *A* j{09 ZIxp^?NA2 /wR|=seAA~Ctkw0L \xھbN9΢_GB5a l)#/J9UB4DBB U @Ĵy7[L| U*S|9w mԅScQ?vI@"7/Á#T,FSi)>M)em]mNS̗u đ[gԛo^":GE.ߋ,4&h.T[ dN9Wkc N:?avB8yT56- DT[噕D<Ҏָ!*[= |;4? ?iy&P)l3VmĴ-%f`7fpOZ`6+B6:8TT(n@k45~\0ȏN`܂Rh|cIt=Ț?mc]×H3()Ϳ8t&%ݷk.hP1Qm n1.^UΟ],vY&pȆ:7OJdbv{EOi`ٔ"(-vK,C'Rar!ns_:V%'3-9bNZS4}㭁ӃNmn ڵY;Z?ojks.2L sK(-z vǫ 416qHe$Pڶd6o@5/(xCPP@;O .uP3QK .Yk>2FS ~,άN{cȵ?yPuvW5>v (Q@qmȄ)Fd0kEETeSeuºp Yj{tm3MI*1Ho})9jpFe.\jbK5Ÿ_$WFV ^b\8Qn5 T;\Q ht ̿Co6R;PeW_bӅΎ0T0_b'bV ՛פ0 :' GjABlt# 2ӛ#&N~hi r@MvxإgɘQjb2C+vLÉ%}ec`nGȞ`a{@ZZzBNtR/#`3 2sliGGxMgɀo]x\ڞ~7h>(AƼIP,6]-8XI 3`IIj -znUIxp -x߳G]vX5紌ʼCE7׮= t]/0ߝP.}޲8~Rs̸Ye%9g3EPF|8皼 „FkQ d(C]TB7GڠCu-0ܬg*˲';0Zj.pJ\,QE/ٵq3'zzHy}+s̋˶#DA!j*[0MKv {.b\g8|L7Y]N(̦!Ӑc NʋghZRȀ,CGv=ϨqоMh!'*;*\a#)]6NFڧgH!٤1rUB,edݿ^ q{ga@;G6Ě/b>OoCsP*z k~LSb>?r=gǬG3>U+3>4%#MHGLa(1lԿ7-׾< >wn5pNﱳ3>O*{-nܘn~.[IEшI/'X4`6YOF^(/#1-q|"Eעo:|i LV+yFg&3^"ƙޓ^]r(vŚalche[nޑgr jnMcOӏҎ;ݧ>OĈrFĄ+쵹6-;_S _KA}9!"BS\;0[Sﶥ` +>XoUT؋X/DGve:X1qq[gX3C)Y>D5ԤiB͖8"#sj0f:c zrlNy݋=Z-6Xj I]};u;zLHĩ=l5Mj߀o&I6pMbHmj5kzc8 ''GCVɠˮ &q0쭨P;ɠH,b%ku5Y([CN;joвՕ-"YBQ+*9-΃pWSl`sыbN5dl%]KLD]68v*O> "pՊ)S.=OT*YE2mQ˰B ѕ~= }53wVEp(^o,}T^/!3!łspAR$=FlsIa;r+Baa^p *! ݡO\TfJq6-vگz*@ w+M^,v~'K"FNJɪ"jE;ou;)ͧ$.̴804YZdʡ:ظw/>S}V؆to}07q3 M43¬S*}{p,Əc޲,F PP)lԭDWTEitn-ֹ0 [zS~w|"7:Sq '™S -ʆ5UQLwӬDu{ v:HNTg1)Bm"SQ99p #@9ˆq[9if{+<0鸗R!Bitw;PW@Ak;@KS8/ø M:kOo GEu@I.a ѱq֤6ˆoSO!C~ fa7O v%2&g$ <$ˀOg4fz6 f-Y$7AMALPĨg˻TWf_ȱ2e'@3zb(bq\Eg8mymNQ_̪6`_dCi=YMꤵR$+S$)#4Ar0,rq*"29r\I5iC9BJe?5q':9Um Egp14n}[*5".\=7$ O~~V'KEk)cbGge/<D`ŠPuO ҕ[t4y$\93HRqUxEt&HYtxl8cǾW-'e" =q05}Hpp $ӐX:Dd!44*j+I}l7pOU~t2>1Czve {hC_qV܂.PpmZh$OwN(&jMhVm+ WiO9 ZwZjXYhMnn xCeh p,܎#- /i.2O̞0ة+S UjwScYIg_\T&bE}h&~! PA]MJ.rȼA ^ |-7(&VQvlM+V&i("j~|NXaEeOxYrAAbwhWcŷV.G< t̨uY3 AAH9I.TDGQ tܥv|b 80}D Nߌ{TģX/72>g-޾)IhY0{jPXE(罢57[~uA2t JvP UNQBfQ0 0xag gB[8w߂^"@axҶG6VqHs#5~=/,0=l(Vp$b15WekKUgN%|De"_1RVTD7h v^-~mlTPT$ҵt6Gfyt"ޫ4s<0a?XU ϕzi4k8JB*( i  1e1!ҥ'o}*]`{SZ6ח5BBgN}^M׆ʑEf-zfF`v$y'm) ,IJab<ʖߏsrC$P,IKzeZs Tvŵ484@Ȋ&ztR&"b|>߻AF0= Glxq^ۆc^oLP+ <|RnkҁH!}Еx ;<-,K "GZY84}m*kzNͫ;:Zr7b Nt+.#Ko;8~[7%)wN}9M.̵|jiv:,_OǧթWm_3lda0o$- ex'!"vMhBNAa`9uIt.(ǐ՟}zBQqWݔ*܂$D{ޝ^@KVPBlkfQ': LV4՝mLΰ֣.% F?]tz*S'Z_Nej5Z[Eoa#<0aS}XW(X4I=_}Xk`ַ+Q_ؘ [D21i:9=I1>`zE< WY?h*8Ԏ4Rft! {K$Mw0Ad2~muhrW{AFĮ\\'z-dWQ#Jwk|7DB5H+ߢ^Yz/BʀgI=nlO+瘹miQ%htͲ] TWq'D4:rRhs/Lh>~&|㹇- \ z(xQ`aXa24˼ SJnAbft[7WxY5|RxPiD\Se0>3 ?m}n k#BrX„?ҠLz*7҃J XPnN /q 2E(*'(.o$D3ytl4L~PDl?ȧf2hwS6bIYoPYp 'Cs2j9]~}WH*\+YK}#><@Q}#wXըrn D[3P5sKW&⿑~*G,^ Ux0$QR@{ L! L\_~8ⴄ7QvrFW%9LVdgw0>]k}p`g2,dXWN1 ߮ YV*9N褹SB^}_9&Đv,}h½CTL{fNlFT2m >q؝[ _ ϨS%"f@m&F":r]5{8ԋXH9z<v p_ҽF=GRɖVi-gTLzFI3{n;`ځL;Rkm M"Y=ntoDh5`zץ7MpkE,bV 6SaJXr@+ag-a{%p8idRO,QA%75K˷:`.0=}Sa^!A*[(^F s UKM޸DSAQgώneJ5c&&l{yFǜ√xc>m(VsOλ%O!DbF{M؉D]lZ]a2Ām.1Y0%-<@<}p )7pE?0MڟK Ncy+v.~Nmmʩ Άo"e'pЊq.-Ӯt]P$߹t"# fܷ?L|k;ST=A}a Zrhvݽ@<f Y e!Yx:X*;_L fd&.[xcbPIyu`}Vfj~e!'5ktlJQ: u@أE+jQ /N]Zy HyUd ڬ5H |YA'3Ƨv#XR@Rp4.Gwy;B=en7Ԋ^0cpV6/H!'ܵs1uL-O lWQg6LoxJD@SFD@sRxP>'Wjɖ{+vo*/Kꂢ3ֿ47pų57\n)ev8WTJEOe Gz4Φ"B.q.Qu=tghj4T|OD@F\<3M= {uqf9-&swΒ\ˋƌ27T \ew-!AET8]Gls~M+ >K Ov=EFXZMWGGy^XH_l:.9+ƐXSQnɸDkyUke2)y<ө7[+n.=,8eZ3jD& >֕[~*=*ks32dD!d?ee$pmkk^4z;Q/l^}Q TF%!'U a4fbT`mF&51FM[b5I (1Y{< /W=ziKZIp.ckU}q3 -規mca'OIuȶż,H.kو@iG#S0HE7W[kƟ1k:}g7vqR4Z~_}"Wׂ"+Cy>i7 lde}r4eAkH$.0Q3՞LpX[G|@zpoϖJ_.jt *BWT}VIB8&ש':a/P7aIw 2.3'BՄ,xxGP@v:{Lq$f ɞ-Hܼph[7uSO'5+B2|#Ep6'vw̡[mנtSĆ]e=bMDi u+cb,DE}ЄVŨI$VgoC-7B?0ܠ2!f.UWI*.:Z((eZ?/k5M%xF(+'p^qw ±?{BUS;yKi@te Y:4 ;7c>Gy fye˿qXLA)oO`+b!yD. 7&x ̵θi(o(Z6,QM qTT@wu!>_-&;}=K*9ePq˛S2FqgؾQJyMFM\6ZSuRwAS8]%b8x]e1Rn(:NݨNAZYZ}> 9"Z6z>yOe Gg9wɅsCH Û[s ,&oZfV0Ɨ7M8rETeC:9k1[e4K3z!?U-eZD/G =vk- \ %$El>aiY 6q2XfQ26=̴nD9D[VeӇė `&: o.kxϣHH;3}LKwC/U>Ƿ6mjΦ fPNe`N 9v7sRj 9 ]1G^Yܕ$?=uxarx5yMGM9NVy!ğ ى1QpZ:ۈ] xxYiq|{s SRJ|4?KL{r9 8JzA"GU-IK1>ۉHlXFXZ" q~+wIQG4# IFCӉe0LؔTFz+[luf7yUPU,8~]|XsSƤ֝a Uj)bVc+?6W;.txCi'oOXF\‰0uS@ʁUe2.﷖;Χ?#žqI&NĩC0_(|({QG?; #CV3O߇#35(Q=huG6`}g){UjUOj`Myr~MƞNA#Ɛ˸fj&Z\yʬ;jB;RDs.~k~]REgI-i;1[u89=:pus K$^mS ѝB2w_oT ]DKy33Ӫev-"2>24"Few\?LM~糴')['VE@' 8PNߨ]eR/9ھ]mZ ޱխ>jH]tk,o=rl=tY>^~Pt4eJsْn/`\WԵUeĪ/ ›iD)K` ֡R*ʺ;^bWr_*Ӝ<-˂q6bLФpWִh@{O&?ʼ׸M3e.Z~j*4K[ ֧=Eƀk`*KI.lmֻ Qvz'gkzY>ꯔXyOyr#*5 σwWۺxM}_( n+e9ׄt5o'_2sqUT&n-#~$ ] hnRhoY֚?HZI]܅M&n@zӳqD53FCͮH]AToM!!O.sXM,á&po:?Ra/E1ދ7)NL+#/09 3n @*H3rB(q9&s}ɺ_a|c8i#PYD d:'ZfWwwIox 6>C9ұXTqHW^T+"1ROԏ%fRYׄ0Ek_7bӴ :bO1kfdi 484f@n6 Q@>tIT؇fOjRvh @DJehz- 1K 隣@{3 12S@OC)1nAV<1^?U&r<{p{ʇbяh"BsnLJ>-%)M<%3 ^@o~_φAVUa)L:~)fʕ`Y[ %:޿QIekZn~ўkHiǀ|]Ǖ47]cXhMm2r3$7 oLllGoJ+|% y~xŒ7ꔗHpB 5vqw<-DjiwފZ.99 H7i D4ؘ?5jĎkL Ytf'ne4LCEz ڽYx원dZPzdjG5X8W@S38\x%U1:,h:9&j'63qmκ)rݡ>rQ`6&!1zGxڛ)!yz\]l I Yo=:=Vs7Y ^/'.NA .&2>old>z4!VD/0w?U*2;aq{IgpĮą["埠XG@#YNFVZӦ5f%ר#1R}Ck(w\m5΀ x/XJ+ҟqa>ށq"?Te]Plįǥcd d 44J̐^BFzh̰@_ƺ@%(!8! ># 6^Jrwm% G_ƦH ŒН֢G}(/,ɋ ?e{\Y{JTd Deb zFX1Ske⿩32F1__xZ;ll,Oa MYd}({\w>N،0>Q؆^緪1ٝv)s>PhteB&. wEY}c㙹b'˵:/ZZ֔C :s4JVCNMIԘ x}p([eWvΗ{Ҝo\#~-(ݜNc46%ƬgF+_ *e_-BK$?b4G JP]f*/k\Jb@ &ZtX)y9q;+8bۛ^ij$ E?jT5$|fBfL 5e ]i#^RvV qH+/n=*DX7T>+mnPX^vYDCbYnK#>)y:K;dę>\>`*oU]+ȔAqL|H2GGVh?=bΩq}pW0]u! *nZtN\3,27VImkUDCsCq/G}& "!Y%tȉU1!;i*m1c}lоTA!cVĔݖ6kT&!=&{r^D"\tnfO <4paC{ҘQ|HLjPMXϪ o}g pWIzK! NRM̭h,];H[ҏ=TcT$IyKrm!C"e `q"G-LgTm^پ]`@ UL$I3f::~Á{E+W;v6^%xN) lq d/8*KrP҂{94-Y2_Y +=j6tvWJ)csc`rTv(|QySzCC2szfj̢ TPDW.*ibNѐ#iC2_hq-Pti[VM,$&8ûPa&7",K yg,ʏp;Z_Aj9xdE MU1)s@7S;ʮ=Sxbo4|,þW1O{FWrrUDPҡH䯪usU֊sa4( ٖb+̜`ԶY5:E\aoj溓( :zv<בȯccQɋy{aȷ3Ɓ58('IPKkP pcj?u,䠖-W!]RxRtdL `; !L$-S7Crn͡R-lYhfme\i0lӷtSEJD`C%-f2TWN̅"?ך0} bϛ~C!Fe Yo ..@|:OtoEKl\b'T}褴YZā9g}dL$tyiMEB/Q7GW3YS5m xomp}p1CAJ*r*=>uiFY>v*rx(7wˤ2r}@k(YeXŲ,+pXBm`87LE'ǎΣ+KŐXe8Lt>7ejj nOmKt)IJ"oӆQ:ӯw6EJT| Z Ѯ˟JEP pQ`3XH\zn[߷BBVK:=wVShM(Ŕ .9g& 4|'gF pt5l!Z*I e-q4L7D1D1-%D'I'/sœx<8I!=|/E{SEux$=D8jbB%VR1D8;xeαjYv򯁎\s4I+/Ӿw  OR eóDhLMs j8yX%J I P G{z?۴.M_ /JZZ>k;h;WP2]Ւt =(I>)aLdd3|B_<,0Y X, s%5aiV nc,k+„yYC~pEyf!\~ 4Ĕȭ~%3qYqUpkuІ%io-j)tm(!%κ|wآzr*/F3܌/OKM^ I?hSߋx֗V7ַ F;ȼ/Q"3mSUL-ɡT0WÙ>qџ5~R RU1}x|ii<U7-|kmAdqHs亀g۞g⟞+a7XI2afSid+#o4.QOn^ Fr$"I"PZн,t\3x|1N#%̤ [Eu$?ݩc-*u=<>wHܝ%;+& •F%Oػv^K]_L޸[|mҰ!|n6aݳw`ƍYvذsVXyD3"4>4rSEgUj[p NQ]k@y\xhEU Z`Jn}XK6sE_VHUB򨹫(v=?_2n:`Lnc"2/7~n]b8;R \GO4l؋3ߡVQ5{e`MYam ^xLVU3qWT ?gN3c^jh,YMut2:`v)LP: !hQ5k5z;$l?Ox)4nly\xjCtfaXWMIp7lmˍ6*\"(FndtvoX+N܌3t}m{N(< =*YcZ sNgdaSհQwQWYi%<8D &u:jUFn5AM6!9pX[i4x<0U|g3_ D4-IeCvi#JYX8s ;R L34WU`[_I}kk0ɠ%ĚRQB > i{%\zeCsӲ/KuV Ž"Q>C$ތqI"Ҫ&;e00wҋK0{fW(k"O5\zA≰)}@+,4>L4?Yŭ1G hO>^0D*u_#K5YϨɊ8²D[(]G:4FaHW|ppbtG<{45gbA S0hAM&rsren&&Hz^JpP :֒|Zq3Dmy7"zn.W.)(TT 0W4ml+b =Tڅ{ص7$hhsAwj_$YDcY@clm5?^ KDf±}NA>f=Eհ_/V-N&W!V ל\mho>>$L"5߇(& [1K%'f7Yѐ+V'F=JfqVph.H|Kᣔwexk`d ?W4 I:|>CB4C$7d0ASC36+xj!@ +PẢR_):S@~Yq_v;POxX@IEPF1幅9 |PP T.t6uֹ|yR:ycZR2+xu (k%I;R3'j]d-VV$$_S]Lv"K9p`w &{c<ՠS jeҐ>k>T$GY9Mm ~ 7ֵCǺiyu6qÌXUZF:*^4gO+:;&>3)L@&W~j5c?1Ídqip jcA6@wDS|%AzĒN.'}T|-l yr|o•82! j X#s!zl=F+WUp ̾}t;Q|pEۄSc )2UXyԣ .go,4ӌ3coN|2"2Nn_5,+Hc.2q$@6%"+bi h72C-ã&L6 k$NQ0\v7y;])֜0jBe(TH3?*=j.q@CH' 1] 9uя˄0_tbzq=ԓg2_4f2m׼In'Dwx_4cٰ,\Ļ?Ź4;r NlJIŲdΉ${zC:*Υl@﷝QK;ʳI=w"/~FEʑ5 +5'!b;=F୲&uLkk 1(>'>9EAjaChX2_1͊pK[\{=>cN'qTh~}GS/3qV,ٟM,`CTd\^]R|bݱb HZ<J.[w=ԯ]E @oIUA/:-W(u=."JҺQWhwA:r_Nc674^0;A 6)$ydweR Åpc%D4) ƕ]HixK?@r5HGU&_~Y3Zwq1S 4S6,ݸ'{ b]+5s붑1n٪8 ]CL#geIC V 2&)Kj^hD7xԦju^7؀nQ 4pdhE`ùHaY 2@~2sHDGq.6B_Ý*V𾓕2:xrH"D3BL!siY䑛9T`\%C}zL)K~+5B_CMtL=|vWHZlS; n_zubkY*XuqT,B&:5.kvT c#)2F,c&Tdo[Ϲ]-ӂpFdV|iyD:4MiMNpeC1:&Z!,μfdTx=Vbhx=3Ugnз %E7l~m;Nf˂VVH՝~xYAS"xǀ.>km&7 $[9}[`G]D{NĨOy Mc˶!r")ПkK,.=lB1i(ZtGxPS{F:+OAz& ;S8 ~?Om\Jϗgy}! H-YH9)挋v̵?fzACāvv){k wp7z^O$r RɁ4 jv >2"F_Ga|{ 4FCpeҫrF[8Dux@p):sէhśH2o"W/Ѝ.>3v;Y謩 |W5y,/P Ũ+pFE$?SUɷ/ю(()& -PcLZ"n:믆q1QRf!/eH|nk'?$iF)U4W(1I1ysLo*sѧY)IOnTR–Vx B& !(W#csa&(c.ynELjoX~m94x:PҴuN'3EȦǚ*+>ƟӃPv3K/ᐒaH{`j؏.8͐&GKDwR do3O_&QQ9S7n; a6֘īO1lkvNIՄ̥do_Ui'o ©NA_0lqOu!D ȏT2#M!RG<Vhn,S.sS-<?A\w_޺TͯM{Qw:N8&vDF@ ~Un0/U:f@؈U@5adZ;a@9f BIV9޹veq)FMP &k #? -)q_B@ i~os6POJ>a$oxu[ R$Oԝ E+[S:)iq*ۜ~5JM;NqQC!ٷ(I\jM0CBi.3+WC? IrS9l&ħ^88kP=5'(&mR:FɂpƜSKs%ڻ_ ;u.Om.3QVQhUk1HLoJ"тE?@ { ir|K>7P|176-!^A<:}O6y4kykg]tkCL:Lɧ}wMhƓ%efxI<׍C(mc6~U} Fyl)]_b-uGBk@e;H]D(veNOwg+.VGxTdrv:xw ب']ٵwzV*ۙ*F>i2 W+MBDzޤE^e'[j q}$Kbh9ϕ˩f G:kj{1Kۮ™U mTP?uw'8ИĚZ@?aY_a@%dsםf%2%T&g[1}wt-5kf9qkf_gUV 5r9ڬ!(pIRΟaRJ IA3IObxZFi?P]vLm,dY u.3_LQ\"|OE_6o&?(97˚VDV*eg!P8FWnvrI$QH=aP.7x"φVgk q/4tN.X@eC p#NGdĒ7#2e,7(nOuw^/B&wO9Cߝ%O)KqO ɱV ^9o%!&wzh%<#sp7)8k"n@@-趽*{W 7+45ZO"!eLՅ‚;Umڃ@ÒD/SS/(K}^iJk{-3mt<ľQ)4Ap'z6V¢4<%̥LRKP>t8*/x1aOn>C~_7OJpLR@ ̐Ummﻘ <%nn4F$u p3ꘗ^m0.hg~R;ěE_#Ol|yIh[UlnBM+J4%qdB,L˜n/*Rmf&b g~/~&ZU`vEzqa%&@jfkJ P'EЃT>=Ie"vHz3tV`tVʳ˓FF v$(50Cu@&2䓕e ̝p5"XE"Zj@@ NRJ_)[‘Є ޔ#?L!GY]T*c@YyT*KH¤Uܗή@G_N~3*/q{ptb!BKk`!Af/n2>&@>x߾2d޻n7uV76mw'}0do=g,KAXL+@sDMV]%enBFn UazKߡBG:{(Ӆ|Xoq"r.W7,U@ID{|aڃqoa]2S۷Vvy#X 8E~<#TRs=E3F9SC,,}rƮ`UnYq+N~[(+\Er>q"S,DAGc5bҸ&,MQQ<*{C!)$h4 ۧ4 cea۞l.Ayp_S VvqtSàc%WTK2EOUp5ǵ21,9$D/? IǴ D$h OؚV?4DoVqO\??_#"hTc7-11t{MqewҒFoy n:]!roy^X 幁 %j Rw ?+jkt[`8BPIEE0[X '* wF~mFgZt4@z'qJ5@&R/#~psX":{黂p̌SFcjMq.0 $"YAUY aU٫h^L@,<$J&vݗ3_e>"_G)cL력~%䈘`]2 Xʂ.FL~tEz, b0h4f Z_jv8 ߕa2vw=:^X!^fkQk*(1HxK>XޗAȔb]R2)4Symk:7e RYɬT, PцC(8*#:/WT7%fKq+o x%T):b06PR$7榌pZS8&Jڜ}$NԋWT.*xʕ@$W LS+'X\a2!yP޳<2!葂9b=ȔvEL{&eH1HƤ@, )٘*v Cʂ< ~W> Hƭӏ0өבx4KF_2ݱی4`'O7ܺ3@{kU9KAsdVR ,9cǢ!+G\X6O1j͆ ;7Yy|Vڭ@ߧ4BHC4>:għh@6rr"*MU\<-$ 9v{22",Zjb1*aan:݃<ڜ_>˃;tD*?`8.qfcWl4.B9lūyAng|)" Un& ~ ?Kޔ$|p(U-=&HYW4n7A Eرڇ̲2(s MhX/Mn<Q?Wz$g2\w˄0:Xd.mPJlI|t9 ! Y(BDWCVz2p[  {$%$3ΜbC.+1:6jI|!Y;4x% X\ ?7M]:s$('r!@$4BtZL %PNj7׺},_~t/o{s2Mwkp@ E ~\3N^ou۞5MF(w*JZ1wm*Esh]azor34ri%}eܔV+*5;5]9gc:?XAs; WBr b!C)Tl~g\;FYY9V&RV4BҥFԱаx7 swoޢBZ"c}rD6qaAAcZڑ +>Bf0+ 'sS'9M#5 *rd*LF57=mg!"=9@F%QgY Kfa:$55nf#&VByQ7; {=>|0Kg %2%w(QL򔯃P@:.msfo5}2xH ]4=a9᱒$Ľ5nR=MowI(y۳$X{ZH23@e p.DV*'3`fƛ=NWw6aܭ)YTj~/N.m)%$-;^pJVC0!\7Mv.Nj 굥i<E1ТȮ  !FZ3Х O-5we/jPb}2@:7@ G0_5og^Q+i(ǙL`ĔF"+kLhX+f$$'Y@U |繨x;DVhX~Y&lFM;~ yfSkvPaӮ2\~hM:oX5 `?<?SEC^8J1dJW=HҍE=O%et\L=U[B*Oo c$W]HvSbZ7pJ?X.ƇCO۝ui+ݭ ~duas=u9ty+,^y*@`C)wOަ ?xh*\O@({4yANe&]{ʃ`ЎEDxّLR2"dr3sy`3{rh ]v]aY)Bf;1STdBk/fa{ WVica^1sO~(NeʠAf/KН(CA5+ <xCu#T$ɱohۄc*NmJeKj7Ɂ6rWX Q\ΓrߪƷAH_ 9UakWw!q[^ r/1k/b|flW-p''bf惁YQzGGZsZ#X 2sVN(#,>~x+t:M_Zm Fbl&Վ78R&ꞕoKŋ1 jDw0qd Qg޿jeX[0xc]ݙb=D{ԔNjd&,YGmoRwS}Og ްe,3<}^CiE-Iz:% %׫d ci*cK5ς  &Qgx\Vyq뻱Y2g +u6u~ vN8m%v̡5K&5=F!s>$q.#WJ.^cUdǍ(eXwsq퐢U)L%?(wvG<.V%-䁹dpO]ul(u"Hs"n{,lH* .0/tOf7[4mёsNߣ0}rO(ĉغd]ˠ @pv11X'K)h"@.`}ưxa& htyd VػNE)U`lek"K :kK!j5 !Uɧ}JX4{r4/´ωiN{[0UദR?dfΌ|HF/b^ޠz"LU d7seQ+';M5_1Q>;ٳn)()v ev%%L1 ??UX#S tX|m-YN*(غ63rL'b[pۍN/n730$VHHP MOm5D@2FlFxEA4NjrǑP+g|la\Y$mٙmɥ|k茚-&!VSOjd)P> ?*2'%ɸ`q4AD!d ^wJH(",UXWk<'7>Ws08,=:ϡVz>Գ~MdX4i+F|i >k)HAAnYX^g`'e$0!4PkBmT)sPITO`%bZ%wfZ2≣ѫ]لP_A 5l-:s:51jߵ%!p6_G}0&'cpeIL% ܄ܮo&py+%E5fKk_-~c-i~y>a|:愼r;)\#78YG͓55iF< TX}|cí'v3[?6쀄O#'5vDWFx<ѯV$a2DFHp+vDY# 6nىbv& 8TDE MP\U!%\f+ѪPE p\OyUt`3ݺA+O~N|xz>| QȈTZp'&\ǽZ5%HPɜkX,s|<'bqf/=$ s3x 5p.o5 N~xF-4 eg|v_>[a61oF]DƒghUs2"N`);@/^*2gҕ.}{uFbn^^c X!œ>: 2Y D0p)CDq[o8{,X2|FԔg8t4@m̉dbW` FnN$kE+m  1 |F KFR[dBv"v-}ބl2X DaF`6V͑d"} UsZ$Bl?ȳb0"# Dir fڻم*6K~L=J-{qc?SZdTu[imĒ9"ڱ4?wPjlIY܎/{kն[PZ!| B^z-N:F,Mڈb>IEfA:sY|;m5okc??!ݘ{)̻lvS7Gz%{_Qws }RB>GJpm;gC*scJ<2ɥ4?=,xjgn2!-1Lg#ƌEq1<E`2:)n ^zX-x犎m P,i50x:^d2q&e>ћMy9VB#Ƴ>49.э_ر$ZD!%59M`7^hYEe8g,+amស Y=x|HhuocNwE/(ZKW9rr{K縵EOޓ@MJL~@;"%k?|(a'S]/cU;pv |jKjLBMV%q!w#H|@S`66bt0S G%ܚ(1jo\ˇxX=E$`I0m@J1*NWhz*Ym/ UC#`"ہ_:8f媉4ZA`y{\s=#,Iҟi/&C֌4@fڞ޼ jSil>oѸ’f%d@YW<П+{zyb%{yTA?A'KV./u'viPA>VȂc{ w(BK]Ќ &TÊ/UUF{,&IYQWNŇ$i) l̊~&%͙Nʜ6e0!~(vAm(@sNE<\,Bt` )s>;Au]#@:&D#B,q|  6A~*+aPbV2Xpzfu1'+PƼvlY[Flӝi:0 u=vBF2#I PՖm|m 2; oBחbWwrl Rg#;0T n;ܑ5 3 Q0#6;[&淎NYyچj1CZ*I;8Ykūx?N( <`l äǑ֑y 3{+e? [w=ŝy$K$)$!&c(p>c*yLG?uv~׼QBe2j K]MN<,Aw%7FQ瑩lu~+-5u,4?f FV"zv-,D$ԀQSQ>f645&"`07'X>z &LZFeXs5@:+y/vE:;t4cdbRaolA2]mq 4rpTQyc*TW b'M~i&< ڇB5>Yz G%%eO% 817C_,yD9OMMS{WPeA<*dϑco| {2_[NCZspWwAҌ\'&;kC^tRHޫ-J{eLF袕,Dw(טݭHi✙f0X 4`E!6@ō3-X`wVeV@_`}r T;7F/M0eOY;OGSz̬{5cCUEtiA]ƬyA,s͈73 Z^\ %7Vh*<yڼhG,\f^Z8t1A( 12c=N'J~d1Ww,yVǷ7ZԵQTKA$NrwDv /v+]/@^ XҎe{ixT?㓎 7jBԢvLp6k Îh qg\Bڰ;_T9EGJ}¾|(rN'}Q!n~)2}&jecpCrQ(ªCFLa@L:(fdCcgOӇlHE^ŏBwϊ92Ů&XFTb9Q%IVRʎUVgZNeO+ϘVHwk6+Hxc1`a?܈4aL?$OMfs"_JT"Hs>lgŠʤM: Hb܅S+Б$F=y#Ww82f64n6 ?h{sՓx[ F,w|@fs+>4FkAi8[%״:tD7 1\ɓh} !"GcCEj JBi6帋&EIpwApd'c:k32%y~qhTE ?M&1 Xse@|n<6[JGLevZeԒB7ᓮȇ#eiUnXI7G3Yʾysh80l"?wi !GiRNv ?œ"š|]tEQ5їW4:L,7s-iGeӤ_,I KQư=/W9eO`ibJ.[ҿm ~͂tJYȪh)_,/'^)a;?iw/"䙬,w͆N{Ћ"jL|"'mSp\EmBykj%(mbs-Fj uU OΐSA'=0"eEݖ2'~r ZH<.rڽUS߯$)e{w\'juIj[=k3f<5Bը^(:`F(4]R.AЧ!~; 2`YK%l¢>Ck>H [k\x^%!dwo3>hs a5t%EC[v!Fݠ3T*]_\ߜTXvࣆ&mqGit<|шY^9lZn^OrZ,6 yh4OR1t]iEbVO5,EO䔝>) ]oTcJ:i߁yydP۾Q_y- L !ru<4Mv UR؊{WD qcpEZ8 q1}[y|xIo˙ar=l]&<'`ǝLT^TG6?wVATo*VΊ\m|6R(J#yvK_#чRFT l).[ 5텿Z ς' BdKz5`BoSC.0@[*MP>J*\ `Zd|m hQC*ӑ*bV o՘݌MI"b|zJ:jdj vSom+&׍g#ڄek6?b@6X" K3 O '?~!5KMGmpѭֺTD5p.}n%5H^4C ZwLaV>_p|07L:b=9t__l)HifA_D : .|* 9mSNy+v+WM +#eKIr]8*1{KHUWoƙU71 b07䧙keM35ξKՁEۘO;Vv5&9ѕϰ҇{,Z{Nmv^r濾ɦhPaӿjyPY :xF㼒O Y̔sDXُuBYwXowO}]-~_;Lq1o$#B~CEF:Gepܙ*,![TiR_iᐧPQF<'9R>e/xٗm={zwW~-4~?_b3Q>A,z 6 2 ̤"gLi~CD)_.^tv…]Ǯ D]L%2^餢TAx=倷:շ&Cz`1BqjO,J3g3-`JݔuحmC߁c cpT\w?#qe0;W9zR6:U)T &mfb~06`dh o21SnAθcM\8g QɍYwC1/''e^*b6XWM]5…;aze: Ҵ#@ϦY0v1Sx :c."h9W;(x"#ztvCYK1^x+S~/4 I$2 'p̸2e]URWFhÄjį0𥢙LKٺ}iV6^!EfCT "P[ڢu5(? J$Ѩs9헼Y"\{>pFczpU?(aFm8hNe{J:9F!7vs\8,trX|P'Q+^3p->SKt_GE,L]hۧVueI{7!) ́v1e@gy"ޑo XgOd /=a,ƈpF dJP`>'ɉ*1g$sO?ıZ?n3FrkGFn*̊dX^$ql&U鯩]1 *Sj,#(;ƣ6h >(GxM\o' :V >{#8^KQ;cs%Wp8I3G6*kEEXkdk{CN2KW7T!㶡kl)ݿ]hqU{/ %Gk}kgx3$or#qDbm xWԺaY߃7VkSWxaiw#NX:.$0 zrӸ\$'[O:&,V b]5.G-¸BH{417~l_*˳7~Sȝ+H B3Co5t: 9F4bơ  ⫻l򔌏jUg0s:ؙTԖçlԘP!Lbw!MD`a¥>" gnN³5&Hb4MoO=}ujErsgEw!W3IF,`.Fcc4d}N@EO)G3(MWa] m7m釅X:(TC  6>; x3&D"ۧӁE O&t8EM r&,}1q;9 xL}/s4HX|̢Ꮗ*\ѱd+T-nP3.MT{jCK O5?qJ #?ۺdN1qP̚[>`u%z1_Ū;oiXvV PD%>":r~ d ?V'b|:-vډƄ6`KL -Ow4??vi$ ڝ=V,I *Yy^k%6}ǜlEQ.MN`ޱ+*#K!|3ry0z SJ(:S-=Q&.$A[aM(lt'd_cW+)kԒ7 ƕ{z^Z*0M BTd*7IDZSpѱh_#h`x{\׍Q’M5g'֞-Ρ":ơӅTgichD^^4)7 y`יaWlȡb>fwXD޵[ډ(^!\ˡ .)Ae߿9}0_~C(&Z\fj~PﻙVX56D{ AzdJVXiނcycq:H s3%/f:w!qw W]Vb6:'WZQU LL8"XcSR=#sT+"ǒuYYz&٭hNwqT]gT㒄654 bN6_g)B4I IF )?,> U:|6u˟J)Ŀ.OsD5xDDZWZXO#ph(i<0Y޵f-S )} RXU`m=8E t=='lOi]̅;9Y[J~!ьCI)7VP ɖm FU/34ziWF{#*}BEHud@Ͽ@popj;IH|MlGͨ'1Rƨiibϓȷw䭬ĔTL lpjǗa|ԭ9vs Z*;#B$9`ݦ,TE<8e6-Cb&tz|v5MBɣE-佚$)} ptI = Ŀ/;ZSι jmn G%zDt:Hk1e9g7Mڴt}1P!Un~+twIP/DiyylNybLb;IʽhK"_{Jݢ힊QCѰIMAZGK@TZU ='I.uR1)¤fN~~!坋9Ug% qt e P?#Kqt7\烙jTH|F)`[{:Y>OBC,f{ć1("Լ`JKǥh٨ PrMsl̑nb?+w׃}w;%=2@[r9/\ *2 Dץoңj[WRqK\eOE7v}%,R[[q _R{G_mgz$u<u˜SෑHNfH68* -UT(+C`Lw`| 4+L嵿p8l{ȝuǛ)^6O^l{N\eu+hoאE6.fq&,z$*[ ܑ*7 QG b2@F!Ieľk1ê,AoO2,z 0P'vRD5YS@L<)OslgXx%*+fe-vMCf1+*j&1+Of%Cri\ oQ8H@w?$N<0H=vC#F9{@ud1;^]#D*{VP6pfN[mCnL3 Y| Yp26v|O*gZ#W6EbO},dH= !j_fq{ 2XM U_2U9.sc$cm1wtD>ŊlB;2x`G|*0G+z)8 ˑ]΀0uj\Y4JZYbX>SEkPP XF"r F\6DN6v7%$J@{Eqf5N(/CQ688dԣw',dRI~~&cǾY"*44LiD~NB+̜՜J%Ғ=b]?K+m1z8Wws֬vG`BC*L6ȽO!#1ѱ47e'EtY#{oT0T#)l,ߎ?_~ w(c3б_` z=ŹhC;l ٠y2)]-ꉓc q֫l9 30+:rA5UuHZG<5HAqפE7 @wT;Woo|Wٯk^:2at,_Z 3XgBД~. NpN:qwNMXYI{_Hɟ1OdHy;d\=dQ7[ˀ3*9.B{(bz<°aaes4 6}͡60pcJ Gd>q03FvIA_2} +-9>r uvlP 3&++`$>=E'}_%z.\w Rrv󓾓_mʦ&@b֊XH.R=N|@ b*+G%)lH=lӰАc8C` ^ G;?RKxhË4nE>`55֑Y:c ̿07bLPh4zىg∹xW OxTޖ2 s+ pgplqlY“A,"t΁OZt׃rn OT L%?gהkm#Z>y'˜zad爺J?Ǿ˰)H;/4lÈ2&uca( &ֽ|Dt gz!zkG7$_Դߩͫ[{qOD,I;ҫT #]ĉmLrPBIDq<6F@UeO[^ Hﲭ)XS{7vRZI^sAVewU\ǃ_]]¸-sc}'w PШZaN7EàO YX$1K=gr(#"/hb\m tD}$n.ťS?`LaBz&ρI C%&?cK:tw;iG*=~aF*Lmpvlཹ|^Dž<& W^-5Eʸ,zR5fIp<ȑ P7& [E5O: bZy-Ax 3ͻamKc&>'4##D1NܴסYTÇc5xqBzʖ\/*^2?Jl/[Ok'.WYTX߸F:Gm NַfuX@$T`"GZbfj`y >S 3˪X"`M]DX KM]w'AϰۖTnz#W?ABH:4]ɉj8S _'"qEWRێV{n tp=<Ʀ@sٴIcok )#㚙dzʭdԆ%S$SK0_a.%L6h=uS5sSEn? [?cnt#-:$k^ȃH:>kStB noS"eT_Go🄥IAk@*{ EaKTD YOyh63[''K"cxN/{XBQ5y*dZ$ʣڥ[SeO\Wh$0ST׻8$.0 CYQxqWqA|~ XD*8`׈D#Z'|4K$ ]ժӇ:oR6ۺ+ߗnr_r,^fpӻ6w}˛pAT]XbKr m7cB>y7>k>T:9IHRb~dںݦWף ٖ`D%fNb,_%Kytw]_"Oq6e4> S9 :w=Vj3jCVz7| ׁyv[<Ե8RVBMHd9D%8Eym{ݢCn! ^]:*SƏPk_0 sGҽc/XEZ|oN<V_Os{]uSYžњl\8}Աg1jdwV!_qȽLљ`9҉R \4V y8~,RdlR9YrwT6P6`57{h]V~4 'ȣJ13Fn"*x)lEoB gll +#r;VewrZ>+VoNdxVtAgg^='5@ ]P0dow"5^?*(TŠ^5LA*U.33;geƣ{Nr6@c"$#yͥo^_3Q֒N48h P6y cZgE#o28+SI.dHg'o]^W⻙ 8P$SdeusMwi03f19j0ҁht0۠]VL9F{:c4 {UAsX`p ϕ*#;+z݀zaz׮͗˵E&5Q) H[0JZ0>ZHuyb!xC|n v n }pBj*6eO=xJۋ@mJr)GnEkg_\߈(x7}s}Rd6-IhHO4[I?yE5C|c'SNVYkzvc}9p d[HCqIՎ@{H*;lP\ƚ:텈@l0OJ غ<>o|Uw <QuQNIk5E3kMϩ.e U#bnM`֢k@w(_: 0Xu!OjSJJK6qve[QO!ͻJOjzŸRݖ]h.,SВ (rTqj4zERD<[D U\ڷr/!Q 8rmR}4=@&H.MԃEqIAsM+HY]=VS<.#rFA78f, 1 ET7YvW|ց\F0>HB 9$7nv\>IfV8tXZRc^뿍\\QvN^2;"ȇH.&I%KQrDPģk7-Gவ!t~kb)7c2EXP(a1ɶB7Fyܕ~Jjm |/0 ;oWeϱ, a bT {?%;Qz,%)'O  z7{/zk^蘒މAnXx! K*+WB_]>S𕔬ݪsFӭpjE.h JOJB8ިcKsEvB_KdAX7/%+6).`z?JC}6i^W-S'AS+-E4)+t%S Z.*_`Y]l? 0ϟRhG_Kצ[^ZT42cg\xKBWpDTVJ&X$Q!9 G3lnu^ >p)pg/&CiL(*عLJ!7ΚqN^Ӛ 7s(gcnƞDS=~{&8r|&LfI ,x쭆12~ [֡F_x`"rH߶R5=i#?(~i!Uzj*l]KB"+ާ<'6J=BGw9C슬ԡT:g/|{=j!A651&԰}?vs s$`"Ҋ:VດAzŪ\Zg#9y2,DMP)7yrٸokڛ83C5|hb"pFe8kUrs&K0p""&WRNy:#BPMjnQ7Y!LTF!nl%iTlz IPQd{:Cp[vq!ܓ$IN1p)YK677 Xq3s/JlOQ{(b}-4ZJYZKYkPF? r ߒ/mnXz/*T`$V%7 ~|uA޴8z;@p_]ޔ3#^>L7NFMw猢qKJ41f$gC4O!0Zzys|~%cb`\ OLCs- +M* ?ǨJbh#ăqF@킮>OTC,d֋Mj*Kezplx-'ަ4Xrlʲ}҉l_OFuzkϠ?s]eȏ{ ,