Date: Sat, 20 Mar 2021 01:16:38 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568827 - head/security/zeek Message-ID: <202103200116.12K1GcKY047532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Sat Mar 20 01:16:38 2021 New Revision: 568827 URL: https://svnweb.freebsd.org/changeset/ports/568827 Log: security/zeek: Update to 4.0.0 This is the next Long-Term Support (LTS) major version: https://github.com/zeek/zeek/releases/tag/v4.0.0 https://zeek.org/2020/12/15/zeek-4-0-release-candidate/ Support for the previous LTS (3.0.x) will end in about two months. Reported by: Jon Siwek Modified: head/security/zeek/Makefile head/security/zeek/distinfo head/security/zeek/pkg-plist Modified: head/security/zeek/Makefile ============================================================================== --- head/security/zeek/Makefile Sat Mar 20 00:36:15 2021 (r568826) +++ head/security/zeek/Makefile Sat Mar 20 01:16:38 2021 (r568827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zeek -PORTVERSION= 3.0.13 +PORTVERSION= 4.0.0 CATEGORIES= security MASTER_SITES= https://old.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -21,12 +21,9 @@ USE_LDCONFIG= yes PORTSCOUT= limit:0,even CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} -CXXFLAGS+= -std=c++11 -Wall -CONFLICTS= bro +SHEBANG_FILES= auxil/zeekctl/auxil/trace-summary/trace-summary -SHEBANG_FILES= aux/zeekctl/aux/trace-summary/trace-summary - SUB_FILES= pkg-message NO_MTREE= yes @@ -64,7 +61,7 @@ GEOIP2_DESC= Build with GeoIP2 (MaxMindDB) support IPSUMDUMP_DESC= Enables traffic summaries LBL_CF_DESC= Unix time to formated time/date filter support LBL_HF_DESC= Address to hostname filter support -NETMAP_DESC= Native Netmap Packet IOSource for Bro +NETMAP_DESC= Native Netmap Packet IOSource for Zeek PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage ZEEKCTL_DESC= ZeekControl support (implies BROKER and IPSUMDUMP) @@ -78,7 +75,7 @@ IPSUMDUMP_BUILD_DEPENDS=ipsumdump:net/ipsumdump IPSUMDUMP_RUN_DEPENDS= ipsumdump:net/ipsumdump LBL_CF_RUN_DEPENDS= ${LOCALBASE}/bin/cf:sysutils/lbl-cf LBL_HF_RUN_DEPENDS= ${LOCALBASE}/bin/hf:sysutils/lbl-hf -NETMAP_GH_TUPLE= bro:bro-netmap:f3620df:bro_netmap +NETMAP_GH_TUPLE= zeek:zeek-netmap:v2.0.0:zeek_netmap NETMAP_USE= GITHUB=nodefault PERFTOOLS_BUILD_DEPENDS=${LOCALBASE}/bin/perftools-pprof:devel/google-perftools PERFTOOLS_CMAKE_BOOL= ENABLE_PERFTOOLS @@ -98,10 +95,14 @@ USE_RC_SUBR= zeek .endif post-patch: - # Silence the "use ZeekControl.plugin instead of BroControl.plugin" nag - @${REINPLACE_CMD} -e 's/^print/#&/' \ - ${WRKSRC}/aux/zeekctl/BroControl/__init__.py + ${REINPLACE_CMD} -e '\|/usr/local/|s|$$| ${STAGEDIR}${PREFIX}/|' \ + ${WRKSRC_zeek_netmap}/cmake/FindNetmap.cmake + +# # Silence the "use ZeekControl.plugin instead of BroControl.plugin" nag +# @${REINPLACE_CMD} -e 's/^print/#&/' \ +# ${WRKSRC}/auxil/zeekctl/BroControl/__init__.py + post-install-ZEEKCTL-on: ${MKDIR} ${STAGEDIR}${PREFIX}/logs ${MKDIR} ${STAGEDIR}${PREFIX}/spool/tmp @@ -121,11 +122,17 @@ post-install: pre-install-ZEEKCTL-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.d -post-build-NETMAP-on: - ${LN} -s ../.build ${WRKSRC}/build - cd ${WRKSRC_bro_netmap} && ./configure --bro-dist=${WRKSRC} \ - --install-root=${STAGEDIR}${PREFIX}/lib/zeek/plugins && \ - make && make install +post-install-NETMAP-on: + ${MKDIR} ${WRKDIR}/zeek-bin + ${CP} ${STAGEDIR}${PREFIX}/bin/zeek-config ${WRKDIR}/zeek-bin + ${REINPLACE_CMD} -e 's|=/usr/local|=${STAGEDIR}${PREFIX}|' \ + -e '/^include_dir=/s|:/usr/local|:${STAGEDIR}${PREFIX}|' \ + ${WRKDIR}/zeek-bin/zeek-config + cd ${WRKSRC_zeek_netmap} && env PATH=${WRKDIR}/zeek-bin:${PATH} \ + ./configure --with-netmap=/usr \ + --install-root=${STAGEDIR}${PREFIX}/lib/zeek/plugins + cd ${WRKSRC_zeek_netmap}/build && make && make install + .include <bsd.port.pre.mk> Modified: head/security/zeek/distinfo ============================================================================== --- head/security/zeek/distinfo Sat Mar 20 00:36:15 2021 (r568826) +++ head/security/zeek/distinfo Sat Mar 20 01:16:38 2021 (r568827) @@ -1,5 +1,5 @@ -TIMESTAMP = 1614030066 -SHA256 (zeek-3.0.13.tar.gz) = 763b4d493820acfafbd0954177bb9733b571721b4f164fcb4488d7d4e55ea8b6 -SIZE (zeek-3.0.13.tar.gz) = 30489419 -SHA256 (bro-bro-netmap-f3620df_GH0.tar.gz) = e51f420781c9a01b0494f93d82f94a1b045725c1cff406c33887974a9940c655 -SIZE (bro-bro-netmap-f3620df_GH0.tar.gz) = 24661 +TIMESTAMP = 1615852305 +SHA256 (zeek-4.0.0.tar.gz) = f2eedab3262eaa3f58a83442b1f38bad35ed72399564917b71bba42266f1ff54 +SIZE (zeek-4.0.0.tar.gz) = 29441929 +SHA256 (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = d37a69babfbb62a51a2413d6b83ae792ce1e7f1ccb1d51bd6b209a10fe5c4d75 +SIZE (zeek-zeek-netmap-v2.0.0_GH0.tar.gz) = 9100 Modified: head/security/zeek/pkg-plist ============================================================================== --- head/security/zeek/pkg-plist Sat Mar 20 00:36:15 2021 (r568826) +++ head/security/zeek/pkg-plist Sat Mar 20 01:16:38 2021 (r568827) @@ -1,5 +1,4 @@ @postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/logs -%%ZEEKCTL%%@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/share/zeekctl/scripts %%ZEEKCTL%%@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool %%ZEEKCTL%%@postexec chown %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool/tmp %%ZEEKCTL%%@postexec chown -R %%ZEEKUSER%%:%%ZEEKGROUP%% %D/spool/installed-scripts-do-not-touch @@ -9,6 +8,8 @@ bin/bro bin/bro-config bin/bro-cut bin/broctl +bin/broker-benchmark +bin/broker-cluster-benchmark %%ZEEKCTL%%bin/capstats bin/paraglob-test %%ZEEKCTL%%bin/trace-summary @@ -17,9 +18,9 @@ bin/zeek-config bin/zeek-cut bin/zeek-wrapper %%ZEEKCTL%%bin/zeekctl -@sample etc/networks.cfg.sample -@sample etc/node.cfg.sample -@sample etc/zeekctl.cfg.sample +%%ZEEKCTL%%@sample etc/networks.cfg.sample +%%ZEEKCTL%%@sample etc/node.cfg.sample +%%ZEEKCTL%%@sample etc/zeekctl.cfg.sample include/binpac/binpac.h include/binpac/binpac_analyzer.h include/binpac/binpac_buffer.h @@ -27,6 +28,7 @@ include/binpac/binpac_bytestring.h include/binpac/binpac_exception.h include/binpac/binpac_regex.h %%BROKER%%include/broker/address.hh +%%BROKER%%include/broker/alm/stream_transport.hh %%BROKER%%include/broker/api_flags.hh %%BROKER%%include/broker/atoms.hh %%BROKER%%include/broker/backend.hh @@ -39,35 +41,49 @@ include/binpac/binpac_regex.h %%BROKER%%include/broker/convert.hh %%BROKER%%include/broker/core_actor.hh %%BROKER%%include/broker/data.hh +%%BROKER%%include/broker/defaults.hh %%BROKER%%include/broker/detail/abstract_backend.hh %%BROKER%%include/broker/detail/appliers.hh %%BROKER%%include/broker/detail/assert.hh %%BROKER%%include/broker/detail/blob.hh +%%BROKER%%include/broker/detail/central_dispatcher.hh %%BROKER%%include/broker/detail/clone_actor.hh -%%BROKER%%include/broker/detail/core_policy.hh +%%BROKER%%include/broker/detail/core_recorder.hh %%BROKER%%include/broker/detail/core_scatterer.hh +%%BROKER%%include/broker/detail/data_generator.hh %%BROKER%%include/broker/detail/die.hh %%BROKER%%include/broker/detail/filesystem.hh %%BROKER%%include/broker/detail/flare.hh %%BROKER%%include/broker/detail/flare_actor.hh +%%BROKER%%include/broker/detail/generator_file_reader.hh +%%BROKER%%include/broker/detail/generator_file_writer.hh +%%BROKER%%include/broker/detail/has_network_info.hh %%BROKER%%include/broker/detail/hash.hh +%%BROKER%%include/broker/detail/item_scope.hh +%%BROKER%%include/broker/detail/lift.hh %%BROKER%%include/broker/detail/make_backend.hh -%%BROKER%%include/broker/detail/make_unique.hh %%BROKER%%include/broker/detail/master_actor.hh %%BROKER%%include/broker/detail/master_resolver.hh %%BROKER%%include/broker/detail/memory_backend.hh +%%BROKER%%include/broker/detail/meta_command_writer.hh +%%BROKER%%include/broker/detail/meta_data_writer.hh %%BROKER%%include/broker/detail/network_cache.hh %%BROKER%%include/broker/detail/operators.hh %%BROKER%%include/broker/detail/prefix_matcher.hh %%BROKER%%include/broker/detail/radix_tree.hh +%%BROKER%%include/broker/detail/read_value.hh +%%BROKER%%include/broker/detail/retry_state.hh %%BROKER%%include/broker/detail/rocksdb_backend.hh %%BROKER%%include/broker/detail/scoped_flare_actor.hh %%BROKER%%include/broker/detail/shared_publisher_queue.hh %%BROKER%%include/broker/detail/shared_queue.hh %%BROKER%%include/broker/detail/shared_subscriber_queue.hh %%BROKER%%include/broker/detail/sqlite_backend.hh +%%BROKER%%include/broker/detail/store_actor.hh %%BROKER%%include/broker/detail/subscription.hh %%BROKER%%include/broker/detail/type_traits.hh +%%BROKER%%include/broker/detail/unipath_manager.hh +%%BROKER%%include/broker/detail/write_value.hh %%BROKER%%include/broker/endpoint.hh %%BROKER%%include/broker/endpoint_info.hh %%BROKER%%include/broker/enum_value.hh @@ -80,6 +96,10 @@ include/binpac/binpac_regex.h %%BROKER%%include/broker/logger.hh %%BROKER%%include/broker/mailbox.hh %%BROKER%%include/broker/message.hh +%%BROKER%%include/broker/mixin/connector.hh +%%BROKER%%include/broker/mixin/data_store_manager.hh +%%BROKER%%include/broker/mixin/notifier.hh +%%BROKER%%include/broker/mixin/recorder.hh %%BROKER%%include/broker/network_info.hh %%BROKER%%include/broker/none.hh %%BROKER%%include/broker/optional.hh @@ -89,10 +109,12 @@ include/binpac/binpac_regex.h %%BROKER%%include/broker/peer_status.hh %%BROKER%%include/broker/port.hh %%BROKER%%include/broker/publisher.hh +%%BROKER%%include/broker/publisher_id.hh %%BROKER%%include/broker/snapshot.hh %%BROKER%%include/broker/status.hh %%BROKER%%include/broker/status_subscriber.hh %%BROKER%%include/broker/store.hh +%%BROKER%%include/broker/store_event.hh %%BROKER%%include/broker/subnet.hh %%BROKER%%include/broker/subscriber.hh %%BROKER%%include/broker/subscriber_base.hh @@ -103,7 +125,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/broker/zeek.hh %%BROKER%%include/caf/abstract_actor.hpp %%BROKER%%include/caf/abstract_channel.hpp -%%BROKER%%include/caf/abstract_composable_behavior.hpp %%BROKER%%include/caf/abstract_group.hpp %%BROKER%%include/caf/actor.hpp %%BROKER%%include/caf/actor_addr.hpp @@ -113,18 +134,24 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/actor_config.hpp %%BROKER%%include/caf/actor_control_block.hpp %%BROKER%%include/caf/actor_factory.hpp -%%BROKER%%include/caf/actor_marker.hpp %%BROKER%%include/caf/actor_ostream.hpp %%BROKER%%include/caf/actor_pool.hpp +%%BROKER%%include/caf/actor_profiler.hpp %%BROKER%%include/caf/actor_proxy.hpp %%BROKER%%include/caf/actor_registry.hpp %%BROKER%%include/caf/actor_storage.hpp %%BROKER%%include/caf/actor_system.hpp %%BROKER%%include/caf/actor_system_config.hpp +%%BROKER%%include/caf/actor_traits.hpp %%BROKER%%include/caf/after.hpp %%BROKER%%include/caf/all.hpp %%BROKER%%include/caf/allowed_unsafe_message_type.hpp %%BROKER%%include/caf/atom.hpp +%%BROKER%%include/caf/attach_continuous_stream_source.hpp +%%BROKER%%include/caf/attach_continuous_stream_stage.hpp +%%BROKER%%include/caf/attach_stream_sink.hpp +%%BROKER%%include/caf/attach_stream_source.hpp +%%BROKER%%include/caf/attach_stream_stage.hpp %%BROKER%%include/caf/attachable.hpp %%BROKER%%include/caf/behavior.hpp %%BROKER%%include/caf/behavior_policy.hpp @@ -133,37 +160,45 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/blocking_actor.hpp %%BROKER%%include/caf/broadcast_downstream_manager.hpp %%BROKER%%include/caf/buffered_downstream_manager.hpp +%%BROKER%%include/caf/byte.hpp %%BROKER%%include/caf/byte_address.hpp +%%BROKER%%include/caf/byte_buffer.hpp +%%BROKER%%include/caf/byte_span.hpp +%%BROKER%%include/caf/caf_main.hpp %%BROKER%%include/caf/callback.hpp %%BROKER%%include/caf/catch_all.hpp %%BROKER%%include/caf/check_typed_input.hpp -%%BROKER%%include/caf/composable_behavior.hpp -%%BROKER%%include/caf/composable_behavior_based_actor.hpp -%%BROKER%%include/caf/composed_behavior.hpp %%BROKER%%include/caf/composed_type.hpp %%BROKER%%include/caf/config.hpp %%BROKER%%include/caf/config_option.hpp %%BROKER%%include/caf/config_option_adder.hpp %%BROKER%%include/caf/config_option_set.hpp %%BROKER%%include/caf/config_value.hpp +%%BROKER%%include/caf/config_value_reader.hpp +%%BROKER%%include/caf/config_value_writer.hpp +%%BROKER%%include/caf/const_typed_message_view.hpp %%BROKER%%include/caf/cow_tuple.hpp -%%BROKER%%include/caf/data_processor.hpp +%%BROKER%%include/caf/credit_controller.hpp %%BROKER%%include/caf/decorator/sequencer.hpp %%BROKER%%include/caf/decorator/splitter.hpp %%BROKER%%include/caf/deduce_mpi.hpp %%BROKER%%include/caf/deep_to_string.hpp %%BROKER%%include/caf/default_attachable.hpp %%BROKER%%include/caf/default_downstream_manager.hpp +%%BROKER%%include/caf/default_enum_inspect.hpp %%BROKER%%include/caf/default_sum_type_access.hpp %%BROKER%%include/caf/defaults.hpp %%BROKER%%include/caf/delegated.hpp %%BROKER%%include/caf/deserializer.hpp +%%BROKER%%include/caf/detail/abstract_worker.hpp +%%BROKER%%include/caf/detail/abstract_worker_hub.hpp %%BROKER%%include/caf/detail/algorithms.hpp %%BROKER%%include/caf/detail/append_hex.hpp +%%BROKER%%include/caf/detail/append_percent_encoded.hpp %%BROKER%%include/caf/detail/apply_args.hpp -%%BROKER%%include/caf/detail/arg_match_t.hpp %%BROKER%%include/caf/detail/arg_wrapper.hpp -%%BROKER%%include/caf/detail/atom_val.hpp +%%BROKER%%include/caf/detail/as_mutable_ref.hpp +%%BROKER%%include/caf/detail/assign_inspector_try_result.hpp %%BROKER%%include/caf/detail/behavior_impl.hpp %%BROKER%%include/caf/detail/behavior_stack.hpp %%BROKER%%include/caf/detail/blocking_behavior.hpp @@ -172,39 +207,46 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/detail/call_cfun.hpp %%BROKER%%include/caf/detail/cas_weak.hpp %%BROKER%%include/caf/detail/comparable.hpp -%%BROKER%%include/caf/detail/concatenated_tuple.hpp -%%BROKER%%include/caf/detail/decorated_tuple.hpp +%%BROKER%%include/caf/detail/config_consumer.hpp +%%BROKER%%include/caf/detail/consumer.hpp +%%BROKER%%include/caf/detail/core_export.hpp %%BROKER%%include/caf/detail/default_invoke_result_visitor.hpp %%BROKER%%include/caf/detail/delegate_serialize.hpp -%%BROKER%%include/caf/detail/disposer.hpp %%BROKER%%include/caf/detail/double_ended_queue.hpp -%%BROKER%%include/caf/detail/dynamic_message_data.hpp -%%BROKER%%include/caf/detail/embedded.hpp +%%BROKER%%include/caf/detail/encode_base64.hpp %%BROKER%%include/caf/detail/enqueue_result.hpp -%%BROKER%%include/caf/detail/enum_to_string.hpp %%BROKER%%include/caf/detail/functor_attachable.hpp %%BROKER%%include/caf/detail/gcd.hpp %%BROKER%%include/caf/detail/get_mac_addresses.hpp %%BROKER%%include/caf/detail/get_process_id.hpp %%BROKER%%include/caf/detail/get_root_uuid.hpp +%%BROKER%%include/caf/detail/glob_match.hpp +%%BROKER%%include/caf/detail/group_tunnel.hpp %%BROKER%%include/caf/detail/ieee_754.hpp %%BROKER%%include/caf/detail/implicit_conversions.hpp -%%BROKER%%include/caf/detail/ini_consumer.hpp %%BROKER%%include/caf/detail/init_fun_factory.hpp %%BROKER%%include/caf/detail/int_list.hpp %%BROKER%%include/caf/detail/invoke_result_visitor.hpp +%%BROKER%%include/caf/detail/io_export.hpp +%%BROKER%%include/caf/detail/is_complete.hpp %%BROKER%%include/caf/detail/is_one_of.hpp -%%BROKER%%include/caf/detail/is_primitive_config_value.hpp %%BROKER%%include/caf/detail/limited_vector.hpp +%%BROKER%%include/caf/detail/local_group_module.hpp %%BROKER%%include/caf/detail/log_level.hpp +%%BROKER%%include/caf/detail/make_meta_object.hpp +%%BROKER%%include/caf/detail/make_unique.hpp %%BROKER%%include/caf/detail/mask_bits.hpp -%%BROKER%%include/caf/detail/merged_tuple.hpp +%%BROKER%%include/caf/detail/message_builder_element.hpp %%BROKER%%include/caf/detail/message_data.hpp +%%BROKER%%include/caf/detail/meta_object.hpp %%BROKER%%include/caf/detail/move_if_not_ptr.hpp -%%BROKER%%include/caf/detail/mpi_splice.hpp %%BROKER%%include/caf/detail/network_order.hpp +%%BROKER%%include/caf/detail/offset_at.hpp +%%BROKER%%include/caf/detail/openssl_export.hpp %%BROKER%%include/caf/detail/optional_message_visitor.hpp %%BROKER%%include/caf/detail/overload.hpp +%%BROKER%%include/caf/detail/padded_size.hpp +%%BROKER%%include/caf/detail/parse.hpp %%BROKER%%include/caf/detail/parser/add_ascii.hpp %%BROKER%%include/caf/detail/parser/ascii_to_int.hpp %%BROKER%%include/caf/detail/parser/chars.hpp @@ -212,32 +254,41 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/detail/parser/fsm_undef.hpp %%BROKER%%include/caf/detail/parser/is_char.hpp %%BROKER%%include/caf/detail/parser/is_digit.hpp -%%BROKER%%include/caf/detail/parser/read_atom.hpp %%BROKER%%include/caf/detail/parser/read_bool.hpp -%%BROKER%%include/caf/detail/parser/read_ini.hpp +%%BROKER%%include/caf/detail/parser/read_config.hpp +%%BROKER%%include/caf/detail/parser/read_floating_point.hpp %%BROKER%%include/caf/detail/parser/read_ipv4_address.hpp %%BROKER%%include/caf/detail/parser/read_ipv6_address.hpp %%BROKER%%include/caf/detail/parser/read_number.hpp %%BROKER%%include/caf/detail/parser/read_number_or_timespan.hpp +%%BROKER%%include/caf/detail/parser/read_signed_integer.hpp %%BROKER%%include/caf/detail/parser/read_string.hpp +%%BROKER%%include/caf/detail/parser/read_timespan.hpp +%%BROKER%%include/caf/detail/parser/read_unsigned_integer.hpp %%BROKER%%include/caf/detail/parser/read_uri.hpp -%%BROKER%%include/caf/detail/parser/state.hpp %%BROKER%%include/caf/detail/parser/sub_ascii.hpp %%BROKER%%include/caf/detail/path_state.hpp %%BROKER%%include/caf/detail/pp.hpp %%BROKER%%include/caf/detail/pretty_type_name.hpp +%%BROKER%%include/caf/detail/print.hpp %%BROKER%%include/caf/detail/private_thread.hpp +%%BROKER%%include/caf/detail/private_thread_pool.hpp +%%BROKER%%include/caf/detail/profiled_send.hpp +%%BROKER%%include/caf/detail/prometheus_broker.hpp %%BROKER%%include/caf/detail/pseudo_tuple.hpp %%BROKER%%include/caf/detail/raw_access.hpp +%%BROKER%%include/caf/detail/remote_group_module.hpp %%BROKER%%include/caf/detail/ringbuffer.hpp %%BROKER%%include/caf/detail/ripemd_160.hpp %%BROKER%%include/caf/detail/safe_equal.hpp %%BROKER%%include/caf/detail/scope_guard.hpp %%BROKER%%include/caf/detail/select_all.hpp %%BROKER%%include/caf/detail/select_integer_type.hpp +%%BROKER%%include/caf/detail/serialized_size.hpp %%BROKER%%include/caf/detail/set_thread_name.hpp %%BROKER%%include/caf/detail/shared_spinlock.hpp %%BROKER%%include/caf/detail/simple_actor_clock.hpp +%%BROKER%%include/caf/detail/size_based_credit_controller.hpp %%BROKER%%include/caf/detail/socket_guard.hpp %%BROKER%%include/caf/detail/spawn_fwd.hpp %%BROKER%%include/caf/detail/spawnable.hpp @@ -257,26 +308,24 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/detail/test_actor_clock.hpp %%BROKER%%include/caf/detail/thread_safe_actor_clock.hpp %%BROKER%%include/caf/detail/tick_emitter.hpp -%%BROKER%%include/caf/detail/try_match.hpp +%%BROKER%%include/caf/detail/token_based_credit_controller.hpp %%BROKER%%include/caf/detail/try_serialize.hpp -%%BROKER%%include/caf/detail/tuple_vals.hpp -%%BROKER%%include/caf/detail/type_erased_tuple_view.hpp -%%BROKER%%include/caf/detail/type_erased_value_impl.hpp +%%BROKER%%include/caf/detail/type_id_list_builder.hpp %%BROKER%%include/caf/detail/type_list.hpp -%%BROKER%%include/caf/detail/type_name.hpp %%BROKER%%include/caf/detail/type_pair.hpp %%BROKER%%include/caf/detail/type_traits.hpp %%BROKER%%include/caf/detail/typed_actor_util.hpp +%%BROKER%%include/caf/detail/unique_function.hpp %%BROKER%%include/caf/detail/unordered_flat_map.hpp -%%BROKER%%include/caf/detail/uri_impl.hpp %%BROKER%%include/caf/detail/variant_data.hpp +%%BROKER%%include/caf/detail/worker_hub.hpp %%BROKER%%include/caf/dictionary.hpp %%BROKER%%include/caf/downstream.hpp %%BROKER%%include/caf/downstream_manager.hpp %%BROKER%%include/caf/downstream_manager_base.hpp %%BROKER%%include/caf/downstream_msg.hpp -%%BROKER%%include/caf/duration.hpp %%BROKER%%include/caf/error.hpp +%%BROKER%%include/caf/error_code.hpp %%BROKER%%include/caf/event_based_actor.hpp %%BROKER%%include/caf/exec_main.hpp %%BROKER%%include/caf/execution_unit.hpp @@ -290,11 +339,16 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/group.hpp %%BROKER%%include/caf/group_manager.hpp %%BROKER%%include/caf/group_module.hpp +%%BROKER%%include/caf/hash/fnv.hpp +%%BROKER%%include/caf/hash/sha1.hpp %%BROKER%%include/caf/illegal_message_element.hpp %%BROKER%%include/caf/inbound_path.hpp -%%BROKER%%include/caf/index_mapping.hpp %%BROKER%%include/caf/infer_handle.hpp +%%BROKER%%include/caf/init_global_meta_objects.hpp %%BROKER%%include/caf/input_range.hpp +%%BROKER%%include/caf/inspector_access.hpp +%%BROKER%%include/caf/inspector_access_base.hpp +%%BROKER%%include/caf/inspector_access_type.hpp %%BROKER%%include/caf/interface_mismatch.hpp %%BROKER%%include/caf/intrusive/drr_cached_queue.hpp %%BROKER%%include/caf/intrusive/drr_queue.hpp @@ -316,14 +370,17 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/io/accept_handle.hpp %%BROKER%%include/caf/io/all.hpp %%BROKER%%include/caf/io/basp/all.hpp -%%BROKER%%include/caf/io/basp/buffer_type.hpp %%BROKER%%include/caf/io/basp/connection_state.hpp %%BROKER%%include/caf/io/basp/endpoint_context.hpp +%%BROKER%%include/caf/io/basp/fwd.hpp %%BROKER%%include/caf/io/basp/header.hpp %%BROKER%%include/caf/io/basp/instance.hpp +%%BROKER%%include/caf/io/basp/message_queue.hpp %%BROKER%%include/caf/io/basp/message_type.hpp +%%BROKER%%include/caf/io/basp/remote_message_handler.hpp %%BROKER%%include/caf/io/basp/routing_table.hpp %%BROKER%%include/caf/io/basp/version.hpp +%%BROKER%%include/caf/io/basp/worker.hpp %%BROKER%%include/caf/io/basp_broker.hpp %%BROKER%%include/caf/io/broker.hpp %%BROKER%%include/caf/io/broker_servant.hpp @@ -336,7 +393,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/io/doorman.hpp %%BROKER%%include/caf/io/fwd.hpp %%BROKER%%include/caf/io/handle.hpp -%%BROKER%%include/caf/io/hook.hpp %%BROKER%%include/caf/io/middleman.hpp %%BROKER%%include/caf/io/middleman_actor.hpp %%BROKER%%include/caf/io/middleman_actor_impl.hpp @@ -375,17 +431,22 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/io/system_messages.hpp %%BROKER%%include/caf/io/typed_broker.hpp %%BROKER%%include/caf/io/unpublish.hpp -%%BROKER%%include/caf/io/visitors.hpp %%BROKER%%include/caf/ip_address.hpp +%%BROKER%%include/caf/ip_endpoint.hpp %%BROKER%%include/caf/ip_subnet.hpp %%BROKER%%include/caf/ipv4_address.hpp +%%BROKER%%include/caf/ipv4_endpoint.hpp %%BROKER%%include/caf/ipv4_subnet.hpp %%BROKER%%include/caf/ipv6_address.hpp +%%BROKER%%include/caf/ipv6_endpoint.hpp %%BROKER%%include/caf/ipv6_subnet.hpp %%BROKER%%include/caf/is_actor_handle.hpp +%%BROKER%%include/caf/is_error_code_enum.hpp %%BROKER%%include/caf/is_message_sink.hpp %%BROKER%%include/caf/is_timeout_or_catch_all.hpp %%BROKER%%include/caf/is_typed_actor.hpp +%%BROKER%%include/caf/load_inspector.hpp +%%BROKER%%include/caf/load_inspector_base.hpp %%BROKER%%include/caf/local_actor.hpp %%BROKER%%include/caf/locks.hpp %%BROKER%%include/caf/logger.hpp @@ -398,10 +459,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/make_sink_result.hpp %%BROKER%%include/caf/make_source_result.hpp %%BROKER%%include/caf/make_stage_result.hpp -%%BROKER%%include/caf/make_type_erased_tuple_view.hpp -%%BROKER%%include/caf/make_type_erased_value.hpp -%%BROKER%%include/caf/make_type_erased_view.hpp -%%BROKER%%include/caf/match_case.hpp %%BROKER%%include/caf/may_have_timeout.hpp %%BROKER%%include/caf/memory_managed.hpp %%BROKER%%include/caf/message.hpp @@ -409,7 +466,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/message_handler.hpp %%BROKER%%include/caf/message_id.hpp %%BROKER%%include/caf/message_priority.hpp -%%BROKER%%include/caf/message_view.hpp %%BROKER%%include/caf/meta/annotation.hpp %%BROKER%%include/caf/meta/hex_formatted.hpp %%BROKER%%include/caf/meta/load_callback.hpp @@ -424,7 +480,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/mixin/sender.hpp %%BROKER%%include/caf/mixin/subscriber.hpp %%BROKER%%include/caf/monitorable_actor.hpp -%%BROKER%%include/caf/named_actor_config.hpp %%BROKER%%include/caf/no_stages.hpp %%BROKER%%include/caf/node_id.hpp %%BROKER%%include/caf/none.hpp @@ -438,15 +493,16 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/optional.hpp %%BROKER%%include/caf/others.hpp %%BROKER%%include/caf/outbound_path.hpp -%%BROKER%%include/caf/output_stream.hpp -%%BROKER%%include/caf/param.hpp +%%BROKER%%include/caf/parser_state.hpp %%BROKER%%include/caf/pec.hpp %%BROKER%%include/caf/policy/arg.hpp %%BROKER%%include/caf/policy/categorized.hpp %%BROKER%%include/caf/policy/downstream_messages.hpp %%BROKER%%include/caf/policy/normal_messages.hpp -%%BROKER%%include/caf/policy/profiled.hpp %%BROKER%%include/caf/policy/scheduler_policy.hpp +%%BROKER%%include/caf/policy/select_all.hpp +%%BROKER%%include/caf/policy/select_any.hpp +%%BROKER%%include/caf/policy/single_response.hpp %%BROKER%%include/caf/policy/tcp.hpp %%BROKER%%include/caf/policy/udp.hpp %%BROKER%%include/caf/policy/unprofiled.hpp @@ -454,11 +510,9 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/policy/urgent_messages.hpp %%BROKER%%include/caf/policy/work_sharing.hpp %%BROKER%%include/caf/policy/work_stealing.hpp -%%BROKER%%include/caf/primitive_variant.hpp %%BROKER%%include/caf/prohibit_top_level_spawn_marker.hpp %%BROKER%%include/caf/proxy_registry.hpp %%BROKER%%include/caf/raise_error.hpp -%%BROKER%%include/caf/raw_event_based_actor.hpp %%BROKER%%include/caf/ref_counted.hpp %%BROKER%%include/caf/replies_to.hpp %%BROKER%%include/caf/response_handle.hpp @@ -466,7 +520,8 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/response_type.hpp %%BROKER%%include/caf/result.hpp %%BROKER%%include/caf/resumable.hpp -%%BROKER%%include/caf/runtime_settings_map.hpp +%%BROKER%%include/caf/save_inspector.hpp +%%BROKER%%include/caf/save_inspector_base.hpp %%BROKER%%include/caf/scheduled_actor.hpp %%BROKER%%include/caf/scheduler.hpp %%BROKER%%include/caf/scheduler/abstract_coordinator.hpp @@ -479,17 +534,17 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/sec.hpp %%BROKER%%include/caf/send.hpp %%BROKER%%include/caf/serializer.hpp +%%BROKER%%include/caf/settings.hpp %%BROKER%%include/caf/skip.hpp +%%BROKER%%include/caf/span.hpp %%BROKER%%include/caf/spawn_options.hpp %%BROKER%%include/caf/stateful_actor.hpp %%BROKER%%include/caf/static_visitor.hpp %%BROKER%%include/caf/stream.hpp %%BROKER%%include/caf/stream_aborter.hpp -%%BROKER%%include/caf/stream_deserializer.hpp %%BROKER%%include/caf/stream_finalize_trait.hpp %%BROKER%%include/caf/stream_manager.hpp %%BROKER%%include/caf/stream_priority.hpp -%%BROKER%%include/caf/stream_serializer.hpp %%BROKER%%include/caf/stream_sink.hpp %%BROKER%%include/caf/stream_sink_driver.hpp %%BROKER%%include/caf/stream_sink_trait.hpp @@ -500,7 +555,6 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/stream_stage.hpp %%BROKER%%include/caf/stream_stage_driver.hpp %%BROKER%%include/caf/stream_stage_trait.hpp -%%BROKER%%include/caf/streambuf.hpp %%BROKER%%include/caf/string_algorithms.hpp %%BROKER%%include/caf/string_view.hpp %%BROKER%%include/caf/sum_type.hpp @@ -508,7 +562,23 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/sum_type_token.hpp %%BROKER%%include/caf/system_messages.hpp %%BROKER%%include/caf/tag/boxing_type.hpp +%%BROKER%%include/caf/telemetry/collector/prometheus.hpp +%%BROKER%%include/caf/telemetry/counter.hpp +%%BROKER%%include/caf/telemetry/dbl_gauge.hpp +%%BROKER%%include/caf/telemetry/gauge.hpp +%%BROKER%%include/caf/telemetry/histogram.hpp +%%BROKER%%include/caf/telemetry/int_gauge.hpp +%%BROKER%%include/caf/telemetry/label.hpp +%%BROKER%%include/caf/telemetry/label_view.hpp +%%BROKER%%include/caf/telemetry/metric.hpp +%%BROKER%%include/caf/telemetry/metric_family.hpp +%%BROKER%%include/caf/telemetry/metric_family_impl.hpp +%%BROKER%%include/caf/telemetry/metric_impl.hpp +%%BROKER%%include/caf/telemetry/metric_registry.hpp +%%BROKER%%include/caf/telemetry/metric_type.hpp +%%BROKER%%include/caf/telemetry/timer.hpp %%BROKER%%include/caf/term.hpp +%%BROKER%%include/caf/test/bdd_dsl.hpp %%BROKER%%include/caf/test/dsl.hpp %%BROKER%%include/caf/test/io_dsl.hpp %%BROKER%%include/caf/test/unit_test.hpp @@ -517,39 +587,76 @@ include/binpac/binpac_regex.h %%BROKER%%include/caf/timeout_definition.hpp %%BROKER%%include/caf/timespan.hpp %%BROKER%%include/caf/timestamp.hpp -%%BROKER%%include/caf/to_string.hpp -%%BROKER%%include/caf/type_erased_tuple.hpp +%%BROKER%%include/caf/tracing_data.hpp +%%BROKER%%include/caf/tracing_data_factory.hpp %%BROKER%%include/caf/type_erased_value.hpp -%%BROKER%%include/caf/type_nr.hpp +%%BROKER%%include/caf/type_id.hpp +%%BROKER%%include/caf/type_id_list.hpp %%BROKER%%include/caf/typed_actor.hpp %%BROKER%%include/caf/typed_actor_pointer.hpp %%BROKER%%include/caf/typed_actor_view.hpp +%%BROKER%%include/caf/typed_actor_view_base.hpp %%BROKER%%include/caf/typed_behavior.hpp %%BROKER%%include/caf/typed_event_based_actor.hpp +%%BROKER%%include/caf/typed_message_view.hpp %%BROKER%%include/caf/typed_response_promise.hpp -%%BROKER%%include/caf/uniform_type_info_map.hpp %%BROKER%%include/caf/unifyn.hpp %%BROKER%%include/caf/unit.hpp -%%BROKER%%include/caf/unsafe_actor_handle_init.hpp +%%BROKER%%include/caf/unsafe_behavior_init.hpp %%BROKER%%include/caf/upstream_msg.hpp %%BROKER%%include/caf/uri.hpp %%BROKER%%include/caf/uri_builder.hpp +%%BROKER%%include/caf/uuid.hpp %%BROKER%%include/caf/variant.hpp %%BROKER%%include/caf/weak_intrusive_ptr.hpp include/paraglob/exceptions.h include/paraglob/node.h include/paraglob/paraglob.h include/paraglob/serializer.h -include/zeek/3rdparty/json.hpp +include/zeek/3rdparty/rapidjson/include/rapidjson/allocators.h +include/zeek/3rdparty/rapidjson/include/rapidjson/cursorstreamwrapper.h +include/zeek/3rdparty/rapidjson/include/rapidjson/document.h +include/zeek/3rdparty/rapidjson/include/rapidjson/encodedstream.h +include/zeek/3rdparty/rapidjson/include/rapidjson/encodings.h +include/zeek/3rdparty/rapidjson/include/rapidjson/error/en.h +include/zeek/3rdparty/rapidjson/include/rapidjson/error/error.h +include/zeek/3rdparty/rapidjson/include/rapidjson/filereadstream.h +include/zeek/3rdparty/rapidjson/include/rapidjson/filewritestream.h +include/zeek/3rdparty/rapidjson/include/rapidjson/fwd.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/biginteger.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/clzll.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/diyfp.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/dtoa.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/ieee754.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/itoa.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/meta.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/pow10.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/regex.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/stack.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/strfunc.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/strtod.h +include/zeek/3rdparty/rapidjson/include/rapidjson/internal/swap.h +include/zeek/3rdparty/rapidjson/include/rapidjson/istreamwrapper.h +include/zeek/3rdparty/rapidjson/include/rapidjson/memorybuffer.h +include/zeek/3rdparty/rapidjson/include/rapidjson/memorystream.h +include/zeek/3rdparty/rapidjson/include/rapidjson/msinttypes/inttypes.h +include/zeek/3rdparty/rapidjson/include/rapidjson/msinttypes/stdint.h +include/zeek/3rdparty/rapidjson/include/rapidjson/ostreamwrapper.h +include/zeek/3rdparty/rapidjson/include/rapidjson/pointer.h +include/zeek/3rdparty/rapidjson/include/rapidjson/prettywriter.h +include/zeek/3rdparty/rapidjson/include/rapidjson/rapidjson.h +include/zeek/3rdparty/rapidjson/include/rapidjson/reader.h +include/zeek/3rdparty/rapidjson/include/rapidjson/schema.h +include/zeek/3rdparty/rapidjson/include/rapidjson/stream.h +include/zeek/3rdparty/rapidjson/include/rapidjson/stringbuffer.h +include/zeek/3rdparty/rapidjson/include/rapidjson/writer.h include/zeek/3rdparty/sqlite3.h -include/zeek/3rdparty/tsl-ordered-map/ordered_hash.h -include/zeek/3rdparty/tsl-ordered-map/ordered_map.h include/zeek/Anon.h include/zeek/Attr.h include/zeek/Base64.h +include/zeek/BifReturnVal.h include/zeek/BroList.h include/zeek/BroString.h -include/zeek/Brofiler.h include/zeek/CCL.h include/zeek/CompHash.h include/zeek/Conn.h @@ -583,6 +690,7 @@ include/zeek/ID.h include/zeek/IP.h include/zeek/IPAddr.h include/zeek/IntSet.h +include/zeek/IntrusivePtr.h include/zeek/List.h include/zeek/NFA.h include/zeek/Net.h @@ -590,6 +698,7 @@ include/zeek/NetVar.h include/zeek/Notifier.h include/zeek/Obj.h include/zeek/OpaqueVal.h +include/zeek/Options.h include/zeek/PacketDumper.h include/zeek/PacketFilter.h include/zeek/Pipe.h @@ -605,7 +714,10 @@ include/zeek/Rule.h include/zeek/RuleAction.h include/zeek/RuleCondition.h include/zeek/RuleMatcher.h +include/zeek/RunState.h +include/zeek/ScannedFile.h include/zeek/Scope.h +include/zeek/ScriptCoverageManager.h include/zeek/SerializationFormat.h include/zeek/Sessions.h include/zeek/SmithWaterman.h @@ -623,13 +735,14 @@ include/zeek/UID.h include/zeek/Val.h include/zeek/Var.h include/zeek/WeirdState.h +include/zeek/ZeekArgs.h +include/zeek/ZeekList.h +include/zeek/ZeekString.h include/zeek/analyzer/Analyzer.h include/zeek/analyzer/Component.h include/zeek/analyzer/Manager.h include/zeek/analyzer/Tag.h include/zeek/analyzer/analyzer.bif.h -include/zeek/analyzer/protocol/arp/ARP.h -include/zeek/analyzer/protocol/arp/events.bif.h include/zeek/analyzer/protocol/asn1/asn1.pac include/zeek/analyzer/protocol/ayiya/AYIYA.h include/zeek/analyzer/protocol/ayiya/ayiya-analyzer.pac @@ -781,10 +894,14 @@ include/zeek/analyzer/protocol/radius/radius-analyzer. include/zeek/analyzer/protocol/radius/radius-protocol.pac include/zeek/analyzer/protocol/radius/radius.pac include/zeek/analyzer/protocol/rdp/RDP.h +include/zeek/analyzer/protocol/rdp/RDPEUDP.h include/zeek/analyzer/protocol/rdp/events.bif.h include/zeek/analyzer/protocol/rdp/rdp-analyzer.pac include/zeek/analyzer/protocol/rdp/rdp-protocol.pac include/zeek/analyzer/protocol/rdp/rdp.pac +include/zeek/analyzer/protocol/rdp/rdpeudp-analyzer.pac +include/zeek/analyzer/protocol/rdp/rdpeudp-protocol.pac +include/zeek/analyzer/protocol/rdp/rdpeudp.pac include/zeek/analyzer/protocol/rdp/types.bif.h include/zeek/analyzer/protocol/rfb/RFB.h include/zeek/analyzer/protocol/rfb/events.bif.h @@ -937,6 +1054,7 @@ include/zeek/analyzer/protocol/tcp/TCP_Flags.h include/zeek/analyzer/protocol/tcp/TCP_Reassembler.h include/zeek/analyzer/protocol/tcp/events.bif.h include/zeek/analyzer/protocol/tcp/functions.bif.h +include/zeek/analyzer/protocol/tcp/types.bif.h include/zeek/analyzer/protocol/teredo/Teredo.h include/zeek/analyzer/protocol/teredo/events.bif.h include/zeek/analyzer/protocol/udp/UDP.h @@ -951,10 +1069,9 @@ include/zeek/analyzer/protocol/xmpp/xmpp.pac include/zeek/analyzer/protocol/zip/ZIP.h include/zeek/binpac-lib.pac include/zeek/binpac.pac -include/zeek/binpac_bro-lib.pac include/zeek/binpac_bro.h -include/zeek/bro-bif.h -include/zeek/bro-config.h +include/zeek/binpac_zeek-lib.pac +include/zeek/binpac_zeek.h include/zeek/bro.pac include/zeek/bro_inet_ntop.h include/zeek/broker/Data.h @@ -967,7 +1084,6 @@ include/zeek/broker/store.bif.h include/zeek/bsd-getopt-long.h include/zeek/const.bif.func_h include/zeek/const.bif.netvar_h -include/zeek/cq.h include/zeek/digest.h include/zeek/event.bif.func_h include/zeek/event.bif.netvar_h @@ -1011,6 +1127,8 @@ include/zeek/file_analysis/analyzer/x509/types.bif.h include/zeek/file_analysis/analyzer/x509/x509-extension.pac include/zeek/file_analysis/analyzer/x509/x509-signed_certificate_timestamp.pac include/zeek/file_analysis/file_analysis.bif.h +include/zeek/fuzzers/FuzzBuffer.h +include/zeek/fuzzers/fuzzer-setup.h include/zeek/input.h include/zeek/input/Component.h include/zeek/input/Manager.h @@ -1033,7 +1151,6 @@ include/zeek/input/readers/sqlite/SQLite.h include/zeek/input/readers/sqlite/sqlite.bif.h include/zeek/iosource/BPF_Program.h include/zeek/iosource/Component.h -include/zeek/iosource/FD_Set.h include/zeek/iosource/IOSource.h include/zeek/iosource/Manager.h include/zeek/iosource/Packet.h @@ -1060,6 +1177,32 @@ include/zeek/nb_dns.h include/zeek/net_util.h include/zeek/option.bif.func_h include/zeek/option.bif.netvar_h +include/zeek/packet_analysis.bif.func_h +include/zeek/packet_analysis.bif.netvar_h +include/zeek/packet_analysis/Analyzer.h +include/zeek/packet_analysis/Component.h +include/zeek/packet_analysis/Dispatcher.h +include/zeek/packet_analysis/Manager.h +include/zeek/packet_analysis/Tag.h +include/zeek/packet_analysis/protocol/arp/ARP.h +include/zeek/packet_analysis/protocol/arp/events.bif.h +include/zeek/packet_analysis/protocol/ethernet/Ethernet.h +include/zeek/packet_analysis/protocol/fddi/FDDI.h +include/zeek/packet_analysis/protocol/gre/GRE.h +include/zeek/packet_analysis/protocol/ieee802_11/IEEE802_11.h +include/zeek/packet_analysis/protocol/ieee802_11_radio/IEEE802_11_Radio.h +include/zeek/packet_analysis/protocol/ip/IP.h +include/zeek/packet_analysis/protocol/iptunnel/IPTunnel.h +include/zeek/packet_analysis/protocol/linux_sll/LinuxSLL.h +include/zeek/packet_analysis/protocol/mpls/MPLS.h +include/zeek/packet_analysis/protocol/nflog/NFLog.h +include/zeek/packet_analysis/protocol/null/Null.h +include/zeek/packet_analysis/protocol/ppp_serial/PPPSerial.h +include/zeek/packet_analysis/protocol/pppoe/PPPoE.h +include/zeek/packet_analysis/protocol/root/Root.h +include/zeek/packet_analysis/protocol/skip/Skip.h +include/zeek/packet_analysis/protocol/vlan/VLAN.h +include/zeek/packet_analysis/protocol/wrapper/Wrapper.h include/zeek/patricia.h include/zeek/plugin/Component.h include/zeek/plugin/ComponentManager.h @@ -1078,11 +1221,13 @@ include/zeek/probabilistic/top-k.bif.h include/zeek/reporter.bif.func_h include/zeek/reporter.bif.netvar_h include/zeek/setsignal.h -include/zeek/siphash24.h include/zeek/stats.bif.func_h include/zeek/stats.bif.netvar_h include/zeek/strings.bif.func_h include/zeek/strings.bif.netvar_h +include/zeek/supervisor.bif.func_h +include/zeek/supervisor.bif.netvar_h +include/zeek/supervisor/Supervisor.h include/zeek/threading/BasicThread.h include/zeek/threading/Formatter.h include/zeek/threading/Manager.h @@ -1094,9 +1239,13 @@ include/zeek/threading/formatters/JSON.h include/zeek/types.bif.func_h include/zeek/types.bif.netvar_h include/zeek/util.h +include/zeek/zeek-affinity.h +include/zeek/zeek-bif.h include/zeek/zeek-config.h +include/zeek/zeek-setup.h include/zeek/zeek.bif.func_h include/zeek/zeek.bif.netvar_h +include/zeek/zeek.pac include/zeek/zeekygen/Configuration.h include/zeek/zeekygen/IdentifierInfo.h include/zeek/zeekygen/Info.h @@ -1108,96 +1257,62 @@ include/zeek/zeekygen/Target.h include/zeek/zeekygen/utils.h include/zeek/zeekygen/zeekygen.bif.h %%ZEEKCTL%%lib/broctl +lib/cmake/CAF/CAFConfig.cmake +lib/cmake/CAF/CAFConfigVersion.cmake +lib/cmake/CAF/CAFTargets-release.cmake +lib/cmake/CAF/CAFTargets.cmake lib/libbinpac.so lib/libbinpac.so.0 -lib/libbinpac.so.0.54 +lib/libbinpac.so.0.57 %%BROKER%%lib/libbroker.a -%%BROKER%%lib/libcaf_core_static.a -%%BROKER%%lib/libcaf_io_static.a -%%BROKER%%lib/libcaf_openssl_static.a +%%BROKER%%lib/libcaf_core.a +%%BROKER%%lib/libcaf_io.a +%%BROKER%%lib/libcaf_openssl.a lib/libparaglob.a -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/COPYING -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/__bro_plugin__ -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/broctl/netmap.py -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/lib/Bro-Netmap.%%LCASE_OPSYS%%-%%ARCH%%.so -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/scripts/__load__.bro -%%NETMAP%%lib/zeek/plugins/Bro_Netmap/scripts/init.bro -%%ZEEKCTL%%lib/zeekctl/BroControl/__init__.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/BroControl/__init__.pyc -%%ZEEKCTL%%lib/zeekctl/BroControl/cmdresult.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/BroControl/cmdresult.pyc -%%ZEEKCTL%%lib/zeekctl/BroControl/config.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/BroControl/config.pyc -%%ZEEKCTL%%lib/zeekctl/BroControl/plugin.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/BroControl/plugin.pyc -%%ZEEKCTL%%lib/zeekctl/SubnetTree.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/SubnetTree.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/__init__.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/__init__.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/cmdresult.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/cmdresult.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/config.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/config.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/control.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/control.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/cron.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/cron.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/doc.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/doc.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/events.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/events.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/exceptions.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/exceptions.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/execute.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/execute.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/install.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/install.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/lock.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/lock.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/node.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/node.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/options.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/options.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/plugin.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/plugin.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/pluginreg.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/pluginreg.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/printdoc.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/printdoc.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/py3zeek.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/py3zeek.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/ssh_runner.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/ssh_runner.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/state.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/state.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/util.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/util.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/utilcurses.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/utilcurses.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/version.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/version.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/zeekcmd.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/zeekcmd.pyc -%%ZEEKCTL%%lib/zeekctl/ZeekControl/zeekctl.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/ZeekControl/zeekctl.pyc -%%ZEEKCTL%%lib/zeekctl/_SubnetTree.so -%%ZEEKCTL%%lib/zeekctl/broker/__init__.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/broker/__init__.pyc -%%ZEEKCTL%%lib/zeekctl/broker/_broker.so -%%ZEEKCTL%%lib/zeekctl/broker/bro.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/broker/bro.pyc -%%ZEEKCTL%%lib/zeekctl/broker/zeek.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/broker/zeek.pyc -%%ZEEKCTL%%lib/zeekctl/plugins/TestPlugin.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/plugins/TestPlugin.pyc -%%ZEEKCTL%%lib/zeekctl/plugins/lb_custom.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/plugins/lb_custom.pyc -%%ZEEKCTL%%lib/zeekctl/plugins/lb_myricom.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/plugins/lb_myricom.pyc -%%ZEEKCTL%%lib/zeekctl/plugins/lb_pf_ring.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/plugins/lb_pf_ring.pyc -%%ZEEKCTL%%lib/zeekctl/plugins/ps.py -%%ZEEKCTL%%@preunexec rm -f %D/lib/zeekctl/plugins/ps.pyc +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/COPYING +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/__bro_plugin__ +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/lib/Zeek-Netmap.%%LCASE_OPSYS%%-%%ARCH%%.so +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/scripts/__load__.zeek +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/scripts/init.zeek +%%NETMAP%%lib/zeek/plugins/Zeek_Netmap/zeekctl/netmap.py +lib/zeek/python/SubnetTree.py +lib/zeek/python/_SubnetTree.so +%%BROKER%%lib/zeek/python/broker/__init__.py +%%BROKER%%lib/zeek/python/broker/_broker.so +%%BROKER%%lib/zeek/python/broker/bro.py +%%BROKER%%lib/zeek/python/broker/zeek.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/BroControl/__init__.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/BroControl/cmdresult.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/BroControl/config.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/BroControl/plugin.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/__init__.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/cmdresult.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/config.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/control.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/cron.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/doc.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/events.py +%%ZEEKCTL%%lib/zeek/python/zeekctl/ZeekControl/exceptions.py *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103200116.12K1GcKY047532>