Closed Bug 935568 Opened 11 years ago Closed 11 years ago

update branches that use 4.10 RTM to 4.10.2 RTM

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox25 fixed, firefox26 fixed, firefox27+ fixed, firefox28+ fixed, firefox-esr2425+ fixed, b2g18 fixed, b2g-v1.1hd fixed, b2g-v1.2 fixed, b2g-v1.3 fixed)

RESOLVED FIXED
mozilla28
Tracking Status
firefox25 --- fixed
firefox26 --- fixed
firefox27 + fixed
firefox28 + fixed
firefox-esr24 25+ fixed
b2g18 --- fixed
b2g-v1.1hd --- fixed
b2g-v1.2 --- fixed
b2g-v1.3 --- fixed

People

(Reporter: KaiE, Assigned: KaiE)

Details

(Whiteboard: [qa-])

Attachments

(4 files, 4 obsolete files)

Mozilla 27, currently aurora, uses NSPR 4.10.2 beta. We must update it to NSPR 4.10.2 RTM (not released yet). This should ideally happen prior to the next branch merge on Dec 9.
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [leave open]
Attached patch update to beta2 (obsolete) — Splinter Review
We should begin by updating to the beta2 snapshot for testing of the recent changes.
Attachment #828093 - Flags: review?(wtc)
Comment on attachment 828093 [details] [diff] [review] update to beta2 Review of attachment 828093 [details] [diff] [review]: ----------------------------------------------------------------- r=wtc. IMPORTANT: I may change or remove the new PR_SocketPollingHandle and PR_SocketPollingStatus functions added in bug 888581 before the NSPR 4.10.2 final release. So we should not push NSPR_4_10_2_BETA2 to an hg repository other than mozilla-inbound and mozilla-central. Another option is to create the NSPR 4.10.2 final release without these two changesets: https://hg.mozilla.org/projects/nspr/rev/1bd2f00745d3 https://hg.mozilla.org/projects/nspr/rev/77c4ee30c1fe
Attachment #828093 - Flags: review?(wtc) → review+
I've created the NSPR 4.10.2 RTM as requested by Wan-Teh.
Assignee: nobody → kaie
Attachment #829710 - Flags: review+
Attachment #829710 - Attachment description: update to NSPR 4.10.2 RTM → update to NSPR 4.10.2 RTM (this patch works for m-c28 and m-a27 which currently use beta1)
Attachment #828093 - Attachment is obsolete: true
Comment on attachment 829710 [details] [diff] [review] update to NSPR 4.10.2 RTM (this patch works for m-c28 and m-a27 which currently use beta1) Approval justification: Aurora must use a RTM version of NSPR, not a beta.
Attachment #829710 - Flags: approval-mozilla-aurora?
It's up to dveditz if he wants this update. Patch applies to m-b 26 and m-r 25 branches. changes: 915522, 888546, 770534, 927687
Attachment #829712 - Flags: approval-mozilla-release?
Attachment #829712 - Flags: approval-mozilla-beta?
It's up to dveditz if he wants this update. Patch applies to esr24 branch. changes: 915522, 888546, 770534, 927687, 888273, 907512
Attachment #829713 - Flags: approval-mozilla-esr24?
Please update configure.in to require the new version of NSPR too. It seems like some of the bug fixes in the new release are important even if there is no ABI issue.
Flags: needinfo?(kaie)
(In reply to Brian Smith from comment #8) > Please update configure.in to require the new version of NSPR too. https://hg.mozilla.org/integration/mozilla-inbound/rev/c0e8bbe5e71d
Flags: needinfo?(kaie)
Attachment #829710 - Attachment is obsolete: true
Attachment #829710 - Flags: approval-mozilla-aurora?
Attachment #829930 - Flags: review+
Attachment #829930 - Flags: approval-mozilla-aurora?
Attachment #829712 - Attachment is obsolete: true
Attachment #829712 - Flags: approval-mozilla-release?
Attachment #829712 - Flags: approval-mozilla-beta?
Attachment #829931 - Flags: approval-mozilla-release?
Attachment #829931 - Flags: approval-mozilla-beta?
Attachment #829713 - Attachment is obsolete: true
Attachment #829713 - Flags: approval-mozilla-esr24?
Attachment #829932 - Flags: approval-mozilla-esr24?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Summary: Mozilla 27 requires NSPR 4.10.2 RTM (once it's ready) → update branches that use 4.10 RTM to 4.10.2 RTM
Attachment #829930 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Attachment #829931 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Adjusting the summary and the flags to show that this can be uplifted as high at FF25 (leaving the approval request for consideration in the dot release).
(In reply to lsblakk@mozilla.com [:lsblakk] from comment #14) > Adjusting the summary and the flags to show that this can be uplifted as > high at FF25 As high as ESR24 even - that's the only one using the oldest NSPR 4.10 that you used in the summary.
Attachment #829931 - Flags: approval-mozilla-release? → approval-mozilla-release+
Attachment #829932 - Flags: approval-mozilla-esr24? → approval-mozilla-esr24+
Also pushed to GECKO2410esr_2013102201_RELBRANCH. https://hg.mozilla.org/releases/mozilla-esr24/rev/7d89d35ff7e3
Whiteboard: [qa-]
Well, that was remarkably painless. Almost *too* painless... :P [Approval Request Comment] Bug caused by (feature/regressing bug #): N/A User impact if declined: Unfixed security bugs (like bug 927687) Testing completed: This version of NSPR is used on all other branches without issue. On Try, this patch successfully built all supported platforms and passes tests on the B2G ICS emulator. Risk to taking this patch (and alternatives if risky): Per wtc, NSPR updates are generally low-risk and uneventful. The fact that no other branches have had issues with this version would seem to corroborate that. String or UUID changes made by this patch: None
Attachment #8367779 - Flags: review?(wtc)
Attachment #8367779 - Flags: approval-mozilla-b2g18?
Comment on attachment 8367779 [details] [diff] [review] update b2g18 branch to 4.10.2 RTM Review of attachment 8367779 [details] [diff] [review]: ----------------------------------------------------------------- r=wtc. Please also modify nsprpub/config/prdepend.h. Just remove the blank line at the end of that file.
Attachment #8367779 - Flags: review?(wtc) → review+
Comment on attachment 8367779 [details] [diff] [review] update b2g18 branch to 4.10.2 RTM Not aware of security issues at this time. Please re-nom once security threat is known.
Attachment #8367779 - Flags: approval-mozilla-b2g18? → approval-mozilla-b2g18-
Comment on attachment 8367779 [details] [diff] [review] update b2g18 branch to 4.10.2 RTM As explained 935568 *is* the security update for bug 927687
Attachment #8367779 - Flags: approval-mozilla-b2g18- → approval-mozilla-b2g18+
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: