-
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 some dependencies to their latest version.
- Loading branch information
Showing
24 changed files
with
24 additions
and
25 deletions.
There are no files selected for viewing
Submodule openssl
updated
98 files
Submodule pcre2
updated
from 52c088 to 4a6a8b
Submodule jinja2
updated
from ee69aa to c9c775
Submodule markupsafe
updated
from 1b882e to e582d7
Submodule trace_event
updated
from d115b0 to 29ac73
Submodule abseil-cpp
updated
126 files
Submodule SPCDNS
updated
6 files
+1 −1 | Makefile | |
+4 −0 | notes | |
+0 −53 | org.conman.dns-2.0.6-1.rockspec | |
+47 −0 | org.conman.dns-2.1.0-1.rockspec | |
+22 −8 | src/codec.c | |
+22 −2 | src/dns.h |
Submodule c-ares
updated
7 files
+1 −1 | CMakeLists.txt | |
+0 −42 | docs/acountry.1 | |
+1 −1 | docs/adig.1 | |
+1 −1 | docs/ahost.1 | |
+7 −12 | src/lib/CMakeLists.txt | |
+2 −2 | src/lib/ares__threads.c | |
+0 −670 | src/tools/acountry.c |
Submodule cpp-jwt
updated
3 files
+1 −1 | CMakeLists.txt | |
+5 −3 | cmake/Config.cmake.in | |
+1 −1 | include/jwt/impl/algorithm.ipp |
Submodule ctre
updated
15 files
+4 −4 | .github/workflows/tests.yml | |
+2 −2 | CMakeLists.txt | |
+1 −1 | Makefile | |
+13 −1 | include/ctll/fixed_string.hpp | |
+8 −5 | include/ctre/evaluation.hpp | |
+6 −0 | include/ctre/first.hpp | |
+143 −24 | include/ctre/return_type.hpp | |
+40 −3 | include/ctre/utf8.hpp | |
+3 −1 | include/ctre/utility.hpp | |
+6 −2 | include/ctre/wrapper.hpp | |
+217 −36 | single-header/ctre-unicode.hpp | |
+217 −36 | single-header/ctre.hpp | |
+23 −0 | tests/matching3.cpp | |
+2 −2 | tests/range.cpp | |
+1 −1 | tests/results.cpp |
Submodule curl
updated
3981 files
Submodule jsoncpp
updated
3 files
+6 −4 | CMakeLists.txt | |
+24 −0 | include/json/value.h | |
+14 −0 | src/test_lib_json/main.cpp |
Submodule pugixml
updated
23 files
+53 −48 | CMakeLists.txt | |
+1 −1 | LICENSE.md | |
+3 −3 | Makefile | |
+6 −2 | appveyor.yml | |
+31 −4 | docs/manual.adoc | |
+1,078 −992 | docs/manual.html | |
+2 −2 | docs/quickstart.adoc | |
+133 −142 | docs/quickstart.html | |
+3 −3 | readme.txt | |
+2 −2 | scripts/nuget/pugixml.nuspec | |
+1 −1 | scripts/pugixml.podspec | |
+3 −3 | scripts/pugixml_dll.rc | |
+3 −3 | src/pugiconfig.hpp | |
+1,139 −1,062 | src/pugixml.cpp | |
+29 −23 | src/pugixml.hpp | |
+1 −1 | tests/autotest-appveyor.ps1 | |
+30 −10 | tests/fuzz_xpath.cpp | |
+1 −1 | tests/test_document.cpp | |
+19 −0 | tests/test_dom_modify.cpp | |
+12 −0 | tests/test_dom_text.cpp | |
+106 −0 | tests/test_parse.cpp | |
+1 −1 | tests/test_version.cpp | |
+4 −2 | tests/test_xpath_api.cpp |
Submodule snappy
updated
12 files
+2 −0 | .bazelrc | |
+1 −0 | .gitignore | |
+210 −0 | BUILD.bazel | |
+19 −1 | CMakeLists.txt | |
+6 −0 | NEWS | |
+27 −0 | WORKSPACE | |
+3 −0 | cmake/config.h.in | |
+4 −0 | snappy-internal.h | |
+6 −0 | snappy-stubs-internal.h | |
+51 −20 | snappy.cc | |
+1 −1 | third_party/benchmark | |
+1 −1 | third_party/googletest |
Submodule tap-windows6
updated
5 files
+91 −14 | src/adapter.c | |
+5 −1 | src/adapter.h | |
+187 −118 | src/rxpath.c | |
+3 −3 | src/txpath.c | |
+6 −6 | version.m4 |
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 leveldb
updated
15 files
+3 −2 | .github/workflows/build.yml | |
+4 −0 | CMakeLists.txt | |
+1 −1 | README.md | |
+81 −41 | benchmarks/db_bench.cc | |
+6 −0 | db/db_test.cc | |
+5 −0 | db/recovery_test.cc | |
+6 −1 | include/leveldb/options.h | |
+6 −1 | port/port_config.h.in | |
+21 −1 | port/port_example.h | |
+72 −0 | port/port_stdcxx.h | |
+25 −2 | table/format.cc | |
+15 −0 | table/table_builder.cc | |
+21 −6 | table/table_test.cc | |
+1 −1 | third_party/benchmark | |
+26 −11 | util/env_test.cc |
Submodule libmaxminddb
updated
56 files
Submodule libssh
updated
from 96aee5 to 6ad455
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 tor
updated
from a9c7cd to a5d53c