git: 6df9b5d51843 - main - net/rabbitmq: add upgrade and UPDATING messages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 11:56:40 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd
commit 6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-03-16 11:56:38 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-03-16 11:56:38 +0000
net/rabbitmq: add upgrade and UPDATING messages
---
UPDATING | 10 ++++++++++
net/rabbitmq/files/pkg-message.in | 11 +++++++++++
2 files changed, 21 insertions(+)
diff --git a/UPDATING b/UPDATING
index 1d0516d4ee64..bc891bfdcebe 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20240316:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: dch@FreeBSD.org
+
+ In preparation for upgrading to future RabbitMQ releases, users *must*
+ enable all feature flags before upgrading stepwise to v3.12.13, to be
+ able to migrate later to v3.13.0 when it is released in 2024Q2.
+
+ See https://www.rabbitmq.com/docs/upgrade for details.
+
20240228:
AFFECTS: users of www/redmine50
AUTHOR: bofh@FreeBSD.org
diff --git a/net/rabbitmq/files/pkg-message.in b/net/rabbitmq/files/pkg-message.in
new file mode 100644
index 000000000000..789fb79ca54a
--- /dev/null
+++ b/net/rabbitmq/files/pkg-message.in
@@ -0,0 +1,11 @@
+[
+{ type: upgrade
+ message: <<EOM
+In preparation for upgrading to future RabbitMQ releases, users *must*
+enable all feature flags before upgrading stepwise to v3.12.13, to be
+able to migrate later to v3.13.0 when it is released in 2024Q2.
+
+See https://www.rabbitmq.com/docs/upgrade for details.
+EOM
+}
+]