diff options
author | rh <rh@pkgsrc.org> | 2000-06-27 10:18:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-27 10:18:05 +0000 |
commit | 7172d9481e70b2c8b4a67a774ef24f49370e849c (patch) | |
tree | 46aa5721e3f2e841ff772c30be9377c8003d3244 /security/uvscan-dat | |
parent | 3ab3d13cedf76c80c9bf8a464b3ae0440155e5cc (diff) | |
download | pkgsrc-7172d9481e70b2c8b4a67a774ef24f49370e849c.tar.gz |
Update uvscan-dat to 4083. Changes include detection of new viruses and an
update_dat script for downloading new dat files.
Diffstat (limited to 'security/uvscan-dat')
-rw-r--r-- | security/uvscan-dat/Makefile | 10 | ||||
-rw-r--r-- | security/uvscan-dat/files/md5 | 4 | ||||
-rw-r--r-- | security/uvscan-dat/pkg/PLIST | 3 |
3 files changed, 11 insertions, 6 deletions
diff --git a/security/uvscan-dat/Makefile b/security/uvscan-dat/Makefile index d3755443b31..7ca8cc74f14 100644 --- a/security/uvscan-dat/Makefile +++ b/security/uvscan-dat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/06/19 14:30:02 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/27 10:18:05 rh Exp $ # -DISTNAME= dat-4082 +DISTNAME= dat-4083 PKGNAME= uvscan-${DISTNAME} NO_WRKSUBDIR= yes CATEGORIES= security @@ -11,7 +11,6 @@ EXTRACT_SUFX= .tar MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nai.com/asp_set/download/dats/mcafee_4x.asp -NO_CONFIGURE= YES NO_BUILD= YES MIRROR_DISTFILE=no @@ -19,6 +18,10 @@ RESTRICTED= "restricted to the license terms set for VirusScan" NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} +do-configure: + ${SED} -e 's:@PREFIX@:${PREFIX}:g' \ + <${FILESDIR}/update_dat >${WRKDIR}/update_dat + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/uvscan .for file in clean.dat internet.dat names.dat scan.dat @@ -28,5 +31,6 @@ do-install: .for file in reseller.txt readme.txt packing.lst ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan .endfor + ${INSTALL_SCRIPT} ${WRKDIR}/update_dat ${PREFIX}/sbin .include "../../mk/bsd.pkg.mk" diff --git a/security/uvscan-dat/files/md5 b/security/uvscan-dat/files/md5 index 4d8a5871464..e108723393d 100644 --- a/security/uvscan-dat/files/md5 +++ b/security/uvscan-dat/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/06/19 14:30:02 rh Exp $ +$NetBSD: md5,v 1.3 2000/06/27 10:18:06 rh Exp $ -MD5 (dat-4082.tar) = 54448d1637ef64f37e6ff9d208347f9c +MD5 (dat-4083.tar) = 7d644fe05fdee43904bf1cb6e7785637 diff --git a/security/uvscan-dat/pkg/PLIST b/security/uvscan-dat/pkg/PLIST index a8516236022..df9d85b5f15 100644 --- a/security/uvscan-dat/pkg/PLIST +++ b/security/uvscan-dat/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:03:32 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/06/27 10:18:07 rh Exp $ libexec/uvscan/clean.dat libexec/uvscan/internet.dat libexec/uvscan/names.dat libexec/uvscan/scan.dat +sbin/update_dat share/doc/uvscan/reseller.txt share/doc/uvscan/readme.txt share/doc/uvscan/packing.lst |