Closed
Bug 585110
Opened 16 years ago
Closed 16 years ago
system nss and nspr requirement need a bump to resp. 3.12.8 and 4.8.6
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 585061
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
|
1.51 KB,
patch
|
Details | Diff | Splinter Review |
The checks for system nss and nspr currently check for nspr 4.8.0 and nss 3.12.6. Current trunk requires nss 3.12.8 for TLS false start, and nss 3.12.8 itself needs nspr 4.8.6. So, in case only --with-system-nspr is used, the version needs to be bumped. In case both --with-system-nspr and --with-system-nss are used, the requirement of nss 3.12.8 indirectly makes the requirement for nspr 4.8.6 necessary, so checking for nspr 4.8.6 in all cases is just fine.
| Assignee | ||
Updated•16 years ago
|
Attachment #463594 -
Flags: review?(benjamin)
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → mh+mozilla
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Attachment #463594 -
Attachment is patch: true
Attachment #463594 -
Attachment mime type: application/octet-stream → text/plain
Updated•16 years ago
|
Attachment #463594 -
Flags: review?(benjamin)
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•