summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/amqp
AgeCommit message (Collapse)Author
2020-11-11rabbitmq-server: 3.8.8 -> 3.8.9R. RyanTM
2020-09-24rabbitmq-server: 3.8.7 -> 3.8.8R. RyanTM
2020-09-24rabbitmq-server: 3.8.5 -> 3.8.7Lancelot SIX
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. RyanTM
2020-05-31rabbitmq: fix darwin buildTae Sandoval
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. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-30buildPython*: use pnameFrederik Rietdijk
2020-03-10rabbitmq-server: add the VM test to passthru.testsProfpatsch
2020-03-10rabbitmq-server: 3.8.2 -> 3.8.3R. RyanTM
2020-01-22treewide: fix redirected urlsPatrick Hilhorst
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 Lebedeff
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-31qpid-cpp: fix evalJan Tojnar
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-12-30Merge gcc-9 into staging (#68029)Frederik Rietdijk
2019-12-30treewide: installFlags is a listRobin Gloster
2019-12-27qpid-cpp: fix build on darwinFranz Pletz
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
2019-12-26Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz
2019-12-09rabbitmq-server: 3.8.1 -> 3.8.2R. RyanTM
2019-12-03qpid-cpp: 1.37.0 -> 1.38.0Maximilian Bosch
https://qpid.apache.org/releases/qpid-cpp-1.38.0/index.html
2019-11-07qpid-cpp: 1.37.0 -> 1.39.0, fix build with gcc9Franz Pletz
2019-11-04rabbitmq-server: 3.8.0 -> 3.8.1R. RyanTM
2019-10-27rabbitmq-server: 3.7.18 -> 3.8.0R. RyanTM
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. RyanTM
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-09-03Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz
2019-08-25Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-09rabbitmq-server: 3.7.16 -> 3.7.17R. RyanTM
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 Jordan
elixir: default 1.7.4 -> 1.9.0
2019-07-17rabbitmq-server: 3.7.15 -> 3.7.16R. RyanTM
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 Pelt
2019-06-17qpid-cpp: fix build with gcc8Robin Gloster
2019-06-03rabbitmq-server: 3.7.14 -> 3.7.15R. RyanTM
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. RyanTM
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. RyanTM
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. RyanTM
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. RyanTM
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. RyanTM
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 Lebedeff
- 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 argumentsvolth
2018-06-01qpid-cpp: fix build after #28029Orivej Desh
When -O2 from hardening does not redefine -O3 from CMake, the build fails with: src/qpid/broker/SelectorExpression.cpp: In member function ‘qpid::broker::Expression* qpid::broker::Parse::orExpression(qpid::broker::Tokeniser&)’: src/qpid/broker/SelectorExpression.cpp:1041:13: error: ‘*((void*)& s +17)’ may be used uninitialized in this function [-Werror=maybe-uninitialized] if (s[1]=='b' || s[1]=='B') {
2018-04-10rabbitmq-server: use provided getconfMatthew Bauer
2018-03-27qpid-cpp: fix buildMaximilian Bosch
The compilation broke due to the flag `-Werror=int-in-bool-context` which caused several compilation errors with GCC v7. Disabling this warning manually with `-Wno-error` in `NIX_CFLAGS_COMPILE` should be fine. This package experienced several radical changes as the entire python build in `$src/management/python` was broken since the given Python interpreter missed several needed modules (including `pythonPackages.qpid-python`). As the CMake build tried to invoke the affected `setup.py` manually and patched the shebangs with `disutil` and caused non-functional executables, I split the package up into two parts, the actual `qpid-cpp` lib and the Python module that will be composed using `buildEnv`. Furthermore I added myself as maintainer for the package as the diff became quite huge and we should have more folks available to maintain this. See https://hydra.nixos.org/build/71519082/log See tickets #36453 and #31747
2018-03-06qpid-cpp: 0.34 -> 1.37.0Carles Pagès
2018-02-22rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch
- 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-28qpid-cpp: fix buildRobin Gloster
2017-09-14rabbitmq_server: 3.6.6 -> 3.6.10Hoang Xuan Phu
2017-02-09Merge branch 'master' into stagingVladimír Čunát
2017-02-09rabbitmq: 3.5.8 -> 3.6.6Antoine Eiche
Fix CVE-2015-8786.