summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <jchelmert3@posteo.net>2020-12-27 01:29:37 -0600
committerSam James <sam@gentoo.org>2020-12-29 01:59:42 +0000
commitafcb3db2b6daac76d20b7c7009305e75f8b7e3bb (patch)
tree25ba6fb7648c4e1b1f971aea6c9521535405088c /www-apache
parentdev-libs/libmspack: security cleanup (drop <0.10.1_alpha) (diff)
downloadgentoo-afcb3db2b6daac76d20b7c7009305e75f8b7e3bb.tar.gz
gentoo-afcb3db2b6daac76d20b7c7009305e75f8b7e3bb.tar.bz2
gentoo-afcb3db2b6daac76d20b7c7009305e75f8b7e3bb.zip
www-apache/modsecurity-crs: security cleanup (drop <3.3.0)
Bug: https://bugs.gentoo.org/719250 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/18826 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/modsecurity-crs/Manifest2
-rw-r--r--www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild55
-rw-r--r--www-apache/modsecurity-crs/modsecurity-crs-3.1.0.ebuild38
3 files changed, 0 insertions, 95 deletions
diff --git a/www-apache/modsecurity-crs/Manifest b/www-apache/modsecurity-crs/Manifest
index 06878bd7d392..400f6d47b8f6 100644
--- a/www-apache/modsecurity-crs/Manifest
+++ b/www-apache/modsecurity-crs/Manifest
@@ -1,3 +1 @@
-DIST modsecurity-crs-3.0.2.tar.gz 156751 BLAKE2B 111a330b6081d476899be321e15d74379b3c3db23f429a4a4ef1900c87e4b29229638acf3bb367745446ef97ccba4679db91b0d84bae93f2c127bbb6e8031851 SHA512 ae8fe9a0f00a57708c8680cb76882214e4f5ff647e13087aaf1bfc7382cefb38d2f3a88eb1f210031b553f56d3e44c12dbdc68f8b0d09fb4a9e2f15a70d885aa
-DIST modsecurity-crs-3.1.0.tar.gz 250617 BLAKE2B 6081d09e90f3c18435e046264ff8c0b700fd0c8c2b6377f44517fce3ad74dcf1d6a8cf7eaf055b85040b21196b603bcb762f5a7ed237d14b6a05f1febd623cda SHA512 d613d2af8248424ac5d4d006a9f221b07c714fb47f84e6ec237b1389379b50dce984f51121cc22b69d148910169b5257b11558656640bc8349d0b09d9e70bb11
DIST modsecurity-crs-3.3.0.tar.gz 290379 BLAKE2B 557a41e937564698809ecca40d4e76e5c1d3617b62189b7ca230ac7533cba14fdf619bef81c1e40a996dd260d2eb52c27563437dd795c2412bf38715f026f300 SHA512 12043aae12b5e01455e229136411e1fdef3a14318aff191d190b567463b63efb72630a695449b56f1d654ed1cfc0b4eb452a64502c35337d37cce920d5fa4ea4
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild
deleted file mode 100644
index be8a3b86af74..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-3.0.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Core Rule Set for ModSecurity"
-HOMEPAGE="
- https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
- https://modsecurity.org/crs/
- https://coreruleset.org/"
-SRC_URI="https://github.com/SpiderLabs/owasp-${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=www-apache/mod_security-2.9.1"
-
-S="${WORKDIR}/owasp-${P}"
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins -r rules
-
- dodoc CHANGES CONTRIBUTORS KNOWN_BUGS README.md crs-setup.conf.example \
- id_renumbering/{IDNUMBERING,IdNumbering.csv}
-
- # I don't think it's worth pulling in apache-module.eclass just for
- # this path...
- insinto /etc/apache2/modules.d
- doins "${FILESDIR}/80_mod_security-crs.conf"
-}
-
-pkg_postinst() {
- einfo "The CRS configuration file has been installed to"
- einfo
- einfo " ${ROOT}etc/apache2/modules.d/80_mod_security-crs.conf"
- einfo
- einfo "The CRS rules have been renumbered as of version 3.0.0."
- einfo "If your configuration refers to any rules based on their"
- einfo "number, then you will need to update your configuration"
- einfo "to reflect the new numbering system. You can find more"
- einfo "information in"
- einfo
- einfo " ${ROOT}usr/share/doc/${PF}/IDNUMBERING"
- einfo
- einfo "and a CSV file containing the old -> new rule number"
- einfo "mapping was installed as"
- einfo
- einfo " ${ROOT}usr/share/doc/${PF}/IdNumbering.csv"
- einfo
-}
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.1.0.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-3.1.0.ebuild
deleted file mode 100644
index c0b847fe6364..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-3.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Core Rule Set for ModSecurity"
-HOMEPAGE="
- https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
- https://modsecurity.org/crs/
- https://coreruleset.org/"
-SRC_URI="https://github.com/SpiderLabs/owasp-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=www-apache/mod_security-2.9.1"
-
-S="${WORKDIR}/owasp-${P}"
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins -r rules
-
- dodoc CHANGES CONTRIBUTORS.md KNOWN_BUGS README.md crs-setup.conf.example
-
- # I don't think it's worth pulling in apache-module.eclass just for
- # this path...
- insinto /etc/apache2/modules.d
- doins "${FILESDIR}/80_mod_security-crs.conf"
-}
-
-pkg_postinst() {
- einfo "The CRS configuration file has been installed to:"
- einfo " ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
-}