mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Changelog: https://github.com/owasp-modsecurity/ModSecurity-nginx/blob/v1.0.4/CHANGES Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
588 B
Makefile
15 lines
588 B
Makefile
################################################################################
|
|
#
|
|
# nginx-modsecurity
|
|
#
|
|
################################################################################
|
|
|
|
NGINX_MODSECURITY_VERSION = 1.0.4
|
|
NGINX_MODSECURITY_SOURCE = modsecurity-nginx-v$(NGINX_MODSECURITY_VERSION).tar.gz
|
|
NGINX_MODSECURITY_SITE = https://github.com/owasp-modsecurity/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))
|