Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 30B8B7A1FA for ; Mon, 20 Mar 2017 14:35:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D403E85647; Mon, 20 Mar 2017 14:35:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61E11855CA for ; Mon, 20 Mar 2017 14:35:04 +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 sGdaNUeSbHLk for ; Mon, 20 Mar 2017 14:35:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E708785598 for ; Mon, 20 Mar 2017 14:35:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E53B0FBE4; Mon, 20 Mar 2017 14:35:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490020503266050" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 14:35:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-amqp To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170320143503.E53B0FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1490020503266050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 20 14:35:03 UTC 2017 Modified Files: pkgsrc/net/ruby-amqp: Makefile distinfo Log Message: Update ruby-amqp to 1.7.0. Changes Between 1.6.0 and 1.7.0 (Feb 2nd, 2017) * Clear Framesets on Exception Unprocessed frames received on a connection are now correctly cleared when an exception occurs. Contributed by Michael Lutsiuk. GitHub issue: #218 * amq-protocol Update Minimum amq-protocol version is now 2.1.0. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ruby-amqp/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ruby-amqp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1490020503266050 Content-Disposition: inline Content-Length: 1521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-amqp/Makefile diff -u pkgsrc/net/ruby-amqp/Makefile:1.21 pkgsrc/net/ruby-amqp/Makefile:1.22 --- pkgsrc/net/ruby-amqp/Makefile:1.21 Mon Oct 17 14:35:41 2016 +++ pkgsrc/net/ruby-amqp/Makefile Mon Mar 20 14:35:03 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2016/10/17 14:35:41 taca Exp $ +# $NetBSD: Makefile,v 1.22 2017/03/20 14:35:03 taca Exp $ -DISTNAME= amqp-1.6.0 +DISTNAME= amqp-1.7.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-amqp/distinfo diff -u pkgsrc/net/ruby-amqp/distinfo:1.16 pkgsrc/net/ruby-amqp/distinfo:1.17 --- pkgsrc/net/ruby-amqp/distinfo:1.16 Mon Oct 17 14:35:41 2016 +++ pkgsrc/net/ruby-amqp/distinfo Mon Mar 20 14:35:03 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/10/17 14:35:41 taca Exp $ +$NetBSD: distinfo,v 1.17 2017/03/20 14:35:03 taca Exp $ -SHA1 (amqp-1.6.0.gem) = d70351ab264d96a2c4ace3409d399467cdb86d7b -RMD160 (amqp-1.6.0.gem) = 8863aba7fbcdd81dfe29ec6d2f69d6529f5aad75 -SHA512 (amqp-1.6.0.gem) = 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f -Size (amqp-1.6.0.gem) = 1177088 bytes +SHA1 (amqp-1.7.0.gem) = fb7ec9bac57e7ab9102541b96015418bdd97f5fe +RMD160 (amqp-1.7.0.gem) = d00ea76034d2903819a2c342b6d7fff020bf0285 +SHA512 (amqp-1.7.0.gem) = f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b +Size (amqp-1.7.0.gem) = 1176576 bytes --_----------=_1490020503266050--