diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-14 17:13:59 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-14 17:13:59 +0000 |
commit | 79134087b7459764332f8c8a9386e6238612c7f7 (patch) | |
tree | e91809769c887a8465761d4f02efde2ad941a99a /www-apache | |
parent | Add patch to properly build with --as-needed (thanks to Christian Ruppert in ... (diff) | |
download | gentoo-2-79134087b7459764332f8c8a9386e6238612c7f7.tar.gz gentoo-2-79134087b7459764332f8c8a9386e6238612c7f7.tar.bz2 gentoo-2-79134087b7459764332f8c8a9386e6238612c7f7.zip |
Remove older versions.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_security/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_security/files/2.1.2/99_mod_security.conf | 8 | ||||
-rw-r--r-- | www-apache/mod_security/mod_security-2.1.2.ebuild | 49 | ||||
-rw-r--r-- | www-apache/mod_security/mod_security-2.1.6.ebuild | 50 | ||||
-rw-r--r-- | www-apache/mod_security/mod_security-2.5.5.ebuild | 65 | ||||
-rw-r--r-- | www-apache/mod_security/mod_security-2.5.6.ebuild | 65 | ||||
-rw-r--r-- | www-apache/mod_security/mod_security-2.5.7.ebuild | 65 |
7 files changed, 7 insertions, 303 deletions
diff --git a/www-apache/mod_security/ChangeLog b/www-apache/mod_security/ChangeLog index 44c40181fbe1..508a44b60da1 100644 --- a/www-apache/mod_security/ChangeLog +++ b/www-apache/mod_security/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apache/mod_security # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.23 2009/07/14 17:09:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.24 2009/07/14 17:13:58 flameeyes Exp $ + + 14 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -files/2.1.2/99_mod_security.conf, -mod_security-2.1.2.ebuild, + -mod_security-2.1.6.ebuild, -mod_security-2.5.5.ebuild, + -mod_security-2.5.6.ebuild, -mod_security-2.5.7.ebuild: + Remove older versions. *mod_security-2.5.9-r1 (14 Jul 2009) diff --git a/www-apache/mod_security/files/2.1.2/99_mod_security.conf b/www-apache/mod_security/files/2.1.2/99_mod_security.conf deleted file mode 100644 index 819e52fd2538..000000000000 --- a/www-apache/mod_security/files/2.1.2/99_mod_security.conf +++ /dev/null @@ -1,8 +0,0 @@ -<IfDefine SECURITY> -LoadModule security2_module modules/mod_security2.so - -# use Core Rule Set by default: -Include /etc/apache2/modules.d/mod_security/*.conf -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_security/mod_security-2.1.2.ebuild b/www-apache/mod_security/mod_security-2.1.2.ebuild deleted file mode 100644 index 1de2644891ce..000000000000 --- a/www-apache/mod_security/mod_security-2.1.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.1.2.ebuild,v 1.7 2008/01/29 18:01:39 hollow Exp $ - -inherit apache-module - -MY_P=${P/mod_security-/modsecurity-apache_} - -DESCRIPTION="Web application firewall and Intrusion Detection System for Apache." -HOMEPAGE="http://www.modsecurity.org/" -SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc sparc x86" -IUSE="doc" - -DEPEND="dev-libs/libxml2" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -APXS2_ARGS="-DWITH_LIBXML2 -I/usr/include/libxml2 -lxml2 -S LIBEXECDIR=${S} -c -o ${PN}2.so ${S}/apache2/*.c" -APACHE2_MOD_FILE=".libs/${PN}2.so" -APACHE2_MOD_CONF="${PVR}/99_mod_security" -APACHE2_MOD_DEFINE="SECURITY" - -need_apache2 - -src_install() { - apache-module_src_install - - # install documentation - dodoc CHANGES - newdoc rules/CHANGELOG CHANGES.crs - newdoc rules/README README.crs - dohtml doc/*.html doc/*.gif doc/*.jpg doc/*.css doc/*.pdf - cp -r "${S}"/doc/html-multipage "${D}"/usr/share/doc/${P}/html/ - - # Prepare the core ruleset - sed -i -e 's:logs/:/var/log/apache2/:g' "${S}"/rules/*.conf - for i in "${S}"/rules/*.conf; do - mv $i ${i/modsecurity_crs_/} - done - - # Install core ruleset - insinto ${APACHE_MODULES_CONFDIR}/mod_security/ - doins "${S}"/rules/*.conf -} diff --git a/www-apache/mod_security/mod_security-2.1.6.ebuild b/www-apache/mod_security/mod_security-2.1.6.ebuild deleted file mode 100644 index d1b4300e2dd2..000000000000 --- a/www-apache/mod_security/mod_security-2.1.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.1.6.ebuild,v 1.1 2008/03/22 16:54:37 hollow Exp $ - -inherit apache-module - -MY_P=${P/mod_security-/modsecurity-apache_} -MY_P=${MY_P/_rc/-rc} - -DESCRIPTION="Web application firewall and Intrusion Detection System for Apache." -HOMEPAGE="http://www.modsecurity.org/" -SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="dev-libs/libxml2" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -APXS2_ARGS="-DWITH_LIBXML2 -I/usr/include/libxml2 -lxml2 -S LIBEXECDIR=${S} -c -o ${PN}2.so ${S}/apache2/*.c" -APACHE2_MOD_FILE=".libs/${PN}2.so" -APACHE2_MOD_CONF="2.1.2/99_mod_security" -APACHE2_MOD_DEFINE="SECURITY" - -need_apache2 - -src_install() { - apache-module_src_install - - # install documentation - dodoc CHANGES - newdoc rules/CHANGELOG CHANGES.crs - newdoc rules/README README.crs - dohtml doc/*.html doc/*.gif doc/*.jpg doc/*.css doc/*.pdf - cp -r "${S}"/doc/html-multipage "${D}"/usr/share/doc/${P}/html/ - - # Prepare the core ruleset - sed -i -e 's:logs/:/var/log/apache2/:g' "${S}"/rules/*.conf - for i in "${S}"/rules/*.conf; do - mv $i ${i/modsecurity_crs_/} - done - - # Install core ruleset - insinto ${APACHE_MODULES_CONFDIR}/mod_security/ - doins "${S}"/rules/*.conf -} diff --git a/www-apache/mod_security/mod_security-2.5.5.ebuild b/www-apache/mod_security/mod_security-2.5.5.ebuild deleted file mode 100644 index b5e23df485db..000000000000 --- a/www-apache/mod_security/mod_security-2.5.5.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.5.ebuild,v 1.1 2008/07/01 19:43:17 hollow Exp $ - -inherit apache-module - -MY_P=${P/mod_security-/modsecurity-apache_} -MY_P=${MY_P/_rc/-rc} - -DESCRIPTION="Web application firewall and Intrusion Detection System for Apache." -HOMEPAGE="http://www.modsecurity.org/" -SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" -IUSE="lua" - -DEPEND="dev-libs/libxml2 - lua? ( >=dev-lang/lua-5.1 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -APACHE2_MOD_FILE="apache2/.libs/${PN}2.so" -APACHE2_MOD_CONF="2.1.2/99_mod_security" -APACHE2_MOD_DEFINE="SECURITY" - -need_apache2 - -src_compile() { - cd apache2 - - econf --with-apxs="${APXS}" \ - --without-curl \ - $(use_with lua) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - apache-module_src_install - - # install rules updater - newbin tools/rules-updater.pl rules-updater - - # install documentation - dodoc CHANGES - newdoc rules/CHANGELOG CHANGES.crs - newdoc rules/README README.crs - dohtml doc/*.html doc/*.gif doc/*.jpg doc/*.css doc/*.pdf - insinto /usr/share/doc/${P}/html/ - doins -r doc/html-multipage - - # Prepare the core ruleset - sed -i -e 's:logs/:/var/log/apache2/:g' "${S}"/rules/*.conf - for i in "${S}"/rules/*.conf; do - mv $i ${i/modsecurity_crs_/} - done - - # Install core ruleset - insinto ${APACHE_MODULES_CONFDIR}/mod_security/ - doins "${S}"/rules/*.conf -} diff --git a/www-apache/mod_security/mod_security-2.5.6.ebuild b/www-apache/mod_security/mod_security-2.5.6.ebuild deleted file mode 100644 index 26cb7161ac7b..000000000000 --- a/www-apache/mod_security/mod_security-2.5.6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.6.ebuild,v 1.1 2009/01/01 14:11:36 hollow Exp $ - -inherit apache-module - -MY_P=${P/mod_security-/modsecurity-apache_} -MY_P=${MY_P/_rc/-rc} - -DESCRIPTION="Web application firewall and Intrusion Detection System for Apache." -HOMEPAGE="http://www.modsecurity.org/" -SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" -IUSE="lua" - -DEPEND="dev-libs/libxml2 - lua? ( >=dev-lang/lua-5.1 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -APACHE2_MOD_FILE="apache2/.libs/${PN}2.so" -APACHE2_MOD_CONF="2.1.2/99_mod_security" -APACHE2_MOD_DEFINE="SECURITY" - -need_apache2 - -src_compile() { - cd apache2 - - econf --with-apxs="${APXS}" \ - --without-curl \ - $(use_with lua) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - apache-module_src_install - - # install rules updater - newbin tools/rules-updater.pl rules-updater - - # install documentation - dodoc CHANGES - newdoc rules/CHANGELOG CHANGES.crs - newdoc rules/README README.crs - dohtml doc/*.html doc/*.gif doc/*.jpg doc/*.css doc/*.pdf - insinto /usr/share/doc/${P}/html/ - doins -r doc/html-multipage - - # Prepare the core ruleset - sed -i -e 's:logs/:/var/log/apache2/:g' "${S}"/rules/*.conf - for i in "${S}"/rules/*.conf; do - mv $i ${i/modsecurity_crs_/} - done - - # Install core ruleset - insinto ${APACHE_MODULES_CONFDIR}/mod_security/ - doins "${S}"/rules/*.conf -} diff --git a/www-apache/mod_security/mod_security-2.5.7.ebuild b/www-apache/mod_security/mod_security-2.5.7.ebuild deleted file mode 100644 index 5d943c3efee4..000000000000 --- a/www-apache/mod_security/mod_security-2.5.7.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.5.7.ebuild,v 1.1 2009/01/01 14:20:13 hollow Exp $ - -inherit apache-module - -MY_P=${P/mod_security-/modsecurity-apache_} -MY_P=${MY_P/_rc/-rc} - -DESCRIPTION="Web application firewall and Intrusion Detection System for Apache." -HOMEPAGE="http://www.modsecurity.org/" -SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" -IUSE="lua" - -DEPEND="dev-libs/libxml2 - lua? ( >=dev-lang/lua-5.1 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -APACHE2_MOD_FILE="apache2/.libs/${PN}2.so" -APACHE2_MOD_CONF="2.1.2/99_mod_security" -APACHE2_MOD_DEFINE="SECURITY" - -need_apache2 - -src_compile() { - cd apache2 - - econf --with-apxs="${APXS}" \ - --without-curl \ - $(use_with lua) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - apache-module_src_install - - # install rules updater - newbin tools/rules-updater.pl rules-updater - - # install documentation - dodoc CHANGES - newdoc rules/CHANGELOG CHANGES.crs - newdoc rules/README README.crs - dohtml doc/*.html doc/*.gif doc/*.jpg doc/*.css doc/*.pdf - insinto /usr/share/doc/${P}/html/ - doins -r doc/html-multipage - - # Prepare the core ruleset - sed -i -e 's:logs/:/var/log/apache2/:g' "${S}"/rules/*.conf - for i in "${S}"/rules/*.conf; do - mv $i ${i/modsecurity_crs_/} - done - - # Install core ruleset - insinto ${APACHE_MODULES_CONFDIR}/mod_security/ - doins "${S}"/rules/*.conf -} |