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

Updated Tor version to 0.4.5.8 #5971

Merged
merged 1 commit into from Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion molecule/fetch-tor-packages/playbook.yml
Expand Up @@ -12,7 +12,7 @@
tor_repo_pubkey: "{{ sd_repo_root + '/install_files/ansible-base/roles/tor-hidden-services/files/tor-signing-key.pub' }}"
tor_repo_url: "deb https://deb.torproject.org/torproject.org {{ ansible_distribution_release }} main"
# Used to fetch a precise version; must also be updated in the test vars
tor_version: "0.4.5.7-1~{{ ansible_distribution_release }}+1"
tor_version: "0.4.5.8-1~{{ ansible_distribution_release }}+1"

tasks:
- name: Add Tor apt repo pubkey
Expand Down
2 changes: 1 addition & 1 deletion molecule/fetch-tor-packages/tests/test_tor_packages.py
Expand Up @@ -11,7 +11,7 @@
{"name": "tor-geoipdb", "arch": "all"},
]
# The '{}' will be replaced with platform, e.g. Focal
TOR_VERSION_TEMPLATE = "0.4.5.7-1~{}+1"
TOR_VERSION_TEMPLATE = "0.4.5.8-1~{}+1"


def test_tor_apt_repo(host):
Expand Down