diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-21 09:48:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-21 09:48:44 +0000 |
commit | f315be7503e16d4d819d4b8536e189150e893f08 (patch) | |
tree | f67d4439064f7adffb3d7dc3d881951186d02d68 /databases | |
parent | 414de69c21a665661772e16624a39c23d7531bb4 (diff) | |
download | pkgsrc-f315be7503e16d4d819d4b8536e189150e893f08.tar.gz |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DB_File/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DB_File/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index c3dc62de3ac..6eb4c737106 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -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/} diff --git a/databases/p5-DB_File/distinfo b/databases/p5-DB_File/distinfo index ce731367ab7..bb72bbde9ec 100644 --- a/databases/p5-DB_File/distinfo +++ b/databases/p5-DB_File/distinfo @@ -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 |