pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rabbitmq Update rabbitmq to 3.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc4fd3e1848c
branches:  trunk
changeset: 621841:cc4fd3e1848c
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Jul 19 09:35:02 2013 +0000

description:
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:

 net/rabbitmq/distinfo   |  8 ++++----
 net/rabbitmq/version.mk |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r a407c832c2ce -r cc4fd3e1848c net/rabbitmq/distinfo
--- a/net/rabbitmq/distinfo     Fri Jul 19 08:16:36 2013 +0000
+++ b/net/rabbitmq/distinfo     Fri Jul 19 09:35:02 2013 +0000
@@ -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 -r a407c832c2ce -r cc4fd3e1848c net/rabbitmq/version.mk
--- a/net/rabbitmq/version.mk   Fri Jul 19 08:16:36 2013 +0000
+++ b/net/rabbitmq/version.mk   Fri Jul 19 09:35:02 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index