Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] nginx-naxsi: depends on BR2_PACKAGE_NGINX_HTTP
@ 2016-12-05 14:28 Johan Oudinet
  2016-12-05 14:28 ` [Buildroot] [PATCH 2/2] nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE Johan Oudinet
  2016-12-05 20:34 ` [Buildroot] [PATCH 1/2] nginx-naxsi: depends on BR2_PACKAGE_NGINX_HTTP Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Oudinet @ 2016-12-05 14:28 UTC (permalink / raw)
  To: buildroot

This package adds XSS and SQLi protection to Nginx HTTP server.
So, it makes sense iff the HTTP part of nginx is enabled.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
---
 package/nginx-naxsi/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nginx-naxsi/Config.in b/package/nginx-naxsi/Config.in
index 5ae5497..e9907aa 100644
--- a/package/nginx-naxsi/Config.in
+++ b/package/nginx-naxsi/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NGINX_NAXSI
 	bool "nginx-naxsi"
+        depends on BR2_PACKAGE_NGINX_HTTP
 	# uses pcre, so nginx needs to be built with pcre support
 	select BR2_PACKAGE_PCRE
 	help
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-05 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 14:28 [Buildroot] [PATCH 1/2] nginx-naxsi: depends on BR2_PACKAGE_NGINX_HTTP Johan Oudinet
2016-12-05 14:28 ` [Buildroot] [PATCH 2/2] nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE Johan Oudinet
2016-12-05 20:34 ` [Buildroot] [PATCH 1/2] nginx-naxsi: depends on BR2_PACKAGE_NGINX_HTTP Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox