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

Updated changelog and refreshed patches after 10.0.20 import

parent 840577e8
mariadb-10.0 (10.0.20-1) unstable; urgency=low
* New upstream release. Includes fix for the following security vulnerability:
- CVE-2015-3152: Client command line option --ssl-verify-server-cert (and
MYSQL_OPT_SSL_VERIFY_SERVER_CERT option of the client API) when used
together with --ssl will ensure that the established connection is
SSL-encrypted and the MariaDB server has a valid certificate.
-- Otto Kekäläinen <otto@seravo.fi> Fri, 19 Jun 2015 13:01:56 +0300
mariadb-10.0 (10.0.19-1) unstable; urgency=low mariadb-10.0 (10.0.19-1) unstable; urgency=low
* New upstream release. Fixed the server crash caused by mysql_upgrade * New upstream release. Fixed the server crash caused by mysql_upgrade
......
...@@ -4,7 +4,7 @@ Last-Update: 2014-10-02 ...@@ -4,7 +4,7 @@ Last-Update: 2014-10-02
--- mariadb-10.0-10.0.13.orig/storage/connect/tabxml.cpp --- mariadb-10.0-10.0.13.orig/storage/connect/tabxml.cpp
+++ mariadb-10.0-10.0.13/storage/connect/tabxml.cpp +++ mariadb-10.0-10.0.13/storage/connect/tabxml.cpp
@@ -1825,7 +1825,7 @@ void XMULCOL::ReadColumn(PGLOBAL g) @@ -1798,7 +1798,7 @@ void XMULCOL::ReadColumn(PGLOBAL g)
if (N > Tdbp->Limit) { if (N > Tdbp->Limit) {
N = Tdbp->Limit; N = Tdbp->Limit;
......
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