Closed
Bug 802365
Opened 13 years ago
Closed 13 years ago
Sync NSS and NSPR versions in configure.in between comm-central and mozilla-central
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(seamonkey2.16 fixed)
RESOLVED
FIXED
Thunderbird 19.0
| Tracking | Status | |
|---|---|---|
| seamonkey2.16 | --- | fixed |
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
|
1.59 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
A few weeks back mozilla-central upgraded both NSS (from 3.13.2) and NSPR (from 4.9.2):
Bug 795972: Upgrade NSS to NSS_3_14_BETA1
Bug 795987: Upgrade NSPR to NSPR_4_9_3_BETA1
Our configure.in is showing NSS as 3.12.6 and NSPR as 4.8.0 and should probably be changed to match mozilla-central's versions.
This also ports:
Bug 620788 - Do not silently fall back to bundled NSS/NSPR if system ones can't be used
Assignee: nobody → iann_bugzilla
Status: NEW → ASSIGNED
Attachment #673600 -
Flags: review?(bugspam.Callek)
Comment 2•13 years ago
|
||
Comment on attachment 673600 [details] [diff] [review]
Increase the version numbers and don't silently fall back [Checked in: Comment 3]
Review of attachment 673600 [details] [diff] [review]:
-----------------------------------------------------------------
::: configure.in
@@ +3873,5 @@
> [ --with-system-nspr Use system installed NSPR],
> _USE_SYSTEM_NSPR=1 )
>
> if test -n "$_USE_SYSTEM_NSPR"; then
> + AM_PATH_NSPR(4.9.3, [MOZ_NATIVE_NSPR=1], [AC_MSG_ERROR([your don't have NSPR installed or your version is too old])])
nit, I know this typo matches m-c but "you don't have"
Attachment #673600 -
Flags: review?(bugspam.Callek) → review+
Comment on attachment 673600 [details] [diff] [review]
Increase the version numbers and don't silently fall back [Checked in: Comment 3]
http://hg.mozilla.org/comm-central/rev/63448f938246
Attachment #673600 -
Attachment description: Increase the version numbers and don't silently fall back → Increase the version numbers and don't silently fall back [Checked in: Comment 3]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-seamonkey2.16:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 19.0
You need to log in
before you can comment on or make changes to this bug.
Description
•