diff mbox series

[1/1] mariadb: security bump version to 10.1.29

Message ID 20171214174157.3354-1-bluemrp9@gmail.com
State Accepted
Commit e299197a2c2a267d05e5ae7cb7298bce0faceb51
Headers show
Series [1/1] mariadb: security bump version to 10.1.29 | expand

Commit Message

Ryan Coe Dec. 14, 2017, 5:41 p.m. UTC
Release notes: https://mariadb.com/kb/en/mariadb-10129-release-notes/
Changelog: https://mariadb.com/kb/en/mariadb-10129-changelog/

Fixes the following security vulnerabilities:

CVE-2017-10378 - Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Optimizer). Supported versions that are affected are
5.5.57 and earlier, 5.6.37 and earlier and 5.7.11 and earlier. Easily
exploitable vulnerability allows low privileged attacker with network access
via multiple protocols to compromise MySQL Server. Successful attacks of this
vulnerability can result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server.

CVE-2017-10268 - Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Replication). Supported versions that are affected are
5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 and earlier. Difficult to
exploit vulnerability allows high privileged attacker with logon to the
infrastructure where MySQL Server executes to compromise MySQL Server.
Successful attacks of this vulnerability can result in unauthorized access to
critical data or complete access to all MySQL Server accessible data.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/mariadb/mariadb.hash | 4 ++--
 package/mariadb/mariadb.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Dec. 14, 2017, 8:21 p.m. UTC | #1
>>>>> "Ryan" == Ryan Coe <bluemrp9@gmail.com> writes:

 > Release notes: https://mariadb.com/kb/en/mariadb-10129-release-notes/
 > Changelog: https://mariadb.com/kb/en/mariadb-10129-changelog/

 > Fixes the following security vulnerabilities:

 > CVE-2017-10378 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Optimizer). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.11 and earlier. Easily
 > exploitable vulnerability allows low privileged attacker with network access
 > via multiple protocols to compromise MySQL Server. Successful attacks of this
 > vulnerability can result in unauthorized ability to cause a hang or frequently
 > repeatable crash (complete DOS) of MySQL Server.

 > CVE-2017-10268 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Replication). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 and earlier. Difficult to
 > exploit vulnerability allows high privileged attacker with logon to the
 > infrastructure where MySQL Server executes to compromise MySQL Server.
 > Successful attacks of this vulnerability can result in unauthorized access to
 > critical data or complete access to all MySQL Server accessible data.

 > Signed-off-by: Ryan Coe <bluemrp9@gmail.com>

Committed, thanks.
Peter Korsgaard Dec. 27, 2017, 4:13 p.m. UTC | #2
>>>>> "Ryan" == Ryan Coe <bluemrp9@gmail.com> writes:

 > Release notes: https://mariadb.com/kb/en/mariadb-10129-release-notes/
 > Changelog: https://mariadb.com/kb/en/mariadb-10129-changelog/

 > Fixes the following security vulnerabilities:

 > CVE-2017-10378 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Optimizer). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.11 and earlier. Easily
 > exploitable vulnerability allows low privileged attacker with network access
 > via multiple protocols to compromise MySQL Server. Successful attacks of this
 > vulnerability can result in unauthorized ability to cause a hang or frequently
 > repeatable crash (complete DOS) of MySQL Server.

 > CVE-2017-10268 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Replication). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 and earlier. Difficult to
 > exploit vulnerability allows high privileged attacker with logon to the
 > infrastructure where MySQL Server executes to compromise MySQL Server.
 > Successful attacks of this vulnerability can result in unauthorized access to
 > critical data or complete access to all MySQL Server accessible data.

 > Signed-off-by: Ryan Coe <bluemrp9@gmail.com>

Committed to 2017.11.x, thanks.
Peter Korsgaard Dec. 30, 2017, 11:06 p.m. UTC | #3
>>>>> "Ryan" == Ryan Coe <bluemrp9@gmail.com> writes:

 > Release notes: https://mariadb.com/kb/en/mariadb-10129-release-notes/
 > Changelog: https://mariadb.com/kb/en/mariadb-10129-changelog/

 > Fixes the following security vulnerabilities:

 > CVE-2017-10378 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Optimizer). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.11 and earlier. Easily
 > exploitable vulnerability allows low privileged attacker with network access
 > via multiple protocols to compromise MySQL Server. Successful attacks of this
 > vulnerability can result in unauthorized ability to cause a hang or frequently
 > repeatable crash (complete DOS) of MySQL Server.

 > CVE-2017-10268 - Vulnerability in the MySQL Server component of Oracle MySQL
 > (subcomponent: Server: Replication). Supported versions that are affected are
 > 5.5.57 and earlier, 5.6.37 and earlier and 5.7.19 and earlier. Difficult to
 > exploit vulnerability allows high privileged attacker with logon to the
 > infrastructure where MySQL Server executes to compromise MySQL Server.
 > Successful attacks of this vulnerability can result in unauthorized access to
 > critical data or complete access to all MySQL Server accessible data.

 > Signed-off-by: Ryan Coe <bluemrp9@gmail.com>

Committed to 2017.02.x, thanks.
diff mbox series

Patch

diff --git a/package/mariadb/mariadb.hash b/package/mariadb/mariadb.hash
index 1483bf70da..fcca9be6e4 100644
--- a/package/mariadb/mariadb.hash
+++ b/package/mariadb/mariadb.hash
@@ -1,5 +1,5 @@ 
-# From https://downloads.mariadb.org/mariadb/10.1.28/
-sha256 292dc8fff420c4bdaf3a2c3381ec3c99292965db2b09de0d7fec414c00032bbd  mariadb-10.1.28.tar.gz
+# From https://downloads.mariadb.org/mariadb/10.1.29/
+sha256 73bbd5602f52ab5aa4d83f465134871b6c87bda25371d098f6da5a3d98517ed4  mariadb-10.1.29.tar.gz
 
 # Hash for license files
 sha256 69ce89a0cadbe35a858398c258be93c388715e84fc0ca04e5a1fd1aa9770dd3a  README
diff --git a/package/mariadb/mariadb.mk b/package/mariadb/mariadb.mk
index 9d30d8f207..a726032fcb 100644
--- a/package/mariadb/mariadb.mk
+++ b/package/mariadb/mariadb.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-MARIADB_VERSION = 10.1.28
+MARIADB_VERSION = 10.1.29
 MARIADB_SITE = https://downloads.mariadb.org/interstitial/mariadb-$(MARIADB_VERSION)/source
 MARIADB_LICENSE = GPL-2.0 (server), GPL-2.0 with FLOSS exception (GPL client library), LGPL-2.0 (LGPL client library)
 # Tarball no longer contains LGPL license text