SHA256
8
0
forked from pool/gsoap

1 Commits

Author SHA256 Message Date
eab5af9de2 gsoap 2.8.139 2025-08-15 17:53:43 +02:00
5 changed files with 18 additions and 6 deletions

Binary file not shown.

BIN
gsoap-2.8.139.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_138
Version: 2.8.138
%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.138"
version="2.8.139"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"