forked from pool/gsoap
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eab5af9de2 |
BIN
gsoap-2.8.138.tar.xz
LFS
BIN
gsoap-2.8.138.tar.xz
LFS
Binary file not shown.
BIN
gsoap-2.8.139.tar.xz
LFS
Normal file
BIN
gsoap-2.8.139.tar.xz
LFS
Normal file
Binary file not shown.
@@ -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>
|
Wed Jun 4 21:24:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_138
|
%define lname libgsoap-2_8_139
|
||||||
Version: 2.8.138
|
Version: 2.8.139
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.138"
|
version="2.8.139"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user