pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rabbitmq rabbitmq: updated to 3.11.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7cad20e3dc3
branches:  trunk
changeset: 388355:e7cad20e3dc3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 17 14:30:17 2022 +0000

description:
rabbitmq: updated to 3.11.3

RabbitMQ 3.11.3

Bug Fixes

Stream unsubscription leaked metric counters.
Stream could become unavailable in certain node or network failure scenarios.

Enhancements

It is now possible to pre-configure virtual host limits for groups of virtual hosts.
This is done using a set of new keys supported by rabbitmq.conf

Quorum queue replicas no longer try to contact their unreachable peers for metrics.
Previously this could result in a 30-40s delay for certain HTTP API requests that list queue metrics
if one or more cluster members were down or stopped.

CLI Tools

Bug Fixes

rabbitmq-diagnostics status now handles server responses where free disk space
is not yet computed. This is the case with nodes early in the boot process.

When a plugin was enabled as a dependency (e.g. rabbitmq_shovel as a dependency of rabbitmq_shovel_management),
CLI tools previously did not discover commands in such plugins. Only explicitly enabled or pre-configured
plugins were scanned for commands.

This behavior was confusing. Now all enabled (explicitly or as a dependency) plugins are scanned.

rabbitmq-diagnostics memory_breakdown now returns results much faster in environments with a large number
of quorum queues (say, tens or hundreds of thousands).

Stream Plugin

Bug Fixes

Addition of a stream member could fail if the node being added was very early in its boot process
(and doesn't have a certain stream-related components started).

AMQP 1.0 Plugin

Enhancements

Support for "modified" disposition outcome used by some client libraries (such as QPid).

Prometheus Plugin

Bug Fixes

Abruptly closed client connections resulted in incorrect updates of certain global
metric counters.

Management Plugin

Bug Fixes

Management UI links now include "noopener" and "noreferrer" attributes to protect
them against reverse tabnabbing.
Note that since management UI only includes a small number of external links to trusted resources,
reverse tabnabbing is unlikely to affect most users. However, it can show up in security scanner results
and become an issue in environments where a modified version of RabbitMQ is offered as a service.

Shovel Plugin

Bug Fixes

Plugin could stop in environments where no static Shovels were defined and a specific
sequence of events happens at the same time.

Enhancements

Shovel now handles connection.blocked and connection.unblocked notifications
from remote destination nodes. This means fewer messages are kept in Shovel buffers when
a resource alarm goes into affect on the destination node.

diffstat:

 net/rabbitmq/Makefile |    5 +-
 net/rabbitmq/PLIST    |  132 +++++++++++++++++++++++++-------------------------
 net/rabbitmq/distinfo |    8 +-
 3 files changed, 72 insertions(+), 73 deletions(-)

diffs (209 lines):

diff -r ba5a07969226 -r e7cad20e3dc3 net/rabbitmq/Makefile
--- a/net/rabbitmq/Makefile     Thu Nov 17 10:46:15 2022 +0000
+++ b/net/rabbitmq/Makefile     Thu Nov 17 14:30:17 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2022/11/15 15:58:02 brad Exp $
+# $NetBSD: Makefile,v 1.71 2022/11/17 14:30:17 adam Exp $
 
-DISTNAME=      rabbitmq-server-3.11.1
+DISTNAME=      rabbitmq-server-3.11.3
 PKGNAME=       ${DISTNAME:S/-server//}
 CATEGORIES=    net
-PKGREVISION=   2
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rabbitmq/}
 EXTRACT_SUFX=  .tar.xz
 GITHUB_PROJECT=        rabbitmq-server
diff -r ba5a07969226 -r e7cad20e3dc3 net/rabbitmq/PLIST
--- a/net/rabbitmq/PLIST        Thu Nov 17 10:46:15 2022 +0000
+++ b/net/rabbitmq/PLIST        Thu Nov 17 14:30:17 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2022/10/15 18:26:27 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.53 2022/11/17 14:30:17 adam Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -145,13 +145,13 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.9.1/ebin/cowlib.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.9.1/include/cow_inline.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.9.1/include/cow_parse.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation_pbe.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/ebin/credentials_obfuscation_svc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.1.0/include/credentials_obfuscation.hrl
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation_pbe.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/ebin/credentials_obfuscation_svc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.2.0/include/credentials_obfuscation.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/conf_parse.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish.beam
@@ -367,21 +367,21 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_store.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_system.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/include/observer_cli.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_bench.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_counters.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_log.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_replica.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_replica_reader.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_replica_reader_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_retention.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_server_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_tracking.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_util.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.1/ebin/osiris_writer.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_bench.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_counters.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica_reader.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica_reader_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_retention.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_server_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_tracking.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_util.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_writer.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.9.1/ebin/prometheus.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.9.1/ebin/prometheus.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.9.1/ebin/prometheus_boolean.beam
@@ -419,43 +419,43 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/include/quantile_estimator.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_bench.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_counters.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_dbg.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_directory.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_env.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_file_handle.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_flru.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_leaderboard.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_meta.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_pre_init.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_reader.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_segment.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_segment_writer.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_wal.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_log_wal_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_machine.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_machine_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_machine_simple.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_metrics_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_monitors.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_server.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_server_proc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_server_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_server_sup_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_system.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_system_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.3.0/ebin/ra_systems_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_bench.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_counters.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_dbg.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_directory.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_env.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_file_handle.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_flru.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_leaderboard.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_meta.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_pre_init.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_reader.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_segment.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_segment_writer.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_wal.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_wal_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine_simple.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_metrics_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_monitors.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_proc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_sup_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_system_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_systems_sup.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/amqqueue.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/background_gc.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/code_server_cache.beam
@@ -1131,6 +1131,7 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_prometheus-${PKGVERSION}/priv/schema/rabbitmq_prometheus.schema
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_random_exchange-${PKGVERSION}/ebin/rabbit_exchange_type_random.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_random_exchange-${PKGVERSION}/ebin/rabbitmq_random_exchange.app
+@pkgdir lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_random_exchange-${PKGVERSION}/include
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/ebin/rabbit_exchange_type_recent_history.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/ebin/rabbitmq_recent_history_exchange.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/include/rabbit_recent_history.hrl
@@ -1338,11 +1339,11 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug_lexer.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug_parser.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug_targ.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.3.2/ebin/seshat.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.3.2/ebin/seshat.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.3.2/ebin/seshat_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.3.2/ebin/seshat_counters_server.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.3.2/ebin/seshat_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.4.0/ebin/seshat.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.4.0/ebin/seshat.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.4.0/ebin/seshat_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.4.0/ebin/seshat_counters_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/seshat-0.4.0/ebin/seshat_sup.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter_paragraph.beam
@@ -1414,4 +1415,3 @@
 sbin/rabbitmqctl
 share/examples/rabbitmq/rabbitmq-env.conf
 share/examples/rabbitmq/rabbitmq.conf.example
-@pkgdir lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_random_exchange-${PKGVERSION}/include
diff -r ba5a07969226 -r e7cad20e3dc3 net/rabbitmq/distinfo
--- a/net/rabbitmq/distinfo     Thu Nov 17 10:46:15 2022 +0000
+++ b/net/rabbitmq/distinfo     Thu Nov 17 14:30:17 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.67 2022/10/15 18:26:27 triaxx Exp $
+$NetBSD: distinfo,v 1.68 2022/11/17 14:30:17 adam Exp $
 
-BLAKE2s (rabbitmq-server-3.11.1.tar.xz) = 186a70ef033a47b4cf74e8cd4d831b42edb8f284773e939d28a29d0df624fb4b
-SHA512 (rabbitmq-server-3.11.1.tar.xz) = c7e4c4f022fdf415868ed991a87b1f5df33216e4aaa556d5fbd7d6c2f7db848136fef595cb8391ef06d715e5ff2b14ced8f3d3f9abb37ed33a6951969d506c3f
-Size (rabbitmq-server-3.11.1.tar.xz) = 3752780 bytes
+BLAKE2s (rabbitmq-server-3.11.3.tar.xz) = 0ac0b4be61cba4653c1a6f97bf4bf9374dda5cebc30d6bd8468fdd29b184ffe1
+SHA512 (rabbitmq-server-3.11.3.tar.xz) = 6f010a9b7286ce3960435f201c771cc317c9b97f733649eae43ca4db2f839904aad08e7285bccf889a295cfcdc9b34b169d00f90118c75c11850c375ac2bb8a9
+Size (rabbitmq-server-3.11.3.tar.xz) = 3720132 bytes
 SHA1 (patch-Makefile) = 588638e2aa993fa59ab316a598840384d74a0a32
 SHA1 (patch-deps_rabbit__common_src_rabbit__env.erl) = a717f620387e3c954e2f751c9b8921c93a1826f4
 SHA1 (patch-deps_rabbit_scripts_rabbitmq-env) = 10f56071b2af001ef2fad6bc916f03bd4f299e8b



Home | Main Index | Thread Index | Old Index