postgresql14-test-14.10-150200.5.36.1<>,eN+p9|,} B;gZwGrG̑%y`$M㰎 g||V?3IP.6;Y*ѓc(wR 7(Vk t2[ܙ).|n]84Fkɫ_.'$  d}/בFԨ?Q`:/;])#W{";rU辊dEj[Bqx_Ӯ^9]d DS&Q|Dǯ5>>5`?5Pd ( F:E [z T  ,    |  R (}8)9():x)FGHhIXY\L]^b cd=eBfElGu\v" w%Hx,y4z4555 5LCpostgresql14-test14.10150200.5.36.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.eN+h01-armsrv3ӲSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Servershttps://www.postgresql.org/linuxaarch64&-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.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- 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-armsrv3 1699621864  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~14.10-150200.5.36.114.10-150200.5.36.114.10-150200.5.36.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.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.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:31280/SUSE_SLE-15-SP2_Update/6d148230b38ade04c8ec98f46182c8f1-postgresql14.SUSE_SLE-15-SP2_Updatedrpmxz5aarch64-suse-linux directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc611966723559985e64097af7e269bb1e3ac505, 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, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6d77add3876339f76ba30e849dd97b7ee0269e40, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3ff3b218b2ea7911639c85385e937ceff330abb, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebd25a1a8d93ea71b6668edf2333a9f28626d9a3, stripped RRRRRRRRRRRRRRRRRRa_}ӒUП{EMkutf-821171a4b9ec296ef77b69bb22e554377aee718e4e25946095233d08a035f52a9? 7zXZ !t/,yp]"k%n凛0#J:fV!b.OxU8 i>g HQnYnqy[l\!HO[:ȴ{R棟z #DOg?*=L\q:Eh˦&AӍ ܿC>0Mxsq. pxb E3ɹ4,(Ae>3'-iء{rSp[I%5a'֡՗&g0kCbhQ2ӇeJgs2)ۣxg+QJr%W,!vk@:9SA0 +L7HXU|I/%tMEfD*uZn)c叽9}2ʞBq f|b$ņs3mFz}@k [,{mͨUBt W5We,ۦ;*}[)^CZx`4먮)e#KAn̓c Z8DFJ%3~5-!Òn*S rpM߻- (d>xY]wDR~##RL tK86h/Ё'=1D+IM|bx|lt֬/臛_c+pL~ýX'_vDfډB6J vu!{E 4Tai-l|Sa7Ah>h,8k&\[2J~ڶ[E%jXFAR /Kڶ?e>H,ECBLF>[8P}8mGILxfU ЈfE8T1Giα͎o3U} f{, ndjLa5CU& [&^iФ0Eo*eЀ։:C컰5,@R/?Ige"Em\:s6Ipl%v}T.!1/h; d$Ma} ޘJO@$04$3{ u{5ejk1Ǥ"esIN[~lBΛwFoe~M4N[A 3q yxqn!'!O"]Yi1!>dϛT9iKLe.U}M=np,GS.Ue( HA'hEj 7lMM@hkW+htG%?_HЂac?*f_O_FԂByND`&Hپ́˖'c"xm7ٔǐ5>g[gв!d<\F7y਒1iihp׷jG*e1CcUvK2nIW'7b(*}/p9yc'r;5/7Bm~QYt!Wgu4}9w t/M# Rkp]/ןRT!ƣIJdbI"x xn]3m$E'5!p=lKtau ވm=6Ҍ$6A'b],'l2VSH.t%zTE`,bɯZUx0- `5m ^hSk,$PM`Rcp *x!'@"L<*ɓZ/41n)I`|RkfRC5,9P o)LI'Nj}øusN!]}d=3?xR@a$&XMYEDQ`(xҐQA .5҆'.%nԗ2`SHnJu܆mU2mSU[fFOձ%Ya:C~j.tfJ9O-CA[RWj.1RHe%|󞅐y4@?ooBEiԟRd6\V 7s$)"d *?? [/flWR\=@ pѯsmn%|Cu!^$pCRR<( .Ռ;)U2or,A)Z۽ʱ(b[R5,ԕt_pc7 ٣C:[|ts9Z]5Ѥ,Hnkd8_HW -J,S6=Ԉr7e;@k`Atq,ncb~k6|/֘.R)M=CeàhD;1>a= QhҹW QdBsT47(`\Kc Fq 6PL2jONoFae_!g e?~}][+{m ୹\Q9L.HiJJ7[QKͪw|}.4:CWY$k1o{z kjzH&m4_q! 6BbiAIod# ngqp镼!7*mHZwEM@c6 gR2NSI?hdkP4l΁I`~r֬tn{Fx*'d 9~$q 1*nG 0{QH 4bkկ{&w\)MZ%u)c2Q74=\gmѣy8 QvI}c YbU [)2uċ]E.[:,n0 :X zXJ=7gA: 65GFI{)Ar%`fB*&tcRt^*t4Nz@^bsaT]K{h㴦veGGaQ>rZ0X:ʒ{kw_HuOld,.F௟;=9Iap"ZA /[`@NJk6EaEZp*&vcfQ+OIK}Qcn=ƄOlJ&3c )rEAh6No'MO{+Z*rDs[ٸՁrmƳ]CMb gWN R*³PXܴUh:EXVI6Է)V/g9rCҷǕ]9Ud^h-!91zǩhOŌ7X4oTgDrd\FJ;.%^M}9x_/z8< >Olakr 63h5/ j "6+], ;C;<RQ>5 WQQu"TR0{5 + _ztظ"mlvhl ov!3%Eaz+ˌM =Š7yN(޴:)|'%7 ٝgY_{:hYmEq]gJ̄wjMrLyR\j^JF`_G6b[)j6OajQ Ys-F@-hLcr#ЇI$(vp>:iͿb}$5beݦ݉ &%]G*{\lC}%|x:߼jIXSl M9RGFk>hEaP~ePwΎ!Xf:i$" KA$,C!bܰDc Tvm̞Ĕ{م"* kO&ղ%,䠌xe6&y \7ŵ?(>gNUXOcnB} 5ev1֛N̋,Px-9#fhQEcɻYp` {F> #Q7QCKhN N16ئ1J^^W d-TGpغEޜalK7adVpٽ>X$A3*lh2zȽ.*X$"r[KKqtqdR,\b5(s Z"УM_>;?hhՑn#"c>oC=@W]*H(䦴rcSĝ!3[ҶLGWq'<\uqW o AΓ36%^Ѥ5'[ſ -M(b]F d.Bhy͹/lzطwJu)p}ah`k[,B̙7U [;btƬ8,صDMq2h@ .9mP&œwZ~pwˉՂ.1)pkA&MXખUuA\.6< AZdE%JZ6mq)=ܛCbߢlu5cO ܓ(5x1S?d1O8IeR(q.z^ى%,}_Vx)Sc nm;ߚO͆-.Ӎ|*Qq nU9̯nnFROyGߡEX XͮCSJA7ԿV|? J8Jd  ´Ϊ&+ηf[W G=|+⡴:jEGz0~ŗ%uaBq {.  Ys aУ!nN3" EK>ZFJ.1~Yr`Z!j܂]^=mU].ʆe@jZ^.Z?Yc=XiYVRիEcEŰ y/d)loZ?7>q"J5N4 ]oxx1>$ԚI0bq58*g I^G-[<3ejx_KcYK5(z:c 0E, gS9"Ob7AuЋdAsizOmgB9 lKUHHEǫOLѳH0&Y/ \R+vuL[,Rh^`RNw|6@ Y/Z^gԍJ)^b~du>%rhr`…s҄‹ȧ-<Ub&\O`{D#(7|mr| bWп7knuto7xp}B"rOՉ'QYD"k;xSℙ GBޙ;N0#zdωVwT0ur)yJ\L]2!io5{ă}fˤUiUV["v@]&0K: |I|?URF2+PorC\D0YJa, Fǫ:^>9 +c)ϿLxꁮ%u)l菜0WH:8x3Ju~,U Waa2%JlXNFFLL~GꐀP ŦvqxmXDr3nzCZ{)Mxr+U-.(`l?@艙qc0͐BG UHyi:U}+ H8 AY5W&z:(*CbD20Zpki4BɄ-(Oiq+Cpfⓥp/d~@Pl;F{!Ql @ 岟GxH>QHuvYD7C% lYG'BBɡ:f5>t]A<^%ݚHDj~>m#,BaU6|y l Ӻ@ߪgg@vֲzqP[L~.4\<wrdGiAu||E>9'9mS*}Y}@ ;pih`,-6Ra0)B{d/nXi51uIbxjlbA\srG0QpG.\N<˶?%iڙ~Pm!̷o_e^Pu{},m$wJd3?8wL`DA04uGz^Z+99ȫUk]j#j鴪*pѻϛp.Ki()êTꪱ|JhMdp"t:Iu*|݊d>f8s ۰)`Ibq0jH\і^cg: \̄&wr8T(-CHrKᕶ{!ܻ~痙JyK冿(ȄqhIEOaBj`SXά(Sc@0d/<*-H ߅L&8 `h?Ab:?]& ٖx Me Ri/S@xR[1F#S&;%h# sf'B¸YhZTSD10{3 |1/Q+zxs 5xvzF55c^8"qJi[g(P`Hߣns5cN'd _;|] EImxeCRS> 8˧;5v]ELkc/!w}aBh~v@O=t>%?ls`P&'{s7TkD^ Hkmr1tfvXN+G/1/[r߃XB\&q- -=k5,!&Wr\ dZR_Fɖةٹs24>6\@ϡ\\J&^MR{đ04J՞3Buc 30R|YGoQ%p< G:SF鋎i5)5J;׋i.o&L7;doбT~h(D-EZL [+|yܷ^,e,hr' @A G:Nu-j)Ε0**3aB"t;Tbe'ªq-<Q{"zٸ32ʉfeBr06h+$mkv7j;ߙR4%Ӈ}gu ۬[ A c69FSѤW;D"ܭa&o2G(Sα[m75 .y4X h1_dV7H_Zso{5>mj|'ei$%)R#:_+R3WE>+|$hWͭ 17;Rѷ{e~n<1pHoZ˷w>.Y Ml)aBCWwGOt|o|&W!vNJ˚|fI{*^.8Hc'0 P|ϬLrej>~vMC1y~ϸ բx9I t˄0gڐO0|H[xn 8wi3^%=@62lhv {N h6<{p RF_ӎ!SF uI&P r:{ۡ &KyO1Ą8ͮfyL>-,31GkpǔS[!IoA ͔ Π3`-Yexc(y׽l(gdkOA 5Lc K` (_،kō[qy oLc KT??u&0S4̺ۺDwr:#TIvvtѵ +#O1` WX&9pڇЯ\ƽ[$N1"; TyP8`TD焃BƅLkp醺`df)~Jg7:$DE|,av= (fc17HJ0ѕsIq RC.PN?/ّ-j2[%uph*g9w'^J=狎 ʉV+\,|߰EY u -s==2B0-n*|̄nUXrQvy@__h$KM(& #rSH}??{9k Xx&8@"7t"J q&'pcM7 MԾ3 / 1*Țfb$msDJ5ׂdH8sjJi /诀>/L&EțYe%-s $2쯕a+ <Yyxbyu^6XS1u:q^Ggez{%:*W?|䄼i|dBN4tۻDjxbWч:Z "tT2LgneLӥm"~>$>puul"Z/(7D+.<9JwfmCݎ2L 7|Dm=HZ:.?IzXe|]JFr\uIK`$y<:t#F?r@1;{~22#}~@%Y>'W z]﵁sl߉P1io*)&׼ q4.;I_݇<<( +<2^=[Ho΁2bk-8F?{CT [hҳN2-q3yiv#o98e`]oH*u? gϺ|ASB$4𨑶V" PcCu O,aQ4EG_↋@yyJ4A~$XcYći³SfZ I#cT1X5ޑ 8WڂT^(zMYA[6x$Q@=@KwR% ꁍ& hXF%Э3ZNh[.ow7plKҙ6Z뉎9 ,Nӏ!d829[sM` G]!O^UQ<׆V Z!ȩErj*kFBv6*Dryiu _% ~;Ub;׼(;3 TB XF2цÒ#$wX4lr¹3βbE"̅(SZ/b0<CC5d~#h B73'UK+|~Gj puTUo_o5YI0! tB[FJ.rMA9q6ij"?ݿA5W4j3_6О7؋pDGp]fI܃uUY` ֦$\Fb;k Ktq l]r m71/ i׆{u뇼6i/V!Nb9Msu@ɋ&.Jnr&@N>QLT*U2M=-.`흝R|mH3vs_<޾/!z-*]ϣ4! Q:=8]Z$ud~#iX6\mP<7P iFӕ~ryOlXnl(fHV;M[ 3;i/L/Јo^GLhwYv G|wj(N$p Ճ{16AKy:ԎP77\㓔6bHmK˅&Zɿ3s!P>P6Ju켍b=f0n0ưY[5#6*u,G2<験=]S0L#\THI>vd1sʽUkC-b;`7}7)p-_m>!Ȁ>ea1f(."IF.l uz5QUjRjZ˃so3YvXk 1v n;nhn Gd]MN/,;GsNh$K#]"3`F3bv/sY|KS~]*٣wez~bܣoоJ;/r,?t\իyzx6LGyPN^s #|.A󜞜lI~պD8Rs76] ok n)}FQݍňG,j5yjj ѻш,5SM76y0o"n\C=+W/0jW !觷Zׇ ϼ\!Qb2QcHK)-21{V>Gc6[b+pKʦbRM5DJ;uhϵ8'&qX|LEZ 1T8J1dڨ3yɈs;) kZ}v8ȭB&3fISDI n9̄̿)ET$[v]rԛߤ> kh~m% O=vW՛,Kg:<@741+ 2mUgxkov8j2xSP+qpX7s 4kmW(Qi&3 qQQ=[ j|W5mD a}Dݍ zݎlZZ5̔>.ŷSz~4!x1 GFX FB#FHcDg1S=jgށי.DjSɨxֈmS|aWoF@pj?,zȈm$M6Rl%EdCgs$A[P*UQh\TO^δ+m" =Y׆חXJɗB5:gk{L3uxHHnc3BE ;5[~V|"X,R9 u9Hqy6s exuz1sNҺ?6Gi\l`{CC&Y/p%YjUN׷`n/*=3G5QGF6(,::s;Xw3g)ONe [k({"RNd|ZOґs$C`p]C?R?ׂG | ,j<(-)M^AX 'hXJ!#5\"9So>99д !ꏬH0^7cp 2a'$˓'Y&#{m`WiF-ONrٟ⽸?d cQ4^Z UgQ/ $2>aJvZƂYB1Je j5S)] ohQ {:1g 4_-Hutm6" 66376n~AB+ZFs?mmx+j>4aRnЋD=ud"HɷI{^ n%0Be|Mے~FaDVj`S8Ғ+`WGOM)l B Mv(ACtOi[0V97\B Z0m̬>_UsIda2Qc~N4dCSAn 7u)|x dLbX(?oI{L/,0c4,*$ 'IXBKڎOl(~Jd9aʈ rK)~&Ⱦe/)UPVJ?zw="ƺo^0nChfKmݵz%t:X]|r+04hKC}"ס·NH:zPzoq)qD|tN^s]}ƱyC ء*ZfZ*W$ubs]QB7yعY4;@tBXq:fvV'h 9p;|^,gRJ=.avSJ:3'l]4^Bx }j堮ԥMI>p|0FR wQ\DO&d_jUأ~F2w\~;jxIݲF$KGIVk$;G6+'~ia ̓@quD35[/?b b:+)t߽aO5КxvDhNUGKڟtUX](}c`'sEXי̥N'{0-6H{?2yvHc-B2',.9nXPS~a/ܗV2Gs3KpYkrPJ9w0AGzG X8@N?=*oL6V'f캫dV!8ǬDa <- )tn>DF!qA-A>+.@_JSiQAYnbM4qߐ,2բj&XzS6av:cxuYrər5^WytyViᇗG{iQ]OnZմ6׏2HA)x$AQ 'KB7M4d Ο^U;^c8/pZ:z 3$†2GGkd>XB#:3ԿZwUY(ER_+)l:茳0OSZ[ODu6Qᱶ`x0[Uz~qsۋ7kiJ)Ċ M;s9\eȟYh` 7 SBYl -ĝ7c Zc]US'YB#/cq_ܯӔlMF(SRte _xKEyPqdի,_ᗸfQ Vʝ%ϝ!ef6n\U&t˶b%i>$D3യ& >FGLc/%i%pO0yH="Ŷ:.XX[ Kk2 e8&]qda@I3!hNg;0in xùQVBtSXHgkΗq.J*9+'Etሠ??Xݗ{27:>p{3hL,聱m/ؽҮyMMCR/^F ѠB4{LÖ%vA@*yMZ=t׿zqG832ך33ބ=\,Kc* բ! ժ|Ӛ)łzW77.Bi4-\E[b ^XeބLMFIiR2~~%Ho'L+ۭ|E& ՐکAW΋)Ob\|R߉w/X }`! »I`]̧mk v$z;KtWCD\S^UВnG/E`Nn3vά= NSj]Qɻ(%*NۏJ3j\;^E*7N|4([(goɲY* :a&äR (〡2y'PPbNk%4v8@\&aw XDI)'#CMO͜:U⢕nGh7jGy drH=\cN>#+d៏H0-3#RwCUx"0Ԟ佈5gwMop7m֎kP\p 9SG}'pgJrU4,0,˪u_R-/ZvUbe9p3JОȌka X?'KCd`'5$vo{78X} OZdKȂjQ#ǓN<i9&E6 @#>EMY^P Jfr{)YW N(.CN-ge:0{&FG1“K^x2.u$|auZdc"U3ް6cSTR42 1g|RWoӚY4<:QR>ނNP)v(5 ox:A9#ȡWoPeZbڧ y^}8vl+Äߊ#F0 ~5mҧ4%w .8ELs*GW5d -1TǏ`5ZKd>i'M֬o靶 AI}C-͆2`C+ $ _[(A*~7eV6VW5sP>N}v\S&!N3S_FNOec9k/Eh(K/OUhhdtd%ibjx?$]P#V>#[>!O͜6 우 ij'bsfenOVCԕb>/2f9͎mwFƺvd_ 6ќl{Bm{ 8pgI9TWgE媻j\s. twXxauHm|V??,N)M6 JË EK3U<v"[ϩ1M1ho$ X [D8 bNdcjWkHwi9ϥݫ;uBP1ڽeK.oo td0Jqm1AD@N*BXxU/Ayx r@8<̤g( n* r`qY'암 F#;x&r'TNu˔mn>!MއPI&uGtS(umz$=444k Q[h mj{DPNDl©2{ T ؅\i6V_YﲴA &>|Nf+[[o}QZ(aoh\0&!(8Ѽ۹G=DWmY?٫aM^lITIʧaC:}#8]LK7ϝK~|6.:Ӟe>6#D9&=@RƷuGxv, i4y+PřqFG vWRPvc}=Zk kDXU9Z0=ktP>qM}ЪV(Dɞ >YN|S]w^vT@IZUAYci.y/u+jod0iK0[;9䉏Ag^Sޥ~CWLuY%G7"JRԃXGooK~i1)/sKϿ HVM8'J%N"[dY7ʬ|Ԭ`[$PAJƻ&[sӝ^IpsOm#"ۊ%úՋj9٭Mk&i}Ð{ᬪT.`?m{/E r+?RǬoP\AG&f{,Jj,+zeE]w%A2"ڤ`GW͑d^`LۍfTG5<.;E.g%x2iCV{MZ>(3y }X7 s[ zDh)LbgQt ^I1W\2тGNې̖\C7]pBvy )?;  0^Y0DpH_>#\-Z?gr͒:`;o2{g#ON3XbZ(7\#'a\BׅVO'q jڰWVKmF ?L3}QNYoQ9H?_TOiˑS6=9 mwsLSY#1ucO k3u6&KQ8Fqg e@[ mk,Xap IZCӅ!{>M"`GCG v ^҉0MߛNj}"@}Kae/MmO(3Ay*e7$xy;0hZ!p[4BD M% 0me =GIAG9-!%C贓%D]ZRpw&b[8$b2I!UJP>$į.?^ B` bw*'$3 \˂%krE">Xt ?Α<<<;W>JOAtrE3mfqW*5*]"kpZH6 k6Bsd$Y͙e0h@E4,&H+Xt9q:Eba[&'xK`JqH#luʉۯP色bM!(pζj%l?W5לWG^Q\m,K~!/#xq!=DcXKnR6:XQJ1,v#&XCO.{*N;1656K+ސޒCKuLUTDl"5+/c)+e &Hՠӆ.S@}+ IP3$RYaxB7sJsnm硖2e׵}eka#pL[*3J״|Z WPu; a}"gGQXhP;n97/s) P-s;} Ğ?GX۠p[;TbI*Ȝ0#[ݾb#TYc>"AWuH xUfCp,QI_`yu +'%~'zO_qj)3KNgDU,&тP+S/mSJgLsM؁ [:+FR~2xQѽV_}Bî4>Rh8fl,Cp{6 tK1X^"|#OT oA1iuJeChJ-Z{Wg~Lx1`fh,f#lEesFy;\ =)%.*V};?^c4b(3kr` W Z/2Y(}&UmaOWXi._u3D i'2͖A!͵E"-2I4S}Nsq!-֝1_Y$B5@9Ju\y-b[Vl50#k ʼʈ+-y$vAދ^w5XUkY|4LBå(m#b򣉝[?* 3A?g/wH RoA,t!K6p_X;'IH=IvCz%&}D5&m(BP!LcPChl,bMIW^ sq^1{Km8ŏ/v0J ywQIC*#?xyb+pUW.Z<ۛg$6 Q,ۃqsJfdU=T3ti:&Wcpnc k~u}KĐ>); [Ծ=1Rv^֩;/t-8-/h5J>@84T֐eAPЕΥDx]UV_7kҤCmS&M7Yybb} X 5~$ yS,KoLew;.[&۽_HX81"z3Wn\`$^O{=6,XZZ˼' >ۻk aKmFEq&7v3r;>9W~%W Xdn+Ǫ4>9#酠_11|NO!w^j簺BHvSP;mzF0 'bջqe W.]탽tYg ^?cw+w #ȟ?A0% kHXKf4iϮϸy1$!Shj`S|% lg-!wxWy?i\nV"?UnܟA}Y`h*kek ˙(u DI@(ZFW -=1:NN'*SsS9 b]IŖ~նa@-On&gy{{0kѓIǹl 7"B*8ر˩ƺ+{,,Zp}?Oc{~T bKHsB֖PH ѷ+~;Eu•!aojyQ Ƽzƕ.ނ.5=cya^ngNAmlAod6ГwzF ) jD-~˼%%U0p?锈RXcСU&,i iyz9 :C kcEꞒu6RF%"?)F9x9BW`)o a l k@ũ,^]z=vhEN4gc=T+%{mj0is+vE{0B {Z>:zcvUIwdq+:&9D\N<$[E{z=Y;'uc0S4KQ\7`%=9XǤr2b\0PŐ+`-A3|=&2)h(0eSJGk/sG>nsy<6S36r7Q+t:w C$#5.WV-{d*̴,U5Gr"ˈpT?o;Qޢ{t Y|E7] #FjlՄ>cU`v*Q[Z# E+\~އ2WnƸn4Aٳms\؅L_J^^H?p -r(S"<+X&7l&Q㻠'@@1T52E PWpv[A:[&tշ'|xk㙶J6-n|ˮ~wH5c=0h8eWe{{&HXsg볗6+.jf='Cz]#2-Ro4I[]?+)JjA+u3/NC+@˝jǶi(6A OΏE 3?ٺ9Q<'z_+qpH`*cB qTB5qkIKwʫau#H~3'w=iҀM٭ sR%o"~A.Xl@Ħu}L'8x޳9,?7a}r"\>lk<] 7^C(,"J`E4_@VDиC#\IͳVI"~amP)]e܌8Q w{!19UAQ<=C 'L牖}6h"HJ$}Ô\\0U^B{˻/%QJ%T4x(&Q02ϻ b&yGi^ӉxĈ8{KCc ɳޱ+˼AOV64"N LgvHүRUmf)7UW2-s Lz ] YB{{"ɔC@"ߏБ(<]$6k!yxTSc*'6(c]JpJ峳h[xF 1`i- u|NqdvAa[w%*3Qx[- wo͂Y|{>!rvɣ=azQIڛvV@Nv֨ ?pk#+ @8㗝Vos)u.J{kEr`X2JOec/vgBdo $Aadܰ6[[X9OQDnێBNDqs _ÿCtUZ#oz"6}9F9Rc\ߏxv';~[zm;.PvM,a #L>L錚-?$/yte*'fP5!(IИ$,kUr  k"e=[b(qt;ו^bԽ)(%r5Fm-=hm}U;i}]C\Ӽɵ23CU8t 5kDHeOMCU!1{<6Wm/g)jsG[v'sL+D\hj<_m=_;8αY RQġ4e9rȁ<#4庖YA& V+$,׹#ޗqw.9+zeBLuݿyf G0G=-1U'ߗ8/Ab5hZz}t2z?Or YZ