Skip to content

Commit

Permalink
Merge pull request #4539 from freedomofpress/tor-browser-bump
Browse files Browse the repository at this point in the history
dockerfiles: bump Tor Browser version to 8.5.1 and fix broken lint target
  • Loading branch information
emkll authored Jun 19, 2019
2 parents d57b040 + 1ffbbeb commit 5027d1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/landing_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Here's a similar example for nginx if the system supports TLS 1.3:
.. note:: We have prioritized security in selecting these cipher suites, so if
you choose to use them then your site might not be compatible with
legacy or outdated browsers and operating systems. For a good
reference check out `Cipherli.st <https://cipherli.st/>`__.
reference check out `Mozilla's recommendations <https://wiki.mozilla.org/Security/Server_Side_TLS>`__.

You'll need to run ``a2enmod headers ssl rewrite`` for all these to
work. You should also set ``ServerSignature Off`` and
Expand Down
2 changes: 1 addition & 1 deletion securedrop/dockerfiles/xenial/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl -LO https://ftp.mozilla.org/pub/firefox/releases/${FF_ESR_VER}/linux-x8

COPY ./tor_project_public.pub /opt/

ENV TBB_VERSION 8.5
ENV TBB_VERSION 8.5.1
RUN gpg --import /opt/tor_project_public.pub && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz.asc && \
Expand Down
2 changes: 1 addition & 1 deletion securedrop/dockerfiles/xenial/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -LO https://ftp.mozilla.org/pub/firefox/releases/${FF_ESR_VER}/linux-x8

COPY ./tor_project_public.pub /opt/

ENV TBB_VERSION 8.5
ENV TBB_VERSION 8.5.1
RUN gpg --import /opt/tor_project_public.pub && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz && \
wget https://www.torproject.org/dist/torbrowser/${TBB_VERSION}/tor-browser-linux64-${TBB_VERSION}_en-US.tar.xz.asc && \
Expand Down

0 comments on commit 5027d1a

Please sign in to comment.