Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Tor to 0.4.8.10 from 0.4.8.5 #12617

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions WalletWasabi/Microservices/Binaries/UpgradeTorBinaries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ if ($IsWindows) {
$sevenZip = '7zz'
}

$windowsInstaller = "torbrowser-install-win64-${version}_ALL.exe"
$macDmg = "TorBrowser-${version}-macos_ALL.dmg"
$linuxTarball = "tor-browser-linux64-${version}_ALL.tar"
$windowsInstaller = "tor-browser-windows-x86_64-portable-${version}.exe"
$macDmg = "tor-browser-macos-${version}.dmg"
$linuxTarball = "tor-browser-linux-x86_64-${version}.tar"
Comment on lines +48 to +50
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binaries got changed. Hopefully, the dmg for macOS is still for both intel and arm64 archs.

$linuxCompressedTarball = "$linuxTarball.xz"

$packages = @(
Expand Down
Binary file modified WalletWasabi/Microservices/Binaries/lin64/Tor/libcrypto.so.3
Binary file not shown.
Binary file modified WalletWasabi/Microservices/Binaries/lin64/Tor/libssl.so.3
Binary file not shown.
Binary file modified WalletWasabi/Microservices/Binaries/lin64/Tor/tor
Binary file not shown.
Binary file not shown.
Binary file modified WalletWasabi/Microservices/Binaries/osx64/Tor/tor
Binary file not shown.
Binary file modified WalletWasabi/Microservices/Binaries/win64/Tor/tor.exe
Binary file not shown.