diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2019-05-23 18:41:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-24 10:11:28 -0700 |
commit | 7341b7f79689e4b6f5699cbb7544d0f16670c09c (patch) | |
tree | fc7ff77b510183999563d359de87d5237d39b415 /meta-oe/recipes-dbs/mysql/mariadb.inc | |
parent | a78c3ba083989c6015e4d57488d4c32b521e8d7c (diff) | |
download | meta-openembedded-7341b7f79689e4b6f5699cbb7544d0f16670c09c.tar.gz |
mariadb: Upgrade to 10.3.15
Fixes for the following security vulnerabilities:
CVE-2019-2614
CVE-2019-2627
CVE-2019-2628
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb.inc')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index fca74d448..eed23d28a 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -19,8 +19,8 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BPN}-${PV}/source/${BPN} | |||
19 | file://clang_version_header_conflict.patch \ | 19 | file://clang_version_header_conflict.patch \ |
20 | file://fix-arm-atomic.patch \ | 20 | file://fix-arm-atomic.patch \ |
21 | " | 21 | " |
22 | SRC_URI[md5sum] = "603ce42e35b9a688f2cca05275acb5cb" | 22 | SRC_URI[md5sum] = "08edd8b5060a181e6dd3c6aac23218cd" |
23 | SRC_URI[sha256sum] = "b2aa857ef5b84f85a7ea60a1eac7b34c0ca5151c71a0d44ce2d7fb028d71459a" | 23 | SRC_URI[sha256sum] = "27f391a54d544f93850d4edfb3ef1b4cf24f8e27e61e51727b0e7d31bb4d6968" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases" | 25 | UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases" |
26 | 26 | ||