Closed
Bug 1563925
Opened 7 years ago
Closed 6 years ago
Remove old versions of the rand crate
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eijebong, Assigned: glandium)
References
Details
Attachments
(2 files)
Firefox still depends on rand 0.3 and 0.4 while 0.7 just got released. We should remove those old versions
| Assignee | ||
Updated•6 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 1•6 years ago
|
||
As well as a in-tree crate.
Updated•6 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 2•6 years ago
•
|
||
With the attached patch, the remaining crates using rand 0.6 are:
- authenticator https://github.com/mozilla/authenticator-rs/pull/101
- lucet-wasi https://github.com/PLSysSec/lucet_sandbox_compiler/pull/5
- neqo-transport https://github.com/mozilla/neqo/pull/338
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/841428eaea43
Update crates that have new versions that use rand 0.7. r=firefox-build-system-reviewers,chmanchester
Comment 4•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
With the attached patch, the remaining crates using rand 0.6 are:
- authenticator https://github.com/mozilla/authenticator-rs/pull/101
Updated in bug 1609997.
Updated in bug 1587468.
- neqo-transport https://github.com/mozilla/neqo/pull/338
Updated in bug 1604683.
| Assignee | ||
Comment 6•6 years ago
|
||
Actually, there's some leftover rand_core.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: FIXED → ---
| Assignee | ||
Comment 7•6 years ago
|
||
There are even newer versions, but they pull in a new version of
rust-argon2 that pulls in a new version of base64.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/abd34c5b6261
Update redox_users to 0.3.2. r=froydnj
Comment 9•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 10•6 years ago
|
||
Should have been closed with comment 9, but there was an obsolete leave-open.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Keywords: leave-open
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•