Upstream has released MariaDB 10.0.25 on April 30: https://mariadb.org/mariadb-10-0-25-now-available/ It fixes five security issues: https://mariadb.com/kb/en/mariadb/mariadb-10025-release-notes/ Updated package uploaded for Mageia 5. Advisory: ======================== Updated mariadb packages fix security vulnerabilities: The mariadb package has been updated to version 10.0.25. It fixes several security issues (CVE-2016-0643, CVE-2016-0647, CVE-2016-0648, CVE-2016-0655, CVE-2016-0666) and other bugs. See the upstream release notes for details. References: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0643 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0647 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0648 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0655 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0666 https://mariadb.com/kb/en/mariadb/mariadb-10025-release-notes/ https://mariadb.com/kb/en/mariadb-10025-changelog/ ======================== Updated packages in core/updates_testing: ======================== mariadb-10.0.25-1.mga5 mysql-MariaDB-10.0.25-1.mga5 mariadb-cassandra-10.0.25-1.mga5 mariadb-feedback-10.0.25-1.mga5 mariadb-oqgraph-10.0.25-1.mga5 mariadb-connect-10.0.25-1.mga5 mariadb-sphinx-10.0.25-1.mga5 mariadb-mroonga-10.0.25-1.mga5 mariadb-sequence-10.0.25-1.mga5 mariadb-spider-10.0.25-1.mga5 mariadb-extra-10.0.25-1.mga5 mariadb-obsolete-10.0.25-1.mga5 mariadb-core-10.0.25-1.mga5 mariadb-common-core-10.0.25-1.mga5 mariadb-common-10.0.25-1.mga5 mariadb-client-10.0.25-1.mga5 mariadb-bench-10.0.25-1.mga5 libmariadb18-10.0.25-1.mga5 libmariadb-devel-10.0.25-1.mga5 libmariadb-embedded18-10.0.25-1.mga5 libmariadb-embedded-devel-10.0.25-1.mga5 from mariadb-10.0.25-1.mga5.src.rpm
mga5-32bit Linux localhost 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:37:30 UTC 2016 i686 i686 i686 GNU/Linux root@localhost brian]# urpmi mariadb Package mariadb-10.0.25-1.mga5.i586 is already installed rebooted - it is running [brian@localhost ~]$ ps -ef | grep sql mysql 2208 1 0 07:55 ? 00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysqld/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock --port=3306 brian 2614 2612 0 07:56 ? 00:00:01 /usr/sbin/mysqld --defaults-file=/home/brian/.local/share/akonadi/mysql.conf --datadir=/home/brian/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-brian.ZLmawJ/mysql.socket will continue posting tests as I get time.
CC: (none) => brtians1
Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 327 Server version: 10.0.25-MariaDB Mageia MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [test]> create table lotanames (name varchar(30)); Query OK, 0 rows affected (0.06 sec) MariaDB [test]> insert into lotanames (name) values ('Tom'); Query OK, 1 row affected (0.47 sec) MariaDB [test]> insert into lotanames (name) values ('Dick'); Query OK, 1 row affected (0.04 sec) MariaDB [test]> insert into lotanames (name) values ('Harry'); Query OK, 1 row affected (0.03 sec) MariaDB [test]> select * from lotanames; +-------+ | name | +-------+ | Tom | | Dick | | Harry | +-------+ 3 rows in set (0.00 sec) Seems to be working as designed.
Whiteboard: (none) => MGA5-32-OK
mga5-64 [brian@localhost ~]$ uname -a Linux localhost 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:05:51 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 4 Server version: 10.0.25-MariaDB Mageia MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [test]> MariaDB [test]> create table lotanames (name varchar(30)); Query OK, 0 rows affected (0.07 sec) MariaDB [test]> insert into lotanames (name) values ('Bill'); Query OK, 1 row affected (0.01 sec) MariaDB [test]> insert into lotanames (name) values ('Ann'); Query OK, 1 row affected (0.01 sec) MariaDB [test]> insert into lotanames (name) values ('Claire'); Query OK, 1 row affected (0.01 sec) MariaDB [test]> insert into lotanames (name) values ('David'); Query OK, 1 row affected (0.01 sec) MariaDB [test]> insert into lotanames (name) values ('TJ'); Query OK, 1 row affected (0.00 sec) MariaDB [test]> select * from lotanames; +--------+ | name | +--------+ | Bill | | Ann | | Claire | | David | | TJ | +--------+ 5 rows in set (0.00 sec) Base system seems to be working as designed. I obviously haven't tried any of the load or backup utils. Working as designed
Whiteboard: MGA5-32-OK => MGA5-32-OK MGA5-64-OK
Keywords: (none) => validated_updateCC: (none) => sysadmin-bugs
Whiteboard: MGA5-32-OK MGA5-64-OK => has_procedure advisory MGA5-32-OK MGA5-64-OK
An update for this issue has been pushed to the Mageia Updates repository. http://advisories.mageia.org/MGASA-2016-0182.html
Status: NEW => RESOLVEDResolution: (none) => FIXED