SHA256
1
0
forked from pool/gsoap

- Update to release 2.8.123

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=222
This commit is contained in:
2022-10-24 13:25:48 +00:00
committed by Git OBS Bridge
parent 7b55f33c2c
commit 0d0754d43f
5 changed files with 15 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 24 13:23:19 UTC 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 22:30:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

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