libmariadb-devel-3.1.2-lp150.10.1<>,P]@3/=„=$H r2SxVQ"nđ݄,(WoG@jt&(9͂ڈ|.cT֤{tCnv 'M,6qܮ ZXk$e)q2z $~w\A<?<d $ V. Gg F |   ,    @   ( 8 9 (: B4yF4G4H5I5X5Y5Z5[5\6]6t^7b8\c9d9e9f9l9u9v:,w;Xx;y<0zkstreitova@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- 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 packagelibmysqlclient-develmysql-develcloud128 1564488598 3.1.2-lp150.10.13.1.2-lp150.10.110.2.2510.2.253.1.210.2.2510.2.25mariadb_configmysql_configmysqlerrmsg.hma_list.hma_pvio.hma_tls.hmariadbma_io.hmariadb_com.hmariadb_ctype.hmariadb_dyncol.hmariadb_rpl.hmariadb_stmt.hmariadb_version.hmy_config.hmysqlmysql.hclient_plugin.hplugin_auth.hplugin_auth_common.hmysql_version.hmysqld_error.hlibmariadb.solibmysqlclient.solibmysqlclient_r.solibmariadb.pc/usr/bin//usr/include//usr/include/mysql//usr/include/mysql/mariadb//usr/include/mysql/mysql//usr/lib64//usr/lib64/pkgconfig/-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:10707/openSUSE_Leap_15.0_Update/e03b8351875ce70159946fe65332cbb4-mariadb-connector-c.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=956624063f44fafc5d99faa05b287c1ca7071a7f, strippeddirectoryC source, ASCII textC source, UTF-8 Unicode textASCII textAlgol 68 source, ASCII textpkgconfig fileRRRPRVξ.-utf-8a4f20df99ff8ca6cf769ba1e0bc87bb4b609bd0d8f058c90c764f8b4868e6476?7zXZ !t/:D]"k%{_$t('.N*?'`]=q]_ҿzѓKU 'usAk"m_<)0 ]tM>*o!S pɸŕCq،*5 .Wzk6zr|k|*W18M-Ɨ)h mXUr6a PB2ÀI6[a%6jCԂ-Vy2%]K"|Eo8K/!jD!Bԁ ~ *!e#7XnjK\sɉ_$[:ݵlLg+bdh?<.dlW2- E@⽯ٟCN_fv1Gqo5 hEg#ͽLr}xmfnW}*3}zY~pMPTRaoS*j-|'V}S jIwo5d,=ڹxc}ܓXZ, Η3-_Lźc{ˀf,5"JҶj֪jqկU'nOj$$5\d^,vg4Jq&$w񎥫n r+GA,pV Y:7RP7Uyz4-Ąӳyb z_^dͼP(+v4 EY:H)gPl; Km/ja7?O Y56MfXXxQoEn3w]Nˠ㤊l* _!<$@*#8L{;ҍZ6'j$8RI3bó7/JSvMVgGÐw2?Ø&ެ8pg%3}[ibh 7<ݦ,|z \0Ѥ+mȫM)[⢰䓉n;eP m 4_;T2ER)m#ɁE7>3LBpRuztdITÔZmʙk\E屙L m)io"O(sXpkk];5qjJ.ƛG3n͔}9=b<Z$Dj9+{bFÊhJn2>'>;D &܃]Ľ-M?)Q\hAD.=p;'~H<\-z-h6W=#WE+㏏$qa.!1'I Xf܁98LāGI=K_p0}YTh BY8T x*A˖Zx6:sXvJէIg/])ipi%"K!JT h[o,(H5I\ 7\>E3=C^F7fY.CN_\s*/F<O95rIpW0VYtf+tΞ'բ#g7Ts˃K4lb: I;yVNnA}ĞYu}r眻5%2K Qb4 X^go] Pd PgzdzAnZZxh- eQt_0Ev/ d \GGW&wөŪQk@ӼrGTNSGGȒyO5xB1!}k~,D z`A N ?y2TV^{9^pGM35[#5h@cOy 2SefwFT1z_(ǶO%84CYjѕ@b4 " 8Vn<; ^r^4YR/aI?,1H|'azEAktc;? pg}+fVwSvF91 H$O]MJfUbOlFCFlAutj̨F }S+iӆ%#YUì$L$CK>Y"I8 ̞>ŷO9mh$+Jw@n!ec*.We#H񢆷KqS1 ҩP RJ@|?i۴:E"6Ϸġ%<+mYTICMmN@Ө|#7n)/3O{fuUQ~ʵC`!qC d~W=85!.|p4Jm W!'#P6dbfTܓ Pz҆6-UI%<]3EN [ MOKb*&}& (+kJ | D@f{^?YLQ-<M-V=e7^ sҔ0/>UU!+=rĨҎ.ڃJHWwvb'3ix4T#E#I*2_nG_;~nnRl"b\cVMW ڒ,ה嫲 Y׃I5 mVyx]&[&K&v&*Mdddu),i%5Wsq?'U2"UkxiC{ g4kQ@W{945ӵYv%.`T9k,:m概SrFӺ~rQ(ǢH݉[א;Ep="}?!3mFR'Β/ц6dfPXjׄ*<O>"i`;=\3]8&:*fWQeGKAK-RMbM`s& z*_zZ\m{{\ :(|gW+j$~-W3>Ah]NoYQ0%nsʃ* ̻Mv3Bj*ݮ?4jq5N)Vy Ĉ`m j(C$Oce{GlO#s So`Ǟ 6G)71;JXgcl2.cPF\xءoR1iS:vεu]zD?3ހ|ɳſޗ~"Qd6N}N*OhN' c㍅ ҋI_[&Ժ AI Xp R|>vANӼv3 r q&#h ;cu&[qIeAK%]t9H|4Tiİ>Զ~ó9W4UlI$:T+3J}*!<MvwWs+|ȚWOdKi n5`c'2 Q}eMFtoG"QŇL[ר=ЍQOy,v.]ݖ:51,  ~,Λ0aшf؆Ju{"4ʼnl=&!O?!E1]u1<Ɂ-tC YZ