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

gsoap-devel-2.8.135-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: gsoap-devel Distribution: openSUSE:Factory:zSystems
Version: 2.8.135 Vendor: openSUSE
Release: 1.1 Build date: Fri Sep 20 20:59:36 2024
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 5802808 Source RPM: gsoap-2.8.135-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.genivia.com/dev.html
Summary: Development files for the gSOAP toolkit
This package contains the runtime development programs, include
headers and development library symlinks for libgsoap.

Provides

Requires

License

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

Changelog

* Fri Sep 20 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.135
    * Updated `soap::http_extra_header` optional user-defined
      custom HTTP header string to permit multiple HTTP headers in
      the specified string separated by newlines, the specified
      headers are checked by the engine to conform to HTTP header
      formats.
* Thu Apr 25 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.134
    * Added MTOM referencing `href` attribute to `xop:Include`
      element that was missing when XML is canonicalized with
      `SOAP_XML_CANONICAL` and when the `xop:Include` element is not
      actually explicitly defined in a WSDL or schema but is produced
      on demand in the XML output. The `href` attribute in this
      specific scenario was not recognized by XML
      (re)canonicalization.
    * Updated server-side XML (non-SOAP) REST handling such that the
      POST plugin is not required to directly serve HTTP POST XML
      REST requests just like serving SOAP/XML requests, see
      samples/rest/calcrest.c for a client-server example.
    * Updated HTTP digest plugin.
* Thu Apr 11 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.133
    * Fixed a bug in the source code generated by the wsdl2h and
      soapcpp2 tools when invoked with option -c++11 (or -c++14 or
    - c++17) when combined with option -d (DOM catch-all nodes).
* 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`.)

Files

/usr/bin/soapcpp2
/usr/bin/wsdl2h
/usr/include/stdsoap2.h
/usr/lib64/libgsoap++.so
/usr/lib64/libgsoap.so
/usr/lib64/libgsoapck++.so
/usr/lib64/libgsoapck.so
/usr/lib64/libgsoapssl++.so
/usr/lib64/libgsoapssl.so
/usr/lib64/pkgconfig/gsoap++.pc
/usr/lib64/pkgconfig/gsoap.pc
/usr/lib64/pkgconfig/gsoapck++.pc
/usr/lib64/pkgconfig/gsoapck.pc
/usr/lib64/pkgconfig/gsoapssl++.pc
/usr/lib64/pkgconfig/gsoapssl.pc
/usr/share/gsoap
/usr/share/gsoap/WS
/usr/share/gsoap/WS/LEGAL.txt
/usr/share/gsoap/WS/README.txt
/usr/share/gsoap/WS/WS-Addressing.xsd
/usr/share/gsoap/WS/WS-Addressing03.xsd
/usr/share/gsoap/WS/WS-Addressing04.xsd
/usr/share/gsoap/WS/WS-Addressing05.xsd
/usr/share/gsoap/WS/WS-Discovery.wsdl
/usr/share/gsoap/WS/WS-Enumeration.wsdl
/usr/share/gsoap/WS/WS-Policy.xsd
/usr/share/gsoap/WS/WS-Policy12.xsd
/usr/share/gsoap/WS/WS-ReliableMessaging.wsdl
/usr/share/gsoap/WS/WS-ReliableMessaging.xsd
/usr/share/gsoap/WS/WS-Routing.xsd
/usr/share/gsoap/WS/WS-SecureConversation.xsd
/usr/share/gsoap/WS/WS-SecurityPolicy.xsd
/usr/share/gsoap/WS/WS-Trust.wsdl
/usr/share/gsoap/WS/WS-Trust.xsd
/usr/share/gsoap/WS/WS-typemap.dat
/usr/share/gsoap/WS/discovery.xsd
/usr/share/gsoap/WS/ds.xsd
/usr/share/gsoap/WS/enumeration.xsd
/usr/share/gsoap/WS/oasis-sstc-saml-schema-assertion-1.1.xsd
/usr/share/gsoap/WS/reference-1.1.xsd
/usr/share/gsoap/WS/saml-schema-assertion-2.0.xsd
/usr/share/gsoap/WS/typemap.dat
/usr/share/gsoap/WS/ws-bpel_abstract_common_base.xsd
/usr/share/gsoap/WS/ws-bpel_executable.xsd
/usr/share/gsoap/WS/ws-bpel_plnktype.xsd
/usr/share/gsoap/WS/ws-bpel_serviceref.xsd
/usr/share/gsoap/WS/ws-bpel_varprop.xsd
/usr/share/gsoap/WS/ws-reliability-1.1.xsd
/usr/share/gsoap/WS/wsse.xsd
/usr/share/gsoap/WS/wsu.xsd
/usr/share/gsoap/WS/xenc.xsd
/usr/share/gsoap/custom
/usr/share/gsoap/custom/README.txt
/usr/share/gsoap/custom/chrono_duration.cpp
/usr/share/gsoap/custom/chrono_duration.h
/usr/share/gsoap/custom/chrono_time_point.cpp
/usr/share/gsoap/custom/chrono_time_point.h
/usr/share/gsoap/custom/duration.c
/usr/share/gsoap/custom/duration.h
/usr/share/gsoap/custom/float128.c
/usr/share/gsoap/custom/float128.h
/usr/share/gsoap/custom/int128.c
/usr/share/gsoap/custom/int128.h
/usr/share/gsoap/custom/long_double.c
/usr/share/gsoap/custom/long_double.h
/usr/share/gsoap/custom/long_time.c
/usr/share/gsoap/custom/long_time.h
/usr/share/gsoap/custom/qbytearray_base64.cpp
/usr/share/gsoap/custom/qbytearray_base64.h
/usr/share/gsoap/custom/qbytearray_hex.cpp
/usr/share/gsoap/custom/qbytearray_hex.h
/usr/share/gsoap/custom/qdate.cpp
/usr/share/gsoap/custom/qdate.h
/usr/share/gsoap/custom/qdatetime.cpp
/usr/share/gsoap/custom/qdatetime.h
/usr/share/gsoap/custom/qstring.cpp
/usr/share/gsoap/custom/qstring.h
/usr/share/gsoap/custom/qtime.cpp
/usr/share/gsoap/custom/qtime.h
/usr/share/gsoap/custom/struct_timeval.c
/usr/share/gsoap/custom/struct_timeval.h
/usr/share/gsoap/custom/struct_tm.c
/usr/share/gsoap/custom/struct_tm.h
/usr/share/gsoap/custom/struct_tm_date.c
/usr/share/gsoap/custom/struct_tm_date.h
/usr/share/gsoap/extras
/usr/share/gsoap/extras/README.txt
/usr/share/gsoap/extras/ckdb.c
/usr/share/gsoap/extras/ckdb.h
/usr/share/gsoap/extras/ckdbtest.c
/usr/share/gsoap/extras/ckdbtest.h
/usr/share/gsoap/extras/fault.cpp
/usr/share/gsoap/extras/logging.cpp
/usr/share/gsoap/extras/soapdefs.h
/usr/share/gsoap/import
/usr/share/gsoap/import/README.txt
/usr/share/gsoap/import/WS-Header.h
/usr/share/gsoap/import/WS-example.c
/usr/share/gsoap/import/WS-example.h
/usr/share/gsoap/import/c14n.h
/usr/share/gsoap/import/dom.h
/usr/share/gsoap/import/ds.h
/usr/share/gsoap/import/ds2.h
/usr/share/gsoap/import/plnk.h
/usr/share/gsoap/import/ref.h
/usr/share/gsoap/import/saml1.h
/usr/share/gsoap/import/saml2.h
/usr/share/gsoap/import/ser.h
/usr/share/gsoap/import/soap12.h
/usr/share/gsoap/import/stdstring.h
/usr/share/gsoap/import/stl.h
/usr/share/gsoap/import/stldeque.h
/usr/share/gsoap/import/stllist.h
/usr/share/gsoap/import/stlset.h
/usr/share/gsoap/import/stlvector.h
/usr/share/gsoap/import/vprop.h
/usr/share/gsoap/import/wsa.h
/usr/share/gsoap/import/wsa3.h
/usr/share/gsoap/import/wsa4.h
/usr/share/gsoap/import/wsa5.h
/usr/share/gsoap/import/wsc.h
/usr/share/gsoap/import/wsc2.h
/usr/share/gsoap/import/wsdd.h
/usr/share/gsoap/import/wsdd10.h
/usr/share/gsoap/import/wsdd5.h
/usr/share/gsoap/import/wsdx.h
/usr/share/gsoap/import/wsp.h
/usr/share/gsoap/import/wsp_appliesto.h
/usr/share/gsoap/import/wsrm.h
/usr/share/gsoap/import/wsrm4.h
/usr/share/gsoap/import/wsrm5.h
/usr/share/gsoap/import/wsrp.h
/usr/share/gsoap/import/wsrx.h
/usr/share/gsoap/import/wsrx5.h
/usr/share/gsoap/import/wsse.h
/usr/share/gsoap/import/wsse11.h
/usr/share/gsoap/import/wsse2.h
/usr/share/gsoap/import/wst.h
/usr/share/gsoap/import/wst2.h
/usr/share/gsoap/import/wstx.h
/usr/share/gsoap/import/wstx2.h
/usr/share/gsoap/import/wsu.h
/usr/share/gsoap/import/xenc.h
/usr/share/gsoap/import/xenc2.h
/usr/share/gsoap/import/xlink.h
/usr/share/gsoap/import/xmime.h
/usr/share/gsoap/import/xmime4.h
/usr/share/gsoap/import/xmime5.h
/usr/share/gsoap/import/xml.h
/usr/share/gsoap/import/xmlmime.h
/usr/share/gsoap/import/xmlmime5.h
/usr/share/gsoap/import/xop.h
/usr/share/gsoap/import/xsd.h
/usr/share/gsoap/plugin
/usr/share/gsoap/plugin/README.txt
/usr/share/gsoap/plugin/cacerts.c
/usr/share/gsoap/plugin/cacerts.h
/usr/share/gsoap/plugin/calcrest.h
/usr/share/gsoap/plugin/curlapi.c
/usr/share/gsoap/plugin/curlapi.h
/usr/share/gsoap/plugin/httpda.c
/usr/share/gsoap/plugin/httpda.h
/usr/share/gsoap/plugin/httpdatest.c
/usr/share/gsoap/plugin/httpdatest.h
/usr/share/gsoap/plugin/httpform.c
/usr/share/gsoap/plugin/httpform.h
/usr/share/gsoap/plugin/httpget.c
/usr/share/gsoap/plugin/httpget.h
/usr/share/gsoap/plugin/httpgettest.c
/usr/share/gsoap/plugin/httpgettest.h
/usr/share/gsoap/plugin/httpmd5.c
/usr/share/gsoap/plugin/httpmd5.h
/usr/share/gsoap/plugin/httpmd5test.c
/usr/share/gsoap/plugin/httpmd5test.h
/usr/share/gsoap/plugin/httppipe.c
/usr/share/gsoap/plugin/httppipe.h
/usr/share/gsoap/plugin/httppost.c
/usr/share/gsoap/plugin/httppost.h
/usr/share/gsoap/plugin/httpposttest.c
/usr/share/gsoap/plugin/httpposttest.h
/usr/share/gsoap/plugin/logging.c
/usr/share/gsoap/plugin/logging.h
/usr/share/gsoap/plugin/md5evp.c
/usr/share/gsoap/plugin/md5evp.h
/usr/share/gsoap/plugin/mecevp.c
/usr/share/gsoap/plugin/mecevp.h
/usr/share/gsoap/plugin/mq.c
/usr/share/gsoap/plugin/mq.h
/usr/share/gsoap/plugin/plugin.c
/usr/share/gsoap/plugin/plugin.h
/usr/share/gsoap/plugin/sessions.c
/usr/share/gsoap/plugin/sessions.h
/usr/share/gsoap/plugin/smdevp.c
/usr/share/gsoap/plugin/smdevp.h
/usr/share/gsoap/plugin/threads.c
/usr/share/gsoap/plugin/threads.h
/usr/share/gsoap/plugin/wsaapi.c
/usr/share/gsoap/plugin/wsaapi.h
/usr/share/gsoap/plugin/wsddapi.c
/usr/share/gsoap/plugin/wsddapi.h
/usr/share/gsoap/plugin/wsrmapi.c
/usr/share/gsoap/plugin/wsrmapi.h
/usr/share/gsoap/plugin/wsse2api.c
/usr/share/gsoap/plugin/wsse2api.h
/usr/share/gsoap/plugin/wsseapi-lite.c
/usr/share/gsoap/plugin/wsseapi-lite.h
/usr/share/gsoap/plugin/wsseapi.c
/usr/share/gsoap/plugin/wsseapi.cpp
/usr/share/gsoap/plugin/wsseapi.h
/usr/share/gsoap/plugin/wstapi.c
/usr/share/gsoap/plugin/wstapi.h


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Sep 28 01:00:05 2024