]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Update Tor to 0.4.6.6
authortobtoht <thotbot@protonmail.com>
Fri, 9 Jul 2021 09:44:25 +0000 (11:44 +0200)
committertobtoht <thotbot@protonmail.com>
Fri, 9 Jul 2021 09:44:25 +0000 (11:44 +0200)
Dockerfile
Dockerfile.windows

index d77723a47e5f1311dc83599035d2180d40b40c65..c24034ce85e52933625ad1d911665cc7385d9d35 100644 (file)
@@ -230,9 +230,9 @@ RUN git clone -b v1.2.11 --depth 1 https://github.com/madler/zlib && \
 # Tor: Optional for Feather (-DTOR_BIN)
 # Binary can be embedded in Feather
 ENV TOR_BIN=/usr/local/tor/bin/tor
-RUN git clone -b tor-0.4.5.7 --depth 1 https://git.torproject.org/tor.git && \
+RUN git clone -b tor-0.4.6.6 --depth 1 https://git.torproject.org/tor.git && \
     cd tor && \
-    git reset --hard 83f895c015de55201e5f226f84a866f30f5ee14b && \
+    git reset --hard 60d1fb3d37274e29e9e88620d77e1636ef922561 && \
     ./autogen.sh && \
     ./configure \
     --disable-asciidoc \
index cf1a2b939467dee498092346515a338cf9e2d030..fedc93d38c54d00b1f42b2980d2bda82b1a22706 100644 (file)
@@ -154,9 +154,9 @@ RUN wget https://github.com/libevent/libevent/releases/download/release-2.1.11-s
     make -j$THREADS install && \
     rm -rf $(pwd)
 
-RUN git clone -b tor-0.4.5.7 --depth 1 https://git.torproject.org/tor.git && \
+RUN git clone -b tor-0.4.6.6 --depth 1 https://git.torproject.org/tor.git && \
     cd tor  && \
-    git reset --hard 83f895c015de55201e5f226f84a866f30f5ee14b && \
+    git reset --hard 60d1fb3d37274e29e9e88620d77e1636ef922561 && \
     ./autogen.sh && \
     ./configure --host=x86_64-w64-mingw32 \
     --disable-asciidoc \