mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/modsecurity2: update upstream URLs
'https://github.com/SpiderLabs/ModSecurity' now redirects to
'https://github.com/owasp-modsecurity/ModSecurity', so update our
URLs accordingly.
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Reviewed-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 602fb43d34)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1341786226
commit
01c2d42344
@@ -10,4 +10,4 @@ config BR2_PACKAGE_MODSECURITY2
|
||||
into HTTP(S) traffic and provides a power rules language and
|
||||
API to implement advanced protections.
|
||||
|
||||
https://github.com/SpiderLabs/ModSecurity
|
||||
https://github.com/owasp-modsecurity/ModSecurity
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# From https://github.com/SpiderLabs/ModSecurity/releases/download/v2.9.7/modsecurity-2.9.7.tar.gz.sha256
|
||||
# From https://github.com/owasp-modsecurity/ModSecurity/releases/download/v2.9.7/modsecurity-2.9.7.tar.gz.sha256
|
||||
sha256 2a28fcfccfef21581486f98d8d5fe0397499749b8380f60ec7bb1c08478e1839 modsecurity-2.9.7.tar.gz
|
||||
|
||||
# Locally computed
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
MODSECURITY2_VERSION = 2.9.7
|
||||
MODSECURITY2_SOURCE = modsecurity-$(MODSECURITY2_VERSION).tar.gz
|
||||
MODSECURITY2_SITE = https://github.com/SpiderLabs/ModSecurity/releases/download/v$(MODSECURITY2_VERSION)
|
||||
MODSECURITY2_SITE = https://github.com/owasp-modsecurity/ModSecurity/releases/download/v$(MODSECURITY2_VERSION)
|
||||
MODSECURITY2_LICENSE = Apache-2.0
|
||||
MODSECURITY2_LICENSE_FILES = LICENSE
|
||||
MODSECURITY2_CPE_ID_VENDOR = trustwave
|
||||
|
||||
Reference in New Issue
Block a user