diff options
author | taca <taca> | 2011-09-25 14:13:48 +0000 |
---|---|---|
committer | taca <taca> | 2011-09-25 14:13:48 +0000 |
commit | 75f542aae5e09fc88a62f98e902db207662c3315 (patch) | |
tree | 10358990958945d1a0c7fdcf756eab7a6533e3aa /security/f-prot-antivirus6 | |
parent | e44be96c076c7830ce062942f55b864091eeee36 (diff) | |
download | pkgsrc-75f542aae5e09fc88a62f98e902db207662c3315.tar.gz |
Update F-PROT Antivirus 6.1.0:
f-prot-antivirus6-ws-bin
f-prot-antivirus6-fs-bin
f-prot-antivirus6-ms-bin
pkgsrc change:
* Now binary of F-PROT Antivirus are built on NetBSD 4, previously it 2.
And it works on not only i386 but also amd64 netbsd32 compat.
From CHANGES:
* Scan engine upgraded from 4.5.1 to 4.6.2 with improved detection rates and
fewer false positives.
* Fixes and clarification in documentatioon.
* New switches introduced in fpscan.
* Bugfix in fpscand resolves some rare issues on OpenBSD.
* Bugfix in fpupdate resolves compatibility issues on some Linux distros.
* Bugfix in fp-milter resolves issues on BSDs.
* Bugfix in fp.so resolves some issues on multiple platforms.
* Bugfix on fpupdate for AIX resolves an rare issue.
* Minor fixes to scan-mail.pl to improve filehandling.
* Minor improvements in the installer.
* Startup scripts improved for several platforms.
Diffstat (limited to 'security/f-prot-antivirus6')
-rw-r--r-- | security/f-prot-antivirus6/Makefile.common | 14 | ||||
-rw-r--r-- | security/f-prot-antivirus6/PLIST | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/f-prot-antivirus6/Makefile.common b/security/f-prot-antivirus6/Makefile.common index a761f6a9850..0fc859fc321 100644 --- a/security/f-prot-antivirus6/Makefile.common +++ b/security/f-prot-antivirus6/Makefile.common @@ -1,20 +1,20 @@ -# $NetBSD: Makefile.common,v 1.2 2010/06/16 22:27:03 taca Exp $ +# $NetBSD: Makefile.common,v 1.3 2011/09/25 14:13:48 taca Exp $ # # used by security/f-prot-antivirus6-ms-bin/Makefile # used by security/f-prot-antivirus6-fs-bin/Makefile # used by security/f-prot-antivirus6-ws-bin/Makefile # -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 CONFLICTS+= f-prot-antivirus6-{fs,ms,ws} fprot-workstation-bin-* -VERSION= 6.0.3.1 +VERSION= 6.1.0 # ws, ms, fs -FP_TYPE?= ws -FP_ARCH?= ${MACHINE_ARCH} +FP_TYPE?= ms +FP_ARCH?= x86.32 FP_OPSYS?= ${OPSYS} -FP_DISTNAME= fp-${FP_OPSYS}-${FP_ARCH}-${FP_TYPE}-${VERSION} +FP_DISTNAME= fp-${FP_OPSYS}.${FP_ARCH}-${FP_TYPE}-${VERSION} PKGNAME= f-prot-antivirus6-${FP_TYPE}-bin-${VERSION} RESTRICTED= "Commercial product" @@ -27,7 +27,7 @@ LICENSE= f-prot-antivirus-license WRKSRC?= ${WRKDIR}/f-prot NO_BUILD= yes -NO_CHECKSUM= yes +#NO_CHECKSUM= yes USE_TOOLS+= pax DATA= antivir.def diff --git a/security/f-prot-antivirus6/PLIST b/security/f-prot-antivirus6/PLIST index b728d20de47..504dd53a89a 100644 --- a/security/f-prot-antivirus6/PLIST +++ b/security/f-prot-antivirus6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/06/16 22:27:03 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/09/25 14:13:48 taca Exp $ bin/fpscan ${PLIST.scanmail}${PERL5_SUB_INSTALLVENDORLIB}/Anomy/HTMLCleaner.pm ${PLIST.scanmail}${PERL5_SUB_INSTALLVENDORLIB}/Anomy/Log.pm @@ -18,8 +18,6 @@ ${FPROTDIR}/product.data ${PLIST.scanmail}${FPROTDIR}/scan-mail.pl man/man1/fpscan.1 man/man5/f-prot.conf.5 -${PLIST.scanmail}man/man8/fp-milter.8 -${PLIST.scanmail}man/man8/fp-qmail.8 ${PLIST.fpso}man/man8/fp.so.8 ${PLIST.fpso}man/man8/fpmon.8 ${PLIST.fpscand}man/man8/fpscand.8 |