forked from pool/gsoap
- Update to release 2.8.131
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=231
This commit is contained in:
parent
2e8e31b43b
commit
1b1d823ccd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10eeb7a5ebd5fd9bd72eda4f275c7458f8163ba8c7fbc3ba94bb1b1b5992d7b6
|
||||
size 28924124
|
3
gsoap-2.8.131.tar.xz
Normal file
3
gsoap-2.8.131.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10b6445062ee319967e695d8c9899699ea8e9ed6ed7038b390d65fbe161e8632
|
||||
size 17450508
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 07:54:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user