Received: by mail.netbsd.org (Postfix, from userid 605) id E224A84DCC; Wed, 31 Oct 2018 11:56:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F135784D7A for ; Wed, 31 Oct 2018 11:56:22 +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 ToQhmkDAhxem for ; Wed, 31 Oct 2018 11:56:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 541FB84CDC for ; Wed, 31 Oct 2018 11:56:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B31BFBEE; Wed, 31 Oct 2018 11:56:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540986982225590" MIME-Version: 1.0 Date: Wed, 31 Oct 2018 11:56:22 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Clone To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181031115622.4B31BFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540986982225590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Oct 31 11:56:22 UTC 2018 Modified Files: pkgsrc/devel/p5-Clone: Makefile distinfo Log Message: Update to 0.41 Upstream changes: 0.41 2018-10-25 10:20:03 garu - Check the CowREFCNT of a COWed PV (ATOOMIC) this should fix some issues people have been having with 0.40 on DBD drives and DBIx::Class - Make buildtools files not executable (Mohammad S Anwar) 0.40 2018-10-23 20:001:49 garu - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC) - extra protection against potential infinite loop (ATOOMIC) - improved tests To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Clone/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Clone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540986982225590 Content-Disposition: inline Content-Length: 1607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Clone/Makefile diff -u pkgsrc/devel/p5-Clone/Makefile:1.32 pkgsrc/devel/p5-Clone/Makefile:1.33 --- pkgsrc/devel/p5-Clone/Makefile:1.32 Wed Aug 22 09:43:45 2018 +++ pkgsrc/devel/p5-Clone/Makefile Wed Oct 31 11:56:22 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2018/08/22 09:43:45 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2018/10/31 11:56:22 wen Exp $ -DISTNAME= Clone-0.39 +DISTNAME= Clone-0.41 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/} Index: pkgsrc/devel/p5-Clone/distinfo diff -u pkgsrc/devel/p5-Clone/distinfo:1.15 pkgsrc/devel/p5-Clone/distinfo:1.16 --- pkgsrc/devel/p5-Clone/distinfo:1.15 Sun Apr 9 03:31:21 2017 +++ pkgsrc/devel/p5-Clone/distinfo Wed Oct 31 11:56:22 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/04/09 03:31:21 mef Exp $ +$NetBSD: distinfo,v 1.16 2018/10/31 11:56:22 wen Exp $ -SHA1 (Clone-0.39.tar.gz) = 540d41ccd1fde1262fa7dde7a5ef830b25341f20 -RMD160 (Clone-0.39.tar.gz) = f0041dbd224cdd4a1fb0352ca11d3e856b721faf -SHA512 (Clone-0.39.tar.gz) = 5e3feeff7646fb2ea075267962f7f7013186310974cdbb87f779ece0f56baf62e7dbb0afa94816e20675dc03bc5fbe271b9594e12ea441863b78860691822b6b -Size (Clone-0.39.tar.gz) = 13785 bytes +SHA1 (Clone-0.41.tar.gz) = e7a47d0243fa658d1654967327fbd6d1c7ccfe47 +RMD160 (Clone-0.41.tar.gz) = 8d70f26e72bbac3822bfea6218c5bb5f34f3fae6 +SHA512 (Clone-0.41.tar.gz) = fa370fbede205449687b00a255f71295b2056c7897a343758564f80810d2534b8a8eff248f3adf8e96e1a7eded22a2237edb22fb610d0cd84d2fab1352b40dcb +Size (Clone-0.41.tar.gz) = 14441 bytes --_----------=_1540986982225590--