/pidgin/main: 4e789f9eec2a: win32: Update libpurple to use getad...
Daniel Atallah
datallah at pidgin.im
Thu Jan 7 18:14:29 EST 2016
Changeset: 4e789f9eec2af91e7e0906c5e4ce13501362a492
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2016-01-07 18:11 -0500
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/4e789f9eec2a
Description:
win32: Update libpurple to use getaddrinfo (which should hopefully cause IPv6 to magically work)
Fixes #1075
diffstat:
ChangeLog | 3 +++
config.h.mingw | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (35 lines):
diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ version 2.10.13 (MM/DD/YY):
Pidgin:
* Fixed #14962
+ Windows-Specific Changes:
+ * Use getaddrinfo for DNS to enable IPv6 (#1075)
+
version 2.10.12 (12/31/15):
General:
* purple-url-handler now works with Python 3.x (Daniël van Eeden)
diff --git a/config.h.mingw b/config.h.mingw
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -93,8 +93,7 @@
#define HAVE_FILENO 1
/* Define to 1 if you have the getaddrinfo function. */
-/* TODO: Use this on new enough versions of Windows */
-/* #define HAVE_GETADDRINFO 1 */
+#define HAVE_GETADDRINFO 1
/* Define to 1 if you have the `gethostid' function. */
/* #define HAVE_GETHOSTID 1 */
@@ -127,7 +126,7 @@
/* #undef HAVE_GNUTLS_PRIORITY_FUNCS */
/* Define to 1 if you have the `inet_ntop' function. */
-/* #define HAVE_INET_NTOP 1 */
+#define HAVE_INET_NTOP 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
More information about the Commits
mailing list