/pidgin/main: d13511faaeec: Update NSS to 3.17.1 for the windows...
Daniel Atallah <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: d13511faaeec00e19d8a3c784317c7c301fda51d Author: Daniel Atallah <[email protected]> Date: 2014-09-27 21:31 -0400 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/d13511faaeec Description: Update NSS to 3.17.1 for the windows build diffstat: ChangeLog | 2 +- libpurple/plugins/ssl/ssl-nss.c | 3 +++ libpurple/win32/global.mak | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diffs (37 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ version 2.10.10 (?/?/?): Windows-Specific Changes: * Updates to dependencies: - * NSS 3.16 and NSPR 4.10.4 + * NSS 3.17.1 and NSPR 4.10.7 Finch: * Fix build against Python 3. (Ed Catmur) (#15969) diff --git a/libpurple/plugins/ssl/ssl-nss.c b/libpurple/plugins/ssl/ssl-nss.c --- a/libpurple/plugins/ssl/ssl-nss.c +++ b/libpurple/plugins/ssl/ssl-nss.c @@ -32,6 +32,9 @@ #ifdef _WIN32 # ifndef HAVE_LONG_LONG #define HAVE_LONG_LONG +/* WINDDK_BUILD is defined because the checks around usage of + * intrisic functions are wrong in nspr */ +#define WINDDK_BUILD # endif #else /* TODO: Why is this done? diff --git a/libpurple/win32/global.mak b/libpurple/win32/global.mak --- a/libpurple/win32/global.mak +++ b/libpurple/win32/global.mak @@ -17,7 +17,7 @@ GTK_BIN ?= $(GTK_TOP)/bin BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.9.0 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa3 -NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.16-nspr-4.10.4 +NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.17.1-nspr-4.10.7 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl-5.10.0 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.10 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5