Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ED692A409E for ; Mon, 10 Mar 2014 11:18:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5BE1714A30E; Mon, 10 Mar 2014 11:18:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9034414A2F2 for ; Mon, 10 Mar 2014 11:18:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id i5atNMdl0OMO for ; Mon, 10 Mar 2014 11:18:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C31FE14A2E9 for ; Mon, 10 Mar 2014 11:18:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5FD2696; Mon, 10 Mar 2014 11:18:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 10 Mar 2014 11:18:41 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/net/rabbitmq To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20140310111841.5FD2696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Mar 10 11:18:41 UTC 2014 Modified Files: pkgsrc/net/rabbitmq: Makefile distinfo version.mk Log Message: Update rabbitmq to 3.2.4. Bugfixes in 3.2.4 ================= server ------ bug fixes 26014 prevent 541 internal error removing a nonexistent binding from a topic exchange (since 3.2.0) 25762 fix failure to delete virtual host if a queue in the virtual host is deleted concurrently (since 1.0.0) 26013 ensure connection.blocked is sent in all circumstances it should be (since 3.2.0) 26006, 26038 ensure autoheal does not hang if a node is manually stopped during autoheal (since 3.1.0) 26000 prevent crash of mirrored supervisor in some circumstances after a network partition is healed (since 2.6.0) 25972 fix syntax error in example configuration file (since 3.2.0) management plugin ----------------- bug fixes 24476 prevent statistics database from vanishing after a network partition is healed (since 2.8.3) 25983 prevent "node statistics not available" error when mochiweb is configured with an explicit list of SSL ciphers (since 2.6.0) federation plugin ----------------- bug fixes 25998 ensure upstreams which are timing out establishing network connections can be deleted in a timely fashion (since 3.0.0) shovel plugin ------------- bug fixes 25996 ensure shovels which are timing out establishing network connections do not block broker shutdown (since 2.3.0) STOMP plugin ------------ bug fixes 26028 prevent potential deadlocks during shutdown (since 2.3.0) MQTT plugin ----------- bug fixes 25982 ensure messages published with QOS=1 are persistent (since 3.1.0) Erlang client ------------- bug fixes 26041 prevent rare, fake "541 internal error" reported client-side when shutting down connections (since 2.1.1) .NET client ----------- bug fixes 26016 ensure SSL connection establishment times out if necessary (since 1.0.0) 26047 ensure IModel.ConfirmSelect() is idempotent (since 2.3.0) Bugfixes in 3.2.3 ================= server ------ bug fixes 25936 stem leak when queues with active consumers terminate (since 3.2.0) 25928 fix cosmetic error when sending connection.close-ok after client already closed the connection (since 1.0.0) 25965 limit messages to ~2GB to prevent "Absurdly large distribution output data buffer" VM crash (since 1.0.0) 24927 avoid broker being overwhelmed while logging benign messages starting with "Discarding messages" (since 1.0.0) 25952 prevent "Absurdly large distribution output data buffer" VM crash when sending many/large messages to a mirrored queue (since 2.6.0) 25925 remove extraneous service parameters when installing on windows (since 1.5.0) 25929 prevent error being logged when connection is closed while it is still being opened (since 1.0.0) federation plugin ----------------- bug fixes 25945 ensure federated queues correctly stop federating messages when channels close or crash without cancellation from consumers (since 3.2.0) 25971 prevent crash of federated mirrored queues on deletion (since 3.2.0) 25956 prevent federation of the queues used internally by federated exchanges (since 3.2.0) 25949 prevent unnecessary CPU use when ACKs are not in use (since 2.6.0) shovel plugin ----------------- bug fixes 25934 remove ordering constraint on configuration items (since 2.0.0) 25949 prevent unnecessary CPU use when ACKs are not in use (since 2.0.0) LDAP plugin ----------- bug fixes 25914 fix use of dn_lookup_attribute configuration on OpenLDAP (since 2.8.0) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/rabbitmq/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/rabbitmq/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/rabbitmq/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.