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:   wiz
Date:           Mon Sep  4 12:27:18 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/p5-JSON-XS/Makefile
cvs rdiff -u -r1.22 -r1.23 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.31 pkgsrc/converters/p5-JSON-XS/Makefile:1.32
--- pkgsrc/converters/p5-JSON-XS/Makefile:1.31  Mon Jun  5 14:22:21 2017
+++ pkgsrc/converters/p5-JSON-XS/Makefile       Mon Sep  4 12:27:18 2017
@@ -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/}
 

Index: pkgsrc/converters/p5-JSON-XS/distinfo
diff -u pkgsrc/converters/p5-JSON-XS/distinfo:1.22 pkgsrc/converters/p5-JSON-XS/distinfo:1.23
--- pkgsrc/converters/p5-JSON-XS/distinfo:1.22  Mon Nov 28 13:43:51 2016
+++ pkgsrc/converters/p5-JSON-XS/distinfo       Mon Sep  4 12:27:18 2017
@@ -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