kumquat-buildroot/package/nginx-modsecurity/nginx-modsecurity.mk
Adam Duskett e80a752373 package/nginx-modsecurity: bump to version 1.0.2
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-20 23:56:29 +02:00

15 lines
581 B
Makefile

################################################################################
#
# nginx-modsecurity
#
################################################################################
NGINX_MODSECURITY_VERSION = 1.0.2
NGINX_MODSECURITY_SOURCE = modsecurity-nginx-v$(NGINX_MODSECURITY_VERSION).tar.gz
NGINX_MODSECURITY_SITE = https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$(NGINX_MODSECURITY_VERSION)
NGINX_MODSECURITY_LICENSE = Apache-2.0
NGINX_MODSECURITY_LICENSE_FILES = LICENSE
NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
$(eval $(generic-package))