summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-03 10:25:35 +0000
committerwiz <wiz>2015-04-03 10:25:35 +0000
commitfa02e8ef7a8bc5896546ad3abe28ee9662199a03 (patch)
tree0304dde849ac09df64d126446e76fa96ce5b3959 /converters
parent50925414617576de9e9280ca7db1b78eb89e38cc (diff)
downloadpkgsrc-fa02e8ef7a8bc5896546ad3abe28ee9662199a03.tar.gz
Update to 3.005 based on PR 49773 by kj Wolley:
**************************************************************** * Warning: For a seamless upgrade, upgrade to version 3 * * of the decoder before upgrading to version 3 of the * * encoder! * **************************************************************** 3.005 Jan 05 2015 * Build improvements related to char signedness being platform dependent. 3.004 Dec 27 2014 * Performance optimizations and other miscellaneous changes. * Build improvements. * Win32 fixes for weakrefs. 3.003 Oct 19 2014 * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!) * Setup META.yml correctly so that certain dependencies are marked as being test dependencies and not build or run-time dependencies. * Allow one to build against an externally supplied version of csnappy or miniz. Thanks to Petr Písař <ppisar@redhat.com> 3.002 Aug 20 2014 Summary of changes from 3.001 - 3.002 - Introduce "canonical" option to encoder - Introduce "canonical_refs" option to encoder * Test Infra Changes - Split up bulk tests to speed up testing and make it easier to see when a failure is restricted to a specific option. * Big-Endian Support - Improved support for Big-Endian machines. We now build and pass test on Sparc and HP-UX and other platforms with big-endian or strict alignedness requirements. Much thanks to Jarkko Hietaniemi, Gregor Herrmann, and H. Merijn Brand for for their assistance with this. - We still have issues with s390x (Z/Os) with Sereal. If someone wants to help it would be appreciated. 3.001 - Upgrade to version 3 of the protocol * Add Zlib compression support to the protocol * Add Zlib support to Encoder/Decoder * Add CANONICAL_UNDEF tag to represent PL_sv_undef * Change magic header so it is trivial to detect and reject utf8 encoded Sereal packets. - Change how we serialize variables which have more than one of IOK, NOK, and POK set. In general we favour the numeric form, with the exception of when all three are set when we favour the string form (this is to handle engineering notation like "0E0" where numeric and string equivalence may differ)
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Sereal-Encoder/Makefile8
-rw-r--r--converters/p5-Sereal-Encoder/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile
index 9b7e2f895cb..1311af03d55 100644
--- a/converters/p5-Sereal-Encoder/Makefile
+++ b/converters/p5-Sereal-Encoder/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2014/05/29 23:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/03 10:25:35 wiz Exp $
-DISTNAME= Sereal-Encoder-2.03
+DISTNAME= Sereal-Encoder-3.005
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5 converters
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/S/SM/SMUELLER/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sereal-Encoder/
@@ -12,6 +11,7 @@ COMMENT= Perl5 module for fast, compact, powerful binary serialization
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
+BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
BUILD_DEPENDS+= p5-Sereal-Decoder>=2.03:../../converters/p5-Sereal-Decoder
PERL5_PACKLIST= auto/Sereal/Encoder/.packlist
diff --git a/converters/p5-Sereal-Encoder/distinfo b/converters/p5-Sereal-Encoder/distinfo
index 74a0ca05010..4bb2e1bff91 100644
--- a/converters/p5-Sereal-Encoder/distinfo
+++ b/converters/p5-Sereal-Encoder/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/02/06 12:52:14 abs Exp $
+$NetBSD: distinfo,v 1.4 2015/04/03 10:25:35 wiz Exp $
-SHA1 (Sereal-Encoder-2.03.tar.gz) = d91766a82aafa20ff0708c4b283a86b871b2746b
-RMD160 (Sereal-Encoder-2.03.tar.gz) = b526cea383840ea8c0f0789fa0adfe8fd2b34ff5
-Size (Sereal-Encoder-2.03.tar.gz) = 287481 bytes
+SHA1 (Sereal-Encoder-3.005.tar.gz) = 31f5e31a52faa75ae07d3721af0bfc395cd2f2c4
+RMD160 (Sereal-Encoder-3.005.tar.gz) = 1c3021dfd9b9c7d98c3ccfb6ba76f8ff32880579
+Size (Sereal-Encoder-3.005.tar.gz) = 364799 bytes