Bump netlayer to use tor binaries from verified tor-browser v9.5.4 #4601
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use a
netlayer
version that includes tor binaries extracted from the latest tor browser v9.5.4.For simplicity:
cdbe476
from this branch)netlayer
v0.6.8 + a change to use followingtor-binary
netlayer
bumpstor-binary
dependency to f3bc31f (based on commitf3bc31f
from this branch)tor-binary
dependency + change A + change Btor-browser
v9.5.4 (instead of 9.5.3 used previously)SHA-256
hashes of thetor-browser
binaries match the official ones (instead ofSHA-512
hashes used previously, which are not published in the official tor repo anymore)tor-browser
binaries (used to extract the tor binaries) match the official checksumsNote: The tor binaries in
tor-browser
v9.5.4 are the same version as from v9.5.3 (namely tor v0.4.3.6, as per the tor-browser changelog).So this PR doesn't bring or change any tor or netlayer functionality. It only ensures that the used tor binaries were extracted from verified
tor-browser
packages. The tor binaries are delivered as dependencies ofnetlayer
.Fixes #4593