Skip to content

Commit

Permalink
chore(deps): Bump toxic from dc91258 to b435a71
Browse files Browse the repository at this point in the history
Bumps [toxic](https://github.com/TokTok/toxic) from `dc91258` to `b435a71`.
- [Release notes](https://github.com/TokTok/toxic/releases)
- [Commits](TokTok/toxic@dc91258...b435a71)

---
updated-dependencies:
- dependency-name: toxic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and iphydf committed Jan 23, 2024
1 parent b424f56 commit e2868c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ build:zig-cross --dynamic_mode=off
build:zig-cross --features=fully_static_link
# See: https://github.com/uber/hermetic_cc_toolchain/issues/134
build:zig-cross --sandbox_add_mount_pair=/tmp
build:zig-cross --per_file_copt='external/ncurses[:/]@-fno-sanitize=undefined'

build:linux-arm64-musl --config=zig-cross
build:linux-arm64-musl --platforms=@zig_sdk//platform:linux_arm64
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ http_archive(
build_file = "@toktok//third_party:BUILD.sdl2",
sha256 = "349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863",
strip_prefix = "SDL2-2.0.12",
urls = ["https://www.libsdl.org/release/SDL2-2.0.12.tar.gz"],
urls = ["https://github.com/libsdl-org/SDL/releases/download/release-2.0.12/SDL2-2.0.12.tar.gz"],
# TODO(iphydf): Update.
# sha256 = "332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4",
# strip_prefix = "SDL2-2.28.5",
Expand Down
2 changes: 1 addition & 1 deletion c-toxcore
Submodule c-toxcore updated 78 files
+1 −1 other/bootstrap_daemon/docker/tox-bootstrapd.sha256
+1 −1 testing/BUILD.bazel
+1 −1 testing/misc_tools.h
+5 −2 third_party/BUILD.bazel
+1 −1 third_party/cmp
+1 −1 toxav/audio.h
+1 −1 toxav/bwcontroller.h
+1 −1 toxav/groupav.h
+1 −1 toxav/msi.h
+2 −2 toxav/ring_buffer.h
+2 −2 toxav/rtp.h
+2 −2 toxav/toxav.h
+2 −2 toxav/video.c
+1 −1 toxav/video.h
+5 −5 toxcore/DHT.c
+4 −4 toxcore/DHT.h
+5 −5 toxcore/LAN_discovery.c
+1 −1 toxcore/LAN_discovery.h
+4 −4 toxcore/Messenger.c
+2 −2 toxcore/Messenger.h
+1 −1 toxcore/TCP_client.h
+1 −1 toxcore/TCP_common.h
+1 −1 toxcore/TCP_connection.h
+15 −15 toxcore/TCP_server.c
+1 −1 toxcore/TCP_server.h
+1 −1 toxcore/announce.h
+1 −1 toxcore/attributes.h
+2 −2 toxcore/bin_pack.h
+2 −2 toxcore/bin_unpack.h
+4 −4 toxcore/ccompat.h
+16 −16 toxcore/crypto_core.c
+2 −2 toxcore/crypto_core.h
+2 −2 toxcore/events/events_alloc.h
+2 −2 toxcore/forwarding.h
+1 −1 toxcore/friend_connection.h
+1 −1 toxcore/friend_requests.h
+1 −1 toxcore/group.h
+2 −2 toxcore/group_announce.h
+1 −1 toxcore/group_chats.h
+1 −1 toxcore/group_common.h
+1 −1 toxcore/group_connection.h
+2 −2 toxcore/group_moderation.h
+1 −1 toxcore/group_onion_announce.h
+1 −1 toxcore/group_pack.h
+2 −2 toxcore/list.h
+3 −3 toxcore/logger.c
+3 −3 toxcore/logger.h
+2 −2 toxcore/mem.h
+17 −17 toxcore/mono_time.c
+2 −2 toxcore/mono_time.h
+1 −1 toxcore/net_crypto.c
+1 −1 toxcore/net_crypto.h
+37 −37 toxcore/network.c
+2 −2 toxcore/network.h
+1 −1 toxcore/onion.h
+1 −1 toxcore/onion_announce.h
+1 −1 toxcore/onion_client.c
+1 −1 toxcore/onion_client.h
+1 −1 toxcore/ping.h
+2 −2 toxcore/ping_array.h
+1 −1 toxcore/shared_key_cache.h
+7 −7 toxcore/state.c
+2 −2 toxcore/state.h
+1 −1 toxcore/timed_auth.h
+1 −1 toxcore/tox.c
+2 −2 toxcore/tox.h
+2 −2 toxcore/tox_dispatch.h
+2 −2 toxcore/tox_event.h
+2 −2 toxcore/tox_events.c
+2 −2 toxcore/tox_events.h
+1 −1 toxcore/tox_pack.h
+2 −2 toxcore/tox_private.h
+2 −2 toxcore/tox_struct.h
+1 −1 toxcore/tox_unpack.h
+1 −1 toxcore/util.c
+2 −2 toxcore/util.h
+1 −1 toxencryptsave/defines.h
+2 −2 toxencryptsave/toxencryptsave.h
2 changes: 1 addition & 1 deletion tools/built/dev/test_dev_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ! -f home/.ssh/id_rsa ]; then
ssh-keygen -f home/.ssh/id_rsa
fi

(cd workspace && docker build -t toxchat/toktok-stack:latest-dev -f tools/built/src/Dockerfile.dev .)
#(cd workspace && docker build -t toxchat/toktok-stack:latest-dev -f tools/built/src/Dockerfile.dev .)
tar c home workspace/tools/built/dev |
docker build -t "$IMAGE" -f workspace/tools/built/dev/Dockerfile -
docker run --name=toktok-dev --rm -it \
Expand Down

0 comments on commit e2868c0

Please sign in to comment.