about summary refs log tree commit diff
path: root/pkgs/servers/amqp
Commit message (Collapse)AuthorAge
* qpid-cpp: fix build after #28029Orivej Desh2018-06-01
| | | | | | | | 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') {
* rabbitmq-server: use provided getconfMatthew Bauer2018-04-10
|
* qpid-cpp: fix buildMaximilian Bosch2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | 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
* qpid-cpp: 0.34 -> 1.37.0Carles Pagès2018-03-06
|
* rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch2018-02-22
| | | | | | | | | | - 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.
* qpid-cpp: fix buildRobin Gloster2017-09-28
|
* rabbitmq_server: 3.6.6 -> 3.6.10Hoang Xuan Phu2017-09-14
|
* Merge branch 'master' into stagingVladimír Čunát2017-02-09
|\
| * rabbitmq: 3.5.8 -> 3.6.6Antoine Eiche2017-02-09
| | | | | | | | Fix CVE-2015-8786.
* | qpid-cpp: use python2Frederik Rietdijk2017-02-08
|/
* Rename page to cpages to match githubCarles Pagès2017-01-20
| | | | I also updated the mail.
* rabbitmq-server: 3.5.6 -> 3.5.8 for unallocated CVEs: ↵Graham Christensen2016-11-22
| | | | https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_8
* fix invalid antiquotationsNikolay Amiantov2016-08-08
| | | | See https://github.com/NixOS/nix/issues/1017
* darwin: rabbitmq_server: add needed inputs for DarwinAsko Soukka2015-10-26
|
* rabbitmq-server: 3.4.3 -> 3.5.6Andrey Pavlov2015-10-08
|
* qpid-cpp: 0.26 -> 0.34. Fixes build (ZHF)Luca Bruno2015-07-21
|
* rabbitmq: update 3.3.5 -> 3.4.3Jaka Hudoklin2015-01-26
|
* boost: Remove boost.libWilliam A. Kennington III2014-11-02
|
* boost: Update depdendent packagesWilliam A. Kennington III2014-09-21
|
* rabbitmq-server: updated to 3.3.5Georges Dubus2014-08-28
|
* RabbitMQ server: bump to 3.3.4Evgeny Egorochkin2014-07-26
|
* rabbitmq_server: enable builds on darwinJaka Hudoklin2014-04-29
|
* Merge pull request #2082 from cpages/updatePeter Simons2014-03-31
|\ | | | | Updates for maintained packages
| * qpid-cpp: update to 0.26Carles Pagès2014-03-30
| | | | | | | | Also, remove a workaround that's no longer needed.
* | rabbitmq_server: update from 3.2.1 to 3.2.4, potentially fixes ↵Rob Vermaas2014-03-21
|/ | | | CVE-2012-3582, CVE-2013-4674
* rabbitmq: move docs: $out/docs -> $out/share/docsVladimír Čunát2014-01-26
| | | | As pointed out by @bjornfor, we mostly have it under share.
* rabbitmq-server: update to 3.2.1Carles Pagès2013-12-13
|
* Add qpid v0.24Carles Pagès2013-10-30
| | | | | | | It includes both the broker and the C++ client lib. I had to do some hacks to prevent the installer from putting thins outside $out. Close #1134.
* rabbitmq-server: Put files in $HOME by defaultShea Levy2013-04-19
| | | | | | | | | Before, files were put in /var, requiring the server to be run as a privileged user even when just testing locally. This can be overridden by setting the SYS_PREFIX env variable, or on a more coarse-grained basis in /etc/rabbitmq/rabbitmq-env.conf Signed-off-by: Shea Levy <shea@shealevy.com>
* Update rabbitmq to version 3.0.3Rob Vermaas2013-03-07
|
* * Added rabbitmq-server.Eelco Dolstra2011-03-31
svn path=/nixpkgs/branches/modular-python/; revision=26623