diff options
author | John Audia <therealgraysky@proton.me> | 2023-02-24 12:16:36 -0500 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-03-12 09:17:13 +0100 |
commit | 0cec657274fe963c7f6e02447cf6ce03a7b1ab66 (patch) | |
tree | 68c4bc0520c2fb638bf3aa45e4c3b46575b508f2 /net | |
parent | a6d063fee29922ebcac2f613f92852202fe43b16 (diff) |
snort3: update to 3.1.56.0
Upstream bump
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'net')
-rw-r--r-- | net/snort3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 9ba031871..2c989ccb3 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.53.0 +PKG_VERSION:=3.1.56.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ -PKG_HASH:=e76429903cc56353ab21c0f4c0ec495054ba82f56d8d94943930bc0c3165be4c +PKG_HASH:=b757705e1ee2a560b94791b3f474fe1c562c98049ebb0c807e8f612c7c38032d PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only |