libecpg6-32bit-16.1-150200.5.7.1<>,oeLp9|[#wZg&?PrZs:X/ ꒧`e0 TWXK[k%~1ǺZ.v^{*mFA0 %֣:Gx>D A/1!B"ʃ[ў@6(Q*3{D&$ CLk,OH4{$A7m}ra1Zښd+fƩ<沝?#0W)~l\ ΤλS!b5(xSN>8?8d # T :@GXp |   f  8b(839d3: Q3>2G2H2I2X2Y3\30]3H^3b3c4{d5e5f5 l5 u5 v58w6x7y7 %7778Clibecpg6-32bit16.1150200.5.7.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.eLh01-ch3aSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Productivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfigTWeLeLeLeLeLeLb33a5b73503f6682242feafb2bfda5ac57f6b5f7b6301163b216b550132bf46a4adbb1819994771854f86fdfb1c33b21955c7d986218babdd07634556a5727a82e7630b628f83df6081cffa137f4722380b0fdef3235b30af4d36318f34b7abclibecpg.so.6.16libecpg_compat.so.3.16libpgtypes.so.3.16rootrootrootrootrootrootrootrootrootrootrootrootpostgresql16-16.1-150200.5.7.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.1eKx@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.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.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.1-150200.5.7.116.1-150200.5.7.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:31277/SUSE_SLE-15-SP2_Update/82de6a4a03199b33cfaf7862776ce449-postgresql16.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=62c09466245276c4afb190ac863d6364c469434f, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f0d4bf697c94dbf47f3269206e324f0aad3e13dd, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=71f786b6386bc8297dcdca0641bab994f0fb6da3, stripped  PRRRRRRRRR R RRPRRRRRRRR R RRPRR RRRRRRR RRutf-8c99425c84962c6648bcb5cbf9245d1b39ab7f91ddd22bfceb66cde1df4f051be? 7zXZ !t/r3]"k%+%m"1e)5D?Wr 镮PmҒP0%]6[_5%SΊO6te_JD6iŲ~mn ;2 ̙x><&%1rm䷘KTj?.V\#z4_8NtL-,v"lu`*XK41`?ėxҺ 1o'@fx CpG\/DWF.w6PE9v1+G"RE=N}@$Ôи@w=E68AN2Ƨprsb7 e848aLQ]VK6mf耐M(),̻72wFЋq6E V [=>A;q:!(? 0'}nXz$=/:a_&fdWÂ=<t%s#AZKJ`d4kQpZ+76C4(u^:Sgh/bPԼ+aO0|E.Sp`1 'a}@hX$y0>DV\4evǶ7/2Gp^@0R21k8:5msPJ{"){M %iN&)x;#&mbnш&f`$ ZoŁ1#pW@ tXw H{s›DaYBmmaRDqǨQ3-#6sEi 6jyHCwȬ_)L %ݯsxqJX/ޗVut/B SZoMVYtMdIg ! vM>W@ rj;vXxa][1Yif2^:xEf~T*j923LAg)3Z-AϞ[όNlV8R"w{nR ϵ#KD,#2Wq:%K K< Nvw?ǯ^ҩ BI/^E9)[`+YYW A3v'IFPO@[o r@ >Z%T{C H9BQ/hnZPLIF9E#gxセI_<5>aHMgʴuN ˘t aC٤3T 1<6x`jfOGՑ"uK>i ;L#FgfUaBdKcȖ[^B'a+s:hR?g^pKX˄T+EӯԌY'HN\$VMrFM2Iә=,Hlo 2a.砏cQl p!~Z+a6*b/2J|E򶧛fJ;$ua"E+4yӚeF3'l.=$ QPڧ\k~.<ʴ8i~O %I<гrצQ'ܐ[Q?(hfddns]/Uñk*`DWj4X쌷Ms=$\)i- 4+$uJ+@_OX YJH|bpBE,OlҜ9)C?e3$47ri?O@B1We?BM.WQp7b&w9b }Sg Fgf1̓K-3KU׿X`rzx5s BI42h\q)6ړP{W>Ǵ-uQA:wT>s$bñi)w =Ngo+n1%J`Ɍ;Om>ϣ!({RX-~3jsKtI(٤[FZGgd ALjP K{+zRH  Ua?#AA r|Cߟi3gbf~ʫ\{k帎W ϿpF[&8 bTEAzKx#pdekKO_ju `~vc- k pn>n$'0f٨Nn?`1 P7ο2ŋƬ0~]:#C`6$J`NVf7L([mvx`T>%#"N{8S)tsHK_nˣC-lD]`!}I"; 0 ms sFِS]BZzv戡QSBw."*?%[\u,&gd喻_˱S&O6#E{nU[(b`3рK``'jJG<]mt.l)ztrʬf뫃s00/ q}11/QپtnÒt@.|="U4 YRZ[:J =tal0mE"/lDn/2\}Qm1`ef;mgxӰxOӏd ,bu$p;9>npF.7l _M3c W9Y]×$Gʓ.CyN#Bi?wHTФҘab7~-ZD>CZ)Ԥ$L ;5t" tI[hdUxVCie3X֛`qǙo7cBL(8l#&w3-ۻlbŋ݄$,K?0c})fc|SǵՎkvr^-,l="<6LAa\4 fܚUHB< f- (͸5Z}AgeO)]e lo- H[$*-\^EbTmPv,k2FBys{|ݑ9E+߲O8W7`(@[`z0 4,7B6p¯;-yk. _q?p3AW>N׬5//3w0"èkܭQHy&W;i.fP[Z:ګ>7nj(1K ࠤM=Y +I$lL[y(?1O1A@6 ╶]>bw6^3?H7p-ྐྵ1VWR'O{/)cmjlv@"#"T> w<@'W&\y7.Vyic$1y;W_ M $Hh Dl_o_G<3:t(M5m緇 MUǿi M,[[5(6 $3T孱kI0\t#^Kxo;<1+/\hǑt(غ0p;K/q)y;nII]҇sulӞlp)c4JZF@#p@rl,/վ÷%<"k^_天ݷ=U@7tlSv ![i$# H߮i\ Ng&RBn yN l478Kecdpv+iN2(^Z:?ZCTϪyf \J02} nM)4`LG  j#˜3#.)MJ9-W\p6#m:x/5j88Y1C A#A?yBiwخTGoTf$+0)a0Qe=!829ҤĤ2IO?, \`yՓRƨ[LʐlCu2[ | K4؝Vnb*QMJRY$,M^FX|08K[9W%ы_`0*,ZbhWL4Wu3O Ŷh6L\#BcPj) Uj1j<>@G`pzQ"*bEÓԑ;pLt֭O.ˇdPFBݩZY!pIZ'nݴZe =mbSi`o#u; =nZG:qzIjAXm1ueŞwq#[9$5r{#懜൵Gi) Q "UAg f^ri>Y5iR=IHb ٣%DTA2:6W^Q t oH wQەՈ K4887uר&#>?^` ߶#SPoM#F92j;'{R "/L`@t}Է+iVQ"#0~ gM-Yj *'Ep]W ܖLVb.э"܍(NvS"tdBǴ5kgJtzFUJ!5Qiil{է-3m՜B+l*f!ꅼRWs 5.c%ijyrDGq l4 :uէf}X W'(!pY(A`&\8r|-By}J,TRCkp2WvKhpHSJ"_G"WGei~*{K0N 6LCn"5\o!64$Kv؝ss;wóNdybD$}d Tysݡ̥Y* !}I" qքmCGjQgVkw6GkuX5>^gVǓB[ rъSߎAgdW  "&C'' xC|SZ/|϶R]}ZBHAb/Ԇfa a5,{]:A02L8SLAOsjWnޚKwĜ2Я+a5;,^'oID\d-qio<L.+LgI*η@IIg"1&䗰Z!9rGx 5IRrv>@2NP qtᤲm݄Ͽ ew(GE׬Fr fDF7`G9͞t!bM#: ȃ:wd"| mGE<iR?1ܖ7h^zrVE2l?1}^P콼Մg2*$ $c0=hTY)NPeTƟa,:eF#;Fd~\I,AR9-&k'%+b yh;AIzB5V%EoJYs[xM>W{"zz7SmQ~-P74t~Rͽ:6nIT%!,f=V. ,Tᩅn* ̱d khj|KjAіdd89CJ)[5pM: :b p: რS\E@ ^cbb9:蠛/8?KME5z*2f+Йi<6:VԇGjݜ8}F#~^oR23IS~]k_^/t@]:_Z}Rq\}; LX̺A_D ̾])RvDMsd`d +F-;EODU(M.o %a(*Cz 4"@puLAT.~ǞZeg]͑EfDZwqĖa w!zg$3uaPXe mc$,āzIE0R8LsV8 J|ã4+U2qӒco p ՌBZ]y#k|ʴ] 58+9QN'h!b,*>a~L)YN4`>jjTN8S5p}uwYL+7zn(Pf5J$T)/l_Hr&ƭ5f)Fp/S(EvjL3,/VO3<83ň ʦH"zu,hj[o\|npSU}eS77Ɍ+傮\QuiE8T\ "F_Srl.#ćpSϤhdVWYAZ,Z_ޠ'}A!am[7Pe?m}y&@5GRO-~0OtT āF{;_yս2ȑS7O?׍]SpbnV-Nn#\HLQ'~JÂV/s"^CFYuVg`_K3ۧ,޳Swv Wmm٭u,:hNrO􂶗KBZ𡪺fkwjĚe7ր'edC3G]|xWv+ Ѩ> n#[cƳe=e81K6R!]@\?Bq* z5>{ Ę"X⢥4 b1giQw%Jjr9>兙6]PI;577JVowB/L 8CcME]/ej} A"F?aY?וA#$~D Z` myxy5~Pxxn KOTN<^=B!Ka㦿yBS^VEN D`/MgT6N}//%ڡ8U Q(HqCD,!Grlpy0dj$_搾FyS [qx7c!q(f 2.٭Τ^>l#IgN9(r?Q13! AWmJX;YRg2jDSBAhl#_ mլc֔<{f7g򨈜Q%F'ӥQ4ry^KXIEgD1UD-hcq (@ i ˠ2uӁc8e)FRr*&dsv쥷I ۨ;^E|NqՌ# UI%NVEz_a ӵЧIDL6g+hbTt(.!ၶh帣[=NmOϼJ&MLx>2ʃcҞ2by=[9p: ~v幑d!)56(D4R*l(FȲTO%%RPy;Tߎ@KT+ؓM阩9oD0U"S#R"@ pي%;x8טxW,?L3_Ɔ'|!K*Y( Xo)ˣ鈆nQ}-Ʀ%X^w:ZC1Hs9J #PD@&qDu[E"!  8iI.u0P}k%>HB 'UmcĞ=2A8CIX&PV [3۶˧Hz‘X׎.baJ~S B1S?gW]{deੜxF3" K'7=#q=Yb\woW1£Q'r @j8=wQ]t N2;RmL:5{FH.; 9uxg:)(MW6'*_6vhՠCᙸXs;TtaPT)7f<*gh!jMXL]L s[H CÏBy'ܳS[3.=m(Dl3g38 r|ZØmVgj.K~K EnE҂ !}~\"F[%؀`Jt{n>)$^)y dhIg ]xIP?vg7aPEh2H.Phͮ{`d 1enky.)8( iF%vclVAA#4AF#VFۢkcw~_4d^KpH$kXX揆nR7\joW8'.GɥMlzQs`:gΡuƦl䌼yAC78^KDqIwc?vbgDAXKUh[M@#.;NAdmj3 Kqƹ .s!WM][dp*UGeX()?(] *]&*8GUV7 YvI^sra\{D+W\RV@WQ>W_3F̪-ǗOcV+Ȇ36oBZ-vc- ^U6Q9CXb'sN?&Xc]?,1 J%8HGްfb@hL;o{Y,7?l -apvkyIӁv%V{oU FqwPƿQB9V4uNo(gm~Y} ew`itW,v` 4[$KM_}bo|',[П15f%z/yQTwr?1қ<XQI{ƤvM't G*"8Y$ `3f\NBlC --[[~z:Vw*¿Xʥ9l0QݓkDŽe%ՐZ/nbI.U?y j.dr> tgxOWš-N+Kg/Hw?g A刵!7EDX8VF6Z15ARi}蔸 ~\OyU-oqotLT L~UY{'fpf4 WWEwze)=9sF@sŶjsʠljCS. Al=u$\2R \lJ%.4GLn:($ (T Z x"'53o #JRrNJが0 BiҊ9(DI{Fu$?%$J׸Lh; 1K2V h/&5F]"hrgxt YZ