Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/timw/remove-nbdns-leftovers'
Browse files Browse the repository at this point in the history
* origin/topic/timw/remove-nbdns-leftovers:
  Reorder includes in Options.cc
  Remove some leftover nb_dns stuff from the DNS_Mgr rework
  • Loading branch information
timwoj committed Oct 21, 2022
2 parents bf89237 + 05ba11c commit 072158d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.2.0-dev.120 | 2022-10-21 10:09:11 -0700

* Reorder includes in Options.cc (Tim Wojtulewicz, Corelight)

* Remove some leftover nb_dns stuff from the DNS_Mgr rework (Tim Wojtulewicz, Corelight)

5.2.0-dev.116 | 2022-10-20 13:03:45 -0700

* Update bifcl, binpac, broker, cmake, gen-zam, and paraglob submodules (Tim Wojtulewicz, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0-dev.116
5.2.0-dev.120
2 changes: 1 addition & 1 deletion src/3rdparty
Submodule 3rdparty updated 2 files
+0 −794 nb_dns.c
+0 −41 nb_dns.h
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ set(_gen_zeek_script_cpp ${CMAKE_CURRENT_BINARY_DIR}/../CPP-gen.cc)
add_custom_command(OUTPUT ${_gen_zeek_script_cpp}
COMMAND ${CMAKE_COMMAND} -E touch ${_gen_zeek_script_cpp})

set_source_files_properties(3rdparty/nb_dns.c PROPERTIES COMPILE_FLAGS
-fno-strict-aliasing)

set(MAIN_SRCS
digest.cc
net_util.cc
Expand Down Expand Up @@ -426,7 +423,6 @@ set(THIRD_PARTY_SRCS
3rdparty/ConvertUTF.c
3rdparty/in_cksum.cc
3rdparty/modp_numtoa.c
3rdparty/nb_dns.c
3rdparty/patricia.c
3rdparty/setsignal.c
3rdparty/sqlite3.c
Expand Down Expand Up @@ -607,7 +603,6 @@ install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/zeek_inet_ntop.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/bsd-getopt-long.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/modp_numtoa.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/nb_dns.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/patricia.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/setsignal.h
${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/sqlite3.h
Expand Down
6 changes: 2 additions & 4 deletions src/Options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

#include <unistd.h>

#include "zeek/ScriptProfile.h"
#include "zeek/script_opt/ScriptOpt.h"

#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
Expand All @@ -18,8 +15,9 @@
#include <cstdlib>
#include <sstream>

#include "zeek/3rdparty/bsd-getopt-long.h"
#include "zeek/ScriptProfile.h"
#include "zeek/logging/writers/ascii/Ascii.h"
#include "zeek/script_opt/ScriptOpt.h"

namespace zeek
{
Expand Down

0 comments on commit 072158d

Please sign in to comment.