aboutsummaryrefslogtreecommitdiff
path: root/www/mod_clamav
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-12-19 23:08:38 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-12-19 23:08:38 +0000
commite74905e54bdaced2d06fbc274a14a42b211d3126 (patch)
tree2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /www/mod_clamav
parent19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff)
downloadports-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.gz
ports-e74905e54bdaced2d06fbc274a14a42b211d3126.zip
- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license issue - Some cosmetic changes - Chase library version bump and bump PORTREVISION of all dependant ports Approved by: portmgr (pav) Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
Notes
Notes: svn path=/head/; revision=204156
Diffstat (limited to 'www/mod_clamav')
-rw-r--r--www/mod_clamav/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile
index 7b8ec281b6e0..e6669ffb15b7 100644
--- a/www/mod_clamav/Makefile
+++ b/www/mod_clamav/Makefile
@@ -7,14 +7,14 @@
PORTNAME= mod_clamav
PORTVERSION= 0.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= http://software.othello.ch/mod_clamav/
MAINTAINER= tmueko@kommunity.net
COMMENT= Scans content delivered by the Apache2 proxy module for viruses
-LIB_DEPENDS+= clamav:${PORTSDIR}/${CLAMAV_PORT}
+LIB_DEPENDS+= clamav.3:${PORTSDIR}/${CLAMAV_PORT}
USE_AUTOTOOLS= libtool:15
USE_APACHE= YES