Merge remote-tracking branch 'origin/topic/timw/remove-with-bind'

* origin/topic/timw/remove-with-bind:
  Remove obsolete --with-bind configure flag
This commit is contained in:
Tim Wojtulewicz 2025-05-28 08:29:33 -07:00
commit 2d7aad2c81
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.262 | 2025-05-28 08:29:33 -0700
* Remove obsolete --with-bind configure flag (Tim Wojtulewicz, Corelight)
8.0.0-dev.259 | 2025-05-27 12:49:05 -0700
* Add a few std::moves to fix Coverity warnings (Tim Wojtulewicz, Corelight)

4
NEWS
View file

@ -72,6 +72,10 @@ Changed Functionality
Removed Functionality
---------------------
- The ``--with-bind`` argument for ``configure`` was removed. We removed the need for the
BIND library from our CMake setup in the v7.2 release, but this non-functional argument
was left behind.
Deprecated Functionality
------------------------

View file

@ -1 +1 @@
8.0.0-dev.259
8.0.0-dev.262

1
configure vendored
View file

@ -92,7 +92,6 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
Required Packages in Non-Standard Locations:
--with-bifcl=PATH path to Zeek BIF compiler executable
(useful for cross-compiling)
--with-bind=PATH path to BIND install root
--with-binpac=PATH path to BinPAC executable
(useful for cross-compiling)
--with-bison=PATH path to bison executable