kumquat-buildroot/package/nginx-naxsi/nginx-naxsi.mk
Adam Duskett 3335c8d868 package/nginx-naxsi: bump version to 1.3
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>
2021-07-20 23:56:03 +02:00

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))