Commit 86207958 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Update changelog and refresh patches after 10.0.25 import

Also retroactively add CVE identifiers to previous releases.
Additionally update Maintainer in d/control to match Ubuntu conventions.
parent dee0e20d
mariadb-10.0 (10.0.25-0ubuntu0.16.04.1) xenial-security; urgency=low
* SECURITY UPDATE: New upstream release 10.0.25. Includes fixes for the
following security vulnerabilities (LP: #1589302):
- CVE-2016-0666
- CVE-2016-0655
- CVE-2016-0648
- CVE-2016-0647
- CVE-2016-0643
* Includes fixes done in 10.0.24 for the following security vulnerabilities:
- CVE-2016-0668
- CVE-2016-0650
- CVE-2016-0649
- CVE-2016-0646
- CVE-2016-0644
- CVE-2016-0641
- CVE-2016-0640
* Updated old changelog entries to include new CVE identifiers.
* Upstream included changes to logrotate script that supports systems that
has multiple mysqld processes running (Closes: #810968).
* Upstream included bugfix to mariadb-server-10.0 postinstall.
* Update Maintainer in d/control to match Ubuntu conventions.
-- Otto Kekäläinen <otto@debian.org> Wed, 08 Jun 2016 11:31:46 -0400
mariadb-10.0 (10.0.24-7) unstable; urgency=low
* Temporarily remove mariadb-plugin-cassandra as Debian FTP bot thinks
......@@ -112,6 +137,8 @@ mariadb-10.0 (10.0.23-1) unstable; urgency=low
* New upstream release 10.0.23. Includes fixes for the following
security vulnerabilities:
- CVE-2016-2047
- CVE-2016-0651
- CVE-2016-0642
- CVE-2016-0616
- CVE-2016-0609
- CVE-2016-0608
......
Source: mariadb-10.0
Section: database
Priority: optional
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Uploaders: Otto Kekäläinen <otto@debian.org>, Arnaud Fontaine <arnau@debian.org>
Build-Depends: bison,
chrpath,
......
......@@ -18,4 +18,4 @@ Bug: https://jira.mariadb.org/browse/MDEV-8375
+
# Create mtr database
mtr_tofile($bootstrap_sql_file,
"CREATE DATABASE mtr;\n");
"CREATE DATABASE mtr CHARSET=latin1;\n");
......@@ -10,7 +10,7 @@ Bug: https://jira.mariadb.org/browse/MDEV-8375
--- a/scripts/mysql_system_tables_data.sql
+++ b/scripts/mysql_system_tables_data.sql
@@ -29,10 +29,7 @@
@@ -29,10 +29,7 @@ SELECT LOWER( REPLACE((SELECT REPLACE(@@
-- Fill "user" table with default users allowing root access
-- from local machine if "user" table didn't exist before
CREATE TEMPORARY TABLE tmp_user LIKE user;
......@@ -21,3 +21,4 @@ Bug: https://jira.mariadb.org/browse/MDEV-8375
+INSERT INTO tmp_user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'unix_socket','','N', 'N');
INSERT INTO user SELECT * FROM tmp_user WHERE @had_user_table=0;
DROP TABLE tmp_user;
......@@ -22,10 +22,9 @@ Bug: https://jira.mariadb.org/browse/MDEV-9528
+Use: For a full list of available options, see the mysql man page
+.PP
+For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -26,7 +26,7 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
@@ -26,7 +26,7 @@ SET(MAN1_SERVER innochecksum.1 my_print_
SET(MAN8_SERVER mysqld.8)
SET(MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment