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 Jan 12 06:44:45 UTC 2022
Modified Files:
pkgsrc/net/rabbitmq: Makefile PLIST distinfo
Log Message:
rabbitmq: updated to 3.9.12
3.9.12
Core Server
Bug Fixes
Work around a slow Windows-specific memory leak in Erlang's file:read_file/1.
log.file.rotation.date pattern parser now supports more values and is closer to Lager in RabbitMQ 3.7 and earlier releases.
User limits were ignored by definition import.
Stream coordinator could run into an exception in some scenarios.
On node shutdown, stopped applications were unintentionally logged at the error level.
Enhancements
basic.* AMQP 0-9-1 operations now consume fewer CPU cycles.
More efficient (up to 67% more) user addition and updates, including during definition import.
Authentiication and authorization backend exceptions could potentially leak user-provided credentials to node log.
When a non-existent stream offset is requested, the server will return a more appropriate error code.
Stream operations that fail due to an unavailable leader now use a separate error code from the case when the stream does not exist.
Deprecated classic health check is now less resource intensive (but still very intensive compared to modern alternatives).
Operator and regular policy merging now supports keys that use boolean values. The operator value overrides the regular policy one.
Free disk space monitoring robustness improvements on Windows.
Unnamed parameters and policies in definition files will now be rejected as invalid.
OAuth 2 Plugin
Enhancements
HTTPS client and related improvements for JWKS URLs.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/rabbitmq/Makefile \
pkgsrc/net/rabbitmq/distinfo
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/rabbitmq/PLIST
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.61 pkgsrc/net/rabbitmq/Makefile:1.62
--- pkgsrc/net/rabbitmq/Makefile:1.61 Fri Dec 3 13:31:02 2021
+++ pkgsrc/net/rabbitmq/Makefile Wed Jan 12 06:44:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2021/12/03 13:31:02 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/12 06:44:45 adam Exp $
-DISTNAME= rabbitmq-server-3.9.11
+DISTNAME= rabbitmq-server-3.9.12
PKGNAME= ${DISTNAME:S/-server//}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=rabbitmq/}
Index: pkgsrc/net/rabbitmq/distinfo
diff -u pkgsrc/net/rabbitmq/distinfo:1.61 pkgsrc/net/rabbitmq/distinfo:1.62
--- pkgsrc/net/rabbitmq/distinfo:1.61 Fri Dec 3 13:31:02 2021
+++ pkgsrc/net/rabbitmq/distinfo Wed Jan 12 06:44:45 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2021/12/03 13:31:02 adam Exp $
+$NetBSD: distinfo,v 1.62 2022/01/12 06:44:45 adam Exp $
-BLAKE2s (rabbitmq-server-3.9.11.tar.xz) = 98b7fc354d856a6bdace9dbcbcd1966dd01611c91357877358dc4827fd060b53
-SHA512 (rabbitmq-server-3.9.11.tar.xz) = ba84ee93e77639e0ccbcbbee285ede26fccc142a58a6940e8cb8ceb94f6f3d627da06b9a870f99246523bb7fe21657b1ec16be243e198c1b9a65c8acaa0c51f2
-Size (rabbitmq-server-3.9.11.tar.xz) = 4755696 bytes
+BLAKE2s (rabbitmq-server-3.9.12.tar.xz) = 4923f643d53aa42a8764431d9eac4a26ed745398c4b629ac596a9aeeef958fb2
+SHA512 (rabbitmq-server-3.9.12.tar.xz) = 37372210d5e1875aa906c78903648254904abfec82b332537b078e7772cb01bf8b3b0bdc97ad927a3fc686351f34bb4313ddd64f34ecc5031308322adb310836
+Size (rabbitmq-server-3.9.12.tar.xz) = 4782504 bytes
SHA1 (patch-Makefile) = 088a3ed04dc72215f1ca3b34b49bb4047a531e89
SHA1 (patch-deps_rabbit__common_src_rabbit__env.erl) = 1e8222356162cba7362d22808671777f3fcf1629
SHA1 (patch-deps_rabbit_scripts_rabbitmq-env) = db168c8ff5a5e7b22186f57947c27c7a1c5ccae6
Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.46 pkgsrc/net/rabbitmq/PLIST:1.47
--- pkgsrc/net/rabbitmq/PLIST:1.46 Fri Dec 3 13:31:02 2021
+++ pkgsrc/net/rabbitmq/PLIST Wed Jan 12 06:44:45 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2021/12/03 13:31:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.47 2022/01/12 06:44:45 adam Exp $
lib/erlang/autocomplete/bash_autocomplete.sh
lib/erlang/autocomplete/zsh_autocomplete.sh
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -770,6 +770,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/rabbit_auth_backend_oauth2_app.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/rabbit_oauth2_scope.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/rabbitmq_auth_backend_oauth2.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/uaa_jwks.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/uaa_jwt.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/uaa_jwt_jwk.beam
lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_auth_backend_oauth2-${PKGVERSION}/ebin/uaa_jwt_jwt.beam
Home |
Main Index |
Thread Index |
Old Index