summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-09-11 22:21:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-09-11 22:21:13 +0000
commit7fa38a9ea62ba356e39b02915d760a0d65ad3fac (patch)
treeb311392d55d268d7c743015d1a32b734e352b107 /www-apache
parentVersion bump. (diff)
downloadhistorical-7fa38a9ea62ba356e39b02915d760a0d65ad3fac.tar.gz
historical-7fa38a9ea62ba356e39b02915d760a0d65ad3fac.tar.bz2
historical-7fa38a9ea62ba356e39b02915d760a0d65ad3fac.zip
Remove old.
Package-Manager: portage-2.2.0_alpha123-r1/cvs/Linux x86_64
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/modsecurity-crs/ChangeLog8
-rw-r--r--www-apache/modsecurity-crs/modsecurity-crs-2.1.2.ebuild78
-rw-r--r--www-apache/modsecurity-crs/modsecurity-crs-2.2.3.ebuild78
-rw-r--r--www-apache/modsecurity-crs/modsecurity-crs-2.2.4.ebuild78
4 files changed, 6 insertions, 236 deletions
diff --git a/www-apache/modsecurity-crs/ChangeLog b/www-apache/modsecurity-crs/ChangeLog
index 6326e5c7a28e..1da983cf4ca1 100644
--- a/www-apache/modsecurity-crs/ChangeLog
+++ b/www-apache/modsecurity-crs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apache/modsecurity-crs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/modsecurity-crs/ChangeLog,v 1.26 2012/09/09 16:01:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/modsecurity-crs/ChangeLog,v 1.27 2012/09/11 22:21:13 flameeyes Exp $
+
+ 11 Sep 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ -modsecurity-crs-2.1.2.ebuild, -modsecurity-crs-2.2.3.ebuild,
+ -modsecurity-crs-2.2.4.ebuild:
+ Remove old.
09 Sep 2012; Raúl Porcel <armin76@gentoo.org> modsecurity-crs-2.2.5.ebuild:
sparc stable wrt #429222
@@ -120,4 +125,3 @@
+modsecurity-crs-2.0.8.ebuild, +metadata.xml:
Add an ebuild for the ModSecurity Core Rule Set split out of mod_security
itself.
-
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-2.1.2.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-2.1.2.ebuild
deleted file mode 100644
index 700c87d5e850..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-2.1.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/modsecurity-crs/modsecurity-crs-2.1.2.ebuild,v 1.6 2011/12/18 17:28:54 armin76 Exp $
-
-EAPI=4
-
-DESCRIPTION="Core Rule Set for ModSecurity"
-HOMEPAGE="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project"
-SRC_URI="mirror://sourceforge/mod-security/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=www-apache/mod_security-2.5.13-r1"
-DEPEND=""
-
-S="${WORKDIR}/${PN}_${PV}"
-
-RULESDIR=/etc/modsecurity
-
-src_install() {
- insinto "${RULESDIR}"/base_rules
- doins base_rules/*
-
- insinto "${RULESDIR}"/optional_rules
- doins optional_rules/*
-
- insinto "${RULESDIR}"/experimental_rules
- doins experimental_rules/*
-
- dodoc CHANGELOG README
-
- (
- cat - <<EOF
-<IfDefine SECURITY>
-EOF
-
- cat modsecurity_crs_10_config.conf.example
-
- cat - <<EOF
-
-Include /etc/modsecurity/base_rules/*.conf
-
-# Optionally use the other rules as well
-# Include /etc/modsecurity/optional_rules/*.conf
-# Include /etc/modsecurity/experimental_rules/*.conf
-</IfDefine>
-
-# -*- apache -*-
-# vim: ts=4 filetype=apache
-
-EOF
- ) > "${T}"/"80_${PN}.conf"
-
- insinto /etc/apache2/modules.d/
- doins "${T}"/"80_${PN}.conf"
-}
-
-pkg_postinst() {
- elog
- elog "If you want to enable further rules, check the following directories:"
- elog " ${RULESDIR}/optional_rules"
- elog " ${RULESDIR}/experimental_rules"
- elog ""
- elog "Starting from version 2.0.9, the default for the Core Rule Set is again to block"
- elog "when rules hit. If you wish to go back to the 2.0.8 method of anomaly scoring, you"
- elog "should change 80_${PN}.conf so that you have these settings enabled:"
- elog ""
- elog " #SecDefaultAction \"phase:2,deny,log\""
- elog " SecAction \"phase:1,t:none,nolog,pass,setvar:tx.anomaly_score_blocking=on\""
- elog ""
- elog "Starting from version 2.1.2 rules are installed, for consistency, under"
- elog "/etc/modsecurity, and can be configured with the following file:"
- elog " /etc/apache2/modules.d/80_${PN}.conf"
- elog ""
-}
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-2.2.3.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-2.2.3.ebuild
deleted file mode 100644
index 06bacedba55e..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-2.2.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/modsecurity-crs/modsecurity-crs-2.2.3.ebuild,v 1.3 2012/02/24 15:07:17 phajdan.jr Exp $
-
-EAPI=4
-
-DESCRIPTION="Core Rule Set for ModSecurity"
-HOMEPAGE="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project"
-SRC_URI="mirror://sourceforge/mod-security/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=www-apache/mod_security-2.5.13-r1"
-DEPEND=""
-
-S="${WORKDIR}/${PN}_${PV}"
-
-RULESDIR=/etc/modsecurity
-
-src_install() {
- insinto "${RULESDIR}"/base_rules
- doins base_rules/*
-
- insinto "${RULESDIR}"/optional_rules
- doins optional_rules/*
-
- insinto "${RULESDIR}"/experimental_rules
- doins experimental_rules/*
-
- dodoc CHANGELOG README
-
- (
- cat - <<EOF
-<IfDefine SECURITY>
-EOF
-
- cat modsecurity_crs_10_config.conf.example
-
- cat - <<EOF
-
-Include /etc/modsecurity/base_rules/*.conf
-
-# Optionally use the other rules as well
-# Include /etc/modsecurity/optional_rules/*.conf
-# Include /etc/modsecurity/experimental_rules/*.conf
-</IfDefine>
-
-# -*- apache -*-
-# vim: ts=4 filetype=apache
-
-EOF
- ) > "${T}"/"80_${PN}.conf"
-
- insinto /etc/apache2/modules.d/
- doins "${T}"/"80_${PN}.conf"
-}
-
-pkg_postinst() {
- elog
- elog "If you want to enable further rules, check the following directories:"
- elog " ${RULESDIR}/optional_rules"
- elog " ${RULESDIR}/experimental_rules"
- elog ""
- elog "Starting from version 2.0.9, the default for the Core Rule Set is again to block"
- elog "when rules hit. If you wish to go back to the 2.0.8 method of anomaly scoring, you"
- elog "should change 80_${PN}.conf so that you have these settings enabled:"
- elog ""
- elog " #SecDefaultAction \"phase:2,deny,log\""
- elog " SecAction \"phase:1,t:none,nolog,pass,setvar:tx.anomaly_score_blocking=on\""
- elog ""
- elog "Starting from version 2.1.2 rules are installed, for consistency, under"
- elog "/etc/modsecurity, and can be configured with the following file:"
- elog " /etc/apache2/modules.d/80_${PN}.conf"
- elog ""
-}
diff --git a/www-apache/modsecurity-crs/modsecurity-crs-2.2.4.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-2.2.4.ebuild
deleted file mode 100644
index c3719d074d49..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-2.2.4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/modsecurity-crs/modsecurity-crs-2.2.4.ebuild,v 1.2 2012/03/25 13:51:30 ranger Exp $
-
-EAPI=4
-
-DESCRIPTION="Core Rule Set for ModSecurity"
-HOMEPAGE="http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project"
-SRC_URI="mirror://sourceforge/mod-security/${PN}_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=www-apache/mod_security-2.5.13-r1"
-DEPEND=""
-
-S="${WORKDIR}/${PN}_${PV}"
-
-RULESDIR=/etc/modsecurity
-
-src_install() {
- insinto "${RULESDIR}"/base_rules
- doins base_rules/*
-
- insinto "${RULESDIR}"/optional_rules
- doins optional_rules/*
-
- insinto "${RULESDIR}"/experimental_rules
- doins experimental_rules/*
-
- dodoc CHANGELOG README
-
- (
- cat - <<EOF
-<IfDefine SECURITY>
-EOF
-
- cat modsecurity_crs_10_config.conf.example
-
- cat - <<EOF
-
-Include /etc/modsecurity/base_rules/*.conf
-
-# Optionally use the other rules as well
-# Include /etc/modsecurity/optional_rules/*.conf
-# Include /etc/modsecurity/experimental_rules/*.conf
-</IfDefine>
-
-# -*- apache -*-
-# vim: ts=4 filetype=apache
-
-EOF
- ) > "${T}"/"80_${PN}.conf"
-
- insinto /etc/apache2/modules.d/
- doins "${T}"/"80_${PN}.conf"
-}
-
-pkg_postinst() {
- elog
- elog "If you want to enable further rules, check the following directories:"
- elog " ${RULESDIR}/optional_rules"
- elog " ${RULESDIR}/experimental_rules"
- elog ""
- elog "Starting from version 2.0.9, the default for the Core Rule Set is again to block"
- elog "when rules hit. If you wish to go back to the 2.0.8 method of anomaly scoring, you"
- elog "should change 80_${PN}.conf so that you have these settings enabled:"
- elog ""
- elog " #SecDefaultAction \"phase:2,deny,log\""
- elog " SecAction \"phase:1,t:none,nolog,pass,setvar:tx.anomaly_score_blocking=on\""
- elog ""
- elog "Starting from version 2.1.2 rules are installed, for consistency, under"
- elog "/etc/modsecurity, and can be configured with the following file:"
- elog " /etc/apache2/modules.d/80_${PN}.conf"
- elog ""
-}