diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-06 12:15:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-06 12:15:44 +0000 |
commit | e34462e0294900bb9283944daaad63f3dc463256 (patch) | |
tree | 46d807cbc6de0cc624688c0421fb821ca06d0a3e /mail-filter | |
parent | Version bump. We are in sync now with baselayout-1.12.5-r2. (diff) | |
download | gentoo-2-e34462e0294900bb9283944daaad63f3dc463256.tar.gz gentoo-2-e34462e0294900bb9283944daaad63f3dc463256.tar.bz2 gentoo-2-e34462e0294900bb9283944daaad63f3dc463256.zip |
Version bump. Bug #147971, reported by Hod <coil93 at mail.ee>.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/clamsmtp/ChangeLog | 9 | ||||
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.8.ebuild | 39 | ||||
-rw-r--r-- | mail-filter/clamsmtp/files/digest-clamsmtp-1.8 | 3 |
3 files changed, 49 insertions, 2 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog index 7ade733acf97..bca207648b8b 100644 --- a/mail-filter/clamsmtp/ChangeLog +++ b/mail-filter/clamsmtp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/clamsmtp -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.9 2005/12/05 06:58:13 ticho Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.10 2006/10/06 12:15:44 ticho Exp $ + +*clamsmtp-1.8 (06 Oct 2006) + + 06 Oct 2006; Andrej Kacian <ticho@gentoo.org> +clamsmtp-1.8.ebuild: + Version bump. Bug #147971, reported by Hod <coil93 at mail.ee>. 05 Dec 2005; Andrej Kacian <ticho@gentoo.org> clamsmtp-1.6.ebuild: Stable on x86. diff --git a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild new file mode 100644 index 000000000000..e4d3aeb02bcf --- /dev/null +++ b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.1 2006/10/06 12:15:44 ticho Exp $ + +DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software." +HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/" + +SRC_URI="http://memberwebs.com/nielsen/software/clamsmtp/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/libc + >=sys-apps/sed-4" +RDEPEND=">=app-antivirus/clamav-0.75" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog README NEWS + newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd + insinto /etc + newins doc/clamsmtpd.conf clamsmtpd.conf + + sed -i \ + -e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \ + -e "s|\#\(User\): .*|\1: clamav|" \ + ${D}/etc/clamsmtpd.conf +} + +pkg_postinst() { + echo + einfo "For help configuring Postfix to use clamsmtpd, see:" + einfo " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html" + echo + ewarn "You'll need to have ScanMail support turned on in clamav.conf" + ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)" + echo +} diff --git a/mail-filter/clamsmtp/files/digest-clamsmtp-1.8 b/mail-filter/clamsmtp/files/digest-clamsmtp-1.8 new file mode 100644 index 000000000000..182fd6cf71b4 --- /dev/null +++ b/mail-filter/clamsmtp/files/digest-clamsmtp-1.8 @@ -0,0 +1,3 @@ +MD5 04da6aab94934641fcf9e7a7598346fb clamsmtp-1.8.tar.gz 184285 +RMD160 f80745af5628f8058d591f7f1636ae2f0a88c2f0 clamsmtp-1.8.tar.gz 184285 +SHA256 c09b24c82f858845e235df4c8b2639240a7b786de66b595e351be86ab60663a5 clamsmtp-1.8.tar.gz 184285 |