Tor: update to 4.5.3-rc

This commit is contained in:
tobtoht 2021-01-22 05:40:10 +01:00
parent 58c9c1a006
commit e17c7ae13d
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
2 changed files with 8 additions and 6 deletions

View file

@ -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.4.6 --depth 1 https://git.torproject.org/tor.git && \
RUN git clone -b tor-0.4.5.3-rc --depth 1 https://git.torproject.org/tor.git && \
cd tor && \
git reset --hard 2a8b789ea6f308d081f369d78fa7cfdc9d00bf90 && \
git reset --hard e5c47d295bd3dc35f75c7d5c1753c650fd912640 && \
./autogen.sh && \
./configure --host=x86_64-w64-mingw32 \
--disable-asciidoc \