mariadb - Server part of MariaDB
Install mariadb rpm package:
# zypper install mariadb
2016-08-04 - kstreitova@suse.com - update to Mariadb 10.0.26 GA * release notes: * https://kb.askmonty.org/en/mariadb-10026-release-notes * changelog: * https://kb.askmonty.org/en/mariadb-10026-changelog * fixed CVEs: CVE-2016-3477, CVE-2016-3521, CVE-2016-3615, CVE-2016-5440 * fixes bugs: [bsc#991616] - remove mariadb-10.0.22-mysql-test_main_bootstrap.patch that is no longer needed [bsc#984858] - refresh mariadb-10.0.15-fortify-and-O.patch - remove the leftovers of "openSUSE" string from specfile and my.cnf file [bsc#985217] - remove unnecessary conditionals from specfile - add '--ignore-db-dir=lost+found' option to mysql-systemd-helper in order not to misinterpret the lost+found directory as a database [bsc#986251]
2016-05-31 - kstreitova@suse.com - update to MariaDB 10.0.25 GA * release notes: * https://kb.askmonty.org/en/mariadb-10025-release-notes * https://kb.askmonty.org/en/mariadb-10024-release-notes * https://kb.askmonty.org/en/mariadb-10023-release-notes * changelog: * https://kb.askmonty.org/en/mariadb-10025-changelog * https://kb.askmonty.org/en/mariadb-10024-changelog * https://kb.askmonty.org/en/mariadb-10023-changelog * fixed CVEs: * 10.0.25: CVE-2016-0655, CVE-2016-0647, CVE-2016-0648, CVE-2016-0666, CVE-2016-0643 * 10.0.24: CVE-2016-0668, CVE-2016-0640, CVE-2016-0644, CVE-2016-0646, CVE-2016-0649, CVE-2016-0650, CVE-2016-0641 * 10.0.23: CVE-2016-0546, CVE-2016-0505, CVE-2016-0596, CVE-2016-0597, CVE-2016-0616, CVE-2016-0598, CVE-2016-0600, CVE-2016-0606, CVE-2016-0608, CVE-2016-0609, CVE-2016-0642, CVE-2016-0651, CVE-2016-2047 * fixes bugs: [bnc#980904], [bnc#963806] - refresh mariadb-10.0.15-fortify-and-O.patch - remove the following patches (applied upstream): * mariadb-10.0.15-covscan-signexpr.patch * mariadb-10.0.20-tabxml-bufferoverflowstrncat.patch * mariadb-10.0.22-fix_build_denabled_profiling_off.patch - remove ha_tokudb.so plugin and tokuft_logprint and tokuftdump binaries as TokuDB storage engine requires the jemalloc library that isn't present in SLE-12-SP1 [bnc#970287] - fix the leftovers of "logrotate.d/mysql" string in the logrotate error message. Occurrences of this string were changed to "logrotate.d/mariadb" in the mysql-community-server-5.1.46-logrotate.patch [bnc#970295] - add 'log-error' and 'secure-file-priv' configuration options (added via configuration-tweaks.tar.bz2) [bnc#963810] * add '/etc/my.cnf.d/error_log.conf' that specifies 'log-error = /var/log/mysql/mysqld.log'. If no path is set, the error log is written to '/var/lib/mysql/$HOSTNAME.err', which is not picked up by logrotate. * add '/etc/my.cnf.d/secure_file_priv.conf' which specifies that 'LOAD DATA', 'SELECT ... INTO' and 'LOAD FILE()' will only work with files in the directory specified by 'secure-file-priv' option (='/var/lib/mysql-files'). - remove the leftovers of "openSUSE" string in the '-DWITH_COMMENT' and 'DCOMPILATION_COMMENT' options [bnc#961935]
2015-12-16 - kstreitova@suse.com - update to MariaDB 10.0.22 GA * release notes: * https://kb.askmonty.org/en/mariadb-10022-release-notes/ * changelog: * https://kb.askmonty.org/en/mariadb-10022-changelog/ * fixed CVEs: * 10.0.22: CVE-2015-4802, CVE-2015-4807, CVE-2015-4815, CVE-2015-4826, CVE-2015-4830, CVE-2015-4836, CVE-2015-4858, CVE-2015-4861, CVE-2015-4870, CVE-2015-4913, CVE-2015-4792 * fixes bugs: [bnc#958789] * remove the following patches (applied upstream): * mysql-community-server-5.6.12-srv_buf_size.patch * mariadb-10.0.16-header_files_const_warnings.patch * mariadb-10.0.21-mysql-test_innodb_simulate_comp_failures.patch - add mariadb-10.0.22-mysql-test_main_bootstrap.patch that fix main.bootstrap test (change default charset to utf8 in test result) [bnc#937787] - fix information leak via mysql-systemd-helper script [CVE-2015-5969], [bnc#957174] - add mariadb-10.0.22-fix_build_denabled_profiling_off.patch to fix compilation with '-DENABLED_PROFILING=OFF'