summary refs log tree commit diff
path: root/pkgs/servers/amqp/rabbitmq-server
AgeCommit message (Collapse)AuthorFilesLines
2022-01-20rabbitmq-server: 3.9.8 -> 3.9.13R. Ryantm1-2/+2
2022-01-16python,pythonPackages: make aliasesRobert Schütz1-2/+2
Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
2021-10-29rabbitmq-server: 3.9.6 -> 3.9.8R. Ryantm1-2/+2
2021-09-23rabbitmq-server: 3.9.4 -> 3.9.6R. RyanTM1-2/+2
2021-08-23rabbitmq-server: 3.9.3 -> 3.9.4R. RyanTM1-2/+2
2021-08-17rabbitmq-server: Add myself as maintainerManuel Bärenz1-1/+1
2021-08-17rabbitmq-server: 3.9.1 -> 3.9.3R. RyanTM1-2/+2
2021-08-15rabbitmq: Remove Profpatsch as maintainerProfpatsch1-1/+1
I have effectively not really maintained it in a while, since I had no use-case. Now that ryantm-bot has stopped reacting to updates of the package, I don’t see this improving. I hope somebody else steps up, an up-to-date rabbitmq in nixpkgs is quite important.
2021-08-03rabbitmq-server: formatSandro Jäckel1-17/+38
2021-08-02rabbitmq-server: Apply nixpkgs-review hintsManuel Bärenz1-9/+2
2021-08-02rabbitmq-server: 3.8.9 -> 3.9.1Manuel Bärenz1-2/+2
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-7/+7
2020-11-11rabbitmq-server: 3.8.8 -> 3.8.9R. RyanTM1-2/+2
2020-09-24rabbitmq-server: 3.8.7 -> 3.8.8R. RyanTM1-2/+2
2020-09-24rabbitmq-server: 3.8.5 -> 3.8.7Lancelot SIX1-3/+3
See https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.6 (license change) and https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.7
2020-06-30rabbitmq-server: 3.8.4 -> 3.8.5R. RyanTM1-2/+2
2020-05-31rabbitmq: fix darwin buildTae Sandoval1-3/+3
ed16f83 made all dependencies explicit, including systemd, which makes the build step to fail on macOS. Here systemd is added to runtimePath only if the target system is Linux
2020-05-28rabbitmq-server: 3.8.3 -> 3.8.4R. RyanTM1-2/+2
2020-03-10rabbitmq-server: add the VM test to passthru.testsProfpatsch1-0/+5
2020-03-10rabbitmq-server: 3.8.2 -> 3.8.3R. RyanTM1-3/+3
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2020-01-19rabbitmq: make all dependencies explicitAlexey Lebedeff1-8/+25
Some things were provided by default, some by systemd unit and some were just miraculously working. This turns them into explicit dependencies of the package itself, making everything properly overrideable. + providing glibcLocales fixes elixir compile warnings + providing systemd dependency allows rabbit to use systemctl for unit activation check instead of falling back to sleep. This was seen as a warning during startup.
2019-12-30treewide: installFlags is a listRobin Gloster1-2/+2
2019-12-09rabbitmq-server: 3.8.1 -> 3.8.2R. RyanTM1-2/+2
2019-11-04rabbitmq-server: 3.8.0 -> 3.8.1R. RyanTM1-2/+2
2019-10-27rabbitmq-server: 3.7.18 -> 3.8.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-10-04rabbitmq-server: 3.7.17 -> 3.7.18R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-09rabbitmq-server: 3.7.16 -> 3.7.17R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-07-19Merge pull request #64803 from serokell/elixir19Daiderd Jordan1-0/+1
elixir: default 1.7.4 -> 1.9.0
2019-07-17rabbitmq-server: 3.7.15 -> 3.7.16R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-07-16rabbitmq-server: bump elixir dependency to 1.8Yorick van Pelt1-0/+1
2019-06-03rabbitmq-server: 3.7.14 -> 3.7.15R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-04-16rabbitmq-server: 3.7.12 -> 3.7.14R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-03-03rabbitmq-server: 3.7.11 -> 3.7.12R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-02-06rabbitmq-server: 3.7.10 -> 3.7.11R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2019-01-19rabbitmq-server: 3.7.9 -> 3.7.10R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2018-11-18rabbitmq-server: 3.7.8 -> 3.7.9 (#50573)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rabbitmq-server/versions
2018-09-25rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff1-27/+10
- 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
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-10rabbitmq-server: use provided getconfMatthew Bauer1-8/+2
2018-02-22rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch1-13/+46
- split outputs (doc, man, out) - a new runtime dependency on getconf - fix up SCRIPTS_DIR in wrapper - clean output folder of stray doc files - add license & maintainer Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
2017-09-14rabbitmq_server: 3.6.6 -> 3.6.10Hoang Xuan Phu1-4/+4
2017-02-09rabbitmq: 3.5.8 -> 3.6.6Antoine Eiche1-14/+7
Fix CVE-2015-8786.
2016-11-22rabbitmq-server: 3.5.6 -> 3.5.8 for unallocated CVEs: ↵Graham Christensen1-3/+3
https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_8
2016-08-08fix invalid antiquotationsNikolay Amiantov1-1/+1
See https://github.com/NixOS/nix/issues/1017
2015-10-26darwin: rabbitmq_server: add needed inputs for DarwinAsko Soukka1-2/+6
2015-10-08rabbitmq-server: 3.4.3 -> 3.5.6Andrey Pavlov1-2/+2
2015-01-26rabbitmq: update 3.3.5 -> 3.4.3Jaka Hudoklin1-2/+2