Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs
@ 2025-06-24 12:20 Raphaël Mélotte via buildroot
  2025-06-24 12:20 ` [Buildroot] [PATCH 2/2] package/modsecurity2: " Raphaël Mélotte via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Raphaël Mélotte via buildroot @ 2025-06-24 12:20 UTC (permalink / raw)
  To: buildroot; +Cc: Raphaël Mélotte, Frank Vanbever

'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>
---
 package/nginx-modsecurity/Config.in              | 2 +-
 package/nginx-modsecurity/nginx-modsecurity.hash | 2 +-
 package/nginx-modsecurity/nginx-modsecurity.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/nginx-modsecurity/Config.in b/package/nginx-modsecurity/Config.in
index 0bbf05fad9..94f0ff0a45 100644
--- a/package/nginx-modsecurity/Config.in
+++ b/package/nginx-modsecurity/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_NGINX_MODSECURITY
 	  point between nginx and libmodsecurity
 	  (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"
 	depends on BR2_PACKAGE_NGINX_HTTP
diff --git a/package/nginx-modsecurity/nginx-modsecurity.hash b/package/nginx-modsecurity/nginx-modsecurity.hash
index 698dbc7da6..34e7b87f41 100644
--- a/package/nginx-modsecurity/nginx-modsecurity.hash
+++ b/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
 # Locally calculated
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
diff --git a/package/nginx-modsecurity/nginx-modsecurity.mk b/package/nginx-modsecurity/nginx-modsecurity.mk
index a00c200469..42a50ca39f 100644
--- a/package/nginx-modsecurity/nginx-modsecurity.mk
+++ b/package/nginx-modsecurity/nginx-modsecurity.mk
@@ -6,7 +6,7 @@
 
 NGINX_MODSECURITY_VERSION = 1.0.3
 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_FILES = LICENSE
 NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/modsecurity2: update upstream URLs
  2025-06-24 12:20 [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs Raphaël Mélotte via buildroot
@ 2025-06-24 12:20 ` Raphaël Mélotte via buildroot
  2025-06-24 16:25   ` Herve Codina via buildroot
  2025-06-25 17:14 ` [Buildroot] [PATCH 1/2] package/nginx-modsecurity: " Julien Olivain via buildroot
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Raphaël Mélotte via buildroot @ 2025-06-24 12:20 UTC (permalink / raw)
  To: buildroot; +Cc: Hervé Codina, Raphaël Mélotte

'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>
---
 package/modsecurity2/Config.in         | 2 +-
 package/modsecurity2/modsecurity2.hash | 2 +-
 package/modsecurity2/modsecurity2.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/modsecurity2/Config.in b/package/modsecurity2/Config.in
index fb1bfc960e..df5634bf89 100644
--- a/package/modsecurity2/Config.in
+++ b/package/modsecurity2/Config.in
@@ -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
diff --git a/package/modsecurity2/modsecurity2.hash b/package/modsecurity2/modsecurity2.hash
index 2c77ffd830..fbb7fabb3a 100644
--- a/package/modsecurity2/modsecurity2.hash
+++ b/package/modsecurity2/modsecurity2.hash
@@ -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
diff --git a/package/modsecurity2/modsecurity2.mk b/package/modsecurity2/modsecurity2.mk
index 88bbf3bb29..36d6e1a847 100644
--- a/package/modsecurity2/modsecurity2.mk
+++ b/package/modsecurity2/modsecurity2.mk
@@ -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
-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/modsecurity2: update upstream URLs
  2025-06-24 12:20 ` [Buildroot] [PATCH 2/2] package/modsecurity2: " Raphaël Mélotte via buildroot
@ 2025-06-24 16:25   ` Herve Codina via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Herve Codina via buildroot @ 2025-06-24 16:25 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: buildroot

Hi Raphaël,

On Tue, 24 Jun 2025 14:20:44 +0200
Raphaël Mélotte <raphael.melotte@mind.be> wrote:

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

Thanks,
Hervé
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs
  2025-06-24 12:20 [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs Raphaël Mélotte via buildroot
  2025-06-24 12:20 ` [Buildroot] [PATCH 2/2] package/modsecurity2: " Raphaël Mélotte via buildroot
@ 2025-06-25 17:14 ` Julien Olivain via buildroot
  2025-07-04  6:46 ` Thomas Perale via buildroot
  2025-07-04  6:48 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Julien Olivain via buildroot @ 2025-06-25 17:14 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: buildroot, Frank Vanbever

On 24/06/2025 14:20, Raphaël Mélotte via buildroot wrote:
> '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>

Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs
  2025-06-24 12:20 [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs Raphaël Mélotte via buildroot
  2025-06-24 12:20 ` [Buildroot] [PATCH 2/2] package/modsecurity2: " Raphaël Mélotte via buildroot
  2025-06-25 17:14 ` [Buildroot] [PATCH 1/2] package/nginx-modsecurity: " Julien Olivain via buildroot
@ 2025-07-04  6:46 ` Thomas Perale via buildroot
  2025-07-04  6:48 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04  6:46 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: Thomas Perale, buildroot

In reply of:
> '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>

Applied to 2025.02.x. Thanks

> ---
>  package/nginx-modsecurity/Config.in              | 2 +-
>  package/nginx-modsecurity/nginx-modsecurity.hash | 2 +-
>  package/nginx-modsecurity/nginx-modsecurity.mk   | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/nginx-modsecurity/Config.in b/package/nginx-modsecurity/Config.in
> index 0bbf05fad9..94f0ff0a45 100644
> --- a/package/nginx-modsecurity/Config.in
> +++ b/package/nginx-modsecurity/Config.in
> @@ -10,7 +10,7 @@ config BR2_PACKAGE_NGINX_MODSECURITY
>  	  point between nginx and libmodsecurity
>  	  (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"
>  	depends on BR2_PACKAGE_NGINX_HTTP
> diff --git a/package/nginx-modsecurity/nginx-modsecurity.hash b/package/nginx-modsecurity/nginx-modsecurity.hash
> index 698dbc7da6..34e7b87f41 100644
> --- a/package/nginx-modsecurity/nginx-modsecurity.hash
> +++ b/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
>  # Locally calculated
>  sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
> diff --git a/package/nginx-modsecurity/nginx-modsecurity.mk b/package/nginx-modsecurity/nginx-modsecurity.mk
> index a00c200469..42a50ca39f 100644
> --- a/package/nginx-modsecurity/nginx-modsecurity.mk
> +++ b/package/nginx-modsecurity/nginx-modsecurity.mk
> @@ -6,7 +6,7 @@
>  
>  NGINX_MODSECURITY_VERSION = 1.0.3
>  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_FILES = LICENSE
>  NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
> -- 
> 2.49.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs
  2025-06-24 12:20 [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs Raphaël Mélotte via buildroot
                   ` (2 preceding siblings ...)
  2025-07-04  6:46 ` Thomas Perale via buildroot
@ 2025-07-04  6:48 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04  6:48 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: Thomas Perale, buildroot

In reply of:
> '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>

Applied to 2025.05.x. Thanks

> ---
>  package/nginx-modsecurity/Config.in              | 2 +-
>  package/nginx-modsecurity/nginx-modsecurity.hash | 2 +-
>  package/nginx-modsecurity/nginx-modsecurity.mk   | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/nginx-modsecurity/Config.in b/package/nginx-modsecurity/Config.in
> index 0bbf05fad9..94f0ff0a45 100644
> --- a/package/nginx-modsecurity/Config.in
> +++ b/package/nginx-modsecurity/Config.in
> @@ -10,7 +10,7 @@ config BR2_PACKAGE_NGINX_MODSECURITY
>  	  point between nginx and libmodsecurity
>  	  (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"
>  	depends on BR2_PACKAGE_NGINX_HTTP
> diff --git a/package/nginx-modsecurity/nginx-modsecurity.hash b/package/nginx-modsecurity/nginx-modsecurity.hash
> index 698dbc7da6..34e7b87f41 100644
> --- a/package/nginx-modsecurity/nginx-modsecurity.hash
> +++ b/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
>  # Locally calculated
>  sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
> diff --git a/package/nginx-modsecurity/nginx-modsecurity.mk b/package/nginx-modsecurity/nginx-modsecurity.mk
> index a00c200469..42a50ca39f 100644
> --- a/package/nginx-modsecurity/nginx-modsecurity.mk
> +++ b/package/nginx-modsecurity/nginx-modsecurity.mk
> @@ -6,7 +6,7 @@
>  
>  NGINX_MODSECURITY_VERSION = 1.0.3
>  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_FILES = LICENSE
>  NGINX_MODSECURITY_DEPENDENCIES = libmodsecurity
> -- 
> 2.49.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-07-04  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 12:20 [Buildroot] [PATCH 1/2] package/nginx-modsecurity: update upstream URLs Raphaël Mélotte via buildroot
2025-06-24 12:20 ` [Buildroot] [PATCH 2/2] package/modsecurity2: " Raphaël Mélotte via buildroot
2025-06-24 16:25   ` Herve Codina via buildroot
2025-06-25 17:14 ` [Buildroot] [PATCH 1/2] package/nginx-modsecurity: " Julien Olivain via buildroot
2025-07-04  6:46 ` Thomas Perale via buildroot
2025-07-04  6:48 ` Thomas Perale via buildroot

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