Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/modsecurity-crs/
Date: Fri, 24 Dec 2021 08:02:05
Message-Id: 1640332903.be388d9d12b30c1b64da56852ebf5ff3af69be98.sam@gentoo
1 commit: be388d9d12b30c1b64da56852ebf5ff3af69be98
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 23 12:40:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 08:01:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be388d9d
7
8 www-apache/modsecurity-crs: drop vulnerable
9
10 Bug: https://bugs.gentoo.org/822003
11 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23482
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 www-apache/modsecurity-crs/Manifest | 1 -
16 .../modsecurity-crs/modsecurity-crs-3.3.0.ebuild | 33 ----------------------
17 2 files changed, 34 deletions(-)
18
19 diff --git a/www-apache/modsecurity-crs/Manifest b/www-apache/modsecurity-crs/Manifest
20 index 1978967f3dfa..381e71176da6 100644
21 --- a/www-apache/modsecurity-crs/Manifest
22 +++ b/www-apache/modsecurity-crs/Manifest
23 @@ -1,2 +1 @@
24 -DIST modsecurity-crs-3.3.0.tar.gz 290379 BLAKE2B 557a41e937564698809ecca40d4e76e5c1d3617b62189b7ca230ac7533cba14fdf619bef81c1e40a996dd260d2eb52c27563437dd795c2412bf38715f026f300 SHA512 12043aae12b5e01455e229136411e1fdef3a14318aff191d190b567463b63efb72630a695449b56f1d654ed1cfc0b4eb452a64502c35337d37cce920d5fa4ea4
25 DIST modsecurity-crs-3.3.2.tar.gz 290450 BLAKE2B 2935b781af44a206eec881a2c06669db91da98a4d74936299651a77417a2eeaf6d4ab9a1566c08fc4bfb2a60d0b38e71d746d726578ce220b59c9c9cbd800190 SHA512 a5d96fb949da82120a1c4cda4dcf804b06aaae71f25cded5ee998d2c4e766ae2de88e42cd52fc9d63e204415e829af27d80614e58b55509e7bd7ffc20a26cfba
26
27 diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.3.0.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-3.3.0.ebuild
28 deleted file mode 100644
29 index 3e3e7bfcfc79..000000000000
30 --- a/www-apache/modsecurity-crs/modsecurity-crs-3.3.0.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -
38 -DESCRIPTION="OWASP ModSecurity Core Rule Set"
39 -HOMEPAGE="https://coreruleset.org/"
40 -SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -RDEPEND=">=www-apache/mod_security-2.9.1"
47 -
48 -S="${WORKDIR}/coreruleset-${PV}"
49 -
50 -src_install() {
51 - insinto "/usr/share/${PN}"
52 - doins -r rules
53 -
54 - dodoc CHANGES CONTRIBUTORS.md KNOWN_BUGS README.md crs-setup.conf.example
55 -
56 - # I don't think it's worth pulling in apache-module.eclass just for
57 - # this path...
58 - insinto /etc/apache2/modules.d
59 - doins "${FILESDIR}/80_mod_security-crs.conf"
60 -}
61 -
62 -pkg_postinst() {
63 - einfo "The CRS configuration file has been installed to:"
64 - einfo " ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
65 -}