libecpg6-32bit-16.2-150600.16.2.1<>,fzZp9|`QMb !_b_%{]H|dE8SةSB!`@\+<`xmkvq鹫S$pcC/DiK2S9 טz]mK@=c."\DgHhb4S#JË<z[zVZE!l7btVhkEJ>ג'}I/ zi^x} z OgKz^M`U}~cE;kn-#yMFlhh&>>:?:d $ U :@GXp |   f  8c(849h4: b4>5G5H5I5X5Y5\6]60^6b6c7cd7e7f7l7u8v8 w9x9y:"::::Clibecpg6-32bit16.2150600.16.2.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.fzZh04-ch1dxSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfig$$V0fzZfzZfzZfzZfzZfzZ4121d7b3f3b530c4bd87436a51f6c1e3928bb423180dd967d740edf262e368ad9198ae7770302ecd6390f3804111e3de1afca580b1b56374e872d608cbada459b816c27dc3c631537c4046f64183a9ef16e73e98b1621a88da35ffb8fb8bf672libecpg.so.6.16libecpg_compat.so.3.16libpgtypes.so.3.16rootrootrootrootrootrootrootrootrootrootrootrootpostgresql16-16.2-150600.16.2.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.34)libc.so.6(GLIBC_2.38)libc.so.6(GLIBC_2.4)libecpg.so.6libm.so.6libm.so.6(GLIBC_2.0)libpgtypes.so.3libpq.so.5rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3e@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.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.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.2-150600.16.2.116.2-150600.16.2.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:34478/SUSE_SLE-15-SP6_Update/46693384968cac4833364febdc1e2db3-postgresql16.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b75233fef9562385eb6f042cc20326c57e55644, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=48800b77cd569d8e07ff6cd78b39baf8ea5b3f02, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b0d28f84b79fbc759080332297e58736c9090ac4, stripped  PRRRR RRR RRRRRPRRR RRRR RRPR RR RR RRRR Rutf-80c98438f744c05dc60ad8c4b8f4e520ab3053302490c39796814bfb3bd92868a? 7zXZ !t/|]"k%++%m"1ebvp]%3XJyIѢ 7;[%CREDB=qߕC-vNZ9+JhᤞlbpV9P)qjC13xGz*f 4Cd\$ 0{ݐ93 ~I nAǀ&rPsOɊ^MJW'#sN\d\[ԣ9}[3!+Yt-#5c<Ɂ )xݔHH! n+8谸q~z)FZLx̿B=S Í5el貭-Sà酂$0Š7rȻ!R.3iA34[ &;D)cDK+u %?hf١WHVk9W#xqEz/C~6J'ֲLdR"s0/Lxa->M5hHx* 紒݃hB8,hRKZtR)=A>1HJIN#mG9(Bu6]9Ϩ D޸Fe&!FYrH^+ǣrF9CԽƜwUh(;pON 8 9fy$Zq&3 ! $X?(edxJEfޛLoHȅ~0F"mWf'ET2fCPVNI$qѴ$Z3 Zgl~_Z0C!(mrGԠt2/%Ը6382>|S }n%yMQjT<зKNs\ƲCn(1aSx~lvc {|Յt%!A`TKV ˬeǻtZC71BkP&iwC+_w] %g$ĭMT9*Mۖ?$X%׳f0/P7`5upi}otaoNv.(!3 F܀8] * $I+>z"J!.'ڄ߿o?RF9@SE'@<7,ћ˂]!zlS\`gCM7Q>b[) 00]hmrV*R#p[kU4}/maa=C.d(Ө8zUʚz~+UNpp4u 2]hNhRq0R[,@[:@#9Wo]ʛk֖]5J- ٩s7ܰDh b#d53T8B9?Rf5x?uL|_aHU3gF+:50s7Uf:l"#A$P6wgݸB&;8P07> h˼bsѬ:7z|?Y<3Mi7ioG2?5W%?%%uDj;-kD C km rO仴fcy?UL;SXw["C9wUδ׳pF6vVm71N.T閐bYw,*]*o(Bx5[>yetcJ- m= ( JC궪r|$9~şd- xG%Cܝs` km)e3wE G#g*\0iK\\r'&cM=O,(-=hˁ>94lmE`G }%Z& 8fI"[]z@+[1*8PJ=@}4=Q7IO,`[t!B)!q1?GOl,}Ϲ/ФBM%|'k;N~)C{VЋg&'{fV>F_y%vuiJeJKIyb+~-k+|~eW5!c}Ղ'mۍ|h_[TcKV(2kB?ntJHٹƚ|.옿cqmgl ~jC1q$ U,cV (xHwaRg:] n52)FZa t u4R0ipz/|V+Fx)^#;`_@qБgY۹&K(p7(:ѬF*GnsaNJ]{f>\9؈R;ݡߎvR,PFߜVf4s/Y`|4A?Up%MC }yCXzh |Z!Uv|Dwv]dD/a…)zge_beVor670IUа3"f+t慴vvn+~kEtbv6mOf%w)Jq-)X:@MV1 +QQ&SZ 3OB\Tr4nW:Dy\蝡&J_g.݆F"&ֵnhL~!VUϊ_\Xkא)l&Gzf(>mѫo1A'.mjR}QDRT'?`Kɾ1nVLqSuݳ6|]$)~6Xӈf`%AV[ ퟱ?Lx(G6 ,HR2r鷴` AȀv'H0-vex)SO6u=JefEx*{7q[%`dptC׹>BP\?%W GǾψuumuj|ޞ 2"NӹUsлwRNSp%'It5Plȹ7f] ]?ao Y3K3~`VY}=ܯ՘ht%aP>|ǑtHaO i`@ (A t7+RG8#UA)UiW.++L%ͥL)4ݐزq{aԌN7m9 ip ^?^䍢0Dpdwr;f9˵VogewbɧA.Yތy;@vo1=$jh+ 1<&䍈1zbܣӔ/S O ^`}kyu#Z!B.0wlҔwD/!w 6§MptR' E}fOjr=]pr.nfã3 Xc0mANӊZcFM(tȺ(@w9@񽯡d5.NBb[o62%yt#:O_[B7_?J1OsOkfxQ"MW$\9&dnR zd|g(9+{嬑880 n?44$r޳ko1x羻4ZZK~qbUVk/j w~<ڿQ&5S{?d}$i bpT3'Ya/hEx5 0bĤ=n*M <1;#=2TIebf, %mnwBkцmiouv,t6}@SQx@yV~rL$c>N/o/{N>{-L(IIg/)kkh%#ݿF %\Y ʇL1L"v~ ֑ co+Z;E\0_׏i6r f/MjL*ݕ[.W|P=uIK4uq憼ǔJ+Sg xPe,OZ3Z0b'\~Hka@|kf7%9i#$CX^.AVc1 AOtvj)n&tۆ%SmXTR¼)Hݎdl! _id-+{ [Cb'g33َvOsRApqG| fX 4ƶEcJFO }'ASSȜAѰ0cc>s>[cV賋wDbK PaAg. ZyS:fՀo4:"\}yȲT۔lX6 Z?3r?V,l X+Ιq6v!ԍ?a{Ek\2auS)_Q;[ET?mIеü yQ2$ouQ^X  F(1,#y@G5g~I!eCaR׭XԢpe0o`MD"% /AcIsLM2gDo vv3I+[$R'y$xhJ5OvS yr!m)mhPK΃|K fޞrV8fЁt9Ƣc5mY;,3X@S3|}c'ԝ"n5\3ɟȇSV^}aui :ToW|r`IFm =64qd_csKr,| R&]o>tfKaKȧ\g <*~?KKv5a-%s3эk.,?kSfV߇0|ԿI1S'!)*\"sl=}Ho\~2ğV`h[̃! ㊙+AM'5c]. %8P@5qg ,%~gȩ !>AaBFi dn2wg*;]V߰CpGd'eY -\29;9^,]MDY~׽X4_Y$)aLAFX@&@]ΒFAk&HR&TG$@CAJՀTrΥZGГm1g>7|7%bP zTe>|k|DIsPbXv:oib"$.SZJĀkG%Uw F8(&SV%jWҸӉ\-# ;n1ʛo^ N BmzT@'*";Iqt<'ʲ ؊֬G| ĝF兰muә9 |_vqlDRP\ y+X-w>- -f @9ٴ#+Ck>y2Y〮| 5o3 %ʰQ䄢"gAu:?BuxK!ZOAf[F8 PR?`#m^]z"#˗ײX*uxeKOm-`?DSss`HZ΄ĺ2uZ"d+Vk-8j%P$lf>ކݦ-況ɒ߾qY;gtۋ&-t]쬶+.,1uT$wa-o5pYU-Dj"}@&+pf|>q*Hl&/t+=GzÇߡZ`#Q4N78@5喠ʐȊ+{skԵ6[w7Ed԰/93KedhSIM؋*y}G8ok7HFQS!Ϗ^+Cipz3ѓD0E11ML/S >Ct# ={qyP9 0ȘhKŊ+Eɑ]NϘ k]h!?,v8"rv[7:Tm2chdeM4u{ Qùhzk);:B)pA>B, `BX_'6%,JsOc7ScYt_#W*<]v u2HDuK+7e^kwl ąS^M)D^AZ>w40I?i{7bxO핹+³@`cIҍ8lz)騐B34jﮋb!gچFӓ x9oeDqPQv Q#-[[\@4beu z%Azڀk jTOILLl[(j}?ͤ"3)ur~O =v .$mo.MMAWs $&N^CS9L14Oi%Q;#z{tx hZEdӗzN%hM^:!KFbT hȵc++6ѻDv&+\9B }>EkEfvɷMp9 z/5-fn:JV%!_Դh,&ړCs`ҝOǘcҍ/azBJ.:6Xx*iL#kŸ;nfQ50y $'ݣgM%pKS-噰]R9{2ؙY tB9/ŲUWδ7MR1] 7sYVAj@aT‰هV7c)703ܣ1lW<~$?lb"{FϦRJu&X÷ǁLio-Gf%`$Ix?0$-QUֻZ2e}E%| gW](mzbGm ?54fZ"rZ/,.H.e:z3Ӟ`u pM "cRu(!kghs&8$:zݒ4st(u}(ԶzR^~dX>Z+.H sfQT{}CFY6O`mw l?BJToPznjU vX=nZg㌸ GU[ЩG^xzipe /NUhKt 22FAs R\`VYX[.H{b_@)@~B 2.ïDA]* Uv_\[JGK,fRy$V u7 Je)P@mR ,IEREÚ y3 ' 8" &ZYZz{ty&oZiyQ1Wqvñy7^+6DuIg{r4/"N u"r$vOOj a-9a PpDًU5?\}(8Pu d:Dz ļ7I8E$1%cˋW|یhTl[Bk1)G4K ub<|wK}XЂ^IMt$bjTYg %dA|~QfNUPic,/i,HaB,²)?l_(^sEs\O'YfƘe܍0.GUzS2㔳;ϋed<oZy }C|cO]a*w_*>W~ǯ 4۠QB.a?u[toݡbųi CB*3;Vyp&٢s EtS~M_U'ʵU!z3{ EvC>4Bg4La<20wM# Pp?r}]>j<}sAK\qW$Ѡh K& Ѻj-s\G|-IB-F"dY.ePJ\%e F44n.;#zu L V3zfR0Qj+Lә:z,J*avl UA}j ϳEX0BvD߿ M@NE<^ s^:e;s۵ 8' cȣauBM@ {3_5GofÀ;ӚFhu7Mȋ+D9+P3iUcr I^#VȉT|!] vYߤ{MlBŢR^>C^6s>1,R\el\Eq̓/<b=K#p"ڛ=-a0FȬ48<{qr9N[aRZF8݂zˠQJuv4rcu/ZWLUT}?0pGxpGlpt1CaHyj.5J8Goz_+ TBMO5kx 4 [{>Dܙhcьҽ&|x.Ҹ/ˊ6 !֩Fk5ճAGh Wƴ 7h9.&Q< 2bA!߽'> S瑜=P7/3n\uoDž~Fr_i`|{?AFy'+mB~bza$YĤ#Uޅr'„~Ev04d>+Z|ZkLC lĢ02Dr1yYZ❫!|/*zH9}cV6 E(m0ߜԆ j=P4ll;G`g $m qD1/ftDDkA=Um&u2aC;74+(C:kM#D%tMЈ5>#E#l 8f$zڇTLBf oG"%={f? jadJV%?z-Ci*\FgaSjx4˗P7ʒCAu#¤`.`:+xIF]6WP@_lH]猟xݺ7݀~S[>=VX!-p5 U.oh68C@Jߚ_\;aܵQCkzaXMs#fDe/9,C!anjN?~*dEo{ϗɤ9 Mj96kxTCd ߫=IDy~Lt0/׾yDf2%>9ʝ @(AXGu3v_vb*]xX~[[c+m- ɜYbǁDWYZ+j5VιMi2 @MPoq{r`QBT2/\H.v-M l6W̄k'I@C|}=ͭZYTȓ"[OpySr9o Xr!9;$DXvD,GO2JV !ui6GQ,`rkIn&svL4s)T|4J]vX(E ˶ sf<5"f~*w I6|΍n~v7ϋihEu&e 6qâ8] O $Ժ_QCSvmGhc OeYp,LKpofL^ŦJ1kPPI7KA%mi>J~wLDc}Y(LD΅{/,_\dlƤmO/e@m( d팮^4kF[\J?~/iQآ_"gnvœ 9G ˱K k YoncC sjɢ_`GS! XT˗s.u_;죦<7[߫~ð0w)mAڞj4es6B*P0~݀Ewjzߟbaz]} uޓ>E` >5yж5dj3,Kjַ)) N֋h9ec6{ma[(&d[B#KLɁs?<5-ynW\T8|#pY [Yd&lWr/ ,f7tAY ~-$蓣:EX\V4vLn$a>t䲡|\Q%4#=:;MHWHa?u#&`K]"A[&&bb*L(yF~+: 3@~̛$]>u}_Ά/RE@)Y uE#_%r4ʒߨp}^8ѮPrw]~ n׋ ܾ?0ޅM-zmoLwR5D4!=σUZEy,sL$$aj&U5_#_CO?1Rm+:.ڒGTkH:푲rln."+IΨz)&:d~dޭui$ߕCyAHec1[~lp焅d,*nfbo}Л(qH/ XbmzP 0l)hLGƪN/ߧ̇T|}t201*E\%I.j"a:gk]P{$MeQ3tL+"~<tcя?}/r=Ts0)iޞ\-؟}[cHVpiԔ"@g@\>If_ܽeXFR2 g9fzbf@u6nEJs2R~%,ڍ_ʻb\>O?,ӬQ|!M[pCLE4dsQ˪9kEztTЁfe$a:eg,Gv/gHBԚQnFF֮#$^;jANV{_K 9 d!cHyڨSC,ym qOǏgxၼ@tg`fHID hR#ώ>yP¯|O+V5cwd־Ҹ{FOYLӊ-xgWZbGYi lk<'G76K^(Sj">tF;ýhx0?ɳq:)%.cb"*]XXCQtKբM󨔛<7TRMwdWf|U&l r=nO0 Wn * N%ބ} ^=H(Ӟ؟^WΈg'Yi}ܢ5Cp]p_4Br%F}@nQ ˈ0t&};ϼ/->mlD@1ož89sbN5< |\=VjPVZnjƐ@{w±yWe7CӚ\JK-TQ%22p}畨>Vnעdn FT6UU|YWAUg^ nK9ies*/Ⱦ;9-H|<>P@.迒I~mXYP-ҞHF<{ܕ\UPt[fJ@l+"ԥt^wL, ڄg`ma3rس 9q?|Mh0g%30ワ|?貇;݁ĔrmI3avc"Jz6s#07 c2*XɯD~7kr;nIU*;U0[뗓z<>T{&p!FFJ BYޙ[C<霾[wu MtV[ZɚTo!p^rau1^ $p`mjfY1,<nV˞%׹xo]Gޯ+F){L$BsaW7(|8gކV;jJ96M}Epi&a%U fB[Xt^)ڍC}ZwITe%LcX"r۲&qcfaz` Q?J%E'r R4^;<KaCk'mIjj+]ʷuUQƊl)4(g`}*"76"LRzwG-}O 'ʤYe2iU L 3܁b\Ҝ-_‡U)?>VSj~ecl H](үm н/AM{l2UŲ?4 \㈩2 8! їuo߽5 ZQ|c9>kkO1/\y#]݅(4~\BiRRQߤ/،pRI\@Ch鰟؝٨w1];!tj߁J`芞f-(3VȤIv9Qk"[y+/XFoazYfe%ZLz^blѷxhR'ÍD&ľdqs,^-mN+ڪPeg(oF@E^9]QcBVC{V25XYYH,6z@[Zv⺤>EPCo[kop P zkv>H̄{*457X mvt >+ڮ4yr?z!܅.,;Oڮ)hԛCsR:,unܼ.X^h:أ]UbJ d@ :~5^s`eRd70"<S (#gsť BsR,JȾ"|oKDE-=\ټJno+vA^J \87h7mX!{ã]k.Z= sbnFxI@~Sty-2<[CJ*d_M:-[-1fQSͥ9> 03Tb붂aDtLiDmZ*r>ʨ zD]HB^<Ѱ#1XX=~Mwzk$2-UBE3 pUG(zfh|?ߌֈб=X*izҚX;~V,'\c&έd; ]zGK<'[,z 0eoV纎vLDMߢƒL2[n@4- 5 x1nt 瑥9.!QӉ ,m"1c-+6¢~5LDCdvg곩?V]35{R ypӋ]X>؋RZ6Zp!%23;P%oęi~)bۣ}|2[RrBD˾!V(Qu 2ܧQ#)g슉{®Sd國fn]Ts*ˉr&\i`:Aַ][3cvJݛŒ@AAC`sX0֯(>a59$̆蟈ΐChn%E` i$Nc^ᭇ4kj h353@i85paGVJ70x<~L0قd$xH}+UB*{Jؓu~8g;78>o)q քݍ in8R]6@g-`eOPZa ?6ԁ/Y&c)rQl0U`qNMoT)罗C1[y/?X^83\Je,nO:Vk{8:tJD* ׶%)ZC4V)Ќ=.}83楬">1$(!eYCrq!'%j[T`zސܧpN2 0- (\Nv[C'5ކyŪj_=M;QJl'(0D(`TՐD 2˥TFܖL} p zVz 2&py98vx؋*.=][M LW_1}e4)) .dv7){׶Z[ڢX,Fu%gr?Q-4^ʼe 4YPCJAQ]޲e[&Mo<7scBo<VPLۨջ "ߖ%scEzGk?ɽl~զ}ĶGI [MCB6գ+/] )"^ YlYY[e<Y)VW? g''͸AY7ީ^4ᝂWhVCLB‰:,:-$`M6NiI<7(~T=ݝ{L ,yP38fFGpM.Ӏ?^Մ>Rp ܻē7y|%>e* Cg^* R)5;E)5]r`tR;y\9hA\쩞H>ÄCpZKr2LtB"b!C 1*wUC{og&OrmE7P.CEYMaV1Pt'EY=n08R[΅a ?bu y @W 0ޘ*oFLg;3 iYVl[TݰjhuE+aVBU lTFnWo3F}%<' M"_DD7K|S dA^nK0O܍1j 0@ާd ҫsf~*;Κϩ vG22S&UT &s>Lu L7ce~v7mz GOnycG}[7ZANdA)i dp9W)Wtm:Y"T(>Fp>-«)n;-K]f0ꮌDkIK饻BKnK.bh FE2~i7N~f MifAS:7W7$1K?ܾvPb d>@ GzzG/qJ#@V&vss!^,Lf£+GhϩZU\+Ģvq%[]I`r.U ,EZvgUOf"w)TUD yBsw"yijt~d'4א3L@>e6Mt@_ ,*|#Rh-"e?4T1qB̌uk6³r1d,tJ&"=ʼw2/G+#>*SFGn"CY drbMTGlcwE #S/<CzPʼnt=bҎfU2 gtO no-2K,qO~+|QvtAAVXpaB\.XL;أCZO0TW~!Y=PȄ읶8،飜~ba$i в^Z*֪a) ]0gT0ҬSӴd 'm{4-PV'|4x65Ҙ"voipKN(R>xSb((^ү*\m$(/fMRI HUퟦg4؏w6kcfz+!,|R.CѢN0U g;&Qd#%!HrOuj"(*|J)?ŽD0&6{ux^.gIJ,5WY(|_ Fr%GGǡx ңs?%8 ~43. 5y }fMxgr>QHwȢYS&* y١ E78-U,re+ ^7Օ'V CV`=2&?F4͚sD]e=Ny\~>Tȥ􊃦 a\BX?揠iP%<7쳥 Lhavo ݔ;ѱu" [߉Lȧ-05;VOl[-kvYrQaF%%I$m>V"C>A2lA)$5I!3fgej3cNκWbes|,(O+x,yN׹N.FCQ65}.EeBԃJd Kf j6k8XkU/͜D 4[4%)>8=lڏ.hbhA#"~5q^X?Ws3 D_Sl>NЀÔk:7$z:KBA¼}c"Xi 3R8y/FićX[h-UGQt:5GusXei DER+{X ~թ,1HCdhGZH8|-X.u-)[bko,Șo5?\pme,[v p!&z&+b .1km]dSn`gsKb3h\Ǯ36wk Sv&7$8ǚS:x("m&UIML8:g?nš稆 ,+:02Թ0E?Q7VCG, )6)>>%Mo=R@Nb$ާw/)P_E-5Pܦ$[i޺M!?'0-[HsE} WkZcyC8_J Ţ;bڽ(6=i~%Ex5H {;e=ׂf E+AP $Zջ7Ct^2 ަJhb9M0`a%Q mJ53zV/F:[!R]󍒎aO+S=-"ςC /j^Q9,|a)kBυNhG%e]$. XzK~[ZToKp\ڭ&t{vʵY#Qwr3JnkJlTQg| 1ړ>R.rZ{1够1H9(Y}GO5q3ˊ) )N\+WJ=@59Ws04/E:wjin7 pBvWEI ÚSU35RGֲϙ@pk4;ݼ"'Kdj*jՓcdGK9:'1-s- Ȟ25Ĥҫ ~r,O4(9(|Aj;6X y}5}HqpnmE4'v4gy$ׇG7 ,j e#vX"+Hz5۴fQg$3$;*7jQDbjyvy=e<"W)r%|Ϊ:%z[x:oe4А_%r3&MoI^xm_ɰyPf\maAw(iTƚz"4PA=bLo̸oI4&#"޴)!;R6#ԃ_U `)9$Gi33\!Rq7{r5UBeaBE,?y0 C>893KI6oɪ66Nܗo•mLxlӊr(x]ԡ@R v#ɯ]q4[fJA2+lLD]BGyF v3xICϯ?'%P.;w/BNps=%mA N+ &5sa MzZP~ ?DPDv+``D%.6F@g?t E2М c\A]FKO6x |Q .>k|p-(k02"T:S~P*}FhxN\9,Ǻ*Av {fRSU,g=쮰I%o *4'z&: gts (C Ԟbru)ݦDײƙdl2w,ռѫR|e\\Mc%ie?D.XzinQ{m,#fLҽ"2LF:JoL\`'3,.Aڣ0ynIK&li==Ϲ,=O^ڣRxɜO RA\J엮7͠I *~ q~,(%A/j/D)d˛{,:JPڳ&䍫:h*n'4V7D^F&1,1R 7Ezɽzhά@˹8y0C3Mg4$IYgPB*MR`{1$vzN9w Q.f^)=^jO)5:Gk43;1yx)'7^/$ !#S<@\"v nlA@ԩUg JO.paXodRIjq Iadž9 ٲ@2Y^[mX|E=)e7#;$P^Z [rjSBY9T R5+|\1~)*eMQN(ea3['{Se]rwݩXb,y\Tb(wMѽA-]2kCi j˙0Ԭ^pJŇK?l2&'-H^{D/?U'벖{l_:m n?r艧o{E*gW"q 4[M⻄\~ﳕsa6#ۅJVj ]'>Ů5? qfs)r6$66oܛiB< Z"`n8qiV#l/O6Ntߺ C7)S \Nms$BnYdkсIhɞϗvh]ۏtZj$'9L>S&rQz7&&"A0 SXb~xb9)?OfHZFh_'w{ލ|Éw9|(d)Ī%6zD1'(ڹg&g\١oEhQJd&|䚝V×f9@DT{ΛyDdHxVy1nm)`p :9-W|n&*dtn:,y1CϝLu> ED įun@Rp4hi8>: PVba ('%0$L5{`a9aخP|ﻯE~I^f[t|5)w/Gˑ.2udTxqH2kiWtDXPJb<.[ΰJSo6y6r:݂_ ~bJ{R*m5iGBchNbQ'DAC\-Ѷq28'2~W=Y9a}K  [?&oe=ʑ=^g[P"k"}˪D6t( <\&UkbB8QI F4sP0Jit\Z!jdC2<+Lޙ\]QuG8>i$հxyuo6 =QX/SCe ]4!E0qg9ؽm)">z MLWebsK"rejomeYYZ$0FWZ_5_T&Zoe&vq- ݕLd(5eGJCύ_/MF5WO#6 ? u Aq"xjR p%v(Oha%#v]P`e pC+:vcdTN0EUa*aѕs62[)i6lHHv]zٯ{*YR*r- Lƒ#blICReDԲ 0ϫNU6v75'>W`~b3Ξ4(0sZC-yEs=̟?* nr LzkFq ڰq&ٮ0~ &eZչ;bo5 Usewr:HSW+:ye:ɯ>'͹_4PBև{-pܝV6E4b2k\q؜O9+ /s 6g._YQIR$Mua_9ZR$d,hhi엎5K)Bb ZS &(1wCS/~e1swBR9]:u!d"]Op$yC}:o@3;ވ^Q3!L!AYr^3^dJg2H3tL97GxZ~k|\?M~P֗1:?mS>ܳηDjן.>xT& Z`;tDe4*oܵEl]qUx?1E)c8F?ɘޜ!)t"C},nUZG>j/aHS$=W繃0R^ۘO3@lv8ZH%"Q;kݰ@^W\ёb)( p gl]]~ EGztAŊU.ލol7Aם)E aiӷ@'g><2j:>,\jC <.{L^V}Ås=[X)TghĨ(yh`h7eZ9_䷙^-z*Tba&$wݓ3@`- I^ Ai"A`OG@}Ik3̉[@mpL}]Bʩ(41;3oڇl4;aQu84FM dZ:[֭FǽZKx5fX֞bbGʜpMM̓љÊވ.am&]0lH/؂T܏CצtX0CwPi 3N$A c!WFRITwO۔ђ1\٪4Ģ 6UM\Mظu/_V Ā!{1{5gRR_6[B{VfԻ Ļ:Hn%7)u* G5C#:ubFYRaNL|? |-(/!,qSO*<CMZ0SȽ$G uxEXZ#wB (p 5y@Ϟ]AjPv<11D6EuRtAA:6dOY~D"h,c*cdd# jD;F/ǗZ(4RfZt CKS%yy i=%31Kq|/ZFIV'@)h؁Qj<3^ kt(@G2pFl>a*N.xɛf%ޡ*&Y;=T}LP4} Y~N>P}1f}HOR)C˓l&0v4Råmu%#/F^+, Kw,?kLJ#CX*| V(Y2TR)SPo0P:}Jh$I*b86.dËe>1E]*jJ+S3e,(Qd‹\DD['QssƋxeUt{e;LHqOD8S#UA' '}櫨c0Ja +*_9iZ{N36F ܋>CNݵ޽#(+u.]QsށڣfZ'/ dC,wKOk&fxWUej;V-s,݈=&qwu޹׿I);y+K`!RKxT/- ɩ/,S w.h<ȝP 0{{3}X0x64A!)sn#a"~#tTPϹ|Tէ#FzO/\lLщzf|@BU4ox03\M en bFT=IgRh,cP q|V&G!3<)jfMe-g3/}vvB oց ;::-栭Z6.{1v{[<;91s]bGf>1P_QNcs@ YZ