Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
04f1fb2e
Commit
04f1fb2e
authored
Jun 19, 2015
by
Otto Kekäläinen
Browse files
Updated changelog and refreshed patches after 10.0.20 import
parent
840577e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
04f1fb2e
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
...
...
debian/patches/fix-spelling-errors.patch
View file @
04f1fb2e
...
@@ -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
@@ -1
825
,7 +1
825
,7 @@
void XMULCOL::ReadColumn(PGLOBAL g)
@@ -1
798
,7 +1
798
,7 @@
void XMULCOL::ReadColumn(PGLOBAL g)
if (N > Tdbp->Limit) {
if (N > Tdbp->Limit) {
N = Tdbp->Limit;
N = Tdbp->Limit;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment