Simon Hauser
b0519b4318
mariadb: 10.5.27, 10.6.20, 10.11.10, 11.4.4
...
Changelog:
- https://mariadb.com/kb/en/mariadb-10-5-27-changelog/
- https://mariadb.com/kb/en/mariadb-10-6-20-changelog/
- https://mariadb.com/kb/en/mariadb-10-11-10-changelog/
- https://mariadb.com/kb/en/mariadb-11-4-4-changelog/
2024-11-04 16:34:26 +01:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Simon Hauser
32cc042368
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 ( #334878 )
...
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3
* nixos/tests/automysqlbackup: nixfmt
* nixos/automysqlbackup: fix tests
* nixos/tests/mariadb-galera: nixfmt
* nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
2024-09-23 20:00:19 +02:00
0x4A6F
67d0a62075
Merge pull request #332445 from helsinki-systems/upd/galera
...
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-14 17:37:26 +02:00
Peder Bergebakken Sundt
d4b7361c84
Merge pull request #311458 from TomaSajt/servers-toplevel-with
...
Remove usage of top-level `with lib;` from `pkgs/servers`
2024-08-08 22:50:56 +02:00
Simon Hauser
564236b384
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-05 11:50:41 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
R. Ryantm
f7d9d1048c
mariadb-galera: 26.4.18 -> 26.4.19
2024-07-04 02:36:41 +00:00
TomaSajt
7f98396a16
mariadb-connector-c: remove top-level with lib;
2024-06-30 12:52:21 +02:00
Simon Hauser
d62d2c6b49
mariadb: 10.5.25, 10.6.18, 10.11.8, 11.0.6 ( #315099 )
2024-06-19 18:43:50 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jussi Kuokkanen
8064d28a4f
pkgs/servers: remove licenses.gpl2
2024-05-23 11:49:42 +03:00
R. Ryantm
63f1eccb2b
mariadb-galera: 26.4.17 -> 26.4.18
2024-05-01 11:32:56 +00:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
2d91ae5adf
mariadb-galera: 26.4.16 -> 26.4.17
2024-01-31 03:30:17 +00:00
Jan Tojnar
03ec4d4c91
mariadb: Fix build with libxml 2.12
2024-01-07 12:19:34 +01:00
github-actions[bot]
176c80219d
Merge master into staging-next
2023-12-20 12:00:53 +00:00
Nick Cao
7ed4d83677
Merge pull request #274827 from NickCao/latomic
...
treewide: drop libatomic workaround for riscv
2023-12-18 14:23:29 -05:00
Nick Cao
c77ba710fe
mariadb: drop libatomic workaround for riscv
2023-12-16 16:25:27 -05:00
Sergei Trofimovich
5de4edd389
mariadb-connector-c: switch links over to github
...
github links have slightly fresher versions.
2023-12-04 21:11:19 +00:00
ajs124
7b6580dba4
maintainers/teams: init and add helsinki-systems
2023-11-30 19:11:08 +01:00
ajs124
7394ec99a4
mariadb_110: https://mariadb.com/kb/en/mariadb-11-0-4-release-notes/
2023-11-14 21:11:07 +01:00
ajs124
315a76489a
mariadb_1011: https://mariadb.com/kb/en/mariadb-10-11-6-release-notes/
2023-11-14 21:11:07 +01:00
ajs124
fdcdba7cdb
mariadb_106: https://mariadb.com/kb/en/mariadb-10-6-16-release-notes/
2023-11-14 21:11:06 +01:00
ajs124
3a58a7608e
mariadb_105: https://mariadb.com/kb/en/mariadb-10-5-23-release-notes/
2023-11-14 21:11:06 +01:00
ajs124
85f4a211df
mariadb_1010: remove
2023-11-14 21:11:04 +01:00
R. Ryantm
233d9aa23e
mariadb-galera: 26.4.15 -> 26.4.16
2023-10-07 03:58:34 +00:00
ajs124
b76116f9bc
mariadb_104: remove
...
depends on openssl_1_1, which is EOL
2023-09-11 17:51:56 +02:00
Vladimír Čunát
e606010d18
Merge #249319 : mariadb*: patch-level updates
2023-08-29 10:56:27 +02:00
Izorkin
611b957c98
mariadb-connector-c: fix locate libdir and plugindir
2023-08-15 21:02:28 +03:00
Izorkin
d4faf87c9f
mariadb-connector-c: init at 3.3.5
2023-08-15 21:02:23 +03:00
Izorkin
441043771b
mariadb-connector-c: 3.2.5 -> 3.2.7
2023-08-15 20:59:15 +03:00
Izorkin
998b9918bf
mariadb-connector-c: 3.1.13 -> 3.1.21
2023-08-15 20:59:03 +03:00
ajs124
15054fe7a3
mariadb_110: 11.0.2 -> 11.0.3
...
https://mariadb.com/kb/en/mariadb-11-0-3-release-notes/
2023-08-15 13:19:15 +02:00
ajs124
a6e732f6a0
mariadb_1011: 10.11.4 -> 10.11.5
...
https://mariadb.com/kb/en/mariadb-10-11-5-release-notes/
2023-08-15 13:18:42 +02:00
ajs124
b14d7e88b0
mariadb_1010: 10.10.5 -> 10.10.6
...
https://mariadb.com/kb/en/mariadb-10-10-6-release-notes/
2023-08-15 13:18:18 +02:00
ajs124
79f2db7ca2
mariadb_106: 10.6.14 -> 10.6.15
...
https://mariadb.com/kb/en/mariadb-10-6-15-release-notes/
2023-08-15 13:17:28 +02:00
ajs124
ce6608f77b
mariadb_105: 10.5.21 -> 10.5.22
...
https://mariadb.com/kb/en/mariadb-10-5-22-release-notes/
2023-08-15 13:17:04 +02:00
ajs124
01f9a554f5
mariadb_104: 10.4.30 -> 10.4.31
...
https://mariadb.com/kb/en/mariadb-10-4-31-release-notes/
2023-08-15 13:16:19 +02:00
Janne Heß
7a4c916440
Merge pull request #236845 from helsinki-systems/upd/mariadb
...
mariadb: 10.11.4, 10.10.5, 10.6.14, 10.5.21 & 10.4.30
2023-06-29 15:37:19 +02:00
ajs124
eadfb133a4
mariadb-galera: add passthru.tests
2023-06-22 13:36:44 +02:00
ajs124
b27f7c6012
mariadb-galera: 26.4.14 -> 26.4.15
2023-06-22 13:33:35 +02:00
Weijia Wang
9c9b62368e
mariadb.client: fix build
2023-06-13 17:42:05 +03:00
ajs124
ed5a9f0574
mariadb_1011: 10.11.3 -> 10.11.4
...
https://mariadb.com/kb/en/mariadb-10-11-4-release-notes/
2023-06-09 15:35:12 +02:00
ajs124
78e4cc189e
mariadb_1010: 10.10.4 -> 10.10.5
...
https://mariadb.com/kb/en/mariadb-10-10-5-release-notes/
2023-06-09 15:34:53 +02:00
ajs124
2278f07723
mariadb_106: 10.6.13 -> 10.6.14
...
https://mariadb.com/kb/en/mariadb-10-6-14-release-notes/
2023-06-09 15:34:33 +02:00
ajs124
04e9ffc0bc
mariadb_105: 10.5.20 -> 10.5.21
...
https://mariadb.com/kb/en/mariadb-10-5-21-release-notes/
2023-06-09 15:34:08 +02:00
ajs124
17d3aa7422
mariadb_104: 10.4.29 -> 10.4.30
...
https://mariadb.com/kb/en/mariadb-10-4-30-release-notes/
2023-06-09 15:33:43 +02:00
ajs124
34eaaf331c
mariadb: upgrade default from 10.6 to 10.11
...
which is the next LTS release
2023-06-07 13:10:23 +02:00
ajs124
e547013e69
mariadb_110: init at 11.0.2
...
https://mariadb.com/kb/en/changes-improvements-in-mariadb-11-0/
2023-06-07 13:06:27 +02:00