diff options
author | wen <wen@pkgsrc.org> | 2012-08-23 12:29:43 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-08-23 12:29:43 +0000 |
commit | 3b812eee0f9ce28e0080e0fe400f92126771337f (patch) | |
tree | a0dfdf2fe969c6786d599373fefda544a3f39d34 /converters | |
parent | 3e9e4b80d17c8f7f0f36ab3874d3a74223e2bfbf (diff) | |
download | pkgsrc-3b812eee0f9ce28e0080e0fe400f92126771337f.tar.gz |
Update to 2.33
Upstream change:
2.33 Wed Aug 1 21:03:52 CEST 2012
- internal encode/decode XS wrappers did not expect stack
moves caused by callbacks (analyzed and testcase by Jesse Luehrs).
- add bencode as to/from option in bin/json_xs.
- add -e option to json_xs, and none and string in/out formats.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index ec407c80714..95e2c1489af 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2011/08/16 19:59:11 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/08/23 12:29:43 wen Exp $ -DISTNAME= JSON-XS-2.32 +DISTNAME= JSON-XS-2.33 PKGNAME= p5-${DISTNAME}0 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 4d6cd1ec24c..d8491ed801c 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2011/08/16 19:59:11 wiz Exp $ +$NetBSD: distinfo,v 1.17 2012/08/23 12:29:43 wen Exp $ -SHA1 (JSON-XS-2.32.tar.gz) = 8aabec648367c5edd6ec81155a7e9593c6a4d421 -RMD160 (JSON-XS-2.32.tar.gz) = a015c866d3ad6fffb328d69244462948db627b5a -Size (JSON-XS-2.32.tar.gz) = 73905 bytes +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 |