NetBSD Problem Report #47191

From www@NetBSD.org  Wed Nov 14 11:51:55 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 69E7563E472
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 14 Nov 2012 11:51:55 +0000 (UTC)
Message-Id: <20121114115154.71F1463E472@www.NetBSD.org>
Date: Wed, 14 Nov 2012 11:51:54 +0000 (UTC)
From: joern.clausen@uni-bielefeld.de
Reply-To: joern.clausen@uni-bielefeld.de
To: gnats-bugs@NetBSD.org
Subject: net/p5-SOAP-Lite regression
X-Send-Pr-Version: www-1.0

>Number:         47191
>Category:       pkg
>Synopsis:       net/p5-SOAP-Lite regression
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 14 11:55:00 +0000 2012
>Closed-Date:    Fri Jun 13 12:44:37 +0000 2014
>Last-Modified:  Fri Jun 13 12:44:37 +0000 2014
>Originator:     Jörn Clausen
>Release:        
>Organization:
University of Bielefeld
>Environment:
>Description:
After upgrading SOAP::Lite from 0.712 to 0.715, one of my users hit this problem:

http://sourceforge.net/tracker/?func=detail&aid=3547564&group_id=66000&atid=513017

A diff for the fix mentioned there is attached below.


BTW: The homepage given for this package seems to be dead for years. Either the commented out CPAN page or the sourceforge page at

http://sourceforge.net/projects/soaplite/

are probably better references.
>How-To-Repeat:

>Fix:
Until this is fixed upstream, this patch solves the problem:

--- lib/SOAP/Lite.pm.orig       2012-07-15 09:35:18.000000000 +0000
+++ lib/SOAP/Lite.pm
@@ -1990,7 +1990,7 @@ sub match {
 sub _traverse {
     my ($self, $pointer, $itself, $path, @path) = @_;

-    die "Incorrect parameter" unless $itself =~/^\d$/;
+    die "Incorrect parameter" unless $itself =~/^\d+$/;

     if ($path && substr($path, 0, 1) eq '{') {
         $path = join '/', $path, shift @path while @path && $path !~ /}/;

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: obache@NetBSD.org
State-Changed-When: Fri, 13 Jun 2014 12:44:37 +0000
State-Changed-Why:
From upstream tiket, fixed by 0.716 and pkgsrc had been updated to newer one.


>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-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.