diff options
author | sno <sno> | 2013-07-03 13:41:10 +0000 |
---|---|---|
committer | sno <sno> | 2013-07-03 13:41:10 +0000 |
commit | 45efb2b905198259caeb9ae7492619309db02365 (patch) | |
tree | 704f8b6ce27bcca6de8e4add64a84fa7824eecf0 /converters | |
parent | 899ae10c9fa16d4dbc4e980045e9540a1823b1f7 (diff) | |
download | pkgsrc-45efb2b905198259caeb9ae7492619309db02365.tar.gz |
Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XS
from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34).
Upstream changes from 2.33:
2.34 Thu May 23 11:30:34 CEST 2013
- work around bugs in perl 5.18 breaking more than 100
widely used modules, without a fix in sight because
p5pers don't care about CPAN anymore.
- when canonicalising, only allocate up to 64 hash key
pointers on the stack. for larger hashes, use the heap,
to avoid using too much stackspace.
- discuss the problem with setlocale (reported by a few victims).
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 904e616cfd5..49910497b1b 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2013/05/31 12:39:45 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2013/07/03 13:41:10 sno Exp $ -DISTNAME= JSON-XS-2.33 +DISTNAME= JSON-XS-2.34 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index d8491ed801c..84afcbf0d9b 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2012/08/23 12:29:43 wen Exp $ +$NetBSD: distinfo,v 1.18 2013/07/03 13:41:10 sno Exp $ -SHA1 (JSON-XS-2.33.tar.gz) = 1123f4e75f140dea9b32eaefa32b1d6e43ddda37 -RMD160 (JSON-XS-2.33.tar.gz) = a4197bfc2566e93e07a60c912459bcea40f50606 -Size (JSON-XS-2.33.tar.gz) = 74514 bytes +SHA1 (JSON-XS-2.34.tar.gz) = ff86aae36de4cfeb78593cef9a85fe7e0e9ad339 +RMD160 (JSON-XS-2.34.tar.gz) = c437c0c9857bf5e9374156dc8b3788f3ab290615 +Size (JSON-XS-2.34.tar.gz) = 75468 bytes |