File tree Expand file tree Collapse file tree
ios-arm64_x86_64-simulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The build script will:
5757
5858| Library | Version | Source |
5959| ---------| ---------| --------|
60- | Tor | 0.4.8.22 | https://dist.torproject.org/ |
60+ | Tor | 0.4.9.5 | https://dist.torproject.org/ |
6161| OpenSSL | 3.6.1 | https://github.com/openssl/openssl |
6262| libevent | 2.1.12-stable | https://github.com/libevent/libevent |
6363| zlib | 1.3.1 | https://zlib.net/ |
@@ -326,7 +326,7 @@ TorClient/
326326### Library Contents
327327
328328`libTorClient.a` is a combined static library containing:
329- - **Tor 0.4.8.22 **: The Onion Router (client-only build)
329+ - **Tor 0.4.9.5 **: The Onion Router (client-only build)
330330- **OpenSSL 3.6.1**: Cryptographic library
331331- **libevent 2.1.12**: Event notification library
332332- **zlib 1.3.1**: Compression library
Original file line number Diff line number Diff line change 2626ZLIB_VERSION=" 1.3.1"
2727OPENSSL_VERSION=" 3.6.1"
2828LIBEVENT_VERSION=" 2.1.12-stable"
29- TOR_VERSION=" 0.4.8.22 "
29+ TOR_VERSION=" 0.4.9.5 "
3030MIN_IOS=" 18.0"
3131
3232ZLIB_URL=" https://zlib.net/zlib-${ZLIB_VERSION} .tar.gz"
You can’t perform that action at this time.
0 commit comments