]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Docker: bump Tor to 0.4.7.8
authortobtoht <thotbot@protonmail.com>
Thu, 23 Jun 2022 11:45:08 +0000 (13:45 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 23 Jun 2022 11:45:08 +0000 (13:45 +0200)
Dockerfile.linux

index ceaee7fbbcdc85f7a08ff16338b5c50160a8e41e..69f55967e4b540ca93e844498ef6de50b87e7320 100644 (file)
@@ -229,11 +229,11 @@ RUN git clone -b v1.2.11 --depth 1 https://github.com/madler/zlib && \
 # Tor: Optional for Feather (-DTOR_DIR)
 # Binary can be embedded in Feather
 # TOR_VERSION is used by CMAKE to determine embedded version
-ENV TOR_VERSION=0.4.6.9
+ENV TOR_VERSION=0.4.7.8
 ENV TOR_DIR=/usr/local/tor/bin/
-RUN git clone -b tor-0.4.6.9 --depth 1 https://git.torproject.org/tor.git && \
+RUN git clone -b tor-0.4.7.8 --depth 1 https://git.torproject.org/tor.git && \
     cd tor && \
-    git reset --hard ea2ada6d1459f829446b6b1e66c557d1b084e78b && \
+    git reset --hard 7528524aee3ffe3c9b7c69fa18f659e1993f59a3 && \
     ./autogen.sh && \
     ./configure \
     --disable-asciidoc \