diff options
author | clement <clement@FreeBSD.org> | 2004-04-20 17:34:54 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-20 17:34:54 +0800 |
commit | 4aa47637add70f2ce1642ba1ab845170328dc9de (patch) | |
tree | 507b30852e3594d7d8c9912881f15c9d21327e20 /www/mod_clamav | |
parent | f873077fe3753beb3392db9ec91b3bba89bf4e1b (diff) | |
download | freebsd-ports-gnome-4aa47637add70f2ce1642ba1ab845170328dc9de.tar.gz freebsd-ports-gnome-4aa47637add70f2ce1642ba1ab845170328dc9de.tar.zst freebsd-ports-gnome-4aa47637add70f2ce1642ba1ab845170328dc9de.zip |
- Update to 0.20
Submitted by: Tom Müller-Kortkamp <tmueko@kommunity.net> (maintainer)
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 2 | ||||
-rw-r--r-- | www/mod_clamav/distinfo | 4 | ||||
-rw-r--r-- | www/mod_clamav/pkg-descr | 8 |
3 files changed, 6 insertions, 8 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index f27210441a91..1eeafbf9eef9 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_clamav -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ diff --git a/www/mod_clamav/distinfo b/www/mod_clamav/distinfo index 6238119982d3..eb03f7f5b9dc 100644 --- a/www/mod_clamav/distinfo +++ b/www/mod_clamav/distinfo @@ -1,2 +1,2 @@ -MD5 (mod_clamav-0.19.tar.gz) = e06e6d4b5a3a9a3096ca0ad12263824b -SIZE (mod_clamav-0.19.tar.gz) = 307375 +MD5 (mod_clamav-0.20.tar.gz) = b19c3c5c74c5f554c29702950d350f45 +SIZE (mod_clamav-0.20.tar.gz) = 308197 diff --git a/www/mod_clamav/pkg-descr b/www/mod_clamav/pkg-descr index 0d9750bf60c8..4d65b0f4e10a 100644 --- a/www/mod_clamav/pkg-descr +++ b/www/mod_clamav/pkg-descr @@ -1,8 +1,6 @@ Apache 2 introduces filters, which allow to modify content generated -by some -other module. mod_clamav is an Apache 2 filter which scans the content -delivered by the proxy module (mod_proxy) for viruses using the Clamav -virus -scanning engine. +by some other module. mod_clamav is an Apache 2 filter which scans the +content delivered by the proxy module (mod_proxy) for viruses using the +Clamav virus scanning engine. WWW: http://software.othello.ch/mod_clamav/ |