summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-11-20 17:28:10 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-11-20 17:28:10 +0000
commitbad2d9d1c46cf799360f1d34ba7519a983c988d9 (patch)
treed69a272d7f22a0e464ffce74cbe18b0cfa47cb07 /app-antivirus
parentStable on amd64/x86 and removing older ebuilds since the older versions of NW... (diff)
downloadgentoo-2-bad2d9d1c46cf799360f1d34ba7519a983c988d9.tar.gz
gentoo-2-bad2d9d1c46cf799360f1d34ba7519a983c988d9.tar.bz2
gentoo-2-bad2d9d1c46cf799360f1d34ba7519a983c988d9.zip
Taked maintainership wrt bug 117650.
Version bump. Changed updater script wrt bug 117650. (Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/vlnx/ChangeLog12
-rw-r--r--app-antivirus/vlnx/files/digest-vlnx-432e-r24
-rw-r--r--app-antivirus/vlnx/files/digest-vlnx-4510e6
-rw-r--r--app-antivirus/vlnx/files/uvscan.cron6
-rw-r--r--app-antivirus/vlnx/files/uvscan.sh2
-rw-r--r--app-antivirus/vlnx/metadata.xml3
-rw-r--r--app-antivirus/vlnx/vlnx-4510e.ebuild60
7 files changed, 86 insertions, 7 deletions
diff --git a/app-antivirus/vlnx/ChangeLog b/app-antivirus/vlnx/ChangeLog
index 081e14bc55ae..a34e345d38ff 100644
--- a/app-antivirus/vlnx/ChangeLog
+++ b/app-antivirus/vlnx/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-antivirus/vlnx
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.12 2005/08/13 19:30:29 ticho Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.13 2006/11/20 17:28:10 drizzt Exp $
+
+*vlnx-4510e (20 Nov 2006)
+
+ 20 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> files/uvscan.cron,
+ files/uvscan.sh, metadata.xml, +vlnx-4510e.ebuild:
+ Taked maintainership wrt bug 117650.
+ Version bump.
+ Changed updater script wrt bug 117650.
13 Aug 2005; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild:
Don't install crontab task by default, inform user about the possibility
diff --git a/app-antivirus/vlnx/files/digest-vlnx-432e-r2 b/app-antivirus/vlnx/files/digest-vlnx-432e-r2
index 88a71caa9c40..fd0a22560e75 100644
--- a/app-antivirus/vlnx/files/digest-vlnx-432e-r2
+++ b/app-antivirus/vlnx/files/digest-vlnx-432e-r2
@@ -1,2 +1,4 @@
-MD5 5404c946a08b81c6bbe68a8e9a556d0a vlnx432e.tar.Z 8045897
MD5 855a5653a2f75f1a17af2be92c3f2972 check-updates.sh.gz 851
+MD5 5404c946a08b81c6bbe68a8e9a556d0a vlnx432e.tar.Z 8045897
+RMD160 f2f3b779805cad04befa663bb6b3aa4f6c0908dd vlnx432e.tar.Z 8045897
+SHA256 354109ddfd3eeedb779e856f586ee38768a16ec270a1a81497afc686de8bfa80 vlnx432e.tar.Z 8045897
diff --git a/app-antivirus/vlnx/files/digest-vlnx-4510e b/app-antivirus/vlnx/files/digest-vlnx-4510e
new file mode 100644
index 000000000000..d72755157be8
--- /dev/null
+++ b/app-antivirus/vlnx/files/digest-vlnx-4510e
@@ -0,0 +1,6 @@
+MD5 81456ac5132a069f123e3d116c6935b5 virusscan_updater.sh.gz 854
+RMD160 ddb5e6bbc0d43a5caf7dc98e52acf584fe620647 virusscan_updater.sh.gz 854
+SHA256 451bdf13b0f061ba9bd4c10499548d50261b78f8560777c428e7e941837f84bb virusscan_updater.sh.gz 854
+MD5 3045020cfb8c89e87263b346f2a75cad vlp4510e.tar.Z 13465139
+RMD160 fe3a10939782119f7fe094b3201015a5cb9d7051 vlp4510e.tar.Z 13465139
+SHA256 d5cf6869f4e8eb9762203e8168e7acbda837934c78e75f6e9b163d3511f2bd95 vlp4510e.tar.Z 13465139
diff --git a/app-antivirus/vlnx/files/uvscan.cron b/app-antivirus/vlnx/files/uvscan.cron
index 843ef2a9fa8e..454e52b8afd8 100644
--- a/app-antivirus/vlnx/files/uvscan.cron
+++ b/app-antivirus/vlnx/files/uvscan.cron
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
-/opt/vlnx/check-updates.sh
-/opt/vlnx/uvscan --config /etc/uvscan.conf /home
+/opt/vlnx/virusscan_updater.sh
+/opt/bin/uvscan --config /etc/uvscan.conf /home
diff --git a/app-antivirus/vlnx/files/uvscan.sh b/app-antivirus/vlnx/files/uvscan.sh
index 8853d65ea21d..51374520a9c8 100644
--- a/app-antivirus/vlnx/files/uvscan.sh
+++ b/app-antivirus/vlnx/files/uvscan.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-exec /opt/vlnx/uvscan ${@+"$@"}
+LD_LIBRARY_PATH="/opt/vlnx:${LD_LIBRARY_PATH}" exec /opt/vlnx/uvscan ${@+"$@"}
diff --git a/app-antivirus/vlnx/metadata.xml b/app-antivirus/vlnx/metadata.xml
index 5bffcd07c6e2..8a584948c8b1 100644
--- a/app-antivirus/vlnx/metadata.xml
+++ b/app-antivirus/vlnx/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>antivirus</herd>
+<maintainer>
+ <email>drizzt@gentoo.org</email>
+</maintainer>
</pkgmetadata>
diff --git a/app-antivirus/vlnx/vlnx-4510e.ebuild b/app-antivirus/vlnx/vlnx-4510e.ebuild
new file mode 100644
index 000000000000..f10a6c96ffb4
--- /dev/null
+++ b/app-antivirus/vlnx/vlnx-4510e.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-4510e.ebuild,v 1.1 2006/11/20 17:28:10 drizzt Exp $
+
+S="${WORKDIR}"
+
+DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)"
+SRC_URI="http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/v5.10/vlp${PV}.tar.Z
+ mirror://gentoo/virusscan_updater.sh.gz"
+HOMEPAGE="http://www.mcafeeb2b.com/"
+
+SLOT="0"
+LICENSE="VirusScan"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=" || ( sys-libs/lib-compat
+ app-emulation/emul-linux-x86-compat )
+ amd64? ( app-emulation/emul-linux-x86-baselibs )
+ net-misc/wget"
+DEPEND=""
+
+PROVIDE="virtual/antivirus"
+RESTRICT="binchecks nostrip nomirror"
+
+src_install() {
+ insinto /opt/vlnx
+ doins "${FILESDIR}"/uvscan.cron
+
+ doins messages.dat license.dat
+
+ insopts -m0755
+ doins uvscan liblnxfv.so.4
+ dosym liblnxfv.so.4 /opt/vlnx/liblnxfv.so
+ doins virusscan_updater.sh
+
+ insinto /opt/bin
+ newins "${FILESDIR}"/uvscan.sh uvscan
+
+ dodoc *.{pdf,txt}
+ doman uvscan.1
+
+ insinto /etc
+ doins "${FILESDIR}"/uvscan.conf
+}
+
+pkg_postinst() {
+ ebegin "Downloading DAT files (this may take a few minutes)"
+ /opt/vlnx/virusscan_updater.sh
+ eend $?
+
+ echo
+ einfo "Recommended amavisd-new command line:"
+ einfo " '--secure --mime --program --mailbox -rv --summary --noboot --timeout 180'"
+ echo
+ einfo "If you wish to have your filesystem scanned for malware daily, put file"
+ einfo "/opt/vlnx/uvscan.cron into /etc/cron.daily/"
+ einfo "Note that this script is set to remove infected files silently."
+ echo
+}