diff options
author | heinz <heinz@pkgsrc.org> | 2006-01-15 22:27:27 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-01-15 22:27:27 +0000 |
commit | 3bae5aea8fc843b384452cb636866f4bf3faf995 (patch) | |
tree | 0bc141c7bbdd4f35267b162962eae50071024433 /security/uvscan/PLIST | |
parent | 9f0205a8a2cec780fcfcc0a47fecfe6a8b4195de (diff) | |
download | pkgsrc-3bae5aea8fc843b384452cb636866f4bf3faf995.tar.gz |
Updated to version 4.40.
This fixes PR pkg/30290 by Nicolas Joly so the latest DAT files are working
again.
- Moved included DAT-files to shares/examples/uvscan/.
- Works with PKG_CONFIG=no.
- PDF manual included in share/doc/uvscan/.
- Some small improvements to update_dat.sh:
Option "-h" shows the available options.
All the "exit" statements use distinct values.
Fixed a small logic bug (-z vs. -n).
Changes according to McAfee's website:
- Includes technology to combat the latest and
future threats.
- Improved detection and cleaning.
- Support for many more Packed Executable formats
in which known malware is often re-packaged
for obfuscation purposes.
- Specific detection and reporting of files
compressed or packaged with known suspicious
applications.
- Enhancements to the emergency DAT file (EXTRA.DAT)
structure allowing a larger DAT file size.
- Enhancements to enable scanning of non-standard
ZIP archives.
Diffstat (limited to 'security/uvscan/PLIST')
-rw-r--r-- | security/uvscan/PLIST | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/uvscan/PLIST b/security/uvscan/PLIST index ed2f47d16d4..7102530960c 100644 --- a/security/uvscan/PLIST +++ b/security/uvscan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/12/03 20:19:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/01/15 22:27:27 heinz Exp $ bin/uvscan emul/linux/usr/local/lib/liblnxfv.so emul/linux/usr/local/lib/liblnxfv.so.4 @@ -10,9 +10,11 @@ libexec/uvscan/messages.dat man/man1/uvscan.1 sbin/update_dat share/doc/uvscan/contact.txt +share/doc/uvscan/e4400upg.pdf share/doc/uvscan/license.txt -share/uvscan/clean.dat -share/uvscan/names.dat -share/uvscan/scan.dat +share/examples/uvscan/clean.dat +share/examples/uvscan/names.dat +share/examples/uvscan/scan.dat +@dirrm emul/linux/usr/local/lib @dirrm share/doc/uvscan -@dirrm share/uvscan +@dirrm share/examples/uvscan |