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:           Wed May 31 09:40:02 UTC 2023

Modified Files:
        pkgsrc/net/rabbitmq: Makefile PLIST distinfo

Log Message:
rabbitmq: updated to 3.11.17

RabbitMQ 3.11.17

Core Server

Bug Fixes

Fixed two quorum queue federation issues.

Nodes that had a large number of quorum queues could observe accumulation of Erlang processes
under significant load.

Nodes could hang when recovering classic queue indices during boot.

As of 6418, nodes refuse
to start if the definitions file cannot be parsed as valid JSON.

Now this also applies to nodes that were configure to skip definition import if the input file(s) has changed
using the definitions.skip_if_unchanged setting.

Enhancements

Reduce CPU footprint of quorum queue metric emission in clusters with a lot of quorum queues.

Management Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Enhancements

It is now possible to change default queue type for a virtual host using the
PUT /api/vhosts/{name} endpoint.

Web STOMP Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Web MQTT Plugin

Bug Fixes

The plugin reported the interface its listener(s) were bound to incorrectly.

Debian Package

Bug Fixes

Make-based source package builds were failing in an offline environment.

RPM Package

Bug Fixes

Make-based source package builds were failing in an offline environment.

Dependency Upgrades

CSV parser used by CLI tools was upgraded to 3.0.5


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/net/rabbitmq/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/rabbitmq/PLIST
cvs rdiff -u -r1.76 -r1.77 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.82 pkgsrc/net/rabbitmq/Makefile:1.83
--- pkgsrc/net/rabbitmq/Makefile:1.82   Mon May 29 17:34:25 2023
+++ pkgsrc/net/rabbitmq/Makefile        Wed May 31 09:40:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2023/05/29 17:34:25 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2023/05/31 09:40:02 adam Exp $
 
-DISTNAME=      rabbitmq-server-3.11.16
+DISTNAME=      rabbitmq-server-3.11.17
 PKGNAME=       ${DISTNAME:S/-server//}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rabbitmq/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.64 pkgsrc/net/rabbitmq/PLIST:1.65
--- pkgsrc/net/rabbitmq/PLIST:1.64      Mon May 29 17:34:25 2023
+++ pkgsrc/net/rabbitmq/PLIST   Wed May 31 09:40:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.64 2023/05/29 17:34:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.65 2023/05/31 09:40:02 adam Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -97,7 +97,6 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/aten-0.5.8/ebin/aten_sup.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/base64url-1.0.1/ebin/base64url.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/base64url-1.0.1/ebin/base64url.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/bunt-0.2.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowboy-2.8.0/ebin/cowboy.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowboy-2.8.0/ebin/cowboy.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowboy-2.8.0/ebin/cowboy_app.beam
@@ -147,14 +146,14 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.12.1/ebin/cowlib.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.12.1/include/cow_inline.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.12.1/include/cow_parse.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/csv-2.4.1.ez
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_pbe.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_sup.beam
+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
@@ -180,8 +179,6 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 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/dialyzex-1.3.0.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/earmark_parser-1.4.32.ez
 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
@@ -221,10 +218,8 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/priv/protos/gogo.proto
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/priv/protos/kv.proto
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.6/priv/protos/router.proto
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/elixir-1.14.5.ez
 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/file_system-0.2.10.ez
 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
@@ -242,7 +237,6 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun_tls.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun_ws.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3/ebin/gun_ws_h.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jason-1.4.0.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/ebin/jose.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/ebin/jose.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/ebin/jose_app.beam
@@ -360,12 +354,6 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/include/jose_jwt.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/include/jose_public_key.hrl
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.3/priv/Dockerfile
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/json-1.4.1.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/logger-1.14.5.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/makeup-1.1.0.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/makeup_elixir-0.16.1.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/makeup_erlang-0.1.1.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/nimble_parsec-1.3.1.ez
 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
@@ -398,7 +386,6 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.4.2/ebin/osiris_tracking.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.4.2/ebin/osiris_util.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.4.2/ebin/osiris_writer.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/parallel_stream-1.0.6.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.10.0/ebin/prometheus.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.10.0/ebin/prometheus.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.10.0/ebin/prometheus_boolean.beam
@@ -553,6 +540,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_ff_extra.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_ff_registry.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_ff_registry_factory.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_ff_registry_wrapper.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_fhc_helpers.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_fifo.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_fifo_client.beam

Index: pkgsrc/net/rabbitmq/distinfo
diff -u pkgsrc/net/rabbitmq/distinfo:1.76 pkgsrc/net/rabbitmq/distinfo:1.77
--- pkgsrc/net/rabbitmq/distinfo:1.76   Wed May 17 17:11:14 2023
+++ pkgsrc/net/rabbitmq/distinfo        Wed May 31 09:40:02 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2023/05/17 17:11:14 adam Exp $
+$NetBSD: distinfo,v 1.77 2023/05/31 09:40:02 adam Exp $
 
-BLAKE2s (rabbitmq-server-3.11.16.tar.xz) = 28fe83431d0e30334c5c452a911128f46c3fc7dac7da6f054c823b91086e38b2
-SHA512 (rabbitmq-server-3.11.16.tar.xz) = 48d29b14cc3ca3a2c830a351cb46f57cd7fc0f5a13a60cdd2765769fafb38cbdc833ef095e9fd650971a296323a6f1a073c736ea0c913937d6de236ecab65791
-Size (rabbitmq-server-3.11.16.tar.xz) = 3632820 bytes
+BLAKE2s (rabbitmq-server-3.11.17.tar.xz) = 305494875e30d8e66c435afcda3a2ebb26f1ea0acc3601c4e84d466820f29a58
+SHA512 (rabbitmq-server-3.11.17.tar.xz) = a1f4559fc52180c34a45d3ae4ac46f1f5e69f346b05185ee29f6b1b917d06946f3d1db7c8f0ce4b36820e8e19a7a20d720485fa34d143d229588e207b91594cb
+Size (rabbitmq-server-3.11.17.tar.xz) = 3635672 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