Skip to content

Commit

Permalink
Bumps tor version 0.3.5.8 -> 0.4.0.5
Browse files Browse the repository at this point in the history
Updates the fetch-tor-packages logic to pull in current stable LTS [0]
versions of Tor. The prior 0.3.x versions are no longer available from
upstream tor repo, so they cannot be fetched.

Includes updates to test vars, as well.

[0] https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases
  • Loading branch information
Conor Schaefer authored and lev-csouffrant committed Aug 25, 2019
1 parent e278cf7 commit 2ea7f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/fetch-tor-packages/playbook.yml
Original file line number Diff line number Diff line change
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.3.5.8-1~xenial+1"
tor_version: "0.4.0.5-2~xenial+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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{"name": "tor", "arch": "amd64"},
{"name": "tor-geoipdb", "arch": "all"},
]
TOR_VERSION = "0.3.5.8-1~xenial+1"
TOR_VERSION = "0.4.0.5-2~xenial+1"


def test_tor_apt_repo(host):
Expand Down

0 comments on commit 2ea7f40

Please sign in to comment.