pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/p5-JSON-XS



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Nov 24 04:01:35 UTC 2018

Modified Files:
        pkgsrc/converters/p5-JSON-XS: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/converters/p5-JSON-XS/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/converters/p5-JSON-XS/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/p5-JSON-XS/Makefile
diff -u pkgsrc/converters/p5-JSON-XS/Makefile:1.33 pkgsrc/converters/p5-JSON-XS/Makefile:1.34
--- pkgsrc/converters/p5-JSON-XS/Makefile:1.33  Wed Aug 22 09:43:07 2018
+++ pkgsrc/converters/p5-JSON-XS/Makefile       Sat Nov 24 04:01:35 2018
@@ -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/}
 

Index: pkgsrc/converters/p5-JSON-XS/distinfo
diff -u pkgsrc/converters/p5-JSON-XS/distinfo:1.23 pkgsrc/converters/p5-JSON-XS/distinfo:1.24
--- pkgsrc/converters/p5-JSON-XS/distinfo:1.23  Mon Sep  4 12:27:18 2017
+++ pkgsrc/converters/p5-JSON-XS/distinfo       Sat Nov 24 04:01:35 2018
@@ -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



Home | Main Index | Thread Index | Old Index