From: Russ Combs (rucombs) Date: Tue, 17 May 2022 11:23:39 +0000 (+0000) Subject: Pull request #3413: build: Update dependent libdaq version to 3.0.7 X-Git-Tag: 3.1.30.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e7bb1c7b569360eb1c8dfb9495f8f452246943;p=thirdparty%2Fsnort3.git Pull request #3413: build: Update dependent libdaq version to 3.0.7 Merge in SNORT/snort3 from ~PRBG/snort3:update_min_libdaq_version to master Squashed commit of the following: commit 7190ff171d721ec8a17b45ab0a71a3676a903031 Author: “Priyanka Date: Wed May 4 16:42:41 2022 -0400 build: Update dependent libdaq version to 3.0.7 --- diff --git a/cmake/FindDAQ.cmake b/cmake/FindDAQ.cmake index 6f74a496b..c463bd166 100644 --- a/cmake/FindDAQ.cmake +++ b/cmake/FindDAQ.cmake @@ -16,7 +16,7 @@ This module defines: #]=======================================================================] find_package(PkgConfig) -pkg_check_modules(PC_DAQ libdaq>=3.0.5) +pkg_check_modules(PC_DAQ libdaq>=3.0.7) # Use DAQ_INCLUDE_DIR_HINT and DAQ_LIBRARIES_DIR_HINT from configure_cmake.sh as primary hints # and then package config information after that.