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: Tue Feb 14 16:04:09 UTC 2023
Modified Files:
pkgsrc/net/rabbitmq: Makefile PLIST distinfo
Log Message:
rabbitmq: updated to 3.11.9
RabbitMQ 3.11.9
Core Server
Bug Fixes
Stream delivery using RabbitMQ Stream protocol v2 could fail to start in some cases.
Nodes could run into an exception with certain publishers that used QPid for client library.
When discovering feature flags across the cluster, default stability level is now experimental and not stable.
Reset and manually added nodes could start receiving stream replica data before its database was initialized,
confusing all code paths that expected a blank node state.
Fixed a minor issue with feature flag log message formatting.
Enhancements
Improved support for the AMQP 1.0 message format (used internally by streams), in particular, when original message
was published using AMQP 1.0.
CLI Tools
Features
rabbitmqctl set_permissions_globally is a new command that sets up user permissions in all existing virtual hosts.
rabbitmq-diagnostics cluster_status now lists how many CPU cores are available to individual nodes, plus a total.
Management Plugin
Bug Fixes
Limits tab failed to load when there were no limits configured.
Enhancements
It is now possible to disable operator policy modifications. This can be necessary in
RabbitMQ-as-a-Service environments.
Contributed by @illotum (AWS).
AMQP 1.0 Plugin
Enhancements
Support for OAuth 2 authentication and authorization backends.
MQTT Plugin
Bug Fixes
MQTT nodes did not correctly remove client IDs for clients connected to a node that was in the process of
being removed from the cluster.
OAuth 2 Plugin
Bug Fixes
auth_oauth2.additional_scopes_key had no effect.
LDAP Plugin
Bug Fixes
Due to a $ sign escaping differences between Make and Bazel (the newly adopted build tool),
default value of of user_dn_pattern setting was incorrect (had an extra $).
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/rabbitmq/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/rabbitmq/PLIST
cvs rdiff -u -r1.71 -r1.72 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.76 pkgsrc/net/rabbitmq/Makefile:1.77
--- pkgsrc/net/rabbitmq/Makefile:1.76 Wed Feb 1 08:14:57 2023
+++ pkgsrc/net/rabbitmq/Makefile Tue Feb 14 16:04:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2023/02/01 08:14:57 adam Exp $
+# $NetBSD: Makefile,v 1.77 2023/02/14 16:04:09 adam Exp $
-DISTNAME= rabbitmq-server-3.11.8
+DISTNAME= rabbitmq-server-3.11.9
PKGNAME= ${DISTNAME:S/-server//}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=rabbitmq/}
Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.56 pkgsrc/net/rabbitmq/PLIST:1.57
--- pkgsrc/net/rabbitmq/PLIST:1.56 Wed Feb 1 08:14:57 2023
+++ pkgsrc/net/rabbitmq/PLIST Tue Feb 14 16:04:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2023/02/01 08:14:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.57 2023/02/14 16:04:09 adam Exp $
lib/erlang/autocomplete/bash_autocomplete.sh
lib/erlang/autocomplete/zsh_autocomplete.sh
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -662,7 +662,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/include/vhost.hrl
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/include/vhost_v2.hrl
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/priv/schema/rabbit.schema
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-3.11.8/ebin/rabbit_cuttlefish.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/rabbit_cuttlefish.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit_common-${PKGVERSION}/ebin/app_utils.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit_common-${PKGVERSION}/ebin/code_version.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit_common-${PKGVERSION}/ebin/credit_flow.beam
@@ -1019,8 +1019,9 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/priv/www/js/tmpl/users.ejs
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/priv/www/js/tmpl/vhost.ejs
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/priv/www/js/tmpl/vhosts.ejs
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-3.11.8/ebin/rabbit_mgmt_login.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-3.11.8/ebin/rabbit_mgmt_wm_hash_password.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_features.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_login.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_hash_password.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management_agent-${PKGVERSION}/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ResetStatsDbCommand.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management_agent-${PKGVERSION}/ebin/exometer_slide.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management_agent-${PKGVERSION}/ebin/rabbit_mgmt_agent_app.beam
Index: pkgsrc/net/rabbitmq/distinfo
diff -u pkgsrc/net/rabbitmq/distinfo:1.71 pkgsrc/net/rabbitmq/distinfo:1.72
--- pkgsrc/net/rabbitmq/distinfo:1.71 Wed Feb 1 08:14:57 2023
+++ pkgsrc/net/rabbitmq/distinfo Tue Feb 14 16:04:09 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2023/02/01 08:14:57 adam Exp $
+$NetBSD: distinfo,v 1.72 2023/02/14 16:04:09 adam Exp $
-BLAKE2s (rabbitmq-server-3.11.8.tar.xz) = 7f44ea6afbaa24bf0444729cec4148827c7df385172ac4e800780147ebd4ca16
-SHA512 (rabbitmq-server-3.11.8.tar.xz) = ae5fb33e7f1d73a884a66783f651722f278f900a2cc1aadc850d5e0aa258d89b91b0e1dd80915feb63930428c9c769b08f59b77ab74900d254f9dc4bb0e40b6d
-Size (rabbitmq-server-3.11.8.tar.xz) = 3744840 bytes
+BLAKE2s (rabbitmq-server-3.11.9.tar.xz) = e3fbb1e3e38e457004cb8f92e165bf48c4b16e626a79c00873b8fd5c3ffd3d30
+SHA512 (rabbitmq-server-3.11.9.tar.xz) = 0867edebfdafb32ef8ecac591740da7664b363c2b2ba96391a8f01a0fbcc8f25e58400ac590655003ea8fc9fa365e67307115889758632463a966ac3820f0706
+Size (rabbitmq-server-3.11.9.tar.xz) = 3748252 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