Received: by mail.netbsd.org (Postfix, from userid 605) id 2C36484DA3; Sat, 5 May 2018 15:41:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC62484D95 for ; Sat, 5 May 2018 15:41:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uVuo5EKSBmEU for ; Sat, 5 May 2018 15:41:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 30A4884CCE for ; Sat, 5 May 2018 15:41:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EAD2FBEC; Sat, 5 May 2018 15:41:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525534878133190" MIME-Version: 1.0 Date: Sat, 5 May 2018 15:41:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-eventmachine To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180505154118.2EAD2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1525534878133190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 5 15:41:18 UTC 2018 Modified Files: pkgsrc/devel/ruby-eventmachine: Makefile distinfo Log Message: devel/ruby-eventmachine: update to 1.2.6 ## 1.2.6 (April 30, 2018) * *Fix segfault when an Exception is raised from unbind callback (for real this time!)* * Fix race condition while initializing the machine [#756] * Fix for newer compilers where bind() and std::bind() conflict [#830, #831] * Be verbose about SSL connection errors [#807] * Avoid explicitly calling class methods when in class scope * Java: Add EM_PROTO_SSL/TLS definitions [#773, #791] * Java: return zero when sending data to a closed connection [#475, #804] * Pure Ruby: Connection::error? calls report_connection_error_status [#801] To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-eventmachine/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-eventmachine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525534878133190 Content-Disposition: inline Content-Length: 1704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-eventmachine/Makefile diff -u pkgsrc/devel/ruby-eventmachine/Makefile:1.23 pkgsrc/devel/ruby-eventmachine/Makefile:1.24 --- pkgsrc/devel/ruby-eventmachine/Makefile:1.23 Fri Jan 26 13:17:27 2018 +++ pkgsrc/devel/ruby-eventmachine/Makefile Sat May 5 15:41:18 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2018/01/26 13:17:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.24 2018/05/05 15:41:18 taca Exp $ -DISTNAME= eventmachine-1.2.5 +DISTNAME= eventmachine-1.2.6 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-eventmachine/distinfo diff -u pkgsrc/devel/ruby-eventmachine/distinfo:1.18 pkgsrc/devel/ruby-eventmachine/distinfo:1.19 --- pkgsrc/devel/ruby-eventmachine/distinfo:1.18 Mon Jul 31 14:09:47 2017 +++ pkgsrc/devel/ruby-eventmachine/distinfo Sat May 5 15:41:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/07/31 14:09:47 taca Exp $ +$NetBSD: distinfo,v 1.19 2018/05/05 15:41:18 taca Exp $ -SHA1 (eventmachine-1.2.5.gem) = 838bfb007afbb2f9552a5c3d8d51ebecfbf602fe -RMD160 (eventmachine-1.2.5.gem) = 47b390d4380ac5a9697e2ffe64a17432972d5233 -SHA512 (eventmachine-1.2.5.gem) = f11ad31aeb0aa4b40eb9ccddb28abbe41eaf8e299afde0ad5754833a50f763326c8b585650acc92aca189820cf9dc60265291317abe3cd2e41d24c7e7d7c4c95 -Size (eventmachine-1.2.5.gem) = 246272 bytes +SHA1 (eventmachine-1.2.6.gem) = 1d29243bd72067107aefdd4e11d1f75c1ae656c7 +RMD160 (eventmachine-1.2.6.gem) = 5304d52fc411e074ad8680e1774008ae3ba4f8f2 +SHA512 (eventmachine-1.2.6.gem) = 3ea07fc6875c0b720977297004a21d0e3a410af41a062a9b4188e0c567c3391c466387b0716b3430941d16e030382b1c9ecf057e19b405ac02bd0b9962462d97 +Size (eventmachine-1.2.6.gem) = 247296 bytes --_----------=_1525534878133190--