pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cfd9eaca1b0
branches:  trunk
changeset: 649448:8cfd9eaca1b0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 10:19:21 2015 +0000

description:
Update to 3.005 based on PR 49772 by kj Woolley:

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!)
  * Sereal::Decoder::Constants will now have a defined $VERSION
  * 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 "set_readonly" option to decoder
  - Introduce "set_readonly_scalars" option to decoder

  * Bug fixes
  - Fix assertion fails in DEBUG perls (Brian Fraser)
  - Fix segfault with "into" interface when decoding references and
    strings into the same target SV. See new test t/550_decode_into.t

  * 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-Decoder/Makefile |  8 ++++----
 converters/p5-Sereal-Decoder/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r bb8ae3050f54 -r 8cfd9eaca1b0 converters/p5-Sereal-Decoder/Makefile
--- a/converters/p5-Sereal-Decoder/Makefile     Fri Apr 03 10:18:53 2015 +0000
+++ b/converters/p5-Sereal-Decoder/Makefile     Fri Apr 03 10:19:21 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:19:21 wiz Exp $
 
-DISTNAME=      Sereal-Decoder-2.03
+DISTNAME=      Sereal-Decoder-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-Decoder/
@@ -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
 
 PERL5_PACKLIST=                auto/Sereal/Decoder/.packlist
 
diff -r bb8ae3050f54 -r 8cfd9eaca1b0 converters/p5-Sereal-Decoder/distinfo
--- a/converters/p5-Sereal-Decoder/distinfo     Fri Apr 03 10:18:53 2015 +0000
+++ b/converters/p5-Sereal-Decoder/distinfo     Fri Apr 03 10:19:21 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/02/06 12:48:52 abs Exp $
+$NetBSD: distinfo,v 1.4 2015/04/03 10:19:21 wiz Exp $
 
-SHA1 (Sereal-Decoder-2.03.tar.gz) = d76f2ef828199caea8e671b147b80c167518ffd0
-RMD160 (Sereal-Decoder-2.03.tar.gz) = 55f86d71e049d2e616aff15e00ee5215cf0b4f4a
-Size (Sereal-Decoder-2.03.tar.gz) = 281983 bytes
+SHA1 (Sereal-Decoder-3.005.tar.gz) = 210e840a6a90af1ea13daa674965c2b63a57adce
+RMD160 (Sereal-Decoder-3.005.tar.gz) = 2fddb3a4e0f9ef27ee838975c45a6ceab3142c94
+Size (Sereal-Decoder-3.005.tar.gz) = 364464 bytes


Home | Main Index | Thread Index | Old Index