summaryrefslogtreecommitdiff
path: root/converters/p5-Sereal-Encoder
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2014-02-06 12:52:14 +0000
committerabs <abs@pkgsrc.org>2014-02-06 12:52:14 +0000
commitb2b7afa1f37fbff9bf58b1ae3b26b67abfa5a062 (patch)
tree7def52054503700d2ca488e8192ac417e8db40e5 /converters/p5-Sereal-Encoder
parent571265fee2c654e825d868d545ec43d2cb083587 (diff)
downloadpkgsrc-b2b7afa1f37fbff9bf58b1ae3b26b67abfa5a062.tar.gz
Updated converters/p5-Sereal-Encoder to 2.03
2.03 Tue Jan 7 20:00 2014 (AMS time) - (Hopefully) final fixes to FREEZE/THAW functionality: => Add safe assertion to make sure that we don't segfault on invalid data. => Fix encoding/decoding of data structures with repeated references to the same instance of a class that has FREEZE/THAW hooks. Thanks to Christian Hansen for a test case. - Distribution dependency fix. 2.02 Mon Jan 6 15:00 2014 (AMS time) - Fundamental fixes for FREEZE/THAW support in previous Sereal v2 releases. If you plan to use FREEZE/THAW, make sure you have 2.02 or better (dito for the decoder). 2.01 Tue Dec 31 08:15 2013 (AMS time) - Promoting changes from 0.37 to 2.00_03 to a stable release. (This being the first protocol v2 stable release.) - Minor performance tweaks. 2.00_03 Sun Dec 29 10:33 2013 (AMS time) - FREEZE/THAW hooks for object serialization. - Test improvements (allowing for partial parallel run) - Minor optimizations. 2.00_02 Mon Oct 28 19:32 2013 (AMS time) - Sereal::Encoder now requires Sereal::Decoder for better testing. - Fix Test::Warn dependency problem of 2.00_01. 2.00_01 tue Oct 1 07:34 2013 (AMS time) - NEW PROTOCOL VERSION: V2 - User-data in header functionality: You may embed arbitrary Sereal-serializable data in a document header. The document header isn't compressed, so this is ideal for retrieving small chunks of meta-data (eg. routing information) without having to deserialize the entire document. - Relocatable Sereal document bodies - Encoder never emits non-incremental Snappy encoding for V2 - Offsets now 1-based in relocatable format, not 0 - Fixed VERY obscure (and rare) memory leak. - Improved error messages - Remove warning about Sereal not being production-grade (because it IS). - Detect when the Snappy compression was net negative in size and back out - C89/Windows fixes (bulk88) - 5.18 compat: Skip test failing due to hash-randomization (Zefram)
Diffstat (limited to 'converters/p5-Sereal-Encoder')
-rw-r--r--converters/p5-Sereal-Encoder/Makefile5
-rw-r--r--converters/p5-Sereal-Encoder/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile
index 6225bf0a2cf..2c3372af143 100644
--- a/converters/p5-Sereal-Encoder/Makefile
+++ b/converters/p5-Sereal-Encoder/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2013/10/02 10:58:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/06 12:52:14 abs Exp $
-DISTNAME= Sereal-Encoder-0.37
+DISTNAME= Sereal-Encoder-2.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/S/SM/SMUELLER/}
@@ -11,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-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 4d8ebf71575..74a0ca05010 100644
--- a/converters/p5-Sereal-Encoder/distinfo
+++ b/converters/p5-Sereal-Encoder/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/10/02 10:58:19 wiz Exp $
+$NetBSD: distinfo,v 1.3 2014/02/06 12:52:14 abs Exp $
-SHA1 (Sereal-Encoder-0.37.tar.gz) = 427caa5210c3b9c2b42473c4a2882aeaa4bb483e
-RMD160 (Sereal-Encoder-0.37.tar.gz) = 7cbe087b8f39e6b155bfa9b026e56c2a5ffaac5d
-Size (Sereal-Encoder-0.37.tar.gz) = 278875 bytes
+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