libmariadbprivate-3.1.13-lp152.10.1<>,L`ϸ/=„858睲;wmXKc-倧lpa7<[`t ً' VAXt!=N#T=OM& JACR"X܆-.r[Q^G|GX(&Я%c|x{iZ;"-:{Ϫ=uT +>@F?Fd & ` +4F _p      8<(8 9x:G>C6@CEFCTGChHClICpXCtYC\C]C^CbCcDdE&eE+fE.lE0uE@vEDwExEyEzF,F<F@FFFClibmariadbprivate3.1.13lp152.10.1Additional internal libraries for the MariaDB C ConnectorMariaDB Connector is used to connect applications developed in C or C++ to MariaDB and MySQL databases. This package holds the runtime components with private API.`lamb55Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova Kristyna Streitova kstreitova@suse.comkstreitova@suse.comkstreitova@suse.commpluskal@suse.comadam.majer@suse.dempluskal@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.comkstreitova@suse.comjengelh@inai.deadam.majer@suse.deolaf@aepfle.dejengelh@inai.deadam.majer@suse.deadam.majer@suse.demrueckert@suse.de- drop absolute_path_fix.patch: obsolete after previous change (properly setting INSTALL_LAYOUT and libdir) [bsc#1187459]- set INSTALL_LAYOUT=RPM and adjust libdir, includedir, plugindir and pcdir values to fix mariadb_config output. Also fix the missing "%s" in private_library.patch so it shows the correct path for plugindir [bsc#1179921] [bsc#1183878]- Update to release 3.1.13 [bsc#1185870], [bsc#1185872], [bsc#1185868] * CONC-537: Only read from MYSQL_HOME if MARIADB_HOME was not set * CONC-548: Symbol conflict with libsodium * CONC-490: Handshake error when CLIENT_CONNECT_WITH_DB flag was set without specifying database * CONC-543: Hash functions conflict with GnuTLS * CONC-539: Added cipher suites ECDHE-RSA-AES128-SHA256 (0xC027) and ECDHE-RSA-AES256-SHA384 (0xC028) to the cipher map which maps cipher suite names to the corresponding algorithm ids (Windows Schannel) * CONC-535: Disabled checksum ignored in events (replication/ binlog API)- Update to release 3.1.12 [bsc#1182739]: * MDEV-24577: Fix warnings generated during compilation of plugin/auth_pam/testing/pam_mariadb_mtr.c on FreeBSD * CONC-521: Fixed warning on MacOS when including ucontext.h * CONC-518: Check if mysql->options.extension was allocated before checking async_context * CONC-517: C/C looks for plugins in wrong location on Windows- Update to release 3.1.11: [bsc#1177472] and [bsc#1178428] * CONC-513: MSAN use-of-uninitialized-value in strstr() * CONC-512: truncation check for float values fails on i386 due * to Intel FPU optimization bug in gcc * CONC-510: Fix crash when loading plugins in mysql_server_init() * CONC-508: Added support for passwords > 255 characters * CONC-507: Fixed race condition in ma_net_init * CONC-501: Added support for TLS v1.3 cipher suites * MDEV-21612: Removed unused command COM_MULTI - changes in release 3.1.10: * CONC-500: Fixed error when loading intermediate chained certificates * MDEV-18818: Fixed wrong zlib in mariadb_config when building inside server package * CONC-498: MYSQL_UNIX_ADDR and MYSQL_PORT are now defined * Added new build option WIITH_ICONV=ON/OFF. When set to OFF (default) API function mariadb_convert_string will always return -1 and sets errorcode to ENOTSUP. * mariadb_config now tries to determine the path of execution or uses MARIADB_CONFIG environment variable before falling back and using CMAKE_INSTALL_PREFIX for location of libraries and include files * added --variables option for mariadb_config. Supported values are pkgincludedir, pkglibdir and pkgplugindir. - add %{_includedir}/mariadb -> %{_includedir}/mysql symlink - absolute_path_fix.patch, private_library.patch: refreshed- Update to release 3.1.9 [bsc#1175596] * CONC-469: Use servers preferred authentication method unless another plugin was specified. * Added support for kFreeBSD builds * Fixed memory leak in GnuTLS if connection couldn't be established. - refresh private_library.patch- Update to release 3.1.8 [bsc#1171550] * CONC-304: Rename the static library to libmariadb.a and other libmariadb files in a consistent manner * CONC-441: Default user name for C/C is wrong if login user is different from effective user * CONC-449: Check $MARIADB_HOME/my.cnf in addition to $MYSQL_HOME/my.cnf * CONC-457: mysql_list_processes crashes in unpack_fields * CONC-458: mysql_get_timeout_value crashes when used improperly * CONC-464: Fix static build for auth_gssapi_client plugin * Fixes for the following security vulnerabilities: CVE-2020-13249 - refresh absolute_path_fix.patch and private_library.patch- Update to release 3.1.7 [bsc#1162388] * TLS/SSL: when the client doesn't procide a CA file and the option ssl_verify_server_cert was set, the peer cerificate will be validated against the system CA. - Update to release 3.1.6 * Fixed: ERROR 2026 (HY000): SSL connection error: Certificate signature check failed * Fixed: Provide error code and message for Schannel errors * Fixed SEC_E_INVALID_TOKEN when server sends large message during SSL handshake- New upstream version 3.1.5 [bsc#1156669] * MDEV-20469: Plugin dialog could not be loaded (wrong path) * ODBC-440: Fixed typo in sha256_password cmake configuration * CONC-418: For unknown/not handled schannel error codes FormatMessage function will be used instead of returning "Unknown error" message. * CONC-431: Use windows crypto libraries on Windows platforms * CONC-380: Fix CMake warnings * CONC-345: heap-use-after-free in client_mpvio_read_packet * CONC-423: Fix GnuTLS error with TLSv1.3 * CONC-424: Ignore SERVER_STATUS_CURSOR_EXISTS if client didn't open a cursor before * CONC-421: Fixed crash in GnuTLS when key and certificate are in the same file * CONC-429: Don't allow invalid characters in plugin names * MDEV-19807: Fixed Location of PLUGINDIR if Connector/C is a subproject - refresh absolute_path_fix.patch, private_library.patch and mariadb-connector-c-2.3.1_unresolved_symbols.patch- New upstream version 3.1.2 [bsc#1136035] * CONC-383: client plugins can't be loaded due to missing prefix * Fixed version setting in GnuTLS by moving "NORMAL" at the end of priority string * CONC-386: Added support for pem files which contain certificate and private key. * Replication/Binlog API: The main mechanism used in replication is the binary log. * CONC-395: Dashes and underscores are not interchangeable in options in my.cnf * CONC-384: Incorrect packet when a connection attribute name or value is equal to or greater than 251 * CONC-388: field->def_length is always set to 0 * Getter should get and the setter should set CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS * Disable LOAD DATA LOCAL INFILE suport by default and auto-enable it for the duration of one query, if the query string starts with the word "load". In all other cases the application should enable LOAD DATA LOCAL INFILE support explicitly. * Changed return code for mysql_optionv/mysql_get_optionv to 1 (was -1) and added CR_NOT_IMPLEMENTED error message if a option is unknown or not supported. * mingw fix: use lowercase names for include files * CONC-375: Fixed handshake errors when mixing TLSv1.3 cipher suites with cipher suites from other TLS protocols * CONC-312: Added new caching_sha2_password authentication plugin for authentication with MySQL 8.0 - refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch and private_library.patch - pack caching_sha2_password.so and client_ed25519.so - use DINSTALL_PCDIR for libmariadb.pc [bsc#1126088]- move libmariadb.pc from /usr/lib/pkgconfig to /usr/lib64/pkgconfig [bsc#1126088]- New upstream version 3.0.7 [bsc#1116686] - 3.0.7 * Build fixes when building with ASAN/TSAN * CONC-370: Fixed memory leak in configuration file parsing. * CONC-371: Incorrect fractional part conversion when converting datetime string to MYSQL_TIME * CONC-283: Fixed pkg-config configuration * CONC-364: Not all sockets created in pvio_socket_connect function are closed * multiple fixes in named pipe implementation * CONC-349: Added new parameter STMT_ATTR_STATE to retrieve statement status via api function mysql_stmt_attr_get - 3.0.6 * MDEV-15263: FIx IS_NUM() macro * CONC-297: local infile parameter must be unsigned int instead of my_bool * CONC-329: change return value of internal socket functions from my_bool to int * CONC-332: my_auth doesn't read/update server ok packet * CONC-344: reset internal row counter * CONC-345: invalid heap use after free * CONC-346: Remove old cmake policies * fixed crash in mysql_select_db if NULL parameter was provided - 3.0.5 * CONC-336: Allow multiple initialization of client library * Fixed string to MYSQL_TIME conversion (prepared statements) * CONC-334: Copy all members of MYSQL_FIELD to internal statement structure * Fixed double free in dynamic column library * Added checks for corrupted packets in protocol * MDEV-15450: Added default connection attribute _server_host * CONC-326: fixed wrong openssl thread id callback - 3.0.4 * Added option MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS for mysql_options()/mysql_optionsv(): * New plugin configuration interface: The default configuration for a specific plugin can be specified via cmake parameter - DCLIENT_PLUGIN_${PLUGIN}=[DYNAMIC|STATIC|OFF]. * Added support for linux abstract socket (MDEV-15655). * CONC-320: Added asynchronous/non-blocking support for OpenSSL and GnuTLS * CONC-294: Access violation in mysql_close when using a connection plugin. * MDEV-14977: If built dynamically the old_password plugin could not be located due to wrong filename (must be mysql_old_password.so instead of old_password.so). * CONC-315: If no default client character set was specified, the utf8 character set will be used by default (instead of setting the client character set to server character set) * CONC-317: Parsing of configuration file fails if key/value pairs contain white spaces. * CONC-322: Correct handling of EAGAIN and EINPROGRESS in internal_connect (socket) for non windows platforms. * CONC-323: mariadb_stmt_execute_direct hangs forever if compression used. * CONC-324: Wrong codepage numbers for some collations. * CONC-326: ssl_thread_init() uses wrong openssl threadid callback - refresh the following patches: * mariadb-connector-c-2.3.1_unresolved_symbols.patch * absolute_path_fix.patch * private_library.patch - pack libmariadb.pc - drop libmysqlclient_r Provides from the -devel package. (bsc#1097938)- New upstream version 3.0.3 * Added support for new utf8mb4 character sets * MDEV-9059: Bundle first command with authentication packet * Build: support static OpenSSL on Windows * MDEV-14101: Add support for tls-version, via mysql_options(mysql, MARIADB_OPT_TLS_VERSION, value), where value must be "TLSv1.1", "TLSv1.2" or "TLSv1.3". * CONC-275: New indicator type STMT_INDICATOR_IGNORE_ROW for skipping particular parameter set in bulk operation (prepared statements). * MDEV-10361: Don't try to reconnect twice if mysql_ping failed. * Build fix for TSAN build with Clang * CONC-302: Fix output of mariadb_config * CONC-301: In case of a truncation the statement status was not updated correctly and further calls to mysql_stmt_fetch_column failed * MDEV-14647: Fixed crash when client receives extended ok packet with SESSION_TRACK_STATE_CHANGE information flag * CONC-297: setting MYSQL_OPT_LOCAL_INFILE failed on big endian systems. * MDEV-14514: mariadb_config returned wrong exit code when specifying an invalid option * MDEV-11546: Fixed timeout problem in Schannel * CONC-277: Allow reinitialization of the library if mysql_server_end() was called. * CONC-292: Fixed malloc result check in dynamic columns * MDEV-14165: The metadata length value for a column with a zerofill flag was calculated with a fixed length instead of using the reported length. * CONC-286: Force TLS/SSL usage if fingerprint parameters were specified. * CONC-282: Connector/C now provides additional information for package version * mariadb_config --cc_version lists the package version * Beside MARIADB_PACKAGE_VERSION numeric representation MARIADB_PACKAGE_VERSION_ID can be used now within preprocessor directives. * MDEV-13959: Fixed duplicate if condition in dynamic columns * Added MARIADB_BASE_VERSION definition in mariadb_version.h to distnguish MARIADB from MySQL * CONC-271: installation layout fix for RPM - refresh the following patches: * absolute_path_fix.patch * private_library.patch - drop 0334aa48.patch that is no longer needed - use %license instead of %doc [bsc#1082318]- Use more cmake macros - Run spec-cleaner- 0334aa48.patch: Backported implementation and testcase for skipping particular paramset in bulk operation/. This is needed to get current stable MariaDB connector/ODBC actually compilable.- Install missing header (bsc#1067904)- mariadb-connector-c is now a provider of the libmariadb library for mariadb and others - add compatibility symlinks - change LIBDIR, INCLUDEDIR and PLUGINDIR paths to be the same as it was in the mariadb package (compatibility reasons) - add baselibs.conf - add %{mariadb_version} macro that should correspond with the current version of the mariadb package - refresh absolute_path_fix.patch and private_library.patch- move libraries to %{_libdir}/mariadb/ to avoid a conflict- add README and COPYING.LIB to %doc- New upstream version 3.0.2 * Array support for prepared statements (bulk operations) * TLS/SSL support for GnuTLS, Windows SChannel and LibreSSL * Support for passphrase protected keys * SHA256 authentication plugin - refreshed * mariadb-connector-c-2.3.1_unresolved_symbols.patch * absolute_path_fix.patch * private_library.patch - change sover from 2 to 3 - tweak build options * DMYSQL_UNIX_ADDR is now DMARIADB_UNIX_ADDR * DPLUGIN_INSTALL_DIR is now DINSTALL_PLUGINDIR * add DINSTALL_LIBDIR, WITH_MYSQLCOMPAT and DWITH_SSL - now we build also the following plugins: * auth_gssapi_client.so * remote_io.so * sha256_password.so - move libmysqlclient* libraries to %{_libdir}- Fix RPM groups once more.- New upstream version 2.3.3: * Fixed build for big-endian platforms. Obsoletes bigendian_type_fixes.patch * Changed parameter type for parameter reconnect in mysql_optionsv from uint to my_bool - absolute_path_fix.patch: refreshed- Remove unused gnutls from buildrequires- Update descriptions and RPM groups- Set proper MySQL socket path for localhost connections- Update to version 2.3.2 * Plugin API interface change: Changed the interface of authentication plugins, allowing plugins from C/C 3.0 (like GSSAPI/Kerberos plugin) * CONC-205: Any field going after a TEXT field in the selecion list is fetched incorrectly (prepared statements) * CONC-198: Can't use more than one statement per connection * CONC-223: Add client support for missing collations * MDEV-10894: big endian conversion * fixed packet_length in dialog plugin * fixed include of my_stmt.h * fixed wrong behavior of read_timeout * fixed timeout for non-blocking operations * fixed output for plugindir in mariadb_config * removed extra check for non binary result types in fetch_bin (prepared statements) - mariadb.keyring: add MariaDB Enterprise signing key - bigendian_type_fixes.patch: fix build failure on Big endien - absolute_path_fix.patch: * remove ugly paths in mariadb_config * list correct include paths - private_library.patch: shared library with exported private symbols in place of a static library - mariadb-connector-c-2.3.1_unresolved_symbols.patch: add missing library to link requirements.- initial package/sbin/ldconfig/sbin/ldconfiglamb55 16255879193.1.13-lp152.10.13.1.13-lp152.10.1libmariadbprivate.so/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:16666/openSUSE_Leap_15.2_Update/476c2641b1ff10a48467226df3b2773c-mariadb-connector-c.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=9d3dd387fd2e4791744ab9c21616f97311b33664, strippedPR R RRRRRRR RRRRR RRR R! A 9?|utf-843104db755846829543092602dd8acd5f25d026eb5a0964ce0e668f98e548152?7zXZ !t/DG]"k%_$t@1,LtJ\]0~Ʉpe8g,M5)0:*h=a| 58H Kdwkӌ'XDž&Z`o.5D8ᩋm?ut1VI>[`[%9Fv5G9KG(vڪ\0Lj18b;.B˷ ,7^c:.- `M^,ݷo#赓5$-]0Yj*u9nɹLtfħi_{IEZBPj eJjSC׀}&E:>^w!䧐9-~0La--:wx>UOʓ9^ide^9O!ɋEL9%x opLw6plBZw(eqS>54dn=Fg9GyX~^4ags8E F8SnQFlԲd ݓO;!3uMvkU@ַ6=Fm0@WV xTBˑS«("'\mG~|g3iywBf-I麈97ә$h!Nqepb*,+B`Ó^ qm/Q26rBx"뫵QO qR@2VM?';ߴ.Xv;GAf5Au *9䂧N^T:L/1Oh ^p-h0fo ɟj<+.%-R秈]!20pv\̴زg7brYXʞGAɭ&R}^ AsONdDU DN$s}^Zߊi&: ^v0#lbb7t1M5er8ծxk޺m|`HF-h|2uՈ)8.NRKj&C2ĽPX{^܏]F;C$CS%7hiDYw_(c^awhi૵bbBTO u5Wvah'4e߂1#33{K9 ~3&!WPAAҝSr_Xf8!vP]]QI4,>h͢j*o7'uoI y%k(&P@"ؘME.I(11Xm7+ T 8w}"+\35ܭIYezP]&Y@gM9%,>Ӌ52w`g".0C~ol ]cmaRֲˌf4T맟#ʛ!N׌Y; j{ׂMjq߁IJC%!&%u1P\;Bח]m IaØk,n/#N("'1;؊_iE u@K*s8G9V]4Q[ٞf<3d%TwЖ`Z[RL lz5׌Uc֟]\UimEŸH5{ OgM"D.0hs"Fu^hUFNhlzC'RI-RPX/ef|#ʓdXm,|͐m]Ӝ&*o3d1;xaۏY镫cT<+V? m>g  б vӤ0n,b7>5\w}HbЩ¤hm/C2>]4/$6U9̤ FnZw:Hq1ۋ|e<k(N݈\җ?*< 5nf5 o)"wbЊR4c+%La,s  cd% q{(_ߔDYmb0s"PB5Wieo\ j;諸}cx&u~Pe+T%y8y%)_B.3]EOď(%xoQ M,.،k^Rޘեnfdܞ ,,~r=))=PDh?rws'\a.z|ͺǙ虵CnCvpӇ9$Sr֕ jf*Df?@K&udZū/?dY񊨗hFyLOmJyaǦQpsY] VoVrՅ,qϐ~n4$u1~m"[[lUm 4& |]Zn 7m:ڟW@6_'<Љ(յȤqra^Zm;M'C;w4[zAћLÿ\OISc- Uh5G|S3叒kW2dĹiJ19Rҵ-½@ !l߫qU ;C\ƚhm@1hȩs qbZm5Q% \\X(x!UDvTbL|dL4IG4nwn[Lu WԉZ {=/}t|gșF"dmw}S|Gz>E>v1Sw=9؝{ɗ#9%8WKWߡ 4*|AoJ@v}!":uR=?<zKfV͑Pe75&(HMAOKM~{=%ET4&Ȃy;vz(%#Ȇ mZ50bCI" p # }KP|}FK b5 ةͱ\WQSЂ8תguƖ Q/@'|7Rr߶mm]42K'n7|cud+Y),? ,>iJA A?aDM`D$zVo%FkNI}\q{nJ&Jf` /EDnIā/]+-<=ҬsHNzx"w&XIMQP00ўdvD(<{`vw8Fv5Jp}%>b"no*iAؽrPޮTx*~<9!@Y)w; GJH @]c7>V_Ȉ MԌSh[5&i/Bl˽ >c%"3y2.7l*uvhKD~cv{o- m;+XXQX`˱xslD&ړZ-эs&~V>7*S C+?*Mzy{~!B獑R,t\=Hxū9sжf e;^<"w_'Է#IfY ?#,_$-R2m )1KP5d;_و[sD "0LW3[ؽ1P=TNhy5~(D|2qbc mqitQcHZ.}9bO}~E-;|ˊqԥ4{j۱L2S?4O6pҤ#«՞/ȰΜw[$7-S8ZŽzo0p8rE#tX3o1MS3t*]T L%uUP$M^ u>Q<8p:OEˌds Ș W EQ uQ np @awГSa|h/HeI_uqI?k(d[>XHOu7㴋bJрh),ϕ {ms3Ҩ htTM!)1їX1ւ\qTRiKφ/,MI ܾ)d6 tSW$a3ǃm_jǯW:)&J[~Sz-!U%d@_{yh0Q^߶q&|t>5}Z^Nur8Uf3 .9@}o57Z<Iʒ'BG_6CupEZ=vI@VavS>EQk:۫GK 3*/<`xFRqT){̉8$K~񕲛 Mo4->SxlDN=HۿeF?c\; jCC@.w, .yG78 R"'] :ό '>CSNS]¯e}j[<0UW g`!l ĻҪ2D]`'`k#il fhQCӹ/~]i>¶Ԯu_m/)6wj/b <_na"m&~DL2U 9t'nb~~?Q'~#[)hʚj҈蹗ca7Ϲ:(-VpqB321g8r_VQn o=T> }4u7EYdXj;$=& qWq5vK.4^ʣK0:v{ Iyf_u{o@hYc[L]HjKQwaJ|>9vXl-Fs&囐˂'T>l+XTakG#xdɂw8 GeNRwr}S05?^Ÿl:7L*Y+ѫ[V8 |j\irFUw*0[(u wޠs>} HW({)m,;#Ϡ>g|YW@pAt}b U(zeSqf$y<~ :p$a4Z2"R] &p8FE/y[[[^G[摗I|)f0(;J'7HMC,H{>"pf" ͏@:….eZ0>Eh8ȵ~Vp77ρJ]H 6]7+5X>p6"EQ<,&L00*2> (j޽J`u< =2=s}4( vbdmc|p7gP?+v'>&_TF jŹUC_5b欇%A:͔nۏoˤG6y8Nƶ(-;jÆ޺5O@d"ݜ5`kn˘41hCCe+pup2&+ZŜc@@#GP08D ASg _%1%C-[…[o7|sX>Jz|(_]}Ycg:$w鐮qQ`#"gFa=ޑ#3FIʋ/4ˆYMh¸k"RIN`zS2$cgߘpV*.4`|V!H@l2:L-Fp&v{:vG IL17;άXMs0W@[7'-u/GC05ꀜ}6n/p 3Tcմ@y~K݌Z'G3-EIzcܜll'*Gŋz N?/ZNa|$eAMZ.kՒR:pgKJ]GfݹjFftj9:wCP2}ÃOtO+3Ϳ` PAp,wYz!U赜'6a&6`F,`="*TZdrXON ԅ1~MޘVjf< V H, $6DH+hzN; Yf0ɢ»ߕLZ `͐@ߐ6^Ok#KoKFͺ LGeD͕u69TW*Nb"1{Xciʼ$Q!#7 >8)xHwbFh%A"boI}H`J1~] b7s,{u@%n4/'@@͙^[XLt=/eJU׌hR<}F*FyD^#sVg ~'q2*˔7Q4d;%$^k68:#PqOTWeT5Ϲ+n2|*sb2X:|QgUExvKƪ?~{ MdBtOhTĎ0Gܦi 'S´LFOAuuгq1ذ8sKB@+HGlMAkBT?jQ>Q`M޸Bv= L_aYC%9KDxjBp-t$JcBai*8,Կ7]_2rZ(&ÅOΦB;ϋ~lV#k  P% 4.B{Vq8hj?" *7I<=q4t Q!u dfƜ'_SPENewJ3Eja ὎tĪ o cyx}(F b&u2}S2x~(.%~C[f0.;te;6$ JN+/ Dn׵Vܘq[b<;Ɇ_Gqh Ҳ|.A EM%@#8byFЊqP 705DdjnTk,PC do4jN\_nV3W)}4]X7!bFv_-r:~+#i6`NI)@|U:?B͊ـaեXd}?2Ӵv9+Њ<@?KH&HVkww1!T`\$^u(hA]'{1Ig|LvqR]Sasd@(WY0@ik"s,jt3i0PȜK*1W/DKp:/5do5=B# F!a[?_Ij s0൙W tՊ[ ZҺI* PYk1"-wf NUI0Cni-'10] E8\V,Z_:t&I12Q40Is:#\u1е'gynsk!|;X:OúHOUEL@v ӫXfH֛v0i%ZrzI-2 0q3 {?S?;3 pH'a#M)2PK!sC#5l;kuG< Hu λ[6ŒX`99^L R@ xCgTqgm{6@Ӏo;}; Bf ީPb3LP/Dy4 ¡ls<iJy}m8} kbhnCaz4M/G=a?.aEpk cݪPdݱe~?kBWbc2X {:ϓ>8\,*rw? ٵnm!H{t=A|"]Kf# \JVՅ>68(!v-TqN/͹XwQ7b ,Z/ ZF F)jܧ`80(芿D^{F`.gp:|AC-6G7n 2` gkr '3ֆF1Ǡxr<ǃсHH6hpM>̊\yYx%[!Md5pc%m 1,̂@Qhb4 nSJkp1϶ 77 5b :j85XxKTwL"{~Q6 :K_n>diBcRGm}HGWK&ԉ;dlѺv4K,;VO'U(yA:=$ Tеxo@+&\I IbsS.flqǹ?NȢl`I_S&֣ ~pl)MͫOƠj h{lh5(R wTB'dg뜮dnփn?AwF72dt8.itvD3oR+reD`G "^R)L@C R KS7n =o]Ibz>aBhɨ8og +dګiDL#M}#c~м!4},$Y6&H$0ӭ)צە vNl)QSJɺpD99rvD5pFϗ(Zf㸥V%kw ,<6O K$~#ZV0GI~gc8 F3-z[̛YL\Xlu8}ᜮUo/^WSD}I;t8 NKx$|$987ήhԋ 13YV#}^W]_va:&Ӭ#ޒo o.J:c`NAmwH%ȾFoN*S̾a q=p"w}%CŸ1k|"y|bGdPz`6.ɆyjjtBeҘ:U`س60\4Nʒg0*0q/n"]6YL)Iȵ'Ŷ'uLa9Ka* lPد(,B2}B7o؍Ϫҧ*P01/` zUEIZO-[QR<(wߦe͸kNL.M̖a*^*x-`^aL8/_P(yKÎ*9V-F<]6,"09:E1QM@ÍV#uZeqY+/a7sOs} ܎~>h*UV?v$(Rޟoe#Ezv7F|5(6: JC[懞Aסt_o]CDξa2^.znb1Gn&SZ/5D#$Ƒh=lAQ`\bq<{}9O?.'є e(=0DKl N1}p `p,:OZ cbaξ_bf3sEHf9qKJNt9JmŗKj$IGܭQlYdƚ^D ~eFCЦ2Kf;A=85\@%Z-+wy{H"XK@6Q ^/Į!=Hs*c*Ft Q?.h&vf ajF4U1m,6K<(/ʭXƴL,)6ǥzwU:µ6sg&к.@ZĦ@q;.z: 3Èo2ϳ Iδ~#$|CX?A~A<q׃-G?8[.ͼCmG‰߭R#Vى&G/.$TH=߅A"uS2?z6Ǫj')ӆ?Ug^d>ºPddTs x0zj^A+rM\T:HBdsS˜>J||ֵIJrJisP|MGܧ1 'Foz |+Z:` q(U=ec P}} } }jQãi)c*JK$K<4u"xu3ZŭE)0rE=tN L,8^'24 i*!FW~NJk&Qs55q~З*hs) 1/;a>2lƴ^yZՍR?:VvpXa<> }|&Hs})NJF v\Dv8b_U`aTUͳ: 0_W2ޒCȮpӉ@`tܜQYX][L*ɅR& |bG 3Z>ooщXⰪ,$# Kc$z0\2ZXxijfb:=( >Rnjt@E+vBы]Bb?6PFJu/5 N?(Qkt0n5:`OeiwCF~&m3ÖaTsy^UYzpi ۚQ֎rq$ .z:h$p~[6b!̴[EmXp̪i"Op#t,b<-&/ '4B/7x' _SS׭tr0}QK{|ct0ɮPGtcG]9I70!~Amm.\{GEqx_rx{d$Y>rgQq+xzfr}7FD:F"bM+rZÇ[igz&@;ŋ>Z]r+/?JX0ghb QK.͸~9%+xZSQa8dihӕ! +Q egV.|KJsڎiao|2+E,慰b^{*~š.@%ZW }_-i?kˈbR54.ۦp/XčD Ǖ 8-//['QC4O᝗eb<5㧽Tz Zw8/}# 6(N5Y2ՋmXZ5gZjP v="He7O}-+"qGPuբllyU0UE\ AhR-7#y3˧|L`_LEjImUFNx99 %d'p'AL,ݑ،ChE5T;r ]Bх`a'ut1&F(jtg(PwٯR8T׫w~e{ B$Ӱp5Źw7E'|Bʜ7\pKq鸕p>NgpoK@11c/ԭ_+RIK,l)w2br$.q&b ̼ϐ;mev@"Y`8LFO4O2FԱ&6[6*ȝA3 i5_1L!UؓD]Ydua& /!F'3gJ{lꝧO.} .7t9SPrlcTƉшfQ?ڀ\dLpm+Vjs. YD!I<f酡06[Ua<$Ls`AbǸ~?ZD*(A9enZwG=@9%#ľ3"q}4kGMX55Bcv({Q+B4R 엾Uų>͒avPM_kSg="n|V66pCx *LY)l,btjUªC['vJ h dh]ҽ{zWIO-x3\/xlǽ́b6֣<'Ap.j:⧬5 še˒} ]ٱٲj+#:|YUz_j+ P!Eyq (=r!D M41X#1MEն)]_ki H%PPpAvZ!!=raduH_>,rX)w."y}'wn&Cx<#Fݹo&Kte#h.WяGoЖl]+%]@{+J |+ 7Yc:Z\36tjٿ:vfAg͔ud% ~s+2mj1?7ס]oDg *\f^6cC W䖻icm&WËE瘢97z#u4E=ntC+[J/t036bbe*0),\HŗUb#XBKͬ{L+" d qmlC#EvBѺ=3HOҺ͟DI=Me$2KSAIIc =|/!ЗtGb_C*1x (gd4D͡%A a 3ӯ& J#CTI Osxe|01?=Ei n)jJTǙa)ƣKYsbS=IPԧ+jM<T_8 j-tZODQt^3'89O!#R^6ZLպΕs:k+؝U=-Z@fӏP@w@6y=",n*մ!ȞʔG1SKf6EK/i͇ -V"U4g"JdP_pmg2<2:ike>geT3<ĮZeA}O}NCL՚Pg.MP81v(q<w7 g(n[ٔGS]Qb (Vhy˽<0YS-#3SDl1C-UOv7{9_q=O袁ut> O6!pp[AZ+w p&}:k"rvYU]jE d:"׾ 9{kztc[i7neę um>ױ`J0J" ۡILqڅC3 L`2]cLkꚓ8aG"汁CNMmθ@;P'5?"&SJ Qfק M Y5v^Qf xI!|;ޒhnJE^M`x~}R˫1'Ъ'h&f|*m:m[HX\}k.'B[}vV֓d,OMΒlZK1ƗRg=G*weqC(]cjNwQ-C1)ƺie7fe}t^{]-,f %h~ADE/d8ܨ &>K7z8 ,6ѝ86/TXiOQnR 'tdu:.az6ϋKCH 0\ {Tc7m=Q,gX}1ʤr8,{.N*!Qq.u_NAK8@W4ۦSŋ~ Pw0jr7BP#q{6]^k:ke%⩖+/ /+BfJLҾ(}'C D`neӭ 0m Au_̃Q#jdG "F>M9Z"VzμDA}ơg$Htjzfu ,8n! Kq?2-GehZ2rxlg_+V eW4Ae^/ 6Tإ-Y0`Q -l@sTH-#_U(x*ѿfg@;paT.&XlurA}Vy ȮIX΂^0\F<2ۼr 8IW R {R.'@-%*Q/+o)~@ wGEi{f?| 'Nd QSs&0X'*9oko&>(Ĉ8}ۻ$ 8ֶ+nJ \P͝)@ZXk>5F]H"C(zr_$oK d& &%Q4|''G=+*Ȳ¦iP/7 O|)Ab)DaR} 7kDscpFީISPVxm|U4u..|kM?|(mC `b8~ &[geU1Hٰ^bƿ\ӗZb?~ OOV*քYziqwĈ G96gnvr"KJ>J{S)VMVll1$J1ƝnM JSQq@OQ`vs2QwF,*M"AdCx|&z&A6-sfDgZ_4bXG>ŰuhA{l۩4]iW*!'b= eoZxj8zvddag=GPq&= 7{є&[f~~`|^]XA?NuTL7.'׆Eq8l*bIw 㻷-?;hG^3OҾɄltNM`>~gyf2# i (XPS=;#\Orq[4ǣɽ=i&=֧>o[HX{Yh$UO Kq4kae>yĖ,Q95l܀Y /Ot8 eV Lt*S-kLwR{îs IzJP'l8.9;x6 8cs%= [3kjF=Z6dCF'uo'ҁ04Hʯ-~U^5Yl`jV>k!>P*`cL|M/ F=F,gߏ m}~ l@g/*ܭEBذ^rp#Lj^i9b?[ K>YtGj'9WI_b։ DC?|j2cgr쌭<}B"B|I;#&@A_I2$dFsEUx ^Ϥ;U=uqիZ!&L Uʌ[p}YT9!nK<*a|56R]5]ea wI0n4PYF]s1z$JCγ"$Du8R]emC~ϋa. hЄ}  Q%Gq Glmc9'R+>@-3jPhZv i ! Qv So.)IX(i!8QsH)껇&dk`AG+RHȂa2 TtĐ U4={ pҜ+\BkRYqte7y +"`|2O؆8Usvn_k(SK\ͤE8~~ <ӄ`#ƧqMtOc |AA) :0~(QmB!CjKL6cƸh~*%-(4;&Hͱ`u95Am뇎Mgeu]d&8DȏQ~wTAԄS{4PT"n~\ˌR|.\•M%pm೎Fz:.@w 94/2=TN(1_wn=,30F$7D^Npn/Bc 6B՜fc,E1R*)%z*q dsƃ3@@6"KD&uJ7Y Ǎl_<@PMx!4`>f`iH\qbyG?n$zGq4*YJ0tc14mH/\B s_*zՂc/rcy`x bk*+3>C-?k,}p|Acc[*e*kB#|\tЌq_ r!;9 '|SH8:΂GF4{`4j&ſUsީ]BRׅO[;f X#<-͉.WrgyO/3fr5 ) 8ъ~/4Ix'8>uUYKB 8ыS2PI:si S͐邡9 !m&4n\*A0&1!T7q imdg\$dِ\z2}q \c7q A[e^R#F!`~';<]G1D~֙# 3e/rf3uUZ3Vi|neKm,O*TP_L@0TͮBO?ğ!8R 'IQud5.(%%Щ89Gu x~5xT;GZ)qW;f]`Z{IhEʀ +&== 90HRi ULV==#k9Fڒg5VljzU 9VF|ĴJf4B"~HPޡf9^]bOt),]~u+Jq{@:|YT.s +4gz}U⊟\;K"C[\YEP )>i0T!t+pT depmW BR)8[$ݾB炳ƭ!K`7$A0U`YB9yVlL~9ރk]~FkgPjJIQKkYE0{5Qk`J@ LMDh%<@OBP՝:⁼aVR}R)<37fT銟i^ϷgX@Dzָŏ57 8{^?0}n=lXAM(E{ιҹj(pcbR bhӛ*CdDOEc0B01tD9Z𺨽>ܱ#yB!gwhr5 nJ>u2Sː&;!JbO1 V%m\ L.޾)HZfuaf@g d@,JO_Xg9YH$$#qh=_B|Q!hA}yZ?ȸ"&[vqATIY!=K:dk2A߈#4}YsSr&,O_> A,/~ M Z"AYV:E7ZJnfxPbxN?XYx$j`wkDNyaƇgc2T"C2|W\K=#V@c9/,zBL( E(+pO/ 's(e>\mӧe1 ? [ZyswY%6F-C8m 1¿#MP-32ҩEx:h?H/O໯ZnoB ;5O>x6.-c;08L' RQ %smv\q./ %}_>r(M7/%2ڟPRyrӓsIӨt% 2 89V"E:uMd!՘]uQ6zpjo=Ӈռ_qD7zsx;"LS ᜭ C7Q ܭZTvݺ#Wyp)r%:7]R\׾ZYeF\#e時ƶb'3QT$L}dM4fϿN7gԃS,dgc3^gs"4B3,1 16C9Miw(A=y~dA5T3\b d7miA܋O J ݷ>tCQp؁zba e入GfD+N npVh2OrQ9Jδ`, @m{rH #Om^;~ cS36F('CU{w{YLs(X#w0s{ȁХ&ԁ3RXV-ՂWkhqv eB/Ll*Ƭ#ꌑ+8XC_P܁HG̊c8L -=e~ %K2+#uF* OZ?B1DwAIMy@)`a%%+OO=q55@0,7\ Tk j̮?}:N"[u¨'d+$tϭWFS' O0tj 21m^! bqn-}fP ʛAaՇ:Cx2OsG\ rh2kk]fݛD٥͒g_k}LP@TҘLOɗ\h0D VD\ϻp}/ r.%.<.ZV-q'W˿}}kj#rU cӓ-fY\1(i5,?N#C2.zulhY`z@MHE$I6bQtbu~*Mᬝ/pՅ=hg#o։Kzd>ѓցV >GX=xjڻz=mw UFQwEKA[uSN-$f$lIӬd\H uV){z.i2> J؎-|s\%"M^&}=&Y? 5 dҿBD\ݪG =Xc@D $w❆K_?Ԕ 5`؏ߨ?JV%dz%8.aSuLc4.Uyqd&>;,r E0}~)Y'/À8/Y~dѨdK- `V~NfD \-gL @jGZIp26w, ɵWӳY'Ov"s41QWr$b*TkFtS{VW1 CoVe|Em 2ot4MgyeZq/Po&MuP>$J$9Yُw;ARtYTJ/la^QH< 8 {2R{ ŋgr\1 }:a  _s}G~}.3Җłd|rf;?W`{@Sb`n\sض4nøxv"v?>K;z kP/ -e>$_ P'-:>GM_ib"f`;g8썢F΁2孔?(%hoZs(cgrscAl@ՙpJwLbl %O=32ǚЀi+GՖrhZg03g/mu2`9z0M(.U>(*J PoDF~_6 (6_Y6 9=\ҝvO`wQy—1C4 AX^N+@ A觚|go?rB҅-1 9PAtq*Ys"̙.z]m_|T̺60\cfZfQXk/}5o \]ֵnu@dFsC"()"e BGr SfDkX%gi &Yf`VY;җvRW2ڟOQ/4 Ds Hl~AM99 E׷ | 6,jՀᑧ\7ȧ"gꩂ$J |B33k_ۊ2W&% uM|滳26;G}Ȅ bx%aXӴU`G~B;JA)?bNq, Ӑ:&Ib8+91y sU׽ di:PŶ&KMOCH{l6S `xb-ЧT#[ZC dvPbžr :F=u?iGsG9-~IY `@X2Pvc@qu 쬁czG׮ k )\͊k!)SbOYSQNxQWl q/3+%j}# Luw}:(q e#)Q׏-(bnj7)9/h~ ЙRyi:a`/ Si?IqzDcmo3't~Ty83G W>o*fYS*ʚ5ޛXֈMM:s12USQsrԅϜufЙϪB_Vb yB>(_YELZx& TneW+ qYKǢPμE{ @L- c{>Ӿ/ljNhBS̛S呠=Mck 8uc>TqeĤڙIԓ xjN Q5ǑU U{6w >l KlJ ;&q9 5&0@Pէj Qwd !2ŘM _ZBA|}Ozϗ%({χvRqIm60)=X>:; XXӂ^\ds{JzB4gˣ419gou}Eb$ꃩM9j$ӅUgvEp)tD-n ìvh(R&2M&;Zg3i4cޫw+rEu' \Wѣ3Ј{ kuR/NTQ(wG!fX_;9FX#0}dt_JSsMV_[1-?[xy 2o&EzGuuꗟɑ~~|NǦ'*|Ҏ!gd"@ 4 BNNf4zJ 76)kC Ϟ7 u>kW!f,ifL<7Hf;':7b_'l)Րj0Jg5N߰=ۂq*JJX)Gbb :^́;64"D /hS>b?9혧w(k5:9{F[Iz4 ScͶdZWV1Y~+~HobrXZHڴ֡XpssۥHX/D$9e9b +$Z#㢇:MUÀ.$fTKa^6αt~6.aaú*&bv3.:u |,֎4,{]X1Н:Ϙ Sja#2G*G|@G.\EI+~cPG'q4 [M+n6X NE4蠖H^g&Ӗ@]r},D mPq`o1y)ǣEځ05,'\E\ Ds ď`(t AStġob_hn *Ҷ!j'VЌ[ LLI!.r)領Q u:MRK l %}T{rYR_a m/Tn@QQc!.Y`PGvK4` [֟1B&̔/RM#r11_ q<'g*\bZ2aXrwlW=x&j `Җ&Z"n< 1Bd(GQ59 XjX3+fos(kA銡 &9V}PrLa\%0FkHcW݈^+ʾ搓RD`*I:3F*btssFXĉV!YE%Dsuy^@+R/ T2a,'{ =%Όh~CO q;IpHq?T)b7ҹa9j2҇IGyJkηR@#G’e,J37(l˭ ٤0!iC2Z@NܣS׻Q%mcM;-,D0FW|]$cӪ=G)j@4 obJĝ2WȊ͉$(_@W&Z{ѡS4)toKTA8>W܅mǓgk ՟oL'BȘFMm(`lЦ[@;ϓR[!`O!זٝJ{;#S:!KIkszez'/VbGFoRw83RdxK%)Om*;b-k!\w)s_x7;v!{NYOLn(pSK0)/a4?/MҼ~6/&.^HVc&a[>Y@z= %ʚ$jtHX_l0vKMZP)`Л߭r^`;Ln~W #e)|fC,%Nt.(b8os%8(ZS*vC8FDWIwLL1It$l uEJ_f^w( :MvZ+yw)Ep)N)F^h##4GOGS^z7AJ/Epjq HЁl6-&ADS%ɊIuѬ鶙rkiX&-/f0%Tn6> G7x^v3*])~ 8| %\CK+o *'DH[G@؃(LߨB -EZD=9̄$tD| Hu{<$P]t3X ~f lg_ۂ7!mկj+Sjwt^dX:$uv. ڧ'zC|HUz2hu^l`zxp8M} ΪE~=v `@!E{svt`[>8Ag(Sh$to9=.dzAqW31KTG#)> {tR;iH5}j_ʖEjKAy];XF20bV`|Nbf>\IlRjm,)Oc] TճH"43}ZJT?[tFXv٩odDZ:3N #I;jObRz@@উ[o`T #*7"n+Cv`Re[F# E7>:3JA'$Bɥ,Z-"fpJ#J(W]2;]Ţq ҳ'v@dc2;l ="\pi?h|\`Gp} =ijB0L7a3T-i;AQAHI* JIw|PWwsM5W_e&D!'7@>i`S 6B LW?`%#_u]D#nY&G1Y_Mq]'@fZ>ےbp{W[²t̾1ěJAn)5Dn3)%E8܏ֈuHPY癐UR1,=R_g8֣*pmmV+#Qm_`qm5[Tb?pIFFOޚұtG`4|D0azΗ?wxw|a23 Mgjp[ǤOj҃G~0q"`B&x_oH[\^#_6=I ˲`f ug/o<-,oHv% \53̈~F|gBvR^E> H4랄2fg/0KB@)Md}5(mCf. 2+Ճ=k2 yBXC 2C w,@ SܸК`>2#Fa\lM!;oWeۆx*E ļX\_W N5^{-,-ic!q7{I.?>j&nj|s\hcASxʥ ODmO73u,Ԍ>‡ABQ,tXkV[B`t6K^ITDah3*N 58I l2'>P{a3?+ ފ YGD qbIV'?c:U:gUyb4S+*΀Ѳnj>5Nˣ&+)D_ZV[k?D r8}u0SCӨ 7eܚv/vsI/C獴 B*3ey{]Ƴ _y9S "ze!XC͉g&!@>zJPzeh <#r͘ؤUWDnl'{:[oUU Iُ6 yX:,φl1E8}ɎD6 dnO+r2|ّL6Mq|6+;5fk<S!]073*|h``!n[NR;VR/mg@KmD1ٴsu}t7GYu"/*uS ߁"JyifP0 /)oNMz!d0=CEa(57oA^&c"RϥݷU^1{`~lUʐ fO5f"%A|D*TJ0\y09'=g'F@lg&17*AcL}@Phĩ"mobU7ԦFs%xa6uYyTQOJA$ Kh= uMT?}]?P(Zz I ؾ҉^XVmYAJ"eC\ЅnDpG몿.l}w9lt 'l=:}SyJ9S4F|%Qr]L?ł!03TP_<4oMn KA|oMDo{g<('y/i4mWKMT b.~kO&M`Q1ek^rD-Q_SpGw sR[v Ďs-~b ;$Fsbe"况#FR-[Qs~qb{Snƛ P" E 4$X#nGY{ucU$͕t}\#5/̺{j޷dI rPę96\,% UߋOvC\,X!V'SNb&|R1W^LN483p)$Ї]-k^n~l!y1%x.\VROz,s>yi4i~m[Hj;cbٗ<:Ff;A<_+ݻG \7k0,ǗͧJuNWc3p2PsY;s+?y|`qe14=fC\*ǁhWz9Ȓ)4n-WnuXCmi'I1w܀q+n: }6!>M+ODWުZRQ1ySJ` 4(PELdaB_4N{ʆLUW(noϭɑIuErR:pkGsG4cHnk(/Uvy!A] >?xI \?q,?:o1 S!2TI 1N70uϔ4' ˀn GK] 3ޒPJH23l`b !|~sg1up_suS Fx՗bZa\nӵ WFTZ-<. WN ,GgvWF/]Z}j`޳&-W60N·C\O][sr !ӂiv n:C!t<5n0Bz#ŎwSP>cށg{qN`Cl$ u֕}**GEn3~qM|'ɞ3? ;R zob0t#br;C}   o"NT5d_2FfjN 1*ʗk*joql6HyC9c[wm֎?5Og Hes$:d'OAݐvnj G3 &10Pl N3/Ųa캨%O/yhTB!1+qhצ@xHsF,I`ZE:~v0ݡyj6TAJN@ twNs?wH}\FU&hH蛕4ˠSM/v:> \y}nArY{ɋ[" fw&DڕFykvWS}+@W$y@G:L NZzi5=Eä_A5_bl -܄٬.+篼)9߯k]5xg6̸iy9fk٥.*"0=` &r ʯ) +A@ZVD*vxC3wN3QҔe߅`y$wߵ8к@=1x69!I(W8jauae’#!A' YtGWZ!DA{eHۢŌ08TP cW If  =um,Y(%g^Tyk@-!l/cO%'J.ֶ]Gl=N:GȠF))I΃B,<ൔq_N rR^fm~F󴧯4M F ±o&vʻ5iH{H^7_5 ȔI@`΃09K11Eg\koN#[> S"_+b>̅{i@׃>p@1I<"aQRݐk DPcӇ)y tA鿃VP`W/p_5!W!lQBq?ߝfhR2nفcppGQܭ0`|e h ~wiZ"i{Nձ~o!k(@WH5 x0dW"_0䦨9,jA NM)ZP8l!-O y2*2gݗEC JLl {#W@]N~Fen;鳌LX8 7I{k|\ H0[ԦJ7VxI@&/wJh_'Ql\YAl쵺C*B~}iqF.=IWֿ0;[(6lwhDs-7Kʌl2,}Gg,%L7d *"DR?h(y$8}M ԵEE6cKyTay/2׎T\8] 040ݧ6X-n3ҥk2!NZ@VX𹧻O*|P;\Sz@MZx` JZh'0hfϤU>fdŷ SحFM-\fmڟ[Z:hࢵd uUZȭp& 5$Wp9' Ň" )a` CB!.U\44 ]-gɝ"C;V¹llG4+Q ê5ƕ_@LU)Ll0!/-,*6̶cPwPHS,/ѫmU%B Jy&g8Qæ~DgÔdaH:&>) Z 1G@@;mr^@:9)l`h!7(V߲6_oP,m_xELzMy.i>֝V]mꠤ)CեJݱ槿pm-y!eKDi\PgoxSt?d勌$%IV3i 1B+0|\L$*a]f;y N-oqUu 8 $m0kLF1IXdUgRC8Ais7Ԙ_[-#x*#>y\LT45즸AsJɇdWQwqLe^"b7-CX棢xY*kYdpƣ+ ,r,lؔESx`ĠwCk%,1B!y 9x@ؽh +Վ'P*4`=684.o&#V3mL= ,4B זu3Q -+kc`BeHNMM?^跞IO9TW=PR/fX*tڂ܋Uc 5pW`yhS vm gْ F*̍\ tJ>䁖?Fڡ)>5z}@5U(ctH]! _b)UhNV\`6%r? ˼2IzQs:{`)) ˲4vTFu`Nǧ*fDǼcq|}꿖 s57=)?ar',m`>Ow 16w_u"h?q^'kK'N;~n|:N6KNʟy wU"Ze+i9C Փa),QޑFb̒Npk6Vp]LwkRsx.%=hbSK<$*%Y˃} m8~CHZ̿46L} Uyj u9z`<|6ǮS pGMY*p}u"f{*:5ֽ(12ޯE XW6id`Rv=PE^aFf&"{LKk SYM< ڑ!vAUpT[:ScbM Ty $n9`w Z8#~8 W/bP D K#kW߲{_7Jh?koI5cq:JI{ 24>M.xB &ewۉ?xv*~3nj#@$V5&Nl| j99$  8/Du+Ҟ4g+AtbH ^!ZON $1-·`([7}w )|5r_$i psLצ#`c&fyl\*L } 7ZrgJ81ӎă1LFy l {KrhCʸIVq_KU$8;m39GX!`b鱚tlf)CT9gPFjWoJ>O{ej j/'ZtJ 0%@bhR'sm ;ۃQԦ!\#¸*?x-AF}X^^ [^>B:kA3 8) -}_kρǹ9"7 iR 'F7>qaMX#_;qDn 3*y/FA8Kq1I:e79T<'D" YmUǑS"CLWß'utݑ:N5B9x`t)6P66{Hjlı4xB>n~/,C{ŞæTbi׫2\$~ÖC1ls"Qی'yկx,9U."/5ӨGLH7{>7[Cͧpkގ:[1d '_Ȭcb;N6f]):jZ֕y&yv6w|MCG;?Ec]XF|R012q_f\<k9aZ: 7ai._t u5}+HqL}||]a7v#,hb rVd+oSW`.'VdHWcUoX DŖ7ց \][^_SF/ C\I+et=HнszUoWa+ 6fǴ--a"K?$Z''y@t}]gݨdiw oy@MZ#fJ~d_G.2v+NW=J@_5峧 j"~QE!'9!3˂X+) /謉ʗݎbY+5V>Ma#O޴6PC %(*IY Cȍ/ATp DFtmZʈGT ,n}ZϮdu86ssB0s>[4K\{ó{/ކYF]\\Uk9VaOS捄0{.o>cL0ʨ qVBA(Tc R z>w}&uDu Ms;VRᄆf;'a4"ܡ'>9pCR^XS(E2Y;uq 3_䆇K YG e&IQ\Àpduqֿ%ErisG֌iD$({VZimx0I3U02wYEe}km{Q&KRYq)߈̾IKh / fǼw;r)3|syWC:{e.Ncej#SueYc}jM1Æ )*ǽm5]mސV2+IsL9P"_0[u|'"S?ਭp'U/@qhy-=Fi:2N[T8U; YZ