summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-04 20:26:21 -0700
committerMicah Lee <micah@micahflee.com>2021-05-04 20:26:21 -0700
commit5a37f38d4b90244b5f75651f844f82fd1a8b7122 (patch)
tree8e6fb6e26ed8ce05fdd83a6801823033d9bea113
parentb6d86a8e12f78b1a6ee3d73ede1ea9ffb6a21ea4 (diff)
downloadonionshare-5a37f38d4b90244b5f75651f844f82fd1a8b7122.tar.gz
onionshare-5a37f38d4b90244b5f75651f844f82fd1a8b7122.zip
Update tor
-rw-r--r--RELEASE.md5
-rwxr-xr-xdesktop/scripts/get-tor-osx.py6
-rw-r--r--desktop/scripts/get-tor-windows.py6
-rw-r--r--snap/snapcraft.yaml4
4 files changed, 13 insertions, 8 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 45d340f8..5d28a40f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -14,6 +14,11 @@ Before making a release, you must update the version in these places:
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
- [ ] `snap/snapcraft.yaml`
+Use tor binaries from the latest Tor Browser:
+
+- [ ] `desktop/scripts/get-tor-osx.py`
+- [ ] `desktop/scripts/get-tor-windows.py`
+
Update the documentation:
- [ ] Update all of the documentation in `docs` to cover new features, including taking new screenshots if necessary
diff --git a/desktop/scripts/get-tor-osx.py b/desktop/scripts/get-tor-osx.py
index 76c7a5fe..310acc27 100755
--- a/desktop/scripts/get-tor-osx.py
+++ b/desktop/scripts/get-tor-osx.py
@@ -34,10 +34,10 @@ import requests
def main():
- dmg_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.10/TorBrowser-10.0.10-osx64_en-US.dmg"
- dmg_filename = "TorBrowser-10.0.10-osx64_en-US.dmg"
+ dmg_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.16/TorBrowser-10.0.16-osx64_en-US.dmg"
+ dmg_filename = "TorBrowser-10.0.16-osx64_en-US.dmg"
expected_dmg_sha256 = (
- "7ed73e94ccdfab76b8d96ddbac7828d3a7c77dd73b54c34e55666f3b6274d12a"
+ "95bf37d642bd05e9ae4337c5ab9706990bbd98cc885e25ee8ae81b07c7653f0a"
)
# Build paths
diff --git a/desktop/scripts/get-tor-windows.py b/desktop/scripts/get-tor-windows.py
index 87080c4a..a9126e9d 100644
--- a/desktop/scripts/get-tor-windows.py
+++ b/desktop/scripts/get-tor-windows.py
@@ -33,10 +33,10 @@ import requests
def main():
- exe_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.10/torbrowser-install-10.0.10_en-US.exe"
- exe_filename = "torbrowser-install-10.0.10_en-US.exe"
+ exe_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.16/torbrowser-install-10.0.16_en-US.exe"
+ exe_filename = "torbrowser-install-10.0.16_en-US.exe"
expected_exe_sha256 = (
- "6cbd14a7232e4ae7f2718d9b7f377e1a7bb96506da21f1ac6f689a22fc5e53fe"
+ "1f93d756b4aee1b2df7d85c8d58b626b0d38d89c974c0a02f324ff51f5b23ee1"
)
# Build paths
root_path = os.path.dirname(
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b6f735f9..3c049e59 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -127,8 +127,8 @@ parts:
after: [tor, obfs4]
tor:
- source: https://dist.torproject.org/tor-0.4.5.6.tar.gz
- source-checksum: sha256/22cba3794fedd5fa87afc1e512c6ce2c21bc20b4e1c6f8079d832dc1e545e733
+ source: https://dist.torproject.org/tor-0.4.5.7.tar.gz
+ source-checksum: sha256/447fcaaa133e2ef22427e98098a60a9c495edf9ff3e0dd13f484b9ad0185f074
source-type: tar
plugin: autotools
build-packages: