-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade most dependencies to their latest version.
- Loading branch information
Showing
56 changed files
with
84 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
set -e | ||
set -o pipefail | ||
echo y | "${ANDROID_HOME}"/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.2" "ndk;26.2.11394342" "platforms;android-33" >/dev/null | ||
echo y | "${ANDROID_HOME}"/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.2" "ndk;26.3.11579264" "platforms;android-33" >/dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ SPEC CHECKSUMS: | |
|
||
PODFILE CHECKSUM: ce32ab99a0089086c289cf0789c8382f403ce92b | ||
|
||
COCOAPODS: 1.11.3 | ||
COCOAPODS: 1.15.2 |
Submodule libpng
updated
from c22ef3 to f1848a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vpn-libraries
updated
369 files
Submodule pcre2
updated
from 4a6a8b to 5634d0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../base |
Submodule base
added at
6ca251
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule trace_event
updated
from 29ac73 to 35f065
File renamed without changes.
Empty file.
Empty file.
Empty file.
Submodule libsrtp
updated
from 17b2d5 to 7a7e64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule webrtc
updated
from c8068f to 84e905
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule googletest
updated
132 files
Submodule libz
updated
from 2d44c5 to 7d77fb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule boost
updated
92 files
Submodule boringtun
updated
24 files
+15 −0 | .github/dependabot.yml | |
+187 −114 | Cargo.lock | |
+3 −1 | README.md | |
+5 −4 | boringtun-cli/Cargo.toml | |
+3 −3 | boringtun-cli/src/main.rs | |
+23 −9 | boringtun/Cargo.toml | |
+1 −1 | boringtun/benches/crypto_benches/x25519_public_key_benching.rs | |
+5 −9 | boringtun/benches/crypto_benches/x25519_shared_key_benching.rs | |
+5 −0 | boringtun/src/device/api.rs | |
+3 −3 | boringtun/src/device/dev_lock.rs | |
+10 −4 | boringtun/src/device/drop_privileges.rs | |
+11 −10 | boringtun/src/device/epoll.rs | |
+20 −24 | boringtun/src/device/integration_tests/mod.rs | |
+5 −4 | boringtun/src/device/kqueue.rs | |
+108 −97 | boringtun/src/device/mod.rs | |
+30 −29 | boringtun/src/device/peer.rs | |
+10 −19 | boringtun/src/device/tun_darwin.rs | |
+8 −17 | boringtun/src/device/tun_linux.rs | |
+0 −375 | boringtun/src/device/udp_unix.rs | |
+9 −17 | boringtun/src/ffi/mod.rs | |
+1 −1 | boringtun/src/lib.rs | |
+13 −14 | boringtun/src/noise/handshake.rs | |
+14 −19 | boringtun/src/noise/mod.rs | |
+2 −2 | boringtun/src/sleepyinstant/unix.rs |
Submodule ctre
updated
6 files
+4 −2 | Makefile | |
+12 −3 | include/ctre/first.hpp | |
+12 −3 | single-header/ctre-unicode.hpp | |
+12 −3 | single-header/ctre.hpp | |
+1 −0 | tests/_bad_cycle.cpp | |
+4 −2 | tests/matching3.cpp |
Submodule curl
updated
1120 files
Submodule expected
updated
10 files
+9 −0 | .gitignore | |
+0 −3 | .gitmodules | |
+1 −1 | CMakeLists.txt | |
+2 −0 | README.md | |
+0 −1 | cmake/tl-cmake | |
+85 −9 | include/tl/expected.hpp | |
+18 −0 | tests/assertions.cpp | |
+245 −0 | tests/extensions.cpp | |
+10 −1 | tests/issues.cpp | |
+6 −0 | tests/swap.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule intx
updated
13 files
+1 −1 | .bumpversion.cfg | |
+1 −0 | .clang-tidy | |
+9 −0 | CHANGELOG.md | |
+3 −3 | CMakeLists.txt | |
+4 −6 | README.md | |
+1 −5 | appveyor.yml | |
+27 −14 | circle.yml | |
+21 −33 | cmake/CableCompilerSettings.cmake | |
+34 −42 | include/intx/intx.hpp | |
+4 −3 | test/CMakeLists.txt | |
+1 −31 | test/unittests/test_builtins.cpp | |
+0 −2 | test/unittests/test_int128.cpp | |
+0 −2 | test/unittests/test_intx_api.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule secp256k1
updated
23 files
+1 −1 | .cirrus.yml | |
+5 −0 | .github/actions/run-in-docker-action/action.yml | |
+9 −9 | .github/workflows/ci.yml | |
+5 −0 | CHANGELOG.md | |
+16 −7 | CMakeLists.txt | |
+4 −3 | ci/ci.sh | |
+20 −15 | configure.ac | |
+2 −2 | src/ecmult_const_impl.h | |
+108 −13 | src/ecmult_gen.h | |
+2 −2 | src/ecmult_gen_compute_table.h | |
+79 −55 | src/ecmult_gen_compute_table_impl.h | |
+261 −51 | src/ecmult_gen_impl.h | |
+6 −6 | src/ecmult_impl.h | |
+49 −28 | src/precompute_ecmult_gen.c | |
+1,767 −9,734 | src/precomputed_ecmult_gen.c | |
+2 −2 | src/precomputed_ecmult_gen.h | |
+4 −4 | src/scalar.h | |
+29 −25 | src/scalar_4x64_impl.h | |
+7 −6 | src/scalar_8x32_impl.h | |
+19 −12 | src/scalar_low_impl.h | |
+35 −13 | src/tests.c | |
+1 −1 | src/tests_exhaustive.c | |
+16 −1 | src/util.h |
Submodule snappy
updated
6 files
+1 −1 | CMakeLists.txt | |
+25 −0 | snappy-internal.h | |
+220 −27 | snappy.cc | |
+33 −10 | snappy.h | |
+38 −18 | snappy_benchmark.cc | |
+18 −14 | snappy_compress_fuzzer.cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.