diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-09 03:04:33 -0500 |
| commit | a96a971c845e2cd3ffad3b8f63558c6408897f0a (patch) | |
| tree | 9431452ee7738105e3d34fdaa7a4ac405c646c8b /dev-libs/modsecurity | |
| parent | 897a58deb079b5691d4424cc15517aea6e422808 (diff) | |
| download | baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.gz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.tar.xz baldeagleos-repo-a96a971c845e2cd3ffad3b8f63558c6408897f0a.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/modsecurity')
| -rw-r--r-- | dev-libs/modsecurity/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/modsecurity/modsecurity-3.0.14-r2.ebuild | 71 |
2 files changed, 0 insertions, 72 deletions
diff --git a/dev-libs/modsecurity/Manifest b/dev-libs/modsecurity/Manifest index 05033cb8e81e..fc3dfbd70719 100644 --- a/dev-libs/modsecurity/Manifest +++ b/dev-libs/modsecurity/Manifest @@ -1,2 +1 @@ -DIST modsecurity-v3.0.14.tar.gz 9755566 BLAKE2B 6562ea68ec5901d0ae166a2cc97294e39bc97a44426b9b184b2d07b9d1efadf9dd56e7fc1cdb02a7358627f29c79716aa56da4a69891e8c3aa770f97bb034d6b SHA512 67d27d96be196d61eb75b039fbbbd5dc7ffdd29722cf8ff595123674e74a593b2e437ee6d3f00cd029d0c292989fcec1be8eae72f05c0dec055d7ca4bf758c1b DIST modsecurity-v3.0.15.tar.gz 11781410 BLAKE2B 245eeaa793d736334e2e645ac742ff4070bea97da3e8e30958bc27869ee7301f5846e6f5679ba77cf764835c61dd9eefe678617f3e6a27fdeb4623f16440560b SHA512 a26daf32d61d90820d04b80fc16f2aa2173001ced96fd3a226765e33b93617482a8c745e3aa99bd6b0242a10bdab3cef102cf10c1ade361ac78571e50497d9bc diff --git a/dev-libs/modsecurity/modsecurity-3.0.14-r2.ebuild b/dev-libs/modsecurity/modsecurity-3.0.14-r2.ebuild deleted file mode 100644 index 52071371bbb8..000000000000 --- a/dev-libs/modsecurity/modsecurity-3.0.14-r2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit lua-single - -MY_P=${PN}-v${PV} - -DESCRIPTION="Application firewall and intrusion detection" -HOMEPAGE="https://github.com/owasp-modsecurity/ModSecurity" -SRC_URI=" - https://github.com/owasp-modsecurity/ModSecurity/releases/download/v${PV}/${MY_P}.tar.gz -" -S="${WORKDIR}/${MY_P}" - -LICENSE="Apache-2.0" -SLOT="0/3" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="doc fuzzyhash geoip geoip2 json lmdb lua" - -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" -RDEPEND=" - dev-libs/libpcre2:= - dev-libs/libxml2:= - net-misc/curl - fuzzyhash? ( app-crypt/ssdeep ) - geoip? ( dev-libs/geoip ) - geoip2? ( dev-libs/libmaxminddb ) - json? ( dev-libs/yajl ) - lmdb? ( dev-db/lmdb ) - lua? ( ${LUA_DEPS} )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - doc? ( app-text/doxygen[dot] )" - -DOCS=( AUTHORS CHANGES README.md modsecurity.conf-recommended unicode.mapping ) - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_configure() { - local myconf=( - $(use_with fuzzyhash ssdeep) - $(use_with geoip ) - $(use_with geoip2 maxmind) - $(use_with json yajl) - $(use_with lmdb) - $(use_with lua) - --with-pcre2 - ) - - CONFIG_SHELL="${BROOT}/bin/bash" econf "${myconf[@]}" -} - -src_compile() { - default - - if use doc; then - cd doc && doxygen doxygen.cfg || die - fi -} - -src_install() { - default - use doc && dodoc -r doc/html - find "${ED}" -name '*.la' -delete || die -} |
