Commit Graph

592 Commits

Author SHA1 Message Date
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