libecpg6-32bit-16.3-150200.5.13.1<>,f=p9|L 3q]Nt 1|%NP9 }dYGd2ʽ1Z'G2)Sf7S\Iu: ֪,ɛxsՒ/yǜ3" 0r\}xXB^ Gߑ\Rv(\m$YfԹ|`:p 1A㛀i Sx+bC{9 8CowmN ݤ0@U^).#̴~pk^䥝&h >>=?=d $ U :@GXp |   f  8b(889x8: 8>8pG8xH8I8X8Y8\8]9^9sb9}c:;d:e:f:l:u:v:w<x<y<%=t=x=~=Clibecpg6-32bit16.3150200.5.13.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.f=h01-ch3dSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfigXW f=f=f=f=f=f=2bf19edfb92c5f93d4715c1f281937c572537c7b5612ff98eb1451a3246abc156ac5b0fedb13e21bae21ece64930c56fb1d6104eb798bae5a78679b72bf083daf01a0c6c2ead95ebaa5f98478109a5185b6f1315def7509ee1e4cd0b142f3639libecpg.so.6.16libecpg_compat.so.3.16libpgtypes.so.3.16rootrootrootrootrootrootrootrootrootrootrootrootpostgresql16-16.3-150200.5.13.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.1f;i@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.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 16.3 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/16.3/ - 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/sh16.3-150200.5.13.116.3-150200.5.13.1libecpg.so.6libecpg.so.6.16libecpg_compat.so.3libecpg_compat.so.3.16libpgtypes.so.3libpgtypes.so.3.16/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:33783/SUSE_SLE-15-SP2_Update/e73ab4b5595169a06632d8a299913e8f-postgresql16.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=dcfc2c4a20d89262d80b4fd95895b6ee18c540ec, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=20b11cf0977fdcf0472bd240fde47d8b1ebbf81b, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0390d1dfe510b39cfa4272d8aa25ec46dfed6a96, stripped  PRRRRRRRRR R RRPRRRRRRRR R RRPRR RRRRRRR RRutf-8401f962682e247161065cd13018317340e407052d44225cbef7fd5a030e8e93d? 7zXZ !t/xs]"k%++%m"1ebvp]%3XJyIѢ 7;[%CQJXFfXR[`|:DB+6xV鿫l>eVI9"ԃ]XX`[ܖiϙIo]ZԬ% ~rzEd$RT]![j}zM]Ho"͖K^-jfoAnSZɤ SVC0gȺ7sSkqQ|t.[zDcڹ %bTs蔵an%#xl`8' .QMo%#M5I*8-a,=-6g")l A!yU(4NJrobEԋFdRDn'rԍ"ӹ{ݥrc lR^D0`/zڶx#g=Uډ|uH7: ȍ>1j~"J +tĮ-J,!jU;.FFȥNm #3a̕(y=i,D=KR&5;Lt;I 9r:*ףKWǁ]W wͽfc߃`_tFEWbaFRKw| .(h*ygQn7ۘ;IҼkcQZTC֬r/!a4hg +󜷇qKzK칓ȥkRBmܧ,5g5>ɫr}^.xIǪPӽVY}ai&g/B\5]x3x/ aЫ\##K,~p&gC XI&7z L5cpZb!A@Ej-|#^1{]R?njz"#EJ+E^6Y-72eJ :pŝ:M."$"9 x(f C`R"b+OL&T[: u\ ϏNbB=sU]Ȏ.ʿcz[0hAòcNaݧƊ e;;WwFwo!| i|;Qm8a8 Z=WBX։Rra7_N4rUB]1ޅM6E.@^Yho5hOQ7C.Y`V( h֑$!՘mu9Jlk('YQNa\r?* ,A gthaIUCs_RuuU;l6&%磉)3/fNh(Kw&l5KĀ-Bk ƪ?`2~,[nWI%cHI`Ar:b-'EmCGEO8MJ,ȍ_'y۽ .Ax ߧ_޽n:+Zy;Il`Mbz;WV@'u-4- ~D K@I˫̠X l^!^ `;6!՚-OM>4c=hm2d=^o6h(4c/溜W7c<|+YT,OSzdEQe6dJ6eԫށNWrWIB) %<e]'õtEq>GjZ Ӎ#S:|kiwq:9^lF=I߿ 9ّ.]x$Ld=i(ӐM:,M+6C%mcùnI5Y͠᧩ഖЭV|~P^2KYwCdDs7#MuHP2)t:YʅoFhfx%z,Ah{W?hi׋c2 vf~5 ~53SPS K%tpgJ+"!{@ҙXXwSfN/j9]jaWgRbҀON9ڌsulFؖ ' |*p jf񞰴5ӹ r5E5&l`~G 蜵 ]əѬ8 ͪ+HAwh.Ųx%3t;`Z>QD@>Cc87}&C%Ʊߚ2]s!NyjlUf|mN<# hJ YeӇEfQ#EYޮ#uREH`AGa uxIo u^hcL ʈepPG^;݃jh2$5ihj<ΪTll#AqWd a=N@eiospIf2 7'z]ZDZf%6fO)sRO%wO)^/Ɋ|Z^4T`J$ڂ0mbZ'LJ3!^DɾxRuM56IʴI{PAݿhyn*IO3/^/c@`1ZˋߍiۿIn?|f4At(w6v;YP='=ɗo# R'a<> 6{I[pV"';٢bOr pb>Xb`f4o9`m$]%kֽIBVFQm2V)&ƒ.f `$OlgKvS.j9rm7wF@SZ:; xzY>Ѳ#V_J>\\N\n($_d1-iL:}p]Bۋ,qj(q˟45p x?x }fsëP&__m^X -O_2Cw vf3ą+]}#K5|_Ė0G𰍠\An;Y ,EJ(5N(ݠw5xbN%'iv\ dN)*@\UZ &ޡݶiz.F(תN:AYh ;]՝w1.'Qz c{dzaǔe 8$_pD'y62'>tƚ|CMmQ-YAǍ/`&Xtf}Y):8$4j?ӆZ'/غN`?WxMgdY5e\nLe":9ZO%֤x ͘oJdi :d_IèқlD[eNh /0v.. r|I;#: Wj*[|#P.z p>/6*5lriVsʹa-AU?L2eFAe/?3{ mVWk'%Wud^^>f" ʦS#d}’mecyJZީt:Η꞊4=ƇMJ+C$K88rLF~#'[MRP*Hn.ĭ:uItS|fQɫ+(}h!w32q3% 9HgE||s[xTSn/ hG٩= ($NO ~sE:5 ig.h|] ޘnkWM)D=RBc)@mOU苺JN,*/DȮ ZA 1@oĖ딐G\6+rl).fX郐DFkYOS3C n ~_RMM$a2HҕgVx}+LH'\H U%?IlDĊ GئuzR U@A65|(.3Am5="Df.8IS$Ĥ!Z hQU rC̔CjFsi=VN7Ȇ-MqsU뗐$q AIhN|24HxScj~r۔wVHx؅Pj_YȘerM5f 8?(],gϡ^G]4&7γqȦ6CnSH|qE嫅~!)C1]=C(mfNJ]Ä8cꉴU|I@{+l@nl]ƅR*U0Zv>v UAon [`?xnN9>8ZmúT4f׈Q4\.ciP PӅ>N8~iP:"}mښ&C'3Aˊ )7Kܡ>Ejr.ˠ\ ңOջ+p5.H)eT ANqibI)Ծ+#c`NA,XR?muz~"p @bB_گIkqq G+#v @K_vO;D" swZI$%UAm^ƻߜƀ9G5NOݠStˍ+$͑Bԑєz1gS*{RZc-Ňo#_;oBe}j{32SHgWWc)3%˸iuSFpу,~*`c}>$Zrudo92,0$F_dÅ3v\7DT-C0Z /@RɅt0iڝXn1H]c##^& ck`AtJΗBߚ Ԥ™\H~|SRjWI^S1!wbOP2mGT\#.nZ9;I&CǎgWI^ m?8GY;wˡ,IJ'ե>oݫq*߶"c-׼@guh])j{ P4M[75Ctc0ڡ袬ZylP=ܗX_ցr}]783.,fH$RR)[','e,%gq㔸r2=[ӄXO> cJq~bY6 s땴|ZRblʫĂY @g&:i9O-X_4iIt2dgq+1w KF6ҀAle.A߿v-7fc`GHRsfibDZBå)bzPb:`uy# / C'B[n&RL )߀9;D?IKaEJÌ;92NBFז's(meͻ;ڗJpw!.pd0j,_ zU?cÆ߾C,QA=BW1(KՎ`f O.Am+:ge'Yג=JDi$Ql&r^@ Mc!д P80E5|Hr0‘4FD2ӰVefϮv/C WL;9ZI[_ľrZ"4Kt/))b~T]K.TI޶:Kfu5/tKzu<: 9 8tww3jkd#ihIk"C(m-T8 3'MgenXvYDm ]R./a-_MށxW]tZ`9 q\788|>=R(xֳuj)XS7Y]iVLv4>1V컶r'4gSA@` #Lӧ=נe4i?1rgQ#.i1 nœl;hpFN8#E6O ;Z^IA>,䃨!E^y5u L}>[An$les44!z>V;D4~Rt2s ;b*a\3jj,1rr{Bfynls|CysP|܃='O^$ *{j/+zgv [VQ"A ަFiލBܽ7UE vQכ,+ت0+O&ga( j\X] |e*L& a%)X%PNXf(lyM"ĕ?'|>(gZ^$IN"TOaCd> dp7M :rG:c{k}"];A>-l"peRЬGb3oc~RK$AèdSi#oQ!VeO ΙPNTyd8E8r\=1%\[{(3ZP Ћ64@$JUݟtaPrC I FMW]/H3v{y16/yQMěQs]"u"Ak9b#mGQO-QeM߫00dev}y[C;b ~,D~\ێPAt.euɫEBCt$V%lN0=T_SHxh.6`55 7Pvt˞s[n <[F5  !?=] #q|\NqUND,&섋Dpj4rCnjtJ4(g#~Dw|U XL{b꠆@4\k_kr=Ib"20zu67o}a;lևUiJj+ [Vs 0m`gf3Be E>ԪDIsM%_Ń.?7&cu"FA`!'>VM,cJ9{F+g+yl\m̰7IM&mR%-e 5S< A-&QibP̊V/;$y}ku0ʋ=cQW@TeE>Bfq&A/vz'>d Tx-k(XpVxX5[xg`}3Ɗ!;gٍ,@lZxA!<)2^.-V,ThgyLlqV5\ _(?90s< B )W[J蚴uVYɵwNj]S&{¹)s/p⦲w;R'.害m5qs/"$gvm3vI*][r*_t*VN;%8΁LDD#9)(:6A#N H/;[Ԩi( '`q{*uN&&K93z?/+WZL"329Ѩkc]ƴHOR2̗ϋ 329ݘCUN[T@[v׭K|Ջj4ӳt]yJ_{u1~C&6/~"4r k4m%^9ܦR~aTTM1aܺ ^.dAWTQ^Þ6UN}w40Hp~z~cP%Aȱi3m.* hx!)S7k𤰏׍0t 795NW%Z WʭiLtM4+$jKl-5{Šb@;Ҳom9?Z9oݖ {'dfeN ֊7JJKԻ=Kt 2?kuHݨZ* ;s БUq A\ZiWԷ|y8V&ӗ,C;ҤZ/:A6h4{$JGXL/PZIf7.Cg-dMI얶4j|^4?R bӁ"io/Yϡೡɕ#!HôbΕɮv8a;/L"v$\MW%wZՈvё٨zvI2ه7i,"Ov,@Bϡ+Uc`*cTO8f6}W,r3x ̆|k*j'4`;FD?G$.ǽkjaJ0XtMoaP>Ӄ" qǥIF),)uk=^(?964Gg@#0QQigmi0~3=>B*4!VpjɃP߱:aWE BYZ|A`ß ٴlJ|ߊ4מeHgVI`P),)a?Nv@7 ,2>%_ԡr x>.崁?r'w~! ;ϼ0SѤ`/RuXDQ VjG{`2qqܔ5Q614nש™eS㲴딌r8Ksck֧STq?,ٵ -Lf4=jL"}UЛoLO M.ao5I;xRnl> ѧERb=AGceʫgffb=?.(\=ܠ5(FVEAjDUή) i"F95׎^h{mtI$4jкz6}&-@\JtgeI>נV[ތr6pMFW|P(jrXEs$|K0: K;~h\r9\9vLʢx]^ldL(|TŭA'_ڵm ߤ~8_\\ٔo)_5;]eIbE&h "?(p 197MlO-յyEe󃧑_pi=0+r!'A 3>Wb&ҿ|nM|/稤@7O^ipաi#ү#'!mQHcKC%kÑbCM@Xd`51oC»?4*ɛ15 !Q@09A@s܁7h&'PX"qa=`x%\J3&ᭁlO5NܦȢm@FL*4_Cc*[y|w럝Ejz@⊲{'%V @F5D,"<:f˨xvugsv-"S2>SQ)/FN_$kar'= R3]$)] pIF;W8Z,GuҚ8Sd)州Ζ+ZC" jL.m>oRfMOg^ $h˂a` x!1s)͋4dwςQ{Eܝdΐ"#1[v9vӝ7Á٫ TsMDuT4&S,K %mn[ԫhi\GDHDD)A-U)<> #=%^$A~KϬXB]zK 3D^z' ֊pdFk͙vJݰ홅N, pBSpXHBfh㟦w/ ?hkl|[GoCE8x鿎Eة-ݦ3YN iۼ#lVE!#I,ttD&\ qBK [:wyRaIICN>TkX<= mߩ;hZE4aEX'˃ `P3 2 vGd9L$пKݖP1I56-U*p$y.b UFD`mgt~vfBJ AK'ۊw_k_(6*hG#g4P>9\ !l[+ۅ0Iwζ`dһȗxz!#5L4Wt0t+/uiWf_ w fe!z2Ah?0iy icUvրhUᘜ$7)PG6Mr,%<% `M6??Xh&$~Wy3*Բ-6y _pZ%ϐ`@*.3{.+7ļ@HXIcM#2MRnvfe %<"Q[[GZW\vypS-M^!6ͣduŝ/cܾ\o8%69?o%4a9*&gEұ@)nZY40)VY\qG-x"hsmݸffwnBBZ.s.T"W_cQeO[ؖƭҽFyyc&"#W KZ`׆ JQWlĴ əک",n&s| ܿ =m,ʘ lOO 9|53tJL 7_ǬAr۲|CSUrRtR[>D"^2awA$gc@9ދK^P4V,6n #d]=7h8>3>(ȡHhCfeH2U[c]*~L#+ V du.7}C -G ?´/ }#j`뺵u=17Xܤ=ZC#uU[_6v̾=HJ|I,z#/Lb{waI {à&>B3YTyk|W0Pu].XNW+RW0h5~$*h/\ֺTT!>^1fij:|u`thop$zg*2n2*2 LroWw(!@HMy!"N ْW^ORMw[>< c2 NopjA:/i3ѱh#|=l7xZd2!md%r2gɪnњ 6tt {L jxND+cX5RwYU:B| @ 37Z%a ^ *p}4zRf$)%/@a8U, G\01̲IHҦV'\^PdH4fB$2oOx5M]$B$uܻCeV[Cmv_T-3)y..>MzSƼ;ֿP-oUF.H}E\-kA8 8+vD@|Wy̬ɲ}"kGPvn.b͑;'x 2O9kt> ujF:b)Q.Q-CAe7:e5Fakݩ(~H 4ɧ;ˀ tgwڶjvX:a(_1͸<7m`a,AjbF S0)fcV8>(rƍe9f>7 p]:[.1˜i Udeۆo078,V?*:Q_^MF}y2X8 T ZPd/ @YLmR8 ~l؄ JH ہyC1^3W_jI&O}D~9M" QZ]^G_j#aȗ QE <1*f<5Y= 羔 hpJ4Uv_JGO"EtRN:`3e䶯tVd0F3BխV[naf=.t٩ P9O {Nnb6%FѨKz¸Uē9DYA&UP"«Wh7EOT!sVj"' ]C9Ax~s<0hE&hDC?3@+KvYi|iPZ)Zãʗˊ9{ 5wy0|=β.u_<FFwc³Dyq#Bhk7bÄ o{lG.>},h3CrNݒS"|Qָz_u$-U \rZB&ENc+a"'3gnLj2 2g |RE^mS'&v]bfhkV.+}/x·"CkmZXGkT`B^rIq+T$^[$wO W'8;l9@eqwˬ->Uq\b@odlpc'߻%;K}QM_fI.z2a =4ɞ, yX K+9Rhف.{7QWH^xc[m ʙ8 ^(PR*Y+x\)˵@p}Oo5yj_ #P/enNy}%Ye FN(Zk>ܲor($*I:JƢ,˓@v4OU"w2W#>w4AXZ*ֈ?|(.[_#(?yf̘d|.lGJS҆G3?Wj10'5Kt`ADצ<$Ly 4ShR/ki|Js(/m,l7XʹA6Q^ъ=6F(M8eȓ\x]Au2{T<-\Dnf 4Vu]|j ΰpWca;UħhNֳK)brr#-XiO[P&f*, ҅j+HE-?d|q7=-3_OO'͗DAn;ws<[)Nc'0chKluRf]21/:2P#T,./.E@vu>W^ ="^w7L3*䅑al >pjRɟ&0)b_bCV}u,]3) nX W##?sgr@QKTSWcbZzupJ9D+{Kc'ܧe(DcׄܝZDN>oo#[t>4;qN}`L5YN5;K pQ0\\y3l~p_W 7un؝@ zFf=ka`Ugch_y~ \QQUe~V~xk֕Kl:ɹ7cI`q_w>ꈪ6 h`KOKD,(VD ӯ[ƨZfH{$Aci ܉C<,gw?^/H! *!*d㘄Z9{O0dMϱoX~jdBX q(_lyX!/%E:*fwsU-=h.R;$>?kfa6 ~?4l_GF(t2uK8“e#rYI*nBa&\)l"*/B2#OW 4X= wfswkץ$@ P?q%!&|!r2rW$DŽ5 [p'WO x8_^*1?A6YI#'wrc3Wd>~ON f:T2k%aZ_E-&O_"3n_[>[(՘05LvYtrmNS]TwPj\ufK!\BFzNb9;8N|٦6KtP-zk8<QES)+7!bcNt) qБ"׎ClXY Mp~J7*i[% w`voB"MuS2DܢS]f[qk} PAsˀX}TF?H:7L>tu).^സeFdSezA,),euA+㉘",yV;hnfjbs6ps*(NKt"|[6sRIˇ&x\n:P Ρ_vRoLN;$AnO_V@~D@fGM$B-xpEɥurq`3;Xmu?LH$f9a9T}6Gp[ 6Z@„asb^n{vFѸԼ=cd!%M?;Hl۳bijwJHnBB>XffG|q+Wn/Vv!WS2\^sWs#r+ET=85w-$Ϳ+F2d DSc9#QۮImرe}S%Qֺm1]zyM` q2r]ݓmF˜猀Z(G63t+vP;u=aOǪj2?2zXplCUF󍙅BpoRyB]|ɨcÏ,. VɬC6XvjR0OG( M룿N8>)\~[g^ 7 :!^#IW\Z K(ETKٲ9-q=nppU^Vo|^^A R+L̓FƂhPMRѕPI^c~+bfBp'w 0Z f֭!mϙqߺ)}f cz[w5\A"a(zups>뜝moC=rvʤk^Ikl%y-oRQߍd߀j'ue6OLM]G3A\azݯO$]̂f[AbNa5^*}q#׸-h1KW^ ?)m by}M%!+RNvb+peq3\?$ZyDc+49thq9-5\50lMc6'Sz8rٿ)bwuaZ`-O4\TQVz ^`*ěTc_ټ)e?9ȈXč'V+_~cG8Jz^05& ڹ{~ȑ.l&,l;8 k=@Nz  @$x#( ۋ0n~^|M{bУߜ=Fq\r~XpɌ[2]YO4 ZwH!8ۈ{K1+\fP6fWju,j._g_J4̫Wq!A *BytRD.B|-&WLQT@eY%iQ&\rpxlip(7hXhBm'7>844f8<!8> 7:(b^vb8(r7t0{+|N~'QEoNoS'xjƂ *pp7 O^ sF}l:V7>Nyb6sq?Ͳ- k~guTjZ~WN;wdkx7^)ՁuD O@nUjsZ׋5@Z`4?_z=Gl;3 i&Sv5RDR#+Q:bRzx~Ă+!c~}3Ѫn{S&@W,sl0\1 0 ּ^q@aB`n&:45(hnbB@JzeCw0^EwRaO=N`OŒ<~'] 1m鰟OKHJdhMi$tۆ{S&..#++GDjq٭(usN~~o^?79}ޕ|z(;0"3 =xЭ*C!0d2KM9Pnf1Ib9GgfOWw*O= 5 ie͏ fڝYK9`o.E{b0 ~ZC f0y(I8/~?"e v~{{8N E]zbO~x,+<2O' -[nu=+=`j\`\~O~KiF 7ka/pֶ/\2^RփASf#hEM~~o*\ 1`g,|lk lc?ІG-!A9zsX`Os8F94lb8E"R4jލzK F\Bmd:P:ke#Ek@nҏ|7lQxϱkXV QV>I=*U58gc !6$wZ{h6t+^heuT]&󍡷_MM),ƞۂh.RKq͓DAOpMU+) 5~a#$2$H߼MՏE%03T"(sw{.d`{~ZfL y{0?eF6L 54/uFaȥ~&'/˫1  zW'nݙ)' [yJ)ÒSΩtU:@^|̀({.3yY`ą=v^Ϗ1@w |?=vW6G73aNGu ux1&]+[kc"-amH󗋋, 5{'jM #/x'u>DY=G5`U*+ǖzրkHHƺtl[>ünN8͔ z\5ApnB^ r@s(HNsl~Gɾ F'i*BXk.' 1\՜G)XXz҂XeF5OՏբ( hؑ D ڊG^ qMh )ioa}Ϯ4Vu!|@tk -q̳4#gwuZ[K52[Xؖt8vQ3ĉ)䜨`*XRj( M uUz֤^-OUZGIN73Kzי/*Q~  Cujxv*l_k:F ɡ'?Q\?MM&ckNK$Hs6[bϦ |iCFsD>?LUW)*G jpF՟ٸSv&Yv*&9FL}ywm˼8`vM֍_w(3<Gr= %Rp$I#Hc6劥[?o@ ؍EPTVesu5@ A@~?u aZ(q= cEQ^@RV޽t%L7LP?B+XP,=js觳7U|bN{(E e1 GaJBjtJpu (h^T+hI/v U3 uCeX~9x@v- `D9Nǁ{0Ǝm[Cfjx ZD.xi@OX8l[ uE8TXѫ"`jLAmbRw$V^^4 eFO|b{<GXHq\sTjtnBS"П+;mlk=Zs!]p/[i7)5%b¤xY}=#fne[%W^vY rܹI- TƂ[R*ɃpGY\'f۔vjuI'BX 5whl^8ŎL"z'o9j6 xx:3⸃<`}@n+ xVlt-4AƂ5؟Utؓ k}'ibh%ifT;xբ[*-5haS;DQ7C8F;j썍x'|h<pz9ftij$qԣ15K`5q!-|/[:"Q ;&H NPh/pSM~dGb^+s8ooR-m0A˂2,#:vZHw)t.Ki{&"^<Q ۊ\.@kLOYCORK3, r⇄ig1M}fr|iZv gv=쫾d$iJBgZK(F!#DǢHDk훃qC :\J壟] 7Xv]wv [~+d bk?=2u^=G0?wsY-'3n7PDV:{5*h&~ YZ