Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgsoap-2_8_132-2.8.132-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libgsoap-2_8_132 Distribution: openSUSE:Factory:zSystems
Version: 2.8.132 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 4 16:14:06 2024
Group: Development/Libraries/C and C++ Build host: s390zl26
Size: 1740952 Source RPM: gsoap-2.8.132-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.genivia.com/dev.html
Summary: Runtime libraries for gSOAP
gSOAP is a toolkit for C and C++ server and client Web service
applications, and is responsible for e.g. HTTP request handling and
the serialization of XML.

Provides

Requires

License

SUSE-GPL-2.0+-with-openssl-exception

Changelog

* Tue Jan 02 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.132
    * Added a missing ``WITH_COMPAT`` to the C++ DOM element
      declarations.
* Wed Oct 04 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.131
    * Added new ``SOAP_SSL_SNI_HOST_CHECK`` flag for client-side
      SSL/TLS configuration with OpenSSL to perform SNI only with a
      syntactically valid hostname, not with an IP address, for
      compliance with RFC 3546 RFC 6066.
* Mon Aug 28 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.130
    * A correction of a schema formatting issue in the WSDL and XSD
      files output of soapcpp2.
    * Improved soapcpp2 deserializer validation source code
      generation for primitive type struct/class members with default
      values.
    * Improve soapcpp2 for C++ custom serializer classes derived from
      other classes, which might otherwise not compile properly.
* Tue Apr 11 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.127
    * Update to include `soap` context member initialization in the
      soapcpp2-generated `soap_new_T()` source code for all classes
      `T` derived from `soap_dom_element`, e.g. with wsdl2h option
      `-d`.
    * Update to soapcpp2 option `-Et` traversal code generation to
      walk C/C++ data structures.
* Tue Dec 13 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.124
    * Added C++17 `std::optional` member variable serialization.
    * Updated wsdl2h to automatically generates `std::optional`
      member variables for optional schemas when typedef.dat
      defines `$OPTIONAL = std::optional`. Only primitive type
      member variables are made `std::optional`, not classes,
      because optional types must be defined before referenced when
      in fact cyclic data structure relationships may exist among
      classes.
    * Added missing `std::vector<xsd__anyType>` deep copy of vector
      of DOM trees generated with soapcpp2 option `-Ec`.
* Mon Oct 24 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.123
    * Update to make `std::string` typed element tags self-closing,
      which is consistent with `char*` typed element tags.
    * Improvement to HTTP header line processing to drop start-end
      quotes.
* Sun Aug 28 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.122
    * Fixed an issue with wsdl2h generating inconsistent primitive
      type default values (schema default values extracted from
      WSDLs and schemas).
* Sun Apr 10 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.121
    * Stricter strict mode flag `SOAP_XML_STRICT` to reject
      attributes with an unquoted value and attributes without a
      value, this update rejects legacy XML-like formats such as
      HTML.
    * Improved wsdl2h tool to handle problematic SOAP header
      definitions with doc/lit and rpc mixing with invalid or
      missing message parts.
    * Improved wsdl2h tool to handle ONVIF schemas better, notably
      avoid the `final` C++ keyword clash.
    * Added `fencoding` callback to inspect and accept or reject
      special non-latin/UTF-8 XML encodings.
    * Updated wsdl2h option -I to import schemas more
      "authoritively" by checking lastly the -I path without the
      importing WSDL/XSD location to import schemas (this also
      restores the -I option behavior prior to 2.8.75).
  - Drop gsoap-automake1_13.diff (merged)
* Thu Aug 19 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.117
    * Minor update to wsdl2h to support chameleon schema imports
      when imported schema simple types are extended and inherit
      the importing schema target namespace (previously, the
      `__item` type would be left unqualified, resulting in a
      warning).
* Wed Jul 07 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.115
    * Upgraded Apache module `mod_gsoap` with new features to
      simplify support for HTTP PUT, GET, PATCH and DELETE using
      the `httpget` and `httppost` plugins.
    * Updated `wsaapi` plugin with new registry parameter
      `SOAP_WSA_NEW_TRANSFER` to allow `wsaapi` to be used with the
      `mod_gsoap` plugin.
* Mon Apr 26 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.114
    * Added support to wsdl2h for the outdated "wsaw" Web Services
      Addressing 1.0 W3C candidate recommendation 2006, to
      complement the built-in wsdl2h support for "wsam" Web
      Services Addressing 1.0 W3C recommendation 2007.
    * Additional WS-Trust request and response member definitions
      included, e.g. RequestedTokenCancelled and CancelTarget.
    * Compression performance improvement.
* Mon Feb 08 2021 Jan Engelhardt <jengelh@inai.de>
  - build scripts: sanitize_source.sh: use https [boo#1181923]
* Mon Feb 01 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.111
    * Updated WS-Addressing plugin to harden code robustness.
* Thu Jan 21 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.110
    * Updated wsdl2h to correct an XML parsing rejection problem
      for the special case when XML schemas have no
      targetNamespaces (i.e. empty namespace, no namespace
      prefixes) for elements defined in a `<sequence>` schema
      component, the wsdl2h-generated struct/class member names
      require two underscores instead of one, such as
      `__Name_sequence`.)
* Wed Nov 25 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.109
    * Faster `soap_http_get_body()` to extract a HTTP message body
      to a string.
    * Fixed wsdl2h output for a special case when schemas have
      no namespaces.
    * Improved streaming MIME/MTOM attachment output.
* Mon Aug 24 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.106
    * Improved WSSE plugin to correct a digest verification issue
      when the signed XML parts use default `xmlns` bindings in
      elements that are not qualified.
    * Minor update for struct/class `char *` and `wchar_t *`
      members declared with explicit default/fixed values: if the
      corresponding XML element value is absent in the XML payload
      then their deserialized value will be NULL (instead of the
      default value as in prior versions). Note that empty XML
      element values in the XML payload always produce default
      values.
    * New soapcpp2 option `-z4` to revert to the old behavior
      concerning char/wchar.
* Sun May 24 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.103
    * Minor changes for enhanced platform portability.
* Fri May 15 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.102
    * Improved HTTP digest authentication plugin to cover
      additional HTTP methods.
* Thu Apr 09 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.101
    * Fix read beyond end-of-buffer in soap_accept
    * Other unspecified improvements
  - Drop gs99-overrun.diff
* Wed Apr 08 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.100
    * Improved proxy connectivity on the client side to handle bearer
      authentication.
    * Improved soapcpp2 handling of the `#module` directive.
    * Fixed an MTOM flag clearing issue hampering MTOM usability.
  - Add gs99-overrun.diff
* Wed Mar 18 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.99
    * Improved performance of the soapcpp2 tool.
    * Improved proxy connectivity on the client side with
      `soap::proxy_host`, `soap::proxy_port`, and NTLM, to maintain
      HTTP headers, e.g. `soap::http_content` and
      `soap::http_extra_header`.
    * Fixed a bug in HTTP cookie handling when the optional
      `-DWITH_COOKIES` flag is used. Note that cookie support is
      disabled by default or has no effect when deploying robust
      services with the gSOAP Apache modules and ISAPI extensions
      that handle cookies differently.
* Sun Feb 23 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.98
    * Updated the WS-Security and WS-Trust APIs that use SAML with
      higher precision timestamps in microseconds, using the
      `custom/struct_timeval.h` serializer for `xsd__dateTime`. The
      WS-Security and WS-Trust updates require compiling and
      linking with `custom/struct_timeval.c`.
    * Fixed an issue with soapcpp2 code generation of `wchar_t*`
      serializers when combined with a custom serializer with base
      type `wchar_t*`, i.e. when `extern typedef wchar_t* name` is
      declared.
    * Fixed an issue with soapcpp2 code generation when an element
      tag names starts with an underscore and the element is
      namespace qualified.
* Sun Jan 12 2020 Jan Engelhardt <jengelh@inai.de>
  - Temporarily work around -fno-common build failure [boo#1160267].
* Wed Jan 08 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.97
    * Fixed wsdl2h processing of schemas with a cyclic schema
      `<xs:include>` that may cause wsdl2h to hang when schemas
      have no `targetNamespace` attribute.
    * Improved wsdl2h code generation of unqualified types and
      names defined in imported schemas (with `<xs:import>`) when
      these schemas have no `targetNamespace`. Use wsdl2h option
      `-z10` or lesser to revert to the code generation behavior of
      versions prior to 2.8.97.

Files

/usr/lib64/libgsoap++-2.8.132.so
/usr/lib64/libgsoap-2.8.132.so
/usr/lib64/libgsoapck++-2.8.132.so
/usr/lib64/libgsoapck-2.8.132.so
/usr/lib64/libgsoapssl++-2.8.132.so
/usr/lib64/libgsoapssl-2.8.132.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024