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
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
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
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
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