Commit Graph

2608 Commits

Author SHA1 Message Date
Matthew Bauer
2a13929e1f
postgresqlPackages.timescaledb_toolkit: fix on macos (#332353)
* postgresqlPackages.timescaledb_toolkit: fix on macos

It looks like the macOS linker doesn’t like that some of the symbols
are undefined in the extension. They will be provided by the postgres
binary, but macOS linker checks that all symbols are defined.
Apparently, Linux allows these symbols to be undefined.

The -undefined flag changes this behavior:

> Specifies how undefined symbols are to be treated. Options are:
> error, warning, suppress, or dynamic_lookup. The default is error.

So, setting to dynamic_lookup makes the most sense here, and makes
this package work on macOS. I tried to see if pgvecto-rs, which also
uses buildPgrxExtension, would build. Unfortunately, it gave other
errors.

More information on the bug here: https://github.com/supabase/nix-postgres/issues/10

* Remove stdenv
2024-08-06 10:17:48 -05:00
Pol Dellaiera
f1abc4affd
Merge pull request #332150 from r-ryantm/auto-update/pgbouncer
pgbouncer: 1.23.0 -> 1.23.1
2024-08-04 22:49:35 +02:00
R. Ryantm
efd3bbab3f pgbouncer: 1.23.0 -> 1.23.1 2024-08-04 03:02:51 +00:00
Nick Cao
f3834de378
Merge pull request #331989 from r-ryantm/auto-update/rqlite
rqlite: 8.26.7 -> 8.26.8
2024-08-03 20:20:25 -04:00
Pol Dellaiera
19bdb0debc
Merge pull request #331608 from LeSuisse/mysql80-8.0.39
mysql80: 8.0.38 -> 8.0.39
2024-08-03 21:19:34 +02:00
R. Ryantm
30d807f937 rqlite: 8.26.7 -> 8.26.8 2024-08-03 13:31:02 +00:00
Thomas Gerbet
ac184d1a52 mysql80: 8.0.38 -> 8.0.39
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html
2024-08-01 22:47:51 +02:00
R. Ryantm
1a62464487 mssql_jdbc: 12.6.3 -> 12.8.0 2024-08-01 01:25:11 +00:00
Adam C. Stephens
a6dba07b71
Merge pull request #331020 from r-ryantm/auto-update/patroni
patroni: 3.3.1 -> 3.3.2
2024-07-30 18:54:24 -04:00
R. Ryantm
95199cb794 patroni: 3.3.1 -> 3.3.2 2024-07-30 06:13:22 +00:00
Aleksana
56d654d41f
Merge pull request #324978 from ivan/unmaintain-two
prisma-engines, postgresqlPackages.pg_embedding: remove myself from maintainers
2024-07-29 19:36:25 +08:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
R. Ryantm
3190b1fe74 rqlite: 8.26.6 -> 8.26.7 2024-07-21 22:45:47 +00:00
Vladimír Čunát
3f0fd423e3
postgresql_*: upstream patches to support libxml2-2.13
/cc PR #326637
2024-07-21 08:43:52 +02:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
Robert Scott
df9f898bae
Merge pull request #327365 from alyssais/mysql-8.0.38
mysql80: 8.0.37 -> 8.0.38
2024-07-20 00:15:05 +01:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
Weijia Wang
f81dd33023
Merge pull request #324517 from r-ryantm/auto-update/mysql_jdbc
mysql_jdbc: 8.4.0 -> 9.0.0
2024-07-15 16:37:43 +02:00
Alyssa Ross
0702caaa2e
mysql80: 8.0.37 -> 8.0.38 2024-07-15 15:08:03 +02:00
Weijia Wang
8aa1f3b2ee
Merge pull request #325991 from r-ryantm/auto-update/monetdb
monetdb: 11.49.9 -> 11.49.11
2024-07-15 14:25:04 +02:00
Aleksana
554ada78db
Merge pull request #314963 from sdier/timescaledb2
timescaledb_toolkit: Fix license metadata to TSL license.
2024-07-14 23:56:07 +08:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Nick Cao
06ed3286c8
Merge pull request #325425 from r-ryantm/auto-update/dolt
dolt: 1.41.1 -> 1.41.3
2024-07-10 19:07:32 -04:00
Weijia Wang
f9cf9feff6
Merge pull request #324456 from r-ryantm/auto-update/pgbouncer
pgbouncer: 1.22.1 -> 1.23.0
2024-07-10 12:27:49 +02:00
R. Ryantm
1dfc405d10 monetdb: 11.49.9 -> 11.49.11 2024-07-10 02:06:39 +00:00
R. Ryantm
8c2e9a5f1d rqlite: 8.26.3 -> 8.26.6 2024-07-09 12:37:35 +00:00
R. Ryantm
330b2cf4b1 dolt: 1.41.1 -> 1.41.3 2024-07-08 05:19:02 +00:00
Ivan Kozik
8fbfdcec4a postgresqlPackages.pg_embedding: remove ivan from maintainers 2024-07-06 06:18:15 +00:00
R. Ryantm
c1f87bcacc mysql_jdbc: 8.4.0 -> 9.0.0 2024-07-04 09:19:14 +00:00
R. Ryantm
f7d9d1048c mariadb-galera: 26.4.18 -> 26.4.19 2024-07-04 02:36:41 +00:00
R. Ryantm
12c1235e71 pgbouncer: 1.22.1 -> 1.23.0 2024-07-04 01:33:43 +00:00
R. Ryantm
6ae3fb2ed6 rqlite: 8.26.2 -> 8.26.3 2024-07-02 06:31:10 +00:00
R. Ryantm
3c511b8c62 dolt: 1.41.0 -> 1.41.1 2024-07-01 01:59:18 +00:00
Robert Scott
2b7c73e4a6
Merge pull request #322037 from LeSuisse/mysql-8.0.37
mysql80: 8.0.36 -> 8.0.37
2024-06-30 20:56:18 +01:00
R. Ryantm
a7cf84d087 rqlite: 8.24.10 -> 8.26.2 2024-06-26 11:16:13 +00:00
R. Ryantm
425a82701a dolt: 1.39.4 -> 1.41.0 2024-06-25 09:17:10 +00:00
Thomas Gerbet
9b648599ea mysql80: 8.0.36 -> 8.0.37
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-37.html

Fixes:
* CVE-2024-21047
* CVE-2024-21069
* CVE-2024-21060
* CVE-2024-21087
* CVE-2024-20998
* CVE-2024-21009
* CVE-2024-21054
* CVE-2024-21062
* CVE-2024-21102
* CVE-2024-21096
* CVE-2024-21008
* CVE-2024-21013
* CVE-2024-21000

https://www.oracle.com/security-alerts/cpuapr2024.html#AppendixMSQL
2024-06-23 22:16:44 +02:00
Yt
c07812f979
Merge pull request #320302 from diogotcorreia/pgvecto-rs-fix-rust-1-78
postgresqlPackages.pgvecto-rs: fix build failure on rust 1.78
2024-06-23 00:32:44 +00:00
R. Ryantm
ea50d3d0f1 mssql_jdbc: 12.6.2 -> 12.6.3 2024-06-21 01:21:58 +00:00
Sandro
e5aa50d733
Merge pull request #319256 from shivaraj-bh/system_stats 2024-06-20 12:11:16 +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
shivaraj-bh
da694466aa system_stats: init at 3.0 2024-06-19 21:18:44 +05:30
Maximilian Bosch
6d8d21411e
Merge pull request #317281 from wolfgangwalther/postgresql-eol-policy
postgresql: add readme with eol-policy
2024-06-18 15:54:37 +00:00
Weijia Wang
458e40ae71
Merge pull request #320577 from r-ryantm/auto-update/patroni
patroni: 3.3.0 -> 3.3.1
2024-06-18 10:16:59 +02:00
R. Ryantm
5f8615de26 patroni: 3.3.0 -> 3.3.1 2024-06-17 17:06:01 +00:00
Leona Maroni
c4cb6eb3c9
Merge pull request #315851 from LeSuisse/v8-mark-vulnerable
v8: mark vulnerable, move dependents to `nodejs.libv8`
2024-06-17 10:15:09 +02:00
Diogo Correia
005c08d4f6
postgresqlPackages.pgvecto-rs: fix build failure on rust 1.78 2024-06-16 16:52:19 +01:00
Wolfgang Walther
0487937af3
postgresql: add readme with eol-policy
This was discussed and agreed on in [1].

[1]: https://github.com/NixOS/nixpkgs/pull/310580#discussion_r1597284693
2024-06-14 09:38:23 +02:00
R. Ryantm
3e98e4df50 dolt: 1.39.1 -> 1.39.4 2024-06-10 05:15:38 +00:00