gentoo-ebuilds/www-nginx/ngx-modsecurity/ngx-modsecurity-1.0.4.ebuild
Zurab Kvachadze dc4e3e2842
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@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@gentoo.org>
2025-07-07 23:24:38 +01:00

26 lines
631 B
Bash

# 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"
KEYWORDS="~amd64 ~arm64"
DEPEND="dev-libs/modsecurity"
RDEPEND="${DEPEND}"