]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Update Tor to 0.4.6.9
authortobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 12:41:24 +0000 (13:41 +0100)
committertobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 12:41:24 +0000 (13:41 +0100)
Dockerfile.linux
Dockerfile.windows

index 19d03a10ec614264e7e0a0415234a315ed6004a6..f5efbe2d042d5c973a92c520dc667ec172f5341b 100644 (file)
@@ -11,7 +11,6 @@ ENV DEBIAN_FRONTEND=noninteractive
 # Feather build flags
 ENV CHECK_UPDATES=ON
 ENV WITH_SCANNER=ON
-ENV TOR_VERSION=0.4.6.6
 
 COPY --from=featherwallet/feather-deps:linux-1.0.0 /deps /deps
 COPY --from=featherwallet/feather-deps:linux-1.0.0 /var/cache/apt/archives /archives
@@ -231,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-$TOR_VERSION --depth 1 https://git.torproject.org/tor.git && \
+RUN git clone -b tor-0.4.6.9 --depth 1 https://git.torproject.org/tor.git && \
     cd tor && \
-    git reset --hard 60d1fb3d37274e29e9e88620d77e1636ef922561 && \
+    git reset --hard ea2ada6d1459f829446b6b1e66c557d1b084e78b && \
     ./autogen.sh && \
     ./configure \
     --disable-asciidoc \
index 933c9ff799095d6993474bab5a84c2138ba499f3..45456072bcb37309ac0fe1954d659e6dd00a65c1 100644 (file)
@@ -11,7 +11,6 @@ ENV WITH_SCANNER=ON
 
 ENV OPENSSL_ROOT_DIR=/usr/local/openssl/
 ENV TOR_BIN=/usr/local/tor/bin/tor.exe
-ENV TOR_VERSION=0.4.6.6
 
 RUN apt update && \
     apt install -y \
@@ -155,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-$TOR_VERSION --depth 1 https://git.torproject.org/tor.git && \
+RUN git clone -b tor-0.4.6.9 --depth 1 https://git.torproject.org/tor.git && \
     cd tor  && \
-    git reset --hard 60d1fb3d37274e29e9e88620d77e1636ef922561 && \
+    git reset --hard ea2ada6d1459f829446b6b1e66c557d1b084e78b && \
     ./autogen.sh && \
     ./configure --host=x86_64-w64-mingw32 \
     --disable-asciidoc \