generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
14
package/nginx-modsecurity/nginx-modsecurity.mk
Normal file
14
package/nginx-modsecurity/nginx-modsecurity.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user