* [PR PATCH] mariadb: update to 11.4.3
@ 2024-08-23 13:00 dashfader
2024-08-23 13:36 ` abenson
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: dashfader @ 2024-08-23 13:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]
There is a new pull request by dashfader against master on the void-packages repository
https://github.com/dashfader/void-packages master
https://github.com/void-linux/void-packages/pull/51959
mariadb: update to 11.4.3
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc & musl)
A patch file from https://github.com/void-linux/void-packages/pull/51959.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51959.patch --]
[-- Type: text/x-diff, Size: 1737 bytes --]
From 756802e4ac16f69032482fa4bb5b750241c29349 Mon Sep 17 00:00:00 2001
From: Fadly Andriyanto <fdlandriyanto@gmail.com>
Date: Fri, 23 Aug 2024 12:57:40 +0000
Subject: [PATCH] mariadb: update to 11.4.3
---
srcpkgs/mariadb/INSTALL | 2 +-
srcpkgs/mariadb/template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mariadb/INSTALL b/srcpkgs/mariadb/INSTALL
index f66078207ff7f7..0422f257d258bb 100644
--- a/srcpkgs/mariadb/INSTALL
+++ b/srcpkgs/mariadb/INSTALL
@@ -6,7 +6,7 @@ post)
chmod 700 usr/lib/mysql/plugin/auth_pam_tool_dir
chown mysql usr/lib/mysql/plugin/auth_pam_tool_dir
if [ "$UPDATE" = "no" ] && [ ! -f var/lib/mysql/mysql-bin.index ]; then
- chpst -u mysql:mysql usr/bin/mysql_install_db --user=mysql --basedir=/usr \
+ chpst -u mysql:mysql usr/bin/mariadb-install-db --user=mysql --basedir=/usr \
--datadir=/var/lib/mysql --rpm --cross-bootstrap
fi
;;
diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template
index 410f17b3ac58a8..d44ee4c84c61dc 100644
--- a/srcpkgs/mariadb/template
+++ b/srcpkgs/mariadb/template
@@ -1,7 +1,7 @@
# Template file for 'mariadb'
pkgname=mariadb
-version=11.1.2
-revision=2
+version=11.4.3
+revision=1
build_style=cmake
build_helper=qemu
configure_args="-DBUILD_CONFIG=mysql_release
@@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://mariadb.com"
distfiles="https://archive.mariadb.org/mariadb-${version}/source/mariadb-${version}.tar.gz"
-checksum=19a9e980e57fa332931f643b48ad7390528c889ff6ea8b0e16fd306aa3088238
+checksum=6f0017b9901bb1897de0eed21caef9ffa9d66ef559345a0d8a6f011308413ece
lib32disabled=yes
provides="mysql-${version}_${revision}"
replaces="mysql>=0"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mariadb: update to 11.4.3
2024-08-23 13:00 [PR PATCH] mariadb: update to 11.4.3 dashfader
@ 2024-08-23 13:36 ` abenson
2024-08-23 15:57 ` dashfader
2024-11-15 17:06 ` [PR PATCH] [Closed]: " dashfader
2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2024-08-23 13:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/51959#issuecomment-2307113615
Comment:
Please don't close/open new PRs, it makes it harder for us to track the progress of the PR.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mariadb: update to 11.4.3
2024-08-23 13:00 [PR PATCH] mariadb: update to 11.4.3 dashfader
2024-08-23 13:36 ` abenson
@ 2024-08-23 15:57 ` dashfader
2024-11-15 17:06 ` [PR PATCH] [Closed]: " dashfader
2 siblings, 0 replies; 4+ messages in thread
From: dashfader @ 2024-08-23 15:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 304 bytes --]
New comment by dashfader on void-packages repository
https://github.com/void-linux/void-packages/pull/51959#issuecomment-2307371197
Comment:
My bad, i apologize for that. I accidentally deleted the old branch while trying to update it since a newer version than the last one is available at the moment
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: mariadb: update to 11.4.3
2024-08-23 13:00 [PR PATCH] mariadb: update to 11.4.3 dashfader
2024-08-23 13:36 ` abenson
2024-08-23 15:57 ` dashfader
@ 2024-11-15 17:06 ` dashfader
2 siblings, 0 replies; 4+ messages in thread
From: dashfader @ 2024-11-15 17:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 953 bytes --]
There's a closed pull request on the void-packages repository
mariadb: update to 11.4.3
https://github.com/void-linux/void-packages/pull/51959
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc & musl)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-15 17:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-23 13:00 [PR PATCH] mariadb: update to 11.4.3 dashfader
2024-08-23 13:36 ` abenson
2024-08-23 15:57 ` dashfader
2024-11-15 17:06 ` [PR PATCH] [Closed]: " dashfader
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).