Skip to content

Commit

Permalink
devel/ruby-io-event: update to 1.3.2
Browse files Browse the repository at this point in the history
1.3.0 (2023-08-23)

What's Changed

* Rename data -> selector. by @ioquatix in #67
* Spurious wakeups by @ioquatix in #66
* Don't use EPOLLONESHOT for the wakeup event. by @Math2 in #68
* Failing test case for waiting on a reused FD. by @Math2 in #69
* Always re-register epoll descriptor. by @ioquatix in #71
* Fix potential race conditions in io_uring backend. by @ioquatix in #70
* NetBSD/OpenBSD compatibility for KQueue selector, some FreeBSD fixes by
  @Math2 in #72
* Introduce correct support for compacting GC. by @ioquatix in #73
* Fix external tests by @ioquatix in #75
* Add more external tests. by @ioquatix in #74
* Run coverage tests on more Ruby versions. by @ioquatix in #76


1.3.1 (2023-08-24)

What's Changed

* Fix a weird bug with duplicate CQEs. by @ioquatix in #78


1.3.2 (2023-08-24)

What's Changed

* Ensure that every io_uring_get_sqe is used correctly. by @ioquatix in #80
* Add tests for cancellation and update pure Ruby implementation. by
  @ioquatix in #79
  • Loading branch information
taca committed Aug 26, 2023
1 parent 329f71c commit b39c200
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-io-event/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2023/07/30 03:55:48 taca Exp $
# $NetBSD: Makefile,v 1.11 2023/08/26 13:33:44 taca Exp $

DISTNAME= io-event-1.2.3
DISTNAME= io-event-1.3.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion devel/ruby-io-event/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:37:40 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2023/08/26 13:33:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/IO_Event.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
Expand All @@ -8,10 +8,12 @@ ${GEM_LIBDIR}/ext/io/event/event.c
${GEM_LIBDIR}/ext/io/event/event.h
${GEM_LIBDIR}/ext/io/event/interrupt.c
${GEM_LIBDIR}/ext/io/event/interrupt.h
${GEM_LIBDIR}/ext/io/event/selector/array.h
${GEM_LIBDIR}/ext/io/event/selector/epoll.c
${GEM_LIBDIR}/ext/io/event/selector/epoll.h
${GEM_LIBDIR}/ext/io/event/selector/kqueue.c
${GEM_LIBDIR}/ext/io/event/selector/kqueue.h
${GEM_LIBDIR}/ext/io/event/selector/list.h
${GEM_LIBDIR}/ext/io/event/selector/pidfd.c
${GEM_LIBDIR}/ext/io/event/selector/selector.c
${GEM_LIBDIR}/ext/io/event/selector/selector.h
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-io-event/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2023/07/30 03:55:48 taca Exp $
$NetBSD: distinfo,v 1.9 2023/08/26 13:33:44 taca Exp $

BLAKE2s (io-event-1.2.3.gem) = 99300679ac1e7e90bd714a0f3da1bc02d4ed6e5aaeaf0930025ec96f05c36590
SHA512 (io-event-1.2.3.gem) = 3950c0193969527974f4e0a409bb57eddce2d58468c473ad98a0e58abb95b344c1c646e7a82daee00c1877d7c3eb77b572f9ee846044b4f0f049149fda925cea
Size (io-event-1.2.3.gem) = 28672 bytes
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

0 comments on commit b39c200

Please sign in to comment.