Skip to content

Commit

Permalink
security/zeek: add shebangfix to zeek-client, fix pkg-plist
Browse files Browse the repository at this point in the history
Noticed while building on powerpc64.
  • Loading branch information
pkubaj committed Aug 29, 2023
1 parent 09af314 commit b6a8929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion security/zeek/Makefile
Expand Up @@ -30,7 +30,8 @@ PORTSCOUT= limit:^[0-9]*\.0\.

CXXFLAGS_powerpc64= -mpower8-vector

SHEBANG_FILES= auxil/zeekctl/auxil/trace-summary/trace-summary
SHEBANG_FILES= auxil/zeekctl/auxil/trace-summary/trace-summary \
auxil/zeek-client/zeek-client

SUB_FILES= pkg-message
NO_MTREE= yes
Expand Down
12 changes: 9 additions & 3 deletions security/zeek/pkg-plist
Expand Up @@ -697,6 +697,7 @@ include/zeek/analyzer/protocol/dns/events.bif.h
include/zeek/analyzer/protocol/file/File.h
include/zeek/analyzer/protocol/file/events.bif.h
include/zeek/analyzer/protocol/finger/legacy/Finger.h
include/zeek/analyzer/protocol/finger/legacy/events.bif.h
include/zeek/analyzer/protocol/ftp/FTP.h
include/zeek/analyzer/protocol/ftp/events.bif.h
include/zeek/analyzer/protocol/ftp/functions.bif.h
Expand Down Expand Up @@ -942,6 +943,7 @@ include/zeek/analyzer/protocol/ssl/tls-handshake-signed_certificate_timestamp.pa
include/zeek/analyzer/protocol/ssl/tls-handshake.pac
include/zeek/analyzer/protocol/ssl/types.bif.h
include/zeek/analyzer/protocol/syslog/legacy/Syslog.h
include/zeek/analyzer/protocol/syslog/legacy/events.bif.h
include/zeek/analyzer/protocol/syslog/legacy/syslog-analyzer.pac
include/zeek/analyzer/protocol/syslog/legacy/syslog-protocol.pac
include/zeek/analyzer/protocol/syslog/legacy/syslog.pac
Expand Down Expand Up @@ -1169,8 +1171,8 @@ include/zeek/spicy/packet-analyzer.h
include/zeek/spicy/port-range.h
include/zeek/spicy/protocol-analyzer.h
include/zeek/spicy/runtime-support.h
include/zeek/spicy/spicy.bif.h
include/zeek/spicy/spicyz/config.h
%%SPICY%%include/zeek/spicy/spicy.bif.h
%%SPICY%%include/zeek/spicy/spicyz/config.h
include/zeek/spicy/spicyz/driver.h
include/zeek/spicy/spicyz/glue-compiler.h
include/zeek/stats.bif.func_h
Expand Down Expand Up @@ -1233,6 +1235,7 @@ lib/libparaglob.a
%%SPICY%%lib/libspicy-rt-debug.a
%%SPICY%%lib/libspicy-rt.a
%%SPICY%%lib/libspicy.so
@dir lib/%%ZEEKUSER%%/plugins
lib/zeek/python/SubnetTree.py
lib/zeek/python/_SubnetTree.so
lib/zeek/python/broker/__init__.py
Expand Down Expand Up @@ -1364,6 +1367,7 @@ share/btest/scripts/spicy/diff-sort
%%DATADIR%%/base/bif/plugins/Zeek_FileExtract.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_FileExtract.functions.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_FileHash.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_Finger.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_GSSAPI.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_GTPv1.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_GTPv1.functions.bif.zeek
Expand Down Expand Up @@ -1448,6 +1452,7 @@ share/btest/scripts/spicy/diff-sort
%%DATADIR%%/base/bif/plugins/Zeek_SSL.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_SSL.functions.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_SSL.types.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_Syslog.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_TCP.events.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_TCP.functions.bif.zeek
%%DATADIR%%/base/bif/plugins/Zeek_TCP.types.bif.zeek
Expand All @@ -1462,7 +1467,7 @@ share/btest/scripts/spicy/diff-sort
%%DATADIR%%/base/bif/plugins/Zeek_XMPP.events.bif.zeek
%%DATADIR%%/base/bif/plugins/__load__.zeek
%%DATADIR%%/base/bif/reporter.bif.zeek
%%DATADIR%%/base/bif/spicy.bif.zeek
%%SPICY%%%%DATADIR%%/base/bif/spicy.bif.zeek
%%DATADIR%%/base/bif/stats.bif.zeek
%%DATADIR%%/base/bif/store.bif.zeek
%%DATADIR%%/base/bif/strings.bif.zeek
Expand Down Expand Up @@ -2044,6 +2049,7 @@ share/btest/scripts/spicy/diff-sort
%%DATADIR%%/policy/tuning/defaults/warnings.zeek
%%DATADIR%%/policy/tuning/json-logs.zeek
%%DATADIR%%/policy/tuning/track-all-assets.zeek
@dir %%DATADIR%%/spicy
@sample %%DATADIR%%/site/local.zeek.sample
%%SPICY%%share/zeek/spicy/zeek.spicy
%%SPICY%%share/zeek/spicy/zeek_file.spicy
Expand Down

0 comments on commit b6a8929

Please sign in to comment.