Closed
Bug 698344
Opened 14 years ago
Closed 14 years ago
Configure.in for Firefox 8 beta requires only NSS 3.12.10 but we only have test coverage for NSS 3.12.11
Categories
(Core :: Security: PSM, defect, P1)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox8 | - | affected |
| firefox9 | - | unaffected |
| firefox10 | - | unaffected |
People
(Reporter: briansmith, Assigned: briansmith)
References
Details
(Keywords: qawanted)
Attachments
(1 file)
|
1.03 KB,
patch
|
wtc
:
review+
akeybl
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #698342 +++
+++ This bug was initially created as a clone of Bug #673382 +++
When we upgraded mozilla-central to NSS 3.12.11, we didn't change configure.in to require NSS 3.12.11. We have no (automated) testing for Firefox 8+with earlier versions, so we need to require NSS 3.12.11 when using system NSS.
This has a material effect only on Linux, AFAICT.
This won't affect mozilla-aurora or mozilla-central, because both of those are already requiring a newer version of NSS (NSS 3.13.1).
| Assignee | ||
Comment 1•14 years ago
|
||
Requesting approval for mozilla-beta. See description for more details.
Attachment #570617 -
Flags: review?(kaie)
Attachment #570617 -
Flags: approval-mozilla-beta?
Comment 2•14 years ago
|
||
(In reply to Brian Smith (:bsmith) from comment #0)
> This won't affect mozilla-aurora or mozilla-central, because both of those
> are already requiring a newer version of NSS (NSS 3.13.1).
Are you sure about this? I built aurora against a system NSS 3.12.11 without any complaint on friday.
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
> (In reply to Brian Smith (:bsmith) from comment #0)
> > This won't affect mozilla-aurora or mozilla-central, because both of those
> > are already requiring a newer version of NSS (NSS 3.13.1).
>
> Are you sure about this? I built aurora against a system NSS 3.12.11 without
> any complaint on friday.
The same bug affects -aurora and -central currently but once we land the patches in bug 669061, both of them will require system NSS 3.13.1. So, we don't need to land anything in -central or -aurora for this bug.
Comment 4•14 years ago
|
||
Comment on attachment 570617 [details] [diff] [review]
Require NSS 3.12.11 or later when using system NSS
[Triage Comment]
* Minusing approval-mozilla-beta as we've already built what we hope to be our RC, and this does not seem critical enough to re-roll
Attachment #570617 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Updated•14 years ago
|
| Assignee | ||
Comment 5•14 years ago
|
||
At a minimum, QA should sign off that they have tested Firefox 8 on Linux using system NSS 3.12.10 and not a later version. AFAICT, we have had no testing at all in this configuration.
Keywords: qawanted
Comment 6•14 years ago
|
||
Why is that necessary? If we've tested what we're shipping, then that should be sufficient. If we're relying on new features in NSS 3.12.11, then we should bump the version requirement.
Updated•14 years ago
|
Comment 7•14 years ago
|
||
Comment on attachment 570617 [details] [diff] [review]
Require NSS 3.12.11 or later when using system NSS
r=wtc.
I suggest we check in this patch in mozilla-central, or
mark the bug WONTFIX. We should not leave the bug open
indefinitely.
Attachment #570617 -
Flags: review?(kaie) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
configure.in now requires NSPR 4.9 and NSS 3.13.2.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•