-
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
26 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
Submodule proot
updated
29 files
+58 −0 | .github/workflows/main.yml | |
+0 −41 | .github/workflows/ubuntu.yml | |
+3 −0 | .gitmodules | |
+24 −1 | CHANGELOG.rst | |
+7 −0 | README.rst | |
+3 −3 | doc/care/manual.rst | |
+2 −2 | doc/howto-release.rst | |
+4 −4 | doc/proot/manual.rst | |
+1 −0 | lib/uthash | |
+12 −0 | sonar-project.properties | |
+2 −2 | src/GNUmakefile | |
+1 −1 | src/cli/care.h | |
+6 −0 | src/cli/proot.c | |
+12 −2 | src/cli/proot.h | |
+1 −1 | src/execve/enter.c | |
+1 −1 | src/extension/care/care.c | |
+5 −0 | src/path/temp.c | |
+1 −0 | src/syscall/sysnums-arm.h | |
+1 −0 | src/syscall/sysnums-arm64.h | |
+1 −0 | src/syscall/sysnums-i386.h | |
+1 −0 | src/syscall/sysnums-sh4.h | |
+1 −0 | src/syscall/sysnums-x32.h | |
+1 −0 | src/syscall/sysnums-x86_64.h | |
+1 −0 | src/syscall/sysnums.list | |
+4 −0 | src/tracee/tracee.c | |
+2 −0 | src/tracee/tracee.h | |
+3 −2 | test/fix_memory_corruption_execve_proc_self_exe.c | |
+5 −4 | test/test-25069c12.c | |
+5 −4 | test/test-25069c13.c |
Submodule c-ares
updated
4 files
+34 −0 | .github/workflows/netbsd.yml | |
+32 −0 | .github/workflows/openbsd.yml | |
+0 −6 | src/lib/ares__socket.c | |
+7 −7 | src/lib/ares_getnameinfo.c |
Submodule lwip
updated
from 1cc153 to 86c9f7
Submodule lz4
updated
6 files
+29 −29 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+14 −9 | build/cmake/CMakeLists.txt | |
+4 −4 | lib/lz4.c | |
+10 −10 | lib/lz4frame.c | |
+5 −5 | lib/lz4hc.c |
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 abseil-cpp
updated
163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#include <fmt/format.h> | ||
#include <fmt/ranges.h> |
Submodule fmt
updated
97 files
Submodule secp256k1
updated
11 files
+10 −1 | CHANGELOG.md | |
+4 −4 | CMakeLists.txt | |
+2 −0 | Makefile.am | |
+2 −2 | cmake/CheckArm32Assembly.cmake | |
+5 −5 | configure.ac | |
+14 −0 | include/secp256k1.h | |
+33 −0 | src/hsort.h | |
+125 −0 | src/hsort_impl.h | |
+29 −0 | src/secp256k1.c | |
+233 −2 | src/tests.c | |
+1 −1 | tools/check-abi.sh |
Submodule sqlite
updated
1009 files
Submodule glib
updated
1177 files
Submodule gnulib
updated
from 97f549 to ffac79
Submodule libiconv
updated
from 0a05ca to 17a9a0
Submodule icu
updated
26 files
Submodule vpn-libraries
updated
8 files
Submodule trace_event
updated
from 521ac3 to 148c80
Submodule webrtc
updated
from 84e905 to b84097
Submodule libgcrypt
updated
3 files
+10 −5 | doc/gcrypt.texi | |
+1 −1 | random/Makefile.am | |
+91 −3 | src/libgcrypt.m4 |
Submodule libz
updated
from 7d77fb to 4f653f
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 libevent
updated
9 files
+8 −15 | buffer.c | |
+1 −1 | bufferevent_openssl.c | |
+12 −2 | bufferevent_sock.c | |
+18 −9 | evutil.c | |
+1 −1 | test/regress_buffer.c | |
+6 −2 | test/regress_bufferevent.c | |
+1 −1 | test/regress_http.c | |
+4 −2 | test/tinytest.c | |
+2 −0 | util-internal.h |
Submodule libssh
updated
from 89c53e to a5f082