Sat Nov 24 04:01:35 2018 UTC ()
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.


(wen)
diff -r1.33 -r1.34 pkgsrc/converters/p5-JSON-XS/Makefile
diff -r1.23 -r1.24 pkgsrc/converters/p5-JSON-XS/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/converters/p5-JSON-XS/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-JSON-XS/Makefile 2018/08/22 09:43:07 1.33
+++ pkgsrc/converters/p5-JSON-XS/Makefile 2018/11/24 04:01:35 1.34
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.33 2018/08/22 09:43:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2018/11/24 04:01:35 wen Exp $
2 2
3DISTNAME= JSON-XS-3.04 3DISTNAME= JSON-XS-4.0
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/JSON-XS/ 9HOMEPAGE= http://search.cpan.org/dist/JSON-XS/
11COMMENT= JSON serialising/deserialising, done correctly and fast 10COMMENT= JSON serialising/deserialising, done correctly and fast
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-common-sense>=0:../../devel/p5-common-sense 13DEPENDS+= p5-common-sense>=0:../../devel/p5-common-sense
15DEPENDS+= p5-Canary-Stability>=0:../../devel/p5-Canary-Stability 14DEPENDS+= p5-Canary-Stability>=0:../../devel/p5-Canary-Stability
16DEPENDS+= p5-Types-Serialiser>=0:../../devel/p5-Types-Serialiser 15DEPENDS+= p5-Types-Serialiser>=0:../../devel/p5-Types-Serialiser
17 16
18PERL5_PACKLIST= auto/JSON/XS/.packlist 17PERL5_PACKLIST= auto/JSON/XS/.packlist

cvs diff -r1.23 -r1.24 pkgsrc/converters/p5-JSON-XS/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-JSON-XS/distinfo 2017/09/04 12:27:18 1.23
+++ pkgsrc/converters/p5-JSON-XS/distinfo 2018/11/24 04:01:35 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2017/09/04 12:27:18 wiz Exp $ 1$NetBSD: distinfo,v 1.24 2018/11/24 04:01:35 wen Exp $
2 2
3SHA1 (JSON-XS-3.04.tar.gz) = 582f874f3c4ad8a0bbf6986f7af2676a92e91b8a 3SHA1 (JSON-XS-4.0.tar.gz) = 8e5446d8b8da80c6ba807753a5426d645b2d2950
4RMD160 (JSON-XS-3.04.tar.gz) = e0a40a2900af4eac2b1312ca31028396d080306d 4RMD160 (JSON-XS-4.0.tar.gz) = f37e7a4c65cc0d228dc5b975060b896b811293c0
5SHA512 (JSON-XS-3.04.tar.gz) = 69c2e199385b5b5e331d905b64805304de80e1a3b393acaf7dce21c45254b1f23f1a83b246dcd3a80c2cfdadaf8ce3634ee587c469629cb69106f0c2239c73db 5SHA512 (JSON-XS-4.0.tar.gz) = 83b8163ee0fa18e4f768de2dc16c66bd31f9e969917c852b66d7a8d630432792f6a3b4cbbd9d72b593b3b146c593344612cf3d5e58797f6f27f79160f3e9aea1
6Size (JSON-XS-3.04.tar.gz) = 83424 bytes 6Size (JSON-XS-4.0.tar.gz) = 86128 bytes