Commit Graph

371 Commits

Author SHA1 Message Date
ajs124
a3982d44a9
Merge pull request #215334 from superherointj/pkg-mariadb-remove-flag-withEmbedded
mariadb: unlink withNuma from withEmbedded
2023-02-15 16:33:15 +01:00
github-actions[bot]
bece38afcc
Merge staging-next into staging 2023-02-09 00:02:56 +00:00
superherointj
616d1877e3 mariadb: make withNuma unrelated to withEmbedded 2023-02-08 13:32:59 -03:00
ajs124
bfe3e5fc15 mariadb_1010: 10.10.2 -> 10.10.3
https://mariadb.com/kb/en/mariadb-10-10-3-release-notes/
2023-02-08 16:06:06 +01:00
ajs124
62e139047b mariadb_109: 10.9.4 -> 10.9.5
https://mariadb.com/kb/en/mariadb-10-9-5-release-notes/
2023-02-08 16:05:49 +01:00
ajs124
10e9377d73 mariadb_108: 10.8.6 -> 10.8.7
https://mariadb.com/kb/en/mariadb-10-8-7-release-notes/
2023-02-08 16:05:16 +01:00
ajs124
1f1880da69 mariadb_106: 10.6.11 -> 10.6.12
https://mariadb.com/kb/en/mariadb-10-6-12-release-notes/
2023-02-08 16:04:23 +01:00
ajs124
c4ee903b0f mariadb_105: 10.5.18 -> 10.5.19
https://mariadb.com/kb/en/mariadb-10-5-19-release-notes/
2023-02-08 16:03:49 +01:00
ajs124
e4ee01e156 mariadb_104: 10.4.27 -> 10.4.28
https://mariadb.com/kb/en/mariadb-10-4-28-release-notes/
2023-02-08 16:03:25 +01:00
superherointj
8e8822c872 mariadb: remove pmdk; make Numa optional 2023-02-07 08:20:53 -03:00
ajs124
3f5fcc6eab mariadb_1010: init at 10.10.2
https://mariadb.com/kb/en/mariadb-10-10-2-release-notes/
2023-01-23 00:35:15 +01:00
ajs124
912fc670f6 mariadb: use openssl_3 for 105
compat was backported, but not to 104
2023-01-23 00:31:49 +01:00
ajs124
d0e4c10df5 mariadb: fix darwin build 2023-01-10 15:08:20 +01:00
ajs124
0525d14950 mariadb_109: 10.9.3 -> 10.9.4
https://mariadb.com/kb/en/mariadb-10-9-4-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
91b70ce7aa mariadb_108: 10.8.5 -> 10.8.6
https://mariadb.com/kb/en/mariadb-10-8-6-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
4a6b0747ed mariadb_106: 10.6.10 -> 10.6.11
https://mariadb.com/kb/en/mariadb-10-6-11-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
b217e7dfcb mariadb_105: 10.5.17 -> 10.5.18
https://mariadb.com/kb/en/mariadb-10-5-18-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
7952d7bc14 mariadb_104: 10.4.26 -> 10.4.27
https://mariadb.com/kb/en/mariadb-10-4-27-release-notes/
2023-01-10 15:06:44 +01:00
Izorkin
9e67ceca2d
mariadb-galera: 26.4.12 -> 26.4.13 2022-12-22 15:06:27 +03:00
Yorick van Pelt
a089f79823
mariadb_107: drop ahead of 22.11 release
Supported until 2023-02, not long enough for 22.11.
2022-11-01 10:36:47 +01:00
Vladimír Čunát
0079830888
Merge #195644: mysql57: drop 2022-10-25 21:23:27 +02:00
Yorick van Pelt
8b30afdd78
mariadb: move callPackage down one layer to preserve .override 2022-10-12 11:02:13 +02:00
Yorick van Pelt
9517864e93
mariadb-embedded: add override to enable building libmysqld.so 2022-10-12 10:29:27 +02:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Jan Tojnar
06b147f6b3 mariadb: remove dangling symlink
There was a symlink `libmariadb.a` → `libmariadbclient.a`
but we are removing the latter file. This causes `nixos-rebuild`
to complain:

    system-path> warning: creating dangling symlink

Let’s remove the symlink as well.
2022-10-06 00:46:48 +02:00
ajs124
89ce25efe9 mariadb: also use openssl_3 for 10.7 and 10.6
follow-up to 84f17a3082
2022-09-19 21:59:46 +02:00
ajs124
1b8755548c mariadb_106: 10.6.9 -> 10.6.10
https://mariadb.com/kb/en/mariadb-10610-release-notes/
2022-09-19 21:55:12 +02:00
ajs124
0f1042dec1 mariadb_107: 10.7.5 -> 10.7.6
https://mariadb.com/kb/en/mariadb-1076-release-notes/
2022-09-19 21:55:06 +02:00
ajs124
d563e5c1e0 mariadb_108: 10.8.4 -> 10.8.5
https://mariadb.com/kb/en/mariadb-1085-release-notes/
2022-09-19 21:51:17 +02:00
ajs124
137d846cbb mariadb_109: 10.9.2 -> 10.9.3
https://mariadb.com/kb/en/mariadb-1093-release-notes/
2022-09-19 21:48:09 +02:00
Vladimír Čunát
f08ac2c92b
Merge branch 'master' into staging-next 2022-08-29 08:58:52 +02:00
Janne Heß
cf793de1b0
Merge pull request #188026 from helsinki-systems/init/mariadb109
mariadb_109: init
2022-08-26 16:33:42 +02:00
github-actions[bot]
5aa24ca693
Merge staging-next into staging 2022-08-25 00:03:34 +00:00
Janne Heß
3852b03bbc
Merge pull request #179790 from NickCao/mariadb-cross
mariadb{,-client}: fix cross compilation and build on riscv
2022-08-24 22:53:49 +02:00
ajs124
386dc41360 mariadb_109: init
https://mariadb.com/kb/en/mariadb-1092-release-notes/
2022-08-23 15:13:46 +02:00
github-actions[bot]
f9974c3fe1
Merge staging-next into staging 2022-08-18 00:03:06 +00:00
ajs124
84f17a3082 mariadb: use openssl_1_1 for older releases
https://jira.mariadb.org/browse/MDEV-28339
2022-08-17 20:16:21 +02:00
ajs124
e710cd5106 mariadb_108: 10.8.3 -> 10.8.4
https://mariadb.com/kb/en/mariadb-1084-release-notes/

Fixes:
- CVE-2022-32082
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
- CVE-2022-32084
2022-08-16 01:29:09 +02:00
ajs124
4131e59c77 mariadb_107: 10.7.4 -> 10.7.5
https://mariadb.com/kb/en/mariadb-1075-release-notes/

Fixes:
- CVE-2022-32082
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
- CVE-2022-32084
2022-08-16 01:28:47 +02:00
ajs124
c7aba71f1c mariadb_106: 10.6.8 -> 10.6.9
https://mariadb.com/kb/en/mariadb-1069-release-notes/

Fixes:
- CVE-2022-32082
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
- CVE-2022-32084
2022-08-16 01:28:19 +02:00
ajs124
aeb72f7668 mariadb_105: 10.5.16 -> 10.5.17
https://mariadb.com/kb/en/mariadb-10517-release-notes/

Fixes:
- CVE-2022-32082
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
- CVE-2022-32084
2022-08-16 01:27:50 +02:00
ajs124
7ea9e62df1 mariadb_104: 10.4.25 -> 10.4.26
https://mariadb.com/kb/en/mariadb-10426-release-notes/

Fixes:
- CVE-2022-32089
- CVE-2022-32081
- CVE-2018-25032
- CVE-2022-32091
- CVE-2022-32084
2022-08-16 01:27:22 +02:00
ajs124
9c6f7712a2 mariadb: sha256 -> hash 2022-08-16 01:19:55 +02:00
Nick Cao
7f930f85a1
mariadb: move cross compilation related cmake flags to common section 2022-07-01 18:08:24 +08:00
Nick Cao
ee44aeef70
mariadb: fix build on riscv 2022-07-01 18:08:17 +08:00
R. Ryantm
1415a8ed77 mariadb-galera: 26.4.11 -> 26.4.12 2022-06-26 00:19:44 +00:00
Janne Heß
21de888352
mariadb/texlive: Lowercase nixos.org
Capitalized URLs look weird and this makes the two URLs in line with the
last remaining NixOS.org at https://github.com/NixOS/nixpkgs/pull/169046
2022-05-26 12:27:44 +02:00
ajs124
58aae88750 mariadb_108: 10.8.2 -> 10.8.3 2022-05-22 13:01:32 +02:00
ajs124
0b100ea343 mariadb_107: 10.7.3 -> 10.7.4 2022-05-22 13:01:23 +02:00
ajs124
4d0a7e4704 mariadb_106: 10.6.7 -> 10.6.8 2022-05-22 13:01:11 +02:00
ajs124
ad2251525f mariadb_105: 10.5.15 -> 10.5.16 2022-05-22 13:00:59 +02:00
ajs124
b2e5c3a0a0 mariadb_104: 10.4.24 -> 10.4.25 2022-05-22 13:00:45 +02:00
Max Ng
df21575304 mariadb: fix invalid PLUGIN_AUTH_PAM value 2022-02-24 19:10:48 -08:00
Janne Heß
6f7baddf2f
mariadb: Fix Darwin build 2022-02-17 16:04:33 +01:00
ajs124
794bc4e5a1
Merge pull request #160285 from r-ryantm/auto-update/mariadb-galera
mariadb-galera: 26.4.10 -> 26.4.11
2022-02-16 23:16:24 +01:00
R. Ryantm
0281345a06 mariadb-galera: 26.4.10 -> 26.4.11 2022-02-16 07:56:32 +00:00
ajs124
25365685ea mariadb_108: 10.8.1 -> 10.8.2 2022-02-14 22:46:26 +01:00
ajs124
068a321777 mariadb_107: 10.7.2 -> 10.7.3 2022-02-14 22:46:12 +01:00
ajs124
45ab3705c8 mariadb_106: 10.6.6 -> 10.6.7 2022-02-14 22:45:59 +01:00
ajs124
b445fd5854 mariadb_105: 10.5.14 -> 10.5.15 2022-02-14 22:45:47 +01:00
ajs124
1a1666daaf mariadb_104: 10.4.23 -> 10.4.24 2022-02-14 22:45:37 +01:00
ajs124
0b06254f5d Revert "Revert "Merge pull request #158822 from helsinki-systems/upd/mariadb""
This reverts commit 0c5b8cd1cb.
2022-02-14 22:41:22 +01:00
ajs124
0c5b8cd1cb Revert "Merge pull request #158822 from helsinki-systems/upd/mariadb"
This reverts commit ce1346ad83, reversing
changes made to b506de1d77.
2022-02-11 13:34:55 +01:00
Franz Pletz
ce1346ad83
Merge pull request #158822 from helsinki-systems/upd/mariadb 2022-02-11 02:18:01 +01:00
ajs124
21ca2a9da0 mariadb_108: init at 10.8.1 2022-02-09 22:40:05 +01:00
ajs124
6e779c3b05 mariadb_107: init at 10.7.2 2022-02-09 22:40:03 +01:00
ajs124
d70e970e48 mariadb_106: 10.6.5 -> 10.6.6 2022-02-09 22:22:34 +01:00
ajs124
a8b3820bf7 mariadb_105: 10.5.13 -> 10.5.14 2022-02-09 22:21:14 +01:00
ajs124
74497d0d54 mariadb_104: 10.4.22 -> 10.4.23 2022-02-09 22:21:00 +01:00
github-actions[bot]
0b0b544416
Merge staging-next into staging 2022-01-30 00:02:26 +00:00
Nick Cao
fae7115d2e
mariadb: fix cross compilation 2022-01-24 08:40:25 +08:00
Sandro
f681a690fb
Merge pull request #155991 from helsinki-systems/upd/mariadb-connector-c 2022-01-23 06:45:53 +01:00
ajs124
65dfe147b7 nixos/tests/mariadb-galera: test multiple mariadb versions
merge both tests and completely refactor
2022-01-22 02:27:04 +01:00
ajs124
98c8295279 mariadb: support multiple versions 2022-01-22 02:27:04 +01:00
ajs124
db051013ed mariadb-connector-c: 3.2.3 -> 3.2.5
https://mariadb.com/kb/en/mariadb-connector-c-324-release-notes/
https://kb-mirror.mariadb.com/kb/en/mariadb-connector-c-325-release-notes/
2022-01-21 02:40:44 +01:00
schnusch
87e4cf09dc mariadb-connector-c: remove broken src url 2022-01-21 02:38:59 +01:00
github-actions[bot]
c39cd5f314
Merge master into staging-next 2021-11-26 00:01:38 +00:00
SCOTT-HAMILTON
b47648f6c8
mariadb-connector-c: fix static build (#147166) 2021-11-25 16:03:55 -05:00
github-actions[bot]
588cccd6c5
Merge master into staging-next 2021-11-24 06:01:08 +00:00
Vika Shleina
ccb2baa615
mariadb: fix build on non-x86_64 linux
pmdk is only available on x86_64-linux, yet included in other platforms.

Things tested:
 - build on x86_64-linux is the same (substituted from binary cache)
 - build on aarch64-linux doesn't crash now with an "unsupported system"
2021-11-24 02:18:47 +03:00
Artturi
40d43349e6
Merge pull request #146442 from Artturin/mariaconnectormyconfig 2021-11-22 19:11:15 +02:00
Izorkin
8aa3e1f42a
mariadb-galera: 26.4.9 -> 26.4.10 2021-11-19 20:58:04 +03:00
Izorkin
1fa2e5fdc9
mariadb: move patches to subfolder 2021-11-19 20:58:04 +03:00
Izorkin
595511e632
mariadb: cleanup build configuration 2021-11-19 20:58:01 +03:00
Izorkin
cff899a959
mariadb: add pmem support 2021-11-19 20:56:03 +03:00
Izorkin
be52b4640f
mariadb: move fix mytop to common stage 2021-11-19 20:54:12 +03:00
ajs124
937cf30e7e mariadb: replace libaio with liburing
was missed in a160dfbf35

see also https://jira.mariadb.org/browse/MDEV-24883
2021-11-19 16:10:34 +01:00
Artturin
e148f5ff46 mariadb-connector-c: install my_config.h
https://github.com/bmwiedemann/openSUSE/blob/master/packages/m/mariadb-connector-c/mariadb-connector-c.spec#L152
https://github.com/NixOS/nixpkgs/issues/146340

arch, however, packages it in their mariadb-libs package which provides
connector-c so a nixpkgs mariadb maintainer may want to look into that
https://archlinux.org/packages/extra/x86_64/mariadb-libs/files/
2021-11-18 02:03:17 +02:00
Dmitry Kalinkin
86db5fef7b
mariadb: fix darwin build 2021-11-17 02:46:12 -05:00
Dmitry Kalinkin
6253ab088a
mariadb: revert to using fetchurl
Unlike the `fetchzip`, the `fetchurl` allows for tarballs to be backed
up to tarballs.nixos.org.
2021-11-17 02:43:44 -05:00
ajs124
09d3d7fe36 mariadb: 10.6.3 -> 10.6.5
https://mariadb.com/kb/en/mariadb-1064-release-notes/
https://mariadb.com/kb/en/mariadb-1065-release-notes/
2021-11-11 00:34:39 +01:00
Jan Tojnar
4d440e9089 mariadb: remove broken symlink
We are removing the file this links to so let’s remove the link as well.
2021-09-24 02:39:16 +02:00
Vladimír Čunát
01ab36d875
mariadb.client: fixup build
I expect it got broken by mariadb update in PR #132916 (a160dfbf3).
2021-09-12 11:42:22 +02:00
ajs124
9aad425904 libmysqlclient: init 3.2 and default to it
https://mariadb.com/kb/en/changes-and-improvements-in-mariadb-connector-c-32/
2021-08-12 13:22:39 +02:00
ajs124
5055c1e969 mariadb-galera: 26.4.8 -> 26.4.9 2021-08-12 13:22:36 +02:00
ajs124
a160dfbf35 mariadb: 10.5.11 -> 10.6.3
new minor release https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/
2021-08-12 13:22:34 +02:00
github-actions[bot]
75dab3d616
Merge master into staging-next 2021-07-07 12:01:21 +00:00
Kasper Gałkowski
cd7ca4552a mariadb: replace galera_new_cluster in postPatch instead of postInstall
This prevents build errors when building mariadb with systemd removed
from buildInputs, in which case the galera_new_cluster file isn't
copied to $out/bin.

Also fixes a small bug where the URL in the script became invalid
after replacing - now it correctly points to an article on the MariaDB
website.
2021-07-06 00:33:56 +02:00
github-actions[bot]
a28ba52cac
Merge staging-next into staging 2021-07-05 18:01:46 +00:00
Izorkin
f85b19387d
mariadb: libsodium is required to build mroonga storage 2021-07-04 22:51:17 +03:00