diff options
author | adam <adam> | 2011-08-06 13:45:24 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-06 13:45:24 +0000 |
commit | 721f523fb983f722bf3ec2e3cee3a489b83f0674 (patch) | |
tree | d6004a1a65596e8b536305d4f38eb8b54c8727be /converters/p5-JSON-XS | |
parent | 28c39c9a56ec530194b5a53fbb429f66b4762687 (diff) | |
download | pkgsrc-721f523fb983f722bf3ec2e3cee3a489b83f0674.tar.gz |
Changes 2.31:
* don't accumulate initial whitespace in the incremental buffer
(this can be useful to allow whitespace-keepalive on a tcp
connection without triggering the max_size limit).
* properly croak on some invalid inputs that are not strings
(e.g. undef) when trying to decode a json text
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 8 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 72f6fbd85f4..dc42f52c8b2 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2010/08/25 19:33:35 sno Exp $ -# +# $NetBSD: Makefile,v 1.18 2011/08/06 13:45:24 adam Exp $ -DISTNAME= JSON-XS-2.3 -PKGNAME= p5-${DISTNAME}00 -#PKGREVISION= 1 +DISTNAME= JSON-XS-2.31 +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 8bac4ef4680..794c751d5f9 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2010/08/25 19:33:35 sno Exp $ +$NetBSD: distinfo,v 1.15 2011/08/06 13:45:24 adam Exp $ -SHA1 (JSON-XS-2.3.tar.gz) = 2d66b92750c2440243669bacd42355756c0b5efc -RMD160 (JSON-XS-2.3.tar.gz) = 062f182a6f043a19f98ae9bba4ee5abdba3ec9e2 -Size (JSON-XS-2.3.tar.gz) = 72917 bytes +SHA1 (JSON-XS-2.31.tar.gz) = bdb2ec33081d10b0403a43ac83947d62d35b15dc +RMD160 (JSON-XS-2.31.tar.gz) = fb62b564d6713cc3a9bc36f8e4d86f04f32d9ed4 +Size (JSON-XS-2.31.tar.gz) = 73862 bytes |