From 1a57ec16d7519387c16e02632cde3cdc2d776ea5 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 16 Jun 2010 22:27:03 +0000 Subject: Update F-PROT Antivirus to 6.0.3.1. pkgsrc changes: * Fix PKGNAME to really intended to. * Some permission problem with using scan-mail.pl 6.0.3 (Initially NetBSD only): - Scanning inside NSIS (Nullsoft) installer files - Generic IFRAME exploit detection - Numerous additions to the Eldorado heuristic engine, making it significantly more powerful than before - Scanning of 7-Zip, ACE and "solid RAR" archives - Improved scanning of JavaScript files - List of detected malware now includes Eldorado heuristic detections - Much faster initial loading of ANTIVIR.DEF - Scan engine updated --- security/f-prot-antivirus6-ms-bin/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/f-prot-antivirus6-ms-bin/Makefile') diff --git a/security/f-prot-antivirus6-ms-bin/Makefile b/security/f-prot-antivirus6-ms-bin/Makefile index f4614a3d9f1..73f93656211 100644 --- a/security/f-prot-antivirus6-ms-bin/Makefile +++ b/security/f-prot-antivirus6-ms-bin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/02/14 10:56:32 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/06/16 22:27:03 taca Exp $ # DISTNAME= ${FP_DISTNAME} -PKGREVISION= 1 CATEGORIES= security MAINTAINER= taca@NetBSD.org @@ -19,9 +18,10 @@ BUILD_DEFS+= FPROT_GROUP FPROT_USER VARBASE VARDIR= ${VARBASE}/f-prot -OWN_DIRS_PERMS+= ${VARDIR} ${BINOWN} ${BINGRP} 0751 \ - ${VARDIR}/backup ${BINOWN} ${BINGRP} 0700 \ - ${VARDIR}/tmp ${BINOWN} ${BINGRP} 0700 \ +OWN_DIRS_PERMS+= ${VARDIR} ${BINOWN} ${BINGRP} 0775 \ + ${VARDIR}/backup ${BINOWN} ${FPROT_GROUP} 0770 \ + ${VARDIR}/run ${BINOWN} ${FPROT_GROUP} 0770 \ + ${VARDIR}/tmp ${BINOWN} ${FPROT_GROUP} 0770 \ FILES_SUBST+= FPROT_USER=${FPROT_USER} VARDIR=${VARDIR} PLIST_SUBST+= VARDIR=${VARDIR} -- cgit v1.2.3