libecpg6-32bit-17.2-150200.5.5.1<>,g>ap9|EVDX>e7345l/Ace Q [% =eK{D{wj$:3u$-Z%,ܶR>>I0?I d # T :@GXp |   f  8b(8A9A: oA>CGCHCIDXDYD,\DT]Dl^DbDcEdF&eF+fF.lF0uFDvF\wHxH,yHD#HHHIClibecpg6-32bit17.2150200.5.5.1Shared Libraries Required for PostgreSQL ClientsPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This package provides the runtime library of the embedded SQL C preprocessor for PostgreSQL.g>ah04-ch1cVHSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfigWWg>ag>ag>ag>ag>ag>a4d9d43317c81a3d69853af4bf1c0e4d30aa161af3b1018cc6f63ddefefa0d1578d9f38b029d8974856df8708bee835478ac0100785a043d976ef2d14a7e6f2fa4686d5422170b5acca805f1c5be767b79ef193af902a2086fe9282e6a45a4beflibecpg.so.6.17libecpg_compat.so.3.17libpgtypes.so.3.17rootrootrootrootrootrootrootrootrootrootrootrootpostgresql17-17.2-150200.5.5.1.src.rpmlibecpg.so.6libecpg6-32bitlibecpg6-32bit(x86-32)libecpg_compat.so.3libpgtypes.so.3@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libecpg.so.6libm.so.6libm.so.6(GLIBC_2.0)libpgtypes.so.3libpq.so.5libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1g<}g4g(@g@fLf@@fV@f|fTuf8@eCe@eqe@eKx@e@@e%@d,@c@clcGc>@c6@c5c,N@c@c@cb@b@b@b@b|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.comaaronpuchert@alice-dsl.netschwab@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@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 17.2: * 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. * Fix race conditions associated with dropping shared statistics entries. * 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/docs/release/17.2/- Upgrade to 17.1: * 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. * obsoletes postgresql17-jsonb_jsonpath.patch * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/17.1/- Add postgresql17-jsonb_jsonpath.patch as a temporary build fix.- Use cmake(LLVM) < instead of <= to also allow building against LLVM 18.1 and newer 18.x versions- Upgrade to 17.0: * New memory management system for VACUUM, which reduces memory consumption and can improve overall vacuuming performance. * New SQL/JSON capabilities, including constructors, identity functions, and the JSON_TABLE() function, which converts JSON data into a table representation. * Various query performance improvements, including for sequential reads using streaming I/O, write throughput under high concurrency, and searches over multiple values in a btree index. * Logical replication enhancements, including: + Failover control + pg_createsubscriber, a utility that creates logical replicas from physical standbys + pg_upgrade now preserves replication slots on both publishers and subscribers * New client-side connection option, sslnegotiation=direct, that performs a direct TLS handshake to avoid a round-trip negotiation. * pg_basebackup now supports incremental backup. * COPY adds a new option, ON_ERROR ignore, that allows a copy operation to continue in the event of an error. * https://www.postgresql.org/about/news/p-2936/ * https://www.postgresql.org/docs/17/release-17.html- Upgrade to 17rc1 https://www.postgresql.org/about/news/postgresql-17-rc1-released-2926/- Upgrade to 17beta3 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/- Upgrade to 17beta2.- Upgrade to 17beta1. - Allow LLVM <= 18- 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 16.2: * 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/16.2/- Upgrade to 16.1: * 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/16/release-16-1.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.- Upgrade to 16.0: * https://www.postgresql.org/about/news/2715 * https://www.postgresql.org/docs/16/release-16.html- Upgrade to 16rc1: * https://www.postgresql.org/about/news/2702/- Upgrade too v16beta3.- Copy postgresql15 to postgresql16 and upgrade to v16beta2. - Don't create a unix domain socket under /tmp anymore.- 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 15.3: * 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/15/release-15-3.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 15.2: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/15/release-15-2.html - Bump latest_supported_llvm_ver to 15.- Update to 15.1: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/15/release-15-1.html- Update to 15.0: * https://www.postgresql.org/about/news/p-2526/ * https://www.postgresql.org/docs/15/release-15.html - Move pg_upgrade from *-contrib to *-server. - Drop support for the 9.x versioning scheme.- Update to 15~rc2 * https://www.postgresql.org/about/news/p-2521/ * Reverting the "optimized order of GROUP BY keys" feature.- Fix source URLs- Update to 15~rc1 https://www.postgresql.org/about/news/p-2516/- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Disable LLVM JIT on riscv64- Update to 15~beta4 https://www.postgresql.org/about/news/p-2507/- Update to 15~beta3 https://www.postgresql.org/about/news/p-2496/- use %version requires for the contrib package for now as 15~beta1 is actually smaller than 15.- Add proper conditionals for lz4 and zstd- Upgrade to 15~beta1 https://www.postgresql.org/about/news/postgresql-15-beta-1-released-2453/ https://www.postgresql.org/docs/15/release-15.html - Refreshed patches to apply cleanly again: 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch postgresql-conf.patch postgresql-llvm-optional.patch postgresql-plperl-keep-rpath.patch postgresql-testsuite-keep-results-file.patch postgresql-var-run-socket.patch - Add buildrequires for lz4 and zstd support- fork package for postgresql 15- 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.html/bin/sh17.2-150200.5.5.117.2-150200.5.5.1libecpg.so.6libecpg.so.6.17libecpg_compat.so.3libecpg_compat.so.3.17libpgtypes.so.3libpgtypes.so.3.17/usr/lib/-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.suse.de/SUSE:Maintenance:36477/SUSE_SLE-15-SP2_Update/018fa2991800b019021012565ee8d23c-postgresql17.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=89f03329e3db322e0ce5e01d4c9e71294d5f1b54, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=75fb78c2c0d023ecc26761f33f0bbdcadfe90a52, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd128585cc0fa5b08da70251473fc3fd234d0054, stripped  PRRRRRRRRR R RRPRRRRRR R RRPRR RRRRRRR RRutf-8a5978e143c603d2553b12321315d28986b6c2832190b2c986158f62e7ab9b256? 7zXZ !t/rt]"k%++%m"1ebvp]%3XJyIѢ 7;[%CSޭT3t<Y+i !v7\~oji[ d28Ggm:%$c|e HXQԩ> 3ȨH5m̿Ϝ .1E̕LG5@PHpY`z48L(I*XhVwqĹĔH軤]LY^ J jL 7=ٽsi!ˌePMn0 1|T/)234m6"~/Rib! V ,R:[jj /mh,0+i%E;Nen,cʋ<`S -7(Mo{߳c 'cXoTiH$=@>S6O71zqryS w z}*S*Ua$dz˨մi`Ze , @0'eiL[ӺPXUFJx *x~i, !Q#]qrn^2xB%Z}S T5ǦawL8xvtߘC~?>s7n&6:n"AJ ؠZjl{}Ͻ,sL㫔3SKOUKfMhKP4UQZ +OΨ\8ͯSj;caVUdŠ~ ^B>{f/GϢ)ojT铤%Hyp\u)zyd}ȭ (QI,]a[ L|})/fyYj('z$ͬxf 8c@͚/ؖW2 .H3ۢ)CV5bVFni|N< ~>d6ʁg}o>$UVCFK״yu`tlyIhn Х٥XC{y3aۆZ*v tcr9 rkeaȟ)KldPسk$kgrZuJpM \=2Ea(nkrAm+,'2/߿N9Y.ʆ%inLlɼ&!Km͸%v7jx[(C;|߆CsF_ANc_|;o+fmծ".W#UQ&BmzID8Pfg %ǝDj{0UI{Pj׏g#r)31֪ P. FzQ@%AG.w+9[#02 Ǐd+/ǿ5.s-g 'M@9p%-=8OƵò!la>'q N(/-uo=O$[>ܮ@OH A:oBx?`ay%2LAw̕?_9RyʌIh.hZ!X XԼPmrb$7$&hh^[ Y-a-pw qw1a&-]IEJOPܓ&8"odÏZӨ U0[a^q4!xByxi鈟 ǚ<ѫ5NX/]B~"+s}/s4NoЯX'T- ֘Zq aG}!5ZѯTuņ9LXs*خNGh"7b=Z엂Mȟ(ljA3 aV?|Jw\\]K# G|q:I ;}0!}dl6Ն!k/^ћsQPͲjUmLA((ˊ'#47󴶳_i.485TɊ&k"I*ݬ~BgSB0/H ZMƲ+!c^mZxĕsGr}]ZeE%F{#&Ԝ㾕ya=*ds6~uBLQWnc_On ]WҶ~0M x$$![h%?B>sW)^KɄ)( lJ"/ LR'܌jiAGƈg.DKȦ}P*Wlls>cfr:7$i9GFxҲq5f1K*O4߼*kXX'ܲX+$&SBtrPT)V m-ZRd%NM+n iijJ21Vx">dhUM1\Lj< ]=::cvo@ͩ86rCcO!L:}%J?W7vJ4m3F,rԂh wIň֝. ͐&f-5S@˺l fz=vc.$4QJWXa-GF>˲ K\ >.Q.OK6($$6 C'C g* ~v⿙BĒw[S|' V1ZuEQ;6~NՑlԴKOimׯܡ 2?I'oԌ(+7UA,> ʙ1#2ɝn r`Rac׻c(r0O$_$ن>ٛK&eU!S~tejU"l ٘fc7g0b?fE~k=ZOE6 TQ0ki9p/&7=˓C @!6i!ïB8Kh8/=>lyZO֮ň4e;N EԫpP߈\cC=13MNF)<h>,pϤ{ɬ +ɲu(|AhZ <10>TN-TOaL{wmLtp` 沰;i/,GاPE$|`p{fHT%%"zX0|_h{50r4(/׉2jA?yFT <*pŮ^&ԉ񓱕~F0hv^fG86V4aTT.'nɴ8ߘ9XRF]? +\A>%?m3%*t9:cZn '˾$$#bhy,C9R_i!dL&a".{*,KB c,gr{3|#^rYap/m"w™)GH棴DY Y4AzJ4**q8r'qV'wpϵySdLY6S懃 uG"zRkNJ(hD?t6v3C~u`|LVPA+!r>t jN>f!qć=&iMg~<ͦcٴCz=-HvZk*cp ױ[hcO'G\Im!ITCw^eYCwz6R1Y@ d%h2QF} mHX%5 *HwAk5n'D胱t&UNk\ab=UanSV1QZ*ƻ*k XRHz3@ncbe4{nCiǖg 21Stb_tB"vsz :9C7-)qe8Fӡ\gQ:\2Ga]3<>#&t.蚯l*2] 7McoYgz(j PJ2qm""yt%͆ˉ81)L{,jymM+&Z0N{cNq7qFx堪qWMuSMRk#` CJEe*#IxgZ~VꓕF&M܆߹Ѝ oОES2Sk⚐xXoE2jl\/—8dTwFKduy0[ Q6@^u@ {ǝ~Xd< Bǰ?/2@(AB1c;Ĕ"|.ׇ$KG}{6|jubGOpv,ۑl J"IΖI)nZ*BGy%ar Ր<"u {#ݼW6斠*G[O'ڿ^!_]R6_5 ղyJ ŵ.F俗".7alF;`H;{IVV- "}B4Jb #A%-6{-X 7# ;-鯌coJ X덡XDoԞ{~88zt@ aΘidE?ud -#X{qE-0q٥ۇD8~҃%Hl Ή2/Hv+e&aaV'PY"&X=ǩ_)SvRpx8۱6i} 4&~yw6{@E-GK: _xGw[Q^$R}\RU"ε"nEڵqҳ]Mj(8ɂ]D4N8ªR뒏;E:;GZl}OKwo#dΨ=cB ۫~eMǞ."n[Q7tڲ{nPe]ujb-H3(YdxS# @kŵ"YEt!%0rexf7׽dŶ&Lzʒ攀>tj܅cW(41@ғ8yдjq> N _7 Sv\0UG5ՕdX<-`y38Phhݖz)Xxm ݚi8DMHĊXy(\YNLѲj8Yn̷ =Sxstuvo3,aU]l:Em9Hb"Y؍v莹]sM󌱄ԱkdcEΠ V情0`k?cC|=ZɗJg۩HtsoX9qH48B`_g"]4a/=Ǔ2i;5-?Y]%j |ԕGTTh ( |a2.Z`HgcH Oˊ@ZmAAq cN.3u}.E.YuS;~I3~OsF(ڮcm fRsVq KDQm/\oORܮw/ڶ ?(~/S`yb ~Z *iV蘭'y1/>?om'}\$Epr* JyaBe˄! ]Q!N= < };< WV$Kߎơ&ܽ{D*j} w "++qp.;mÞ@zeh,@Dv}=?' MsɳAޥqSs}1OP:vsmٍW,N+P4J_o kC4I&N•!5!@D]:Ai6`zc2٥\W80Ã:*>:JiWupQ{QfdR܇Rx"Ϟ'3iRzfqx^DH^^n-h.@̢Ay:Lq]\Ҡ6ֹ%Ly/uuwjsEG16ӷ.hq Y0QeMѫZk ofVpm!S5x]BFôuզgΫ5Hn׿z} {-d~OLLT{CnKC9̺E;80K^,0ə x- ZԲBy FUx!zXA3\xדto$6T]^Z"Ъp^}RDx.0KG٥)QElڹ1e!A6 Rr)<=ԒY~[ag@GX1PAA= 3 Y$1>d_~u`7Xj9~}?a2VFF'zJڣ3kOlN)XFP?#%,Ldzdp%U_aT賒 g@^{8X:%303-ı)E<7t?9y$&X*J, %,#v WpIL5 r"ݦR6%ɷP)xܢlɎ,$؇R3;hA@us$m 7ܻሂW\y4lo&PNKWxyzsáK"}?}]ZEvqİ.sE`nhB Z\HFN fSAba:UtsͪhnsiGmP9tJ+NwWe`nAXK0Ů+g\6!G YP=a@l|;6#fxS%R{`U+ FZ̧+;TKPc*j܉s~ĞkݗH${9G zI\ Bw'&Ӈʧ9rn 'aIOԭ0TdpK!Xb{~E_m%ëvc,.wt*T顃,Q&'$"s!?f=k,n2;3Lxzт!aU<`x[ Qpy~7bЬ5O/}xj3m3,5Kb~7Qlq%Xq[34E&DMJ ~Gt)^-,VeS1sPVҎ[y}}ZyѲ>+*+y**\.L<}]oh(m7C`ak}gäMJ31IVֻ AiT'x:\qvZtڦdé* ͡~5I !aUp^c5(²ASg7vq6ƚBUijd ~BHi~6`xo?Me@WQ<{';[A3?G@_w ְ\ZJN+\<K rI>\w1u4hblsܻRx+_utSƏ>cUJO%2", /V7iW+ K{Xo \_9uu-qQH#{ g(R=AMv- ٢YB֥N;Tq&|y$[q7gW^>`֪pm3< a6']μYBYE]&iy!GZVs-8 %SKN:c pu { (j/C{#zGl(e# G镌"B"DhtɺYɌ Q}-cK!5uI78$awHVզW-5\T%ޮ? 9M.@-)#0EG QD`e_{q">e)W<1-W >A 9 ??/]Vi9Q&.#4yk=VS@D#?w2gHbc|<#(l܂70IThk%LR1{P[:aNv.idM\7Zya7Ju͏F5!>b "5,DiIY`@J}4V2)Zث$X`4^=ɝ ^0^y$J!BSH99H~;T,V}}ژ_MbDd3 +&vHy_oSآ9e̞]mD_KtbݧGK?bF8߽J \FX$gL|8zͪ'drS%%{ӌ~S̾7q=mgIu|*E3Vn{ȸ' GL}XUfG_L*0Й(~6Op4l7z9o(~PF'tqJ%5sc+3%M]Gҁ;etuV$\h }O~~卢 =/`Pɘy&wםߕgd~& |rJʰH)cxҒIU#{иQ?>>r}-@-2w|H0Obelb{dM4ϴ/:Os,Pl B~@ p(:2:2q _ϵs\S셒ak=/N6nƐ\MI̗͆*  `<Ā. lulj٥iֵQbs2cGW.Z\N1Ivss0Ň,B-!X0K٬{jE !Acl%b.EAP 8*U{auF hSDn YǢ,Ǫ n⺗CރrvCl PV GH$^8]0'R/֌ꆿ#;#0) BSeJ ݶWxbk ¢{`A"%y)[`mː4Z(Ax6z-p~f$K[eB3Z,j+lCtyݟX}o^l?NAc݃#hUB]bmzIdd6NҟʼT1*E:A͠j-b6m >緟*j^i|c*#MB:nr>O8HcFC-F*w划r3[ ;4o7gX>J%OX[OyN'CEZ$kސ Ζ^-J_aqf:,o6=+pJsTcdjpkIQ&L:Lz@v]lA~i4p, @O\/Z B_a3oxQoB:d2)$~!ByBÂVjt\Js$sv8l #ƵcPCh;Ǖ N$w2LTDP±/܀a' 4[?CJb4Hu¬V}iΥk0eM(FloOnt S?G>1G_W4',b[ϡ/{Mf)-R=m Vl-^3'Q:RfXݾp mߝs, !33`^NDt8\_z^3_:%APFnIO L1~JE-">5ks0gLUiZ`nu bqG>V.޸^+<,O1w^^MӚ`wzK#5 %#Fj9%xIL0s2&!xlGҼuЦi(Z04<\^4P}K^mehM Wv$#+ q%y +BXD?lHҐҝp/xiLB/JY>xs%eTjl c (x4&IPr䐤2$t,h_Þ%+'N>x ycCJ!vw@g&0ZNx'-O>|48e-H:8]l'Bˆouz8820̻'ɨR_q&G䊕fN³sZY7k75g`@xhGFc ޤ䰏Ȅb@C(f*xGKS/}NibJIfUVǼ蠵\l4×t~/,?vcbđD *:d(texivU8'7.EJH4tQ[63#7 <@`)P%o >"IKj/r?9U@$ĴNX]-|c9KKڔì{T+0PYk 4]W\zmMoѓQHt9Vl%w;tnk(<̮mqx4~?Q0}rZ6.o:>/ar. BէzF'>OXR`-w[6_Ϭ1 UγyS "Kjm_G,z,YӍp( ^z#!~fUFFGǏt>kL.8.{VE=ИF,2\T+7]3{| >䰞i"(HYnwkP(,xLPk/Т8A)9j%UXƐ>C(xǖ=^aR WCQ#u]қ5ϒd+p"m[`/AIe # Cf|1cz`=X-tO=_ҳ~ ~C$mc6]F@wD.y R.Ez._Nv/1Z'Fڴ~O͠!1E_}Cxs>"ZQZ[W`px+oyDw+9;\D&}Sp淒utbQM-wVTg63, ӧ͸ v*h. v`Q_oodR}+F2zտ`c+ޥ&%#=:Z6lNb]ebbGd\n̎F9c)woѿ(-X7FG?-q="3aV +@"qGtE0`Fr==X~7TZ٩Y ݫ6[z|L;L6*M<\/7EYxͤ-r @'9MLm#<d`쵊it;"8YI@,:_*||.ےжt < WN9xѕ=qxϊЄM~m|]x 1p:GiP2sd$aoy[_l8GydC}8{zTaCڼ⽂o$^= ꑍ i˨Dӷ#(2HnMX )f*܈S0GHJDš=>Rw&,̒dbĀ0YC{!vQ6/ Ƃ(hLx3YЂԜ3R:ԄcUb8^7!rPȿۜl筦A, z t$_^G[Ի&b mHeze? $N0DQh-sjj}+w懑qS)aϭ?q3W'LLŲG9vH 8 g(ȄUhPJNegó.D%KQOF;9Ey/w6[Uc,N@I]K EA 4"bYͣ4v1.ǘ/\iw5MQ]Vݳ{3fKh ,il1%gK9_a+2m->EjTLY[T(ب}iYSBDRE}{@9+&,7灉5l6oe"5txaj mWj*l^a[AF#[Eb+J9V'-t>|!<tP"v 1b@*=rvJv;y;_mj܇ե쎵 &^Z@u0POc喃Nlz%ζʧaMQ30,} kx$n6 -̤6":1:YF_q;?Ț_o {bW,tN=5lbY +_Wm F^ЀxN"ԗk`l`W#)ӁT(Dz-(Zn=`VOxgCɝ° 3V,?U jq c ([V[0_O&6IbqY`:)"LS[b=Ф_i0[K 34s ̦siy' GX&o8- XSu&{}QFRrk1TfC1s$aA,‘ 4<IϚV).d&O$>:0W^Ӯi/$M=CjHf~3dbUH&R6Z޵vqWbLI g-,OFRQtO^(zm_!䡪L\2AS‡sfc۳Spsٔ C $+6HG2jwZajٳ~u6Sn 1iгC^@oE.X\a^d8&B2jAFS ;x+"ybqim<ٴy~giW,ks)Oe\aM N>l|ÿUfGfuR O)ZLPitbqgX^xCfO?I7InHP9M ^浝-y ܒ@ԑOZ_³ É&!_h3l$L0 Im?߂H:UrvtLSj]iA:_"0x0rzLh]2vI}{frmkMpͷ:6%4&jeN cvྨxdݞpd<+[  Vw 6PmKIҮkwn=7ѐ{>[Xڹ34TR=^Vs5q!!3Bޜ~oVX@x0%S1*8c3 n(/'#E0}-o驷/0>AQȈtHP' '/̱TѣmaG*4!tga^ xaA(~kd^Ey{Xnn>ׯ:*()7)+lαxJdFbrF }>-(Z/ISgNytHf]B $=<"t0|~zTq37;HGX:Dw;G2)$#  P$:Z,ϚgSpw"O;UN,z$=TpF-bLQ ))6 e g 1wQxE{\$I+EC%uGo62,$?n{T7ac~Ɍ+^GU!U a3l~}O`p.&ɜR*!|,lzz\8<+^n O1x@2K?nj8еѪ}cJ}vbH5XSZ(RIQ*"-XFPy1as ޤCM6A֟-:~n}y7(̍pྋB::< !~0p@A2o%b߈C0(4U/~^C77%Y ^Y+]zZS5>.}Qmz`[Gm{#J- vS<YL=q|hfM)r4e n|=O;Yk屨s4@O΋RAȣR>d}/8Q_f ;䡈ߕ9g㠿-~cukeȺR>ArUMIDɲ4G}ra wGpm=p4L$dk;=`n=<!WIYW@'H\D\xsSI5źIXL_2 $}O#Pd8̼\#l?WK6ڬu$5=nIW'ȲlA3RyrmRd2qT.TwO:D50#Md) /}X :П&3a>I0fcB0# LQLv7pvS9 fî'fL׊\IJ6f/Vѻa"xcT5C ٺXC5$SLV=]EۡU6ziJNn8[PyEggՓK['MԨܕp%AJE#ռM V꼇Le  6e3ĒA׮b< 뵹@f9ffGdT?b$ի2CV4|b|#Ps944ʏonIY,W7zT6Nypi>aX\  g]26".&NFh_HyGE:{K 8j uފcܹE[7YHG,ʦ@>( Ad/MW$^יJ\ lM*6JHs{[Z!dG֘NX:;\n7 ihة(bZiBڸo`i&;zIӼ`M g0ݶɜqګZ03#Jbrx,d}ާf JbB@*o> ZWJ[ޖc]bxUhTACj=I^h eCNn:"UzeUP^Z>E a_8>ݏ/OCjc%Sx7M!_˹_^\sސUEШ_i,2-r~s͈0,} ?JƷ,S} RyEO8紪~< qGI*L_׎eٴiVy 0Kv@gjf|Y-$Y/;:AzڋTŹ3e>=ŹP.Z6YmRѩ\od5'vu:Fje@Юzޟ}Fy7Y wAy+~hu<B+BɵU' T40AJW@&f "*䀦㖆dkqȣ\Ib} )f>lYy5Wu|N4i'0E5>*Vv㫆!Eoivs%@j'_^YRkA8.vw= (s#4 )@ܚ Z)nŷBv:MuSwtIw(DLVQ|M!~o8bYb^ʵdЌ G4Wt%EG grn1N=hWhإ.=a'v+X6bH՞\>^[; J&t{|d~ʪ@ C5ZqUrJى-ppHb荎DN>oQiKx\lӑim=1AIl ?SDlh nM۹5AD[nZʻy1D1;NYn_LsInT_ Y ijOLI$”qh6t:s,5h2B~qз1]Q hĜS[r!E.L^u@O̳-!el<>vv e&P칈LLi ]`;h$] LXrTwj9k<|fab? yAfBR6zLb0b {YD9pʃGZxXqq762~P'ށ?mFex`-V1S՞69U<-|ClwN}2/ #AA.Xy4x5fO+<# 'izթMFq>s}S% 'nw9 "+A .&$?NSB-_Q, Sg`EM_&mz.w8O5^q$.F`Xb2uuק1\gG8$" $i/_M|guuhďv2.V "f \Kjq*]+5rz٘nLzMĉ .q@JM+MHEzG?P,H+k߁Ŝ6 Ӂ  pzjѪg5ӕqNHV| 71] W ZcUrnx>#IKmX4K􇗒Q><+{uw|ٙ?WPKY r_m}R1;Xī*>/t|"C{JqKrtJ5T^ RkӦ;N01{Ay2yYF|nh;\ r/K[9?#EB5c1` A<M'f߉sV2RgTdgL3Yk֫32#0q+fm O="_.X=uvM6/*FDM+[-Ei fPQE ]LfaR^br jS$ v03nW25 / :Ao_Ǯcsak6ˆG\[FYxr]A')_*~:U/8))rp>B!(It!;="߫{y'aU>t sB K7%aX۰sWVd|9kMoZˌ#IDY>I)Sidx^\_5v{j(tvk){AOC 0' R)Jt{6Y%K\蒎cZxwk=I_.TN:-'fI_ʲ$c]m-EHp"8\V{e^0^$]r@5Ђ.|C?RqwI lTjX3H; P]K:| !Aiwj) "ta\K ^lHPEs %V::yXtOۀAnleKJT8G>T%maߞrěP ݢ;l`fpzKԥZeǻ@`WT}H:Φ!חWҧY6Dc q#(RoQ+Y zc9*mtږͪTc,>փf:^@`y-fe IѤ/H)j0DpzC^pĦ!9ZPvYX V8·6 :630>t1e.7Pn`f^abϖkԱ *v:Sn}?"3ZݣTiT^C!,ߺ.}pT˶UMǹi޹D3DT{_Peg])\"S2"LUNX[.]A'J<w8ZBJ#${r^3t aXf|\QpVñ =69S \un3#e$:MTi0\d}LLk X%܉jMvPHzk49@~~ |XD Burj Te.U \5/M_}[ft-bLPĕOJls o φ/CPQ4훈g Tcj2i Y·u=Vl:7E5M=% ˆJO6NUxcH9.g `Su[__md?%MH\K)]{ͩ4h;JWȸOE3'maHItf0he0RsF>[[]'AeFβm:vm;-^ m1]X@zndd~K88gsX\3@ 'b6Y1JM'MLUp QxL08~CQtffCd6xGXZ@z BiiM<YhZAEŃ;FLfFsYLr߃Y|DsI[~}0+mäyCgI 19fՉQ!!17aM<VWLE1&|ⱞ>CTbFihBj60DL gŅb;%}2ֱeG; yHLp"yxbҔ$GeQ` TP\mvV>$y$M?wȥdN֩ۚEq*8ILgOQ;Ala],{0 tw53eek} :Mx!>@帙k֘Ě/gLu+Y956h 5RC3N^jIJQWx DÄ#?꼶djӧ*U}[&]_~V$%G@94 Qͱ'P@_"l+O\m6:g<5^&j'tULY#&}I4ɵfd.v1CulAnyqqɂ,>Հ3q A91_h>uHTaiϳ%D3hqE b+_#iYΡDR g#{B7ٌs2At{oyMyp:j`$gfS*^!^&g憓Fn>27Hrz < "v?kTHad* |~)8`)9^$TOUa4^RQQfJ$&]̴ήv憙yigtfb6+}W2+=*F:0:v'|1O78 rrr#$/%+8d!W4Qݣc|zAW^C w5ͧi]uS&CyO8<*3`sCv^d?ӂͻI`N1 ='Aawۗs&#,XnZP:P  pnj"LV2av0ټY7G%NPՎHE(`sP{ IG*S|5UҪ, 6,PXk֡`K+[pɿb |(N?I\ Ll)N,mWC$kCژOe ^% &NP#pTȅw2Vak-(_7yˊ}4Rk*Ȑ{rtv|XUV^^M` ={ÝKMY1ҫU= b%~%Qw6[:x>kM3mpQ8v8$*:)hkj7ci Dj:ǁ\YK Z/:TR: .% cᩗ6DAA8 Vc+)C]k9F$@)/͋ ސv: [ ƼE͊HSu}LJqY~al]Y HSsT- foC[ۻX̥NuR%q_Ro"2tM $Ux*!M e:U 0kO|S Nd%H3ܘ5T&btnp+6tYxc8.o& h@Bk ݸıTeEԊݒm_YQK;}plip{T=xhuԻ>ޫJhNm͕K:}PҟzrQi5XY+#eK&JbovQꞓtdBMp(^ZGM+)'x8#z<:/o3s̤N`\ymѐ[UR/V<1yjڮw hk3=ߤBN%_ dG̷8i)NP%&ڂ"7~VcM}fw,"ۄepjl, [G]Nj*&Zj|e\-K5w,jӓV]]sy pd"yfzG!hM8XB "ЕY϶YK!X؍]"ex)4yZ릩Qoپsг%fj WS&32v|T:lyܝPQA9!@R\V"3xc<F^6>tt&ʧv