extra/mariadb to 11.6.2-2

This commit is contained in:
Kevin Mihelich 2024-11-22 11:37:10 +00:00
parent 76ffc66017
commit 447a90921e
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mariadb
pkgdesc = Fast SQL database server, derived from MySQL
pkgver = 11.6.2
pkgrel = 1
pkgrel = 2
url = https://mariadb.org/
arch = x86_64
license = GPL-2.0-only

View file

@ -15,7 +15,7 @@ pkgbase=mariadb
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
pkgdesc='Fast SQL database server, derived from MySQL'
pkgver=11.6.2
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('GPL-2.0-only')
url='https://mariadb.org/'
@ -52,6 +52,10 @@ prepare() {
git submodule init
git -c protocol.file.allow=always submodule update
# MDEV-35398 Improve shrinking of system tablespace
git cherry-pick -n \
866a8ea6736d2edc0f6be552d1cdd6810c10d5ab
# Arch Linux specific patches:
# * enable PrivateTmp for a little bit more security
# * force preloading jemalloc for memory management