Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E8F2871743 for ; Sat, 13 Jul 2013 08:32:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 11C9214A212; Sat, 13 Jul 2013 08:32:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09E8214A211 for ; Sat, 13 Jul 2013 08:32:15 +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 qD-XWgreaMTT for ; Sat, 13 Jul 2013 08:32:14 +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 31F6714A20D for ; Sat, 13 Jul 2013 08:32:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CFEE296; Sat, 13 Jul 2013 08:32:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Jul 2013 08:32:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-BSD-Resource To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130713083213.CFEE296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Jul 13 08:32:13 UTC 2013 Modified Files: pkgsrc/devel/p5-BSD-Resource: Makefile distinfo Log Message: Update to 1.29.07 Update LICENSE Upstream change: 2013-07-12 Jarkko Hietaniemi * Address rt.cpan.org #86857: t/setrlimit.t failure Skip setrlimit() tests also if the hard limit is RLIM_INFINITY. * Release 1.2907. 2013-07-07 Jarkko Hietaniemi * Skip number-of-files and stack setrlimit tests in Cygwin: the constants exist but the implementation doesn't really seem to be there. Document this in the pod. Testing by dsolimano. * For setrlimit tests involving byte sizes (memory or file size) round the byte sizes down to 4 kB boundaries. * Fix some pod nits. * Release 1.2906. 2013-06-22 Jarkko Hietaniemi * Address rt.cpan.org #86334: typo fixes * Address rt.cpan.org #62504: Disable user/system timing tests if workload accumulate too little time * Attempt harder in getrusage.t to burn enough user and system time, refactor the "burn some cpu" utility into t/burn.pl, use that also in t/times.t. * Fix a testing problem in NetBSD for t/setrlimit.t, the tests were misnumbered. * Silence compilation warnings coming from Perl 5.18.0. * Clarify the license to be Artistic 2.0 or LGPL 2.0. * Regenerate ppport.h with Perl 5.18.0. * Release 1.2905. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-BSD-Resource/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-BSD-Resource/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.