Closed
Bug 1445731
Opened 5 years ago
Closed 5 years ago
Upgrade Firefox 61 to use NSS 3.37
Categories
(Core :: Security: PSM, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: jcj, Assigned: jcj)
References
(Depends on 1 open bug)
Details
(Whiteboard: [nss-uplift] [psm-assigned])
Tracking NSS 3.37 for Firefox 61.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jjones
Status: NEW → ASSIGNED
Whiteboard: [nss-uplift] → [nss-uplift] [psm-assigned]
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ea43e2a1cfe land NSS 1053cc7b45a2 UPGRADE_NSS_RELEASE, r=me
Comment 2•5 years ago
|
||
Backed out for build bustages at build bustages at /src/security/nss/lib/freebl/verified/Hacl_Poly1305_32 Push that caused the failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=4ea43e2a1cfe95e606cfe4ff358cd61fc4cb3596 Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=168044679&repo=mozilla-inbound Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/fdf32a9d5f21464f566398e9c093176ff3bd4f90
Flags: needinfo?(jjones)
Comment 3•5 years ago
|
||
The issue from bug 1441219 should be resolved (NSS CI doesn't have non-intel 32-bit machines, thus no guarantees/tests).
Assignee | ||
Comment 4•5 years ago
|
||
Thanks. Fix went in https://hg.mozilla.org/projects/nss/rev/f0d4789c89169de0641b8b4e8b7cd2cec015d4dd , I'm preparing a new uplift.
Flags: needinfo?(jjones)
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/30b30a7267c7 land NSS f0d4789c8916 UPGRADE_NSS_RELEASE, r=me
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/30b30a7267c7
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/8072ac80797b land NSS c5dffd6269ea UPGRADE_NSS_RELEASE, r=me
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8072ac80797b
Comment 10•5 years ago
|
||
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/2fdd9bac3094 land NSS 1bde21f90bd1 UPGRADE_NSS_RELEASE, r=me
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2fdd9bac3094
Comment 12•5 years ago
|
||
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4f472ea0a55 land NSS dedf5290c679 UPGRADE_NSS_RELEASE, r=me
Comment 13•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f4f472ea0a55
Comment 14•5 years ago
|
||
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/280491d65d24 land NSS 6ae3ab8a1e7b UPGRADE_NSS_RELEASE, r=me
Comment 15•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/280491d65d24
Comment 16•5 years ago
|
||
Pushed by franziskuskiefer@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/f51236743c91 land NSS 954032211d2d UPGRADE_NSS_RELEASE, r=me
Comment 17•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f51236743c91
Comment 18•5 years ago
|
||
Pushed by kaie@kuix.de: https://hg.mozilla.org/integration/mozilla-inbound/rev/0037f2516d10 land NSS 2eefd697d661 UPGRADE_NSS_RELEASE, r=me
Comment 19•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0037f2516d10
Comment 20•5 years ago
|
||
Pushed by ttaubert@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/c6757ad801fe land NSS c1a4035420c3 UPGRADE_NSS_RELEASE, r=me
Comment 21•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6757ad801fe
Comment 22•5 years ago
|
||
Pushed by ttaubert@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd2d50a70a7e land NSS 3e452651e282 UPGRADE_NSS_RELEASE, r=me
Comment 23•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dd2d50a70a7e
Comment 24•5 years ago
|
||
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf1d0f4340ef land NSS NSS_3_37_BETA2 UPGRADE_NSS_RELEASE, r=me
Comment 25•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cf1d0f4340ef
Comment 26•5 years ago
|
||
When uplifting the final 3.37 version, please remember to update old-configure.in AM_PATH_NSS(3.36, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) should be changed to AM_PATH_NSS(3.37, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Assignee | ||
Comment 27•5 years ago
|
||
(In reply to Kai Engert (:kaie:) from comment #26) > When uplifting the final 3.37 version, please remember to update > old-configure.in > > AM_PATH_NSS(3.36, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS > installed or your version is too old])]) > > should be changed to > > AM_PATH_NSS(3.37, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS > installed or your version is too old])]) I presume this needs to happen on every release; we should add it to https://wiki.mozilla.org/NSS/Release_Management#Upgrading_mozilla-central
Comment 28•5 years ago
|
||
Pushed by jjones@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/b95fbd8db183 land NSS NSS_3_37_RTM UPGRADE_NSS_RELEASE, r=me
Comment 29•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b95fbd8db183
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•