Closed
Bug 1629666
Opened 5 years ago
Closed 5 years ago
Optimize loading of RNP shared library
Categories
(MailNews Core :: Security: OpenPGP, task)
MailNews Core
Security: OpenPGP
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 77.0
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
When looking for the RNP shared library, we should first check the Thunderbird install directory, then fall back to checking other places. This will ensure that the application copy is loaded before any external installations.
Assignee | ||
Comment 1•5 years ago
|
||
Check the Thunderbird application directory for the RNP shared library (without
any SO version) before checking other locations. The build system will install
libraries named librnp.so, librnp.dylib, or rnp.dll depending on the OS.
Kai this is the patch we discussed in email.
Attachment #9140261 -
Flags: review?(kaie)
Updated•5 years ago
|
Attachment #9140261 -
Flags: review?(kaie) → review+
Assignee | ||
Comment 2•5 years ago
|
||
Check the Thunderbird application directory for the RNP shared library (without
any SO version) before checking other locations. The build system will install
libraries named librnp.so, librnp.dylib, or rnp.dll depending on the OS.
Depends on D70759
Updated•5 years ago
|
Attachment #9140615 -
Attachment is obsolete: true
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/107ee9bfae22
Prioritize loading RNP library from application directory. r=kaie DONTBUILD
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 77.0
You need to log in
before you can comment on or make changes to this bug.
Description
•