Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-POE
From: Wen Heping
Date: 2022-04-30 05:43:40
Message id: 20220430034340.D80E5FB1A@cvs.NetBSD.org
Log Message:
Update to 1.370
Upstream changes:
2022-03-23 12:42:01 +0000 v1_370
================================
commit 8d07be6dbc4b89c79f66c52b736895010f5f65dd
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Wed Mar 23 12:42:01 2022 +0000
Version bump for release.
commit f8587e83eae3bd5d9a1243841b50118d0b185dd7
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Tue Mar 22 14:46:48 2022 +0000
Remove explicit call to setsid() in POE::Wheel::Run
We are using make_slave_controlling_terminal() from IO::Pty since
136f5dbab9d9 and that calls setsid() itself.
Fixes to IO::Pty have unmasked this double call to setsid() which is
generating a spurious warning on any use of a pty(-pipe) conduit.
Files: