Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 19:47:06 +0400 (MSD)
From:      Alex Kapranoff <kappa@agava.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37143: Update net/p5-SOAP-Lite to 0.55
Message-ID:  <200204161547.g3GFl632091309@kapkan.domain>

next in thread | raw e-mail | index | archive | help

>Number:         37143
>Category:       ports
>Synopsis:       Update net/p5-SOAP-Lite to 0.55
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 16 08:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
AGAVA Software
>Environment:
System: FreeBSD kapkan.domain 4.5-STABLE FreeBSD 4.5-STABLE #1: Tue Apr 9 20:15:23 MSD 2002 root@kapkan.domain:/usr/src/sys/compile/KAPKAN i386


	
>Description:
SOAP::Lite prior to 0.55 is vulnerable to remote attack described at:
http://online.securityfocus.com/bid/4493

This could even be a good subject to issue a security notice.

And I updated my e-mail, while I'm here.

>How-To-Repeat:
	
>Fix:

The files/ dir is no more used, please remove it on commit.

diff -Nru /usr/ports/net/p5-SOAP-Lite/Makefile p5-SOAP-Lite/Makefile
--- /usr/ports/net/p5-SOAP-Lite/Makefile	Fri Aug 31 06:03:34 2001
+++ p5-SOAP-Lite/Makefile	Tue Apr 16 19:39:07 2002
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	SOAP-Lite
-PORTVERSION=	0.51
+PORTVERSION=	0.55
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	SOAP
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	kapr@crosswinds.net
+MAINTAINER=	kappa@freebsd.org.ua
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
@@ -23,6 +23,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	--noprompt
 INSTALL_TARGET=	pure_install
 
 MAN1=		SOAPsh.pl.1 XMLRPCsh.pl.1
diff -Nru /usr/ports/net/p5-SOAP-Lite/distinfo p5-SOAP-Lite/distinfo
--- /usr/ports/net/p5-SOAP-Lite/distinfo	Fri Aug 31 06:03:34 2001
+++ p5-SOAP-Lite/distinfo	Tue Apr 16 19:17:50 2002
@@ -1 +1 @@
-MD5 (SOAP-Lite-0.51.tar.gz) = 6b35b54c56c348c1348c66dcfea346dd
+MD5 (SOAP-Lite-0.55.tar.gz) = 77618ef6822aa10eaa8770cc20f0d794
diff -Nru /usr/ports/net/p5-SOAP-Lite/files/patch-Makefile.PL p5-SOAP-Lite/files/patch-Makefile.PL
--- /usr/ports/net/p5-SOAP-Lite/files/patch-Makefile.PL	Fri Aug 31 06:03:35 2001
+++ p5-SOAP-Lite/files/patch-Makefile.PL	Thu Jan  1 03:00:00 1970
@@ -1,24 +0,0 @@
---- Makefile.PL.orig	Mon May 28 17:12:36 2001
-+++ Makefile.PL	Mon May 28 17:14:23 2001
-@@ -71,7 +71,7 @@
- EOI
- 
- my %prerequisites;
--my $auto = ExtUtils::MakeMaker::prompt("\nDo you want to proceed with this configuration?" => 'yes') =~ /^\s*y/i;
-+my $auto = "y";
- 
- foreach (split /(^[-\s]+$)/m, $prerequisites) {
-   print unless $auto;
-@@ -83,11 +83,7 @@
-   } 
- }
- 
--my $noncoretests = ExtUtils::MakeMaker::prompt('
--During "make test" phase we may run tests with several SOAP servers 
--that may take long and may fail due to server/connectivity problems. 
--
--Do you want to perform these tests in addition to core tests?', 'no') =~ /^\s*(y)/i;
-+my $noncoretests = "n";
- 
- my $tests = join ' ', glob ($noncoretests ? 't/*.t' : 't/0*.t');
- 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204161547.g3GFl632091309>