diff options
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_httpbl/ChangeLog | 23 | ||||
-rw-r--r-- | www-apache/mod_httpbl/Manifest | 15 | ||||
-rw-r--r-- | www-apache/mod_httpbl/files/99_mod_httpbl.conf | 16 | ||||
-rw-r--r-- | www-apache/mod_httpbl/metadata.xml | 9 | ||||
-rw-r--r-- | www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild | 81 |
5 files changed, 0 insertions, 144 deletions
diff --git a/www-apache/mod_httpbl/ChangeLog b/www-apache/mod_httpbl/ChangeLog deleted file mode 100644 index b00a5273352b..000000000000 --- a/www-apache/mod_httpbl/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for www-apache/mod_httpbl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/ChangeLog,v 1.3 2009/11/30 16:51:14 flameeyes Exp $ - -*mod_httpbl-1.5-r1 (30 Nov 2009) - - 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> - files/99_mod_httpbl.conf, -mod_httpbl-1.5.ebuild, - +mod_httpbl-1.5-r1.ebuild: - Revision bump, change the configuration file to disallow access to the - diagnostics page by default. - - 26 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> - files/99_mod_httpbl.conf, mod_httpbl-1.5.ebuild: - Enable httpbl in the configuration and add a debug USE flag. - -*mod_httpbl-1.5 (26 Nov 2009) - - 26 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> - +files/99_mod_httpbl.conf, +mod_httpbl-1.5.ebuild, +metadata.xml: - Initial import of mod_httpbl that allows using Project Honey Pot's - blacklist to filter HTTP requests. - diff --git a/www-apache/mod_httpbl/Manifest b/www-apache/mod_httpbl/Manifest deleted file mode 100644 index 14ec536db25f..000000000000 --- a/www-apache/mod_httpbl/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -AUX 99_mod_httpbl.conf 294 RMD160 08f0703e2fada3f0d18ce8611a75b850a5ed6e20 SHA1 080a9f3b5b8cb8aeb3056ff08ed672829a3c1fb2 SHA256 fb102328b138d55d541e44bca4e85dc3aff5c2df836cc618e963746b28a1119b -DIST mod_httpbl-1.5.c 360927 RMD160 5eb4445671a9d68e783a0dc7833916c92215142e SHA1 87b21bdfb387e68c740a0ab62c512fd7ba1d3fb5 SHA256 803c76aab001e123e2bbb74407d036c0986c598ef775ded7d70618a311520a00 -EBUILD mod_httpbl-1.5-r1.ebuild 2117 RMD160 f0d1eb305998609242ed4798bb835fb267b4a188 SHA1 2e288e57788e17e709dd4a3fe35368603f4fb742 SHA256 4a1563a9348e908fb80ccb438d13032a0dbad752ecf4254895b96ea1cbe8ecc6 -MISC ChangeLog 927 RMD160 fdf02da7495d88e2015bcaacfa3c5272caeffe77 SHA1 e51efd779aecf1e62aeaa0f811f4bc57bb9fb939 SHA256 e5931773750ae8b6f7c2e3e4f5f533c84f8dbe5e7e0cba2d3def6b0e862d5801 -MISC metadata.xml 267 RMD160 511ac4eac08cf7c7598b7f0dd2c2a7b54b2a6d17 SHA1 7cfd482a8ab9b30e3e424c19cfef49ccc93013c8 SHA256 0c11886362b779764fbeda77806037b3625b1c11375b7ecc1b7ad3e20ec6a1ac ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.13 (GNU/Linux) - -iEYEARECAAYFAksT98EACgkQAiZjviIA2XiNJACg9PYacshzfnIEwsYxwVCmZXtz -JS8AnimyD9j3S/HQHNCb78Rd9mxrGV2l -=ZKwk ------END PGP SIGNATURE----- diff --git a/www-apache/mod_httpbl/files/99_mod_httpbl.conf b/www-apache/mod_httpbl/files/99_mod_httpbl.conf deleted file mode 100644 index a4afe04652b7..000000000000 --- a/www-apache/mod_httpbl/files/99_mod_httpbl.conf +++ /dev/null @@ -1,16 +0,0 @@ -<IfDefine HTTPBL> -LoadModule httpbl_module modules/mod_httpbl.so - -HTTPBLRBLEnabled On - -HTTPBLLogDir /var/log/apache2/httpbl -HTTPBLReposDir /var/cache/mod_httpbl - -HTTPBLAccessKey # You should set yours here - -<Location /httpbl_diagnostics> -Order deny,allow -Deny from all -</Location> - -</IfDefine> diff --git a/www-apache/mod_httpbl/metadata.xml b/www-apache/mod_httpbl/metadata.xml deleted file mode 100644 index 51450645398c..000000000000 --- a/www-apache/mod_httpbl/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>apache</herd> - <maintainer> - <email>flameeyes@gentoo.org</email> - <name>Diego E. Pettenò</name> - </maintainer> -</pkgmetadata> diff --git a/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild b/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild deleted file mode 100644 index bd6ede383b69..000000000000 --- a/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild +++ /dev/null @@ -1,81 +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_httpbl/mod_httpbl-1.5-r1.ebuild,v 1.1 2009/11/30 16:51:14 flameeyes Exp $ - -EAPI=2 - -inherit apache-module - -DESCRIPTION="http:BL implementation for Apache 2" -HOMEPAGE="http://www.projecthoneypot.org/httpbl_download.php" -SRC_URI="http://httpbl.cvs.sourceforge.net/viewvc/*checkout*/httpbl/mod_httpbl_for_apache_2.0/mod_httpbl_source/mod_httpbl.c?revision=${PV} -> ${P}.c" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug" - -KEYWORDS="~amd64" - -S=${WORKDIR} - -APACHE2_MOD_FILE=".libs/${PN}.so" -APACHE2_MOD_CONF="99_mod_httpbl" -APACHE2_MOD_DEFINE="HTTPBL" - -need_apache2 - -# We have to copy the file in the work directory because otherwise -# apxs will try to build it within distdir (which is luckily read -# only). -src_unpack() { - cp "${DISTDIR}"/${P}.c ${PN}.c || die -} - -src_prepare() { - sed -i \ - -e '/#define VERBOSITY/i#ifndef VERBOSITY' \ - -e '/#define VERBOSITY/a#endif' \ - ${PN}.c || die -} - -src_compile() { - APXS_FLAGS= - for flag in ${CFLAGS}; do - APXS_FLAGS="${APXS_FLAGS} -Wc,${flag}" - done - - if use debug; then - APXS_FLAGS="${APXS_FLAGS} -DVERBOSITY=APLOG_DEBUG" - fi - - # Yes we need to prefix it _twice_ - for flag in ${LDFLAGS}; do - APXS_FLAGS="${APXS_FLAGS} -Wl,${flag}" - done - - ${APXS} -c ${APXS_FLAGS} ${PN}.c || die -} - -src_install() { - apache-module_src_install - - keepdir /var/log/apache2/httpbl - fowners apache:apache /var/log/apache2/httpbl || die - fperms 0770 /var/log/apache2/httpbl || die - - keepdir /var/cache/mod_httpbl || die - fowners apache:apache /var/cache/mod_httpbl || die - fperms 0770 /var/cache/mod_httpbl || die -} - -pkg_postinst() { - apache-module_pkg_postinst - - elog "To use http:BL you will need the API key from Project Honey Pot" - elog "that you can receive being an active member." - elog "See ${HOMEPAGE} for details." - elog "" - elog "By default all requests are filtered with the blacklist, you probably" - elog "want to restrict that to virtual hosts where actual applications are" - elog "running and/or on possibly vulnerable locations." -} |