Wan-Teh Chang
f561e6a88d
Bug 580679: Build NSS with the TLS zlib compression code.
...
Add the security.ssl.enable_compression preference to
enable TLS compression, disabled by default.
r=khuey,kaie,sayrer,ted. approval2.0+ by bsmedberg.
2010-08-12 14:12:05 -07:00
Kyle Huey
b33484f540
Bug 518136: Use -showIncludes to generate dependencies for MSVC for a substantial build performance win. r=ted
2010-08-04 16:59:23 -07:00
Brad Lassey
cf31d613af
bug 577635 - android_stub.h broken for android platform version 8, pass ANDROID_VERSION to nss r=khuey
2010-07-19 14:05:29 -04:00
Kai Engert
cc876aa6b9
Bug 575620
...
makefile patch v2 for building NSS 3.12.7
r=wtc, r=kaie
2010-07-13 20:52:12 +02:00
Brad Lassey
74db90d53e
bug 559263 - implement jemalloc for android r=vlad
2010-05-25 11:28:14 -04:00
Michael Wu
46ef482d76
Bug 556443 - Add support for building NSS on Android, r=ted
2010-05-19 13:13:25 -07:00
Kai Engert
d0cf766c37
Bug 527659, Update Mozilla-central to NSS 3.12.6
...
=== r=rrelyea for upgrading to release candidate 1
=== reapplying bug 519550 on top
=== includes PSM makefile tweak to keep TLS disabled (variables changed in the updated NSS snapshot)
=== change configure.in to require the newer system NSS, r=wtc
2010-02-12 09:47:51 +01:00
Kai Engert
d6c30005d8
Bug 527659, Update mozilla-central to NSS 3.12.6 (beta)
...
== NSS portion
== r=rrelyea/wtc for upgrading mozilla-central to cvs tag NSS_3_12_6_BETA1
== This includes reapplying the (merged) patch from bug 519550 on top of NSS.
== PSM portion
== Includes the patch to disable TLS compression, r=kaie
== Include the patch to disable zlib test programs, which don't work on maemo, r=kaie
2010-02-07 12:54:28 +01:00
Wan-Teh Chang
4c4c88d8f2
Bug 529319: Use LIB_SUFFIX instead of IMPORT_LIB_SUFFIX for NSS import
...
libraries because NSS uses a different import library suffix (.a) for
MinGW (Mozilla uses dll.a), but NSS's import library suffix is the same
as Mozilla's LIB_SUFFIX on all platforms. The patch is contributed by
Jacek Caban <jacek@codeweavers.com>. r=wtc.
2010-02-05 18:27:00 -08:00
Michael Wu
0feabb27b6
Bug 536453 - Don't build NSS's nsinstall, r=ted
...
--HG--
extra : rebase_source : 19c03fcdb4d4498171c572d87f7611a8fb878f12
2010-01-19 13:26:31 -08:00
Ted Mielczarek
92a98a2e95
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
2009-12-15 01:52:57 -05:00
Mitchell Field
a2aeab499f
Bug 513921 - remove echo-requires-recursive target. r=ted
2009-09-26 17:49:56 +02:00
Doug Turner
57b524258b
Bug 514295 - Adding comment per wtc. Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted
2009-09-08 15:22:48 -07:00
Brad Lassey
e2a289f840
Bug 514295 - Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted
2009-09-08 13:06:32 -07:00
Doug Turner
5102b92d13
Backed out changeset 01bdf694994c. change was fine, review comment not so much.
2009-09-08 13:01:51 -07:00
Brad Lassey
c4a1106270
[mq]: nss-symbols-wince
2009-09-08 13:52:20 -04:00
Ted Mielczarek
150c8d5be2
bug 511743 - add way to apply NSS patches to source at build time. r=bsmedberg
2009-09-02 09:35:14 -04:00
Wan-Teh Chang
7a99ca1ed3
Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
...
We don't need to link with -lsoftokn3. Add nssdbm3 to some packaging
files. The patch is written by Kai Engert <kaie@kuix.de>. r=wtc.
2009-09-04 18:28:54 -07:00
Nick Thomas
450807a9f1
Reland Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek
2009-09-03 15:52:32 +12:00
Ben Hearsum
f2777055cb
Backing out bug 468701 due to build bustage on WinCE 5.0.
2009-09-02 09:09:53 -04:00
Nick Thomas
a868315a08
Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek
2009-09-02 21:24:59 +12:00
Wan-Teh Chang
c3838a9201
Bug 513024: build NSS with FREEBL_NO_DEPEND=1 on Linux so that Fedora's
...
/lib/libcrypt.so.1 can get the NSSRAWHASH_3.12.3 symbols it needs from
our libfreebl3.so. r=karlt.
2009-08-27 12:17:09 -07:00
Chris Seawood
8759260ee0
Bug 505736 - Pass IMPORT_LIB_SUFFIX to NSS - r=ted.mielczarek
2009-08-16 18:07:35 -07:00
Nick Thomas
dc3b066478
Bug 509558, Need to package nssdbm3.chk for NSS >= 3.12.4 (Firefox 3.6a1 doesn't support FIPS mode), r=ted.mielczarek
2009-08-11 15:45:40 +12:00
Kaspar Brand
28c4b32409
bug 458553 - Build NSS with debug symbols - like the rest of Firefox. r=ted, a=bsmedberg
2009-05-22 09:45:00 -04:00
Benjamin Smedberg
6df221580d
Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
...
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
2009-05-18 14:15:05 -04:00
Benjamin Smedberg
31e8405239
When building with pymake, use gmake for NSS because of the pain and suffering on Windows.
2009-03-11 16:32:10 -04:00
John Wolfe
600d833ac7
bug 472165 - changes needed so windows mobile tools don't need to be in PATH variable r=ted
2009-01-22 10:17:06 -05:00
Doug Turner
d89e90e159
Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted
2008-12-05 09:35:13 -08:00
Doug Turner
67977b416e
Backed out changeset 555e338a03ca
2008-12-05 09:25:19 -08:00
Doug Turner
6182259eda
Bug 454120 - Problems Compiling SECURITY module for WinMobile. r=ted
2008-12-05 08:59:24 -08:00
Brad Lassey
e6b8fbc72f
Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted
2008-12-03 08:42:03 -05:00
Phil Ringnalda
538c9fb42a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Vladimir Vukicevic
88e06c0718
b=454433, pass OS_TEST down to nss coreconf, r=ted
2008-09-17 10:57:09 -04:00
Honza Bambas
779cb0331b
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
dtownsend@oxymoronical.com
8189489efb
Bug 429133: Parts of NSS are not in the SDK. r=bsmedberg, a=damons
2008-04-19 03:37:41 -07:00
gavin@gavinsharp.com
35dc21cda2
Bustage fix from bug 415928, r=ted
2008-02-26 10:30:21 -08:00
ted.mielczarek@gmail.com
a0ee43a538
bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
2008-02-25 12:50:35 -08:00
kaie@kuix.de
968e988b7c
Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1 r=rrelyea, a1.9=mtschrep
2008-01-18 02:40:58 -08:00
reed@reedloden.com
a309e05ff7
Bug 403994 - "Don't install nss headers when system-nss is used" [p=fta+bugzilla@sofaraway.org (Fabien Tassin) r=rrelyea a1.9=schrep]
2007-11-20 02:05:41 -08:00
kaie@kuix.de
5d83f880e7
Bug 400759, PSM should build with NSS size optimization r=rrelyea, r=wtc, a=beltzner
2007-10-24 15:25:30 -07:00
dtownsend@oxymoronical.com
ac423ebd87
Bug 394778: Unit tests in security/manager/ssl/tests not run. r=kengert, a=mconnor
2007-09-04 08:29:13 -07:00
benjamin@smedbergs.us
d3b16377ad
Bug 389872 - Install NSS headers to dist/include, r=luser and a=blocks approved bug 389673
2007-08-03 07:04:33 -07:00
rrelyea@redhat.com
695f5ec87a
Bug 388403 Land NSS 3.12 Alpha r=kai.
2007-07-23 12:02:59 -07:00
rrelyea@redhat.com
efa15a946e
Back out the previous change. Mac Universal failed again (even though Mac PPC
...
works fine for me ;().
2007-07-19 19:20:12 -07:00
rrelyea@redhat.com
5af1ffab5d
finally land NSS 3.12 into the trunk bug 388403
2007-07-19 18:33:48 -07:00
jwalden@mit.edu
a703c2d62a
Bug 388276 - Missing file from previous checkin, still r=cls
2007-07-18 17:19:41 -07:00
rrelyea@redhat.com
1daaf9dc7b
Backing previous patch because it broke the universal binary Mac build.
2007-06-19 01:41:28 -07:00
rrelyea@redhat.com
7da4e3c47b
bug 217538 Check in NSS 3.12 into FF 3.0
...
r=kaie
2007-06-19 00:32:12 -07:00
mozilla%weilbacher.org
91a182f92a
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 6, changes to NSS build config. r=mkaply, sr=wtc
2007-01-06 14:27:21 +00:00