Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 411F1A57FE for ; Sun, 8 Feb 2015 02:49:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F02114A239; Sun, 8 Feb 2015 02:49:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F4C614A1D3 for ; Sun, 8 Feb 2015 02:49:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hP0FU0ydBzhW for ; Sun, 8 Feb 2015 02:49:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 59EBD14A1D1 for ; Sun, 8 Feb 2015 02:49:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4945698; Sun, 8 Feb 2015 02:49:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Feb 2015 02:49:50 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-IO-AIO To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150208024950.4945698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Feb 8 02:49:50 UTC 2015 Modified Files: pkgsrc/devel/p5-IO-AIO: Makefile distinfo pkgsrc/devel/p5-IO-AIO/patches: patch-libeio_ecb.h Log Message: (pkgsrc) - Add comment on patch, picking from cvs log (upstream) - Update 4.18 to 4.31 ------------------- 4.31 Tue Jun 3 03:29:27 CEST 2014 - work around more 5.20 bugs. backwards compatibility my ass. 4.3 Fri Apr 11 06:22:38 CEST 2014 - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL without warning by switching the meaning of USE_SOCKETS_AS_HANDLES in 5.18. What's so attractive about giving a shit about backwards compatibility - I will never understand. 4.2 Sat Jan 25 01:13:14 CET 2014 - aio_group could corrupt memory because it didn't restore the stack after req_submit. - be more careful on (e.g. permission) errors in bin/treescan. - work around changes in ExtUtils::MakeMaker. - (libeio) implement aio_realpath for win32. - (xthread) work around compile time bugs in ptw32. - added IO::AIO::pipesize. - (libecb) insignificant update. 4.19 Sun Jan 6 12:47:26 CET 2013 - avoid endless loop in fiemap with some XFS files. - in aio_rename and aio_rmdir, specialcase the case of [$wd, "."] and call rename/rmdir instead of renameat/unlinkat. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-IO-AIO/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-IO-AIO/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-IO-AIO/patches/patch-libeio_ecb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.