pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rabbitmq rabbitmq: updated to 3.8.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44031800453f
branches:  trunk
changeset: 452179:44031800453f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 06 07:22:23 2021 +0000

description:
rabbitmq: updated to 3.8.16

RabbitMQ 3.8.16 release

The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.16.

This is a maintenance release that follows-up to 3.8.15 to reintroduce AWS peer discovery plugin that was unintentionally excluded. Release notes can be found in the change log.

This release requires Erlang/OTP 23.2 and is the first release to support Erlang 24.

Binary builds and packages of the new release can be found on GitHub, Cloudsmith, or Package Cloud. See RabbitMQ installation guides to learn more.

We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release.

As always, we welcome any questions, bug reports, and other feedback on this release, as well as general suggestions for features and enhancements in future releases. Contact us via the 
rabbitmq-users Google group or RabbitMQ community Slack.


RabbitMQ 3.8.15 release

The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.15.

This is a maintenance release that includes two security patches. Release notes can be found in the change log.

This is the last release to support Erlang/OTP 22.

We encourage all users to consult release notes but skip this release and upgrade to 3.8.11 or later.

As always, we welcome any questions, bug reports, and other feedback on this release, as well as general suggestions for features and enhancements in future releases. Contact us via the 
rabbitmq-users Google group or RabbitMQ community Slack.

diffstat:

 net/rabbitmq/Makefile |   4 ++--
 net/rabbitmq/PLIST    |   8 ++++----
 net/rabbitmq/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (65 lines):

diff -r 447515b465de -r 44031800453f net/rabbitmq/Makefile
--- a/net/rabbitmq/Makefile     Thu May 06 07:09:46 2021 +0000
+++ b/net/rabbitmq/Makefile     Thu May 06 07:22:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2021/03/03 08:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.53 2021/05/06 07:22:23 adam Exp $
 
-DISTNAME=      rabbitmq-server-3.8.14
+DISTNAME=      rabbitmq-server-3.8.16
 PKGNAME=       ${DISTNAME:S/-server//}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rabbitmq/}
diff -r 447515b465de -r 44031800453f net/rabbitmq/PLIST
--- a/net/rabbitmq/PLIST        Thu May 06 07:09:46 2021 +0000
+++ b/net/rabbitmq/PLIST        Thu May 06 07:22:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2021/03/03 08:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.40 2021/05/06 07:22:23 adam Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -39,14 +39,14 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowboy-2.8.0.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cowlib-2.9.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/credentials_obfuscation-2.4.0.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-2.6.0.ez
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/cuttlefish-3.0.0.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/eetcd-0.3.3.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gen_batch_server-0.8.4.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/goldrush-0.1.9.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/gun-1.3.3.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jose-1.11.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/jsx-2.11.0.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/lager-3.8.2.ez
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/lager-3.9.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/observer_cli-1.6.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/prometheus-4.6.0.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-1.1.8.ez
@@ -88,7 +88,7 @@
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_mqtt_examples-${PKGVERSION}.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_stomp-${PKGVERSION}.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_web_stomp_examples-${PKGVERSION}.ez
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ranch-1.7.1.ez
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ranch-2.0.0.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/recon-2.5.1.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/stdout_formatter-0.2.4.ez
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/syslog-3.4.5.ez
diff -r 447515b465de -r 44031800453f net/rabbitmq/distinfo
--- a/net/rabbitmq/distinfo     Thu May 06 07:09:46 2021 +0000
+++ b/net/rabbitmq/distinfo     Thu May 06 07:22:23 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.50 2021/03/03 08:31:38 adam Exp $
+$NetBSD: distinfo,v 1.51 2021/05/06 07:22:23 adam Exp $
 
-SHA1 (rabbitmq-server-3.8.14.tar.xz) = 239a8274b5af7c75eccec0df22b3fc915302c6f1
-RMD160 (rabbitmq-server-3.8.14.tar.xz) = f18c330c8d43100f31d88175787a194b438890ba
-SHA512 (rabbitmq-server-3.8.14.tar.xz) = 19326fb7ce42241c22541dadd73a147d0b1e6c01d3c7748486fb1d666d76e2ba7835d2a39c200294808ef1a7af5f885fbbe8c7c2a81e561922bd6f8574e5fb91
-Size (rabbitmq-server-3.8.14.tar.xz) = 3187648 bytes
+SHA1 (rabbitmq-server-3.8.16.tar.xz) = 370ea39e80754883a05c73deffbd8519bc3dbb3a
+RMD160 (rabbitmq-server-3.8.16.tar.xz) = 6aac9ac78b860fd6bd10ef3505821f988196595e
+SHA512 (rabbitmq-server-3.8.16.tar.xz) = 53c9e8e1f546eec2e96797ab705a27c92e764b5d27cdae8c49815b6123f21ce69e1465f24f04c21a10d7c85c2f54b1f9149119b17f7a83eecbcf7b3c1737653e
+Size (rabbitmq-server-3.8.16.tar.xz) = 3215972 bytes
 SHA1 (patch-Makefile) = 088a3ed04dc72215f1ca3b34b49bb4047a531e89
 SHA1 (patch-deps_rabbit__common_src_rabbit__env.erl) = 1e8222356162cba7362d22808671777f3fcf1629
 SHA1 (patch-deps_rabbit_scripts_rabbitmq-env) = db168c8ff5a5e7b22186f57947c27c7a1c5ccae6



Home | Main Index | Thread Index | Old Index