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

(cherry picked from commit 37be65dfd0)
This commit is contained in:
Johanna Amann 2025-04-03 10:52:45 +01:00 committed by Tim Wojtulewicz
parent 94700130ed
commit 1610fe9eaf
4 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,12 @@
7.0.7-4 | 2025-05-19 09:17:52 -0700
* 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.
(cherry picked from commit 37be65dfd04906270111c44533b3aadc5f421784)
7.0.7-3 | 2025-05-19 09:15:54 -0700 7.0.7-3 | 2025-05-19 09:15:54 -0700
* fix for ZAM optimization when an aggregate is modified inside of a loop (Vern Paxson, Corelight) * fix for ZAM optimization when an aggregate is modified inside of a loop (Vern Paxson, Corelight)

View file

@ -800,9 +800,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.0.7-3 7.0.7-4

2
cmake

@ -1 +1 @@
Subproject commit a10c95c9dfc158d3da658917c29eaf062bf507f9 Subproject commit 621d098e6dcc52ad355cb2a196a7aa1a7b1a676f