summaryrefslogtreecommitdiffstats
path: root/package/mariadb/mariadb.mk
diff options
context:
space:
mode:
authorRyan Coe <bluemrp9@gmail.com>2017-12-14 09:41:57 -0800
committerPeter Korsgaard <peter@korsgaard.com>2017-12-14 21:18:43 +0100
commite299197a2c2a267d05e5ae7cb7298bce0faceb51 (patch)
treead2de497adb050db879c804a073c236d1dabccee /package/mariadb/mariadb.mk
parent985d1a03c394a947f38ec33254fba0488ba9518d (diff)
downloadbuildroot-e299197a2c2a267d05e5ae7cb7298bce0faceb51.tar.gz
buildroot-e299197a2c2a267d05e5ae7cb7298bce0faceb51.zip
mariadb: security bump version to 10.1.29
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mariadb/mariadb.mk')
-rw-r--r--package/mariadb/mariadb.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud