diff --git a/wget-sni.patch b/wget-sni.patch index 1e1d589..35e537c 100644 --- a/wget-sni.patch +++ b/wget-sni.patch @@ -1,3 +1,4 @@ +https://savannah.gnu.org/bugs/?func=detailitem&item_id=26786 === modified file 'src/host.c' --- src/host.c.orig +++ src/host.c @@ -16,7 +17,7 @@ + if (is_valid_ipv4_address(name, endp)) + return true; +#ifdef ENABLE_IPV6 -+ if (is_valid_ipv4_address(name, endp)) ++ if (is_valid_ipv6_address(name, endp)) + return true; +#endif + return false; diff --git a/wget.changes b/wget.changes index c855016..4a1a768 100644 --- a/wget.changes +++ b/wget.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 15 18:19:59 UTC 2011 - crrodriguez@opensuse.org + +- fix typo in sni patch , in the IPV6 case should be + is_valid_ipv6_address() instead of is_valid_ipv4_address() +- Add comment to the patch referencing upstream tracker. + ------------------------------------------------------------------- Fri Oct 14 05:01:53 UTC 2011 - crrodriguez@opensuse.org