libmariadbprivate-3.1.11-lp151.3.15.1<>,8_/=„Gxxmp/;< ¼ށaG)>wQN #nҋM`8P5H9 ݜD* fTcm^52-uu /5ǤyТ'=qd_'(w"b%C%P]<7Jʒq9=N:^vǒ⢋>8w),QݮoVU %bDn$vq@@\?@Ld ( b /8J ct      DH(89H:{>=@=F= G=8H=<I=@X=DY=P\=|]=^=b=c>Hd>e>f>l>u?v? w?x?y?z??@@@HClibmariadbprivate3.1.11lp151.3.15.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._obs-arm-5#openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/MariaDB/mariadb-connector-clinuxarmv7hl#Ё_3230e7b91c3f8c25429b0d50220b569ba78fc02b5018ff06228fec0be7d84401rootrootmariadb-connector-c-3.1.11-lp151.3.15.1.src.rpmlibmariadbprivatelibmariadbprivate(armv7hl-32)libmariadbprivate.so@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libdl.so.2libdl.so.2(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.5)libm.so.6libm.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.4)libssl.so.1.1libssl.so.1.1(OPENSSL_1_1_0)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_#_D@^Ǿ^K]߶]\y\l@Z؄Zr@Z@Z @YY5Yo@YYYg`Yg`X9@XۡXӸW@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- 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/ldconfigobs-arm-5 16062234913.1.11-lp151.3.15.13.1.11-lp151.3.15.1libmariadbprivate.so/usr/lib/-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:15115/openSUSE_Leap_15.1_Update_ports/cc635c1c241ba1dbb665bc4f1e574518-mariadb-connector-c.openSUSE_Leap_15.1_Updatedrpmxz5armv7hl-suse-linuxELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=764cb4d27c4ec502e7fb220b1c82a3706486d36f, strippedPR R RRR RRRRRR RRRR RR"6~FN%L8/utf-844251d39c8e2efadb9144525af72378cfec3b063c999ee30f0e46d13149a9b6b?7zXZ !t/&ŕr]"k%fk_$t@1,LtJ\]2#b,:yyCzl^gj)wb}ue9Js}=`P<ߕ7"fmqa+,U%=WFveb>CjjfkP&U嫺^eP n -FVۨQ1GS h$ Y1!nAA V9oz`䒛kAcr/J,:T'dQxy T)2ٷEŻZ}94BũYpp8ХB8GtV䯿+ < 5uRLtftt̝yȫJ=i!x-%TSԸn\juum:yeڬcnW}%6f؋GKzojҞm)&32fCV*2x3Bdeڒ07ǿ;g= |0+3qir_ q*Dܸ`T82KHӣ]ysI+1M$~2fpwMڜ@G[9aZY'j  =ɧNq ύ gr 6ji6)w `?~ KZ]$+#x2}Y:ݧ (J|+M*u=ѵNuv 3Y2YT_9F a6̄ K1rfISh -:,ͶD>qZk)E||wG[!K.&.PCO^@te,@f9\|ULlagP(:ƟRF- ܰfvoޝ}hO򧛥z.26GS!S)B0Uo-E".D"w0itY2B;+%7yh (Bi̼s|C˄w *f6Ds+o13= %mCbw](цUZa"S2fŊq#-5A6桰)[/i@_kwoqGcF 5R_[dcòU\b"X`x' }7=}<nL}2O[?TTcegˈ , Tp>b1Ǎ[9螽0 IlGȈPl1t 2r {wcJY炿wC&CAn˩*Ⱦ5[&s_CTQYB6ّ@ܓ@( #r(Ccb?ɟ+{)O$b JfͣHzL x2ؼ(+-tY8W>QmDn+Z+g SnkHbhAXf]p:[kȔfl 5-g/ll>7/&@2K HW %} X IۨEG>3s q)w g!z~F4&-3#6v]@Z1n|P1jvPL B;m`RQ/4Khu,o (]䍅KL l[^Z}<|CC E KWFՍl |"xDw~7f~]x]TufgPa!h(.Gj?O^  _h؆EZYGhMGA9Ds~k齍|lIbnq*0cR ߊ[㺋I<3F`Wz*4x3V/Kނ,W˒gCg E #m|=}nHʜ^rZU Crڧr|ᄵAQ3 KD?Df۫_064DNPj{.J3> @F0EyɟTm,lLfGu;fc"B%d*l2Lx贮n~9a|ٜH}1#Pnd~n6lC~>eFD:=+8'3yuzKzR8.(sOL%LDSUyzTJ;ljzڰ+'.?39~Jy Qޡswq?LkͫA*<683Y24\=yES ǕW#$l>б14(("y~>hB-8 Cx@a10*Vyk5v/D6oo ]Se .fM i\G8NpJHn nؘL}f7¢տ \h&p؆}ۨ q7*]>칞%D\#4 oDac=QALWgzEBQKg uMCXNlx*yR&vHVM,hj aլ#_CR'׺P<. KI >Y SZ|1k5={*|8o\d#(x'7vH"A/{h\n?ߎ'b վd(aF;#Yby٭,89ǣ3-)HUSVAEUX u;~5npIЭ)? qCxfaRIaj!Mi\;-~1Pi)Oc~Si wxrzrXqC=Wuk2XF#IKXRg]Mn y96<ٖv N2J>u~:wC4ш,u)ʟ9Jƒ2/y]j hH Y`)F^n![6~=:Y"ޡߍ X;DEC}צchWYI !57(_u:O.IQ9&gf(@VA$$=":CE#8^f=_#ÃxV XQtSye 7(8Ja>ץT)apCx=}儝 uocʗt9,-+eO8k>(폜g%y3S@~^)1fk"@ڱ yDz?8+?7-yH"z} h@a} T8) t]W=Y Ǝb lRܲ2 Ug{5)˾YEIsӿf7833K|9γs):W*@@ڈ6$(Gΐqf/u,Sٹ~?*'ī#w_fv֯ Ƃ55Bo`{xpu ;}m}_9J\[dc!MCy˾i~.;`TR A(PzyI GѥN IR9Ê"+@crys,N4'!) H  zqa]kYK.*]%:E6fa&Sl5}|9]ed[?+8=h-枂 Cdy:NY -\,^#9:TB@#b{Y :kE!W!5I: hr\  %q5LTFl# :1B9$/ÍKzNO?~|؞$&|F;*vua(T5w&~ȏc('#3t_S{`eBGQ/YoKQбόK.l! DYQ4T\M)/@&</yq~1ɜJkiorr ,=mBǽ>dq0m^=v +Q=ɹ*jDۿ5g'vJ#D- {'<:Ny&@]RGY6<{Ԙb @MyL,ϯ\25v4V={OZmpc0EK+%|$8r 韥UA㪁+M}Ò*ӍCs]::E`9K$(3.zwȪ,M h=ˍ'x:p4u s Mr|s6Eɇ C j$ұ"DnSzSΉgb%=nÒJ޸PT5 t%LV*F{` n])v-l4׏+:3LlTVc$N ҇mor~Sk=KEF,xH)$6J4#k%xv]gF賨`Y㥟=2\2of]:ds AJCY.Ҟ2BoΌRhy`iD'Rq6>ɕKɋ&ƒ؄)Nq8IUpiFDZ-‹xlL|_[LY1GsFѠОup9UŊ/\)p 6""aVLW0m8T k{}Hɽy:7}FXϔft>eʀEs囍ێhs窱d0Ə@xhx2FP~"DDUnn$zp˼!IzpN~i>VBk}Qia ea򓱺.D]xzݤs}ʃ'O eP+(_'ϤS_)ê[-X5Zɦ| Gd88d_ D,ր!'uqa nI)ڧINW)Um $-INo,'R:s+!uEwzŜ>?Xnv|E%H}F!%FS#9QA1/y:Ro--yJi֞4S4,wvF}˖r:d}&QکJyw,2 V91:5cX=p5cZ>XvK$Qi:ry(v-, շ4Pފ̱5Sml?^~Bh=K1߅tE ֑Ks@SI?}hVE+o6J V7ojlv6#[1}%xWZ\?=0HiJG2;LA4%z2bgJ Qh/`ֲi4'Sf'a/MlBHM@JLۧO;6i4iFpuah!3$cMÑ{E|y / Q(ERn T4^,wZ*1Wv%vuC'vmsU˼5֐@]iW S/mǣմaw%:|S5b1HΕ; `>s,yf +~q_Qى52tms|k>zH!Y'n5 C*~ 21P3@d[Xߋ,{H>&b%kg H(GYg1h҄U ڧ2|*ZWnȶir ٱ/T;٩  FkHt7uTu/y#+AGEPUѯ֊j0k RHqR ]wE_I㺲?wqHEd%] a˳s dX T[]2n8+όԽ,lx xk_캈aAMir԰8,;>:Mh~݀Th :Tg$UC'ILҒLjъQ'QNqʕnD߸"+7#IJ,~EI&u=d7! P[z׻.|/@r`h0&Z#M%ӈu yDskK8vv}$?"s)bF(q[C'nv|Ċ@4¸WL ;rUt|Ո i/O+3ztǁ>L,99VRu}{kDV y|LmF_sƲGZէT{' 8ylj@LnD6S1hrg.PEe%~slT=Ҕ{:+V$>cVA-S3ز]EP,M/isNPZ,S_Ilo]~q# S1j3XgӜ`zQpqrJ#׼O-OL"S-SfI*onfN| А "Ղ}jS8QXY @ tl1灑QKAeT~@:!Zpl @U@1=E%ʋQO3ĥfv4G-$0ohALÿO+ +[c Lź Mr;te6Δzv7S0l6{JEFY<.VgXzf#gkpH.uq&DDF)Y}-.tVV;V0^,=Sܱ#/&鏨 W %] df#g.e_[{Lz[G:4/[JhbJvC%uđp"N[I s*䙃KSi)$V0Y Dq{,ՀMqh"lҎ:s_S-SW\.% 82Rl\đ7C(@`qՃLVI!^_prԋ۪5(P L3.{\aYB ~ƙ<^Ә|H1'_{MtϻXyrzr=FӔ՚v7 ,B qRc YE|*= ]HDy}}`qOP bb\g"Y# o%yr冖&妿NqKdJ{p>9uu'F܈Sml ByG >Cn|| "RRB$/Cx`8urHN~2+bb WO{r#`0{X:@ ut ; 8$7(w:l#5Wx}篓#ϽP:qv{5J1>1[z˿B8.クj.+5 MGuǯr@>90^ ԚiGZv<{)K S>{(]{lcb_!GlR▗V1 O0jnClAUmA-߬zB:ݴR9(: %|hWD;|cd{ĬHS5/ *ǁ-+l}#曱F#@3Xz%`92S3vd!zVῬJF(%"DRXc}uMO EPhLFlXpRHH*)%B( 3e?ê [ L6l k ǡO'oVD4Nouذ7;ؽʥ;JuZ~ZKbax(xN=@Z_N,*TlK LepNR̥;?Y S޳lӕvnM#,,kg鬂v \*WF*^1PtQހd=8: !OndʽqWTXmSTsB ̊}oC}Ç>Y'C 6r&v7_`HZљQ|JMO|1Vr>^ YW4BI/;Va>&DŽ<21v2UqJ-pˣhMEkؤj_"]EڐTKk6k}j5_; 3HRѐ |S"hc喸flO,䭏M2sjp]~h#PT嘴}X!k25@QW_.+iɩѤXop hsɓ~ac=!-z+8%t8ea&*mdz*v:ZlCbXBܶKņ\= s[F|qv 0JX&|YLXӨ.lkQv7QX-Z}[Cu/AފDC>$oHy\VK@) RT9 C?`n}QI饅KYIj X?pq>?1l抴 6,r)ْTn:RS|F " 0 x!nZ.4܋ac4%󜗣̯c)7eޖljtYki% [9nR T;"@z5dLƥ5FP_ClUj F9`批2zy7rG;g':aWN\g۫_/OxtjI$ AX) 6"S˽o6u}%5)mGVEx햨;q]FK+U0bG֒u6-]{}F#yO`)cNɱ5XnoF"(,c| [s +5s@_pCTb5=70us5`)Y Of*EI](-̖T!1(Ր*ࢱ+^^겇ZzkM3È'^/N(riz A@隋z63#Z24,/Fh͈<¢eZE9A'z -ƛE; `uw.m{ c03;϶0rI9CɩOFFvVBU%az F1 q GǙbKV$#ȓR3JzR5Qo+l&S|bQL"IB^Bq66K6׶k):`t A?UHtC[>T ;/yc5![%Y~`|bo^y>4ŵŒ;8ܟ<1S Nr `O!~#.S3'9݈#`_9\#3kcsvU72nqMcVjC0c-a,(2juX WeY|^KmwT=c2*[r-OVN1$ [xTNW$":7K KwvXi .GMPk-i @n}:Fi[ͻzrOh@fUλǖ#W%,d槞yd8ѿ Pr$?1JZoԄ1A;DTm#z@e|9F-?NM?8 ŠY2ƁK̓W!#fK]좡3z{1龺 }R7^ؔi!?) ׳CXc2b{F>rQT@W fd_[ZAIMH97NL#靜JOD@15*Hmb<#gV X%K Ǽ# UUqt-䒐Kzg N1!4٠WN1V6e8U:ӎ{DZ ~jbtM"h(k >mA$WՁ4c 4w58֝.*YUlW62@VVYxkFj8O$pAA :8p Vɩhͦ6 7+ yb{8KSFLזpӽ4Ema<9?˰n#ΊXAf-U aF8 )' ^Z6_6"!-7GDб9Q \ VK Ye [Q=xj'i1Ȓo+fA F+}mGʤc5 ={ S2U\E+eܞ. ; *(e+a\.8Kӗ#:=TY>){to7r:vĊܳFVEt7^e?2FMQ^!t8-{b[aG˄ C%,>arˊb T'NڐzbB*T4(DzZ@rV=sKmBHShŶT>& z8F u{hoMW[:OZom#[s_! Y,dWUO)ᬽ\y7e{B>gmC9 >vb]H~cTJIx ~ SAmu*X\P9 dY&)T1}ty)0tnRYlZQhWrŲwV#Y%W>7 ity_1ӐZ:JG㡶hJ?`tl:[@vVp|eF^:H~%ww}T01kd}(A>seG [zHF)7֛PwsQ^<8'gz㙆>.pR1z * mz1XDمJ7!Lq=bmU 2AC˴O:/Do3 `\+4[:/w({ķZ RqXMe-`kݻ8^RrJ!@KM 0E_ *B#kvgnF̟ f#q/@e-_te\GE`_^(G3`sM5g1OZvœ% U)pe{Q2֐xLpk84E"4ݰU6V)-${{$%RڳHZk`8,8U!Ud,Qj!NfF"Bړڂ-y=f&&Jssh- KIԻ:IAJ 7Bc 0ԮP8>ےpWueR&/)q9~S%-a6_x+}S6ֱ 03K2nT ,XH96tWD2+9Kf6P^%)>`gw,@ytPM[3.v 5Ɂp<+ވ߮\ثZS9sW\tPr^%!-€P#ÝKJI&631"鞁9 g[BQ-(tYG 7fr!զ谇4.A=ms̀gYO&gDn75!!7$D"iºq,s)>mӠV*NlXI'-N܎pܣC&%%rDm2A=Rof~ -y@nNlG?Sf6gꎠR$Rl=4#k!UـɱNݝ bо}wt279ށmIV.P湍qb9]”DOCD>el#;E9ǘ8j٧(*3Qp@ONF`efeI_ps+M tO-FGuξnpg-GoBNsc'3\ iK׳:1PL B3/Ԩ_cZM4]'Goj;D!){T[_Y/c;N^*4.<.0|~IC]e9YKK>2M|G/Ȓ/c4SÃ~?xrcw~"9-g3l%u8dXġ~xRmfSa8؊-<1q~º{FE 9VP+6>cBPǍe1 AF9({C745dbY&d{8&rXpܑ A%7YHys~gAvg78 }0CγnR ʼ,OB.kБW}qrVfTŘ,#/+T6 \rX>x կ&Gd5޹Ow1:8xR:D&۵7E;[bw1]ݰ=}lmCU%Qvؠ;iigh }I +jucc"*w`<[9;ľI@bXT 0J ͥ)i7UieԍҨwX8\[Ϡ A*jR-Csb xӽZLn%1qz$I:TW,R[m% Z Yc&hЖ4)e¡6. N\T).ITnZx)i4*')KY [ButTHVl9t4bt (+j[CpzWb*(Epy.pd.ޕk(72/. @R̍+s0EM.No .6^{?RڃɆX=>iBmCb#Z9V՟#"i4']c)-cYjھ}]21O4W$£O AE;QYtupXE^XkaFPNŁhkl2PEEmA٦^Иi7#\YȚP&*HSY-QYsfJGgU4Aש=ԧE"MКG_Trr5zE 1*E:hYG˶dDBZcQ;kwJKx|`ml tM FH=> *^=R&+ɻ}Y~OAͮc1`wI4֖&7k&l6,1, mzA'a]ؚQJ RNᵀ+3R3 6{+WNmR=P_W B2./KT0dyp Lcm*WewI1*KUk3EsAFnt3&mx.bFu(-89Iird97ӆK8|R| <"5J~5̠?B?|׈` gc:#%5n_.h PVA~[A5 ^\cRbDF̨D̨Oe7u@\Qr5O)Ë[R/k0?mj` $&q @TI $?<HQNB GvzXWVH RZ­[!-%B<(t%ZD?ޓ:VQ(pƐ"(!i" iu%Qin U4,*AaX`֟!mz\V]kcz=jzxUGtW#=TM{y!D1W T~vOԥ|7I٠JHVDJ` @s~w] TZ[T)6qdv9޶N:8Byx۟[aq"˼i𻭺~H aPmv:Iyt*O OE֒VelOQX3uZGǘqLGBiƉN`>,ۙnW;3&pXꏷ 80cO!N`;C@HW&h!8%cը4Md'3ǎv8C, c+}dE^(mF/Zo됄ܜ#-,LvK(mޗ+ z1ڶ{ (/?"=(!x&ms5*Qmڬ_7K>G|Jy3.6 B9&+Xq4rK+'n{fR+z쟖F>k tߋgIS͝yxSÒ|Ww͞e9gh݂=8,QKu u=j##!‚&zIWmY4)Vb\F\?v\ 8*1:_c*½ Aa-F^o}PFiS?TQ֚;I˴J^C:/Dcrex:JBfpg*u3Cۈꖧh\& qYj#bgʫ K:R YzYf"+ Ɏ4qnSۊiAIj|k0 vsM{Db3KƉT*O]*cKB~hY@wiJ1/׳|ݸNlvX .h4gs3ۅ.\dpYV4<L!@:i1K=\i a0 ~GWSєMjF,j(QM.,ǧS;v+$ӧUWr﫯t84Q;%PsFl$,76CA׆ݻs@'3 *2ȰQ#$x;b~Iqo#Ͽu d:D>ZKENy_Ur7?.d}ilIZ!+D)'{iֲтDN`gn"͠\ۗcZ w~AշWUMK%oꗚ9]KВCw1p,zh"՘W1S"v ]3 WzGiPCΕ$%ݿi[+CAHgN.e9柮t M'IY;"[OmGM6mrM!Byj^_EWC6;]܇IL0 *d4j:&;vﱆev|n Ҭ3#,:4RRmX%ɰt璷kӒNXI{J S>i1+zPE?vx0:;>4L{g>|[Ng OgY-qW[k=6 'tؖ p8G\JUl oe'Q;""?@SloiTi!B 0T};RM}sVjEI:ʋ FBzKYf(tu{WI쏡Y!Q=8ڑgW epyub<{^NB?wW%u⊃5ikʉ4p*$bq ! {p1m&^U߬gMjvLZY8TރHٰl+ydٱՕ*\J⑟ECSUJFT"NY;I?"UD*RȵL$[> MFHYagKcv}JNBtE~f~ JfY (lf V)|1FgCZ MD mVVl *B'ݯe5+i8\;Z]~aa]RςWXd43ܶtҪS&iCNPk[J2qL|B .xqBl"X^+f;N]=-Dsk / 7rvF!ݯJ>m0l;QzDږeS` G/RE:/yͻ [PxY@G͕+\<Mcau* elO7A_JZVY=[5ڙ U(U-Zp?ӟ`qXnk nſOaXh.*S)p05ZtL٘)->7sx",V)C"E̠$)qRބ׻ j,Qh@sI.IxՁRm\\I)bG4 g֏NזsXAs|:#SPhбc V됉*Cr4+菐F$E:!DY X_yOFE yvA^b*6mһv4V,'JNI iEӜ5}T<-,gjCL l~+V@bXJo럱0l67 }}+:OaO耾+-70W7B`fTs-%t-IJ,ˤfTausԋ9W4K'[X!y[A@]R@5U[ذr*,a:a#pM3kFgQG]R;6_BůAÒ/bIeQ *\ ]gC|IE50i fBZwE d{S$OAZ fWyH?MئW=sJiEh/ޘk˳HyI*yŷl҃yH$bGhp2ñ{_Ы&|v %j( /QU*l1? qWUC+ct,~x2lIv_݊ 0;]X"Mψb`@C~ /j?aOQ(VX}uyP]e?‡%wE9JO30>"^_ mmΪIXM1x açnY2qϩ 2ˉ4=tJs5 nbݞb6}ORy`z_'">kUkֿ>6ˡ¬$Ծt=ᕂ"C_u G\<0p܋#@?yͺ#mkƷ,Kfwϸ"B ~-058bB;lOMI3^:vG;/j:ݖ`mkΔr}{Ĕ؞d~4bu*^W'K@^$ 5ؗLAqe dr-5'_A'bLFۤ]o C@Nc!MC OӦw Ȓ%>`./,hM?nΤFY%FGq]5냸 8NZ3mPw:mb͌d]=AZU|DpmȠ'MtnW=0oM=|5^OΠ.7IZ6CMABU Z3tghXэ_&8'H$IN\PV N36#AA]F 5Lﶞi^[SĊldlWypaggu90\8JO& ܹeUUk+ QT.qǀUp 1\$RO%_ݹOf:Iף4c> na/Pj븳@X*x ,9sM0W,οhX}Woe$\Zh~WH_s&jt͸\֢􊙘my9TIg9P[W*HQQXȼꦺ 9makWxe#+ɓϩoi1MHg5K&߁ֵӒS %y[AY N\nklfӭWF"M% B[3_BG4_@JYh)ӧMw< > Ac. C1e,^ 1J]~2eX`VJe`δ jׁv$&9r8[= w Qx/<Q)C%^Y :bNa%] )PF^AW4ocr\zAxٰArC[E\ Y+y&Kɏ\S76//, %cSL:(mDl PuqL_?z^ !ʻ&rLk"a4O6PWkPi, ѐFʝmrt]A i/A¾n:.\A!Vب[}݅TD(b~/,Q~=0N{RJ4`Ltcq>67Akݬ,z ԵQ}~R?'\҃3lJTcBFP,";vLlvCQʊZPw;K5Tw(y|-0^V"P$Y60/Y"n+C+"JmɢtIţd;dd#x<>֦g릊$XO֕=t.p|G+!7 EB^i9n8mYMzyͫ{ -EOH9n]G$V+VD<2o#1g#(4yv&_nD؅  efT2ߋBR[|e!/.|Y/6 d^qG:#EIa2Uj0ə%(d\x{|ײIit90*1_`Yl?tEwC!&-4X S8 $]f d`PoC,ι? 11`{ϩgתܢ \ >@8ՙ) LJ˵][CqGVKX?7?T;t  ^[\EgqTPyLIW\Emu:!qdQD@CHX7@ xA4M8t*$;l3gsF^kDk5PojBG1W8h׳q>_0@a9`Q(8nid*U4J#/) vܘcx\un1'͡3 t+\ dւ@IC,3O [Mߥ;Pw٢>6;(i|LBClpwL}?A#?M_wo iV?)鯒W/[A86=gHu~@ǚ̇W΂,BcS08A [La`,Zh֥{1u8X+37MWu a3wm a&6̮[\G P};1{^ ǡ-(;Fkg|/nf-~d:ekMl?Go< gXc)b듼K:\+dO(N^.Q`%)pi@Abi8@60 4\9kA>HW' 4D oM]zcz"rJH 0of12m?ݞp/^ Ϩ(B\shKM4b>V,~I^wrCo#bQQԡnw}"e>VY 9/_nM,vIin2[x}=@`"hGUg'/702MbJ0| ^Cx9L9:OP=1 y8#j,9μԮi^ofGXq5T 8}짅p[v:LX<}]ws 7fV.y#ji; a>t[t$' GMKp6c\#F&sukk&1+TpPT\cbS#T"W3|]p93G1ւehkf N bT%[(չqkyASӳWgx:$XR:s+w8u }u:*,&y\Cc}S8G/)WQЗ!mBYCnn3y"t8Ӡ bZ3Wsߪγl`hGrOcgJ(2% ^rWR7CmrGI ""H &j'%5X0crnVZ4fRw[WEڻHDʭ!r\aR7;4$^;1myYac[ ,vqD #gZ¶$L,|R&ͺ5?i[oq':B|%¥6!JjOZS,@ ^471+Cu <]&P˻FcHS%$QmlWfz%V{h>&DNA[ѪmQs;ahv0Al`1'Jvc CGqz%-t{Y`7\fLm7[ڢzq=5tcX -&VA3h\0Q(Q:sJd8.K5h[;.x$>Ц%# t@lG΀5If}kL_X*>csZH!n> hc ܢ8葜lqr\ uH͂?;=_etE_0d: z؆oiUɱ^>AE󝂀nxMj&nNW^Gh b6jϘ(xp>c ΒOQ9~٦N*0\jNv8Κ5+X5t^{tEVOdr[Aȸ#^۫3yz:"d8#7&籚VBCl= KnMؿϭk_n3T0 e\3>Gߛ*I޷y1)Pb+(gv[j15~^r5=ȟy5Auv}: .ٕ"y)Aj/- M"l/JXJKnf.ū3q)7ErnWqpD:f@ .|ްtti2 !k̿lDs>ljj2"%xV脁})H^=0ml&2=Hq`QK MX }4ק[MϽwfr\XNZJ6Xe1\+6#p7wy oQtG)%xuv~'OF=_zpHs@掌f", CHzM}s cyִ)T+D>ÌaTr[+8/3Ȯy' UMxў+ hKy8.-v}3a#ڴ$ѣg`&,=u;#)z[ϫ?jpBQ*$Rb]/ xӃ΂9l~.)xxK4?_R3| $sqa#K(s菝ǾLb#}whwLb >J5R$wy<#8\]ıcfh(,8M52i]hj_cSC@85хd ʱ8MO"%6Jѡ,`'˝dY`x# 8\D4sd7ڥL6wPG {8&7bI-LL2.p`ٱ_ 46ԻZ/IƧK!-x U~kP!7_p{*9@Y=OP!9ePS)*g4gk}{tZh=uC[N 0hcnӰzi LzzҲ' ݽ47;l\w;'<:npkg#SɛKqJCSd'ʻ6"Q>b{ ER&g@iY{v~ pGe>O:ɺH9rreBm  gųPf)t74\]Cv?g1ro^؆mv_B]_̔0YhZ' =*d5Vbâ$4؍hxoj ֆ1WX`fCXdtk'hn$Կ_Q@Ո,ƶ§>sn/Gl-d|lO0.2L1szKzmĕ|M,#Hz-- 4kdEU{/pv)%HnT O9>.n})椙  vR輅|.ilnr-8=8ai0rRϳ,[3 -f}R(H埌 z%.gbrrIhplPF$*Zse,U.â^~ekpD[YhVH,8Fӵ;|e9Y+??-|E}'WC$ґF_ffؼR^jaG~ b:XaEw8/XKiT-gwߺ/lw RfQC-t26ctػ$əܨ;RKH;2u,T] 3iې%3P3iN/IЗш#ES  JO2toB[:a*gI|'y䱛Ug/X~'tSeL"S}߈v["y 1L䓪VB$u#\kQexH9v3y6_vb\`y^[<Acc^ZL%O<{;Y=g>ԁv6 / ]hhh-rGu5ͻaeΡsOn_L̤# .J gM0D I9IPʁ.ڝOP)0kxcۃїt^?e3J׋(u F>`i6@kR%"֭{pD.;gu=w^$6g:Oha6 _QcTbcȡ QWU]e}gg q_DwE|['oYn&46^I$扇nG[*5܎yMp2!Γ~cG{o_5'UNCƏh  38L _y?4L(Zwvksz29[u8Q6g; {)"}Qeu4CV dGYjF;^yzHDzҧouz0w( -l=NKvd;}9Ͳ bB-fahDn3P3fJF'D;RC|?n-Rt|}Yc] B3D?nr?a#GT[>`@ NF*׮= ݰ!P:^AiY1*OZ<vß$I_ QLr#UŸB_iă >S=h~Zt9%Rr`DžEša=˦gx/QD}&Kq/4hhz\w W u|aWl>~;0j7c^/ܟZbކ֚_#`DN@XɒX!SV nNࠬCmC Z vJ0F Zn!sPRӭz͢} ='g!ba0}^nz~Amڛh>s WKD.cr9&yw=44A7 ?*?`bB uf |]l<)Q7(ę}g6PC2M*;_?T AO 7 Rkv=ꍼȒa)ȼ)/=L%P 7\'#u |- CEi҅Lz߸Z;D[ndBp_1NܲQI&Nay ;ԟ*"X_t˨QҊfQܢEɀ10gNJC%wk69.pe[ +ry#@}+2l%&C|)uQY</2i2BV^J+B( I|+bi"DѠ.ec]rsܨcQ_ v:cA5{6COj$%~0:kJ5cp"0ȖgN*WSX7@H[y p\Ʀ`D ׮f+63HũO┗Wu%Xe6|6i[Yؚ/ G,Ĥy-HJ< sRz-[& "X ndF$_+6'?t:M|dYMٲmH6S?w-v֒<6|=۶AJԛj]Fib}duk-+ѐ ;n-VSWjMp ނlmѫh iԺEx ø_?1R-? t&ub7|B`}2D&~ey{V} ]}KxRSU53YÜ0J66ДDzPlbLj?ĻDCs9gץhCQZ~YBTMzhm>͸ G X&/CF훦i{N 4@5<9Z&N90ͺ+7@EB4yj+if‡þD]"*bmmמt,M['+0'o|]_fJĪ'U,t 0[ !`Z^w0l_Pt:S4B"%/:)B"%1g ]^1#wvнfkqecϊ'F;9P+TEq,RKM`9v y:@֛*Ę4Qf?uғYD/FZmfvȥUvX3P=TB_dj jZ-@r_.*r\yO.zàlۈ=}VLȓK%<2,At-ZXgdE=;h=Gef<܁~[z{W #.6RjCngWYw=g\>tP- ls=~t x cs_g 䒁P-94MG^O'-䖸Y^~'hx0}(!ԧ$`a/?BEG:XNسg^+6g&XFtXG1SZ\S3lUV,@(0ڗ z<58 yeL]W_ )ߎ^' 9δ{x~zNCVju,ʥ@ g>M8ȓe̾.Xk/HugC@HUi6۠wF:fK5HBڃ$*{ ?⦈$ؿz)ÐFG'z*# Das:Mt3KFY`nżfpe&z.3'Wr G&9s(gIF&Bd4lݞ>l0&qzQ@]a/kRB7vՈb,ұ@)lA@BIJ(afQJ)OAvUY gc .dS ZkUp\*o>jjaO~Ǎ݄=zE@V"變IqQϢ^ St}ӗj=u~F.]pU\k,+wyr'jK.eLp{]_ *1JG'x֛݅s.a,8!@LmkO,چ@a#g7۟*2?,^ \>1"Zt 1Ey|ۜ$f7tqarYP oTR ۶%UpdYw 4_պ͵ Qe[,RI@_G։Y|?O1{ G^7 (Yt?0mvj53;_uh" k&WhU[)E?]M^9xkT< ._ wW0ro;]h/Ef m ILXsBA f?_[إz5c4-8De|Ny< P*J6ه11:Bնe<^|SMsa/xϖbQ7ryJ,_x\}Z5FAqq)pc¬  ȯkV[ZՎ9o` &o#[m5d;hw׾qB+g 89EG]GL⿺ND]: 8P!xVNX"Jzrš'NB) P=+UrT@y0 `"gonj{ٞ2()!QMkyZ"5ɒI\ShNqPﻇ+jveU5Pw_pG[0N2SGu=W7M/ƽ1 yB/lAo~r(18:eC2v?}*KqؔJx'zʯv'&i(H ѧ7UH5^Jbn^^e40@e" S[n9yΝVp>7)Q6  !ʖJf!#|KGe]g¸u]~Y/n|SF,•But nsWvMt$6H-q!/v"tc-ޞB|?Ծ=% ǖwzkȞ 6  (7㜄 >3J 1сTگ[GѧgH3(R@n"h6rKgj=䈘wdK8ۋ|J|YO?C<1ඹ^@[w=WaҪOd^B fiX2Ԧ>J3v(q_޾rHݻ=/:# IoݶqDE4;4]ɾ926r+|A l-s?ON;.{"MaX44-s]0 ̇bj=*Ġ"5CHt[p $9[ zV[2X DC!`]y5bV1p.Cz"4u9AzN%Q`'Jvojfc,gdÞQY>q n+q Xqoϔ&p%&$e1J/o]8zP\ |}_KZ']Hm5