Skip to content

Commit

Permalink
Update to latest WinDivert and Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Oct 26, 2019
1 parent b8c2dc1 commit 75c13bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
15 changes: 8 additions & 7 deletions build.sh
Expand Up @@ -20,8 +20,8 @@

set -e

WINDIVERT=WinDivert-2.0.0-rc
TOR=tor-win32-0.3.5.7
WINDIVERT=WinDivert-2.2.0-B
TOR=tor-win32-0.4.1.6
VERSION=`cat VERSION`

echo "Checking for dependencies..."
Expand Down Expand Up @@ -69,13 +69,14 @@ for FILE in \
"$WINDIVERT/x64/WinDivert64.sys" \
"$WINDIVERT/x86/WinDivert32.sys" \
"$WINDIVERT/x86/WinDivert.dll" \
"Tor/libeay32.dll" \
"Tor/libevent-2-0-5.dll" \
"Tor/libevent_core-2-0-5.dll" \
"Tor/libevent_extra-2-0-5.dll" \
"Tor/libcrypto-1_1.dll" \
"Tor/libssl-1_1.dll" \
"Tor/libwinpthread-1.dll" \
"Tor/libevent-2-1-6.dll" \
"Tor/libevent_core-2-1-6.dll" \
"Tor/libevent_extra-2-1-6.dll" \
"Tor/libgcc_s_sjlj-1.dll" \
"Tor/libssp-0.dll" \
"Tor/ssleay32.dll" \
"Tor/zlib1.dll" \
"Tor/tor.exe" \
"Data/Tor/geoip" \
Expand Down
11 changes: 6 additions & 5 deletions install.nsi
Expand Up @@ -49,13 +49,14 @@ Section ""
File "WinDivert.dll"

; Tor files:
File "libeay32.dll"
File "libevent-2-0-5.dll"
File "libevent_core-2-0-5.dll"
File "libevent_extra-2-0-5.dll"
File "libcrypto-1_1.dll"
File "libssl-1_1.dll"
File "libwinpthread-1.dll"
File "libevent-2-1-6.dll"
File "libevent_core-2-1-6.dll"
File "libevent_extra-2-1-6.dll"
File "libgcc_s_sjlj-1.dll"
File "libssp-0.dll"
File "ssleay32.dll"
File "zlib1.dll"
File "tor.exe"
File "geoip"
Expand Down

0 comments on commit 75c13bb

Please sign in to comment.