diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
commit | 37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988 (patch) | |
tree | 81ded9fcdaddcfcae4d1d0762d9c2bb0bdce1692 /security/p5-File-Scan-ClamAV | |
parent | f8478461222c738f5ae5a31d3f92d0ec7a2db333 (diff) |
- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=220390
Diffstat (limited to 'security/p5-File-Scan-ClamAV')
-rw-r--r-- | security/p5-File-Scan-ClamAV/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-File-Scan-ClamAV/Makefile b/security/p5-File-Scan-ClamAV/Makefile index 0fb04e76d7d1..28ce26791281 100644 --- a/security/p5-File-Scan-ClamAV/Makefile +++ b/security/p5-File-Scan-ClamAV/Makefile @@ -7,7 +7,7 @@ PORTNAME= File-Scan-ClamAV PORTVERSION= 1.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |