fetching incorrect versions of NSS and NSPR
Status: Abandoned
Brought to you by:
kstange
NSS has been updated to use 3.11.4 and NSPR to 4.4.1
the build file list at http://gaim-extprefs.sourceforge.net/gaim-build-files need to be updated to:
ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_4_RTM/msvc6.0/WIN954.0_OPT.OBJ/nss-3.11.4.zip
and
ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.6.4/msvc6.0/WIN954.0_OPT.OBJ/nspr-4.6.4.zip
Logged In: YES
user_id=726342
Originator: NO
Thanks for the note.
Unfortunately, this is a bit tricky since you can't build Gaim 2.0.0 beta 5 with those versions unless you update the global.mak file. I've added these versions to the build fetcher, but they are only used if you set USE_OLD_NSS=0 in your environment (such as USE_OLD_NSS=0 ./wingaim-build-fetcher.sh). Once Beta 6 is released (or final), the default will be reversed to default to USE_OLD_NSS=0.