mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
snort3: update to 3.6.2.0
Changelog: https://github.com/snort3/snort3/releases/tag/3.6.2.0 % snort --version ,,_ -*> Snort++ <*- o" )~ Version 3.6.2.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.18 Using Hyperscan version 5.4.2 2025-01-28 Using libpcap version 1.10.5 (with TPACKET_V3) Using LuaJIT version 2.1.0-beta3 Using LZMA version 5.6.2 Using OpenSSL 3.0.15 3 Sep 2024 Using PCRE2 version 10.42 2022-12-11 Using ZLIB version 1.3.1 Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=snort3
|
||||
PKG_VERSION:=3.1.84.0
|
||||
PKG_RELEASE:=4
|
||||
PKG_VERSION:=3.6.2.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/snort3/snort3
|
||||
PKG_MIRROR_HASH:=ffa69fdd95c55a943ab4dd782923caf31937dd8ad29e202d7fe781373ed84444
|
||||
PKG_MIRROR_HASH:=961649f0ea661b6454c9c056a789708a601dcd367515e506ada5d86fea9cee18
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>, John Audia <therealgraysky@proton.me>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
|
||||
@@ -24,7 +24,7 @@ Workaround to build until upstream bug is fixed[1].
|
||||
endif()
|
||||
--- a/config.cmake.h.in
|
||||
+++ b/config.cmake.h.in
|
||||
@@ -124,7 +124,6 @@
|
||||
@@ -127,7 +127,6 @@
|
||||
|
||||
/* hyperscan available */
|
||||
#cmakedefine HAVE_HYPERSCAN 1
|
||||
|
||||
@@ -18,5 +18,5 @@ src/network_inspectors/packet_capture/packet_capture.h:25:54: error: 'int16_t' d
|
||||
#include <string>
|
||||
+#include <cstdint>
|
||||
|
||||
void packet_capture_enable(const std::string&, const int16_t g = -1, const std::string& t = "");
|
||||
void packet_capture_enable(const std::string&, const int16_t g = -1, const std::string& t = "", const bool ci = true);
|
||||
void packet_capture_disable();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user