Commit Graph

1793 Commits

Author SHA1 Message Date
Mario Rodas
eac4d56a92
Merge pull request #198930 from jtojnar/postgres-cleanup
postgresql: remove code for no longer supported versions
2022-11-11 01:04:53 -05: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
Jan Tojnar
76bd24f8fc postgresql: remove code for no longer supported versions 2022-11-01 12:33:14 +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
Thomas Gerbet
06c9198cbf mysql57: 5.7.37 -> 5.7.39
Fixes CVE-2022-21417, CVE-2022-21427, CVE-2022-21451, CVE-2022-21444 and CVE-2022-21460
See https://www.oracle.com/security-alerts/cpuapr2022.html#AppendixMSQL

Changelogs:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-39.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-38.html
2022-09-24 09:51:10 +02:00
Mario Rodas
eaecf0149a
Merge pull request #192508 from DeeUnderscore/update/postgresql-rum-1.3.13
postgresqlPackages.rum: 1.3.12 -> 1.3.13
2022-09-23 01:13:35 -05:00
Mario Rodas
00daf21bda
Merge pull request #192533 from r-ryantm/auto-update/plpgsql_check
postgresql11Packages.plpgsql_check: 2.1.9 -> 2.2.1
2022-09-23 01:11:21 -05:00
R. Ryantm
307ac4259c postgresql11Packages.pgroonga: 2.3.8 -> 2.3.9 2022-09-23 02:02:00 +00:00
R. Ryantm
3c4b51f390 postgresql11Packages.plpgsql_check: 2.1.9 -> 2.2.1 2022-09-23 01:57:26 +00:00
D Anzorge
383b0ea9a5 postgresqlPackages.rum: 1.3.12 -> 1.3.13
https://github.com/postgrespro/rum/releases/tag/1.3.13
2022-09-23 01:10:07 +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
ajs124
f6784462bf proxysql: 2.4.3 -> 2.4.4
https://github.com/sysown/proxysql/releases/tag/v2.4.4
2022-09-16 00:20:07 +02:00
Mario Rodas
e86fa2f90d
Merge pull request #191016 from marsam/update-pg-age
postgresql11Packages.age: 1.0.0-rc1 -> 1.1.0-rc0
2022-09-13 08:46:22 -05:00
Mario Rodas
16074f96ce postgresql11Packages.age: 1.0.0-rc1 -> 1.1.0-rc0
https://github.com/apache/age/releases/tag/v1.1.0-rc0
2022-09-13 04:20:00 +00:00
Mario Rodas
617e70f309
Merge pull request #190843 from DeeUnderscore/update/postgresql-rum-1.3.12
postgresqlPackages.rum: 1.3.11 -> 1.3.12
2022-09-13 00:34:18 -05:00
Mario Rodas
dfcbbdaa93 postgresqlPackages.postgis: 3.3.0 -> 3.3.1 2022-09-13 04:20:00 +00:00
D Anzorge
75478e097c postgresqlPackages.rum: 1.3.11 -> 1.3.12
https://github.com/postgrespro/rum/releases/tag/1.3.12
2022-09-11 20:15:08 +02:00
github-actions[bot]
b65b9f0d68
Merge master into staging-next 2022-09-07 12:01:42 +00:00
R. Ryantm
0cac2f536f postgresql11Packages.plpgsql_check: 2.1.8 -> 2.1.9 2022-09-06 02:30:52 +00:00
Vladimír Čunát
11656ec9a9
Merge branch 'master' into staging-next 2022-09-02 07:33:30 +02:00
Mario Rodas
4137382abc postgresqlPackages.timescaledb: 2.7.2 -> 2.8.0
https://github.com/timescale/timescaledb/releases/tag/2.8.0
2022-09-01 04:20:00 +00:00
R. Ryantm
80e9c6a933 postgresql11Packages.pgrouting: 3.3.1 -> 3.3.2 2022-09-02 00:22:26 +00:00
github-actions[bot]
b37ebd6715
Merge master into staging-next 2022-08-29 18:01:33 +00:00
Jonas Heinrich
fd29a29c9b
Merge pull request #187425 from r-ryantm/auto-update/dolt
dolt: 0.40.26 -> 0.40.28
2022-08-29 18:26:08 +02:00
Vladimír Čunát
f08ac2c92b
Merge branch 'master' into staging-next 2022-08-29 08:58:52 +02:00
Mario Rodas
55f5af9799 postgresqlPackages.postgis: 3.2.3 -> 3.3.0
https://postgis.net/2022/08/27/postgis-3.3.0-released/
2022-08-27 04:20:00 +00:00
Mario Rodas
74195d7b7f
Merge pull request #188506 from marsam/update-pg_hll
postgresqlPackages.pg_hll: 2.16 -> 2.17
2022-08-27 10:01:10 -05:00
Mario Rodas
9533f2752c
Merge pull request #187882 from ivan/pg_ivm
postgresqlPackages.pg_ivm: init at 1.2
2022-08-27 09:57:18 -05:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Mario Rodas
45a63492f2 postgresqlPackages.pg_hll: 2.16 -> 2.17 2022-08-27 04:20:00 +00:00
Mario Rodas
1975d5997f postgresqlPackages.pg_topn: 2.4.0 -> 2.5.0 2022-08-27 04:20:00 +00: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]
ef162076bf
Merge master into staging-next 2022-08-26 06:13:53 +00:00
superherointj
1021457ee8
Merge pull request #188198 from r-ryantm/auto-update/monetdb
monetdb: 11.43.9 -> 11.43.21
2022-08-26 00:17:16 -03:00
github-actions[bot]
ed777c26b3
Merge staging-next into staging 2022-08-25 06:11:07 +00:00
Mario Rodas
b52f7e9a57
Merge pull request #187860 from SuperSandro2000/pgpool
pgpool: remove broken libmemcached, update download URL
2022-08-25 00:44:16 -05:00
github-actions[bot]
5aa24ca693
Merge staging-next into staging 2022-08-25 00:03:34 +00:00
Martin Weinelt
249398ffa8 Merge remote-tracking branch 'origin/staging-next' into staging 2022-08-25 00:32:27 +02: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
R. Ryantm
2a3fabed14 monetdb: 11.43.9 -> 11.43.21 2022-08-24 16:34:47 +00:00
R. Ryantm
9ae30fe404 dolt: 0.40.26 -> 0.40.28 2022-08-24 10:04:20 +00:00
ajs124
386dc41360 mariadb_109: init
https://mariadb.com/kb/en/mariadb-1092-release-notes/
2022-08-23 15:13:46 +02:00
Ivan Kozik
a895a0b3ad postgresqlPackages.pg_ivm: init at 1.2 2022-08-22 14:11:30 +00:00
Sandro Jäckel
ba0632d248
pgpool: remove broken libmemcached, update download URL
libmemcache support is broken since 2015

9308b8e121
2022-08-22 14:12:40 +02:00
github-actions[bot]
fd9f6da81c
Merge master into staging-next 2022-08-21 18:01:29 +00:00
Mario Rodas
1a2a8227f8
Merge pull request #187660 from r-ryantm/auto-update/pgpool-II
pgpool: 4.3.2 -> 4.3.3
2022-08-21 10:44:24 -05:00
Mario Rodas
510d55d5d7 pgpool: enable on darwin 2022-08-21 04:20:00 +00:00
github-actions[bot]
e5f0224881
Merge master into staging-next 2022-08-21 00:02:49 +00:00
R. Ryantm
fa0978e9a2 pgpool: 4.3.2 -> 4.3.3 2022-08-21 00:01:27 +00:00