mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/remove-bind-library-check'
* origin/topic/johanna/remove-bind-library-check: Remove unnecessary check for bind library. Closes GH-432t log9
This commit is contained in:
commit
37be65dfd0
4 changed files with 9 additions and 5 deletions
7
CHANGES
7
CHANGES
|
@ -1,3 +1,10 @@
|
|||
7.2.0-dev.471 | 2025-04-03 10:53:00 +0100
|
||||
|
||||
* Remove unnecessary check for bind library. (Johanna Amann, Corelight)
|
||||
|
||||
This has not been required since we switched to c-ares and breaks builds
|
||||
on Fedora Rawhide.
|
||||
|
||||
7.2.0-dev.469 | 2025-04-02 16:36:00 -0700
|
||||
|
||||
* Some minor c++ modernization in EnumType methods (Tim Wojtulewicz, Corelight)
|
||||
|
|
|
@ -797,9 +797,6 @@ find_package(FLEX REQUIRED)
|
|||
find_package(BISON 2.5 REQUIRED)
|
||||
find_package(PCAP REQUIRED)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
if (NOT MSVC)
|
||||
find_package(BIND REQUIRED)
|
||||
endif ()
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
if (NOT BINARY_PACKAGING_MODE)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-dev.469
|
||||
7.2.0-dev.471
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit dcaad38c87218537a046c092e31ec16a3ee01cfd
|
||||
Subproject commit b4998425fb00402967792311ec7c2cf391eb0ca5
|
Loading…
Add table
Add a link
Reference in a new issue