summaryrefslogtreecommitdiff
path: root/net/pear-SOAP/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-02 16:16:58 +0000
committertaca <taca@pkgsrc.org>2012-06-02 16:16:58 +0000
commitbf5b2540b5ffeec8c3a659903c3b705627c40648 (patch)
tree5cae9879d030b3e0780eab46759e7661b666502a /net/pear-SOAP/Makefile
parentd1845a03811e6413cea74aad54857fa8e333a8c1 (diff)
downloadpkgsrc-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/pear-SOAP/Makefile')
-rw-r--r--net/pear-SOAP/Makefile4
1 files changed, 2 insertions, 2 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