summaryrefslogtreecommitdiff
path: root/devel/gsoap
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-16 22:37:27 +0000
committerwiz <wiz>2006-05-16 22:37:27 +0000
commit470b461e82f6d041aa8f77b7f2dd4bfd3368b4aa (patch)
tree212220433fe5e697bcfb6e7a1b75baf8c006520a /devel/gsoap
parentb10d6dec7aa8c67536274667e97f0b9345ab4cf7 (diff)
downloadpkgsrc-470b461e82f6d041aa8f77b7f2dd4bfd3368b4aa.tar.gz
Update to 2.7.7, from Brook Milligan in PR 33498.
Previous version was 2.7.6c, but I'm not sure which of the following changes were before 2.7.6c, so I'll list all changes since 2.7.5: # Version 2.7.6 revision a/b/c/d/e (08/19/2005-02/18/06) * Added WS-Security authentication, tokens, and signatures with new 'wsse' plugin, see documentation in 'doc' directory and 'samples/wsse'. * Added 'doc' directory for documentation and moved soapdoc2.html and soapdoc2.pdf. * Added SOAP_XML_INDENT flag. * Added soap_sender_fault_subcode() and soap_receiver_fault_subcode() for SOAP 1.2 subcodes. * Added WITH_DOM compile flag to enable flushing serialized and deserialized data to DOM (as well as a stream). * Added soapcpp2 option -L. * Added soapcpp2 option -a. * Added wsdl2h option -a (for backward compatibility). * Added wsdl2h option -d. * Added WITH_TCPFIN comile flag to enable optional shutdown with how=1 (TCPFIN) after final sends to force EOF on other side (used to be the default behavior). * Added schema substitutionGroup support. * Added soap_ssl_init(). * Improved DOM implementation and documentation. * Improved AS400 portability. * Improved schema choice support. * Fixed wsdl2h multiple schema include issue. * Fixed soaps2dateTime and soap_timegm functions when timegm is not available. * Fixed exc-c14n formatting. * Fixed SOAP 1.2 fault handling. * Fixed missing soap_flag___item2 issue. * Fixed partial MIME boundary parsing issue. * Fixed base64 parsing with WITH_FAST. * Fixed MIME encoding of \r\r sequence. * Fixed QName normalization issue. * Fixed relative path schema import. * Fixed MTOM cid matching with URL encoded IDs. * Fixed wide-character (wchar_t*) XML attribute handling. * Fixed std::vector element id-ref ordering in deserializer. # Version 2.7.7 (04/07/2006) * Added streaming MTOM support (see also example in samples/mtom-stream). * Added long double serialization support with custom serializer (custom/long_double.h). * Added automatic detection of application's soap_malloc() data overruns in DEBUG mode. * Improved time_t and struct tm (custom/struct_tm.h) serialization. * Fixed issue with a wrongly generated namespace map entry. * Fixed PalmOS socket connection issues. * Fixed XML attributes with bitmask enumeration (enum*) values.
Diffstat (limited to 'devel/gsoap')
-rw-r--r--devel/gsoap/Makefile6
-rw-r--r--devel/gsoap/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile
index ad44fd687b5..d4e4c7eba3f 100644
--- a/devel/gsoap/Makefile
+++ b/devel/gsoap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 02:01:19 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/16 22:37:27 wiz Exp $
-DISTNAME= gsoap_2.7.6c
-PKGNAME= gsoap-2.7.6c
+DISTNAME= gsoap_2.7.7
+PKGNAME= gsoap-2.7.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsoap2/}
diff --git a/devel/gsoap/distinfo b/devel/gsoap/distinfo
index c8c8839ecd1..fa02eb6ac9b 100644
--- a/devel/gsoap/distinfo
+++ b/devel/gsoap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/29 02:01:19 minskim Exp $
+$NetBSD: distinfo,v 1.2 2006/05/16 22:37:27 wiz Exp $
-SHA1 (gsoap_2.7.6c.tar.gz) = 84163c5589fa5c61be98981d312a202f4582e2d3
-RMD160 (gsoap_2.7.6c.tar.gz) = ab47ee4c766bc6227804545aefd11fa1aab98b52
-Size (gsoap_2.7.6c.tar.gz) = 5998670 bytes
+SHA1 (gsoap_2.7.7.tar.gz) = 5808aa51ee12b50683c12a4d20941a2a6cc490b6
+RMD160 (gsoap_2.7.7.tar.gz) = 420cafdbbeede58e191f94f25013fe8387ac51d6
+Size (gsoap_2.7.7.tar.gz) = 5935586 bytes