pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-SOAP-Lite Update from version 0.69nb1 to 0.71.08.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b213c667393
branches: trunk
changeset: 545179:1b213c667393
user: he <he%pkgsrc.org@localhost>
date: Sun Jul 27 20:56:27 2008 +0000
description:
Update from version 0.69nb1 to 0.71.08.
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org.
Upstream changes:
0.710.08 - Jul 13 2008
! [ 2015071 ] HTTP header is no more accessible
The HTTP header can be pre-filled again. Now, the HTTP header is cloned
from a (possibly user defined) header for every request
! #37358: Test Failure in Strawberry perl - IO::SessionData
! #37359: Test Failure in Strawberry perl - IO::SessionSet
! [ 2005296 ] CPANTS says META.yml broken
! [ 2005288 ] CPANTS: has_humanreadable_license not ok
! #37040: Memory leak when calling WS using wsdl
SOAP::Transport::HTTP->new() was leaking two scalars per call
0.710.07
! [ 1963995 ] > not deserialized in result
! [ 1833218 ] < and > not deserialized in faultstring/detail
! [ 1959329 ] Incorrect Content-Type while sending requests with no parts
! [ 1945385 ] Incorrect starting part detection for Multipart/Related
0.710.06
! #36477 SOAP::Lite Envelope not stripped down for XMLRPC
! #36455 XMLRPC::Transport::HTTP::CGI generates extra params
0.710.05
! got version number right, finally. Thanks to Graham Barr,
Andreas J. Koenig and Matt S Trout (in alphabetical order) for support
0.071.04
! updated version number and fixed declaring version, so that perl 5.6.2
can parse it, too
! fixed memory leaks with XMLRPC::Lite
v0.71.03
! #35041: SOAP::Lite Passes Decoded Strings to LWP
! #35133: Version Unparsable by ExtUtils::MakeMaker
! #33973: KeepAlive fails to function
! #33773: redefined warnings
! #34514: Subclasses of XMLRPC::Serializer misbehave because of a
"ref" call in SOAP::Lite
(actually fixed in 0.71.01, but I forgot to add it to Changes)
0.71.02
! [1942233] Memory leak in 0.69 && 0.71
0.71.01
! #34515: Printing UTF-8 through SOAP::Transport::HTTP throws a warning
! Version numbers updated
! [1904955] Subclassing XMLRPC::Serializer broken
0.71 Feb 2008
- bumped up version. Just curious about commit e-mail.
0.70_08 Feb 25 2008
- bumped up version - accidentally uploaded a ppm to CPAN
0.70_07 Feb 25 2008
+ Added additional callbacks to XML::Parser::Lite and made it work under
(at least) perl5.6.2, 5.8.7, 5.8.8 and 5.10.
Thanks to Adam Leggett.
! Fixes failing test on 5.10. The mechanism for determining whether
a class is loaded in SOAP::Server has been changed to the following:
Assume loaded if
- the class is main
- the class implements the required method
- the corresponding module (file) exists in %INC
This is still error prone - if you know a better algorithm, please help me
out.
0.70_06 Feb 16 2008
! Fixes failing test without FCGI installed
0.70_05 Feb 13 2008
! Fixes #32971 Undefined subroutine &Apache::Constant::BAD_REQUEST called
! Fixes [ 1867264 ] [PATCH] handle empty complexTypes correctly
! Fixes #32810: [PATCH] handle empty complexTypes correctly
(duplicate)
! Fixes [ 1864481 ] XML::Parser::Lite documentation is incomplete
+ Fixes [ 747302 ] Make tainting work with XML::Parser::Lite
+ Fixes [ 1864480 ] Make XML::Parser::Lite's private subs private
! Fixes [ uncategorized ] bad XML::Parser::Lite behaviour under perl 5.8
0.70_04 Jan 02 2008
! Fixes #32008: Failed t/03-server.t tests 2-5 under Perl 5.10 on
Mac OS X 10.3.9
! Fixes [ 1855575 ] "P" autotyped as xsd:duration
! Fixes [ 1842314 ] Expect: 100-Continue does not work with Apache::SOAP
! Fixes #13140 unable to use local file as WSDL service description file
Acually there is no bug, but just a missing comment in the examples...
0.70_03 Nov 18 2007
! Fixes [ 1816906 ] 7/06_modules.t fails with Apache 1.27
! Fixes [ 1414914 ] longs are serialized into xsd:int by default
- ! Fixes [ 1833803 ] int numbers serialized as long
! Fixes #21113: sending xml files using SOAP::Transport::HTTP::CGI
(actually trapped a documentation error)
! Fixes #3677: Line > 1000 characters breaks perl parser
! Fixes #11797: SOAP::Transport::HTTP::CGI returns HTTP response headers
terminated by "\n" instead of "\r\n"
! Fixed #24211: strings with leading zero mistreated as int
! Fixed #25668: cannot build SOAP::Lite with mod_perl 1.29
! Fixed #16897: SOAP::Lite 0.66 fails with UNIVERSAL::use
! Fixed #30741: SOAP::Transport::HTTP::Apache
0.70_02 Nov 08 2007
! Fixed [ 1828412 ] SOAP::Lite serializes faults with wrong element order,
thanks to Tom Fischer.
! Fixed [ 1073360 ] Failure to read() long requests under mod_perl (fixed
for mod_perl before thanks to JT Justman, now fixed for CGI, too).
! Fixed #30339: envelope subroutine() in XMLRPC/Lite.pm incorrectly
requires method parameter for a response envelope
! Fixed #26408: SOAP::Transport::HTTP needs to call extract_cookies when
dealing with a cookie jar
! Fixed #22730 test failure on bleedperl
! Fixed #30271 Don't give strings with utf8 flag set to
MIME::Base64::encode_base64().
! Fixed [ 1816907 ] t/01_core.t fails on 5.6.x
! Fixed #24810 missing prerequisite LWP::UserAgent
0.70_01 Oct 18 2007
+ Added LOOPBACK test transport backend.
+ Added more core tests
! Fixed #14052: 'use base' pragma no longer works for SOAP::Lite
! Fixed #27032: Some debugging-aid patches
! Fixed #22732: Documentation error for use_prefix()
! Fixed [ 1044270 ] Suppress type for array when autotyping off
! Fixed [ 1665916 ] encode_scalar needs "no strict 'refs'"?
! Fixed [ 1481017 ] Typo on CPAN's documentation
! Fixed [ 1750846 ] Error with ENV{EXPECT}
! Fixed [ 887015 ] Memory Leak
! Fixed [ 1700326 ] encode_data called incorrectly in envelope
! Fixed [ 1612405 ] Incorrect deserialization of arrays/vectors
! Fixed [ 1204279 ] Boolean serialization error and added test
! Fixed [ 1569418 ] anyURI Serialization problem
diffstat:
net/p5-SOAP-Lite/Makefile | 8 ++++----
net/p5-SOAP-Lite/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r 4e167c5b1378 -r 1b213c667393 net/p5-SOAP-Lite/Makefile
--- a/net/p5-SOAP-Lite/Makefile Sun Jul 27 20:45:06 2008 +0000
+++ b/net/p5-SOAP-Lite/Makefile Sun Jul 27 20:56:27 2008 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.16 2008/06/12 02:14:40 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2008/07/27 20:56:27 he Exp $
#
-DISTNAME= SOAP-Lite-0.69
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= SOAP-Lite-0.710.08
+PKGNAME= p5-${DISTNAME:S/710.08/71.08/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.soaplite.com/
+#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/
COMMENT= Perl5 module providing a lightweight interface to SOAP
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 4e167c5b1378 -r 1b213c667393 net/p5-SOAP-Lite/distinfo
--- a/net/p5-SOAP-Lite/distinfo Sun Jul 27 20:45:06 2008 +0000
+++ b/net/p5-SOAP-Lite/distinfo Sun Jul 27 20:56:27 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/10/21 17:11:47 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/07/27 20:56:27 he Exp $
-SHA1 (SOAP-Lite-0.69.tar.gz) = ea61703ec7e4d62aa367160d275eac203b294a5d
-RMD160 (SOAP-Lite-0.69.tar.gz) = 4c22fea71906818307d43276f50ed32782cb6a86
-Size (SOAP-Lite-0.69.tar.gz) = 238150 bytes
+SHA1 (SOAP-Lite-0.710.08.tar.gz) = 6a99f25dea0372b95ad915e381824f259b8fe518
+RMD160 (SOAP-Lite-0.710.08.tar.gz) = 5698df3548b65613b8e9dabec74f28cbdb533afc
+Size (SOAP-Lite-0.710.08.tar.gz) = 268726 bytes
Home |
Main Index |
Thread Index |
Old Index