You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the apt server used for a SecureDrop install (e.g., apt.freedom.press) does not serve a tor package, the install logic will install the Tor package from Ubuntu upstream, which is quite old (0.2.4.27). It is the only package that mirrored on apt.freedom.press that also exists in upstream Ubuntu apt repos.
We should implement a verification in the install logic that ensures the version of Tor at install time is the one provided by FPF (and not the upstream-provided version).
I have added it to the pre-flight checklist for 0.12.0: #4124
The text was updated successfully, but these errors were encountered:
Description
If the apt server used for a SecureDrop install (e.g., apt.freedom.press) does not serve a
tor
package, the install logic will install the Tor package from Ubuntu upstream, which is quite old (0.2.4.27). It is the only package that mirrored on apt.freedom.press that also exists in upstream Ubuntu apt repos.We should implement a verification in the install logic that ensures the version of Tor at install time is the one provided by FPF (and not the upstream-provided version).
I have added it to the pre-flight checklist for 0.12.0: #4124
The text was updated successfully, but these errors were encountered: