diff options
author | rh <rh> | 2001-03-20 08:51:12 +0000 |
---|---|---|
committer | rh <rh> | 2001-03-20 08:51:12 +0000 |
commit | 110fe3e4ba97920075cc44b2249fd0773ad44062 (patch) | |
tree | b36c54a66f69ea9acbd64c6dde95067a2b4c0717 /security | |
parent | c79f218ef07c0aae196c7fbda2bf175a6b9ee152 (diff) | |
download | pkgsrc-110fe3e4ba97920075cc44b2249fd0773ad44062.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')
-rw-r--r-- | security/uvscan/Makefile | 19 | ||||
-rw-r--r-- | security/uvscan/files/md5 | 4 | ||||
-rw-r--r-- | security/uvscan/pkg/PLIST | 7 |
3 files changed, 19 insertions, 11 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 diff --git a/security/uvscan/files/md5 b/security/uvscan/files/md5 index d649c3eb21c..49a4f7ff585 100644 --- a/security/uvscan/files/md5 +++ b/security/uvscan/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ +$NetBSD: md5,v 1.2 2001/03/20 08:51:13 rh Exp $ -MD5 (vlnx407e.tar.Z) = 6442179cc27f0bcbc37267fc4475ce93 +SHA1 (vlnx414e.tar.Z) = 5282443b5060e80ffa043b84b3c511fc87298d50 diff --git a/security/uvscan/pkg/PLIST b/security/uvscan/pkg/PLIST index 2bac46396ae..e918ccc9169 100644 --- a/security/uvscan/pkg/PLIST +++ b/security/uvscan/pkg/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/20 08:51:13 rh Exp $ bin/uvscan +emul/linux/usr/local/lib/liblnxfv.so libexec/uvscan/uvscan +libexec/uvscan/liblnxfv.so libexec/uvscan/license.dat libexec/uvscan/messages.dat -share/doc/uvscan/unx47uag.pdf +man/man1/uvscan.1 +share/doc/uvscan/unxadmin.pdf share/doc/uvscan/license.txt |