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:   schmonz
Date:           Tue Dec 27 20:11:36 UTC 2022

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

Log Message:
Update to 3.11.5. From the changelog:

3.11.5:

## Changes Worth Mentioning

### Core Server

#### Enhancements

 * Backported a number of free disk space monitor resiliency improvements.
   GitHub issue: #5831

 * `raft.adaptive_failure_detector.poll_interval` exposes [`aten`]()'s
   `poll_interval` setting to RabbitMQ users. Increasing it can reduce
   the probability of false positives in clusters where inter-node
   communication links are used at close to maximum capacity. The
   default is `5000` (5 seconds). GitHub issue: #6632

 * When both `disk_free_limit.relative` and `disk_free_limit.absolute`,
   or both `vm_memory_high_watermark.relative` and
   `vm_memory_high_watermark.absolute` are set, the absolute settings
   will now take precedence. GitHub issue: #4980

 * Closing channels will now log a warning if they had any messages
   pending a confirmation from the server. GitHub issue: #1399

 * New quorum queue option for in-memory table (MemTable) compression.
   GitHub issue: #6590

 * Default queue type (a virtual host setting) is now applied when
   importing definitions into a single virtual host. GitHub issue: #6599

#### Bug Fixes

 * Feature flags provided by plugins were mistakingly disabled after
   node restart. GitHub issue: #6500

 * Classic queues with Single Active Consumer enabled could run into an
   exception. GitHub issue: #6502

 * When a global parameter was cleared, nodes emitted an internal event
   of the wrong type. GitHub issue: #6538

### CLI Tools

#### Bug Fixes

 * `rabbitmq-queues grow` and `rabbitmq-queues shrink` misformatted the
   errors they could encounter. GitHub issue: #6601

#### Enhancements

 * Implicit `help` command (when CLI tools were invoked without a
   command name) now respects all global flags (such as `--node`). For
   example, previously the `--node` flag in

       rabbitmqctl --node rabbit@ns1.rabbitmq.cluster.local

   was ignored but now CLI tools would discover what plugins are enabled
   on node `rabbit@ns1.rabbitmq.cluster.local` and include them into
   `help` output. GitHub issue: #6598

 * New key supported by `rabbitmqctl list_queues`:
   `effective_policy_definition` that returns merged definitions of
   regular and operator policies effective for the queue. GitHub
   issue: #6556

### Management Plugin

#### Enhancements

 * It is now possible to omit explicitly specifying queue type when
   declaring a queue (or stream) in the management UI, and rely on the
   default queue type configured for the selected virtual host. GitHub
   issue: #6600

 * New HTTP API endpoint, `GET /api/config/effective`, returns effective
   node configuration. This is an HTTP API counterpart of
   `rabbitmq-diagnostics environment`. GitHub issue: #6016

### Shovel Plugin

#### Enhancements

 * Flow control state for Shovels is now reported with higher fidelity
   (of 1 second vs. several seconds previously). This means it should be
   easier to spot Shovels that run into flow control using management
   UI. GitHub issue: #6615

### Sharding Plugin

#### Bug Fixes

 * Plugin could fail to boot and halt node boot due to incorrect boot
   step metadata. GitHub issue: #6583

## Dependency Upgrades

 * `ra` was upgraded from `2.4.1` to `2.4.5`.

3.11.4:

## Changes Worth Mentioning

### Core Server

#### Enhancements

 * Import of definition files with many streams is now more efficient.
   GitHub issue: #6436

 * Lower CPU throughput in clusters with many mostly idle streams.
   GitHub issue: #6436

 * Streams with `max_age` retention now attempt to reclaim disk space
   every hour. This is relevant in environments with a lot of mostly
   inactive streams that set `max_age`. GitHub issue: #6436

 * Quorum queues are now more resilient to WAL log growth with workloads
   that involve clients that register a consumer and then close the
   channel or connection without ever consuming any deliveries or
   cancelling the consumer. GitHub issue: #6447

#### Bug Fixes

 * When a node encouters an invalid `definitions.local.file` on boot,
   it will refuse to start instead of ignoring the file. GitHub
   issue: #2610

 * Fixed a type analyzer definition. GitHub issue: #6401

### CLI Tools

#### Enhancements

 * `rabbitmq-diagnostics check_if_node_is_quorum_critical` and
   `rabbitmq-upgrade await_online_quorum_plus_one` now consider stream
   (not just quorum queues) replica placement when determining if target
   node is quorum-critical. GitHub issue: #6448

 * Queue info keys now support more inclusive property names related to
   (deprecated) classic mirrored queues. For example, `mirror_pids` can
   now be used instead of `slave_pids`. GitHub issue: #2635

 * `rabbitmq-diagnostics memory_breakdown` now executes significantly
   faster in environments with a large number (say, tens or hundreds of
   thousands) of quorum queues. Two orders of magnitude faster, in fact.
   GitHub issue: #6388

#### Bug Fixes

 * Definition export in JSON failed on nodes that used
   `definitions.skip_if_unchanged`. GitHub issue: #6424

 * Using quorum queue-specific commands on streams now results in
   clearer error messages. GitHub issue: #6488

### LDAP Plugin

#### Bug Fixes

 * LDAP server password could end up in the logs in certain types of
   exceptions. GitHub issue: #4842

### STOMP Plugin

#### Enhancements

  * `x-max-age` stream setting now can be set by STOMP clients via a
    header. GitHub issue: #5003

## Dependency Upgrades

 * `osiris` was upgraded from `1.3.3` to `1.4.0`


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/rabbitmq/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/rabbitmq/PLIST
cvs rdiff -u -r1.68 -r1.69 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.72 pkgsrc/net/rabbitmq/Makefile:1.73
--- pkgsrc/net/rabbitmq/Makefile:1.72   Tue Dec 27 16:58:09 2022
+++ pkgsrc/net/rabbitmq/Makefile        Tue Dec 27 20:11:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2022/12/27 16:58:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.73 2022/12/27 20:11:36 schmonz Exp $
 
-DISTNAME=              rabbitmq-server-3.11.3
+DISTNAME=              rabbitmq-server-3.11.5
 PKGNAME=               ${DISTNAME:S/-server//}
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=rabbitmq/}
@@ -116,6 +116,7 @@ post-install:
        ${INSTALL_DATA} ${FILESDIR}/rabbitmq-env.conf \
                ${DESTDIR}${PREFIX}/share/examples/rabbitmq
 
+BUILDLINK_ABI_DEPENDS.erlang+= erlang>=25.0
 .include "../../lang/erlang/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/rabbitmq/PLIST
diff -u pkgsrc/net/rabbitmq/PLIST:1.53 pkgsrc/net/rabbitmq/PLIST:1.54
--- pkgsrc/net/rabbitmq/PLIST:1.53      Thu Nov 17 14:30:17 2022
+++ pkgsrc/net/rabbitmq/PLIST   Tue Dec 27 20:11:36 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.53 2022/11/17 14:30:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.54 2022/12/27 20:11:36 schmonz Exp $
 lib/erlang/autocomplete/bash_autocomplete.sh
 lib/erlang/autocomplete/zsh_autocomplete.sh
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/INSTALL
@@ -373,6 +373,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_bench.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_counters.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_log_shared.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica_reader.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/osiris-1.3.3/ebin/osiris_replica_reader_sup.beam
@@ -419,43 +420,43 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/quantile_estimator-0.2.1/include/quantile_estimator.hrl
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra.app
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_app.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_bench.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_counters.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_dbg.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_directory.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_env.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_file_handle.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_flru.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_leaderboard.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_lib.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_meta.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_pre_init.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_reader.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_segment.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_segment_writer.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_wal.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_log_wal_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_machine_simple.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_metrics_ets.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_monitors.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_proc.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_server_sup_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_snapshot.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_system.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_system_sup.beam
-lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.1/ebin/ra_systems_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra.app
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_app.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_bench.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_counters.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_dbg.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_directory.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_env.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_file_handle.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_flru.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_leaderboard.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_lib.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_meta.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_pre_init.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_reader.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_segment.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_segment_writer.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_wal.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_log_wal_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_machine.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_machine_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_machine_simple.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_metrics_ets.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_monitors.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_server.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_server_proc.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_server_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_server_sup_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_snapshot.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_system.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_system_sup.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/ra-2.4.5/ebin/ra_systems_sup.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/amqqueue.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/background_gc.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbit-${PKGVERSION}/ebin/code_server_cache.beam
@@ -870,6 +871,7 @@ lib/erlang/lib/rabbitmq_server-${PKGVERS
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_connections_vhost.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_consumers.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_definitions.beam
+lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_environment.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_exchange.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_exchange_publish.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_management-${PKGVERSION}/ebin/rabbit_mgmt_wm_exchanges.beam
@@ -1131,7 +1133,6 @@ 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_exchange_type_recent_history.beam
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/ebin/rabbitmq_recent_history_exchange.app
 lib/erlang/lib/rabbitmq_server-${PKGVERSION}/plugins/rabbitmq_recent_history_exchange-${PKGVERSION}/include/rabbit_recent_history.hrl
@@ -1415,3 +1416,4 @@ sbin/rabbitmq-upgrade
 sbin/rabbitmqctl
 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.68 pkgsrc/net/rabbitmq/distinfo:1.69
--- pkgsrc/net/rabbitmq/distinfo:1.68   Thu Nov 17 14:30:17 2022
+++ pkgsrc/net/rabbitmq/distinfo        Tue Dec 27 20:11:36 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.68 2022/11/17 14:30:17 adam Exp $
+$NetBSD: distinfo,v 1.69 2022/12/27 20:11:36 schmonz Exp $
 
-BLAKE2s (rabbitmq-server-3.11.3.tar.xz) = 0ac0b4be61cba4653c1a6f97bf4bf9374dda5cebc30d6bd8468fdd29b184ffe1
-SHA512 (rabbitmq-server-3.11.3.tar.xz) = 6f010a9b7286ce3960435f201c771cc317c9b97f733649eae43ca4db2f839904aad08e7285bccf889a295cfcdc9b34b169d00f90118c75c11850c375ac2bb8a9
-Size (rabbitmq-server-3.11.3.tar.xz) = 3720132 bytes
+BLAKE2s (rabbitmq-server-3.11.5.tar.xz) = ac32307929ab7030c6a9a371e638b940a9ea23d53bcc565e62571309e7780afe
+SHA512 (rabbitmq-server-3.11.5.tar.xz) = 6596c5793424325b65b027b7420b082d1568bdab0070cf206789b5c2e649e4f4cbece57f4e08ea0e0581500bd942d711eea40e308b7e1796f6232f72948436e4
+Size (rabbitmq-server-3.11.5.tar.xz) = 3729020 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