Received: by mail.netbsd.org (Postfix, from userid 605) id 3CDEA84F0F; Sat, 3 Feb 2024 15:22:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E25C84E7E for ; Sat, 3 Feb 2024 15:22:56 +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 SvIXedvpXc5d for ; Sat, 3 Feb 2024 15:22:55 +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 C6FB084CFC for ; Sat, 3 Feb 2024 15:22:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8654FA42; Sat, 3 Feb 2024 15:22:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706973775233350" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:22:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-io-event To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240203152255.B8654FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706973775233350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 15:22:55 UTC 2024 Modified Files: pkgsrc/devel/ruby-io-event: Makefile distinfo Added Files: pkgsrc/devel/ruby-io-event/patches: patch-ext_io_event_selector_selector.h Log Message: devel/ruby-io-event: update to 1.4.2 1.3.3 (2023-12-28) What's Changed * Correctly pass through flags rb_process_status_wait. by @ioquatix in #81 * Ensure that the saved node is freed correctly if an exception occurs. by @ioquatix in #84 1.4.0 (2023-12-28) What's Changed * Ruby 3.3 updates (dropped support for Ruby 3.0) by @ioquatix in #85 1.4.1 (2024-01-10) * Add liburing package installation for Ubuntu tests. (#87) * Also fix #88: -std=c99 is disabling struct timespec * Always #include before any system header (#89) 1.4.2 (2024-01-14) * No change except version. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-io-event/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-io-event/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/ruby-io-event/patches/patch-ext_io_event_selector_selector.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706973775233350 Content-Disposition: inline Content-Length: 2343 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-io-event/Makefile diff -u pkgsrc/devel/ruby-io-event/Makefile:1.11 pkgsrc/devel/ruby-io-event/Makefile:1.12 --- pkgsrc/devel/ruby-io-event/Makefile:1.11 Sat Aug 26 13:33:44 2023 +++ pkgsrc/devel/ruby-io-event/Makefile Sat Feb 3 15:22:55 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/08/26 13:33:44 taca Exp $ +# $NetBSD: Makefile,v 1.12 2024/02/03 15:22:55 taca Exp $ -DISTNAME= io-event-1.3.2 +DISTNAME= io-event-1.4.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-io-event/distinfo diff -u pkgsrc/devel/ruby-io-event/distinfo:1.9 pkgsrc/devel/ruby-io-event/distinfo:1.10 --- pkgsrc/devel/ruby-io-event/distinfo:1.9 Sat Aug 26 13:33:44 2023 +++ pkgsrc/devel/ruby-io-event/distinfo Sat Feb 3 15:22:55 2024 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.9 2023/08/26 13:33:44 taca Exp $ +$NetBSD: distinfo,v 1.10 2024/02/03 15:22:55 taca Exp $ -BLAKE2s (io-event-1.3.2.gem) = 514f00d52f69d1ad7da762e8a7b89b1ad2da94888e20016461535afb52c61a9b -SHA512 (io-event-1.3.2.gem) = 796b263fb9c1072b53c9e411511462959706cabba6b938f39945ac7f1bd59640d0e65e8e01b4d2092b4667f4f47e2d5377f0946a422966fa081c38446ff4bdf0 -Size (io-event-1.3.2.gem) = 36352 bytes +BLAKE2s (io-event-1.4.2.gem) = 4962d1d6c6342c224a7f5c394b05d541ac1a6f97f557a068c6fbe1aae998a648 +SHA512 (io-event-1.4.2.gem) = fb762e5dce931b3ff3076b28709e0e2bf8b6e830f4e854f6ef14f1a4e196e3c5918e2fbadfee4f06daa627927694446076bb122f1ab1ab79685d89315b04f02f +Size (io-event-1.4.2.gem) = 37376 bytes +SHA1 (patch-ext_io_event_selector_selector.h) = f273ae6b63f69b4c52b87af071a6dda77ccf8e44 Added files: Index: pkgsrc/devel/ruby-io-event/patches/patch-ext_io_event_selector_selector.h diff -u /dev/null pkgsrc/devel/ruby-io-event/patches/patch-ext_io_event_selector_selector.h:1.1 --- /dev/null Sat Feb 3 15:22:55 2024 +++ pkgsrc/devel/ruby-io-event/patches/patch-ext_io_event_selector_selector.h Sat Feb 3 15:22:55 2024 @@ -0,0 +1,14 @@ +$NetBSD: patch-ext_io_event_selector_selector.h,v 1.1 2024/02/03 15:22:55 taca Exp $ + +selector.c require WNOHANG from . + +--- ext/io/event/selector/selector.h.orig 2024-01-04 07:49:41.079012504 +0000 ++++ ext/io/event/selector/selector.h +@@ -34,6 +34,7 @@ + #endif + + #include ++#include + + enum IO_Event { + IO_EVENT_READABLE = 1, --_----------=_1706973775233350--