diff options
author | rh <rh@pkgsrc.org> | 2001-03-20 08:51:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-03-20 08:51:12 +0000 |
commit | 24f23ea8bef1239efe28b7401a4dabd08d93a623 (patch) | |
tree | b36c54a66f69ea9acbd64c6dde95067a2b4c0717 /security/uvscan/Makefile | |
parent | ed92789d25c3276b8eba553c0a7a623bca36e99d (diff) | |
download | pkgsrc-24f23ea8bef1239efe28b7401a4dabd08d93a623.tar.gz |
Update uvscan to 4.14.0.
New Features for 4140 engine:
* Improved performance for Microsoft Visio file scanning
* Fix to Corel Paint scanning
* Additional support for Microsoft Office 2001 for Macintosh
New Features for 4120 engine:
* Heuristic detection inside Visual Basic Scripts.
* Reporting of Windows Word 98 and Windows 2000
password-protected documents.
* Support for new unpacker formats, Windows
executable compressors and encryptors
* Support for new versions of unpacker formats.
* Support for new RTF (Embedded) format of Object
Packager
* Support for various MIME formats
* Support for Autodesk AutoCAD 2000
* Support for Corel Photo-Paint 9
* More filetypes are scanned.
* Display of file extensions
* Improved renaming of infected files
* Reporting of 'Trojan horse' variants.
* Extended CAB support
* Support for multiple boot-device scanning on Linux
* Linux shared library
* Man page display for UNIX command-line scanner.
* New switch
Diffstat (limited to 'security/uvscan/Makefile')
-rw-r--r-- | security/uvscan/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile index 4faa267914c..26aaea5c096 100644 --- a/security/uvscan/Makefile +++ b/security/uvscan/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:50:14 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/20 08:51:12 rh Exp $ # -DISTNAME= vlnx407e -PKGNAME= uvscan-4.07e +DISTNAME= vlnx414e +PKGNAME= uvscan-4.14.0 NO_WRKSUBDIR= YES CATEGORIES= security -MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/ +MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/unix/linux/v4.14.0/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org @@ -13,7 +13,7 @@ HOMEPAGE= http://www.nai.com/asp_set/buy_try/try/products_evals.asp COMMENT= evaluation version of a DOS/Windows file virus scanner DEPENDS+= suse_libc5>=6.1:../../emulators/suse_libc5 -DEPENDS+= uvscan-dat>=4080:../../security/uvscan-dat +DEPENDS+= uvscan-dat>=4129:../../security/uvscan-dat ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_BUILD= YES @@ -32,12 +32,17 @@ do-configure: -e 's:@@PREFIX@@:${PREFIX}:g' do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan ${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan +.for file in uvscan liblnxfv.so + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan +.endfor + ${LN} -s ${PREFIX}/libexec/uvscan/liblnxfv.so \ + ${PREFIX}/emul/linux/usr/local/lib + ${INSTALL_MAN} ${WRKSRC}/uvscan.1 ${PREFIX}/man/man1 .for file in license.dat messages.dat ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan .endfor -.for file in unx47uag.pdf license.txt +.for file in unxadmin.pdf license.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan .endfor |