2
1
Эх сурвалжийг харах

package/nginx-modsecurity: update upstream URLs

'https://github.com/SpiderLabs/ModSecurity-nginx' now redirects to
'https://github.com/owasp-modsecurity/ModSecurity-nginx', so update our
URLs accordingly.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 5d9551d303c953aa34bad4ae6bc47e56f830dfe0)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Raphaël Mélotte 1 сар өмнө
parent
commit
4e9e8040ca

+ 1 - 1
package/nginx-modsecurity/Config.in

@@ -10,7 +10,7 @@ config BR2_PACKAGE_NGINX_MODSECURITY
 	  point between nginx and libmodsecurity
 	  point between nginx and libmodsecurity
 	  (ModSecurity v3).
 	  (ModSecurity v3).
 
 
-	  https://github.com/SpiderLabs/ModSecurity-nginx
+	  https://github.com/owasp-modsecurity/ModSecurity-nginx
 
 
 comment "nginx-modsecurity needs a toolchain w/ C++, threads, dynamic library"
 comment "nginx-modsecurity needs a toolchain w/ C++, threads, dynamic library"
 	depends on BR2_PACKAGE_NGINX_HTTP
 	depends on BR2_PACKAGE_NGINX_HTTP

+ 1 - 1
package/nginx-modsecurity/nginx-modsecurity.hash

@@ -1,4 +1,4 @@
-# From https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v1.0.3/modsecurity-nginx-v1.0.3.tar.gz.sha256
+# From https://github.com/owasp-modsecurity/ModSecurity-nginx/releases/download/v1.0.3/modsecurity-nginx-v1.0.3.tar.gz.sha256
 sha256  ae811c7208ac029cb7a99d6f63e03d3971797607517187f47620df39c1f78add  modsecurity-nginx-v1.0.3.tar.gz
 sha256  ae811c7208ac029cb7a99d6f63e03d3971797607517187f47620df39c1f78add  modsecurity-nginx-v1.0.3.tar.gz
 # Locally calculated
 # Locally calculated
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE

+ 1 - 1
package/nginx-modsecurity/nginx-modsecurity.mk

@@ -6,7 +6,7 @@
 
 
 NGINX_MODSECURITY_VERSION = 1.0.3
 NGINX_MODSECURITY_VERSION = 1.0.3
 NGINX_MODSECURITY_SOURCE = modsecurity-nginx-v$(NGINX_MODSECURITY_VERSION).tar.gz
 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_SITE = https://github.com/owasp-modsecurity/ModSecurity-nginx/releases/download/v$(NGINX_MODSECURITY_VERSION)
 NGINX_MODSECURITY_LICENSE = Apache-2.0
 NGINX_MODSECURITY_LICENSE = Apache-2.0
 NGINX_MODSECURITY_LICENSE_FILES = LICENSE
 NGINX_MODSECURITY_LICENSE_FILES = LICENSE
 NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
 NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity