Thu Feb 6 12:48:52 2014 UTC ()
Updated converters/p5-Sereal-Decoder 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 encoder).

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)

2.00_02 Mon Oct 28 19:23 2013 (AMS time)
  - 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.
  - Fixed VERY obscure crash on invalid data.
  - Improved error messages
  - Remove warning about Sereal not being production-grade
    (because it IS).
  - C89/Windows fixes (bulk88)
  - 5.18 compat: Skip test failing due to hash-randomization (Zefram)


(abs)
diff -r1.2 -r1.3 pkgsrc/converters/p5-Sereal-Decoder/Makefile
diff -r1.2 -r1.3 pkgsrc/converters/p5-Sereal-Decoder/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/converters/p5-Sereal-Decoder/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-Sereal-Decoder/Makefile 2013/10/02 10:57:46 1.2
+++ pkgsrc/converters/p5-Sereal-Decoder/Makefile 2014/02/06 12:48:52 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2013/10/02 10:57:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/02/06 12:48:52 abs Exp $
2 2
3DISTNAME= Sereal-Decoder-0.37 3DISTNAME= Sereal-Decoder-2.03
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= security perl5 converters 5CATEGORIES= security perl5 converters
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/S/SM/SMUELLER/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/S/SM/SMUELLER/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Sereal-Decoder/ 9HOMEPAGE= http://search.cpan.org/dist/Sereal-Decoder/
10COMMENT= Perl5 module for fast, compact, powerful binary deserialization 10COMMENT= Perl5 module for fast, compact, powerful binary deserialization
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString 13BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
14 14
15PERL5_PACKLIST= auto/Sereal/Decoder/.packlist 15PERL5_PACKLIST= auto/Sereal/Decoder/.packlist
16 16

cvs diff -r1.2 -r1.3 pkgsrc/converters/p5-Sereal-Decoder/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-Sereal-Decoder/distinfo 2013/10/02 10:57:46 1.2
+++ pkgsrc/converters/p5-Sereal-Decoder/distinfo 2014/02/06 12:48:52 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/10/02 10:57:46 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2014/02/06 12:48:52 abs Exp $
2 2
3SHA1 (Sereal-Decoder-0.37.tar.gz) = dd548567f0c2c3e18eb364ab2e2ac76594475889 3SHA1 (Sereal-Decoder-2.03.tar.gz) = d76f2ef828199caea8e671b147b80c167518ffd0
4RMD160 (Sereal-Decoder-0.37.tar.gz) = 647abed2cd5aa2ffc797fe7586673efebdaab753 4RMD160 (Sereal-Decoder-2.03.tar.gz) = 55f86d71e049d2e616aff15e00ee5215cf0b4f4a
5Size (Sereal-Decoder-0.37.tar.gz) = 275863 bytes 5Size (Sereal-Decoder-2.03.tar.gz) = 281983 bytes