Created attachment 238171 [details] Patch to update net/rabbitmq to 3.10.11 According to https://www.rabbitmq.com/versions.html the rabbitmq 3.9.x series will reach it's EOL on 31 January, 2023. This patch will update net/rabbitmq to version 3.10.11 It will also bump the minimal lang/erlang-runtime dependency to 24.2 and a minimal lang/elixir build-time depencency to 1.13.4
Created attachment 238172 [details] Synth test build log for the net/rabbitmq 3.10.11
Created attachment 238173 [details] Synth test build log for the net/rabbitmq 3.10.1 with ADMIN option enabled Attached Synth test build logs for the purposed patch.
Created attachment 238436 [details] Patch to update net/rabbitmq to 3.10.12 Rabbitmq 3.10.12 was released recently. Modified previous patch for this new rabbitmq version.
Created attachment 238437 [details] Test build log for the purposed patch Updated test build log for 3.10.12
Created attachment 238840 [details] Patch to update net/rabbitmq to 3.10.13 This patch will update net/rabbitmq to the latest version from the 3.10.x branch
Created attachment 238841 [details] Test build log for the purposed patch Updated test build log for 3.10.13
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca02febb711902e0f5e55cca90ff8cab17c44b43 commit ca02febb711902e0f5e55cca90ff8cab17c44b43 Author: Artyom Davidov <ard_1@mail.ru> AuthorDate: 2022-12-17 08:15:29 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-12-17 08:17:04 +0000 net/rabbitmq: Update to 3.10.13 ChangeLog: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.13 PR: 267857 Approved by: maintainer timeout, >3 weeks net/rabbitmq/Makefile | 9 +- net/rabbitmq/distinfo | 6 +- net/rabbitmq/pkg-plist | 371 +++++++++++++++++++++++++------------------------ 3 files changed, 200 insertions(+), 186 deletions(-)
Committed, thanks!