public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-modsecurity/
@ 2025-07-05  7:27 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-07-05  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a20244bf872a8413b34977acfc596f654eb7f3b5
Author:     Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Mon Apr 14 14:28:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 07:27:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20244bf

www-nginx/ngx-modsecurity: new package, add 1.0.3

ngx-modsecurity[1] is a NGINX connector for ModSecurity[2] Web
Application Firewall.

[1]: https://github.com/owasp-modsecurity/ModSecurity-nginx
[2]: https://github.com/owasp-modsecurity/ModSecurity

Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/37590
Closes: https://github.com/gentoo/gentoo/pull/37590
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-modsecurity/Manifest                 |  1 +
 www-nginx/ngx-modsecurity/metadata.xml             | 24 +++++++++++++++++++++
 .../ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild   | 25 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/www-nginx/ngx-modsecurity/Manifest b/www-nginx/ngx-modsecurity/Manifest
new file mode 100644
index 000000000000..9327d11ad69b
--- /dev/null
+++ b/www-nginx/ngx-modsecurity/Manifest
@@ -0,0 +1 @@
+DIST ngx-modsecurity-1.0.3.tar.gz 34895 BLAKE2B 259fe6a2c170934d0052f12b45d712480892b40bbfe88e878f8d5d83350e94de1eca55686bad8c18dd7884c20e2231620ff7315d359a4b534fb8159ce1661624 SHA512 caf50bc2240597941333ccf75a318ce3696e90c3334e86a826ab052df6c182917d31037d0de9b055883564fc4ed52b361416040c9b99174f38e8f4e6e4056b6c

diff --git a/www-nginx/ngx-modsecurity/metadata.xml b/www-nginx/ngx-modsecurity/metadata.xml
new file mode 100644
index 000000000000..8d6e71797e50
--- /dev/null
+++ b/www-nginx/ngx-modsecurity/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>zurabid2016@gmail.com</email>
+		<name>Zurab Kvachadze</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		The ModSecurity-NGINX connector is the connection point between NGINX and libmodsecurity
+		(ModSecurity v3). Said another way, this project provides a communication channel between
+		NGINX and libmodsecurity. This connector is required to use LibModSecurity with NGINX.
+
+		The ModSecurity-NGINX connector takes the form of an NGINX module. The module simply serves
+		as a layer of communication between NGINX and ModSecurity.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/owasp-modsecurity/ModSecurity-nginx/issues</bugs-to>
+		<remote-id type="github">owasp-modsecurity/ModSecurity-nginx</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
new file mode 100644
index 000000000000..6dc834be9b5b
--- /dev/null
+++ b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="modsecurity-nginx"
+NGINX_MOD_S="${WORKDIR}/${MY_PN}-v${PV}"
+
+inherit nginx-module
+
+DESCRIPTION="ModSecurity v3 NGINX Connector"
+HOMEPAGE="
+	https://github.com/owasp-modsecurity/ModSecurity-nginx
+	https://modsecurity.org/
+	https://github.com/owasp-modsecurity/ModSecurity
+"
+SRC_URI="
+	https://github.com/owasp-modsecurity/ModSecurity-nginx/releases/download/v${PV}/${MY_PN}-v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-libs/modsecurity"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-modsecurity/
@ 2025-07-05  8:24 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2025-07-05  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bae69a5adf6ab68df652d87696a0663ad2a47dc1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 08:23:54 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 08:23:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae69a5a

www-nginx/ngx-modsecurity: Keyword 1.0.3 arm64, #959570

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
index ef5c68fe4d4f..b3fd7508345e 100644
--- a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
+++ b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~arm64"
 
 DEPEND="dev-libs/modsecurity"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-modsecurity/
@ 2025-07-05  8:36 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-07-05  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     41d0eb04085c8ca4a00fa3fd62370b7c1a91e461
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 08:19:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 08:32:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d0eb04

www-nginx/ngx-modsecurity: Keyword 1.0.3 amd64, #959570

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
index b3fd7508345e..1ff30ac6d00b 100644
--- a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
+++ b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND="dev-libs/modsecurity"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-modsecurity/
@ 2025-07-07 22:25 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-07-07 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4e3e284233bdbb78814cc8dd746c9e1033f499
Author:     Zurab Kvachadze <zurabid2016 <AT> gmail <DOT> com>
AuthorDate: Sat Jul  5 23:35:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  7 22:24:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4e3e28

www-nginx/ngx-modsecurity: add 1.0.4, drop 1.0.3

The relevant build error is fixed upstream.

Closes: https://bugs.gentoo.org/959587
Signed-off-by: Zurab Kvachadze <zurabid2016 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42894
Closes: https://github.com/gentoo/gentoo/pull/42894
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-nginx/ngx-modsecurity/Manifest                                      | 2 +-
 .../{ngx-modsecurity-1.0.3.ebuild => ngx-modsecurity-1.0.4.ebuild}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-nginx/ngx-modsecurity/Manifest b/www-nginx/ngx-modsecurity/Manifest
index 9327d11ad69b..5619dc785c53 100644
--- a/www-nginx/ngx-modsecurity/Manifest
+++ b/www-nginx/ngx-modsecurity/Manifest
@@ -1 +1 @@
-DIST ngx-modsecurity-1.0.3.tar.gz 34895 BLAKE2B 259fe6a2c170934d0052f12b45d712480892b40bbfe88e878f8d5d83350e94de1eca55686bad8c18dd7884c20e2231620ff7315d359a4b534fb8159ce1661624 SHA512 caf50bc2240597941333ccf75a318ce3696e90c3334e86a826ab052df6c182917d31037d0de9b055883564fc4ed52b361416040c9b99174f38e8f4e6e4056b6c
+DIST ngx-modsecurity-1.0.4.tar.gz 1162108 BLAKE2B cd200945ea87bf139170c254c27053c78258be827610614654a4062ab16c405cbe0063830d8bd64c4ab09fca1dd1b40ad6341830ef23bcfad02cc17f9d812f1b SHA512 1537f07284ef97086115117a3aafac7d20cbce87ae936c949ffe26304f4873627c8870d1a428df15558c9ea7d2cf534a29ba05203b856aa1f29e4fdefdf889f7

diff --git a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.4.ebuild
similarity index 95%
rename from www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
rename to www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.4.ebuild
index 1ff30ac6d00b..322834485379 100644
--- a/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.3.ebuild
+++ b/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-MY_PN="modsecurity-nginx"
+MY_PN="ModSecurity-nginx"
 NGINX_MOD_S="${WORKDIR}/${MY_PN}-v${PV}"
 
 inherit nginx-module


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

end of thread, other threads:[~2025-07-07 22:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05  8:36 [gentoo-commits] repo/gentoo:master commit in: www-nginx/ngx-modsecurity/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-07-07 22:25 Sam James
2025-07-05  8:24 Arthur Zamarin
2025-07-05  7:27 Sam James

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