Bug 270754 - net/rabbitmq: update to 3.11.17
Summary: net/rabbitmq: update to 3.11.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-erlang (Nobody)
URL: https://github.com/rabbitmq/rabbitmq-...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-11 03:18 UTC by Artyom Davidov
Modified: 2023-06-05 08:15 UTC (History)
2 users (show)

See Also:
olgeni: maintainer-feedback+
olgeni: maintainer-feedback+
olgeni: maintainer-feedback+


Attachments
Patch to update net/rabbitmq to 3.11.13 (8.33 KB, patch)
2023-04-11 03:18 UTC, Artyom Davidov
no flags Details | Diff
Test build log for the purposed patch (147.62 KB, text/plain)
2023-04-11 03:20 UTC, Artyom Davidov
no flags Details
Updated patch to update net/rabbitmq to 3.11.13 (4.20 KB, patch)
2023-04-15 03:30 UTC, Artyom Davidov
no flags Details | Diff
Updated test build log for the purposed patch (147.90 KB, text/plain)
2023-04-15 03:31 UTC, Artyom Davidov
no flags Details
Updated patch to update net/rabbitmq to 3.11.15 (8.16 KB, patch)
2023-05-07 01:32 UTC, Artyom Davidov
no flags Details | Diff
Updated test build log for the purposed patch (150.73 KB, text/plain)
2023-05-07 01:32 UTC, Artyom Davidov
no flags Details
Updated patch to update net/rabbitmq to 3.11.16 (14.05 KB, patch)
2023-05-20 00:27 UTC, Artyom Davidov
no flags Details | Diff
Updated test build log for the purposed patch (150.77 KB, text/plain)
2023-05-20 00:28 UTC, Artyom Davidov
no flags Details
Updated patch to update net/rabbitmq to 3.11.17 (15.92 KB, patch)
2023-06-01 00:42 UTC, Artyom Davidov
olgeni: maintainer-approval+
Details | Diff
Updated test build log for the purposed patch (141.74 KB, text/plain)
2023-06-01 00:43 UTC, Artyom Davidov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Artyom Davidov 2023-04-11 03:18:20 UTC
Created attachment 241412 [details]
Patch to update net/rabbitmq to 3.11.13

This patch will update rabbitmq to the latest version 3.11.13
It will also add missing sbin files from rabbitmq sbin directory that were forgotten in the current (3.11.10) version from the ports tree and fixes minimum required Erlang version (25 instead of 25.2).
Comment 1 Artyom Davidov 2023-04-11 03:20:29 UTC
Created attachment 241413 [details]
Test build log for the purposed patch

Attached test build log on FreeBSD 13.1-RELEASE-p7 amd64
Comment 2 Artyom Davidov 2023-04-15 03:30:35 UTC
Created attachment 241496 [details]
Updated patch to update net/rabbitmq to 3.11.13

Updated patch to fix pkg-plist issue.

New dynamic build-time plugin dependency file generation was introduced in the rabbitmq version 3.11.11.
Now there are several "*.ez" files being created in the rabbitmq plugins directory with the file names that depend on the build-time environment.
Since such files can not be included in a static pkg-plist file, we'll search for them during post-install and add them to the ${TMPPLIST} file.
Comment 3 Artyom Davidov 2023-04-15 03:31:50 UTC
Created attachment 241497 [details]
Updated test build log for the purposed patch
Comment 4 Artyom Davidov 2023-04-27 21:04:32 UTC
Ping! 
Can someone please take a look at this patch?
Comment 5 Artyom Davidov 2023-05-07 01:32:15 UTC
Created attachment 242026 [details]
Updated patch to update net/rabbitmq to 3.11.15

Updated patch for the rabbitmq version 3.11.15
Comment 6 Artyom Davidov 2023-05-07 01:32:48 UTC
Created attachment 242027 [details]
Updated test build log for the purposed patch
Comment 7 Artyom Davidov 2023-05-20 00:27:20 UTC
Created attachment 242289 [details]
Updated patch to update net/rabbitmq to 3.11.16
Comment 8 Artyom Davidov 2023-05-20 00:28:02 UTC
Created attachment 242290 [details]
Updated test build log for the purposed patch
Comment 9 Artyom Davidov 2023-06-01 00:42:53 UTC
Created attachment 242528 [details]
Updated patch to update net/rabbitmq to 3.11.17

This patch also removes Makefile fixes for the .ez files in the rabbitmq plugins directory introduced in 3.11.11 due to improvements from https://github.com/rabbitmq/rabbitmq-server/issues/7869
Comment 10 Artyom Davidov 2023-06-01 00:43:58 UTC
Created attachment 242529 [details]
Updated test build log for the purposed patch
Comment 11 commit-hook freebsd_committer freebsd_triage 2023-06-05 07:45:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3de92bbbc7d713bfd41f8d26baa091eb9cc89255

commit 3de92bbbc7d713bfd41f8d26baa091eb9cc89255
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2023-06-05 07:10:34 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2023-06-05 07:42:45 +0000

    net/rabbitmq: update to version 3.11.17

    PR:             270754
    Reported by:    Artyom Davidov

 net/rabbitmq/Makefile  |   6 +--
 net/rabbitmq/distinfo  |   6 +--
 net/rabbitmq/pkg-plist | 144 ++++++++++++++++++++++++++-----------------------
 3 files changed, 83 insertions(+), 73 deletions(-)
Comment 12 Jimmy Olgeni freebsd_committer freebsd_triage 2023-06-05 08:15:48 UTC
Good to go - thank you! \o/