pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DB_File



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 09:48:44 UTC 2018

Modified Files:
        pkgsrc/databases/p5-DB_File: Makefile distinfo

Log Message:
p5-DB_File: update to 1.842.

1.842 14 July 2018

   * Document the MaocOS build failures & how MacPort can work around th eissue.
     # 125238
     # 125585
     # RT 133280

   * Write all test db files into a directory created by File::Temp
     Protects against any possible races if running a parallel build.

   * #96357: DB_File destructor is not thread-safe
     Added CLONE_SKIP to DB_File.pm and included the test db-threads.t from the patch.
     Note - This only works with perl >= 5.8.7


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/p5-DB_File/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/p5-DB_File/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DB_File/Makefile
diff -u pkgsrc/databases/p5-DB_File/Makefile:1.49 pkgsrc/databases/p5-DB_File/Makefile:1.50
--- pkgsrc/databases/p5-DB_File/Makefile:1.49   Thu Apr 26 12:48:12 2018
+++ pkgsrc/databases/p5-DB_File/Makefile        Tue Aug 21 09:48:44 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2018/04/26 12:48:12 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2018/08/21 09:48:44 wiz Exp $
 
-DISTNAME=      DB_File-1.841
+DISTNAME=      DB_File-1.842
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DB_File/}

Index: pkgsrc/databases/p5-DB_File/distinfo
diff -u pkgsrc/databases/p5-DB_File/distinfo:1.22 pkgsrc/databases/p5-DB_File/distinfo:1.23
--- pkgsrc/databases/p5-DB_File/distinfo:1.22   Thu Apr 26 12:48:12 2018
+++ pkgsrc/databases/p5-DB_File/distinfo        Tue Aug 21 09:48:44 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/04/26 12:48:12 wiz Exp $
+$NetBSD: distinfo,v 1.23 2018/08/21 09:48:44 wiz Exp $
 
-SHA1 (DB_File-1.841.tar.gz) = 8cea40755c7b2dd77d4081fb3ec43311875be99d
-RMD160 (DB_File-1.841.tar.gz) = eadebc0dc71c4445c86972b8f5cdc9257904e7dc
-SHA512 (DB_File-1.841.tar.gz) = 11d370d2ddd129a4e54c20639cd6d674212069f7ba867614190363c45ec3e6fd7999e5eaaffef9d1fb7cdeae146372830840cb943add0fc06dcd2b44ba91e49e
-Size (DB_File-1.841.tar.gz) = 135360 bytes
+SHA1 (DB_File-1.842.tar.gz) = f69c24aaa544417d5587a5de49eae76707fd2275
+RMD160 (DB_File-1.842.tar.gz) = fcede2fd301928dd6277cbbc501f52fad1f06431
+SHA512 (DB_File-1.842.tar.gz) = 038eca153b49deaf7336699509ea48ec77f783655394e040ac93c5898c1a656f0cc2ff9799c279a20633df37ce2d2b9f251cdd8daccdaa7913b8f59defe0fea6
+Size (DB_File-1.842.tar.gz) = 137321 bytes



Home | Main Index | Thread Index | Old Index