Commit Graph

946 Commits

Author SHA1 Message Date
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
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2 2022-10-13 00:08:01 +03:00
Christian Kögler
9b206e6e32 influxdb2-server: fix cross compilation 2022-10-12 21:08:18 +02:00
Yureka
58cb56ee9c
influxdb2: fix build with rust 1.54 (#195534) 2022-10-12 20:10:33 +02:00
Thomas Gerbet
d8b936c372 influxdb: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
2022-10-11 12:43:41 +10:00
Martin Weinelt
f010d3721e
Merge pull request #190548 from pacien/mongodb-6.0 2022-10-11 04:32:40 +02: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
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
Sandro
3720503cdf
Merge pull request #192649 from ners/apacheds 2022-10-09 12:49:14 +02:00
ners
5ec24ce090 janusgraph: init at 0.6.2 2022-10-08 14:15:22 +02:00
R. Ryantm
9fa29b92f7 victoriametrics: 1.81.2 -> 1.82.0 2022-10-08 04:24:50 +00:00
Christian Kögler
e64332ce46
Merge pull request #191753 from danderson/danderson/influx2.4
influxdb2-server: 2.1.1 -> 2.4.0
2022-10-01 09:29:58 +02:00
Robert Scott
e97ff1aefd
Merge pull request #192460 from helsinki-systems/upd/redis
redis: 7.0.4 -> 7.0.5
2022-09-24 12:47:33 +01:00
R. Ryantm
e2d40d67f1 neo4j: 4.4.10 -> 4.4.11 2022-09-22 23:32:49 +00:00
ajs124
d699b10068 redis: 7.0.4 -> 7.0.5
Fixes CVE-2022-35951

Release notes: https://github.com/redis/redis/releases/tag/7.0.5
2022-09-22 19:01:24 +02:00
mdarocha
2cd8c29a75 eventstore: add updateScript 2022-09-21 16:25:59 +02:00
mdarocha
49c6362244 eventstore: 21.10.5 -> 22.6.0 2022-09-21 16:25:23 +02:00
David Anderson
0b0b187d12 influxdb2-server: 2.1.1 -> 2.4.0
influxdb2-cli: 2.3.0 -> 2.4.0

Signed-off-by: David Anderson <dave@natulte.net>
2022-09-18 10:15:09 -07:00
Anderson Torres
79d5bcc795
Merge pull request #190109 from dit7ya/immudb
immudb: init at 1.3.2
2022-09-17 10:28:34 -03:00
Mostly Void
984aa72e0f
Apply suggestions from code review
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2022-09-16 11:20:23 +05:30
Christian Kögler
fbb524273d
Merge pull request #189803 from r-ryantm/auto-update/victoriametrics
victoriametrics: 1.81.0 -> 1.81.2
2022-09-12 21:23:57 +02:00
pacien
9201d1163e mongodb-6_0: restrict platform to linux 2022-09-12 12:54:41 +02:00
pacien
9f39226978 mongodb-6_0: init at 6.0.1
GitHub: closes #190297
2022-09-12 12:54:40 +02:00
pacien
f2de05f59b mongodb: add note about mongosh
The `mongo` shell has been deprecated.
The official replacement is `mongosh` from pkgs.mongosh.
2022-09-12 12:54:40 +02:00
pacien
f016bedd7b mongodb: wrap overly long lines 2022-09-12 12:54:38 +02:00
7c6f434c
61f2f041a5
Merge pull request #190886 from r-ryantm/auto-update/apache-jena
apache-jena: 4.6.0 -> 4.6.1
2022-09-12 07:38:32 +00:00
R. Ryantm
121aeadda7 apache-jena: 4.6.0 -> 4.6.1 2022-09-12 07:03:22 +00:00
Mostly Void
53769ebc79
immudb: init at 1.3.2 2022-09-12 11:05:18 +05:30
Domen Kožar
27eb752325
Merge pull request #180620 from Et7f3/fix-mongodb-darwin
mongodb: fix darwin build
2022-09-11 16:57:38 +01:00
R. Ryantm
7c6977b318 victoriametrics: 1.81.0 -> 1.81.2 2022-09-09 03:41:49 +00:00
7c6f434c
ac5e1ce92e
Merge pull request #189332 from r-ryantm/auto-update/apache-jena
apache-jena: 4.5.0 -> 4.6.0
2022-09-07 18:25:36 +00:00
Mostly Void
5518e6aba1
ferretdb: init at 0.5.2 (#188584)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-04 15:53:06 +02:00
R. Ryantm
03a8824481 apache-jena: 4.5.0 -> 4.6.0 2022-09-01 18:46:29 +00:00
R. Ryantm
bb373da657 victoriametrics: 1.80.0 -> 1.81.0 2022-09-01 00:07:19 +00:00
squalus
2d4e801866 redis: fix cross compile
Remove a past cross compilation fix that's now causing it to break.
2022-08-25 18:08:49 -07:00
Jonas Heinrich
df37078020
Merge pull request #184227 from r-ryantm/auto-update/influx-cli
influxdb2-cli: 2.2.1 -> 2.3.0
2022-08-21 17:08:11 +02:00
R. Ryantm
1106c937a2 neo4j: 4.4.8 -> 4.4.10 2022-08-16 16:54:08 +00:00
Rick van Schijndel
e80df4e24b apache-jena: makeWrapper to nativeBuildInputs 2022-08-14 00:09:59 +03:00
gardspirito
051a99ccd9 neo4j: 4.3.3 -> 4.4.8 2022-08-12 15:45:48 -07:00
Kerstin Humm
5d1500374d neo4j: change homepage 2022-08-12 15:45:48 -07:00
Kerstin Humm
c94200e87f neo4j: 4.1.1 -> 4.3.3 2022-08-12 15:45:48 -07:00
Jonathan Ringer
d5bd85278d neo4j: add nixosTest to passthru 2022-08-12 15:45:48 -07:00
Jonathan Ringer
0fbce25144 neo4j: 3.5.14 -> 4.1.1 2022-08-12 15:45:48 -07:00
R. Ryantm
12cecbc5fd victoriametrics: 1.79.1 -> 1.80.0 2022-08-12 03:41:02 +00:00
R. Ryantm
ed22adb877 victoriametrics: 1.79.0 -> 1.79.1 2022-08-06 08:43:40 +00:00
R. Ryantm
4ca25557ee victoriametrics: 1.77.2 -> 1.79.0 2022-08-02 07:11:15 +00:00
R. Ryantm
1716daf786 influxdb2-cli: 2.2.1 -> 2.3.0 2022-07-31 13:49:46 +00:00
Et7f3
e7d158d4af mongodb-4_4: fic-gcc11-optionnal
gcc 11 doesn't add <optional> by mistake.
2022-07-22 01:32:59 +02:00
Et7f3
6274875188 mongodb: fix build with boost 1.79 on linux 2022-07-20 02:30:23 +02:00
Et7f3
2ba2e8d8b2 mongodb: backport a fix to 5.0 in openssl detection. 2022-07-20 02:30:23 +02:00
Et7f3
2a7c1ea477 mongodb: asio-no-experimental-string-view.patch is no longer required on darwin 2022-07-20 02:30:23 +02:00
Et7f3
a0f42fb899 mongodb: drem doesn't exist after 3.6 2022-07-20 02:30:22 +02:00
Élie BRAMI
eedcccd291 mongodb: fix double link of isNamedError on darwin.
duplicate symbol 'mongo::error_details::isNamedCode<100>' in:
    build/nixos/mongo/libmongodmain.a(db.o)
    build/nixos/third_party/murmurhash3/libmurmurhash3.a(MurmurHash3.o)
duplicate symbol 'mongo::error_details::isNamedCode<11000>' in:
    build/nixos/mongo/libmongodmain.a(db.o)
    build/nixos/third_party/murmurhash3/libmurmurhash3.a(MurmurHash3.o)
ld: 380094 duplicate symbols for architecture x86_64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [build/nixos/mongo/mongod] Error 1
scons: building terminated because of errors.
build/nixos/mongo/mongo failed: Error 1
build/nixos/mongo/mongos failed: Error 1
build/nixos/mongo/mongod failed: Error 1
2022-07-20 02:30:22 +02:00
Et7f3
2ddc70dc48 mongodb: fix build with boost 1.79 2022-07-20 02:30:22 +02:00
Mario Rodas
48b7d7fc38 redis: 7.0.3 -> 7.0.4
https://github.com/redis/redis/releases/tag/7.0.4
2022-07-19 04:20:00 +00:00
Ivv
2ca3a5e4aa
Merge pull request #179187 from mdarocha/eventstore-bump-and-refactor
eventstore: 5.0.8 -> 21.10.5, refactor to use buildDotnetModule
2022-07-14 20:30:41 +02:00
Mario Rodas
1238884090 redis: 7.0.2 -> 7.0.3
https://github.com/redis/redis/releases/tag/7.0.3
2022-07-14 00:04:20 +00:00
mdarocha
ffb2d716f4 eventstore: 5.0.8 -> 21.10.5 2022-07-13 18:25:48 +02:00
mdarocha
4e0e8cc0af eventstore: refactor to use buildDotnetModule 2022-07-13 17:15:39 +02:00
Thomas Depierre
fc658c86f7 riak, nixos/riak: remove
Riak have been updated a lot since the version 2.2 (now 3.0.10) but
has seen no updated to the package. This is at this point
a problem forcing us to maintain old versions of erlang.

We would be happy to re accept a newer version of Riak if someone want
to spend the time to set it up.
2022-06-25 15:51:18 -04:00
superherointj
ed0e7ad72e mongodb-4_2: fixed
Co-authored-by: @bryanasdev000
2022-06-24 13:09:00 -03:00
superherointj
eaebf07d5c mongodb-4_0: fixed
Co-authored-by: @bryanasdev000
2022-06-24 13:09:00 -03:00
Mario Rodas
b661c34a10 redis: 7.0.0 -> 7.0.2
https://github.com/redis/redis/releases/tag/7.0.1
https://github.com/redis/redis/releases/tag/7.0.2
2022-06-12 04:20:00 +00:00
Thomas Gerbet
1d90386271 apache-jena: 4.4.0 -> 4.5.0
Fixes CVE-2022-28890.
https://www.mail-archive.com/users@jena.apache.org/msg19632.html
2022-06-08 20:24:29 +02:00
Soham Sen
109e13db24 dragonflydb: init at 0.1.0 2022-06-06 04:05:48 +05:30
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Ivan Kozik
c4b7b179eb victoriametrics: increase timeouts in tests to avoid failure
This fixes:

    storage_test.go:912: timeout
--- FAIL: TestStorageAddRowsConcurrent (11.18s)
=== RUN   TestStorageRotateIndexDB
2022-05-21 21:12:34 +00:00
Ivan Kozik
430d4ff4b8 victoriametrics: 1.77.0 -> 1.77.2
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.77.2

https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.77.1
2022-05-21 20:39:51 +00:00
Ivan Kozik
11a1fb28e4 victoriametrics: add comment about app/vmui/packages/vmui/web/ 2022-05-05 19:23:43 +00:00
Ivan Kozik
46f8180c5b victoriametrics: 1.76.1 -> 1.77.0
https://docs.victoriametrics.com/CHANGELOG.html#v1770
2022-05-05 19:18:17 +00:00
Ivan Kozik
d3dae7864a victoriametrics: 1.59.0 -> 1.76.1
This fixes grafana + VictoriaMetrics on NixOS master; 1.59.0 somehow
resulted in mostly empty charts.

https://docs.victoriametrics.com/CHANGELOG.html#v1761
2022-05-05 19:18:17 +00:00
Vladimír Čunát
9478ec747c
Merge branch 'staging-next-2022-04-23'
Close #169965: the PR and real 'staging-next' branch contained
extra systemd rebuild that I wanted to avoid in this iteration.
(to save Hydra's work)
2022-05-02 09:12:51 +02:00
Mario Rodas
5ca04535ec redis: 6.2.6 -> 7.0.0
https://github.com/redis/redis/releases/tag/7.0.0
2022-04-30 04:20:00 +00:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Pascal Bach
1a70fa8acb
Merge pull request #137939 from kfiz/update-mongodb-44/50
Update mongodb to 4.4/5.0
2022-04-14 09:25:20 +02:00
Robert Hensing
22c4920c80 cassandra.updateScript: Add signature check 2022-04-11 17:25:10 +02:00
Robert Hensing
d0dec918b5 cassandra*: Refactor: store versions in JSON 2022-04-11 17:25:10 +02:00
Robert Hensing
efd55dbef4 cassandra.updateScript: Generate JSON 2022-04-11 17:25:10 +02:00
Robert Hensing
0038244d60 cassandra: Make updateScript update individual version 2022-04-11 17:25:10 +02:00
Robert Hensing
ab55499253 cassandra: Add updateScript 2022-04-11 17:25:10 +02:00
Pascal Bach
92402c908f mongodb: 5.0.5 -> 5.0.7 2022-04-09 09:49:45 +02:00
Pascal Bach
dc72466610 mongodb: 4.2.17 -> 4.2.19 2022-04-09 09:43:17 +02:00
Pascal Bach
7a246abcf1 mongodb: 4.4.10 -> 4.4.13 2022-04-09 09:42:36 +02:00
Doro Rose
1be4226669 mongodb: add 5.0 2022-04-09 09:41:55 +02:00
Doro Rose
462b1e4473 mongodb: add 4.4 2022-04-09 09:41:55 +02:00
Martin Weinelt
bb7e4b378e Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
Robert Scott
e6a7acd5cc
Merge pull request #164059 from risicle/ris-redis-tests
redis: enable tests
2022-04-03 23:04:39 +01:00
Robert Scott
835c3419d9 redis: enable tests 2022-03-14 00:12:49 +00:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
Ivar Scholten
d786405336 treewide: don't unnecessary set dotnet-related env vars
These have been moved to a setup hook in dotnet-{sdk,runtime,aspnetcore}
2022-03-04 14:41:18 +01:00
Maximilian Bosch
65f5fdb818
arangodb*: fix build w/glibc-2.34
Failing Hydra builds:
* https://hydra.nixos.org/build/155187495 (3.3)
* https://hydra.nixos.org/build/155161270 (3.4)
* https://hydra.nixos.org/build/155154245 (3.5)
2022-02-27 10:26:49 +01:00
Robert Hensing
d806547deb cassandra_3_11: 3.11.10 -> 3.11.12 2022-02-23 15:23:19 +01:00
Robert Hensing
313acb6cc2 cassandra_3_0: 3.0.24 -> 3.0.26 2022-02-23 15:23:18 +01:00
Robert Hensing
72ddd738f4 cassandra: Remove javadoc which is not shipped in new versions 2022-02-23 15:23:18 +01:00
AndersonTorres
36928989d7 Move misc/emulators to applications/emulators - part 2
Three small leftovers found via ripgrep.
2022-02-16 01:38:51 -03:00
R. Ryantm
76215aa523 apache-jena: 4.3.2 -> 4.4.0 2022-02-11 23:47:26 +00:00
Felix Buehler
ae45cea36e treewide: remove all .upstream files 2022-01-30 23:02:53 +01:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
Felix Buehler
90af6344ab apache-jena: refactor, apache-jena-fuseki: refactor 2022-01-16 18:35:27 +01:00
Renaud
8325cfb39d
rethinkdb: pin Boost dep to boost170 2022-01-05 22:04:20 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
R. Ryantm
159e8a8afa apache-jena: 4.3.1 -> 4.3.2 2021-12-31 00:37:08 +00:00
Felix Buehler
81eb599e8d nuget-to-nix: update to use pname instead of name 2021-12-23 22:47:34 +01:00
David Anderson
ec3133d46e influxdb2: split CLI and server, add compat buildEnv. 2021-12-16 11:58:30 -08:00
David Anderson
cc6af52e9b influxdb2: remove unused UI dependency tracking files. 2021-12-16 11:25:56 -08:00
David Anderson
8888330a9d influxdb2: 2.0.8 -> 2.1.1
* libflux: 0.124.0 -> 0.139.0; as specified in influxdb 2.1's release notes

* UI: 2.0.8 -> 2.1.2; matching what influxdb 2.1.1 requires

* Add checks in influxdb2's build to verify that libflux and the UI are at
  the version specified by upstream.

* The CLI got split into a separate repository for reasons to do with influx's
  cloud service, and its version has also been decoupled from the main influxdb
  repository. Link it back into the influxdb2 derivation, for compatibility
  with the previous derivation versions.
2021-12-16 11:25:56 -08:00
Joerie de Gram
d2d9d4c862 apache-jena: 4.2.0 -> 4.3.1; apache-jena-fuseki: 4.2.0 -> 4.3.1
Fixes CVE-2021-44228. See #150288.
2021-12-14 00:16:36 +01:00
Thiago Kenji Okada
71e9ff7bc6
Merge pull request #146321 from bryanasdev000/mongodb
mongodb: 3.6.13 -> 3.6.23, 4.0.12 -> 4.0.27, 4.2.8 -> 4.2.17
2021-12-09 11:36:08 -03:00
Bryan A. S
3108f8dd7c mongodb-4_2: 4.2.8 -> 4.2.17 2021-11-16 20:02:34 -03:00
Bryan A. S
6aa95a5ea8 mongodb-4_0: 4.0.12 -> 4.0.27 2021-11-16 20:01:42 -03:00
Bryan A. S
373dd89275 mongodb-3_6: 3.6.13 -> 3.6.23 2021-11-16 20:01:10 -03:00
Claudio Bley
80cf9cd7ee
eventstore: Fix create-deps.sh script and update dependencies
The old version of the script tried to parse the output of the dotnet tool, but
apparently, that output changed and thus the list of dependencies was empty.
2021-11-16 15:54:33 +01:00
Alyssa Ross
a2e92ff6ad pkgsMusl.redis: enable systemd support
We previously weren't able to build systemd for Musl, but now we
can!  (But not statically.)  So there's no longer any reason to have
systemd support in Redis disabled by default for pkgsMusl.
2021-11-04 10:44:01 +00:00
R. Ryantm
092b91f15f influxdb: 1.8.9 -> 1.8.10 2021-10-31 00:10:19 +00:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs 2021-10-18 23:46:17 +02:00
Mario Rodas
6ea41eaabb redis: 6.2.5 -> 6.2.6
https://github.com/redis/redis/releases/tag/6.2.6
2021-10-04 04:20:00 +00:00
Sergei Trofimovich
c7fc01cd77
aerospike: drop blanket -Werror (#140306)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-10-03 16:50:53 +02:00
Matthieu Coudron
89032313ca redis: set mainProgram to redis-cli 2021-10-03 03:33:09 +02:00
Jörg Thalheim
6d9eed42d9 pkgsStatic.redis: fix build 2021-09-22 17:38:49 +02:00
Claudio Bley
b23d8aa39c influxdb2: 2.0.6 -> 2.0.8
* libflux: 0.115.0 -> 0.124.0; which fixes build errors for libflux on
  hydra (unused vars in Rust)

* the UI (chronograf) is now in embeded as a static asset from its GitHub
  repository
2021-09-20 13:22:08 +02:00
Robert Scott
a53e02e3ec apache-jena-fuseki: 3.13.1 -> 4.2.0 2021-09-18 21:27:15 +01:00
Robert Scott
f54d2792e0 apache-jena: 3.7.0 -> 4.2.0 2021-09-18 21:26:47 +01:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Robert Hensing
a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
Andreas Rammhold
cd20497c66
mongodb: pick python version from scons
The python modules that we to the enviroment should always come from the
same python version as scons as otherwise they can't be loaded.

This unbreaks the build of mongodb 4.2 which pinned python to 3.8 while
our python attribute moved on to 3.9 which is what scons uses now.
2021-08-14 13:42:01 +02:00
R. RyanTM
cdba9b4fca influxdb: 1.8.6 -> 1.8.9 2021-08-08 14:04:28 +00:00
zowoq
0e50afedc1 influxdb2: buildFlagsArray -> ldflags, tags 2021-08-07 12:28:40 +10:00
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Frederik Rietdijk
e029eba1ca cassandra: stay with python2
Did not test with python3.
2021-07-27 20:37:04 +02:00
Mario Rodas
b155b06e1d redis: 6.2.4 -> 6.2.5
https://github.com/redis/redis/releases/tag/6.2.5
2021-07-21 04:20:00 +00:00
Robert Hensing
c43213bb67 neo4j: Clean up and make jre easy to override
Convention is to use `jre` and make it specific in the callPackage
call.
This way users can override it regardless of changes to the default
neo4j jre.
2021-07-14 09:25:16 +02:00
Robert Hensing
63c241d6a7 neo4j: Fix JAVA_HOME 2021-07-13 18:16:35 +02:00
Mario Rodas
8d34fb204c
redis: 6.2.3 -> 6.2.4 (#125444)
https://github.com/redis/redis/releases/tag/6.2.4
2021-06-02 22:29:28 -04:00
Jörg Thalheim
d59217b5f8
Merge pull request #124189 from Mic92/redis
redis: enable pie
2021-05-24 12:21:31 +01:00
Mario Rodas
fc6084c0af
Merge pull request #124127 from LeSuisse/redis-6.2.3
redis: 6.2.1 -> 6.2.3
2021-05-23 19:54:59 -05:00
Jörg Thalheim
c266643ae2
redis: enable pie 2021-05-23 21:00:53 +02:00
Samuel Ainsworth
02c595ebdb
Prefer pname and version in mkDerivations instead of name (#123438)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: nixpkgs-review <nixpkgs-review@example.com>
2021-05-23 17:07:31 +02:00
Thomas Gerbet
0d1b14161a redis: 6.2.1 -> 6.2.3
Fixes CVE-2021-29477 and CVE-2021-29478.

https://github.com/redis/redis/blob/6.2.3/00-RELEASENOTES
2021-05-23 13:40:58 +02:00
R. RyanTM
3ddabfb9c3
influxdb: 1.8.5 -> 1.8.6 (#123973) 2021-05-22 13:31:09 +00:00
Stéphan Kochen
f37710e94e influxdb2: fix darwin build 2021-05-16 23:53:00 -07:00
Claudio Bley
329ec3d17c influxdb2: 2.0.2 -> 2.0.6
* update libflux to version 0.115.0
* chronograf-ui has been renamed to influxdb-ui
2021-05-16 23:53:00 -07:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
Yorick van Pelt
65adcafac7
victoriametrics: 1.54.1 -> 1.59.0 2021-05-08 11:58:45 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging 2021-05-03 12:26:48 +00:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Robert Hensing
726669ace8 cassandra: use Nix scope checking 2021-04-29 08:40:12 +02:00
Robert Hensing
19ba3d97d2 cassandra: format 2021-04-29 08:40:12 +02:00
R. RyanTM
c94c1874da
influxdb: 1.8.4 -> 1.8.5 (#120207) 2021-04-25 10:18:32 +00:00
Dmitry Kalinkin
e8b81fe04d
redis: add withSystemd argument 2021-04-18 09:40:25 -04:00
Robert Scott
019c8115cc
Merge pull request #115714 from r-ryantm/auto-update/VictoriaMetrics
victoriametrics: 1.52.0 -> 1.54.1
2021-03-22 00:19:09 +00:00
Sandro
7d4c9c71cb
Merge pull request #116689 from puffnfresh/pkgs/eventstore
eventstore: add x86_64-darwin to supported platforms
2021-03-22 00:44:54 +01:00
Brian McKenna
7444abbf1d eventstore: add x86_64-darwin to supported platforms
Reported as working.
2021-03-18 11:28:34 +11:00
R. RyanTM
e4cbc8305f victoriametrics: 1.52.0 -> 1.54.1 2021-03-10 07:33:13 +00:00
Martin Weinelt
16f9e4da3a
Merge branch 'master' into staging-next 2021-03-09 17:05:41 +01:00
R. RyanTM
7b9ed57ea2 redis: 6.2.0 -> 6.2.1 2021-03-09 11:04:15 +00:00
Robert Schütz
54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Mario Rodas
806a797463 redis: add marsam to maintainers 2021-02-23 04:20:00 +00:00
Mario Rodas
b5d02a4182 redis: update meta 2021-02-23 04:20:00 +00:00
Mario Rodas
2ff821ed77 redis: 6.0.10 -> 6.2.0
https://github.com/redis/redis/blob/6.2.0/00-RELEASENOTES
2021-02-23 04:20:00 +00:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Robert Hensing
d18e47b760 cassandra: Invoke install hooks
Thanks @r-rmcgibbo for pointing that out
2021-02-18 12:17:30 +01:00
Robert Hensing
da3bd95ffe cassandra: 3.11.9 -> 3.11.10 2021-02-18 11:50:19 +01:00
Robert Hensing
ac852f63d3 cassandra_3_0: 3.0.23 -> 3.0.24 2021-02-18 11:50:14 +01:00
Robert Hensing
4ca1c4bcd5 cassandra_2*: mark as insecure 2021-02-18 11:50:14 +01:00
06kellyjac
a66639068b influxdb2: use now maintained go-bindata 2021-02-06 16:14:45 +00:00
R. RyanTM
0d796ea779
influxdb: 1.8.3 -> 1.8.4 (#111766) 2021-02-03 17:31:00 +00:00
ajs124
5e1eed0c03
Merge pull request #110434 from thefloweringash/redis-update
redis: 6.0.6 -> 6.0.10
2021-01-27 17:45:54 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Andrew Childs
d9ed03a388 redis: 6.0.6 -> 6.0.10 2021-01-22 12:44:25 +09:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Florian Klink
a0bc5879f1 victoriametrics: 1.42.0 -> 1.52.0
Also move from buildGoPackage to buildGoModule.
2021-01-16 23:15:57 +01:00
Ben Siraphob
8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Thomas Dy
17f33c9be1 redis: move pkgconfig to nativeBuildInputs 2021-01-04 11:12:14 +09:00
Thomas Dy
c33e078c01 redis: build with TLS support 2021-01-04 11:12:14 +09:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Robert Hensing
ccdfb9c6ea cassandra: Add myself as maintainer 2020-12-14 15:37:46 +01:00
Robert Hensing
a298710dd1 cassandra: Add passthru.tests 2020-12-09 13:24:48 +01:00
Robert Hensing
48929049d7
Merge pull request #104838 from redvers/update_cassandra_2.1.20_to_2.1.22_cve-2020-13946
cassandra_2_1: 2.1.20 -> 2.1.22
2020-12-09 13:21:04 +01:00
Robert Hensing
ed03f1a594
Merge pull request #104840 from redvers/update_cassandra_2.2.14_to_2.2.19_cve-2020-13946
cassandra_2_2: 2.2.14 -> 2.2.19
2020-12-09 13:20:34 +01:00
Robert Hensing
f41b7f6153
Merge pull request #104835 from redvers/update_cassandra_3.11.4_3.11.9_cve-2020-13946
cassandra: 3.11.4 -> 3.11.9
2020-12-09 13:19:53 +01:00
Casey Ransom
f6e974e701 cassandra: remove maintainer cransom
I've been disconnected from Cassandra for years now, I wouldn't be an
appropriate maintainer.
2020-12-02 11:01:14 -05:00
Jörg Thalheim
baf2814f48
redis: disable systemd in musl build 2020-11-29 11:15:28 +01:00
Andreas Rammhold
9ea8fd6df1
Merge pull request #104841 from redvers/update_cassandra_3.0.17_to_3.0.23_cve-2020-13946
cassandra_3_0: 3.0.17 -> 3.0.23
2020-11-28 16:43:03 +01:00
Red Davies
1431c3cc60 cassandra_3_0: 3.0.17 -> 3.0.23
Reason: Fixes CVE-2020-13946 Apache Cassandra RMI Rebind Vulnerability

Description:
It is possible for a local attacker without access to the Apache Cassandra
process or configuration files to manipulate the RMI registry to perform a
man-in-the-middle attack and capture user names and passwords used to access
the JMX interface. The attacker can then use these credentials to access
the JMX interface and perform unauthorised operations.

Users should also be aware of CVE-2019-2684, a JRE vulnerability that enables
this issue to be exploited remotely.

3.0.x users should upgrade to 3.0.22
2020-11-24 21:21:56 -05:00
Red Davies
ee1b13dd13 cassandra_2_2: 2.2.14 -> 2.2.19
Reason: Fixes CVE-2020-13946 Apache Cassandra RMI Rebind Vulnerability

Description:
It is possible for a local attacker without access to the Apache Cassandra
process or configuration files to manipulate the RMI registry to perform a
man-in-the-middle attack and capture user names and passwords used to access
the JMX interface. The attacker can then use these credentials to access
the JMX interface and perform unauthorised operations.

Users should also be aware of CVE-2019-2684, a JRE vulnerability that enables
this issue to be exploited remotely.

2.2.x users should upgrade to 2.2.18
2020-11-24 20:58:37 -05:00
Red Davies
b0f1fea52f cassandra_2_1: 2.1.20 -> 2.1.22
Reason: Fixes CVE-2020-13946 Apache Cassandra RMI Rebind Vulnerability

Description:
It is possible for a local attacker without access to the Apache Cassandra
process or configuration files to manipulate the RMI registry to perform a
man-in-the-middle attack and capture user names and passwords used to access
the JMX interface. The attacker can then use these credentials to access
the JMX interface and perform unauthorised operations.

Users should also be aware of CVE-2019-2684, a JRE vulnerability that enables
this issue to be exploited remotely.

2.1.x users should upgrade to 2.1.22
2020-11-24 20:42:29 -05:00
Red Davies
90d2986368 cassandra: 3.11.4 -> 3.11.9
Reason: Fixes CVE-2020-13946 Apache Cassandra RMI Rebind Vulnerability

Description:
It is possible for a local attacker without access to the Apache Cassandra
process or configuration files to manipulate the RMI registry to perform a
man-in-the-middle attack and capture user names and passwords used to access
the JMX interface. The attacker can then use these credentials to access
the JMX interface and perform unauthorised operations.

Users should also be aware of CVE-2019-2684, a JRE vulnerability that enables
this issue to be exploited remotely.

3.11.x users should upgrade to 3.11.8
2020-11-24 20:24:32 -05:00
Dave Anderson
4de5d2b081
influxdb2: init at v2.0.2 (#104717)
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-24 16:06:39 +01:00
Graham Christensen
fbc4af5725 Revert "influxdb2: init at v2.0.2 (#104484)"
This reverts commit ecbe92e576.
2020-11-23 14:55:26 -05:00
Dave Anderson
ecbe92e576
influxdb2: init at v2.0.2 (#104484)
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-23 20:40:42 +01:00
Thomas Depierre
63caecee7d riak-cs: delete 2020-10-28 19:31:33 +01:00
R. RyanTM
26f82d4246 influxdb: 1.8.2 -> 1.8.3 2020-10-18 14:18:35 +00:00
Mario Rodas
cbf2b8880b
Merge pull request #99250 from yorickvP/victoriametrics-auto-test
victoriametrics: add passthru.tests
2020-10-01 20:18:22 -05:00
Yorick van Pelt
1ef22a5d1f
victoriametrics: add passthru.tests 2020-10-01 11:58:32 +02:00
Souvik Sen
ae4a51c15c
victoriametrics: 1.40.0 -> 1.42.0 (#99241) 2020-10-01 04:49:59 -05:00
R. RyanTM
b0094fc46b influxdb: 1.8.0 -> 1.8.2 2020-09-05 02:11:12 +00:00
John Ericson
1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
R. RyanTM
6f2d868624 victoriametrics: 1.37.4 -> 1.40.0 2020-08-31 10:00:23 +00:00
Matthias Totschnig
9b2769b061 rethinkdb: use clangStdenv
And remove patch working around a GCC bug.
2020-08-21 15:44:52 -07:00
Matthias Totschnig
8025e4ffe4 rethinkdb: 2.3.6 -> 2.4.1, fix
Update patch that prevents making V8 snapshots, as those segfault.

Fix build by building only the database server. Other make targets fetch
dependencies at build time and this behaviour cannot be overriden.
Therefore, the clients and web interface are no longer built. See
rethinkdb/rethinkdb#6867.
2020-08-21 15:44:52 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
volth
cf7b63df5b gcc.arch: refactor, move tables under lib/ 2020-08-05 11:18:26 +00:00