From eb251c50bbc58ae656c72f8ec718b44ea8913583 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 1 Dec 2022 10:07:00 -0500 Subject: snort3: update to 3.1.48.0-1 Had to add a patch to allow builds of targets containing '+' in their dir name Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia --- net/snort3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/snort3/Makefile') diff --git a/net/snort3/Makefile b/net/snort3/Makefile index fd2f76bd8..925005814 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.47.0 +PKG_VERSION:=3.1.48.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ -PKG_HASH:=7565411db11b453a98f8bd88eeef0fa9f2e85416a8f595e710aa19c430228b8c +PKG_HASH:=65df088a8cac11e59f0b71a7f98fc9d21eeb0e31d35280c470c985172947ebfe PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-only -- cgit v1.2.3