3335c8d868
Other changes: - Change license to GPL-3.0 and BSD-3-Clause - Change license file to LICENSE and naxsi_src/ext/libinjection/COPYING - Update license hash's in nginx-naxsi.hash Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
439 B
Makefile
13 lines
439 B
Makefile
################################################################################
|
|
#
|
|
# nginx-naxsi
|
|
#
|
|
################################################################################
|
|
|
|
NGINX_NAXSI_VERSION = 1.3
|
|
NGINX_NAXSI_SITE = $(call github,nbs-system,naxsi,$(NGINX_NAXSI_VERSION))
|
|
NGINX_NAXSI_LICENSE = GPL-3.0, BSD-3-Clause (libinjection)
|
|
NGINX_NAXSI_LICENSE_FILES = LICENSE naxsi_src/ext/libinjection/COPYING
|
|
|
|
$(eval $(generic-package))
|