NetBSD Problem Report #49772

From www@NetBSD.org  Sat Mar 21 21:41:03 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 81852A650D
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 21 Mar 2015 21:41:03 +0000 (UTC)
Message-Id: <20150321214102.2E7E6A65B7@mollari.NetBSD.org>
Date: Sat, 21 Mar 2015 21:41:02 +0000 (UTC)
From: kjw@doglet.ca
Reply-To: kjw@doglet.ca
To: gnats-bugs@NetBSD.org
Subject: major version upgrade of converters/p5-Sereal-Decoder
X-Send-Pr-Version: www-1.0

>Number:         49772
>Category:       pkg
>Synopsis:       major version upgrade of converters/p5-Sereal-Decoder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 21 21:45:00 +0000 2015
>Closed-Date:    Fri Apr 03 10:27:06 +0000 2015
>Last-Modified:  Fri Apr 03 10:27:06 +0000 2015
>Originator:     kj Woolley
>Release:        current
>Organization:
>Environment:
all
>Description:
converters/p5-Sereal-Decoder has gone from version 2.03 to 3.005 and has a new upstream maintainer.

Patch updates to the new version as well as switching SHA1 to SHA256 in distinfo. All upstream tests pass on the new version.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/converters/p5-Sereal-Decoder/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
3c3
< DISTNAME=     Sereal-Decoder-2.03
---
> DISTNAME=     Sereal-Decoder-3.005
7c7
< MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/S/SM/SMUELLER/}
---
> MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../CPAN/authors/id/Y/YV/YVES/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/converters/p5-Sereal-Decoder/distinfo,v
retrieving revision 1.3
diff -r1.3 distinfo
3,5c3,5
< 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
---
> SHA256 (Sereal-Decoder-3.005.tar.gz) = 9de58131c6bf12f22366cf50b09c58ac3d2771489c202255a24fffab0bde0930
> RMD160 (Sereal-Decoder-3.005.tar.gz) = 2fddb3a4e0f9ef27ee838975c45a6ceab3142c94
> Size (Sereal-Decoder-3.005.tar.gz) = 364464 bytes

>Release-Note:

>Audit-Trail:
From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49772 CVS commit: pkgsrc/converters/p5-Sereal-Decoder
Date: Fri, 3 Apr 2015 10:19:21 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Fri Apr  3 10:19:21 UTC 2015

 Modified Files:
 	pkgsrc/converters/p5-Sereal-Decoder: Makefile distinfo

 Log Message:
 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>

 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)


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/p5-Sereal-Decoder/Makefile
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/p5-Sereal-Decoder/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Fri, 03 Apr 2015 10:27:06 +0000
State-Changed-Why:
Committed, thanks.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.