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

% 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 <[email protected]>
  • Loading branch information
graysky2 committed Jan 29, 2025
1 parent f9effa4 commit 1b0f91e
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 <[email protected]>, John Audia <[email protected]>
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 1b0f91e

Please sign in to comment.