CVS commit: pkgsrc/devel/ruby-async
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:12:05 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --_----------=_178585272516440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Aug 4 14:12:05 UTC 2026 Modified Files: pkgsrc/devel/ruby-async: Makefile distinfo Log Message: devel/ruby-async: update to 2.44.0 2.44.0 (2026-07-29) * Fixed scheduler cleanup after forking while other fibers are blocked. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/ruby-async/Makefile cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/ruby-async/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_178585272516440 Content-Disposition: inline Content-Length: 1483 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-async/Makefile diff -u pkgsrc/devel/ruby-async/Makefile:1.51 pkgsrc/devel/ruby-async/Makefile:1.52 --- pkgsrc/devel/ruby-async/Makefile:1.51 Sun Jul 26 13:59:07 2026 +++ pkgsrc/devel/ruby-async/Makefile Tue Aug 4 14:12:05 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2026/07/26 13:59:07 taca Exp $ +# $NetBSD: Makefile,v 1.52 2026/08/04 14:12:05 taca Exp $ -DISTNAME= async-2.43.0 +DISTNAME= async-2.44.0 CATEGORIES= devel MAINTAINER= [email protected] Index: pkgsrc/devel/ruby-async/distinfo diff -u pkgsrc/devel/ruby-async/distinfo:1.47 pkgsrc/devel/ruby-async/distinfo:1.48 --- pkgsrc/devel/ruby-async/distinfo:1.47 Sun Jul 26 13:59:07 2026 +++ pkgsrc/devel/ruby-async/distinfo Tue Aug 4 14:12:05 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2026/07/26 13:59:07 taca Exp $ +$NetBSD: distinfo,v 1.48 2026/08/04 14:12:05 taca Exp $ -BLAKE2s (async-2.43.0.gem) = 73358feae9d7b7d426a764053287921113bb8c6e6a009ecfe252a68d044c1651 -SHA512 (async-2.43.0.gem) = 6080debfecefaeccdbb26800bb8e340efe5817a7293285c7246ea163a0fa60e1e7888a508cfd2dca54b77baf1cf03c279b24387d4e09f2dd0a439480704156f3 -Size (async-2.43.0.gem) = 67072 bytes +BLAKE2s (async-2.44.0.gem) = 34660a225f422009ad7f6a8c53cbed0878c316a47e73b1cd8dfb48ac672a1720 +SHA512 (async-2.44.0.gem) = 31eb6a49fcdefd9f5f3f9f09b8c4648d68f5bd9f66fa7e2bc1f144594b118445087efc1585de3e8424ddc8f49233f0f4cc0427d8cc38d57e851d4a3e8239e7b5 +Size (async-2.44.0.gem) = 67072 bytes --_----------=_178585272516440--