Impossible to audit Thunderbird beta releases on macOS to confirm that security patches are present
Categories
(Thunderbird :: Build Config, defect, P2)
Tracking
(thunderbird_esr91 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | unaffected |
People
(Reporter: 52qtuqm9, Assigned: rjl)
Details
Attachments
(2 files)
The Info.plist file included with Thunderbird beta releases on macOS does not show the full beta release number, e.g., for 98.0b2 it only says 98.0. It also doesn't have any sort of build date in it. This means that it's impossible for enterprises to audit installed beta releases of Thunderbird to confirm, e.g., that they have recently announced security patches in them. There should be enough detail in the versioning in the Info.plist file to be able to identify a specific beta release from the data.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Use display version when building Info.plist. This will only affect beta
builds, where MOZ_APP_VERSION does not include the beta number;
MOZ_VERSION_DISPLAY does. (Release and daily builds the two values are the
same.)
Additionally, use MAC_BUNDLE_VERSION for CFBundleVersion as is done for
Firefox. MAC_BUNDLE_VERSION is the major version number and the build date
(eg. 9922.3.3).
Updated•3 years ago
|
| Reporter | ||
Comment 2•3 years ago
|
||
Sweet. Thank you for the quick action on this.
| Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/ff49a9514dac
Include beta version in Info.plist. r=darktrojan
| Assignee | ||
Comment 4•3 years ago
|
||
Verified fixed in 99.0b1
| Assignee | ||
Updated•3 years ago
|
Description
•