Aaron Jheng
790f859ef7
mysql80: fix build on aarch64-linux
2022-11-12 15:18:38 +00:00
Thomas Gerbet
2669e59da4
percona-server56: drop
...
Percona Server for MySQL 5.6 is no more maintained due to the EOL of MySQL 5.6.
See https://www.percona.com/downloads/Percona-Server-5.6/LATEST/ .
A bit hard to list all the potential security issues affecting it but CVE-2021-27928
should be one of them.
2022-11-01 16:30:21 +01:00
ajs124
bf8b7091ec
Merge pull request #198914 from yorickvP/drop-mariadb107
...
mariadb_107: drop ahead of 22.11 release
2022-11-01 12:36:33 +01: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
Thomas Gerbet
42b5fa9e3b
mysql57: remove derivation files
...
`mysql57` was dropped in a5c9290979
but
the derivation files were kept. They can now be removed.
2022-10-29 17:53:58 +02:00
Aaron Jheng
3a9a0f86ec
postgresqlPackages.plv8: use default V8
2022-10-28 13:02:09 +02:00
Vladimír Čunát
0079830888
Merge #195644 : mysql57: drop
2022-10-25 21:23:27 +02:00
Vladimír Čunát
c46947a471
Merge #196838 : mysql80: 8.0.30 -> 8.0.31
2022-10-25 21:13:47 +02:00
Martin Weinelt
1be5a7893b
Merge pull request #194274 from LeSuisse/mysql57-protobuf231
2022-10-23 00:39:11 +02:00
Mario Rodas
484f1f8330
postgresqlPackages.pgvector: 0.2.7 -> 0.3.0
2022-10-22 04:20:00 +00:00
Robert Scott
23511ff5b6
mysql80: 8.0.30 -> 8.0.31
2022-10-19 22:51:23 +01:00
github-actions[bot]
4f07e7f326
Merge master into staging-next
2022-10-15 06:07:54 +00:00
Mario Rodas
a42c1c674a
Merge pull request #195786 from jtojnar/plv8
...
postgresqlPackages.plv8: 3.0.0 → 3.1.4
2022-10-14 21:36:50 -05:00
github-actions[bot]
cc090d2b94
Merge master into staging-next
2022-10-14 12:01:35 +00:00
Mario Rodas
c7894e1e73
postgresql15Packages.pgjwt: 2017-04-24 -> 2021-11-13
2022-10-14 04:20:00 +00:00
Mario Rodas
b0ea9c6db8
postgresql15Packages.pg_partman: 4.7.0 -> 4.7.1
2022-10-14 04:20:00 +00:00
Mario Rodas
19a7affebe
postgresql15Packages.tsearch_extras: remove unneeded parameter
2022-10-14 04:20:00 +00:00
Mario Rodas
d45bce3fe6
postgresql15Packages.wal2json: 2.4 -> 2.5
...
https://github.com/eulerto/wal2json/releases/tag/wal2json_2_5
2022-10-14 04:20:00 +00:00
Mario Rodas
97845bb252
postgresql15Packages.plpgsql_check: 2.2.1 -> 2.2.2
...
https://github.com/okbob/plpgsql_check/releases/tag/v2.2.2
2022-10-14 04:20:00 +00:00
Mario Rodas
9851053baa
postgresql15Packages.pg_repack: 1.4.7 -> 1.4.8
2022-10-13 23:20:00 -05:00
Mario Rodas
f0456a97b4
postgresql15Packages.periods: 1.2 -> 1.2.1
...
https://github.com/xocolatl/periods/releases/tag/v1.2.1
2022-10-14 04:20:00 +00:00
Mario Rodas
972f78b6fb
postgresql15Packages.pgvector: fix build for PostgreSQL 15
2022-10-14 04:20:00 +00:00
Jan Tojnar
50b049554f
postgresqlPackages.plv8: Add regression tests
...
This is based on postgresqlPackages.age.
2022-10-14 02:39:56 +02:00
Jan Tojnar
9255d4b5bc
postgresqlPackages.plv8: 3.0.0 → 3.1.4
...
https://github.com/plv8/plv8/compare/v3.0.0...v3.1.4
- Format the expression a bit.
- Had to apply a patch since upstream removed the shared Makefile.
At least we can drop the manual build flags.
- Move to a subdirectory, since we are working with multiple files now.
- Add `dontConfigure` since there is no `configure` script.
- Switch to `preConfigure` to `postPatch` as there is no configuration.
2022-10-14 02:30:24 +02:00
Justin Wood
fbe3995298
postgresql_15: init at 15.0
...
https://www.postgresql.org/docs/15/release-15.html
2022-10-13 11:56:40 -04:00
Mario Rodas
1a33c4f1ef
Merge pull request #195161 from marsam/update-pgroonga
...
postgresqlPackages.pgroonga: 2.3.9 -> 2.4.0
2022-10-14 01:53:38 -05:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2
2022-10-13 00:08:01 +03:00
Yorick van Pelt
a5c9290979
mysql57: drop
...
Mysql 5.7 is not EOL yet, but is quite old and fully replaceable
by mysql 8.0 or mariadb.
2022-10-12 11:02:14 +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
github-actions[bot]
5d957f3dba
Merge staging-next into staging
2022-10-11 00:05:26 +00: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
Yorick van Pelt
a9cd13546b
proxysql: switch libmicrohttpd from 0.9.70 to 0.9.69
...
0.9.70 is vulnerable to CVE-2021-3466, but 0.9.69 is fine.
proxysql is not yet compatible with 0.9.71
2022-10-10 08:13:24 +02:00
Franz Pletz
31e5ad8466
pgpool: fix build with libxcrypt
2022-10-09 18:10:36 +02:00
github-actions[bot]
cdfb8a30a4
Merge staging-next into staging
2022-10-08 12:02:12 +00:00
Mario Rodas
f3e5a86391
postgresqlPackages.pgroonga: 2.3.9 -> 2.4.0
2022-10-08 04:00:00 +00:00
Mario Rodas
582631fb34
Merge pull request #194936 from marsam/update-pg_auto_failover
...
postgresqlPackages.pg_auto_failover: 1.6.4 -> 2.0
2022-10-07 11:09:52 -05:00
Mario Rodas
7b57b52721
Merge pull request #194906 from marsam/update-smlar
...
postgresqlPackages.smlar: 2020-10-07 -> 2021-11-08
2022-10-07 09:48:35 -05:00
Mario Rodas
516cdc8831
postgresqlPackages.smlar: 2020-10-07 -> 2021-11-08
2022-10-07 04:20:00 +00:00
Mario Rodas
61d95fdcf0
postgresqlPackages.timescaledb: 2.8.0 -> 2.8.1
...
https://github.com/timescale/timescaledb/releases/tag/2.8.1
2022-10-07 04:20:00 +00:00
Mario Rodas
405db07799
Merge pull request #167047 from helsinki-systems/drop/postgresql10
...
postgresql: remove 10.x
2022-10-06 21:32:46 -05:00
Mario Rodas
b8c4d2a721
postgresqlPackages.pg_auto_failover: 1.6.4 -> 2.0
...
https://github.com/citusdata/pg_auto_failover/releases/tag/v2.0
2022-10-06 04:20:00 +00:00
Mario Rodas
7e7c3e77fb
Merge pull request #194662 from ivan/pg_ivm-1.3
...
postgresqlPackages.pg_ivm: 1.2 -> 1.3
2022-10-05 23:06:41 -05: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
Ivan Kozik
8d807a1026
postgresqlPackages.pg_ivm: 1.2 -> 1.3
2022-10-05 22:36:23 +00:00
Thomas Gerbet
75b887d7cb
mysql57: use Protobuf 3.21
...
Part of #193370
2022-10-03 21:06:17 +02:00
Mario Rodas
695ec17b60
Merge pull request #193570 from ivan/pgroonga_database
...
postgresqlPackages.pgroonga: also install the pgroonga_database extension
2022-10-01 20:56:58 -05:00
Sandro
b043399172
Merge pull request #192740 from LeSuisse/mysql57-5.7.39
2022-10-01 19:25:06 +02:00
Ivan Kozik
af9fb6eb3b
postgresqlPackages.pgroonga: also install the pgroonga_database extension
...
This extension contains the pgoronga_database_remove() function, which
can be used to actually remove the pgrn* files, because `DROP INDEX`
on a pgroonga index does not actually delete the index data.
https://pgroonga.github.io/reference/modules/pgroonga-database.html
https://pgroonga.github.io/reference/functions/pgroonga-database-remove.html
2022-09-29 19:40:10 +00:00
R. Ryantm
40221c7265
monetdb: 11.43.9 -> 11.45.7
2022-09-29 07:44:45 +02:00