Received: by mail.netbsd.org (Postfix, from userid 605) id F28A884D94; Wed, 27 Nov 2019 12:28:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7916F84D92 for ; Wed, 27 Nov 2019 12:28:40 +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 9UpA2LW2KJab for ; Wed, 27 Nov 2019 12:28:40 +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 F1D2D84D88 for ; Wed, 27 Nov 2019 12:28:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBC8FFA97; Wed, 27 Nov 2019 12:28:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574857719230450" MIME-Version: 1.0 Date: Wed, 27 Nov 2019 12:28:39 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-EV To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191127122839.EBC8FFA97@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. --_----------=_1574857719230450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Nov 27 12:28:39 UTC 2019 Modified Files: pkgsrc/devel/p5-EV: Makefile distinfo Log Message: (devel/p5-EV) Updated from 4.28 to 4.30 4.30 Fri Nov 22 21:00:00 CET 2019 - (libev) use a different and hopefully even more portable test to disable io_uring when header files are too old, by directly testing LINUX_VERSION_CODE. - (libev) fix a bug in the io_uring backend that polled the wrong backend fd, causing it to not work in many cases. 4.29 Fri Nov 22 15:34:29 CET 2019 - (libev) add io uring autoconf and non-autoconf detection, the latter of which should disable io_uring compilation on old systems. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-EV/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-EV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574857719230450 Content-Disposition: inline Content-Length: 1632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-EV/Makefile diff -u pkgsrc/devel/p5-EV/Makefile:1.29 pkgsrc/devel/p5-EV/Makefile:1.30 --- pkgsrc/devel/p5-EV/Makefile:1.29 Wed Nov 20 06:22:22 2019 +++ pkgsrc/devel/p5-EV/Makefile Wed Nov 27 12:28:39 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2019/11/20 06:22:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.30 2019/11/27 12:28:39 mef Exp $ -DISTNAME= EV-4.28 +DISTNAME= EV-4.30 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} Index: pkgsrc/devel/p5-EV/distinfo diff -u pkgsrc/devel/p5-EV/distinfo:1.17 pkgsrc/devel/p5-EV/distinfo:1.18 --- pkgsrc/devel/p5-EV/distinfo:1.17 Wed Nov 20 06:22:22 2019 +++ pkgsrc/devel/p5-EV/distinfo Wed Nov 27 12:28:39 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2019/11/20 06:22:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.18 2019/11/27 12:28:39 mef Exp $ -SHA1 (EV-4.28.tar.gz) = df1fd18f8ab4a9978f0559288705af8ce280576b -RMD160 (EV-4.28.tar.gz) = a554a64e840927015526bcada73645cd10adc89f -SHA512 (EV-4.28.tar.gz) = d27517fe11f9085d638ab12c21e5a3b625d3bdb8e0155033672b2b4bc64a73841d1aedbd29da687d7254d76bbea3bba5dd1313e6fc04693a46c113f4133fe770 -Size (EV-4.28.tar.gz) = 212550 bytes +SHA1 (EV-4.30.tar.gz) = 308395a556a23c04a8364e8edbdf6180c68dc2d2 +RMD160 (EV-4.30.tar.gz) = 8ba42b76beea2d1694d79983d7926a76863d13c2 +SHA512 (EV-4.30.tar.gz) = e1ad5279a50e156c98411652710feb7473cef6cfe3b8db3a9f5fdcf34017be5b53025e34d301de18e9389c61f323b94f64a0b4798bbfba159b5e67f1d520b7b8 +Size (EV-4.30.tar.gz) = 214156 bytes SHA1 (patch-libev_ev.h) = 4a64abdc7d4d936623ad7a6a68195bf65218e1ed --_----------=_1574857719230450--