[oe-commits] [meta-openembedded] 03/21: mariadb: Upgrade to 10.3.16

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 02:41:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 15ca4c94535002a773283c2d084e1f2c91963052
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Mon Jun 17 01:41:51 2019 -0700

    mariadb: Upgrade to 10.3.16
    
    License-Update:
    The address of Free Software Foundation updated
    
    Bug fixes:
     MDEV-19490: show tables fails when selecting the information_schema database
     MDEV-19541: InnoDB crashes when trying to recover a corrupted page
    
    More details check:
     https://jira.mariadb.org/browse/MDEV-19490
     https://jira.mariadb.org/browse/MDEV-19541
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../{mariadb-native_10.3.15.bb => mariadb-native_10.3.16.bb}      | 0
 meta-oe/recipes-dbs/mysql/mariadb.inc                             | 8 ++++----
 .../recipes-dbs/mysql/{mariadb_10.3.15.bb => mariadb_10.3.16.bb}  | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_10.3.15.bb b/meta-oe/recipes-dbs/mysql/mariadb-native_10.3.16.bb
similarity index 100%
rename from meta-oe/recipes-dbs/mysql/mariadb-native_10.3.15.bb
rename to meta-oe/recipes-dbs/mysql/mariadb-native_10.3.16.bb
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index eed23d2..9a398b3 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -2,9 +2,9 @@ SUMMARY = "A robust, scalable, and reliable SQL server"
 HOMEPAGE = "http://mariadb.org"
 SECTION = "libs"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311"
 
-SRC_URI = "https://downloads.mariadb.org/interstitial/${BPN}-${PV}/source/${BPN}-${PV}.tar.gz \
+SRC_URI = "https://downloads.mariadb.com/MariaDB/${BPN}-${PV}/source/${BPN}-${PV}.tar.gz \
            file://my.cnf \
            file://mysqld.service \
            file://install_db.service \
@@ -19,8 +19,8 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BPN}-${PV}/source/${BPN}
            file://clang_version_header_conflict.patch \
            file://fix-arm-atomic.patch \
           "
-SRC_URI[md5sum] = "08edd8b5060a181e6dd3c6aac23218cd"
-SRC_URI[sha256sum] = "27f391a54d544f93850d4edfb3ef1b4cf24f8e27e61e51727b0e7d31bb4d6968"
+SRC_URI[md5sum] = "11220d0b94c5c24caa2e1e9eaba38e31"
+SRC_URI[sha256sum] = "39e9723eaf620afd99b0925b2c2a5a50a89110ba50040adf14cce7cf89e5e21b"
 
 UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
 
diff --git a/meta-oe/recipes-dbs/mysql/mariadb_10.3.15.bb b/meta-oe/recipes-dbs/mysql/mariadb_10.3.16.bb
similarity index 100%
rename from meta-oe/recipes-dbs/mysql/mariadb_10.3.15.bb
rename to meta-oe/recipes-dbs/mysql/mariadb_10.3.16.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list