diff options
author | abs <abs@pkgsrc.org> | 2012-09-13 08:58:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-09-13 08:58:21 +0000 |
commit | 830491ee92d2635d30dd031a1208449518656895 (patch) | |
tree | ff18a87ad9ba6033cf53176c3376145ca1278cee /net/p5-SOAP-Lite | |
parent | b033aa9294ea03842de89657c20a239358ca4a26 (diff) | |
download | pkgsrc-830491ee92d2635d30dd031a1208449518656895.tar.gz |
Updated net/p5-SOAP-Lite to 0.715
0.715
! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
! #74577 work around/fixes for success with MS WS https/compressed
! #74308 SOAP-Lite fails for operations with period in name
! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request
! #75019 HTTP server doesn't process PIPE signal
! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response
! #70381 SOAP-Lite performance
! #53375 comments after <?xml .. >
! #63693 Uninitalized value (again)
! #37360 Use of uninitialized variables in SOAP tests
! fixed encoding in xmlrpc keys
! #15176 problems with SOAP::Header ->value
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 1958eb873a6..db5933d0b53 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2011/11/02 14:44:36 adam Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/13 08:58:21 abs Exp $ -DISTNAME= SOAP-Lite-0.714 +DISTNAME= SOAP-Lite-0.715 PKGNAME= p5-${DISTNAME} 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 b2ca53d12ab..91e25dbeba8 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/11/02 14:44:36 adam Exp $ +$NetBSD: distinfo,v 1.10 2012/09/13 08:58:21 abs Exp $ -SHA1 (SOAP-Lite-0.714.tar.gz) = e7257cb41b4f6016d2fef6d07bdd0a04c3223fe3 -RMD160 (SOAP-Lite-0.714.tar.gz) = 1ba73475266ed2d5421f5170ac78587e895909a3 -Size (SOAP-Lite-0.714.tar.gz) = 236206 bytes +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 |