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 8BE407A16E for ; Sun, 12 Mar 2017 14:34:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8D20F85655; Sun, 12 Mar 2017 14:34:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18F5785652 for ; Sun, 12 Mar 2017 14:34:02 +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 LT4jo3hRPctP for ; Sun, 12 Mar 2017 14:34:01 +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 533B98564F for ; Sun, 12 Mar 2017 14:34:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E4A4FBE4; Sun, 12 Mar 2017 14:34:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489329241159500" MIME-Version: 1.0 Date: Sun, 12 Mar 2017 14:34:01 +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: <20170312143401.4E4A4FBE4@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. --_----------=_1489329241159500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 12 14:34:01 UTC 2017 Modified Files: pkgsrc/devel/ruby-eventmachine: Makefile PLIST distinfo Log Message: Update ruby-eventmachine to 1.2.3. # Changelog ## 1.2.3 (February 22, 2017) * Pure Ruby: Add get_sockname [#308, #772] * Fix segfault when an Exception is raised from unbind callback [#765, #766] * Allow destructors to throw when compiling in >= C++11 [#767] ## 1.2.2 (January 23, 2017) * Java: Fix Fixnum deprecated warning in Ruby 2.4+ [#759] * Fix uncaught C++ exception in file watcher and raise InvalidSignature [#512, #757] * Fix connection count off-by-one for epoll and kqueue [#750] * Fix uninitialized variable warning in EM::P::HttpClient [#749] * Fix missing initial value for EventableDescriptor NextHeartbeat [#748] * Fix hostname resolution on Solaris, Ilumos, SmartOS, et al [#745, #746] * Improve reliability of tests, reduce public Internet accesses in tests [#656, #666, #749] ## 1.2.1 (November 15, 2016) * Throw strerror(errno) when getsockname or getpeername fail [#683] * Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals [#683] * Use gai_strerror to get the failure string from getaddrinfo [#744] * Fix deregistering descriptor when using KQUEUE [#728] * Fix to enable to work an example code in EM::Pool [#731] * LineText2: Add regular expression delimiter support [#706] * Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect [#741] * Pure Ruby: EM SSL (working start_tls) [#712] * Pure Ruby: EM fixes [#707] * Java: Use Acceptors to get peer and sock names if not present in Connections [#743] To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-eventmachine/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-eventmachine/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-eventmachine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489329241159500 Content-Disposition: inline Content-Length: 3360 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.20 pkgsrc/devel/ruby-eventmachine/Makefile:1.21 --- pkgsrc/devel/ruby-eventmachine/Makefile:1.20 Wed Mar 16 13:04:18 2016 +++ pkgsrc/devel/ruby-eventmachine/Makefile Sun Mar 12 14:34:01 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/03/16 13:04:18 taca Exp $ +# $NetBSD: Makefile,v 1.21 2017/03/12 14:34:01 taca Exp $ -DISTNAME= eventmachine-1.2.0.1 +DISTNAME= eventmachine-1.2.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-eventmachine/PLIST diff -u pkgsrc/devel/ruby-eventmachine/PLIST:1.12 pkgsrc/devel/ruby-eventmachine/PLIST:1.13 --- pkgsrc/devel/ruby-eventmachine/PLIST:1.12 Tue Mar 15 17:07:03 2016 +++ pkgsrc/devel/ruby-eventmachine/PLIST Sun Mar 12 14:34:01 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/03/15 17:07:03 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2017/03/12 14:34:01 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/fastfilereaderext.${RUBY_DLEXT} ${GEM_EXTSDIR}/gem.build_complete @@ -107,6 +107,7 @@ ${GEM_LIBDIR}/lib/jeventmachine.rb ${GEM_LIBDIR}/lib/rubyeventmachine.${RUBY_DLEXT} ${GEM_LIBDIR}/rakelib/package.rake ${GEM_LIBDIR}/rakelib/test.rake +${GEM_LIBDIR}/rakelib/test_pure.rake ${GEM_LIBDIR}/tests/client.crt ${GEM_LIBDIR}/tests/client.key ${GEM_LIBDIR}/tests/dhparam.pem @@ -125,7 +126,6 @@ ${GEM_LIBDIR}/tests/test_exc.rb ${GEM_LIBDIR}/tests/test_file_watch.rb ${GEM_LIBDIR}/tests/test_fork.rb ${GEM_LIBDIR}/tests/test_futures.rb -${GEM_LIBDIR}/tests/test_get_sock_opt.rb ${GEM_LIBDIR}/tests/test_handler_check.rb ${GEM_LIBDIR}/tests/test_hc.rb ${GEM_LIBDIR}/tests/test_httpclient.rb @@ -155,10 +155,10 @@ ${GEM_LIBDIR}/tests/test_running.rb ${GEM_LIBDIR}/tests/test_sasl.rb ${GEM_LIBDIR}/tests/test_send_file.rb ${GEM_LIBDIR}/tests/test_servers.rb -${GEM_LIBDIR}/tests/test_set_sock_opt.rb ${GEM_LIBDIR}/tests/test_shutdown_hooks.rb ${GEM_LIBDIR}/tests/test_smtpclient.rb ${GEM_LIBDIR}/tests/test_smtpserver.rb +${GEM_LIBDIR}/tests/test_sock_opt.rb ${GEM_LIBDIR}/tests/test_spawn.rb ${GEM_LIBDIR}/tests/test_ssl_args.rb ${GEM_LIBDIR}/tests/test_ssl_dhparam.rb Index: pkgsrc/devel/ruby-eventmachine/distinfo diff -u pkgsrc/devel/ruby-eventmachine/distinfo:1.16 pkgsrc/devel/ruby-eventmachine/distinfo:1.17 --- pkgsrc/devel/ruby-eventmachine/distinfo:1.16 Wed Mar 16 13:04:18 2016 +++ pkgsrc/devel/ruby-eventmachine/distinfo Sun Mar 12 14:34:01 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/03/16 13:04:18 taca Exp $ +$NetBSD: distinfo,v 1.17 2017/03/12 14:34:01 taca Exp $ -SHA1 (eventmachine-1.2.0.1.gem) = 60b6f1d8391cd374c6a2ef3977cb1397ed89055a -RMD160 (eventmachine-1.2.0.1.gem) = 9068f407ecd9946fbd5839891ad80e9fa15ad5ce -SHA512 (eventmachine-1.2.0.1.gem) = a861a2c5172b7cf2720bdb54f52ea96c311c10efdb2f54970054901674e044a72307a5b32210efbbdb78d0472a9b3fb6e898640e1c0b406bdad8b581970e30aa -Size (eventmachine-1.2.0.1.gem) = 241152 bytes +SHA1 (eventmachine-1.2.3.gem) = 8cfedbf0c09945ccb9b34b7ac827ab928b0b4f10 +RMD160 (eventmachine-1.2.3.gem) = c03d499ffd46eee67d8eae5a7578dda31beeba97 +SHA512 (eventmachine-1.2.3.gem) = 41d1151eb2f3a5e092582592f1d679fc3c5ef1f56a3d7cbec559bd4514c1598c9e4a1526cca96e3da4bffcc23166eb96214d8d49004821785a6e79fb8f43d45b +Size (eventmachine-1.2.3.gem) = 245760 bytes --_----------=_1489329241159500--