Tor: update to 0.4.5.4-rc

remotes/1691844314220217825/master
tobtoht 3 years ago
parent c379456221
commit 0ca853edaf
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -344,9 +344,9 @@ RUN wget https://www.openssl.org/source/openssl-1.0.2u.tar.gz && \
make -j$THREADS install_sw && \
rm -rf $(pwd)
RUN git clone -b tor-0.4.5.3-rc --depth 1 https://git.torproject.org/tor.git && \
RUN git clone -b tor-0.4.5.4-rc --depth 1 https://git.torproject.org/tor.git && \
cd tor && \
git reset --hard e5c47d295bd3dc35f75c7d5c1753c650fd912640 && \
git reset --hard 9e26a9399fe2422475406d6ee3cb29b2924f3274 && \
./autogen.sh && \
./configure \
--disable-asciidoc \

@ -144,9 +144,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.3-rc --depth 1 https://git.torproject.org/tor.git && \
RUN git clone -b tor-0.4.5.4-rc --depth 1 https://git.torproject.org/tor.git && \
cd tor && \
git reset --hard e5c47d295bd3dc35f75c7d5c1753c650fd912640 && \
git reset --hard 9e26a9399fe2422475406d6ee3cb29b2924f3274 && \
./autogen.sh && \
./configure --host=x86_64-w64-mingw32 \
--disable-asciidoc \
@ -176,4 +176,4 @@ RUN git clone https://git.wownero.com/feather/monero-seed.git && \
-DCMAKE_TOOLCHAIN_FILE=/depends/x86_64-w64-mingw32/share/toolchain.cmake -Bbuild && \
make -Cbuild -j$THREADS && \
make -Cbuild install && \
rm -rf $(pwd)
rm -rf $(pwd)

Loading…
Cancel
Save