diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 09:27:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 09:27:04 +0000 |
commit | 23dcc48861da29fd94e5e9ec8c605d110bef39f9 (patch) | |
tree | e851bc5558cb9983c901cfc8ef6e33850b955bfe /app-antivirus | |
parent | Kill redundant *DEPENDs. (diff) | |
download | gentoo-2-23dcc48861da29fd94e5e9ec8c605d110bef39f9.tar.gz gentoo-2-23dcc48861da29fd94e5e9ec8c605d110bef39f9.tar.bz2 gentoo-2-23dcc48861da29fd94e5e9ec8c605d110bef39f9.zip |
Version bump. Security bug #157612.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.7.ebuild | 67 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.6.7 | 3 |
3 files changed, 76 insertions, 1 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 604ddb32fb8f..60a2f3833bdf 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-antivirus/f-prot # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.46 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.47 2006/12/10 09:27:04 ticho Exp $ + +*f-prot-4.6.7 (10 Dec 2006) + + 10 Dec 2006; Andrej Kacian <ticho@gentoo.org> +f-prot-4.6.7.ebuild: + Version bump. Security bug #157612. 26 Oct 2006; <blubb@gentoo.org> f-prot-4.6.0-r2.ebuild, f-prot-4.6.1.ebuild, f-prot-4.6.3.ebuild, f-prot-4.6.4.ebuild, diff --git a/app-antivirus/f-prot/f-prot-4.6.7.ebuild b/app-antivirus/f-prot/f-prot-4.6.7.ebuild new file mode 100644 index 000000000000..487904960202 --- /dev/null +++ b/app-antivirus/f-prot/f-prot-4.6.7.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.7.ebuild,v 1.1 2006/12/10 09:27:04 ticho Exp $ + +inherit eutils + +IUSE="" + +MY_P="fp-linux-ws-${PV}" +S=${WORKDIR}/${PN} + +DESCRIPTION="Frisk Software's f-prot virus scanner" +HOMEPAGE="http://www.f-prot.com/" +SRC_URI="ftp://ftp.f-prot.com/pub/linux/${MY_P}.tar.gz" +DEPEND="" +# unzip and perl are needed for the check-updates.pl script +RDEPEND=">=app-arch/unzip-5.42-r1 + dev-lang/perl + dev-perl/libwww-perl + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" +PROVIDE="virtual/antivirus" + +SLOT="0" +LICENSE="F-PROT" +KEYWORDS="~amd64 -ppc -sparc ~x86" + +src_install() { + cd ${S} + + dobin ${FILESDIR}/f-prot.sh + dosym /usr/bin/f-prot.sh /usr/bin/f-prot + + dodir /opt/f-prot/tools /var/tmp/f-prot + keepdir /var/tmp/f-prot + + insinto /opt/f-prot + insopts -m 755 + + newins etc/f-prot.conf.default f-prot.conf + dodir /etc + dosym /opt/f-prot/f-prot.conf /etc/f-prot.conf + + doins f-prot + insopts -m 755 + doins *.DEF ENGLISH.TX0 + + doman man_pages/* + dodoc LICENSE* CHANGES README + dohtml doc_ws/* + + insinto /opt/f-prot/tools + insopts -m 755 + doins tools/check-updates.pl +} + +pkg_postinst() { + echo + einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + einfo "database up to date. Recommended method is to use cron. See manpages for" + einfo "cron(8) and crontab(5) for more info." + einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + echo + echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + echo + einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + echo +} diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.6.7 b/app-antivirus/f-prot/files/digest-f-prot-4.6.7 new file mode 100644 index 000000000000..ea29ea4df45a --- /dev/null +++ b/app-antivirus/f-prot/files/digest-f-prot-4.6.7 @@ -0,0 +1,3 @@ +MD5 e9baef249dd3ead5614355f51859fab9 fp-linux-ws-4.6.7.tar.gz 5756587 +RMD160 8962a84f3a080ac24b8ea4b24fe3b972868471e4 fp-linux-ws-4.6.7.tar.gz 5756587 +SHA256 c6e33ffec68d30aea95574507ca69824584f94ad139ac4f2ae06ecc5741fdcc7 fp-linux-ws-4.6.7.tar.gz 5756587 |