Commit Graph

1155 Commits

Author SHA1 Message Date
Weijia Wang
0404fa05cb
neo4j: 5.22.0 -> 5.24.2 (#349164) 2024-11-01 14:09:20 +01:00
Weijia Wang
ddfbdaf202
questdb: 8.1.1 -> 8.1.2 (#347422) 2024-11-01 04:13:36 +01:00
github-actions[bot]
a9f08a2b87
Merge master into staging-next 2024-10-18 12:05:39 +00:00
R. Ryantm
dd450db253 neo4j: 5.22.0 -> 5.24.2 2024-10-16 23:46:52 +00:00
R. Ryantm
0ab87eba08 apache-jena: 5.1.0 -> 5.2.0 2024-10-16 05:02:33 +00:00
R. Ryantm
2f3deb25eb questdb: 8.1.1 -> 8.1.2 2024-10-09 05:46:51 +00:00
github-actions[bot]
96ea2a3c2f
Merge staging-next into staging 2024-10-09 00:14:47 +00:00
R. Ryantm
489e25418b aerospike: 7.1.0.6 -> 7.2.0.1 2024-10-08 00:32:47 +00:00
github-actions[bot]
a0b1d0baed
Merge staging-next into staging 2024-10-07 12:06:11 +00:00
qubitnano
a126d5b36e
mongodb-7_0: fix avxSupport (#346979)
mozjs uses avx2 instructions in mongodb 7
2024-10-07 13:20:47 +02:00
github-actions[bot]
6c9d940294
Merge staging-next into staging 2024-10-07 06:05:43 +00:00
Emily
1a53b400e5
mongodb: mongodb-5_0 -> mongodb-7_0; mongodb-5_0: drop; unifi: unifi7 -> unifi8; unifi{7,-video}: drop (#345625) 2024-10-07 01:38:54 +01:00
Emily
fd4f8ce9fc mongodb: remove patch to support i686
It’s explicitly excluded from the platforms list.
2024-10-06 22:47:42 +01:00
Emily
7d8fcc7420 mongodb-5_0: drop
See <https://www.mongodb.com/legal/support-policy/lifecycles>.
2024-10-06 22:47:42 +01:00
Emily
086676017e mongodb: mongodb-5_0 -> mongodb-7_0 2024-10-06 22:47:42 +01:00
github-actions[bot]
f4d64b5b37
Merge staging-next into staging 2024-10-06 12:05:45 +00:00
OTABI Tomoya
fd59159f9e
cassandra: 4.1.2 -> 4.1.7 (#344832) 2024-10-06 17:24:29 +09:00
Marcel
74aa519ba2
redis: 7.2.5 -> 7.2.6
Fixes CVE-2024-31449
Fixes CVE-2024-31227
Fixes CVE-2024-31228
2024-10-03 20:54:57 +02:00
qubitnano
8315dc67e2 mongodb-7_0: init at 7.0.14 2024-09-27 15:14:37 -04:00
R. Ryantm
53733e14ed cassandra: 4.1.2 -> 4.1.7 2024-09-27 08:04:33 +00:00
Weijia Wang
ef02bdf42f
questdb: 8.1.0 -> 8.1.1 (#341739) 2024-09-27 00:09:49 +02: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
Wael Nasreddine
a5af82e680
aerospike: 7.1.0.5 -> 7.1.0.6 (#341828) 2024-09-18 23:02:58 -07:00
Aleksana
38aad8a814
cassandra: fix cqlsh not working (#335084) 2024-09-16 22:07:12 +08:00
Pierre Allix
ed4a1c2451 cassandra: try using python311 packages to fix failing tests 2024-09-16 13:37:26 +02:00
R. Ryantm
779b124cdf aerospike: 7.1.0.5 -> 7.1.0.6 2024-09-14 12:57:21 +00:00
R. Ryantm
6c149a3e9e questdb: 8.1.0 -> 8.1.1 2024-09-14 04:00:18 +00:00
Weijia Wang
c074e71f3e
questdb: 8.0.1 -> 8.1.0 (#327786) 2024-09-11 01:47:50 +02:00
Weijia Wang
5f62557a01
neo4j: 5.21.0 -> 5.22.0 (#328121) 2024-09-10 00:26:30 +02:00
Sandro
c7ff6d7c2f
mongodb: fix building with python312 (#338925) 2024-09-03 14:15:52 +02:00
qubitnano
a7db8e4b68 mongodb-5_0: 5.0.28 -> 5.0.29 2024-09-01 21:54:43 -04:00
qubitnano
864c720e58 mongodb: fix building with python312 2024-09-01 21:43:26 -04:00
R. Ryantm
47155b11ea ferretdb: 1.23.1 -> 1.24.0 2024-08-29 04:53:20 +00:00
Sebastián Mancilla
582727f3a9
Merge pull request #335663 from qubitnano/mongo6
mongodb-6_0: 6.0.16 -> 6.0.17
2024-08-25 23:40:07 -04:00
Sebastián Mancilla
c1c3be35f6
Merge pull request #335662 from qubitnano/mongo5
mongodb-5_0: 5.0.27 -> 5.0.28
2024-08-25 23:39:50 -04:00
Sandro
fed111332e
Merge pull request #334205 from risicle/ris-cassandra-source-provenance 2024-08-22 14:04:42 +02:00
Georges Dubus
0713f4eb03 apache-jena-fuseki: fix provided scripts
Fuseki provides a suite of utility scripts that don't need to be wrapped,
but that are broken by the wrapping because they look at their own name.

By only wrapping the actual fuseki binaries, we fix the issue.
2024-08-20 17:55:19 +02:00
qubitnano
c6f9c6c377 mongodb-6_0: 6.0.16 -> 6.0.17 2024-08-18 11:00:38 -04:00
qubitnano
98588514bd mongodb-5_0: 5.0.27 -> 5.0.28 2024-08-18 11:00:22 -04:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Pierre Allix
3876bf529f cassandra: fix cqlsh not working
Fixes #329864
2024-08-16 13:11:15 +02:00
Julien Malka
828c122130
Merge pull request #329898 from r-ryantm/auto-update/ferretdb
ferretdb: 1.22.0 -> 1.23.1
2024-08-15 19:30:49 +02:00
Nick Cao
96348cdc68
Merge pull request #334534 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.4 -> 7.1.0.5
2024-08-14 15:45:27 -04:00
Georges Dubus
e0d812b0a7 apache-jena-fuseki: 4.9.0 -> 5.1.0 2024-08-14 13:17:46 +02:00
R. Ryantm
ecf8f23f79 ferretdb: 1.22.0 -> 1.23.1 2024-08-14 07:04:46 +00:00
R. Ryantm
78351411ef aerospike: 7.1.0.4 -> 7.1.0.5 2024-08-14 04:06:15 +00:00
Robert Scott
46c3afb271 cassandra: add meta.sourceProvenance information 2024-08-12 19:48:45 +01: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
David McFarland
d3ca5027fa dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
R. Ryantm
6b2255a2af aerospike: 7.1.0.3 -> 7.1.0.4 2024-07-28 12:32:39 +00:00