diff options
author | wen <wen@pkgsrc.org> | 2018-11-24 04:01:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-11-24 04:01:35 +0000 |
commit | 5e0df73ac042a5bf06c0777f8eca42378a403f32 (patch) | |
tree | 2b4f0efcafa8c96eda3ee33cf79e430b1bfad927 /converters/p5-JSON-XS | |
parent | daee22bfa4c40d4506ec18162be62f4ce8a12072 (diff) | |
download | pkgsrc-5e0df73ac042a5bf06c0777f8eca42378a403f32.tar.gz |
Update to 4.0
Upstream changes:
4.0 Fri Nov 16 00:06:54 CET 2018
- 4.0 pre-release, do not use other than for testing.
- SECURITY IMPLICATION: this release enables allow_nonref by default
for compatibnility with RFC 7159 and newer. See "old" vs. "new"
JSON under SECURITY CONSIDERATIONS.
- reworked the "old" vs. "new" JSON section.
- add ->boolean_values to provide the values to which booleans
decode (requested by Aristotle Pagaltzis).
- decode would wrongly accept ASCII NUL characters instead of
reporting them as trailing garbage.
- work around what smells like a perl bug w.r.t. exceptions
thrown in callbacks.
- incremental parser now more or less respects allow_nonref.
- json_xs json-pretty now enables canonical mode.
- add documentation section about I-JSON.
- minor documentation fixes/updates.
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 201d8ab022f..b4e006bfbd5 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/08/22 09:43:07 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/11/24 04:01:35 wen Exp $ -DISTNAME= JSON-XS-3.04 +DISTNAME= JSON-XS-4.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 c5263b85aff..11ac6595cbf 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/09/04 12:27:18 wiz Exp $ +$NetBSD: distinfo,v 1.24 2018/11/24 04:01:35 wen Exp $ -SHA1 (JSON-XS-3.04.tar.gz) = 582f874f3c4ad8a0bbf6986f7af2676a92e91b8a -RMD160 (JSON-XS-3.04.tar.gz) = e0a40a2900af4eac2b1312ca31028396d080306d -SHA512 (JSON-XS-3.04.tar.gz) = 69c2e199385b5b5e331d905b64805304de80e1a3b393acaf7dce21c45254b1f23f1a83b246dcd3a80c2cfdadaf8ce3634ee587c469629cb69106f0c2239c73db -Size (JSON-XS-3.04.tar.gz) = 83424 bytes +SHA1 (JSON-XS-4.0.tar.gz) = 8e5446d8b8da80c6ba807753a5426d645b2d2950 +RMD160 (JSON-XS-4.0.tar.gz) = f37e7a4c65cc0d228dc5b975060b896b811293c0 +SHA512 (JSON-XS-4.0.tar.gz) = 83b8163ee0fa18e4f768de2dc16c66bd31f9e969917c852b66d7a8d630432792f6a3b4cbbd9d72b593b3b146c593344612cf3d5e58797f6f27f79160f3e9aea1 +Size (JSON-XS-4.0.tar.gz) = 86128 bytes |