Closed
Bug 1217985
Opened 9 years ago
Closed 9 years ago
Don't depend on Windows crypto DLLs if not building the Windows Maintenance Service
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: arthur, Assigned: arthur)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor])
Attachments
(2 files)
(deleted),
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
robert.strong.bugs
:
review+
robert.strong.bugs
:
feedback+
|
Details | Diff | Splinter Review |
In Tor Browser, a patch was introduced to avoid a dependency
on crypt32.dll and wintrust.dll when Windows Maintenance Service is not being built.
Here is a link that tracks the latest version of the Tor Browser patch:
https://torpat.ch/16906
Assignee | ||
Comment 1•9 years ago
|
||
(In reply to Arthur Edelstein from comment #0)
> https://torpat.ch/16906
To clarify: only the a2ebb7e patch will be need for this bug.
(The other patch has already landed in https://hg.mozilla.org/mozilla-central/rev/34bbc3cb3e79.)
Assignee | ||
Updated•9 years ago
|
Whiteboard: [tor]
Assignee | ||
Comment 2•9 years ago
|
||
Here is Tor Browser's patch rebased to the latest version of mozilla-central.
Attachment #8678401 -
Flags: review?(robert.strong.bugs)
Updated•9 years ago
|
Assignee: nobody → arthuredelstein
Updated•9 years ago
|
Component: Build Config → Application Update
Product: Core → Toolkit
Comment 3•9 years ago
|
||
Comment on attachment 8678401 [details] [diff] [review]
0001-Don-t-depend-on-Windows-crypto-DLLs.patch
Looks fine and thanks!
Attachment #8678401 -
Flags: review?(robert.strong.bugs) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Keywords: checkin-needed
Comment 5•9 years ago
|
||
I also sent it to try and it looks good
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e7174020d6a9
Comment 6•9 years ago
|
||
Pushed to fx-team
https://hg.mozilla.org/integration/fx-team/rev/c4aebb4abcc5
Keywords: checkin-needed
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 8•9 years ago
|
||
> TestAUSHelper.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl VerifyCertificateTrustForFile(wchar_t const *)" (?VerifyCertificateTrustForFile@@YAKPB_W@Z) referenced in function _wmain
> TestAUSHelper.exe : fatal error LNK1120: 1 unresolved externals
> c:/t1/hg/comm-central/mozilla/config/rules.mk:739: recipe for target 'TestAUSHelper.exe' failed
> mozmake[3]: *** [TestAUSHelper.exe] Error 1120
> mozmake[3]: Leaving directory 'c:/t1/hg/objdir-sm/toolkit/mozapps/update/tests'
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•9 years ago
|
||
Is this the correct fix?
Flags: needinfo?(robert.strong.bugs)
Attachment #8680063 -
Flags: feedback?(robert.strong.bugs)
Comment 10•9 years ago
|
||
Comment on attachment 8680063 [details] [diff] [review]
Proposed bustage fix
I believe that should be enough.
Are you ok with me landing this?
Flags: needinfo?(robert.strong.bugs)
Attachment #8680063 -
Flags: feedback?(robert.strong.bugs) → feedback+
Updated•9 years ago
|
Attachment #8680063 -
Flags: review+
Assignee | ||
Comment 12•9 years ago
|
||
Sorry for the bustage -- thanks for fixing it.
Comment 13•9 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•