Add IPv6 patch, avoid calling setsockopt on non-IPv6 sockets

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=12
This commit is contained in:
2011-11-10 16:06:21 +00:00
committed by Git OBS Bridge
parent b8a0ebfbf3
commit a0ff782b2f
3 changed files with 37 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ Thu Nov 10 11:40:07 UTC 2011 - jengelh@medozas.de
soap_wsse_add_EncryptedKey_encrypt_only).
* Improved HTTP proxy authentication support (digest and NTLM).
- Added patch to fix empty error strings (gsoap-04-strerror.diff)
- Added patch to avoid calling IPv6-only socket options on non-IPv6
sockets (gsoap-05-ipv6.diff)
-------------------------------------------------------------------
Tue Oct 18 15:39:46 UTC 2011 - jengelh@medozas.de