-
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
29 changed files
with
73 additions
and
24 deletions.
There are no files selected for viewing
Submodule libpng
updated
from cd0ea2 to c22ef3
Submodule icu
updated
5355 files
Submodule vpn-libraries
updated
74 files
Submodule pcre2
updated
from 0746b3 to 52c088
Submodule abseil-cpp
updated
74 files
Submodule openssl
updated
53 files
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 4df20b to b459de
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,2 @@ | ||
#define INSTALL_PREFIX "/" | ||
#define DOC_DIR "." |
Empty file.
Submodule wireshark
updated
from 3c9662 to 84f963
Submodule googletest
updated
78 files
Submodule libz
updated
from fa5dc4 to 2d44c5
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 c-ares
updated
16 files
+3 −3 | .cirrus.yml | |
+2 −2 | CMakeLists.txt | |
+78 −72 | RELEASE-NOTES | |
+2 −2 | configure.ac | |
+4 −6 | docs/ares_init_options.3 | |
+3 −3 | include/ares_version.h | |
+1,009 −0 | m4/ax_cxx_compile_stdcxx.m4 | |
+17 −141 | m4/ax_cxx_compile_stdcxx_11.m4 | |
+34 −8 | src/lib/ares_getaddrinfo.c | |
+7 −3 | src/lib/ares_init.c | |
+3 −3 | src/lib/ares_strsplit.c | |
+3 −3 | src/lib/ares_strsplit.h | |
+4 −1 | src/tools/acountry.c | |
+2 −0 | test/ares-test-init.cc | |
+2 −2 | test/ares-test-internal.cc | |
+29 −0 | test/ares-test-live.cc |
Submodule ctre
updated
5 files
+2 −2 | .github/workflows/tests.yml | |
+1 −2 | include/ctre/return_type.hpp | |
+4 −0 | include/ctre/utility.hpp | |
+5 −2 | single-header/ctre-unicode.hpp | |
+5 −2 | single-header/ctre.hpp |
Submodule eEVM
updated
3 files
+0 −34 | .circleci/config.yml | |
+2 −2 | .github/workflows/build_and_test.yml | |
+1 −1 | README.md |
Submodule intx
updated
5 files
+1 −1 | .bumpversion.cfg | |
+8 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+35 −0 | circle.yml | |
+1 −1 | include/intx/intx.hpp |
Submodule lz4
updated
15 files
Submodule secp256k1
updated
38 files
Submodule snappy
updated
5 files
+13 −0 | CMakeLists.txt | |
+7 −0 | cmake/config.h.in | |
+4 −2 | snappy-internal.h | |
+45 −12 | snappy-stubs-internal.h | |
+98 −29 | snappy.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* Orchid - WebRTC P2P VPN Market (on Ethereum) | ||
* Copyright (C) 2017-2020 The Orchid Authors | ||
*/ | ||
|
||
/* GNU Affero General Public License, Version 3 {{{ */ | ||
/* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
**/ | ||
/* }}} */ | ||
|
||
|
||
#ifdef __ANDROID__ | ||
|
||
// some rust projects depend indirectly on the nix crate | ||
// and rust object files have leaky translation units :( | ||
// so linking the archive tries to pull in these symbols | ||
|
||
#include "error.hpp" | ||
|
||
extern "C" int getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize, struct group **result) { | ||
orc_insist(false); | ||
} | ||
|
||
extern "C" int getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize, struct group **result) { | ||
orc_insist(false); | ||
} | ||
|
||
#endif |
Submodule trezor-common
updated
3 files
+1 −1 | defs/blockchain_link.json | |
+10 −0 | protob/messages-management.proto | |
+10 −0 | tests/fixtures/ethereum/signmessage.json |
Submodule libevent
updated
15 files
+15 −0 | .exrc | |
+1 −0 | .gitignore | |
+4 −1 | CMakeLists.txt | |
+13 −12 | evdns.c | |
+2 −2 | evthread.c | |
+11 −0 | evutil.c | |
+1 −1 | evutil_rand.c | |
+22 −3 | include/event2/dns.h | |
+10 −1 | include/event2/listener.h | |
+16 −0 | include/event2/util.h | |
+5 −0 | listener.c | |
+1 −5 | strlcpy.c | |
+0 −5 | test/regress_buffer.c | |
+42 −2 | test/regress_dns.c | |
+2 −2 | test/regress_main.c |
Submodule libssh
updated
from c52f40 to 96aee5
Submodule tor
updated
from 1e6d83 to a9c7cd