diff --git a/security/snort3/Makefile b/security/snort3/Makefile index ffe9cc6e8d44..61a0fb31b032 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,72 +1,72 @@ PORTNAME= snort -DISTVERSION= 3.1.51.0 +DISTVERSION= 3.1.52.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 MAINTAINER= bofh@FreeBSD.org COMMENT= Lightweight network intrusion detection system WWW= https://www.snort.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdaq.so:net/libdaq \ libdnet.so:net/libdnet \ libhwloc.so:devel/hwloc2 \ libpcap.so:net/libpcap \ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid USES= cmake compiler:c++14-lang cpe iconv localbase luajit pathfix pkgconfig \ shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= snort3 GH_PROJECT= snort3 SHEBANG_FILES= tools/appid_detector_builder.sh CMAKE_ARGS+= -DFLEX_INCLUDE_DIR_HINT:PATH=${PREFIX}/include/flex CONFLICTS= snort-2* OPTIONS_DEFINE= ADDRESSSANITIZER DEBUG DOCS FLATBUFFERS HYPERSCAN \ LARGEPCAP PIE STATICDAQ THREADSANITIZER TSC OPTIONS_DEFAULT= STATICDAQ OPTIONS_DEFAULT_amd64= HYPERSCAN OPTIONS_SUB= yes ADDRESSSANITIZER_DESC= Enable address sanitizer FLATBUFFERS_DESC= Enable flatbuffers support HYPERSCAN_DESC= Enable high-performance regular expression lib LARGEPCAP_DESC= Enable support for pcaps larger than 2 GB PIE_DESC= Enable PIE (Broken) STATICDAQ_DESC= Link static DAQ modules THREADSANITIZER_DESC= Enable thread sanitizer TSC_DESC= Use timestamp counter register clock (x86 only) ADDRESSSANITIZER_CMAKE_BOOL= ENABLE_ADDRESS_SANITIZER DEBUG_CMAKE_BOOL= ENABLE_COREFILES ENABLE_GDB DOCS_CMAKE_BOOL= MAKE_HTML_DOC MAKE_PDF_DOC MAKE_TEXT_DOC FLATBUFFERS_LIB_DEPENDS= flatc:devel/flatbuffers205 # until https://github.com/snort3/snort3/issues/250 is fixed HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan HYPERSCAN_PLIST_SUB= HYPERSCAN="" HYPERSCAN_PLIST_SUB_OFF= HYPERSCAN="@comment " LARGEPCAP_CMAKE_BOOL= ENABLE_LARGE_PCAP PIE_CMAKE_BOOL= ENABLE_PIE STATICDAQ_CMAKE_BOOL= ENABLE_STATIC_DAQ THREADSANITIZER_CMAKE_BOOL= ENABLE_THREAD_SANITIZER TSC_CMAKE_BOOL= ENABLE_TSC_CLOCK .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 BUILD_DEPENDS= flex>0:textproc/flex .endif post-patch: ${REINPLACE_CMD} -e 's|_LIBDIR}/pkgconfig|_PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/cmake/create_pkg_config.cmake .include diff --git a/security/snort3/distinfo b/security/snort3/distinfo index a36b98a9d7fe..d35b45281edc 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673627281 -SHA256 (snort3-snort3-3.1.51.0_GH0.tar.gz) = 023fb873361ed589e3f7b2137f0a091388f5006d756c85946c790bb73e87a345 -SIZE (snort3-snort3-3.1.51.0_GH0.tar.gz) = 3221567 +TIMESTAMP = 1674062642 +SHA256 (snort3-snort3-3.1.52.0_GH0.tar.gz) = 351ef4295b54d750ea557bdd5a10c8a04d1edc35003b0d84620451c998591117 +SIZE (snort3-snort3-3.1.52.0_GH0.tar.gz) = 3223263 diff --git a/security/snort3/files/patch-src_main_analyzer.cc b/security/snort3/files/patch-src_main_analyzer.cc deleted file mode 100644 index 1893b2a9429b..000000000000 --- a/security/snort3/files/patch-src_main_analyzer.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main/analyzer.cc.orig 2023-01-13 17:19:37 UTC -+++ src/main/analyzer.cc -@@ -67,6 +67,7 @@ - #include "time/packet_time.h" - #include "trace/trace_api.h" - #include "utils/stats.h" -+#include "utils/util.h" - - #include "analyzer_command.h" - #include "oops_handler.h"