mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
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.1
|
||||
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