Gentoo Archives: gentoo-commits

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