Commit Graph

853 Commits

Author SHA1 Message Date
Adrian Pistol
084fd53374 mongodb-4_2: Add cache alignment fix for aarch64 2023-03-19 23:37:20 +01:00
Adrian Pistol
982e914e57 mongodb: Mark anything older than 6.0 broken on aarch64-darwin 2023-03-19 22:42:33 +01:00
Adrian Pistol
cceff04ce9 mongodb-4_2: 4.2.19 -> 4.2.24 2023-03-19 17:30:48 +01:00
Yureka
faa448fa76
ferretdb: 0.9.2 -> 0.9.3 (#220997) 2023-03-17 13:19:51 +01:00
Bernardo Meurer
6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull 2023-03-16 11:10:22 -03:00
Thomas Gerbet
a2fe9a01e5 redis: fix flaky test tests/unit/memefficiency.tcl 2023-03-11 13:11:46 +01:00
Felix Buehler
d10e69c86b treewide: deprecate isNull
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-03-06 22:40:04 +01:00
Weijia Wang
4af296ac91
Merge pull request #219236 from r-ryantm/auto-update/janusgraph
janusgraph: 0.6.2 -> 0.6.3
2023-03-05 21:56:19 +02:00
R. Ryantm
64ea6fa781 janusgraph: 0.6.2 -> 0.6.3 2023-03-02 20:39:47 +00:00
Mario Rodas
b70230f026 redis: 7.0.8 -> 7.0.9
https://github.com/redis/redis/releases/tag/7.0.9
2023-03-01 04:20:00 +00:00
Julien Malka
64b341c997 ferretdb: 0.9.1->0.9.2 2023-02-27 15:19:42 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Vladimír Čunát
f1f9ae6a3b
Merge #214010: staging-next 2023-02-01 2023-02-13 15:42:23 +01:00
noisersup
5596aefd05 ferretdb: 0.9.0 -> 0.9.1 2023-02-13 13:23:12 +01:00
github-actions[bot]
71c0c6d984
Merge master into staging-next 2023-02-10 00:02:27 +00:00
Norbert Melzer
979dce7414
Merge pull request #202559 from AlekSi/fix-ferretdb 2023-02-09 21:17:11 +01:00
Alexey Palazhchenko
f6b16324f7 ferretdb: 0.7.1 -> 0.9.0
Tweak the build process to set correct version.
2023-02-09 20:39:01 +01:00
github-actions[bot]
6d7be19afb
Merge master into staging-next 2023-02-02 18:01:08 +00:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
github-actions[bot]
1ae6b7c963
Merge staging-next into staging 2023-02-01 00:03:12 +00:00
R. Ryantm
75247b3ab4 arangodb: 3.10.0 -> 3.10.3 2023-01-31 17:32:32 +00:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
github-actions[bot]
03e9b9c92c
Merge staging-next into staging 2023-01-26 18:02:05 +00:00
Aaron Jheng
c12ccc8c2b
cassandra_4: 4.0.7 -> 4.1.0 2023-01-26 11:19:21 +00:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
Mario Rodas
7179752a9b
Merge pull request #211378 from marsam/update-redis
redis: 7.0.7 -> 7.0.8
2023-01-22 09:15:09 -05:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
7c6f434c
26268af455
Merge pull request #210443 from r-ryantm/auto-update/apache-jena
apache-jena: 4.6.1 -> 4.7.0
2023-01-20 12:23:57 +00:00
Mario Rodas
53dbec2944 redis: 7.0.7 -> 7.0.8
https://github.com/redis/redis/releases/tag/7.0.8
2023-01-18 04:20:00 +00:00
mdarocha
9b04b1d98b eventstore: 22.6.0 -> 22.10.0 2023-01-17 16:46:13 +01:00
R. Ryantm
297a1eb83a apache-jena: 4.6.1 -> 4.7.0 2023-01-12 22:38:35 +00:00
Thiago Kenji Okada
e0487171e3 sconsPackages.scons_3_1_2: default to python3 2023-01-07 13:15:11 +00:00
Weijia Wang
7afa7286f7 mongodb-4_0: drop 2023-01-05 21:21:33 +01:00
Thomas Gerbet
b84a4ccb9f redis: 7.0.5 -> 7.0.7
https://github.com/redis/redis/releases/tag/7.0.6
https://github.com/redis/redis/releases/tag/7.0.7

Patch to fix CVE-2022-3647 can be dropped as it now available in the
released versions.
2023-01-02 18:33:34 +01:00
Robert Scott
84b847da62
Merge pull request #203815 from LeSuisse/redis-status-check-phase
pkgsStatic.redis: make checkPhase pass
2023-01-02 16:08:14 +00:00
Sandro
407160f700
Merge pull request #207382 from wegank/mongodb 2022-12-31 23:07:42 +01:00
R. Ryantm
526db10b59 cassandra_3_0: 3.0.26 -> 3.0.28 2022-12-29 18:34:01 +00:00
Weijia Wang
06ce75d724 mongodb-3_4, mongodb-3_6: drop 2022-12-27 09:45:53 +01:00
R. Ryantm
955da5b711 ferretdb: 0.7.0 -> 0.7.1 2022-12-26 22:48:11 +08:00
Sandro
899c3c586c
Merge pull request #197499 from kfiz/Update-mongoDB-v6-darwin 2022-12-24 02:25:35 +01:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
Yorick
facc17ace3
Merge pull request #203244 from r-ryantm/auto-update/victoriametrics
victoriametrics: 1.83.1 -> 1.84.0
2022-12-09 11:42:20 +01:00
Sandro
a6f3ef6c0c
Merge pull request #204400 from dotlambda/python2Packages-remove 2022-12-07 22:34:48 +01:00
Robert Hensing
e38a9584fd cassandra_4: 4.0.3 -> 4.0.7 2022-12-06 14:42:07 +01:00
Robert Hensing
ab823e3a11 cassandra_4: init 2022-12-06 14:09:38 +01:00
R. Ryantm
42056e77ea ferretdb: 0.6.2 -> 0.7.0 2022-12-06 01:19:16 +00:00
Robert Schütz
b6062cc56e mongodb: don't depend on pyyaml 2022-12-03 22:50:12 -08:00
Robert Schütz
23f36e463e mongodb: use cheetah3 2022-12-03 18:57:20 -08:00
Thomas Gerbet
ad221e06d0 pkgsStatic.redis: make checkPhase pass
`getconf` is needed otherwise some tests fail.
2022-11-30 23:18:15 +01:00
R. RyanTM
c0ba43324c
immudb: 1.4.0 -> 1.4.1 (#202309) 2022-11-29 00:03:56 +08:00
R. Ryantm
44eb899e60 victoriametrics: 1.83.1 -> 1.84.0 2022-11-27 12:22:44 +00:00
R. Ryantm
847e77dd2b ferretdb: 0.6.1 -> 0.6.2 2022-11-22 16:35:21 +08:00
happysalada
82ee824968 surrealdb: module init 2022-11-19 18:58:04 -05:00
happysalada
4e65826439 surrealdb: init at 1.0.0-beta.8 2022-11-16 06:30:15 -05:00
Yorick
bed01d8777
Merge pull request #200990 from r-ryantm/auto-update/victoriametrics
victoriametrics: 1.83.0 -> 1.83.1
2022-11-15 13:44:11 +01:00
happysalada
92ad187a93 influxdb2: 2.4.0 -> 2.5.1 2022-11-13 20:58:42 -05:00
R. Ryantm
3ec4e3b0ba victoriametrics: 1.83.0 -> 1.83.1 2022-11-13 05:27:13 +00:00
Maximilian Bosch
c1135fc57d
redis: patch for CVE-2022-3647
https://nvd.nist.gov/vuln/detail/CVE-2022-3647
2022-11-12 12:22:32 +01:00
John Soo
6d83b977f6
arangod: tidy maintainers, preConfigure (#200210)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-11 01:10:18 +01:00
Mario Rodas
b0014900e9
Merge pull request #200081 from r-ryantm/auto-update/ferretdb
ferretdb: 0.6.0 -> 0.6.1
2022-11-08 03:26:03 -05:00
Vladimír Čunát
7fa607bab4
Merge #194670: arangodb: 3.4.8 -> 3.10.0 2022-11-07 22:25:43 +01:00
R. Ryantm
8490af631e ferretdb: 0.6.0 -> 0.6.1 2022-11-07 20:59:41 +00:00
ajs124
f888abe781
Merge pull request #198484 from LeSuisse/cassandra-2-drop
cassandra_2_1, cassandra_2_2: drop
2022-11-04 00:05:42 +01:00
John Soo
8e36431688
arangodb: remove aarch64 support
For which no reliable default target architecture is provided upstream.
2022-10-31 09:44:36 -07:00
John Soo
ad424ad800
arangodb: parameterize whether to enable asm optimizations
As far as I can tell, this can cause compile failures when building
the vendored abseil_cpp if choosing a target arch that does not
support sse. This might be possible to determine programmatically, but
it is more flexible to let the user decide.
2022-10-30 10:22:21 -07:00
John Soo
f5bab1e083
arangodb: no warning when defaulting target arch 2022-10-30 10:22:20 -07:00
John Soo
b594ac0d72
arangodb: parameterize target architecture
If -DTARGET_ARCHITECTURE is supplied arango's cmake configuration will
not use /proc/cpuinfo for feature detection. However, `generic` and
`none` options both fail when building the vendored v8.

This workaround provides some defaults, but warns if no override is
provided.
2022-10-30 10:22:20 -07:00
John Soo
1e1711061e
arangodb: annotate reasoning for gcc 11->10 downgrade 2022-10-30 10:22:19 -07:00
John Soo
6cb592a4f2
arangodb: capitalize cmake flag 2022-10-30 10:22:18 -07:00
John Soo
10fda118ee
arangodb: avoid reading /proc/cpuinfo during build
Avoid non-deterministic builds of ArangoDB proper. Note that this
provides 0 guarantees about the vendored libraries doing anything
similar.
2022-10-30 10:22:18 -07:00
John Soo
2f6e24b810
arangodb: additional cmake flags for releases
From https://www.arangodb.com/docs/stable/installation-compiling-debian.html
2022-10-30 10:22:17 -07:00
John Soo
56eecdae11
arangodb: stdenv->gcc10Stdenv to compile
It seems that gcc11 - though reportedly supported - introduced some
constraint that arangodb fails to compile with.
2022-10-30 10:22:17 -07:00
John Soo
b671f4f09f
arangodb: remove unused cmake flags
USE_OPTIMIZE_FOR_ARCHITECTURE was removed without commit in a prior
commit. This is because it was removed upstream:

cc860c333c

This is unfortunate - now /proc/cpuinfo is read unconditionally for
feature detection.

Some other means of feature detection will have to be found.
2022-10-30 10:22:16 -07:00
John Soo
704d2dccb9
arangodb: stdenvGcc10->stdenv since gcc 11+ is suggested 2022-10-30 10:22:16 -07:00
John Soo
9f1e7c2f69
arangodb: annotate gcc10Stdenv reasoning
Co-authored-by: Robert Scott <code@humanleg.org.uk>
2022-10-30 10:22:15 -07:00
John Soo
c3bfecd161
arangodb: disable "maintainer mode" 2022-10-30 10:22:14 -07:00
John Soo
6c75f9621d
arangodb: 3.9.3 -> 3.10.0 2022-10-30 10:20:19 -07:00
John Soo
a6ffb2d9cb
arangodb: drop boost patch
It fails to apply
2022-10-30 10:20:19 -07:00
John Soo
0da384e7ac
arangodb: remove enableParallelBuilding
It is unused.
2022-10-30 10:20:18 -07:00
John Soo
e1df4f5f21
arangodb: use gcc 10 (supported version) 2022-10-30 10:20:17 -07:00
John Soo
45dd4a1633
arangodb_3_x: remove unsupported versions
3.{3,4,5} all reached EOL
2022-10-30 10:20:17 -07:00
John Soo
db418cf3d1
arangodb/default.nix: format with nixpkgs-fmt 2022-10-30 10:20:16 -07:00
John Soo
6be6c336ba
arangodb_3_9: init at 3.9.3 2022-10-30 10:20:15 -07:00
R. Ryantm
c3704d9592 victoriametrics: 1.82.1 -> 1.83.0 2022-10-30 08:18:01 +00:00
Thomas Gerbet
c7c4f66546 cassandra_2_1, cassandra_2_2: drop
Cassandra 2.x is no more supported upstream and is affected by some vulnerabilities
(CVE-2020-13946, CVE-2020-17516).
2022-10-29 17:49:57 +02:00
Mario Rodas
f2a71f895e
Merge pull request #195822 from dit7ya/immudb-update
immudb: 1.3.2 -> 1.4.0
2022-10-29 05:22:41 -05:00
R. Ryantm
b43682ff09 ferretdb: 0.5.4 -> 0.6.0 2022-10-28 08:22:46 +08:00
Doro Rose
9a99aff2f3 mongoDB: Enable 6.0 update for darwin 2022-10-24 08:59:13 +02:00
R. Ryantm
e00a2c8569 ferretdb: 0.5.2 -> 0.5.4 2022-10-22 13:19:05 +00:00
github-actions[bot]
3c2db12b37
Merge master into staging-next 2022-10-22 06:05:55 +00:00
zowoq
5beacfe327 influxdb: add passthru.tests 2022-10-22 14:49:08 +10:00
Nikola Knezevic
711f79539c influxdb: 1.8.10 -> 1.10.0
This change updates the version of influxdb and also makes it compile on
darwin. The issue with darwin was that 1.8 couldn't be compiled using go
1.18. 1.10 can be compiled using the recent go.
2022-10-22 14:49:08 +10:00
github-actions[bot]
3834216ec6
Merge master into staging-next 2022-10-17 18:10:17 +00:00
R. Ryantm
cef3d09c6e victoriametrics: 1.82.0 -> 1.82.1 2022-10-17 20:14:00 +08:00
github-actions[bot]
969a1796ef
Merge master into staging-next 2022-10-17 12:01:24 +00:00
Yorick van Pelt
d0f9857448 victoriametrics: enable on all platforms supported by go 2022-10-17 21:52:17 +10:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
Mostly Void
fec2375d1a
immudb: 1.3.2 -> 1.4.0 2022-10-13 20:57:05 +05:30