Commit graph

5 commits

Author SHA1 Message Date
joerg
ff5ab3c858 Don't use gethostbyname_r on NetBSD. 2013-08-31 14:46:48 +00:00
marino
3de906b7a8 devel/gsoap: Fix socketlen_t for DragonFly
DragonFly needs the same socklet_t modification as the other BSDs.
2011-12-02 20:52:50 +00:00
obache
175d154d8a Update gsoup to 2.7.17.
Based on PR#43789 by Kamel Derouiche.

pkgsrc changes:
 * install documentation additionally.
 * exactly buildlink with zlib and openssl.

upstream changes:

# Version 2.7.14 (09/07/2009)


    * Added support for poll() to replace select() to prevent FD_EXCEEDED.
    * Fixed enum local simpleType restriction attribute initialization.
    * Fixed utf8 string parsing issue when first char in CDATA could cause
      problems.
    * Fixed UDP IPv6 multicast-unicast exchange.
    * Fixed gzip end-of-stream check.
    * Fixed wsdl2h portType operation-input/output matching to ensure operations
      can be safely overloaded.


# Version 2.7.15 (11/07/2009)


    * Added soap_read_X() and soap_write_X() macros to simplify object reading
      and writing.
    * Fixed soap_new_X() functions compilation problem.
    * Fixed SSL session in context copy.
    * Fixed win32 select() in tcp_select().
    * Fixed wstrings in unions.
    * Fixed preservation of CDATA sections in literal XML strings.


# Version 2.7.16 (04/05/2010)


    * Added soapcpp2 option -T to generate auto-test echo server code with an
      example in samples/autotest based on 294 patterns for data binding W3C
      workgroup.
    * Added soapcpp2 option -b to serialize byte arrays char[] as fixed-size
      strings (array of xsd:byte otherwise).
    * Added xsd:duration serializer: import custom/duration.h.
    * Added gsoap header syntax '$' type qualifier to indicate special
      struct/class members (array length, union discriminators).
    * Added "colon notation" to attach XML prefixes to C/C++ names without
      changing the names, an alternative to the ns__ prefix notation.
    * Added wsdl2h options -z# for backward compatibility flags (-z1, -z2).
    * Added SOAP_XML_IGNORENS to optionally ignore XML namespaces.
    * Added WS-ReliableMessaging plugin.
    * Added custom xsd:duration serializer.
    * Added WSSE plugin soap_wsse_set_wsu_id() to simplify signing of elements
      (sets the wsu:Id of a given element tag name).
    * Improved handling of struct/class member name clashes resulting from XML
      schemas definitions.
    * Improved SOAP RPC ecoding response element tag acceptance.
    * Improved VxWorks compatibility.
    * Fixed FastCGI SOAP/XML processing with MIME attachments.
    * Fixed 'typedef std::string XML', for literal XML serialization problem.
    * Fixed a rare incorrect well-formedness error when xmlns default namespaces
      are absent.
    * Fixed a zlib compression error when obsolete crc check is used.
    * Fixed WS-Addressing HTTPS message relay (OpenSSL crash).


# Version 2.7.17 (05/10/2010)


    * Added WS-Policy 1.2 and 1.5, WS-SecurityPolicy 1.2 support for wsdl2h.
    * Improved WS-ReliableMessaging interop and verified MT-safety.
    * Improved WS-Security WSSE plugin documentation.
    * Fixed soapcpp2 line number error reporting.
    * Fixed WSSE plugin soap_wsse_set_wsu_id().
    * Fixed wsdl2h cycle problem with recursive xs:include and xs:import.
    * Fixed enum translation of enum symbols with colons.
    * Fixed std::wstring used as XML attribute value UTF8 encoding (internal stdsoap2 API changed).
2010-09-18 12:11:36 +00:00
dholland
1f8168c986 Configure socklen_t properly on NetBSD. Fixes broken amd64 build. 2009-11-29 21:31:57 +00:00
hasso
c6af259e0a Update to 2.7.13. Make it build on recent DragonFly and mark as DESTDIR
ready. Upstream changes:

Version 2.7.8 revisions a/b/c (06/05/2006-06/24/2006))
  Added X509 extension checks.
  Added advanced MTOM streaming features.
  Added WS-Addressing plugin and demo.
  Moved soapcpp2 and wsdl2h to bin directory.
  Improved SOAP1.2 MTOM interop.
  Changed soap_send_empty_response function signature (additional status
  argument) for HTTP optional response binding.
  Changed fmimewriteopen() callback signature.
  Fixed wsdl2h top-level element and complexType name clash issue.
  Fixed HTTP chunking with empty response message body.
  Fixed WSSE digest authentication.
  Fixed WSDL response element output.
  Fixed SOAP 1.2 <RPC:result> handling with SOAP_XML_STRICT flag.
  Fixed WSSE signed response messages.
  Fixed Win32 max open connection exceeded checking.
  Fixed xsi:type matching for "__name" fields, which required a signature
  change of soap_element_begin_in() with an additional 'type' parameter
  (affecting custom deserializers, see custom dir).

Version 2.7.9 revisions a/b/c/d/e/f/g/h/i/j/k/l (10/24/2006-09/26/2007)
  Added wsdl2h option -j to omit the generation of SOAP Header and Faults
  for customization of these.
  Added wsdl2h option -q to generate C++ namespace qualified header files.
  Added SOAP_SSLv3, SOAP_TLSv1, SOAP_SSL_SKIP_HOST_CHECK flags.
  Added file input and output specifications (with < and >) to wsdl2h's
  typemap.dat to specify input and output for wsdl2h.
  Added WS-Addressing 2005/03 support.
  Added function soap_free() = soap_done() + free() and renamed previous
  soap_free() to soap_temp_free().
  Added wsdl2h option -_ to translate _USCORE.
  Added xsd:anyAttribute (using DOM parser) with wsdl2h option -d.
  Added multi-WSDL types section schema component merging.
  Added TCP keep-alive settings.
  Added QName list normalization.
  Changed soapcpp2 default rule for generating attribute form qualified to
  unqualified.
  Improved wsdl2h SOAP Fault coding.
  Improved performance and stability.
  Improved portability.
  Improved wsdl2h empty namespace handling ("" namespace).
  Improved wsdl2h and schema conversion to C and C++.
  Improved SSL timeouts and error handling.
  Improved soapcpp2 option -i (generate proxy and service classes).
  Improved class instance initialization.
  Improved use of IPv6.
  Improved proxy and server code output for soapcpp2 option -i.
  Improved soapcpp2 code output with additional exception checks.
  Fixed MIME/MTOM start id handling (SOAP message no longer required to be
  first attachment).
  Fixed WS-Security wsse plugin canonicalization format issue.
  Fixed ZIP content remainder parsing (CRC check).
  Fixed WSA API handling of messages with MIME/DIME attachments.
  Fixed wsdl2h <include> relative path includes.
  Fixed _XML literal string parsing of root attributes.

Version 2.7.10 (01/27/2008)
  Combined pre-built win32, Linux i386, and Mac universal binaries into a
  single software distribution package to streamline the distribution.
  Added new Web service examples and removed XMethods dependence.
  Added soapcpp2 option -q<name> for automatic C++ namespace qualification.
  Added HTTP PUT, DELETE, HEAD callback support.
  Added ability to derive classes from soap struct (in gSOAP header files).
  Updated certificates and fixed cacerts.c.
  Improved soapcpp2 option -i proxy/server object generation.
  Improved socket timeout handling.
  Improved HTTP chunking handling and efficiency.
  Improved web server implementation.
  Improved soapcpp2 and wsdl2h warning and error reporting.
  Fixed dom parser handling of default xml namespace bindings.
  Fixed wsdl2h default ("") namespace handling.

Version 2.7.11 (07/26/2008)
  Added new wsseapi signature verification API functions.
  Added mutability property of SOAP_ENV__Header and SOAP_ENV__Fault struct
  to allow consistent redefinitions and on-the-fly member additions.
  Added wsdl2h -r option parameters.
  Added MINGW portability.
  Added configure option --disable-openssl to build wsdl2h and libraries
  without OpenSSL.
  Added WITH_C_LOCALE compilation flag to enable the use of c_locale and
  local-specific numeric conversion routines.
  Fixed xml:lang in SOAP 1.2 SOAP-ENV:Text.
  Fixed XML literal strings with maxOccurs="unbounded"
  Fixed SSL connection engine issue.
  Fixed RPC literal part name handling issue.
  Fixed in update: SSL alloc/free issue and s2dateTime.

Version 2.7.12 (10/01/2008)
  Added multi-endpoint connect capability. Endpoint string can be a
  space-separated list of endpoint URLs, where each URL is tried in turn.
  Added SOAP_SSL_NO_DEFAULT_CA_PATH option.
  Fixed SSL connect issue when the SSL handshake or network connection fails.
  Fixed xsi:nil handling for strings (NULL vs. "") in case of empty elements.
  Fixed DOM xmlns="" namespace issue in XML output.
  Fixed IP_MULTICAST_TTL failure to compile.
  Fixed non-critical WSSE API soap_wsse_verify_nested code.

Version 2.7.13 (03/21/2009)
  Improved wsdl2h code output.
  Updated gsoapWinInet.
  Updated DOM xmlns namespace binding handling.
  Fixed OpenSSL memory leak.
2009-05-13 18:46:16 +00:00