4 Commits

Author SHA256 Message Date
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
6225f8f721 gsoap-2.8.135 2024-09-20 21:01:22 +02:00
5 changed files with 29 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
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>
- 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 13:39:53 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_134
Version: 2.8.134
%define lname libgsoap-2_8_138
Version: 2.8.138
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.138"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"