4 Commits

Author SHA256 Message Date
eab5af9de2 gsoap 2.8.139 2025-08-15 17:53:43 +02:00
dd9f667bf3 gsoap 2.8.138 2025-06-04 23:28:11 +02:00
f1a32108b2 gsoap 2.8.137 2025-06-04 23:25:13 +02:00
51b1a0386d gsoap 2.8.136 2025-06-04 23:23:23 +02:00
5 changed files with 31 additions and 7 deletions

BIN
gsoap-2.8.135.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.139.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Aug 15 15:02:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.139
* Minor improvement of the `SOAP_XML_IGNORENS` (ignore XML
namespaces) logic when performing non-strict XML validation
(`SOAP_XML_STRICT` is not enabled) when ignoring extra XML
extensibility elements in an inbound SOAP/XML message; no
longer produces validation errors for non-serializable XML to
"safely" ignore, unless strict XML validation is enabled with
`SOAP_XML_STRICT`, as expected.
-------------------------------------------------------------------
Wed Jun 4 21:24:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.138
* Minor update to improve XML entity parsing within limits.
* The wsdl2h tool with SSL/TLS enabled for https no longer
supports legacy SSLv3, only TLS 1.0 to 1.3, this avoids
potential TLS/SSL handshake errors.
* Corrected a logic bug in wsdl2h for attribute/elemenet
reference qualification for C++ class and C struct members in
the generated header interface file for soapcpp2.
-------------------------------------------------------------------
Fri Sep 20 18:59:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gsoap
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_135
Version: 2.8.135
%define lname libgsoap-2_8_139
Version: 2.8.139
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception

View File

@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.134"
version="2.8.139"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"