mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
a459e5e11b
* Switch to a standalone ARC4 implementation This frees us from expecting it being provided by one of the crypto libraries we support, all of which deprecated and/or removed it at this point. Fixes: #1103 Fixes: #1777 * Suppress lgtm warnings about RC4 being weak (we don't care)
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
[submodule "third-party/arc4"]
|
|
path = third-party/arc4
|
|
url = https://github.com/transmission/arc4
|
|
branch = v1.0.0
|
|
[submodule "third-party/dht"]
|
|
path = third-party/dht
|
|
url = https://github.com/transmission/dht
|
|
branch = post-0.25-transmission
|
|
[submodule "third-party/libb64"]
|
|
path = third-party/libb64
|
|
url = https://github.com/transmission/libb64
|
|
branch = post-1.2.1-transmission
|
|
[submodule "third-party/libevent"]
|
|
path = third-party/libevent
|
|
url = https://github.com/transmission/libevent
|
|
branch = post-2.0.22-transmission
|
|
[submodule "third-party/libnatpmp"]
|
|
path = third-party/libnatpmp
|
|
url = https://github.com/transmission/libnatpmp
|
|
branch = post-20151025-transmission
|
|
[submodule "third-party/libutp"]
|
|
path = third-party/libutp
|
|
url = https://github.com/transmission/libutp
|
|
branch = post-3.3-transmission
|
|
[submodule "third-party/miniupnpc"]
|
|
path = third-party/miniupnpc
|
|
url = https://github.com/transmission/miniupnpc
|
|
branch = post-2.0.20170509-transmission
|
|
[submodule "third-party/googletest"]
|
|
path = third-party/googletest
|
|
url = https://github.com/google/googletest.git
|