[Pkg-xfce-commits] r3977 - in goodies/trunk/xfce4-weather-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Tue May 4 06:46:36 UTC 2010


Author: corsac
Date: 2010-05-04 06:46:28 +0000 (Tue, 04 May 2010)
New Revision: 3977

Added:
   goodies/trunk/xfce4-weather-plugin/debian/patches/01_support-ipv6-only-proxies.patch
Modified:
   goodies/trunk/xfce4-weather-plugin/debian/changelog
   goodies/trunk/xfce4-weather-plugin/debian/control
Log:
* debian/patches:
  - 01_support-ipv6-only-proxies added, fix support for proxies with only
    IPv6 addresses. Thanks Roman Mamedov.                     closes: #579972
* debian/control:
  - update standards version to 3.8.4.

Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog	2010-05-02 09:31:05 UTC (rev 3976)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog	2010-05-04 06:46:28 UTC (rev 3977)
@@ -1,3 +1,13 @@
+xfce4-weather-plugin (0.7.3-3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_support-ipv6-only-proxies added, fix support for proxies with only
+      IPv6 addresses. Thanks Roman Mamedov.                     closes: #579972
+  * debian/control:
+    - update standards version to 3.8.4.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 04 May 2010 08:26:26 +0200
+
 xfce4-weather-plugin (0.7.3-2) unstable; urgency=low
 
   * debian/rules:

Modified: goodies/trunk/xfce4-weather-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/control	2010-05-02 09:31:05 UTC (rev 3976)
+++ goodies/trunk/xfce4-weather-plugin/debian/control	2010-05-04 06:46:28 UTC (rev 3977)
@@ -5,7 +5,7 @@
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
 Build-Depends: autotools-dev, cdbs, debhelper (>= 7.0), 
  xfce4-panel-dev, libxml2-dev, libxml-parser-perl, intltool
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-weather-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-weather-plugin/

Added: goodies/trunk/xfce4-weather-plugin/debian/patches/01_support-ipv6-only-proxies.patch
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/patches/01_support-ipv6-only-proxies.patch	                        (rev 0)
+++ goodies/trunk/xfce4-weather-plugin/debian/patches/01_support-ipv6-only-proxies.patch	2010-05-04 06:46:28 UTC (rev 3977)
@@ -0,0 +1,11 @@
+--- orig/xfce4-weather-plugin-0.7.3/panel-plugin/weather-http.c	2009-07-23 15:10:55.000000000 +0600
++++ xfce4-weather-plugin-0.7.3/panel-plugin/weather-http.c	2010-05-03 00:47:53.090215530 +0600
+@@ -177,7 +177,7 @@
+ #endif
+ 
+   memset(&h, 0, sizeof(h));
+-  h.ai_family = AF_INET;
++  h.ai_family = AF_UNSPEC;
+   h.ai_socktype = SOCK_STREAM;
+   h.ai_protocol = IPPROTO_TCP;
+   




More information about the Pkg-xfce-commits mailing list