Skip to content

Commit

Permalink
Merge branch 'topic/timw/update-submodules'
Browse files Browse the repository at this point in the history
* topic/timw/update-submodules:
  Update submodules [nomail]
  • Loading branch information
timwoj committed Jul 8, 2024
2 parents 66cdb49 + 74ab980 commit 4d31335
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-dev.434
7.0.0-dev.436
2 changes: 1 addition & 1 deletion auxil/bifcl
Submodule bifcl updated 2 files
+1 −1 auxil/libunistd
+1 −1 cmake
2 changes: 1 addition & 1 deletion auxil/binpac
2 changes: 1 addition & 1 deletion auxil/broker
Submodule broker updated 43 files
+18 −18 .cirrus.yml
+1 −0 .clang-tidy
+45 −0 CHANGES
+1 −6 CMakeLists.txt
+1 −1 VERSION
+251 −0 api/v1-broker-out.json
+7 −5 bindings/python/_broker.cpp
+1 −0 broker-throughput/broker-throughput.cc
+0 −19 ci/centos-stream-8/Dockerfile
+2 −3 ci/fedora-40/Dockerfile
+16 −0 ci/opensuse-leap-15.6/Dockerfile
+1 −1 ci/test.sh
+2 −2 ci/ubuntu-24.04/Dockerfile
+1 −1 cmake
+1 −1 libbroker/CMakeLists.txt
+5 −0 libbroker/broker/data_envelope.cc
+5 −5 libbroker/broker/endpoint.cc
+2 −2 libbroker/broker/endpoint.hh
+37 −0 libbroker/broker/envelope.cc
+4 −0 libbroker/broker/envelope.hh
+127 −0 libbroker/broker/envelope.test.cc
+2 −0 libbroker/broker/error.hh
+32 −0 libbroker/broker/format/json.cc
+7 −0 libbroker/broker/format/json.hh
+130 −0 libbroker/broker/format/json.test.cc
+0 −45 libbroker/broker/internal/master_resolver.cc
+0 −21 libbroker/broker/internal/master_resolver.hh
+1 −1 libbroker/broker/publisher.cc
+1 −1 libbroker/broker/publisher.hh
+8 −0 libbroker/broker/topic.hh
+2 −0 libbroker/broker/variant_list.hh
+4 −4 libbroker/broker/variant_table.hh
+15 −13 libbroker/broker/zeek.hh
+1 −1 tests/benchmarks/CMakeLists.txt
+3 −1 tests/benchmarks/serialization/CMakeLists.txt
+75 −0 tests/benchmarks/serialization/generator.cc
+22 −18 tests/benchmarks/serialization/generator.hh
+68 −122 tests/benchmarks/serialization/serialization.cc
+1 −0 tests/btest/btest.cfg
+15 −5 tests/btest/web-socket/encrypted.py
+11 −0 tests/btest/web-socket/error.py
+17 −4 tests/btest/web-socket/gh-357-regression.py
+16 −5 tests/btest/web-socket/unencrypted.py
2 changes: 1 addition & 1 deletion auxil/btest
2 changes: 1 addition & 1 deletion auxil/gen-zam
Submodule gen-zam updated 1 files
+1 −1 cmake
2 changes: 1 addition & 1 deletion auxil/package-manager
2 changes: 1 addition & 1 deletion auxil/zeek-aux
Submodule zeek-aux updated 1 files
+1 −1 cmake
2 changes: 1 addition & 1 deletion auxil/zeekctl

0 comments on commit 4d31335

Please sign in to comment.