Version: 3.8.8, Package name: rabbitmq-3.8.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description RabbitMQ is a complete and highly reliable Enterprise Messaging System. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks. |
Filesize: 3001.258 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-19 06:38:33 by Stuart Henderson | Files touched by this commit (10) |
Log message: removing erlang 19 leaves a broken dep in rabbitmq (which is still a problem even with BROKEN set in the port) so commit my incomplete work updating to 3.8 branch. still marked BROKEN as it will need some work from somebody interested in this as it was dying shortly after startup. |
2021-02-15 12:30:49 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Mark as broken, security issues, and needs an update to work with newer versions of Erlang Drop MAINTAINER |
2020-11-05 01:28:57 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: the rabbitmqadmin script needs MODPY_BIN, so remove the MODPY_RUNDEP = No line to include python in the RUN_DEPDS |
2019-12-11 07:28:36 by Vadim Zhukov | Files touched by this commit (3) |
Log message: Tweaks for RabbitMQ installation, okayed by sebastia@ (MAINTAINER): - build & install manual pages; - provide default HOME= line in rabbitmq-env.conf, allowing rabbitmqctl to work out-of-the-box, including rcctl check/stop cases. |
2019-06-24 15:32:07 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Seems with last update I kind of missed to re-enable MODPY_ADJ_FILES with correct file paths and broke rabbitmqadmin Fix that, while there switch to PERMIT_PACKAGE |
2019-06-02 02:42:29 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Needs net/rsync to build. |
2019-05-30 10:24:33 by Sebastian Reitenbach | Files touched by this commit (7) |
Log message: Update to 2.6.15 while there, switch HOMEPAGE and MASTER_SITES to HTTPS changes dependency to erlang from 18 -> 19 OK jasper@ |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2015-11-10 08:41:47 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Switch from erlang 16 to erlang 18, which now allows me to secure communication with SSL which I was unable to get to work with erlang 16. OK jasper@ |
2015-11-05 03:49:03 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: - update to rabbitmq-server-3.5.6 - sebastia@ takes over maintainership OK sebastia@ and piotr sikori (previous MAINTAINER) |
2015-07-10 11:10:10 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: bump after erlang dependency change reminded by aja@ |
2015-06-24 00:50:19 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: switch to using the erlang module |
2015-06-23 10:38:10 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: tidy up erlang dependencies |
2015-06-22 07:08:20 by Jasper Lievisse Adriaanse | Files touched by this commit (9) |
Log message: bump after MODERL_RUN_DEPENDS change |
2015-05-08 03:08:45 by Marc Espie | Files touched by this commit (23) |
Log message: don't depend on modes in the ports tree being what we want installed |
2015-04-18 07:35:27 by Ingo Schwarze | Files touched by this commit (5) |
Log message: Drop USE_GROFF (almost exclusively additional blank lines). No bump needed. |
2015-02-10 10:53:51 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: * add proper python shebang to rabbitmqadmin plugin command line tool, * unbreak rabbitmqctl eval '' and friends, the patch to rabbitmqctl that existed to run the code seems to be superfluous, and broke that OK jasper@ |
2014-12-29 02:28:23 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - update to rabbitmq-3.4.2 ok MAINTAINER |
2011-07-07 22:31:57 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Add a small comment to the rc script -- no functionnal change. |
2011-06-15 05:02:59 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to rabbitmq 2.5.0, from MAINTAINER Piotr Sikora. Regress target still SIGBUSes on sparc64.. |
2011-06-08 12:00:50 by Jasper Lievisse Adriaanse | Files touched by this commit (49) |
Log message: bump after default python version switch |
2011-04-28 05:28:44 by Landry Breuil | Files touched by this commit (4) |
Log message: Various fixes from Piotr Sikora (maintainer) : - simplify rabbitmqctl diff, use su to make sure command is run as ${RABBITUSER} - change _rabbitmq shell to /sbin/nologin, - remove redundant setting of PYTHON, - remove unnecessary SUBST_CMD calls, - remove trailing space in MAKE_ENV. discussed with maintainer and ajacoutot@ |
2011-04-16 07:54:51 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Tweak rc script: * make rc_check return 1 in case the daemon is not running * proper indent |
2011-04-16 03:11:07 by Landry Breuil | Files touched by this commit (9) |
Log message: Update to rabbitMQ 2.4.1, joint work from viq & Piotr Sikora, with small tweaks by me (don't silent SUBST_CMD, no need to cvs rm/add files/rabbitmq.conf as it can be installed with the correct name) - add rc script, remove pkg/MESSAGE - fix rabbitmqctl args passing - install config file as rabbitmq-env.conf Needed by an upcoming erlang update.. Maintainer timeout, Piotr Sikora takes maintainership. ok stuartslolbunny@ (!?) |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-08-30 15:21:54 by Stuart Henderson | Files touched by this commit (25) |
Log message: bumps for new python |