Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-weather-plugin/files: xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
Date: Fri, 05 Nov 2010 09:35:57
Message-Id: 20101105093548.7323D20054@flycatcher.gentoo.org
1 ssuominen 10/11/05 09:35:48
2
3 Added:
4 xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
5 Log:
6 Fix support for IPv6 only proxies.
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch?rev=1.1&content-type=text/plain
15
16 Index: xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
17 ===================================================================
18 http://bugzilla.xfce.org/show_bug.cgi?id=6426
19
20 --- panel-plugin/weather-http.c
21 +++ panel-plugin/weather-http.c
22 @@ -177,7 +177,7 @@
23 #endif
24
25 memset(&h, 0, sizeof(h));
26 - h.ai_family = AF_INET;
27 + h.ai_family = AF_UNSPEC;
28 h.ai_socktype = SOCK_STREAM;
29 h.ai_protocol = IPPROTO_TCP;