libpq5-32bit-10.10-lp150.3.13.1<>,]f7ڸ/=„Eco#i xgjLfU"_S&Uus1D'}ҐihG07G$uF XuKy!,o ˳>*tJW]b0a˥0;fLuuI\hD@??d " S +18HP T X `  D(89p:><B<G<H<I<X<Y<Z=[=\= ]=^=-b=7c=d>e>f>l>u>v>w?Hx?Py?X????Clibpq5-32bit10.10lp150.3.13.1Shared Libraries Required for PostgreSQL Clients PostgreSQL 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 client library that most PostgreSQL client program or language bindings are using.]f7lamb56openSUSE Leap 15.0openSUSEPostgreSQLhttp://bugs.opensuse.orgProductivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfig С]f7]f7e89ad4496cad4652c078dcb53f51f893e7a839c68bd15df369837a9023740736libpq.so.5.10rootrootrootrootpostgresql10-10.10-lp150.3.13.1.src.rpmlibpq.so.5libpq5-32bitlibpq5-32bit(x86-32)postgresql-libs-32bit@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libgssapi_krb5.so.2libgssapi_krb5.so.2(gssapi_krb5_2_MIT)libldap_r-2.4.so.2libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.2)libssl.so.1.1libssl.so.1.1(OPENSSL_1_1_0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1postgresql-libs-32bit9.1.64.14.1]R@]@\P[@[j@Z@Z@Zw@Z}@ZaZ2gZ2gZ2gZ@Z@YZ@YY*@Y@Y@YJYaYaY@Reinhard Max Reinhard Max Reinhard Max Reinhard Max max@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- Update to 10.10: * https://www.postgresql.org/about/news/1960/ * https://www.postgresql.org/docs/10/release-10-10.html * CVE-2019-10208, bsc#1145092: TYPE in pg_temp executes arbitrary SQL during SECURITY DEFINER execution.- Update to 10.9: * https://www.postgresql.org/docs/10/release-10-9.html * CVE-2019-10164, bsc#1138034: Fix buffer-overflow hazards in SCRAM verifier parsing. * Numerous other bug fixes.- Update to 10.8: * https://www.postgresql.org/docs/10/release-10-8.html * https://www.postgresql.org/about/news/1939/ * CVE-2019-10130, bsc#1134689: Prevent row-level security policies from being bypassed via selectivity estimators. - Update to 10.7: * https://www.postgresql.org/docs/10/release-10-7.html * https://www.postgresql.org/about/news/1920/ * By default, panic instead of retrying after fsync() failure, to avoid possible data corruption. * Ensure that NOT NULL constraints of a partitioned table are honored within its partitions. * Numerous other bug fixes.- Update to 10.6: https://www.postgresql.org/docs/current/static/release-10-6.html * CVE-2018-16850, bsc#1114837: Improper quoting of transition table names when pg_dump emits CREATE TRIGGER can cause privilege escalation * Numerous bug fixes, see the release notes.- Update to 10.5: https://www.postgresql.org/docs/current/static/release-10-5.html * CVE-2018-10915, bsc#1104199: Fix failure to reset libpq's state fully between connection attempts. * CVE-2018-10925, bsc#1104202: Fix INSERT ... ON CONFLICT UPDATE through a view that isn't just SELECT * FROM ...- Update to 10.4: https://www.postgresql.org/about/news/1851/ https://www.postgresql.org/docs/current/static/release-10-4.html A dump/restore is not required for those running 10.X. However, if you use the adminpack extension, you should update it as per the first changelog entry below. Also, if the function marking mistakes mentioned in the second and third changelog entries below affect you, you will want to take steps to correct your database catalogs. * CVE-2018-1115, bsc#1091610: Remove public execute privilege from contrib/adminpack's pg_logfile_rotate() function pg_logfile_rotate() is a deprecated wrapper for the core function pg_rotate_logfile(). When that function was changed to rely on SQL privileges for access control rather than a hard-coded superuser check, pg_logfile_rotate() should have been updated as well, but the need for this was missed. Hence, if adminpack is installed, any user could request a logfile rotation, creating a minor security issue. After installing this update, administrators should update adminpack by performing ALTER EXTENSION adminpack UPDATE in each database in which adminpack is installed. * Fix incorrect volatility markings on a few built-in functions * Fix incorrect parallel-safety markings on a few built-in functions.- bsc#1091412: server prerequires server-noarch to make sure that the postgresql user and group exist.- Update to 10.3 * https://www.postgresql.org/docs/current/static/release-10-3.html A dump/restore is not required for those running 10.X. However, if you run an installation in which not all users are mutually trusting, or if you maintain an application or extension that is intended for use in arbitrary situations, it is strongly recommended that you read the documentation changes described in the first changelog entry in the link above, and take suitable steps to ensure that your installation or code is secure. Also, the changes described in the second changelog entry in the link above may cause functions used in index expressions or materialized views to fail during auto-analyze, or when reloading from a dump. After upgrading, monitor the server logs for such problems, and fix affected functions. * CVE-2018-1058 bsc#1081925 Uncontrolled search path element in pg_dump and other client applications- Update to PostgreSQL 10.2 * https://www.postgresql.org/docs/10/static/release-10-2.html * CVE-2018-1052, bsc#1080253: Fix processing of partition keys containing multiple expressions. * CVE-2018-1053, bsc#1077983: Ensure that all temporary files made by pg_upgrade are non-world-readable. * bsc#1079757: Rename pg_rewind's copy_file_range function to avoid conflict with new Linux system call of that name.- Use Python 3 for building PL/Python (boo#1067699). - Don't %config the symlinks to /etc/alternatives to avoid rpmlint warnings.- also package %define pgcontribdir %pgdatadir/contrib- enable support for ICU (new BR: libicu-devel) - enable support for selinux (new BR: libselinux-devel) - enable support for systemd (new BR: pkgconfig(libsystemd))- make sure that also the server gets at least its own version of libpq5 - also change all libpq requires to >= %version instead of just %pgmajor- port /usr/share/postgresql/install-alternatives usage to the new scheme- update to 10.1 * Security Issues - CVE-2017-15098: Memory disclosure in JSON functions - CVE-2017-15099: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges Prior to this release, the "INSERT ... ON CONFLICT DO UPDATE" would not check to see if the executing user had permission to perform a "SELECT" on the index performing the conflicting check. Additionally, in a table with row-level security enabled, the "INSERT ... ON CONFLICT DO UPDATE" would not check the SELECT policies for that table before performing the update. This fix ensures that "INSERT ... ON CONFLICT DO UPDATE" checks against table permissions and RLS policies before executing. * Bug Fixes and Improvements This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 10, but many affect all supported versions: - Fix a race condition in BRIN indexing that could cause some rows to not be included in the indexing. - Fix crash when logical decoding is invoked from a PL language function. - Several fixes for logical replication. - Restored behavior for CTEs attached to INSERT/UPDATE/DELETE statements to pre-version 10. - Prevent low-probability crash in processing of nested trigger firings. - Do not evaluate an aggregate function's argument expressions when the conditions in the FILTER clause evaluate to FALSE. This complies with SQL-standard behavior. - Fix incorrect query results when multiple GROUPING SETS columns contain the same simple variable. - Fix memory leak over the lifespan of a query when evaluating a set-returning function from the target list in a SELECT. - Several fixes for parallel query execution, including fixing a crash in the parallel execution of certain queries that contain a certain type of bitmap scan. - Fix json_build_array(), json_build_object(), jsonb_build_array(), and jsonb_build_object() to handle explicit VARIADIC arguments correctly. - Prevent infinite float values from being casted to the numeric type. - Fix autovacuum's “work item” logic to prevent possible crashes and silent loss of work items. - Several fixes for VIEWs around adding columns to the end of a view. - Fix for hashability detection of range data types that are created by a user. - Improvements on using extended statistics on columns for the purposes of query planning. - Prevent idle_in_transaction_session_timeout from being ignored when a statement_timeout occurred earlier. - Fix low-probability loss of NOTIFY messages due more than 2 billion transactions processing before any queries are executed in the session. - Several file system interaction fixes. - Correctly restore the umask setting when file creation fails in COPY or lo_export(). - Fix pg_dump to ensure that it emits GRANT commands in a valid order. - Fix pg_basebackup's matching of tablespace paths to canonicalize both paths before comparing to help improve Windows compatibility. - Fix libpq to not require user's home directory to exist when trying to read the "~/.pgpass" file. - Several fixes for ecpg. - This update also contains tzdata release 2017c, with updates for Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands, plus historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. For more details see: https://www.postgresql.org/docs/current/static/release-10-1.html- Use /usr/share/postgresql/install-alternatives in the respective scriptlets. - Fix the logic around restart on upgrade and stop on removal. We bring the binaries, but we don't own the unit file.- Update to the final 10.0 release. Major enhancements include: * Logical replication using publish/subscribe * Declarative table partitioning * Improved query parallelism * Significant general performance improvements * Stronger password authentication based on SCRAM-SHA-256 * Improved monitoring and control A dump/restore using pg_dumpall, or use of pg_upgrade, is required for those wishing to migrate data from any previous release. Version 10 contains a number of changes that may affect compatibility with previous releases. See the release notes for details: https://www.postgresql.org/docs/10/static/release-10.html - Reduce the number of version-related macros in the spec file.- Break a build dependency loop in the server packages that led to bootstrap problems.- Update to 10rc1 PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either using pg_dump / pg_restore or pg_upgrade. Changes since beta4 include: * Add psql variables showing server version and psql version. * Several fixes for partitioning * Several fixes for logical replication * Several fixes for transition tables * Fix for query that could end up in an uninterruptible state - Adjust dependencies to the new packaging schema.- update to 10beta4 PostgreSQL 10 beta 4 requires an upgrade from beta 3, or earlier either using pg_dump / pg_restore or pg_upgrade. Any bugfixes applied to 9.6 or earlier that also affected 10 are included in beta 4. Our users and contributors also reported bugs against 10 beta 3, and many of them have been fixed in this release. We urge our community to re-test to ensure that these bugs are actually fixed, including: - Show foreign tables in information_schema.table_privileges view. This fix applies to new databases, see the release notes for the procedure to apply the fix to an existing database. - Clean up handling of a fatal exit (e.g., due to receipt of SIGTERM) that occurs while trying to execute a ROLLBACK of a failed transaction - Remove assertion that could trigger during a fatal exit - Correctly identify columns that are of a range type or domain type over a composite type or domain type being searched for - Prevent crash when passing fixed-length pass-by-reference data types to parallel worker processes - Fix crash in pg_restore when using parallel mode and using a list file to select a subset of items to restore - Change ecpg’s parser to allow RETURNING clauses without attached C variables - Change ecpg’s parser to recognize backslash continuation of C preprocessor command lines - Improve selection of compiler flags for PL/Perl on Windows - Fix make check to behave correctly when invoked via a non-GNU make program Note that some known issues remain unfixed. Before reporting a bug in the beta, please check the Open Items page. https://wiki.postgresql.org/wiki/PostgreSQL_10_Open_Items- update to 10beta3 - hash: Fix write-ahead logging bugs related to init forks - Fix oddity in error handling of constraint violation in ExecConstraints for partitioned tables - Use a real RT index when setting up partition tuple routing - Fix serious performance problems in json(b) to_tsvector() - Fix problems defining multi-column range partition bounds - Fix partitioning crashes during error reporting - Fix race conditions in replication slot operations - Fix very minor memory leaks in psql's command.c - PL/Perl portability fix: avoid including XSUB.h in plperl.c - Fix inadequate stack depth checking in the wake of expression execution changes - Allow creation of C/POSIX collations without depending on libc behavior - Fix OBJECT_TYPE/OBJECT_DOMAIN confusion - Remove duplicate setting of SSL_OP_SINGLE_DH_USE option - Fix crash with logical replication on a function index - Teach map_partition_varattnos to handle whole-row expressions - Fix lock upgrade hazard in ATExecAttachPartition - Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY - hash: Increase the number of possible overflow bitmaps by 8x - Only kill sync workers at commit time in subscription DDL - Fix bug in deciding whether to scan newly-attached partition - Make pg_stop_backup's wait_for_archive flag work on standbys - Fix handling of dropped columns in logical replication - Fix local/remote attribute mix-up in logical replication- bump version in update-alternatives call- use multibuild- initial package/bin/shpostgresql-libs-32bit10.10-lp150.3.13.110.10-lp150.3.13.110.1010.10libpq.so.5libpq.so.5.10/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.opensuse.org/openSUSE:Maintenance:10962/openSUSE_Leap_15.0_Update/f6eaa5a8fe3796bf99f99c3aad8387d7-postgresql10.openSUSE_Leap_15.0_Update:libsdrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=970ff0461bfbfbae040d1a176af39f39bb7110b0, strippedPR RRRR RRR RRRRRRR R RRRutf-8d58ed342aed2545d79b03ecf79a337e8838ce7a5a0dee0f479c1dce8fce4fac9?7zXZ !t/8gj]"k%{U}duBgNq"Ǹљ'5>ny>~C5֍1y/2ؠ$Xf< P|LQlOlBdŐ_i{e 쾬-ׄ*r^O 9vm2{1dhR .MYel$yziW̢@SZcr h*[f=c!Bxh=YN;1=)t{'@skߒﯙ-.֫m, ^ 2g ¯FgE=>Ds;tG9R< +U6'ۃ|q5& د*r#Pxa;4[igg8i"cHib-jUq(cܐl;=o_xFFBM?k_Lw.PմQ53<y2?$ *QiWM/s?%@_* le'NգTg¾)Bje@06 ;JN?"u98r!JZ \yc@f ^f?@۫y?}˼ ωT Bʃ qyXr%щņ⵲vth ɰ_xjJXM1 I:hYɮ IԞ=_{TbK<;bn)J&!ovF@ (Hc)ńTtb/em8&Qi ƅx`c(݆Fʇ=&Ci L0rƿ@lO/] Mu2.q[!a 7bBYȌHkAxܥ\)\m*[Y1S2O0:̡`yL,@7cOc=P2],Xn;0j\kFڍPN+M q#_a 0aT3Of+k\%B!C1Q e.,y²; n`WXiߠ9 ҎaYkZ{cЙt<[r-_#Mg2P6_Xj݊w?z4dzj6|m= J{aDѼvePNr(xEwޑdܣ ۱w9CLwp8 ΄ y>uqr xi$#|-՜WPY6^܀ﻸCsB9M7֔01NrJr`rf4\`nIvehgfr.[x?KFV~J S$#];+u,[eѬE:5jrfY索Bb Q17{4 2 $Ojt7؍Ү|,X׮fo]䷸Rܛ 赊pW XfF#KrDG8ūl^B]=k2kߍ-*},yC b|yn5L[i ' >AQcPFBD]hM̾ҤhU2#.h:on%Kն ® ٶ lM 6t9g3Y?~3̴9Iʢ ."e(MihExpYFPK~q"Pt'^s; ɟL4_*i_eZ?ԫGE>X ]6s]l~-ù(VDB/T Dz~ '}[)8CKv3KES a/ϫY,{u7)DD0Z~p]c-*  L8 PcL^-NEV}`\XbDWSUyV%x$<Esr\Lh.?"NDާ0PpqfqYQÉ=Mu~7p7UiMȔ=4da5Y:"8x~Okqn=bPheKi\ CԽBove7xA\c(El4/fs6L$H7^6:%0Y&1HPړͶ@5'[j ,D][CT}>Wb22g*ZXٓBۡ\h8lпI@̉!ruD,|ySK*]&SL?|@ }Q c[bbX)("%!~O LAݪM`NY2G61X&2w+ȇt#(A+QQRG(NWBT x|ŀ|g%\#3ׯĤ%@q!'q[ xQ'^ 'ZWCc$\-+_R֭ԏxtJmJ+ZZ=!40zaFƕ&Zp);+fVm{|یF-`ql>ehOi;Ui?o7V J䠖,ȺDM} q92ĢWJZY|n!zGrúg 톢ȴdڬ\k&Њ0(D.@Ou@[zfYѝ8El!ZA }.07򟠎:r^9=Z/I#xTRauxٰkoU1.@^stk[h[=y`$G< ~iW\54ʯ 2NЏ߼LF JaJ{P(8r,s 8A~Xz Gxp6 D_t_,塁>B '>ʾh"$eЩd3@01<7!\w5|]3dA}}i>fV vխ-搝ùTh{ ]+K=-~ 4t铓 @o2Vn% 9y eG%/7!ojljDpM/@qkWZ~xh=::zO_: oZQ1+K8OĎ23B#~#֐WG>RadnC:E\7Ї0;Tݱ˪Q NDfvkO@&U||S lёA]ۅ,,?n),x6n@ 09C3n߱eX-4'qR湚4|ɮ~$AL,h/̳r2á4",;rAԟAKw_}1N\m茤88=fN@ͅρ>,tヘ 6R5yllbllvuj1Yiu8êN27mek%"}9(B,CVU@ؤq.Rǵ>F9nUDŽv\28+z-r`oT48Ր:|TרnCVB%3Z`d|f\reƀ$,>4In,]x_Xz.Ryi9渻oK M>/"2 +^zAdCTɊ\Oݘ3ro>g:o2tzuN* ՔV#%:q:t=1볹g z'}(zIJR'eK%OHN%RbѱiȎQs]ddg>b@njWyod;q|DtM8W nB>@ZxY_hýMx yqYJCT/Ph{ĂK^&\WBMۃ/M8Ȇ$J =M^ݙx I BcGd_O.<9c}ʌe-pO&}MNs@^!6d0C*ʅ^PhՅπ?bџ%.&7r@T>o)GA-Do&m'K~w] ?CA:Ca}so.Jլx7&G8@+p1~<2:h4Q Tj^ e݋apw_(pg 槳CCªB&K;ޝ#9FVoqFcṟM!9*7Vif}jf ;֦uvrrg^q/Xu=<̖e#2dVl`d`{3mzw$a{Wu|Q (Lh44q`l*xm06DВ(2_ONQDGex>`j 5 w}xq.鿭p5uv|H 3Cyp[^UA$Tc@ J 7rMRTtdzcZvt#!gEPș 6GAvX3ݒrc)o&ޯqC*`O\P耉iOd$1D=ndW4[񄱓̏ouItU艙w$K%D•շ-Bξ.d2lkCC6GA%{pPϙBtgpNG0mVk2- |类fk?gg:f{EJ>?} EN<J-d[o]C8`ـ8ČK f}8s>vAVΛ%P'Qa9:ˁI =e_5O@~OxUز[j+e&*OPߚGrQ ꙙw:>l`&g lף=Wj/ݽn5v3ŃT{Cv^ mQ@Knۑ,!8opQ̧#TM%?rhQ\LE( ptߟ(ne-I-LJ2lS9ԊeQ;qp}nFb j5(p~d$I<xU& I3(_|@ oMjxfRcoڊx/~Ӛť)y:R}>]%2jq}[PCfOpR^B:e_%0[finB Q7Z6Sa!1€AssB*(8,tS&g>$DM_G w OO[}h4Z)FUuMK'IؓEcVYfzs$Bpӽ)AJ!ʔ[ 0р~zNxe^ p+/@3O+ePq eylR˷ C8GbMWy3܁X;M]{eԏ\@)^0N6hK6:@:juƧF0?U@a_276 XwxdR4'HLW/.3x4o2@Z1,~>1 0meR,GZ,efّA[ʷ'.|@ļrK,3܎ri1zў+4M ʍ0E%*~GA S "+3*02#gp۱8c%4nxZ)5& @@7rI=z,"MzS!Y_::ߨ e Jk F!U%T.Lj`Wce&o5M*-v z!v[9'G7>Dj[Ŀૼҫ 1_9)B4"vsdInb>[`00iUs3|&YY[T'YB*-7ǡ~э.Ndg*tcNݶqJxκWm,'$fmth?.qoPN18Bl!1#M]ԏLXseJ\;! S1 T6JsW*u2]Q)97ġcMFmi=ߺ*? DTLR_FG@PoD7mVvogS+N9Lr6V#=7si]u<E* =]/,b)Nne~K IKc`3Kv\OKeK}P6H(n?3h'2"#5zٝ}wi8Ǭ<:Is.WV;2wqB/+ TEw"ǂ irpMڝ[S-v3|^Nn1չ@ =YJVj-XHe66]/3:Q͑7Cm(,˜# >68_Фwezw꩏mRUfEs2B/Yv{H$n+n>B2>E ڽ\}j1{0:Da"mux4NVFI'E sNY`Cr|C3?eԻ9b=W2dpxWpwu,<`R =Z&SV+Mh }j#O*暿Ξ꒎]*SkNHiT969wNmnUD5h;CA[; aZQ5{Fx;+NbdASP6 ^z1$Z ͷę_Щ{#Cq#Bnnk[_p[Txg9/'vG#s oFn{git-T 龍Z-|0qhX&SZ@.ɛxz*M* ' {ȀQqrdRzfF)kX 1}Br")s"h @)HI‹^L{U&>z4*Sjy"7>#0,FlUp tHX UUv ~p|Ns'Pڧ[AkO LcIp}<6JՃ0~ؖfQnq{bSGNQch=\kZVdnk}J{y0O FLփf:{D3 wZ%GESHSԓ\{W 5wNz8җeqWan%*$wt9Q;j]P>Il/ XkFpD ֽJ_E8jQE^n/ 4V'\Q΀jg1CtҤzڕ"(jaU.x<%$> TɾiS6%Uw'rw4v4ˎ ʀ>YaDU%IHjLs7a6ҳ@-sԾ^i:cSD reNܻ2*XNs*,*,/$~umjʹ%K.vf+ʳ+IE.^)iϽY% X3ŧ^AׂRU,(H?o`˶d)ver3bs[-O2q[@b$J~lıp 5?vd-m1p6~R_)VKc*X+=,@^o 8t\r00eB[7jwHT禣2Yem$K\HTAs,W?yʧ 4y.4wWqbS-kw1h8[&a@u긪4>f0Yu JO%UobT4y~ <%aYAZX\V3rP%ZMV]Q-OfD- * EU(}s)6܆M><ʛXS/j' Flz7 ߁^Zq9{V+~I5l2`"G`5gu,F'ԛ89*~@:[0O)7r9xy˻bTK3fmgì:7(I6l {@D*0y"~vQ&u h@YKܪ?W jw4Q. x'TFjGLƚ^ eѧX0*>@]BSYc ߆h'2ApJσ& :40M_EP$2;iU&ivj3h8GQn:)k,fq#ba=Av/BΞ۬b0P?u?K֡A|y߬*4wki\g2J6+ /v3zalІcK0~QoDz7 q/(JXk*(7ȥ R:OlZڨfc7 l;A"iMmR*\?dO* wiq{+0(Zr?Z|ρbæ pHSNϊ$ s웁;Ϋ-{~݅:2+Z._|!pBpJd@B"A]{4;hc3 rEco!*Ul`(Tb&zǐzbQt 9&}JفMx[.5!ՃEVn0V5U:ΒD ]^?V9gT8b}pAK)N^8,"-`j6ܽ%L5k,xvQI63CMu &mJu|6Pw]q:ȣh:w9y݆e-yL']FӀ|dC_{2{,2oo4CJK4T2[b1z:c\ht\y%'5kÙg>eADfl dW+r,;Fwy5~GiaG7gz|78Ь {HR9t,c*K=Ϙvi )JwCSݖgF'W$~"CQ~dUjHnO-XHiר3?ׯ@P}(ڋ NjTކU}mjX sW\,S$ Ђy !ʆ;ZW4\5aVn~ޣUj' +v< $̓κdq)CDo@YEA+0.53Lk`~*yxV42dY])LYG6[JҠIɃ:`SF&VtPGMuŅ0LN6RXBB#$p6J#Rbc1Qv^Z5d, A+o.KT_H3.Ng8U[b2@"O;̿W#Iq$ذ=8kAù[m|0[Z%O&#Q̲[Ěu-1q%3%MHа--ب%a'EZS\}nWuQ9}g50$s\UP(ugcǍAi  [^j)LuocQ}G.T^ #d@#y!,e"!z< {k]*CjJ0srMQbHM .$C;e=(.!V]'Ob4N)ֱ.[!)uޙ}DEj!)Uԡ1$\ `m6- \QejzW=B;DirSK'e=5R 杼I/!/^SefCh` 2t֠axAuAPܜŵRPSA:5"dhOCg6vM0#kM<llOwYg?a>Kcr'೬CUL`s r -v{2ssE]dZߖRJv/Y0GW\PwyD@Y*՜RtFQ #%iVa!F3k8YmT=UM{;/hQC Q&W]]12KbZ8-E`ZTӸxq~-=*m0_N :Y{AhY23ǂ*Kgl ޙOJ.B'hU= n}xY͔'zO ,?>}2<cz-f5>N[Pb*{ŠL4$VһPZ7Œ:JaS"28mtN\ٰܲ 9N971ƛ?N]PM]?@*JE@ SI:'x'+ f}܇.|fgR'[ Ac١0廋a~3?%:nEzgP%A}s'zٗ9؛u8 k`R!7L rFA"6 O=z1+|'U21I/ t< Caj@9(4 !SjE8&}-gJsJ"n0WH^…SجXn?fWCw#g1$)e'X]rsy1*`{r\~_ vhI$F6F^΅Ǘ8=oΌ3I"1m*ɩl,6JUРSK M߿oM" нXpxʏd'Gߞlsެen&ZT؈ocp Ǹ<5zGJN*֙ÕKHǖ. )9Ur\FRxKBxBb('AlIRleG4R1=ja`9N qƖĮO4Z~B gHd+4m} /(g3Wg&D]'KjUshOy}$dpf&}4Q#`K=88,bK1F`pBȘ 5[< ׺WA՘?aGP5 ?oi>+3xIsֿ[ ?+$jڔIXhF8 aG}6֏r-p*oEAH ]|񨕪XMwև/$q9|If~nd3#LIJ%ķ^0OAS3ߵQyA3tg7Dl  r0-}˟f5ʼnTP' Ng9dЪF61P&lZQuڪZl)R}7j[+Rlӷis,_Bca1+N~.z͋P$^H#([\)3˥1ouJ,Wb\RhK1GI"s(M;`fزd[>H'dKc,O* 14Twpr@A'׊.X/]66y橄%5'՟-ڞМ.[#(FVFp46ތ oOҧ.65&'[ <]P9V4Lkf(Qb-q/f@^Q*72A6o`عشȅvLK,6R1tS v굖]KiYzg5" 6c &?QjXԼdS"oRYƳ8in_k]P83WE$c? 8Je6}a~qdk݌&CY eTA9by <*gFV[`xUYQp(9ݥ3cmk/Q(WOd5=z=͟3,F0|,j۲a;ނpV->}h ڳjmP0QLo*vxVln##Em{7i?Ɏv@Q} rNK&Sa$c4%pas-90-CQFJ7bbY%\f6_)̼(Z{u#2 K J9oYX%Ƚk*2[c+u 2XΔVL< 6}]QnJSKJb];so <Ԩ]%=QU&![sdnzs Ou{V"zk;<}q ^iϓȈSSt3vĎF# KcD.~_} R|R$7pSJ.j!:Ю!6Wl:eerÕ7RP*iP,,oHf ?\V\]κ:]"c|U # K+I׳}Dg<<"W²7dFppo|M2q,h[郛6:,KuFԘ": !.0BUm]x|e k}.N[&0xX.vp?K܁C\t蜱vއ\ݩ g|A9 ե7߂@o<~e<xV -G+IBEh[SnShG_7'Ep,by_̷6hԋS|O2h7'Px>?<%`M897?ͮ]ՠ m.F1 bPkܦnlGdnGsS߳.y*jYJ]ywD,!Dm#֗m?6 ,MLS3PUDֿBڈvqoppqTi Nj8xayƯ~J/YȵomB:Vr33k0i%]$ !SI uWB^7.YZ1J%1'[ER2ף\.T0`+m"f߸@dUJOnV&BqFHXlgwqild/D0dH/4=>M_hr#-ԭM VA 7O\m-C)7إ*фI8V1 OYWC3CE1}0 yW5rv陦s/h\)y <;(Ψ9k eJĆ$fxi93ΦUB"QWHo>OvCsR/vӪjlZ:,TpGNL p]>Oz:B&WWud}1$ 5*AyE;> ?3'{װ{$HnP;oزJ6 t/:,?YQ'56oax'R~K\Ka 5ة1]$3dܨ!-U@ETI㿄JK#̿[y*AJ͐cVk?.HEеo鏟}ZvTH>3ǡ_9E pk<ѷHGQmK 'igZgRXlV7(p'p˽H2(а6U\^Rc7a' -Of槖o>rі%g?f{ Zn:7?L1h2^M /pk{(Ҳ̳8hH͎ݮ^ud0 RP=%٥̯n8+#$HQ70oD<P1 C@*JZPnFE6)*K̿ }JOpik,r!}GiZ吅\GdDw ]+MuK8sÉ lL&89ODh6@S࿱pxGr%F(ڻzdv ~@,tϤȎiXD-zB@!h|ʴ:(d͕`cYO,/ ٥%=T <$}Fn 6gR( 65;&~VU o{ v12NN',\rdWqU/GQڊ"AjpY,ӻ^2)c9bɟ Ə4:]<"(=F: ln/;`H;$iNWr:EZ&iܭNB1>X&B3yW^xIv@ ͽzݢ#zV^=dhod(wsm]-L'ӀE5UF9C&t3*FyP9f]z8]YMe1%H:%ğ dm_w^[e="=^xJo/Xs-rcTLJ#D-Ը8m{] 2v /FZ,PL}r}8jjݫ EJ}h'dy9kֈ5cJ?,sA >:0G ZqVɑADǀG O.G8FK# >0O!RuX➐!GEEeUs9WGO3"n?npĠd(Ax`4z=u_iIfI()-f #]Qc/cB&2QkR3~}*E+dxac]ighh$gp1lw5(<(U4a{\7H@PΪeb`[w\ Jq(@7~OUT4t'rX ,nE5rfEkVpl RzQ% ˔4՜*;Qsty?=++vdaq  3TY iJHA][8:ԮB%cv^uНKNDb\ laH?>zi(Chsi|G# e6x%Ĥ<p0Nq@E"$0EO#*zyk@NMzvؿ14=~8?MBpQZ펔S7K͒-Ơ6y|OZ>A{UVEBm"g:WHYb/44A}g҄7zݎ@5mUvF>}izOcRġ?gz0ɫyʤ&}:ۮlh~p){pl&UF6kuF˦u96=D Ru_ذ(T „`ޢ>Ra"ud7d8#(NbEUV첹N%|3= 瑋սKor8#|+Rb,=Ѣŀy ^6}zMuEKQx{Z*/aϬ7ES.K)F;sDuҳŽW(@<GyISHBu88&)tMRr@<Ə)L4(Q]4âk^1{oQX`sw0J2 C6js46=[wc<8zyo8pzv[#n4|%|Ea%Ba )edg'sm,Ot G⑝67-i PEެYL2{_Xm>%DdyYK*Bvx j'orQS]W\ț &+=Ѧ ջ'V K)ӌxs7&u'#N3m{z("R8AmrmVd>x&[WHR!˾]BYYBlkh;?*Sܷzg*b@ @x,1":&\̻p6_9@ k o J?ryKCS~)6ΠEn'Gܿ ډ, {,h:P4x1Ss+tjݿ?nӓuي(bf^l[t5,&QD-wy~PSx"}TeQDcB Y)p !H0?UT6 ~(-4&K8oک!#?%޴ccl#߁]}cVD$BɵέGd˼1`f0 +#ӛh?k(1(hHM!V&qƁQ55ނEŜߗ$5X㩟N&n2R0J4EyBsm Z|16}d渾csq*D4& vt,)UpN"YRC'ܺh"D!n`}pȠm )}@zԔ @{ o4E XOAYۑn2p˯64&F##jrlmH@<@|l#v.Yqb2g%[3Xs8iJ}!qzs('ĩ@o"\K3~~ozה8u"W~AM 'Vnkhx曘3V|(una1GgZD,ro#xO190 7aY:F>AG՗I(=ǍzUnԫ*T>H*05c$C>kQrDxӓ+tkT [1>XWZVg^Dv2;arRIk#_i4)$xujfUCwCt|TYF)@QIt3q8/?vpe`g*ʶْ(bXbnxOvYMWtl܎!ƲPoṉDýSc(xKߜ# q*[E$޴IF>׿-.EQ?C&jtZ]-4 Gw=YCO\CDA΃ c7N db( V! wn^e8NJ㸭%E{%r9^]erVa .i&]2gTO+ݝ[:{aM&N7fBZ (`) vTc c<Y]).B`H\m_ Xؾi$2ZEv%FuFW@Yf4o|VaMx"X&0sqp ?iY5ש '!P=moIփk̑ndKE3-;C3Q3ΗI'#:EA ݞr DOnNID zC$i]Hgo2K LH0+M3Kۺ>闗gP-< cմu Iy5e]Ӧ+ܯs'҉#U<;Tﭸ`d0Bqp'.} ӗ&O YZ