diff --git a/gsoap-2.8.122.tar.xz b/gsoap-2.8.122.tar.xz deleted file mode 100644 index 7b32d1a..0000000 --- a/gsoap-2.8.122.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b9382e3c98b31e6fb13a2861de26529921ac1de3ca877732fd161847519a61b -size 18168480 diff --git a/gsoap-2.8.123.tar.xz b/gsoap-2.8.123.tar.xz new file mode 100644 index 0000000..34dfd2e --- /dev/null +++ b/gsoap-2.8.123.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b057a05976214c93e73181719a229c40db2dd1716cde3c599c702c5e2b79ca5 +size 17436872 diff --git a/gsoap.changes b/gsoap.changes index fb62c16..b520d7c 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 24 13:23:19 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/gsoap.spec b/gsoap.spec index 3550672..1bc6e84 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 75d0276..5478834 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -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"