about summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff2018-09-25
| | | | | | | | | | | - New dependency on 'getconf' binary for https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448 - New dependency on 'socat' for systemd notifications https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361 - elixir_1_6 for a new 'rabbitmqctl' tool - Replace patching with providing custom PATH, as we already have some other things here - Renamed package in all-packages.nix from a legacy spelling
* Merge autoPatchelfHook improvements (#47222)aszlig2018-09-25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the initialy commit was done by @Mic92 plus a few fixes from my side. So essentially this avoids patching statically linked executables and also speeds up searching for ELF files altogether. I've tested this by comparing the outputs of all the derivations which make use of this hook using the following Nix expression: let getPackagesForRev = rev: with import (builtins.fetchGit { url = ./.; inherit rev; }) { config.allowUnfree = true; }; [ cups-kyodialog3 elasticsearch franz gurobi javacard-devkit masterpdfeditor maxx oracle-instantclient powershell reaper teamviewer unixODBCDrivers.msodbcsql17 virtlyst wavebox zoom-us ]; pkgs = import <nixpkgs> {}; baseRev = "ef764eb0d8314b81a012dae04642b4766199956d"; in pkgs.runCommand "diff-contents" { chset = pkgs.lib.zipListsWith (old: new: pkgs.runCommand "diff" { inherit old new; nativeBuildInputs = [ pkgs.nukeReferences ]; } '' mkdir -p "''${NIX_STORE#/}" cp --no-preserve=all -r "$old" "''${NIX_STORE#/}" cp --no-preserve=all -r "$new" "''${NIX_STORE#/}" find "''${old#/}" "''${new#/}" \ \( -type f -exec nuke-refs {} + \) -o \( -type l -delete \) mkdir "$out" echo "$old" > "$out/old-path" echo "$new" > "$out/new-path" diff -Nur "''${old#/}" "''${new#/}" > "$out/diff" || : '') (getPackagesForRev baseRev) (getPackagesForRev ""); } '' err=0 for c in $chset; do if [ -s "$c/diff" ]; then echo "$(< "$c/old-path") -> $(< "$c/new-path")" \ "differs, report: $c/diff" >&2 err=1 fi done [ $err -eq 0 ] && touch "$out" '' With these changes there is only one derivation which has altered contents, which is "franz". However the reason why it has differing contents is not directly because of the autoPatchelfHook changes, but because the "env-vars" file from the builder is in "$out/opt/franz/env-vars" (Cc: @gnidorah) and we now have different contents for NIX_CFLAGS_COMPILE and other environment variables. I also tested this against a random static binary and the hook no longer tries to patch it. Merges: #47222
| * elasticsearch: Add zlib to buildInputs for unfreeaszlig2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | The unfree variant of elasticsearch uses autoPatchelfHook and since we removed the dependency on file for the hook itself in 58a97dfb491be6ae92499c3f819440f281d826a1 we no longer have zlib propagated. So we need to explicitly state that dependency here. Signed-off-by: aszlig <aszlig@nix.build> Cc: @apeschar, @basvandijk
* | Merge pull request #47289 from 1000101/masterMichael Raskin2018-09-24
|\ \ | | | | | | trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
| * | trezord: 2.0.14 -> 2.0.1910001012018-09-24
| | |
* | | Merge pull request #47273 from pacien/patch-5Jörg Thalheim2018-09-24
|\ \ \ | | | | | | | | matrix-synapse: 0.33.3.1 -> 0.33.5
| * | | matrix-synapse: 0.33.3.1 -> 0.33.5Notkea2018-09-24
| |/ / | | | | | | | | | Upgrade matrix-synapse to the latest version, adding a new required dependency (treq)
* / / jackett: 0.10.160 -> 0.10.198R. RyanTM2018-09-24
|/ / | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jackett/versions
* | Merge pull request #47120 from dtzWill/update/xf86-input-libinput-0.28.0Will Dietz2018-09-23
|\ \ | |/ |/| xf86-input-libinput: 0.26.0 -> 0.28.0
| * xf86-input-libinput: 0.26.0 -> 0.28.0Will Dietz2018-09-21
| | | | | | | | https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/log/
* | pgtap: 0.98.0 -> 0.99.0 (#46980)R. RyanTM2018-09-23
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pgtap/versions
* | influxdb: 1.4.1 -> 1.6.3 (#47186)Jos van Bakel2018-09-23
| |
* | hylafaxplus: 5.6.0 -> 5.6.1 (#47045)R. RyanTM2018-09-22
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hylafaxplus/versions
* | Merge pull request #47051 from LnL7/darwin-broken-dDaiderd Jordan2018-09-21
|\ \ | |/ |/| broken darwin packages (d)
| * dico: mark linux only.Daiderd Jordan2018-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Never built successfully. Undefined symbols for architecture x86_64: "_rpl_strerror", referenced from: _default_print_diag in libgrecs.a(diag.o) _grecs_symtab_strerror in libgrecs.a(symtab.o) _parse_inet in libgrecs.a(sockaddr.o) ld: symbol(s) not found for architecture x86_64 /cc ZHF #45961
* | metabase: 0.30.1 -> 0.30.3R. RyanTM2018-09-20
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/metabase/versions
* | smcroute: 2.4.1 -> 2.4.2R. RyanTM2018-09-20
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/smcroute/versions
* | openxpki: fix build, use current python3Packages (#46860)xeji2018-09-19
| | | | | | | | Build used python34Packages and failed because python34Packages.pytest didn't build anymore. Use python3Packages instead.
* | Merge pull request #46843 from jslight90/mattermostRyan Mulligan2018-09-19
|\ \ | |/ |/| mattermost: 5.1.0 -> 5.3.0
| * mattermost: 5.1.0 -> 5.3.0Jeff Slight2018-09-17
| |
* | cstore_fdw: 1.6.1 -> 1.6.2 (#46291)R. RyanTM2018-09-18
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions
* | prometheus-json-exporter: add patch to support bool parsingWilliButz2018-09-18
| |
* | prometheus-json-exporter: 2016-09-13 -> 2017-10-06WilliButz2018-09-18
| |
* | groonga: 8.0.5 -> 8.0.6 (#46277)R. RyanTM2018-09-18
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from groonga
* | neo4j: 3.4.5 -> 3.4.6 (#46244)R. RyanTM2018-09-18
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from neo4j
* | checkSSLCert: 1.64.0 -> 1.72.0 (#46290)R. RyanTM2018-09-18
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/check_ssl_cert/versions
* | varnish6: 6.0.0 -> 6.0.1 (#46170)R. RyanTM2018-09-18
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from varnish
* | Merge pull request #46800 from pacien/exim-package-lmtpSarah Brofeldt2018-09-18
|\ \ | | | | | | exim: enable LMTP support
| * | exim: enable LMTP supportpacien2018-09-17
| |/ | | | | | | | | This makes the LMTP transport available by default. No additional dependency is required.
* / foundationdb60: 6.0.4pre2497_73d64cb2 -> 6.0.11pre2716_9e8c1941eAustin Seipp2018-09-17
|/ | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #46724 from worldofpeace/emby/3.5.2.0Timo Kaufmann2018-09-17
|\ | | | | emby: 3.4.1.0 -> 3.5.2.0
| * emby: 3.4.1.0 -> 3.5.2.0worldofpeace2018-09-17
| |
* | codimd: init at 1.2.0WilliButz2018-09-17
| |
* | prometheus_2: 2.2.1 -> 2.3.2 (#46333)Maximilian Bode2018-09-17
| |
* | exim: add optional support for PAM (#46744)Notkea2018-09-17
| |
* | arangodb: 3.3.14 -> 3.3.15 (#46305)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/arangodb/versions
* | matomo: 3.5.1 -> 3.6.0 (#46242)R. RyanTM2018-09-17
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from matomo
* | apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2Maximilian Bode2018-09-15
| |
* | apacheKafka_0_11: 0.11.0.1 -> 0.11.0.3Maximilian Bode2018-09-15
| |
* | apacheKafka_1_0: 1.0.1 -> 1.0.2Maximilian Bode2018-09-15
| |
* | apacheKafka_1_1: 1.1.0 -> 1.1.1Maximilian Bode2018-09-15
| |
* | apacheKafka: 1.1.0 -> 2.0.0Maximilian Bode2018-09-15
| |
* | prometheus-snmp-exporter: 0.11.0 -> 0.13.0 (#46677)WilliButz2018-09-15
| |
* | Merge pull request #46385 from xeji/p/brokenxeji2018-09-15
|\ \ | |/ |/| mark long-failing packages broken for 18.09
| * kippo: mark as brokenUli Baum2018-09-13
| | | | | | | | no successful hydra build since 2017-12-11
| * frab: mark as brokenUli Baum2018-09-08
| | | | | | | | | | | | No successful hydra build since 2018-02-14. The build fails in the ruby gem json-1.8.3, which we cannot mark directly as broken in nixpkgs, so we mark this as broken.
* | prometheus-dovecot-exporter: 0.1.1 -> 0.1.3WilliButz2018-09-13
| |
* | Merge pull request #46614 from mayflower/atlassian-updateRobin Gloster2018-09-13
|\ \ | | | | | | Atlassian update
| * | atlassian-jira: 7.12.0 -> 7.12.1Simon Lackerbauer2018-09-13
| | |
| * | atlassian-crowd: 3.1.2 -> 3.2.5Simon Lackerbauer2018-09-13
| | |