pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gsoap Update to 2.7.7, from Brook Milligan in PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7da2887ff838
branches:  trunk
changeset: 512926:7da2887ff838
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 16 22:37:27 2006 +0000

description:
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:

 devel/gsoap/Makefile |  6 +++---
 devel/gsoap/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3f3b51ef1146 -r 7da2887ff838 devel/gsoap/Makefile
--- a/devel/gsoap/Makefile      Tue May 16 22:19:39 2006 +0000
+++ b/devel/gsoap/Makefile      Tue May 16 22:37:27 2006 +0000
@@ -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 -r 3f3b51ef1146 -r 7da2887ff838 devel/gsoap/distinfo
--- a/devel/gsoap/distinfo      Tue May 16 22:19:39 2006 +0000
+++ b/devel/gsoap/distinfo      Tue May 16 22:37:27 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index