pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-XS Updated p5-JSON-XS to 3.04.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce4a46895171
branches: trunk
changeset: 367579:ce4a46895171
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 04 12:27:18 2017 +0000
description:
Updated p5-JSON-XS to 3.04.
3.04 Thu Aug 17 04:30:47 CEST 2017
- change exponential realloc algorithm on encoding and string decoding to be
really exponential (this helps slow/debugging allocators such as libumem)
(reported by Matthew Horsfall).
- string encoding would needlessly overallocate output space
(testcase by Matthew Horsfall).
- be very paranoid about extending buffer lengths and croak if buffers get too large,
which might (or might not) improve security.
- add cbor-packed type to json_xs.
- switch from YAML to YAML::XS in json_xs, as YAML is way too buggy and outdated.
diffstat:
converters/p5-JSON-XS/Makefile | 5 ++---
converters/p5-JSON-XS/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 56f9d6116a2b -r ce4a46895171 converters/p5-JSON-XS/Makefile
--- a/converters/p5-JSON-XS/Makefile Mon Sep 04 12:26:23 2017 +0000
+++ b/converters/p5-JSON-XS/Makefile Mon Sep 04 12:27:18 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2017/06/05 14:22:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2017/09/04 12:27:18 wiz Exp $
-DISTNAME= JSON-XS-3.03
+DISTNAME= JSON-XS-3.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
diff -r 56f9d6116a2b -r ce4a46895171 converters/p5-JSON-XS/distinfo
--- a/converters/p5-JSON-XS/distinfo Mon Sep 04 12:26:23 2017 +0000
+++ b/converters/p5-JSON-XS/distinfo Mon Sep 04 12:27:18 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/11/28 13:43:51 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/09/04 12:27:18 wiz Exp $
-SHA1 (JSON-XS-3.03.tar.gz) = 7d9d8e7c5bec04d60af28faca1f36c90c9d11da9
-RMD160 (JSON-XS-3.03.tar.gz) = ef3f42fca050f6a6631bc9cafa0e30fb56235011
-SHA512 (JSON-XS-3.03.tar.gz) = 757dc3bff01860d348e3bbb0c68ddef6a80e25f74b812b1969e57f4284724fc92828014c059a91c232ba100b5c96d41257272900db48395b484d6eeb540c5db8
-Size (JSON-XS-3.03.tar.gz) = 83303 bytes
+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
Home |
Main Index |
Thread Index |
Old Index