diff options
author | Ian Cooper <iancooper@hotmail.com> | 2020-04-30 18:51:19 +0100 |
---|---|---|
committer | Ian Cooper <iancooper@hotmail.com> | 2020-04-30 18:51:19 +0100 |
commit | 3b58e317f6ced328914b6391493b065732825ecf (patch) | |
tree | c6707fd1bbe4e44947c1c85e80bba53fcaa9dfca /net/snort | |
parent | 07998f702e1e9bf125145db6e73dd825f18898a5 (diff) |
snort: bump to 2.9.15.1
Fix compilation error with x86_64 glibc
Fix changed download location on snort.org
Signed-off-by: Ian Cooper <iancooper@hotmail.com>
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index e8dca8079..354f5d2d3 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort -PKG_VERSION:=2.9.15 +PKG_VERSION:=2.9.15.1 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 @@ -16,9 +16,9 @@ PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_CPE_ID:=cpe:/a:snort:snort PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \ +PKG_SOURCE_URL:=https://www.snort.org/downloads/archive/snort/ \ @SF/$(PKG_NAME) -PKG_HASH:=bfb437746446ef72a03c501db13cd6da5edd2b41f55c80c437ba288be6da7dba +PKG_HASH:=2cccfc1d1a706586cd47ae9f085a7d5e4e36390b8e9c28cd2020b4b5b587f6c3 PKG_BUILD_DEPENDS:=libtirpc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) |