pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Clone



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.

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



Home | Main Index | Thread Index | Old Index