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.9.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca1ffe342ff8
branches:  trunk
changeset: 376358:ca1ffe342ff8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 06 14:46:28 2022 +0000

description:
rabbitmq: updated to 3.9.14

RabbitMQ 3.9.14

Changes Worth Mentioning

Core Server

Bug Fixes

Restart of a node that hosted one or more stream leaders resulted in
their consumers not "re-attaching" to the newly elected leader.

Large fanouts experienced a performance regression when streams were not
enabled using a feature flag.

Stream management plugin did not support mixed version clusters.

Stream deletion did not result in a basic.cancel being sent to AMQP 0-9-1 consumers.

Stream clients did not receive a correct stream unavailability error in some
cases.

It is again possible to clear user tags and update the password in a single operation.

Enhancements

Forward compatibility with Erlang 25.

File handle cache efficiency improvements.

Uknown stream properties (e.g. those requested by a node that runs a newer version)
are now handled gracefully.

Temporary hostname resolution issues (attempts that fail with nxdomain)
are now handled more gracefully and with a delay of several seconds.

Build time compatibility with Elixir 1.13.

OAuth 2 AuthN/AuthZ Backend Plugin

Bug Fixes

auth_oauth2.additional_scopes_key in rabbitmq.conf was not converted correctly
during configuration translation and thus had no effect.

LDAP AuthN/AuthZ Backend Plugin

Enhancement

Adapt to a breaking Erlang 24.3 LDAP client change.

Shovel Plugin

Enhacements

Shovels now can be declared with delete-after parameter set to 0.
Such shovels will immediately stop instead of erroring and failing to
start after a node restart.

Consul Peer Discovery Plugin

Enhancements

Support for Consul 1.1 response code changes
when an operation is attempted on a non-existent health check.

diffstat:

 net/rabbitmq/Makefile |    4 +-
 net/rabbitmq/PLIST    |  124 +++++++++++++++++++++++++-------------------------
 net/rabbitmq/distinfo |    8 +-
 3 files changed, 68 insertions(+), 68 deletions(-)

diffs (187 lines):

diff -r 74816d4173f2 -r ca1ffe342ff8 net/rabbitmq/Makefile
--- a/net/rabbitmq/Makefile     Wed Apr 06 13:06:09 2022 +0000
+++ b/net/rabbitmq/Makefile     Wed Apr 06 14:46:28 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2022/01/19 12:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/04/06 14:46:28 adam Exp $
 
-DISTNAME=      rabbitmq-server-3.9.13
+DISTNAME=      rabbitmq-server-3.9.14
 PKGNAME=       ${DISTNAME:S/-server//}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rabbitmq/}
diff -r 74816d4173f2 -r ca1ffe342ff8 net/rabbitmq/PLIST
--- a/net/rabbitmq/PLIST        Wed Apr 06 13:06:09 2022 +0000
+++ b/net/rabbitmq/PLIST        Wed Apr 06 14:46:28 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2022/01/19 12:59:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.49 2022/04/06 14:46:28 adam Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -218,8 +218,8 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.3/priv/protos/router.proto
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/enough-0.1.0/ebin/enough.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/enough-0.1.0/ebin/enough.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.6/ebin/gen_batch_server.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.6/ebin/gen_batch_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.7/ebin/gen_batch_server.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.7/ebin/gen_batch_server.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/getopt-1.0.2/ebin/getopt.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/getopt-1.0.2/ebin/getopt.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun.app
@@ -361,21 +361,21 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jsx-3.1.0/ebin/jsx_to_json.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jsx-3.1.0/ebin/jsx_to_term.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jsx-3.1.0/ebin/jsx_verify.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_application.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_escriptize.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_help.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_inet.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_mnesia.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_plugin.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_port.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_process.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_store.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/ebin/observer_cli_system.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.1/include/observer_cli.hrl
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_application.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_escriptize.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_help.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_inet.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_mnesia.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_plugin.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_port.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_process.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_store.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/ebin/observer_cli_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.2/include/observer_cli.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-0.1.0/ebin/osiris.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-0.1.0/ebin/osiris.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-0.1.0/ebin/osiris_app.beam
@@ -428,43 +428,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.0.3/ebin/ra.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_bench.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_counters.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_dbg.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_directory.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_env.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_file_handle.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_flru.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_leaderboard.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_meta.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_pre_init.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_reader.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_segment.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_segment_writer.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_wal.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_log_wal_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_machine.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_machine_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_machine_simple.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_metrics_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_monitors.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_server.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_server_proc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_server_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_server_sup_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_system.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_system_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.3/ebin/ra_systems_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_bench.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_counters.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_dbg.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_directory.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_env.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_file_handle.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_flru.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_leaderboard.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_meta.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_pre_init.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_reader.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_segment.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_segment_writer.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_wal.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_log_wal_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_machine.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_machine_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_machine_simple.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_metrics_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_monitors.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_server_proc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_server_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_server_sup_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/ebin/ra_system_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.0.4/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/amqqueue_v1.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/background_gc.beam
@@ -1311,13 +1311,13 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ranch-2.1.0/ebin/ranch_sup.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ranch-2.1.0/ebin/ranch_tcp.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ranch-2.1.0/ebin/ranch_transport.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon_alloc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon_map.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon_rec.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1/ebin/recon_trace.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon_alloc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon_map.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon_rec.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.2/ebin/recon_trace.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/redbug-2.0.7/ebin/redbug_compiler.beam
diff -r 74816d4173f2 -r ca1ffe342ff8 net/rabbitmq/distinfo
--- a/net/rabbitmq/distinfo     Wed Apr 06 13:06:09 2022 +0000
+++ b/net/rabbitmq/distinfo     Wed Apr 06 14:46:28 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2022/01/19 12:59:38 adam Exp $
+$NetBSD: distinfo,v 1.64 2022/04/06 14:46:28 adam Exp $
 
-BLAKE2s (rabbitmq-server-3.9.13.tar.xz) = 3fcddfc45bd12b6bcbc32023d35efa74f5c66f2083ad5d0421e9319fcd47f677
-SHA512 (rabbitmq-server-3.9.13.tar.xz) = 1db5af4b13cd2f0ccb48041d2f44d2d4a9706e21c27491d7c5cffdc6bccfb5ab801d5d1fe1c0d784447b233208dc53c4ecbd36779a73ec974c44131fc6b43142
-Size (rabbitmq-server-3.9.13.tar.xz) = 4816788 bytes
+BLAKE2s (rabbitmq-server-3.9.14.tar.xz) = dee81b5e7900ff94b2e8accee7e45aeb19dd7c5d7b773f7e8f6924c5a919587e
+SHA512 (rabbitmq-server-3.9.14.tar.xz) = 7a1736d6733b17cfcd55cd267252dabc3b0f56dbe09a338f6ee87af3472f371581cc64f8a32c93a714af138bc417ae5ef190106d8bf1652ea2928cea2577e508
+Size (rabbitmq-server-3.9.14.tar.xz) = 4821952 bytes
 SHA1 (patch-Makefile) = 088a3ed04dc72215f1ca3b34b49bb4047a531e89
 SHA1 (patch-deps_rabbit__common_src_rabbit__env.erl) = 1e8222356162cba7362d22808671777f3fcf1629
 SHA1 (patch-deps_rabbit_scripts_rabbitmq-env) = db168c8ff5a5e7b22186f57947c27c7a1c5ccae6



Home | Main Index | Thread Index | Old Index