--- squidclamav-5.3.ebuild 2010-04-05 16:17:56.000000000 +0200 +++ squidclamav-5.4.ebuild 2010-08-13 16:58:19.000000000 +0200 @@ -8,7 +8,7 @@ DESCRIPTION="A Squid redirector to allow easy antivirus file scanning, using ClamAV" HOMEPAGE="http://www.samse.fr/GPL/" -SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/5.3/${P}.tar.gz" +SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -35,8 +35,8 @@ einfo "To integrate squidclamav into squid, edit squid.conf:" einfo "On ACL definition set:" einfo " acl localhost src 127.0.0.1/255.255.255.255" - einfo " acl to_localhost dst 127.0.0.0/8" - einfo " acl purge method PURGE" + einfo " acl to_localhost dst 127.0.0.0/8" + einfo " acl purge method PURGE" einfo "On http_acces definition set:" einfo " http_access deny to_localhost" einfo " http_access allow localhost"