Received: by mail.netbsd.org (Postfix, from userid 605) id 4E81284F61; Sat, 30 Apr 2022 03:43:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 882BB84D35 for ; Sat, 30 Apr 2022 03:43:41 +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 cbOW5-kRx2dq for ; Sat, 30 Apr 2022 03:43:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAE8484CF8 for ; Sat, 30 Apr 2022 03:43:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D80E5FB1A; Sat, 30 Apr 2022 03:43:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651290220135640" MIME-Version: 1.0 Date: Sat, 30 Apr 2022 03:43:40 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-POE To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20220430034340.D80E5FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651290220135640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 30 03:43:40 UTC 2022 Modified Files: pkgsrc/devel/p5-POE: Makefile distinfo Log Message: Update to 1.370 Upstream changes: 2022-03-23 12:42:01 +0000 v1_370 ================================ commit 8d07be6dbc4b89c79f66c52b736895010f5f65dd Author: Chris 'BinGOs' Williams Date: Wed Mar 23 12:42:01 2022 +0000 Version bump for release. commit f8587e83eae3bd5d9a1243841b50118d0b185dd7 Author: Chris 'BinGOs' Williams 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. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-POE/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-POE/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651290220135640 Content-Disposition: inline Content-Length: 1491 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-POE/Makefile diff -u pkgsrc/devel/p5-POE/Makefile:1.41 pkgsrc/devel/p5-POE/Makefile:1.42 --- pkgsrc/devel/p5-POE/Makefile:1.41 Mon May 24 19:51:18 2021 +++ pkgsrc/devel/p5-POE/Makefile Sat Apr 30 03:43:40 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2021/05/24 19:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2022/04/30 03:43:40 wen Exp $ -DISTNAME= POE-1.368 +DISTNAME= POE-1.370 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} Index: pkgsrc/devel/p5-POE/distinfo diff -u pkgsrc/devel/p5-POE/distinfo:1.17 pkgsrc/devel/p5-POE/distinfo:1.18 --- pkgsrc/devel/p5-POE/distinfo:1.17 Tue Oct 26 10:17:12 2021 +++ pkgsrc/devel/p5-POE/distinfo Sat Apr 30 03:43:40 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:17:12 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/04/30 03:43:40 wen Exp $ -BLAKE2s (POE-1.368.tar.gz) = f138692dc6b2f80a2c1d57371d0d78291e3f0c4b34cb49dcf9361866fed7adcf -SHA512 (POE-1.368.tar.gz) = a8a4e885101372039ea48aaeac3de9fcef2db34e90216b2e63f24ea681cf1d86cd701d4b59e6b000b29f85f600655e29717ab1501d053acaf6248b1cd8f341ad -Size (POE-1.368.tar.gz) = 377702 bytes +BLAKE2s (POE-1.370.tar.gz) = bc9bca022bff7084e6e68bcdb19e3a9b84abfffc80f977d01d1746ea1a79eba3 +SHA512 (POE-1.370.tar.gz) = 5beed37a5fa89fb2a830e0ba2ab4f3a8ea528c75f8553e47a0d5e47fc915dc658ac543433a4c4b99429b0a34350ea2fa8bce3c9893973f0ebe387683fd9a04a4 +Size (POE-1.370.tar.gz) = 374674 bytes --_----------=_1651290220135640--