diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 16:16:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 16:16:58 +0000 |
commit | bf5b2540b5ffeec8c3a659903c3b705627c40648 (patch) | |
tree | 5cae9879d030b3e0780eab46759e7661b666502a /net | |
parent | d1845a03811e6413cea74aad54857fa8e333a8c1 (diff) | |
download | pkgsrc-bf5b2540b5ffeec8c3a659903c3b705627c40648.tar.gz |
Update pear-SOAP package to 0.13.0. Fix PR pkg/46520.
Changelog:
* Rename QName::ns property to QName::prefix.
* Fix parsing multipart/related responses (Bugs #14756, #14854).
* Fix parsing certain WSDLs with attachments (Bill Blough, Bug #16968).
* Use PCRE instead of ereg_* functions (Olle Jonsson, Bug #17726).]
QA release
Bug #11729 WSDL Local File loading
Bug #14344 Use Net_Server in SOAP_Server_TCP
Bug #14756 multipart/related response is not parsed
Bug #14782 logic problem in SOAP_Base bulids multidimensional arrays instead of flat
Bug #14854 multipart/related responses no longer handled correctly
Bug #16968 Bad array assignment when using WSDL client
Bug #17659 Assigning the return value of new by reference is deprecated
Bug #17726 Patch: Using PCRE functions to avoid deprecated functions
Bug #18458 Returning SOAP_Attachment in MIME
Bug #18492 Wrong response when returning multiple results
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-SOAP/Makefile | 4 | ||||
-rw-r--r-- | net/pear-SOAP/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-SOAP/Makefile b/net/pear-SOAP/Makefile index 1ecbf840da3..e6ad32b39f1 100644 --- a/net/pear-SOAP/Makefile +++ b/net/pear-SOAP/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/02 16:16:58 taca Exp $ -DISTNAME= SOAP-0.12.0 +DISTNAME= SOAP-0.13.0 CATEGORIES+= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/pear-SOAP/distinfo b/net/pear-SOAP/distinfo index c1732778fa5..d90e74fc01d 100644 --- a/net/pear-SOAP/distinfo +++ b/net/pear-SOAP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/02/06 16:00:49 taca Exp $ +$NetBSD: distinfo,v 1.6 2012/06/02 16:16:58 taca Exp $ -SHA1 (pear/SOAP-0.12.0.tgz) = 673cb51c8fcc2b8a6c477560786a4cec9bbce086 -RMD160 (pear/SOAP-0.12.0.tgz) = 5ce523c4544f054a216e16e0d655ad81e5665a33 -Size (pear/SOAP-0.12.0.tgz) = 71233 bytes +SHA1 (pear/SOAP-0.13.0.tgz) = 10df89da990937e0e3f34fe18890de791193c3e3 +RMD160 (pear/SOAP-0.13.0.tgz) = ff6c82af2c8093f1d0a789ff9ffb5fcf10f45def +Size (pear/SOAP-0.13.0.tgz) = 85945 bytes |