pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rabbitmq



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 24 07:10:25 UTC 2023

Modified Files:
        pkgsrc/net/rabbitmq: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/rabbitmq/patches: patch-8759

Log Message:
rabbitmq: updated to 3.12.2

RabbitMQ 3.12.2

Core Server

Enhancements

Free disk space monitor on Windows is now more selective in what errors are
logged.

Bug Fixes

Queue recovery on node restart in certain conditions could run into an exception

file_handle_cache operations are now safer when handling non-existent keys.

Fixed a potential resource leak in at-least-once dead lettering from quorum queues.

CLI Tools

Enhancements

A new command, rabbitmqctl deactivate_free_disk_space_monitoring, can be used to (temporarily or permanently) disable
free disk space monitoring on a node.

To re-activate it, use rabbitmqctl activate_free_disk_space_monitoring.

AMQP 1.0 Plugin

Bug Fixes

AMQP 1.0 clients that try to publish in a way that results in the message not being routed
anywhere are now notified with a more sensible settlement status.

Prometheus Plugin

Enhancements

Prometheus scraping API endpoints now support optional authentication.

The plugin now filters out values that are undefined or NaN, simply excluding
them from the API endpoint response.

Previously, if a metric was not computed for any reason (e.g. free disk space monitor
was disabled on the node), its value could end up being rendered as undefined or NaN,
two values that Prometheus scrapers cannot handle (for numerical types such as gauges).

Management Plugin

Bug Fixes

It was not possible to close a table column selection pane on
screens that had little vertical space.

STOMP Plugin

Bug Fixes

This is a potentially breaking change.

The plugin will now enforce maximum STOMP frame size. Frames larger than that
size will be rejected. The default maximum size is 4 MiB. It can be increased or decreased:

# increase maximum supported STOMP frame size to 10 MiB
stomp.max_frame_size = 10485760
To reduce it from the default 4 MiB to 2 MiB:

# 2 MiB
stomp.max_frame_size = 2097152

Shovel Plugin

Bug Fixes

Shovel will gracefully stop when its destination (target) does not exist.
Such shovels will then be periodically restarted to retry.

Web MQTT Plugin

Enhacements

It is now possible to opt in to deactivate file handle cache use in the plugin:

web_mqtt.use_file_handle_cache = false

Web STOMP Plugin

Enhacements

It is now possible to opt in to deactivate file handle cache use in the plugin:

web_stomp.use_file_handle_cache = false

Dependency Upgrades

ra was upgraded to 2.6.3


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/rabbitmq/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/rabbitmq/PLIST
cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/rabbitmq/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/rabbitmq/patches/patch-8759

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rabbitmq/Makefile
diff -u pkgsrc/net/rabbitmq/Makefile:1.85 pkgsrc/net/rabbitmq/Makefile:1.86
--- pkgsrc/net/rabbitmq/Makefile:1.85   Tue Jun 27 08:34:41 2023
+++ pkgsrc/net/rabbitmq/Makefile        Mon Jul 24 07:10:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2023/06/27 08:34:41 adam Exp $
+# $NetBSD: Makefile,v 1.86 2023/07/24 07:10:25 adam Exp $
 
-DISTNAME=      rabbitmq-server-3.12.1
+DISTNAME=      rabbitmq-server-3.12.2
 PKGNAME=       ${DISTNAME:S/-server//}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rabbitmq/}

Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.66 pkgsrc/net/rabbitmq/PLIST:1.67
--- pkgsrc/net/rabbitmq/PLIST:1.66      Tue Jun 27 08:34:41 2023
+++ pkgsrc/net/rabbitmq/PLIST   Mon Jul 24 07:10:25 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.66 2023/06/27 08:34:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.67 2023/07/24 07:10:25 adam Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -423,45 +423,45 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 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.6.2/ebin/ra.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_bench.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_counters.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_dbg.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_directory.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_env.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_ets_queue.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_file_handle.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_flru.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_leaderboard.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_cache.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_meta.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_pre_init.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_reader.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_segment.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_segment_writer.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_wal.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_log_wal_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_machine.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_machine_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_machine_simple.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_metrics_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_monitors.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_server.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_server_proc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_server_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_server_sup_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_system.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_system_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.2/ebin/ra_systems_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_bench.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_counters.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_dbg.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_directory.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_env.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_ets_queue.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_file_handle.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_flru.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_leaderboard.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_cache.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_meta.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_pre_init.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_reader.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_segment.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_segment_writer.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_wal.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_log_wal_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_machine.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_machine_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_machine_simple.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_metrics_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_monitors.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_server_proc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_server_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_server_sup_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/ebin/ra_system_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.6.3/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
@@ -1293,6 +1293,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_cowboy_redirect.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_cowboy_stream_h.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_web_dispatch.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_web_dispatch_access_control.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_web_dispatch_app.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_web_dispatch_listing_handler.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbit_web_dispatch_registry.beam
@@ -1301,6 +1302,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/rabbitmq_web_dispatch.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/webmachine_log.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/ebin/webmachine_log_handler.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_dispatch-${PKGVERSION}/include/rabbitmq_web_dispatch_records.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_mqtt-${PKGVERSION}/ebin/rabbit_web_mqtt_app.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_mqtt-${PKGVERSION}/ebin/rabbit_web_mqtt_handler.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_mqtt-${PKGVERSION}/ebin/rabbit_web_mqtt_stream_handler.beam

Index: pkgsrc/net/rabbitmq/distinfo
diff -u pkgsrc/net/rabbitmq/distinfo:1.79 pkgsrc/net/rabbitmq/distinfo:1.80
--- pkgsrc/net/rabbitmq/distinfo:1.79   Fri Jul  7 13:45:06 2023
+++ pkgsrc/net/rabbitmq/distinfo        Mon Jul 24 07:10:25 2023
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.79 2023/07/07 13:45:06 adam Exp $
+$NetBSD: distinfo,v 1.80 2023/07/24 07:10:25 adam Exp $
 
-BLAKE2s (rabbitmq-server-3.12.1.tar.xz) = cd60db4b311d1e4b360b2ffcdcf82af12b8970094e992c4e22d18a14f7724025
-SHA512 (rabbitmq-server-3.12.1.tar.xz) = e4da135baae7d1349f8746c087cbe6f6ad1bdeaa363fd9ae06b1e7ed866aa6a672c48537e78eb733fc02e9642f2047bdcfe85056a6f94be3f1ae8c8380c77b12
-Size (rabbitmq-server-3.12.1.tar.xz) = 3640480 bytes
-SHA1 (patch-8759) = c1c5bdcfcc558fb7c0fb992ff224cb14c6da13c7
+BLAKE2s (rabbitmq-server-3.12.2.tar.xz) = 72e736171399e41cac29a3ba68c57ac1967f561a66c791c13794aa4532bd4181
+SHA512 (rabbitmq-server-3.12.2.tar.xz) = ef386e1e875f2f3b79b75b34d80dad8df33dc7e3e4f5533fade096c1a7d99a67a364e3b36f42412d07fe7df3c7178b0268e707986c42e22220ef9432cd25cc99
+Size (rabbitmq-server-3.12.2.tar.xz) = 4421684 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