Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / mariadb-lts
Commits: 26070b59 by Christian Hesse at 2026-02-25T17:39:05+01:00 reference the final commit id https://github.com/MariaDB/server/commit/20241132630660c94180f74a00065044dd2ae45c - - - - - 3 changed files: - .SRCINFO - 0002-MDEV-38811-crash-in-information_schema.table_constra.patch - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -42,7 +42,7 @@ pkgbase = mariadb-lts sha256sums = SKIP sha256sums = SKIP sha256sums = a61d638613deb7e54a45bf6bb8f8d07f3c52dead57017a30bce2b8413f6c4e4f - sha256sums = b7f475587ec8657aba5b733e90e4182a69e8bee1eb18201a67726bca5307720b + sha256sums = ac1b5685b5dec754d756a70a694f3f733c43e5e1d9dd5cd383c0ac8602246c7f pkgname = mariadb-lts-libs pkgdesc = MariaDB libraries (LTS) ===================================== 0002-MDEV-38811-crash-in-information_schema.table_constra.patch ===================================== @@ -6,7 +6,7 @@ Subject: [PATCH 1/1] MDEV-38811 crash in information_schema.table_constraints acl_get_all3() wasn't expecting --skip-grant-tables -(cherry picked from commit 87309d3d4bb8f48910d05b0ca5ee989bcdd6b053) +(cherry picked from commit 20241132630660c94180f74a00065044dd2ae45c) --- sql/sql_acl.cc | 3 +++ 1 file changed, 3 insertions(+) ===================================== PKGBUILD ===================================== @@ -37,7 +37,7 @@ sha256sums=('783cd08ebdfebb4fc0d188cd8805eb015c166fd8c11eef0632b109bfa2727186' 'SKIP' 'SKIP' 'a61d638613deb7e54a45bf6bb8f8d07f3c52dead57017a30bce2b8413f6c4e4f' - 'b7f475587ec8657aba5b733e90e4182a69e8bee1eb18201a67726bca5307720b') + 'ac1b5685b5dec754d756a70a694f3f733c43e5e1d9dd5cd383c0ac8602246c7f') prepare() { cd mariadb/ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb-lts/-/commit/26070b59a492fa99c884e56037e2be91590dc8bb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb-lts/-/commit/26070b59a492fa99c884e56037e2be91590dc8bb You're receiving this email because of your account on gitlab.archlinux.org.
