Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/timw/broctl-symlink'
Browse files Browse the repository at this point in the history
* origin/topic/timw/broctl-symlink:
  Stop installing the broctl symlink
  • Loading branch information
timwoj committed Aug 8, 2024
2 parents c6f6c13 + 535f4cb commit 7e1a844
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.5.0-58 | 2024-08-08 09:25:59 -0700

* Stop installing the broctl symlink (Tim Wojtulewicz, Corelight)

2.5.0-56 | 2024-08-08 10:43:44 +0200

* Remove ignore-deprecations pragma from cluster layout (Arne Welzel, Corelight)
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ if ( NOT BINARY_PACKAGING_MODE )
")
endif ()

InstallSymlink("${PY_MOD_INSTALL_DIR}/zeekctl" "${LIBDIR}/broctl")
install(DIRECTORY BroControl DESTINATION ${PY_MOD_INSTALL_DIR}/zeekctl)

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0-56
2.5.0-58
2 changes: 1 addition & 1 deletion doc/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. Note: This file includes further autogenerated ones.
..
.. Version number is filled in automatically.
.. |version| replace:: 2.5.0-56
.. |version| replace:: 2.5.0-58

===========
ZeekControl
Expand Down

0 comments on commit 7e1a844

Please sign in to comment.