[Bug 286938] net/rabbitmq: Update to 4.1.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Jun 2025 00:34:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286938

--- Comment #9 from fsbruva@yahoo.com ---
> are either you or vvd@ interested in picking up maintainership of this port?
Yes - I think being "co-maintainers" is a good idea.

> vvd - how does the rabbitmq *server* break onlyoffice? It has no nodejs

The breaking issue with rabbitmq 4.1.0 is the change to Initial AMQP 0-9-1
Maximum Frame Size. When rabbitmq went 4.0.7 --> 4.1.0, this value changed from
4069 to 8192, prior to the authentication phase. This change (even per the
rabbitmq release notes) is a breaking change. The version of amqplib used
within onlyoffice at the time you committed the rabbitmq 4.1.0 could not
accommodate the new frame size. This caused all versions of onlyoffice
available via pkg and ports to fail to run. I have since submitted a backported
patch from upstream to fix the onlyoffice port, and the port revision
compatible with rabbitmq 4.1.0 is now available for the latest 13 and 14
packages.

See: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.