Received: by mail.netbsd.org (Postfix, from userid 605) id E9FE2851C4; Sat, 13 Feb 2021 13:59:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32B49851BB for ; Sat, 13 Feb 2021 13:59:45 +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 pQGZnQxtp2gV for ; Sat, 13 Feb 2021 13:59:44 +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 9E9A784C71 for ; Sat, 13 Feb 2021 13:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9654CFA95; Sat, 13 Feb 2021 13:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613224784119060" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 13:59:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-nio4r To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210213135944.9654CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613224784119060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 13 13:59:44 UTC 2021 Modified Files: pkgsrc/net/ruby-nio4r: Makefile PLIST distinfo Log Message: net/ruby-nio4r: update to 2.5.5 2.5.5 (2021-02-05) * #256 Use libev 4.33, featuring experimental io_uring support. (@jcmfernandes) * #260 Workaround for ARM-based macOS Ruby: Use pure Ruby for M1, since the native extension is crashing on M1 (arm64). (@jasl) * #252 JRuby: Fix javac -Xlint warnings (@headius) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-nio4r/Makefile \ pkgsrc/net/ruby-nio4r/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ruby-nio4r/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613224784119060 Content-Disposition: inline Content-Length: 2298 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-nio4r/Makefile diff -u pkgsrc/net/ruby-nio4r/Makefile:1.6 pkgsrc/net/ruby-nio4r/Makefile:1.7 --- pkgsrc/net/ruby-nio4r/Makefile:1.6 Sat Sep 19 12:54:33 2020 +++ pkgsrc/net/ruby-nio4r/Makefile Sat Feb 13 13:59:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/09/19 12:54:33 taca Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/13 13:59:44 taca Exp $ -DISTNAME= nio4r-2.5.4 +DISTNAME= nio4r-2.5.5 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-nio4r/distinfo diff -u pkgsrc/net/ruby-nio4r/distinfo:1.6 pkgsrc/net/ruby-nio4r/distinfo:1.7 --- pkgsrc/net/ruby-nio4r/distinfo:1.6 Sat Sep 19 12:54:33 2020 +++ pkgsrc/net/ruby-nio4r/distinfo Sat Feb 13 13:59:44 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/09/19 12:54:33 taca Exp $ +$NetBSD: distinfo,v 1.7 2021/02/13 13:59:44 taca Exp $ -SHA1 (nio4r-2.5.4.gem) = bbdc75e235865a739ed525a8dbe98b62204f0308 -RMD160 (nio4r-2.5.4.gem) = bc0028000487f3f057300a1a8ca51ecd5e572c39 -SHA512 (nio4r-2.5.4.gem) = f7e383516ac6b55fd49339280e624a4c35f9cd2d31915b3d117189506522d967fc53a43cde75e8601f3fe0530e1322aeaa8c94a09289ddbefb2afd8d067341ec -Size (nio4r-2.5.4.gem) = 110080 bytes +SHA1 (nio4r-2.5.5.gem) = 2722a544c707ca8cb57913bcbbd065b22c699ca9 +RMD160 (nio4r-2.5.5.gem) = d1a6cdaff0b665a464ca551beb986a78a6b9c825 +SHA512 (nio4r-2.5.5.gem) = e0d661b17f44aa5b469061a9b22c1cb565d01d1cf5318e4db39dcc4452bff99774c250853511c2b9742d61ccec123fec76d375069bad74ecb2f411c4495a4121 +Size (nio4r-2.5.5.gem) = 121344 bytes Index: pkgsrc/net/ruby-nio4r/PLIST diff -u pkgsrc/net/ruby-nio4r/PLIST:1.4 pkgsrc/net/ruby-nio4r/PLIST:1.5 --- pkgsrc/net/ruby-nio4r/PLIST:1.4 Sat Sep 19 12:54:33 2020 +++ pkgsrc/net/ruby-nio4r/PLIST Sat Feb 13 13:59:44 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/09/19 12:54:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/02/13 13:59:44 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/nio4r_ext.${RUBY_DLEXT} @@ -17,6 +17,7 @@ ${GEM_LIBDIR}/ext/libev/README ${GEM_LIBDIR}/ext/libev/ev.c ${GEM_LIBDIR}/ext/libev/ev.h ${GEM_LIBDIR}/ext/libev/ev_epoll.c +${GEM_LIBDIR}/ext/libev/ev_iouring.c ${GEM_LIBDIR}/ext/libev/ev_kqueue.c ${GEM_LIBDIR}/ext/libev/ev_linuxaio.c ${GEM_LIBDIR}/ext/libev/ev_poll.c --_----------=_1613224784119060--