pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Sereal-Encoder Update to 3.005 based on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adb880db7d53
branches:  trunk
changeset: 649451:adb880db7d53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 10:25:35 2015 +0000

description:
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@localhost>

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:

 converters/p5-Sereal-Encoder/Makefile |  8 ++++----
 converters/p5-Sereal-Encoder/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r dd867eb0742e -r adb880db7d53 converters/p5-Sereal-Encoder/Makefile
--- a/converters/p5-Sereal-Encoder/Makefile     Fri Apr 03 10:20:44 2015 +0000
+++ b/converters/p5-Sereal-Encoder/Makefile     Fri Apr 03 10:25:35 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Sereal-Encoder/
@@ -12,6 +11,7 @@
 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 -r dd867eb0742e -r adb880db7d53 converters/p5-Sereal-Encoder/distinfo
--- a/converters/p5-Sereal-Encoder/distinfo     Fri Apr 03 10:20:44 2015 +0000
+++ b/converters/p5-Sereal-Encoder/distinfo     Fri Apr 03 10:25:35 2015 +0000
@@ -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


Home | Main Index | Thread Index | Old Index