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 Nov 28 13:43:51 UTC 2016

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

Log Message:
Updated p5-JSON-XS to 3.03.

3.03 Wed Nov 16 20:20:59 CET 2016
        - fix a bug introduced by a perl bug workaround that would cause
          incremental parsing to fail with a sv_chop panic.
        - json_xs: toformat failure error message fixed.
        - json_xs: allow cyclic data structures in CBOR.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/converters/p5-JSON-XS/Makefile
cvs rdiff -u -r1.21 -r1.22 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.29 pkgsrc/converters/p5-JSON-XS/Makefile:1.30
--- pkgsrc/converters/p5-JSON-XS/Makefile:1.29  Wed Jun  8 19:22:20 2016
+++ pkgsrc/converters/p5-JSON-XS/Makefile       Mon Nov 28 13:43:51 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2016/06/08 19:22:20 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/11/28 13:43:51 wiz Exp $
 
-DISTNAME=      JSON-XS-3.02
-PKGNAME=       p5-${DISTNAME}0
-PKGREVISION=   1
+DISTNAME=      JSON-XS-3.03
+PKGNAME=       p5-${DISTNAME}
 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.21 pkgsrc/converters/p5-JSON-XS/distinfo:1.22
--- pkgsrc/converters/p5-JSON-XS/distinfo:1.21  Thu Mar  3 12:49:25 2016
+++ pkgsrc/converters/p5-JSON-XS/distinfo       Mon Nov 28 13:43:51 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/03/03 12:49:25 wiz Exp $
+$NetBSD: distinfo,v 1.22 2016/11/28 13:43:51 wiz Exp $
 
-SHA1 (JSON-XS-3.02.tar.gz) = be4bfeeea3977f7c1d1c087f6e5ddd24f6cb0796
-RMD160 (JSON-XS-3.02.tar.gz) = 297f36922ab9be36086fe4c264fc1117e9ea0045
-SHA512 (JSON-XS-3.02.tar.gz) = 399c85e1ec17b2f161ddac2f34f5e252520c5449f62a97a4c94b3ae3157ca5284cc12abe8ccdc8fd5223e6f84c8619ef76c3e874f5f4ac412ae34b7ee96641b5
-Size (JSON-XS-3.02.tar.gz) = 82712 bytes
+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



Home | Main Index | Thread Index | Old Index