diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-15 15:08:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-15 15:08:41 +0000 |
commit | f4b5e9fef5a3f82175f8fa15d72fe8fd71509183 (patch) | |
tree | 8fed6f696b5375c290a2dc81755fedd3f5cf7521 /security | |
parent | e7f2ca7210b2d1721c22ca9ecc465beddcf0b2f9 (diff) | |
download | pkgsrc-f4b5e9fef5a3f82175f8fa15d72fe8fd71509183.tar.gz |
Add dependency on unzip, per Norm in PR 24785.
While here, update to 4.4.0 since previous distfile disappeared.
Changes:
o Added detection of encrypted archives (since various new viruses
spread through encrypted archives).
o Minor bug-fixes in the F-Prot daemon.
o Minor bug-fixes in scan-mail.pl (smtp proxying).
o Critical bug-fixes in f-prot-milter.
o Minor modifications to the check-updates.pl script (disable proxy caching
by default).
Diffstat (limited to 'security')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 7 | ||||
-rw-r--r-- | security/fprot-workstation-bin/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 44c8e5029aa..b650f55107d 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/02/10 14:21:38 ben Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/15 15:08:41 wiz Exp $ # -DISTNAME= fp-netbsd-ws-4.3.3 -PKGNAME= fprot-workstation-bin-4.3.3 +DISTNAME= fp-netbsd-ws-4.4.0 +PKGNAME= fprot-workstation-bin-4.4.0 CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ @@ -11,6 +11,7 @@ HOMEPAGE= http://www.f-prot.com/products/home_use/bsd/ COMMENT= F-prot antivirus for home users DEPENDS+= p5-libwww>=5.69:../../www/p5-libwww +DEPENDS+= unzip-[0-9]*:../../archivers/unzip PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/security/fprot-workstation-bin/distinfo b/security/fprot-workstation-bin/distinfo index d2ad794dab6..b26ac63c309 100644 --- a/security/fprot-workstation-bin/distinfo +++ b/security/fprot-workstation-bin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/02/10 14:21:38 ben Exp $ +$NetBSD: distinfo,v 1.4 2004/03/15 15:08:41 wiz Exp $ -SHA1 (fp-netbsd-ws-4.3.3.tar.gz) = e3c6ab02b0561ec861e615b4c1b538a357006995 -Size (fp-netbsd-ws-4.3.3.tar.gz) = 2245050 bytes +SHA1 (fp-netbsd-ws-4.4.0.tar.gz) = f14f5aa47c6da6d68f3de98ffb87cfa91a201562 +Size (fp-netbsd-ws-4.4.0.tar.gz) = 2314986 bytes |