about summary refs log tree commit diff
path: root/pkgs/servers/nosql
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22Merge pull request #115714 from r-ryantm/auto-update/VictoriaMetricsRobert Scott1-2/+2
victoriametrics: 1.52.0 -> 1.54.1
2021-03-22Merge pull request #116689 from puffnfresh/pkgs/eventstoreSandro1-1/+1
eventstore: add x86_64-darwin to supported platforms
2021-03-18eventstore: add x86_64-darwin to supported platformsBrian McKenna1-1/+1
Reported as working.
2021-03-10victoriametrics: 1.52.0 -> 1.54.1R. RyanTM1-2/+2
2021-03-09Merge branch 'master' into staging-nextMartin Weinelt1-2/+2
2021-03-09redis: 6.2.0 -> 6.2.1R. RyanTM1-2/+2
2021-02-26Merge branch 'staging-next' into stagingRobert Schütz1-6/+9
2021-02-26Merge master into staging-nextFrederik Rietdijk1-6/+9
2021-02-23redis: add marsam to maintainersMario Rodas1-1/+1
2021-02-23redis: update metaMario Rodas1-1/+2
2021-02-23redis: 6.0.10 -> 6.2.0Mario Rodas1-4/+6
https://github.com/redis/redis/blob/6.2.0/00-RELEASENOTES
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2-3/+4
2021-02-18cassandra: Invoke install hooksRobert Hensing1-0/+4
Thanks @r-rmcgibbo for pointing that out
2021-02-18cassandra: 3.11.9 -> 3.11.10Robert Hensing1-2/+2
2021-02-18cassandra_3_0: 3.0.23 -> 3.0.24Robert Hensing1-2/+2
2021-02-18cassandra_2*: mark as insecureRobert Hensing3-1/+10
2021-02-06influxdb2: use now maintained go-bindata06kellyjac1-17/+1
2021-02-03influxdb: 1.8.3 -> 1.8.4 (#111766)R. RyanTM1-3/+3
2021-01-27Merge pull request #110434 from thefloweringash/redis-updateajs1241-2/+2
redis: 6.0.6 -> 6.0.10
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-22redis: 6.0.6 -> 6.0.10Andrew Childs1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-16victoriametrics: 1.42.0 -> 1.52.0Florian Klink1-6/+6
Also move from buildGoPackage to buildGoModule.
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob2-2/+2
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob12-42/+42
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-8/+8
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-10Merge master into staging-nextFrederik Rietdijk1-3/+10
2021-01-04redis: move pkgconfig to nativeBuildInputsThomas Dy1-1/+3
2021-01-04redis: build with TLS supportThomas Dy1-3/+8
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-12-14cassandra: Add myself as maintainerRobert Hensing1-1/+1
2020-12-09cassandra: Add passthru.testsRobert Hensing5-3/+22
2020-12-09Merge pull request #104838 from ↵Robert Hensing1-2/+2
redvers/update_cassandra_2.1.20_to_2.1.22_cve-2020-13946 cassandra_2_1: 2.1.20 -> 2.1.22
2020-12-09Merge pull request #104840 from ↵Robert Hensing1-2/+2
redvers/update_cassandra_2.2.14_to_2.2.19_cve-2020-13946 cassandra_2_2: 2.2.14 -> 2.2.19
2020-12-09Merge pull request #104835 from ↵Robert Hensing1-2/+2
redvers/update_cassandra_3.11.4_3.11.9_cve-2020-13946 cassandra: 3.11.4 -> 3.11.9
2020-12-02cassandra: remove maintainer cransomCasey Ransom1-1/+1
I've been disconnected from Cassandra for years now, I wouldn't be an appropriate maintainer.
2020-11-29redis: disable systemd in musl buildJörg Thalheim1-2/+2
2020-11-28Merge pull request #104841 from ↵Andreas Rammhold1-2/+2
redvers/update_cassandra_3.0.17_to_3.0.23_cve-2020-13946 cassandra_3_0: 3.0.17 -> 3.0.23
2020-11-24cassandra_3_0: 3.0.17 -> 3.0.23Red Davies1-2/+2
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-24cassandra_2_2: 2.2.14 -> 2.2.19Red Davies1-2/+2
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-24cassandra_2_1: 2.1.20 -> 2.1.22Red Davies1-2/+2
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-24cassandra: 3.11.4 -> 3.11.9Red Davies1-2/+2
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-24influxdb2: init at v2.0.2 (#104717)Dave Anderson4-0/+13734
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-23Revert "influxdb2: init at v2.0.2 (#104484)"Graham Christensen1-123/+0
This reverts commit ecbe92e57616a22f8c4ec50a7f3832f28972dd79.
2020-11-23influxdb2: init at v2.0.2 (#104484)Dave Anderson1-0/+123
Signed-off-by: David Anderson <dave@natulte.net>
2020-10-28riak-cs: deleteThomas Depierre2-135/+0
2020-10-18influxdb: 1.8.2 -> 1.8.3R. RyanTM1-3/+3
2020-10-01Merge pull request #99250 from yorickvP/victoriametrics-auto-testMario Rodas1-1/+3
victoriametrics: add passthru.tests
2020-10-01victoriametrics: add passthru.testsYorick van Pelt1-1/+3