Skip to content

Commit

Permalink
snort3: update to 3.6.2.0
Browse files Browse the repository at this point in the history
Changelog: https://github.com/snort3/snort3/releases/tag/3.6.2.0

Signed-off-by: John Audia <therealgraysky@proton.me>
  • Loading branch information
graysky2 committed Jan 29, 2025
1 parent f9effa4 commit 3846b2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,057 deletions.
6 changes: 3 additions & 3 deletions net/snort3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Loading

0 comments on commit 3846b2e

Please sign in to comment.