pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON Update p5-JSON to 1.15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf8c97629da1
branches: trunk
changeset: 536141:cf8c97629da1
user: obache <obache%pkgsrc.org@localhost>
date: Mon Dec 03 05:54:15 2007 +0000
description:
Update p5-JSON to 1.15.
1.15 Wed Nov 14 14:52:31 2007
[JSON]
- modified a bug (rt#28434: UTF-8 handling severly broken)
but recommend to use JSON::PP instead of JSON (with JSON::Converter)
as JSON::Converter's utf8 handling is incomplete.
- fixed rt#29139 (unary boolean negation generates)
objToJson([!1]) => [""]
objToJson([!!1]) => ["1"]
- fixed doc (rt#21038: QuotApos documentation is flawed)
[JSON::PP]
- updated JSON::PP for compatible to JSON::XS 1.52
adding max_size, relaxed, allow_blessed, convert_blessed,
filter_json_object, filter_json_single_key_object
- modified a JSON::PP bug (rt#29988 JSON::PP recursion depth bug)
- Now JSON::PP's max_depth default value is 512.
- Now JSON::PP mapping policy is compatible to JSON::XS
- JSON:PP's allow_tie is obsoleted.
diffstat:
converters/p5-JSON/Makefile | 4 ++--
converters/p5-JSON/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r b0428f66a396 -r cf8c97629da1 converters/p5-JSON/Makefile
--- a/converters/p5-JSON/Makefile Mon Dec 03 01:24:22 2007 +0000
+++ b/converters/p5-JSON/Makefile Mon Dec 03 05:54:15 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2007/09/12 04:15:06 obache Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/03 05:54:15 obache Exp $
-DISTNAME= JSON-1.14
+DISTNAME= JSON-1.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff -r b0428f66a396 -r cf8c97629da1 converters/p5-JSON/distinfo
--- a/converters/p5-JSON/distinfo Mon Dec 03 01:24:22 2007 +0000
+++ b/converters/p5-JSON/distinfo Mon Dec 03 05:54:15 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/09/12 04:15:06 obache Exp $
+$NetBSD: distinfo,v 1.3 2007/12/03 05:54:15 obache Exp $
-SHA1 (JSON-1.14.tar.gz) = 92cb2aedd4bc43ff2d5a28abf05df9acff6a037d
-RMD160 (JSON-1.14.tar.gz) = e1ad4bb73262ea8b1bfc14170e950722520deb1e
-Size (JSON-1.14.tar.gz) = 36432 bytes
+SHA1 (JSON-1.15.tar.gz) = 56347647085e9e49d6c66a3d7d573466513eedae
+RMD160 (JSON-1.15.tar.gz) = ba6f2fc4fa7bb93f52b2f731a971f8cf68d5881e
+Size (JSON-1.15.tar.gz) = 38395 bytes
Home |
Main Index |
Thread Index |
Old Index