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>
This commit is contained in:
parent
07998f702e
commit
3b58e317f6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue