summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-07-19 09:35:02 +0000
committerfhajny <fhajny@pkgsrc.org>2013-07-19 09:35:02 +0000
commited23cffd1160670bc029b907c1b0c951e9950498 (patch)
tree2b1c944cf887a555f12c54b81151dd1e47a24fc2 /net
parente541d6428dbe7d046f1ff33cb289ef7342446afe (diff)
downloadpkgsrc-ed23cffd1160670bc029b907c1b0c951e9950498.tar.gz
Update rabbitmq to 3.1.3.
Bugs fixed in 3.1.3 ================================== management plugin ------------------ 25643 fix bug that lead to incorrect reporting of accumulated stats (since 3.1.2) Bugs fixed in 3.1.2: ================================== server ------ 25636 fix startup failure when using SSL with Erlang/OTP R16B01 25571 fix potential deadlock in application shutdown handling (since 2.1.0) 25567 fix queue crash requeuing in-memory messages (since 2.7.0) 25599 fix queue record leak of exclusive durable queues after forceful shutdown (since 3.0.1) 25576 fix bug in queue index where a broker crash between segment deletion and journal truncation could prevent the broker from subsequently starting (since 2.0.0) 25615 fix duplicate mirror queue slaves starting on a single node (since 2.6.0) 25588 ensure per-message-TTL is removed when messages are dead-lettered (since 3.0.0) 25575 fix bug handling empty rabbit_serial leading to startup failure (since 1.7.0) 25640 fix channel crash with a race between basic.ack and basic.cancel when prefetch >= 1 (since 3.1.0) 25638 fix leak affecting HA/mirrored queues (since 3.0.0) 25611 improve stack traces when message store crash occurs 25612 fix crashing processes when stopping node as part of a cluster (since 2.4.0) stomp plugin ------------- 25564 fix handling of reply-to for non-temporary queue destinations (since 3.1.0) 25566 allow unescaped colons in header values for STOMP 1.0 compatibility management plugin ----------------- 25592 fix bug allowing unprivileged users to see stats for all vhosts (since 3.1.0) 25600 fix consumer record leak in the management database (since 2.2.0) 25629 fix memory leak in the presence of long-lived channels and short-lived queues (since 3.1.0) 25580 fix bug preventing definitions file from loading if it contained a policy from a non default vhost (since 3.1.1) LDAP plugin ----------- 25573 fix garbled login failure errors (since 2.3.0) Java client ----------- 25633 fix quoting and escaping in json parser, avoid a potentially non-terminating loop and improve error handling (since 2.8.2) (thanks to Bradley Peabody) Erlang client ------------- 25521 fix negotiated frame-max handling, which was being ignored (since 2.0.0) 25489 fix rpc client/server to ensure correlation-ids are valid UTF-8 strings (since 2.0.0) (thanks to Daniel White)
Diffstat (limited to 'net')
-rw-r--r--net/rabbitmq/distinfo8
-rw-r--r--net/rabbitmq/version.mk4
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rabbitmq/distinfo b/net/rabbitmq/distinfo
index 28e88b3bc37..e0e7af730f5 100644
--- a/net/rabbitmq/distinfo
+++ b/net/rabbitmq/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2013/05/31 14:32:55 fhajny Exp $
+$NetBSD: distinfo,v 1.11 2013/07/19 09:35:02 fhajny Exp $
-SHA1 (rabbitmq-server-3.1.1.tar.gz) = de6256ed51f27f2070bbccbbaade73ab393de15e
-RMD160 (rabbitmq-server-3.1.1.tar.gz) = 877d06ea9fe2ec36bc1876cafdbd9ad4093f0bf9
-Size (rabbitmq-server-3.1.1.tar.gz) = 3528942 bytes
+SHA1 (rabbitmq-server-3.1.3.tar.gz) = 80606bc72fccf0b577f18c904031b3f93019ffd6
+RMD160 (rabbitmq-server-3.1.3.tar.gz) = 40db930839ef262872e57ae011edaff47e8d1dbc
+Size (rabbitmq-server-3.1.3.tar.gz) = 3531924 bytes
SHA1 (patch-aa) = 16a822321caacb0e4588791ec4dc1e909d0be4de
diff --git a/net/rabbitmq/version.mk b/net/rabbitmq/version.mk
index ffd316b45c1..2a3073306df 100644
--- a/net/rabbitmq/version.mk
+++ b/net/rabbitmq/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.10 2013/05/31 14:32:55 fhajny Exp $
+# $NetBSD: version.mk,v 1.11 2013/07/19 09:35:02 fhajny Exp $
#
-RMQ_VERSION= 3.1.1
+RMQ_VERSION= 3.1.3