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:
Johanna Amann 2025-04-03 10:52:45 +01:00
commit 37be65dfd0
4 changed files with 9 additions and 5 deletions

View file

@ -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 7.2.0-dev.469 | 2025-04-02 16:36:00 -0700
* Some minor c++ modernization in EnumType methods (Tim Wojtulewicz, Corelight) * Some minor c++ modernization in EnumType methods (Tim Wojtulewicz, Corelight)

View file

@ -797,9 +797,6 @@ find_package(FLEX REQUIRED)
find_package(BISON 2.5 REQUIRED) find_package(BISON 2.5 REQUIRED)
find_package(PCAP REQUIRED) find_package(PCAP REQUIRED)
find_package(OpenSSL REQUIRED) find_package(OpenSSL REQUIRED)
if (NOT MSVC)
find_package(BIND REQUIRED)
endif ()
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
if (NOT BINARY_PACKAGING_MODE) if (NOT BINARY_PACKAGING_MODE)

View file

@ -1 +1 @@
7.2.0-dev.469 7.2.0-dev.471

2
cmake

@ -1 +1 @@
Subproject commit dcaad38c87218537a046c092e31ec16a3ee01cfd Subproject commit b4998425fb00402967792311ec7c2cf391eb0ca5