aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
commit5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch)
tree74588a5cfa6211285f8887346870b7364822d3e3 /www
parent242c19bc489957b8f0b61e519300dceb0ec0642b (diff)
downloadports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz
ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip
- Chase clamav library to version 4
- Bump PORTREVISION Following ports are marked as BROKEN since they don't build with new clamav 0.93: www/c-icap mail/claws-mail-clamav www/gurlchecker www/havp security/klamav devel/p5-Mail-ClamAV devel/py-clamav www/squidclam This clamav version needed to be updated without wait other ports fixes because it fixes important vulnerabilities.
Notes
Notes: svn path=/head/; revision=211377
Diffstat (limited to 'www')
-rw-r--r--www/c-icap/Makefile6
-rw-r--r--www/dansguardian-devel/Makefile4
-rw-r--r--www/gurlchecker/Makefile6
-rw-r--r--www/havp/Makefile5
-rw-r--r--www/mod_clamav/Makefile4
5 files changed, 16 insertions, 9 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 7c80b75371cc..feb3343636ab 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= c-icap
PORTVERSION= 030606
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -32,6 +32,8 @@ OPTIONS= CLAMAV "Build with srv_clamav service" on \
IPV6 "Enable IPv6 support" off
# PERL "With Perl support" off
+BROKEN= Doesn't build with clamav-0.93
+
.include <bsd.port.pre.mk>
# Perl support not ready yet. Try to contact author or hack it by yourself.
@@ -55,7 +57,7 @@ CONFIGURE_ARGS+= --without-perl
.endif
.if !defined(WITHOUT_CLAMAV)
-LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav
PLIST_SUB+= CLAMAV=""
CONFIGURE_ARGS+= --with-clamav
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
diff --git a/www/dansguardian-devel/Makefile b/www/dansguardian-devel/Makefile
index 2bcf67957973..8d0d3b2cacbd 100644
--- a/www/dansguardian-devel/Makefile
+++ b/www/dansguardian-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dansguardian
PORTVERSION= 2.9.9.3
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= # empty, see below
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -75,7 +75,7 @@ PLIST_SUB+= CLISCANCONF="@comment "
.if defined(WITH_DG_CLAMAV)
CONFIGURE_ARGS+= --enable-clamav
-LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav
PLIST_SUB+= CLAMAVCONF=""
.else
PLIST_SUB+= CLAMAVCONF="@comment "
diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile
index 96b94478ae39..7d6ea3b2d126 100644
--- a/www/gurlchecker/Makefile
+++ b/www/gurlchecker/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gurlchecker
PORTVERSION= 0.10.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www gnome
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
MASTER_SITE_SUBDIR= 547
@@ -29,6 +29,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+BROKEN= Doesn't build with clamav-0.93
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
@@ -51,7 +53,7 @@ CONFIGURE_ARGS+= --disable-tidy
.endif
.if defined(WITH_CLAMAV)
-LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav
.else
CONFIGURE_ARGS+= --disable-clamav
.endif
diff --git a/www/havp/Makefile b/www/havp/Makefile
index 1f23b237e604..3b499481ca9f 100644
--- a/www/havp/Makefile
+++ b/www/havp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= havp
PORTVERSION= 0.87
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.server-side.de/download/ \
http://bio3k.softboard.ru/uploads/arch/
@@ -14,7 +15,7 @@ MASTER_SITES= http://www.server-side.de/download/ \
MAINTAINER= b3k@mail.ru
COMMENT= HTTP Antivirus Proxy
-LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -35,6 +36,8 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \
CLAMAV "Enable libclamav support" on \
TROPHIE "Enable Trend Micro (Trophie) support" off
+BROKEN= Doesn't build with clamav-0.93
+
.include <bsd.port.pre.mk>
.if defined(WITH_SSL)
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile
index e6669ffb15b7..c5d5313dc727 100644
--- a/www/mod_clamav/Makefile
+++ b/www/mod_clamav/Makefile
@@ -7,14 +7,14 @@
PORTNAME= mod_clamav
PORTVERSION= 0.21
-PORTREVISION= 2
+PORTREVISION= 3
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.3:${PORTSDIR}/${CLAMAV_PORT}
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/${CLAMAV_PORT}
USE_AUTOTOOLS= libtool:15
USE_APACHE= YES