* update mariadb to 11.0.3-1
This commit is contained in:
parent
2e725a01ae
commit
a43a96895b
@ -4,8 +4,8 @@
|
|||||||
pkgbase=mariadb
|
pkgbase=mariadb
|
||||||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||||
pkgdesc='Fast SQL database server, derived from MySQL'
|
pkgdesc='Fast SQL database server, derived from MySQL'
|
||||||
pkgver=11.0.2
|
pkgver=11.0.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url='https://mariadb.org/'
|
url='https://mariadb.org/'
|
||||||
@ -17,11 +17,9 @@ validpgpkeys=('177F4010FE56CA3336300305F1656F24C74CD1D8') # MariaDB Signing Key
|
|||||||
# rsync source via https and hope it does not hurt them too much.
|
# rsync source via https and hope it does not hurt them too much.
|
||||||
# https://mariadb.com/kb/en/library/mirror-sites-for-mariadb/
|
# https://mariadb.com/kb/en/library/mirror-sites-for-mariadb/
|
||||||
source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${pkgver}/source/mariadb-${pkgver}.tar.gz"{,.asc}
|
source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${pkgver}/source/mariadb-${pkgver}.tar.gz"{,.asc}
|
||||||
'0002-MDEV-31443-FATAL-InnoDB-Unable-to-find-charset-colla.patch'
|
|
||||||
'0001-arch-specific.patch')
|
'0001-arch-specific.patch')
|
||||||
sha256sums=('3c71576cad0ea416882270e383f94cc89693b7fbcce1fa4f306fe3e931e464ae'
|
sha256sums=('529f08a064ee7733a136ec474a4239e8ac9bd6db139b8ba70bff8a7f1303839a'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'e4ea86c72fe0258e442cc8a2dc6cf040696535e22d70be4cb63007130e39d222'
|
|
||||||
'3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460')
|
'3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
@ -32,10 +30,6 @@ prepare() {
|
|||||||
# * force preloading jemalloc for memory management
|
# * force preloading jemalloc for memory management
|
||||||
# * make systemd-tmpfiles create MYSQL_DATADIR
|
# * make systemd-tmpfiles create MYSQL_DATADIR
|
||||||
patch -Np1 < ../0001-arch-specific.patch
|
patch -Np1 < ../0001-arch-specific.patch
|
||||||
|
|
||||||
# MDEV-31443 assert [FATAL] InnoDB: Unable to find charset-collation for 254 after upgrade from 10.11.4 to 11.0
|
|
||||||
# https://jira.mariadb.org/browse/MDEV-31443
|
|
||||||
patch -Np1 < ../0002-MDEV-31443-FATAL-InnoDB-Unable-to-find-charset-colla.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user