diff options
author | mef <mef@pkgsrc.org> | 2015-04-25 08:35:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-25 08:35:13 +0000 |
commit | ab2e2d26ecb5a77c65736f178264136343dda7d0 (patch) | |
tree | 80aad9e0fa5d06596d99512b3e41431f694ae7a4 /devel | |
parent | 7df590d5e9b9cf72549abb3796ed0da34c290c77 (diff) | |
download | pkgsrc-ab2e2d26ecb5a77c65736f178264136343dda7d0.tar.gz |
Update 0.33 to 0.35
-------------------
0.35 2015-04-06 22:20 UTC
+ Fix : The module could end being disabled in one thread if it was
first loaded in another thread and that thread was immediately
terminated. This is now fixed and should address test failures
of t//09-load-threads.t and t/42-threads-global.t.
0.34 2015-04-02 19:50 UTC
+ Chg : The new environment variable to enable thread tests on older
perls is PERL_FORCE_TEST_THREADS. Note that this variable
should only be turned on by authors.
+ Fix : [RT #100068] : add link to historical tchrist post
The link has been added to the documentation. Thanks Olivier
Mengué for reporting.
+ Fix : Segfaults when the module is loaded by several threads (or
Windows emulated processes) ran in parallel.
+ Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
and feedback on this issue.
+ Fix : Be really compatible with the optional OP_PARENT feature.
+ Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
which will address failures of t/41-threads-teardown.t and
t/50-external.t with unusual compilers (like icc) that link all
their compiled objects to their own libraries.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-indirect/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-indirect/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-indirect/Makefile b/devel/p5-indirect/Makefile index c21e36175b2..bfd2041fde6 100644 --- a/devel/p5-indirect/Makefile +++ b/devel/p5-indirect/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/02/18 12:58:05 mef Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/25 08:35:13 mef Exp $ -DISTNAME= indirect-0.33 +DISTNAME= indirect-0.35 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPIT/} diff --git a/devel/p5-indirect/distinfo b/devel/p5-indirect/distinfo index af05b0ee7eb..099961d7d9f 100644 --- a/devel/p5-indirect/distinfo +++ b/devel/p5-indirect/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2015/02/18 12:58:05 mef Exp $ +$NetBSD: distinfo,v 1.3 2015/04/25 08:35:13 mef Exp $ -SHA1 (indirect-0.33.tar.gz) = 43cb79212254471fa2be6541080fe224dce597d6 -RMD160 (indirect-0.33.tar.gz) = 3d206abff76e2b5b4a706efce3f748545f36d01f -Size (indirect-0.33.tar.gz) = 42372 bytes +SHA1 (indirect-0.35.tar.gz) = b1a9490580ce42c182cfdf3a258172f89bca2513 +RMD160 (indirect-0.35.tar.gz) = 79917b902ae8bd9a5d4d41447f565f1a7f0bf44e +Size (indirect-0.35.tar.gz) = 45177 bytes |