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: Sun Sep 15 15:31:23 UTC 2024
Modified Files:
pkgsrc/net/rabbitmq: Makefile PLIST distinfo
Log Message:
rabbitmq: updated to 3.13.7
RabbitMQ 3.13.7
Core Broker
Bug Fixes
Streams recover better from certain node process failures that may leave behind orphaned segment files
(that is, segment files that do not have a corresponding index file) or index files without a corresponding
segment file.
Kudos to @sysupbda for providing detailed reproduction steps and verifying the fix in the affected environment.
Config file peer discovery now logs warnings for certain common user mistakes.
Queue declaration operations now return more useful errors when Khepri is enabled and there's only a minority
of nodes online.
Logging is now more defensive around exception handling. Previously a (very rare) logger exception could
lead to the amq.rabbitmq.log handler and exchange to be removed.
Contributed by @gomoripeti.
rabbitmq-upgrade revive unintentionally tried to perform operations on replicas that are not local to the node.
This could result in an exceptions some of which were not handled and the command failed.
Re-running the command usually helped.
Enhancements
Enabling an experimental feature flag now involves an explicit confirmation.
Khepri projections are registered in a safer manner during node boot.
MQTT
Bug Fixes
Clients that use JWT tokens are now disconnected when their token expires. Previously all newly attempted
operations with an expired token would be rejected but a completely passive connection was not closed.
Enhancements
Connection that provide incorrect credentials now closed with a delay, just like for several
other protocols supported by RabbitMQ, as a throttling mechanism.
CLI Tools
Bug Fixes
When the Khepri feature flag is not enabled, rabbitmq-diagnostics metadata_store_status will not try to retrieve
and display its status.
Enhancements
rabbitmq-upgrade await_quorum_plus_one now produces more log messages when the operation times out.
When Khepri is enabled, it now also treats Khepri as a critical Raft-based component that may depend on replica quorum
just like queues and streams do.
Management Plugin
Bug Fixes
When no virtual host limits are set, the limits collection was returned as a JSON array (and not a JSON object)
by GET /api/vhost-limits.
Enhancements
GET /api/queues/quorum/{vhost}/{name}/status is a new endpoint that allows clients to retrieve several key quorum queue
replica and Raft metrics.
Contributed by @SimonUnge.
Shovel Plugin
Bug Fixes
GET /api/shovels/{vhost}/{name} now correctly returns a single shovel instead of all shovels in the target
virtual host.
Consistent Hashing Exchange Plugin
Bug Fixes
For an exchange declared with a hash-header, publishing failed with an exception when the client (usually unintentionally)
did not set that header.
Dependency Changes
Osiris was upgraded to 1.8.3
Cuttlefish was upgraded to 3.4.0
observer_cli was upgraded to 1.7.5
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/rabbitmq/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/rabbitmq/PLIST
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/rabbitmq/distinfo
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.96 pkgsrc/net/rabbitmq/Makefile:1.97
--- pkgsrc/net/rabbitmq/Makefile:1.96 Fri Aug 16 09:58:35 2024
+++ pkgsrc/net/rabbitmq/Makefile Sun Sep 15 15:31:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2024/08/16 09:58:35 adam Exp $
+# $NetBSD: Makefile,v 1.97 2024/09/15 15:31:23 adam Exp $
-DISTNAME= rabbitmq-server-3.13.6
+DISTNAME= rabbitmq-server-3.13.7
PKGNAME= ${DISTNAME:S/-server//}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=rabbitmq/}
Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.73 pkgsrc/net/rabbitmq/PLIST:1.74
--- pkgsrc/net/rabbitmq/PLIST:1.73 Fri Aug 16 09:58:35 2024
+++ pkgsrc/net/rabbitmq/PLIST Sun Sep 15 15:31:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.73 2024/08/16 09:58:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.74 2024/09/15 15:31:23 adam Exp $
lib/erlang/autocomplete/bash_autocomplete.sh
lib/erlang/autocomplete/zsh_autocomplete.sh
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -156,31 +156,31 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_svc.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/include/credentials_obfuscation.hrl
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/include/otp_crypto.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
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_advanced.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_bytesize.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_conf.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_datatypes.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_duration.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_duration_parse.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_effective.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_enum.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_error.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_escript.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_flag.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_generator.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_mapping.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_rebar_plugin.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_schema.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_translation.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_unit.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_util.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_validator.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_variable.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/ebin/cuttlefish_vmargs.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.1.0/priv/erlang_vm.schema
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/conf_parse.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_advanced.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_bytesize.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_conf.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_datatypes.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_duration.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_duration_parse.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_effective.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_enum.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_error.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_escript.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_flag.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_generator.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_mapping.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_rebar_plugin.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_schema.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_translation.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_unit.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_util.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_validator.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_variable.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/ebin/cuttlefish_vmargs.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.4.0/priv/erlang_vm.schema
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/ebin/auth_pb.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/ebin/eetcd.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/ebin/eetcd.beam
@@ -224,8 +224,8 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
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.8/ebin/gen_batch_server.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.8/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/getopt-1.0.3/ebin/getopt.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/getopt-1.0.3/ebin/getopt.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun_app.beam
@@ -408,21 +408,21 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/oauth2_client-${PKGVERSION}/ebin/oauth2_client.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/oauth2_client-${PKGVERSION}/ebin/oauth2_client.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/oauth2_client-${PKGVERSION}/include/oauth2_client.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_application.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_escriptize.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_help.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_inet.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_mnesia.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_plugin.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_port.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.3/ebin/observer_cli_process.beam
-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/observer_cli-1.7.5/ebin/observer_cli.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_application.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_escriptize.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_help.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_inet.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_mnesia.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_plugin.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_port.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_process.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_store.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/ebin/observer_cli_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.7.5/include/observer_cli.hrl
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.8.2/ebin/osiris.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.8.2/ebin/osiris.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.8.2/ebin/osiris_app.beam
@@ -1027,6 +1027,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_quorum_queue_replicas_delete_member.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_quorum_queue_replicas_grow.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_quorum_queue_replicas_shrink.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_quorum_queue_status.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_rebalance_queues.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_redirect.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_reset.beam
@@ -1253,6 +1254,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
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_db_rh_exchange.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/ebin/rabbit_db_rh_exchange_m2k_converter.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/ebin/rabbit_exchange_type_recent_history.beam
@@ -1286,7 +1288,8 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel-${PKGVERSION}/ebin/rabbitmq_shovel.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel-${PKGVERSION}/include/logging.hrl
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel-${PKGVERSION}/include/rabbit_shovel.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/ebin/rabbit_shovel_mgmt.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/ebin/rabbit_shovel_mgmt_shovel.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/ebin/rabbit_shovel_mgmt_shovels.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/ebin/rabbit_shovel_mgmt_util.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/ebin/rabbitmq_shovel_management.app
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_shovel_management-${PKGVERSION}/priv/www/js/shovel.js
@@ -1541,4 +1544,3 @@ sbin/rabbitmqctl
sbin/vmware-rabbitmq
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
Index: pkgsrc/net/rabbitmq/distinfo
diff -u pkgsrc/net/rabbitmq/distinfo:1.88 pkgsrc/net/rabbitmq/distinfo:1.89
--- pkgsrc/net/rabbitmq/distinfo:1.88 Fri Aug 16 09:58:35 2024
+++ pkgsrc/net/rabbitmq/distinfo Sun Sep 15 15:31:23 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.88 2024/08/16 09:58:35 adam Exp $
+$NetBSD: distinfo,v 1.89 2024/09/15 15:31:23 adam Exp $
-BLAKE2s (rabbitmq-server-3.13.6.tar.xz) = 1408fb4552f36288b288ef297873a528a0a9a0f6c08604eaaec49e35f4c55f9c
-SHA512 (rabbitmq-server-3.13.6.tar.xz) = 0b636aa740098345888652bb8e47f2502d77d8dbf4d5552a482a32b518ae0253d806fdfdccd73b46ac18518dbe40f6f0a556900c3b701108ad11a5cb35e528f6
-Size (rabbitmq-server-3.13.6.tar.xz) = 5192872 bytes
+BLAKE2s (rabbitmq-server-3.13.7.tar.xz) = 2b8e7e45367462cc9fd6408b89af40489551678818be3998ddb86adbc705813c
+SHA512 (rabbitmq-server-3.13.7.tar.xz) = 4403ae7432310781a3144a22a3892f6a4df67f85c8f1f346d43b2147c7a48d11cedb9055a930cbf3a0dc984458384da843333f4a524309302e64afd320ab7ec9
+Size (rabbitmq-server-3.13.7.tar.xz) = 5198988 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