pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/p5-JSON-Parse
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 26 14:37:14 UTC 2021
Modified Files:
pkgsrc/converters/p5-JSON-Parse: Makefile distinfo
Log Message:
p5-JSON-Parse: update to 0.61.
0.61 2021-02-11
* Add upgrade_utf8 method
0.60 2021-01-26
* Add "read" method to read a file from an object
* Rename "run" to "parse" (old name is still OK)
* "tokenize_child" no longer returns parent on failure
* Add JSON::Whitespace (manipulate JSON whitespace) to the module
0.59 2021-01-26
* "json_file_to_perl" renamed "read_json"
* Documentation work
-- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
-- Add Metacpan vote ratings to other CPAN modules section
-- Sections reordered to put methods above parsing details
0.58 2021-01-01
* Protect against stack overflows by having maximum parsing depth
-- set_max_depth, get_max_depth methods added
* Documentation updated
-- JSON RFC changed to 8259
-- Discussion of Unicode tests in JSON Test Suite
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/p5-JSON-Parse/Makefile \
pkgsrc/converters/p5-JSON-Parse/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-Parse/Makefile
diff -u pkgsrc/converters/p5-JSON-Parse/Makefile:1.1 pkgsrc/converters/p5-JSON-Parse/Makefile:1.2
--- pkgsrc/converters/p5-JSON-Parse/Makefile:1.1 Mon Sep 7 10:36:58 2020
+++ pkgsrc/converters/p5-JSON-Parse/Makefile Mon Apr 26 14:37:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/09/07 10:36:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/26 14:37:14 wiz Exp $
-DISTNAME= JSON-Parse-0.57
+DISTNAME= JSON-Parse-0.61
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
Index: pkgsrc/converters/p5-JSON-Parse/distinfo
diff -u pkgsrc/converters/p5-JSON-Parse/distinfo:1.1 pkgsrc/converters/p5-JSON-Parse/distinfo:1.2
--- pkgsrc/converters/p5-JSON-Parse/distinfo:1.1 Mon Sep 7 10:36:58 2020
+++ pkgsrc/converters/p5-JSON-Parse/distinfo Mon Apr 26 14:37:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/07 10:36:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2021/04/26 14:37:14 wiz Exp $
-SHA1 (JSON-Parse-0.57.tar.gz) = ba33014668b386310f237d025fd55adda37633bb
-RMD160 (JSON-Parse-0.57.tar.gz) = 25d2bbb1b7b7bcc524e39616c439b3a682000ac6
-SHA512 (JSON-Parse-0.57.tar.gz) = 96be06e9cf219622f6064eed3dc553589f5f49f6473ae5382d98179cc5d0a0ad9ff1e79014de41312d40e503b98ad034d2ca898e30d051a804817e3f2245ff65
-Size (JSON-Parse-0.57.tar.gz) = 79465 bytes
+SHA1 (JSON-Parse-0.61.tar.gz) = abdd35c733d06c2d59cdaf2b59d6118830b55c61
+RMD160 (JSON-Parse-0.61.tar.gz) = b7a2b4fa1013f0d92a405f93d8749321f24d5f54
+SHA512 (JSON-Parse-0.61.tar.gz) = 3bf06ca12006ecef8a2d1692fe79c749cfe7eecf3d52140081ac8c46b1a1ef046bcf4f3b4072e8067d8c39f0f2987c5aca24597e58ad28a009c6a94055333e07
+Size (JSON-Parse-0.61.tar.gz) = 88431 bytes
Home |
Main Index |
Thread Index |
Old Index