diff options
author | wen <wen> | 2013-08-13 00:43:07 +0000 |
---|---|---|
committer | wen <wen> | 2013-08-13 00:43:07 +0000 |
commit | de76602e81190b80f72c2a2b1a5245e4a6386c1e (patch) | |
tree | d17bcca24c029cba6f40d86a30e118cc48432bd4 /net | |
parent | d3cb9e631b64da79d2163cc127c9eb4bbd4bd35e (diff) | |
download | pkgsrc-de76602e81190b80f72c2a2b1a5245e4a6386c1e.tar.gz |
Update to 1.04
Upstream changes:
1.04 August 9, 2013
! #87605 Skip XML::Parser::Lite tests if it is missing [github.com/omega]
1.03 August 4, 2013
! #87195 Remove DIME::Tools dep until we can work around its issues
1.02 July 30, 2013
! #87421 1.01 release blew out xml versions. mea culpa.
1.01 July 29, 2013
! #84168 Test t/02-payload.t fails under Perl 5.17.10
! #87127 TEST.pl removed from MANIFEST
! revert #85713 - various reports of environment failures
1.0 July 16, 2013
! #85713 SOAP::Transport::HTTP, 500 error skips parsing of response
! No more Windows 98 client support. Wait, wut?
! Merge SOAP::Transport::TCP back into SOAP::Lite (for now)
! #82416: xop href cid: URI encoded support reported by Michael R. Davis (mrdvt92)
! #85208 bad test plan
! #83750 different headers for mod_perl vs mod_perl2 [Mithun Bhattacharya]
0.716 May 10, 2013
! #17275 Client unable to detect fatal SOAP failure (e.g. unable to connect to host)
! #81471 Force array context for correct Apache header parsing in SOAP::Transport::HTTP
! #45611 deserializing SOAP message with composite attachment raises exception
! #84168 Test t/02-payload.t fails under Perl 5.17.10
! #85098 Monkey patch for LWP::Protocol confuses the toolchain
! #78692 / #84724 / #83715 Sending large object (many levels deep) throws error Incorrect parameter
! #78502 t/08-schema.t noisy under 5.17.2 (unescaped left brace in regex is deprecated)
! #78608 Documentation for "+trace"
! #78639 Spelling error reported by Debian tools
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 88e96b6f1db..c9eba81aeed 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/05/31 12:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2013/08/13 00:43:07 wen Exp $ -DISTNAME= SOAP-Lite-0.715 +DISTNAME= SOAP-Lite-1.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 91e25dbeba8..b6eaf9065d1 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/09/13 08:58:21 abs Exp $ +$NetBSD: distinfo,v 1.11 2013/08/13 00:43:07 wen Exp $ -SHA1 (SOAP-Lite-0.715.tar.gz) = 8ff81f9d117934449e47da2218554c883b933d8b -RMD160 (SOAP-Lite-0.715.tar.gz) = d2d123d16ec2d77f68f7311ce8b8dfcf631d0bd6 -Size (SOAP-Lite-0.715.tar.gz) = 233829 bytes +SHA1 (SOAP-Lite-1.04.tar.gz) = 419208ead39f170de01a3352afa786ae7f336de9 +RMD160 (SOAP-Lite-1.04.tar.gz) = e4dae1ec95d3fd20247c29bfc88f82a9c1fa9064 +Size (SOAP-Lite-1.04.tar.gz) = 222598 bytes |