Received: by mail.netbsd.org (Postfix, from userid 605) id 77FB084DB2; Sat, 11 Feb 2023 23:23:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A97FA84D8C for ; Sat, 11 Feb 2023 23:23:26 +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 NZaMBc8HOu1K for ; Sat, 11 Feb 2023 23:23:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B5E584C13 for ; Sat, 11 Feb 2023 23:23:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16489FA90; Sat, 11 Feb 2023 23:23:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167615780635380" MIME-Version: 1.0 Date: Sat, 11 Feb 2023 23:23:26 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-IO-AIO To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230211232326.16489FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167615780635380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Feb 11 23:23:26 UTC 2023 Modified Files: pkgsrc/devel/p5-IO-AIO: Makefile distinfo Log Message: Update to 4.79 Upstream changes: 4.79 Sun 25 Sep 2022 18:25:53 CEST - the autoconf result of the mount check was not used, so it failed to compile on most systems (reported by crackoff@tutanota.com). - work around fedora not having a working C compiler setup by design (reported by Paul Howarth). 4.78 Tue 06 Sep 2022 12:54:43 CEST - add IO::AIO::mount and IO::AIO::umount. - add a bunch of symbols from sys/mount.h. 4.77 Mon 05 Sep 2022 02:03:38 CEST - add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants. - add fexecve. - add lots of missing functions to @EXPORT_OK. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-IO-AIO/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-IO-AIO/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167615780635380 Content-Disposition: inline Content-Length: 1536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-AIO/Makefile diff -u pkgsrc/devel/p5-IO-AIO/Makefile:1.28 pkgsrc/devel/p5-IO-AIO/Makefile:1.29 --- pkgsrc/devel/p5-IO-AIO/Makefile:1.28 Tue Jun 28 11:32:34 2022 +++ pkgsrc/devel/p5-IO-AIO/Makefile Sat Feb 11 23:23:25 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2022/06/28 11:32:34 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2023/02/11 23:23:25 wen Exp $ -DISTNAME= IO-AIO-4.76 +DISTNAME= IO-AIO-4.79 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/devel/p5-IO-AIO/distinfo diff -u pkgsrc/devel/p5-IO-AIO/distinfo:1.18 pkgsrc/devel/p5-IO-AIO/distinfo:1.19 --- pkgsrc/devel/p5-IO-AIO/distinfo:1.18 Tue Oct 26 10:16:44 2021 +++ pkgsrc/devel/p5-IO-AIO/distinfo Sat Feb 11 23:23:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/10/26 10:16:44 nia Exp $ +$NetBSD: distinfo,v 1.19 2023/02/11 23:23:25 wen Exp $ -BLAKE2s (IO-AIO-4.76.tar.gz) = ff66f55b1cdbc3410ca32a6ca10483fda6c9991d00daf8457275ecdc6d6fc5cd -SHA512 (IO-AIO-4.76.tar.gz) = 013c8e7e8501ca4f42b46102f3713bae580e6f05a416a2e77176e67c6c41ed6f71d35a4894132a9a7510d84799d9337820824020624eef709e5f378e90a063ee -Size (IO-AIO-4.76.tar.gz) = 185929 bytes +BLAKE2s (IO-AIO-4.79.tar.gz) = aefa4ea44e9310cc6a98f88213fd1e8aa9d606035d609424a3d37b3fb4d20e23 +SHA512 (IO-AIO-4.79.tar.gz) = ebf4030ee237dde044722e690e1996c22a8c2fa36325c1d5fc641879da9da64facf2300defa759854499c010408a0dfba0cee3191aa024e8332d3aed9b2a4cae +Size (IO-AIO-4.79.tar.gz) = 189140 bytes --_----------=_167615780635380--