summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-25 16:08:09 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-25 16:08:09 +0000
commit0fb040fd71b2a150ce761c7c8503c02455296732 (patch)
treed4c812a3988b92ea1988e3e116b0e7abf1955960 /app-antivirus
parentsb16_csp won't build on ppc64 (diff)
downloadhistorical-0fb040fd71b2a150ce761c7c8503c02455296732.tar.gz
historical-0fb040fd71b2a150ce761c7c8503c02455296732.tar.bz2
historical-0fb040fd71b2a150ce761c7c8503c02455296732.zip
Version bump. Closes #78796.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog7
-rw-r--r--app-antivirus/clamav/Manifest22
-rw-r--r--app-antivirus/clamav/clamav-0.81_rc1.ebuild62
-rw-r--r--app-antivirus/clamav/files/digest-clamav-0.81_rc11
4 files changed, 86 insertions, 6 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 3f4e06389e27..8adc0c1d06f0 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.32 2005/01/25 11:21:50 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.33 2005/01/25 16:08:09 ticho Exp $
+
+*clamav-0.81_rc1 (25 Jan 2005)
+
+ 25 Jan 2005; Andrej Kacian <ticho@gentoo.org> +clamav-0.81_rc1.ebuild:
+ Version bump. Closes #78796, reported by djfunk <djfunk@free.fr>.
25 Jan 2005; Thomas Raschbacher <lordvan@gentoo.org> files/clamd.rc:
changed init script dependency from 'need net' to 'use net'. fixes bug
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 71a9f86c71cb..2516d2a36c6c 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,9 +1,21 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1cdd98ee4686f7ba0c7cdcf63a742055 clamav-0.81_rc1.ebuild 1745
+MD5 15fe07104d5a0a6205a4dcbefb00c6f8 ChangeLog 9107
MD5 bba446aebba2d99328c16e3d5eafd47f clamav-0.80.ebuild 1737
-MD5 2d67a98c268e5604d86b84b8d714f3ef clamav-0.75.1.ebuild 1522
-MD5 74c711584dbf997749d76ad9be89282c ChangeLog 8935
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
-MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311
+MD5 2d67a98c268e5604d86b84b8d714f3ef clamav-0.75.1.ebuild 1522
+MD5 ac8c668ec7a935f9b3ae97dc2ceb24ed files/clamd.rc 1427
+MD5 e8dcbdecd955708ddc7c79399ffa6276 files/clamd.conf 166
MD5 f0090a77dc10ba3899900622336b8610 files/digest-clamav-0.75.1 66
+MD5 39b0eeb38a2310c5434cbccd508bf77c files/digest-clamav-0.81_rc1 67
MD5 a42aa0e5135bd2ad22288e4150ec89e2 files/digest-clamav-0.80 64
-MD5 e8dcbdecd955708ddc7c79399ffa6276 files/clamd.conf 166
-MD5 ac8c668ec7a935f9b3ae97dc2ceb24ed files/clamd.rc 1427
+MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFB9m7yQlM6RnzZP+IRAmXVAJ0Ug+XikV/pbaoFBSVUm1ADuXDKMACgxVrg
+K1+SIlA/3QKVm6GeJxjkoJQ=
+=RRpf
+-----END PGP SIGNATURE-----
diff --git a/app-antivirus/clamav/clamav-0.81_rc1.ebuild b/app-antivirus/clamav/clamav-0.81_rc1.ebuild
new file mode 100644
index 000000000000..1bc517b0aad9
--- /dev/null
+++ b/app-antivirus/clamav/clamav-0.81_rc1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.81_rc1.ebuild,v 1.1 2005/01/25 16:08:09 ticho Exp $
+
+inherit eutils flag-o-matic
+
+#MY_P="${PN}-0.81rc1"
+#MY_P="${P}"
+DESCRIPTION="Clam Anti-Virus Scanner"
+HOMEPAGE="http://www.clamav.net/"
+SRC_URI="mirror://sourceforge/clamav/${P/_/}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64"
+IUSE="milter crypt"
+
+DEPEND="virtual/libc
+ crypt? ( >=dev-libs/gmp-4.1.2 )"
+PROVIDE="virtual/antivirus"
+
+S="${WORKDIR}/${P/_/}"
+
+pkg_setup() {
+ enewgroup clamav
+ enewuser clamav -1 /bin/false /dev/null clamav
+ pwconv || die
+}
+
+src_compile() {
+ has_version =sys-libs/glibc-2.2* && filter-lfs-flags
+
+ local myconf
+ use milter && myconf="--enable-milter"
+ econf ${myconf} --with-dbdir=/var/lib/clamav || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS BUGS NEWS README ChangeLog TODO FAQ INSTALL
+ exeinto /etc/init.d ; newexe ${FILESDIR}/clamd.rc clamd
+ insinto /etc/conf.d ; newins ${FILESDIR}/clamd.conf clamd
+ dodoc ${FILESDIR}/clamav-milter.README.gentoo
+}
+
+pkg_postinst() {
+ echo
+ einfo "NOTE: As of clamav-0.80, the config file for clamd is no longer"
+ einfo " /etc/clamav.conf, but /etc/clamd.conf. Adjust your"
+ einfo " configuration accordingly before (re)starting clamd."
+ echo
+ ewarn "Warning: clamd and/or freshclam have not been restarted."
+ ewarn "You should restart them with: /etc/init.d/clamd restart"
+ echo
+ if use milter ; then
+ einfo "For simple instructions howto setup the clamav-milter..."
+ einfo ""
+ einfo "less /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
+ echo
+ fi
+}
diff --git a/app-antivirus/clamav/files/digest-clamav-0.81_rc1 b/app-antivirus/clamav/files/digest-clamav-0.81_rc1
new file mode 100644
index 000000000000..d9afdc3804c8
--- /dev/null
+++ b/app-antivirus/clamav/files/digest-clamav-0.81_rc1
@@ -0,0 +1 @@
+MD5 f38933eb64d108a9ab3f0e5d6c0a69c1 clamav-0.81rc1.tar.gz 3018361