Skip to content

Commit 44d45d6

Browse files
committed
Update Tor to 0.4.9.5
1 parent 9e689f6 commit 44d45d6

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Scripts/build-xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set -e
2626
ZLIB_VERSION="1.3.1"
2727
OPENSSL_VERSION="3.6.1"
2828
LIBEVENT_VERSION="2.1.12-stable"
29-
TOR_VERSION="0.4.8.22"
29+
TOR_VERSION="0.4.9.5"
3030
MIN_IOS="18.0"
3131

3232
ZLIB_URL="https://zlib.net/zlib-${ZLIB_VERSION}.tar.gz"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)