pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-async
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 6 14:24:29 UTC 2026
Modified Files:
pkgsrc/devel/ruby-async: Makefile distinfo
Log Message:
devel/ruby-async: update to 2.45.1
2.45.0 (20260-08-26)
* Fixed scheduler I/O and process waits returning prematurely after stale or
interrupted wake-ups. I/O waits now preserve their original timeout,
while blocking process waits retry and non-blocking Process::WNOHANG waits
still return nil.
2.45.1 (2026-08-28)
* Fixed Scheduler#io_wait returning nil instead of false when an explicit
timeout expired. Native callers such as Socket#connect with
connect_timeout: distinguish a timeout by checking for false, so the nil
caused TypeError: no implicit conversion from nil to integer instead of
the intended IO::TimeoutError.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/ruby-async/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/ruby-async/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-async/Makefile
diff -u pkgsrc/devel/ruby-async/Makefile:1.53 pkgsrc/devel/ruby-async/Makefile:1.54
--- pkgsrc/devel/ruby-async/Makefile:1.53 Tue Aug 11 16:01:29 2026
+++ pkgsrc/devel/ruby-async/Makefile Sun Sep 6 14:24:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2026/08/11 16:01:29 taca Exp $
+# $NetBSD: Makefile,v 1.54 2026/09/06 14:24:28 taca Exp $
-DISTNAME= async-2.44.1
+DISTNAME= async-2.45.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ LICENSE= mit
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-console>=1.29<2:../../devel/ruby-console
-DEPENDS+= ${RUBY_PKGPREFIX}-io-event>=1.11<2:../../devel/ruby-io-event
+DEPENDS+= ${RUBY_PKGPREFIX}-io-event>=1.21<2:../../devel/ruby-io-event
DEPENDS+= ${RUBY_PKGPREFIX}-fiber-annotation>=0:../../devel/ruby-fiber-annotation
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-async/distinfo
diff -u pkgsrc/devel/ruby-async/distinfo:1.49 pkgsrc/devel/ruby-async/distinfo:1.50
--- pkgsrc/devel/ruby-async/distinfo:1.49 Tue Aug 11 16:01:29 2026
+++ pkgsrc/devel/ruby-async/distinfo Sun Sep 6 14:24:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2026/08/11 16:01:29 taca Exp $
+$NetBSD: distinfo,v 1.50 2026/09/06 14:24:28 taca Exp $
-BLAKE2s (async-2.44.1.gem) = 57c27719b60d56069747b64190a325ec07c78cf11e34a399875c6265e0d1a470
-SHA512 (async-2.44.1.gem) = a961ca5cee4b1ebde3180069f94664c10b9d70ff4cdc8c5c6a188bb95d28b2e99d0fee732face76dc5d73229b6de632c45b60d9776f6f5efb7ab6c31eb2912de
-Size (async-2.44.1.gem) = 68096 bytes
+BLAKE2s (async-2.45.1.gem) = dcf344b9db1c3104e5bbb9cb506e6b96036f00b24dec21dcfaab6dad692eb302
+SHA512 (async-2.45.1.gem) = 54dcbfdb763b031abf54735b9f55c64abd5591c268d1c50eb1a45896fa73d9835d0cff5d852857ab226d110acaa2b5f0983eab4eb6fd38cf8734188d4dddfacd
+Size (async-2.45.1.gem) = 68608 bytes
Home |
Main Index |
Thread Index |
Old Index