diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-10-18 15:14:25 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-10-18 15:14:25 +0000 |
commit | 628c99d1b2221e90304440a6885ed1b5b1741763 (patch) | |
tree | 66f2915754dc1771104ad6e29b5b1304515197a3 /net-proxy/squidclamav | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-628c99d1b2221e90304440a6885ed1b5b1741763.tar.gz gentoo-2-628c99d1b2221e90304440a6885ed1b5b1741763.tar.bz2 gentoo-2-628c99d1b2221e90304440a6885ed1b5b1741763.zip |
Remove obsolete version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/squidclamav')
-rw-r--r-- | net-proxy/squidclamav/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/squidclamav/files/squidclamav-3.6-gentoo.patch | 28 | ||||
-rw-r--r-- | net-proxy/squidclamav/squidclamav-3.6.ebuild | 43 |
3 files changed, 5 insertions, 72 deletions
diff --git a/net-proxy/squidclamav/ChangeLog b/net-proxy/squidclamav/ChangeLog index bef6f5ff1988..a09cfc7f21c1 100644 --- a/net-proxy/squidclamav/ChangeLog +++ b/net-proxy/squidclamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/squidclamav # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.9 2009/04/25 09:44:42 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.10 2009/10/18 15:14:25 mrness Exp $ + + 18 Oct 2009; Alin Năstac <mrness@gentoo.org> -squidclamav-3.6.ebuild, + -files/squidclamav-3.6-gentoo.patch: + Remove obsolete version. *squidclamav-4.0 (25 Apr 2009) diff --git a/net-proxy/squidclamav/files/squidclamav-3.6-gentoo.patch b/net-proxy/squidclamav/files/squidclamav-3.6-gentoo.patch deleted file mode 100644 index 6283013dfb9b..000000000000 --- a/net-proxy/squidclamav/files/squidclamav-3.6-gentoo.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur squidclamav-3.6.orig/squidclamav.conf.dist squidclamav-3.6/squidclamav.conf.dist ---- squidclamav-3.6.orig/squidclamav.conf.dist 2008-09-30 11:44:23.000000000 +0000 -+++ squidclamav-3.6/squidclamav.conf.dist 2008-10-12 07:49:55.000000000 +0000 -@@ -29,7 +29,7 @@ - # - # stat 0|1 - # --# squidguard /usr/local/squidGuard/bin/squidGuard -+# squidguard /usr/bin/squidGuard - # - # whitelist this.trustdomain.com - # whitelist .*\.domain\.* -@@ -39,12 +39,12 @@ - #proxy http://127.0.0.1:3128/ - #logfile /var/log/squidclamav.log - #redirect http://proxy.domain.com/cgi-bin/clwarn.cgi --#squidguard /usr/local/squidGuard/bin/squidGuard -+#squidguard /usr/bin/squidGuard - #debug 0 - #force 1 - #stat 1 --#clamd_local /tmp/clamd --#clamd_ip 192.168.1.5 -+#clamd_local /var/run/clamav/clamd.sock -+#clamd_ip 127.0.0.1 - #clamd_port 3310 - #timeout 60 - #abort ^.*\.gz$ diff --git a/net-proxy/squidclamav/squidclamav-3.6.ebuild b/net-proxy/squidclamav/squidclamav-3.6.ebuild deleted file mode 100644 index 5b16b98bc8b8..000000000000 --- a/net-proxy/squidclamav/squidclamav-3.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-3.6.ebuild,v 1.1 2008/10/12 07:53:36 mrness Exp $ - -inherit eutils - -DESCRIPTION="A Squid redirector to allow easy antivirus file scanning, using ClamAV" -HOMEPAGE="http://www.samse.fr/GPL/" -SRC_URI="http://www.samse.fr/GPL/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-misc/curl - dev-libs/openssl - sys-libs/zlib - app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -src_install() { - dosbin squidclamav || die "dosbin failed" - insinto /etc - newins squidclamav.conf.dist squidclamav.conf - keepdir /var/log/squidclamav - fowners squid:squid /var/log/squidclamav - dodoc ChangeLog README squidclamav.conf.dist clwarn.cgi* -} - -pkg_postinst() { - einfo "To enable squidclam, add the following lines to /etc/squid/squid.conf:" - einfo " url_rewrite_program /usr/sbin/squidclamav" - einfo " url_rewrite_children 15" - einfo " url_rewrite_access deny localhost # prevent loops" - einfo " url_rewrite_access deny SSL_ports # SSL URLs cannot be scanned" -} |