From 1b1d823ccd1ae28c798a06901e04da6e9dd0140d29d95fa96329245a805e229d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 4 Oct 2023 07:57:51 +0000 Subject: [PATCH] - Update to release 2.8.131 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=231 --- gsoap-2.8.130.tar.xz | 3 --- gsoap-2.8.131.tar.xz | 3 +++ gsoap.changes | 9 +++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.130.tar.xz create mode 100644 gsoap-2.8.131.tar.xz diff --git a/gsoap-2.8.130.tar.xz b/gsoap-2.8.130.tar.xz deleted file mode 100644 index 05542c0..0000000 --- a/gsoap-2.8.130.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10eeb7a5ebd5fd9bd72eda4f275c7458f8163ba8c7fbc3ba94bb1b1b5992d7b6 -size 28924124 diff --git a/gsoap-2.8.131.tar.xz b/gsoap-2.8.131.tar.xz new file mode 100644 index 0000000..d9c6e76 --- /dev/null +++ b/gsoap-2.8.131.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b6445062ee319967e695d8c9899699ea8e9ed6ed7038b390d65fbe161e8632 +size 17450508 diff --git a/gsoap.changes b/gsoap.changes index efc3d1d..5a95eb3 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 4 07:54:57 UTC 2023 - Jan Engelhardt + +- Update to release 2.8.131 + * Added new ``SOAP_SSL_SNI_HOST_CHECK`` flag for client-side + SSL/TLS configuration with OpenSSL to perform SNI only with a + syntactically valid hostname, not with an IP address, for + compliance with RFC 3546 RFC 6066. + ------------------------------------------------------------------- Mon Aug 28 11:59:05 UTC 2023 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 44cb232..22346b8 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_130 -Version: 2.8.130 +%define lname libgsoap-2_8_131 +Version: 2.8.131 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 0ebb4f2..e70146b 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.130" +version="2.8.131" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"