mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- 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
This commit is contained in:
parent
19a8a2ec33
commit
e74905e54b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204156
21 changed files with 104 additions and 35 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= proftpd
|
PORTNAME= proftpd
|
||||||
DISTVERSION= 1.3.1
|
DISTVERSION= 1.3.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
||||||
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
|
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
|
||||||
|
@ -217,7 +217,7 @@ MODULES:=${MODULES}:mod_quotatab_sql
|
||||||
DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam
|
DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam
|
||||||
USE_CLAMAV= yes
|
USE_CLAMAV= yes
|
||||||
MODULES:=${MODULES}:mod_clamav
|
MODULES:=${MODULES}:mod_clamav
|
||||||
LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
|
||||||
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
|
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
|
||||||
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
|
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= proftpd
|
PORTNAME= proftpd
|
||||||
DISTVERSION= 1.3.1
|
DISTVERSION= 1.3.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
||||||
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
|
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
|
||||||
|
@ -217,7 +217,7 @@ MODULES:=${MODULES}:mod_quotatab_sql
|
||||||
DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam
|
DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam
|
||||||
USE_CLAMAV= yes
|
USE_CLAMAV= yes
|
||||||
MODULES:=${MODULES}:mod_clamav
|
MODULES:=${MODULES}:mod_clamav
|
||||||
LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
|
||||||
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
|
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
|
||||||
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
|
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Mail-ClamAV
|
PORTNAME= Mail-ClamAV
|
||||||
PORTVERSION= 0.20
|
PORTVERSION= 0.20
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Mail
|
MASTER_SITE_SUBDIR= Mail
|
||||||
|
|
|
@ -1,6 +1,17 @@
|
||||||
--- ../Mail-ClamAV-0.05.orig/ClamAV.pm Mon Feb 23 16:04:36 2004
|
--- ClamAV.pm.orig 2007-02-20 11:42:16.000000000 -0200
|
||||||
+++ ClamAV.pm Mon Feb 23 16:05:17 2004
|
+++ ClamAV.pm 2007-12-18 14:31:54.000000000 -0200
|
||||||
@@ -138,12 +138,9 @@
|
@@ -73,10 +73,6 @@
|
||||||
|
CL_ESUPPORT
|
||||||
|
CL_ELOCKDB
|
||||||
|
|
||||||
|
- CL_ENCINIT
|
||||||
|
- CL_ENCLOAD
|
||||||
|
- CL_ENCIO
|
||||||
|
-
|
||||||
|
CL_SCAN_RAW
|
||||||
|
CL_SCAN_ARCHIVE
|
||||||
|
CL_SCAN_MAIL
|
||||||
|
@@ -169,12 +165,9 @@
|
||||||
VERSION => $VERSION,
|
VERSION => $VERSION,
|
||||||
PREFIX => 'clamav_perl_',
|
PREFIX => 'clamav_perl_',
|
||||||
NAME => "Mail::ClamAV",
|
NAME => "Mail::ClamAV",
|
||||||
|
@ -16,3 +27,17 @@
|
||||||
use Inline C => <<'END_OF_C';
|
use Inline C => <<'END_OF_C';
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@@ -496,13 +489,7 @@
|
||||||
|
if (strEQ("CL_ESUPPORT", name)) return CL_ESUPPORT;
|
||||||
|
if (strEQ("CL_ELOCKDB", name)) return CL_ELOCKDB;
|
||||||
|
|
||||||
|
- /* NodalCore */
|
||||||
|
- if (strEQ("CL_ENCINIT", name)) return CL_ENCINIT;
|
||||||
|
- if (strEQ("CL_ENCLOAD", name)) return CL_ENCLOAD;
|
||||||
|
- if (strEQ("CL_ENCIO", name)) return CL_ENCIO;
|
||||||
|
-
|
||||||
|
/* db options */
|
||||||
|
- if (strEQ("CL_DB_NCORE", name)) return CL_DB_NCORE;
|
||||||
|
if (strEQ("CL_DB_PHISHING", name)) return CL_DB_PHISHING;
|
||||||
|
if (strEQ("CL_DB_ACONLY", name)) return CL_DB_ACONLY;
|
||||||
|
if (strEQ("CL_DB_PHISHING_URLS", name)) return CL_DB_PHISHING_URLS;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= qsheff-II
|
PORTNAME= qsheff-II
|
||||||
PORTVERSION= 2.1.r2
|
PORTVERSION= 2.1.r2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.enderunix.org/qsheff/ \
|
MASTER_SITES= http://www.enderunix.org/qsheff/ \
|
||||||
${MASTER_SITE_SOURCEFORGE}
|
${MASTER_SITE_SOURCEFORGE}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= simscan
|
PORTNAME= simscan
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= mail security
|
CATEGORIES= mail security
|
||||||
MASTER_SITES= http://www.inter7.com/simscan/
|
MASTER_SITES= http://www.inter7.com/simscan/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clamassassin
|
PORTNAME= clamassassin
|
||||||
PORTVERSION= 1.2.4
|
PORTVERSION= 1.2.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://jameslick.com/clamassassin/ \
|
MASTER_SITES= http://jameslick.com/clamassassin/ \
|
||||||
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= clamav
|
PORTNAME= clamav
|
||||||
PORTVERSION= 0.91.2
|
PORTVERSION= 0.92
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -19,6 +18,8 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||||
OPTIONS= ARC "Enable arch archives support" On \
|
OPTIONS= ARC "Enable arch archives support" On \
|
||||||
ARJ "Enable arj archives support" On \
|
ARJ "Enable arj archives support" On \
|
||||||
LHA "Enable lha archives support" On \
|
LHA "Enable lha archives support" On \
|
||||||
|
UNZOO "Enable zoo archives support" On \
|
||||||
|
UNRAR "Enable rar archives support" On \
|
||||||
MILTER "Compile the milter interface" Off \
|
MILTER "Compile the milter interface" Off \
|
||||||
LDAP "libmilter was built with LDAP" Off \
|
LDAP "libmilter was built with LDAP" Off \
|
||||||
STDERR "Print logs to stderr instead of stdout" Off \
|
STDERR "Print logs to stderr instead of stdout" Off \
|
||||||
|
@ -107,15 +108,24 @@ CONFIGURE_ARGS+= --enable-gethostbyname_r
|
||||||
PTHREAD_LIBS= -lthr
|
PTHREAD_LIBS= -lthr
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_ARC)
|
.if defined(WITH_ARC)
|
||||||
RUN_DEPENDS+= arc:${PORTSDIR}/archivers/arc
|
RUN_DEPENDS+= arc:${PORTSDIR}/archivers/arc
|
||||||
.endif
|
.endif
|
||||||
.if !defined(WITHOUT_ARJ)
|
.if defined(WITH_ARJ)
|
||||||
RUN_DEPENDS+= arj:${PORTSDIR}/archivers/arj
|
RUN_DEPENDS+= arj:${PORTSDIR}/archivers/arj
|
||||||
.endif
|
.endif
|
||||||
.if !defined(WITHOUT_LHA)
|
.if defined(WITH_LHA)
|
||||||
RUN_DEPENDS+= lha:${PORTSDIR}/archivers/lha
|
RUN_DEPENDS+= lha:${PORTSDIR}/archivers/lha
|
||||||
.endif
|
.endif
|
||||||
|
.if defined(WITH_UNZOO)
|
||||||
|
RUN_DEPENDS+= unzoo:${PORTSDIR}/archivers/unzoo
|
||||||
|
.endif
|
||||||
|
.if defined(WITH_UNRAR)
|
||||||
|
PLIST_SUB+= UNRAR=""
|
||||||
|
.else
|
||||||
|
PLIST_SUB+= UNRAR="@comment "
|
||||||
|
CONFIGURE_ARGS+= --disable-unrar
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_MILTER)
|
.if defined(WITH_MILTER)
|
||||||
USE_RC_SUBR+= clamav-milter
|
USE_RC_SUBR+= clamav-milter
|
||||||
|
@ -148,11 +158,11 @@ post-patch:
|
||||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,g' \
|
@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,g' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
@${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \
|
|
||||||
${WRKSRC}/libclamav/unrar/unrar.c
|
|
||||||
@${REINPLACE_CMD} ${SED_CONF} \
|
@${REINPLACE_CMD} ${SED_CONF} \
|
||||||
${WRKSRC}/etc/clamd.conf \
|
${WRKSRC}/etc/clamd.conf \
|
||||||
${WRKSRC}/etc/freshclam.conf
|
${WRKSRC}/etc/freshclam.conf
|
||||||
|
@${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \
|
||||||
|
${WRKSRC}/libclamunrar/unrar.c
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
MD5 (clamav-0.91.2.tar.gz) = 2a7265d17cfa80c32858978f16a3f47b
|
MD5 (clamav-0.92.tar.gz) = e500651858a9187a87025c8a5c23969c
|
||||||
SHA256 (clamav-0.91.2.tar.gz) = dac9de86dff5ef4c9a6e4962da24988e1aa74948a21b7fb7b7fed17867ddf2a0
|
SHA256 (clamav-0.92.tar.gz) = d3c8c1e2e0025a354663b330d69c8848c7a5c9d7248204c69362c2924366025e
|
||||||
SIZE (clamav-0.91.2.tar.gz) = 13394538
|
SIZE (clamav-0.92.tar.gz) = 14300798
|
||||||
|
MD5 (unrar.diff) = 3ee33ac3d02f5ef95b22905e49dc3ef7
|
||||||
|
SHA256 (unrar.diff) = 859ea0a74c77cdb2e63e4b674e35d880c304282fab99786d1c9cfee92ce11607
|
||||||
|
SIZE (unrar.diff) = 178262
|
||||||
|
|
|
@ -9,10 +9,18 @@ bin/sigtool
|
||||||
sbin/clamd
|
sbin/clamd
|
||||||
include/clamav.h
|
include/clamav.h
|
||||||
include/clamav-config.h
|
include/clamav-config.h
|
||||||
lib/libclamav.so.2
|
lib/libclamav.so.3
|
||||||
lib/libclamav.so
|
lib/libclamav.so
|
||||||
lib/libclamav.a
|
lib/libclamav.a
|
||||||
lib/libclamav.la
|
lib/libclamav.la
|
||||||
|
%%UNRAR%%lib/libclamunrar.so.3
|
||||||
|
%%UNRAR%%lib/libclamunrar.so
|
||||||
|
%%UNRAR%%lib/libclamunrar.la
|
||||||
|
%%UNRAR%%lib/libclamunrar.a
|
||||||
|
%%UNRAR%%lib/libclamunrar_iface.so.3
|
||||||
|
%%UNRAR%%lib/libclamunrar_iface.so
|
||||||
|
%%UNRAR%%lib/libclamunrar_iface.la
|
||||||
|
%%UNRAR%%lib/libclamunrar_iface.a
|
||||||
libdata/pkgconfig/libclamav.pc
|
libdata/pkgconfig/libclamav.pc
|
||||||
@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi
|
@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi
|
||||||
etc/clamd.conf.default
|
etc/clamd.conf.default
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clamcour
|
PORTNAME= clamcour
|
||||||
PORTVERSION= 0.3.8
|
PORTVERSION= 0.3.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security mail
|
CATEGORIES= security mail
|
||||||
MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/
|
MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ MAINTAINER= bsd@dino.sk
|
||||||
COMMENT= ClamAV courier filter
|
COMMENT= ClamAV courier filter
|
||||||
|
|
||||||
BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier
|
BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier
|
||||||
LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= klamav
|
PORTNAME= klamav
|
||||||
PORTVERSION= 0.41
|
PORTVERSION= 0.41
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= klamav
|
MASTER_SITE_SUBDIR= klamav
|
||||||
|
|
11
security/klamav/files/patch-src__klamd__scanner.c
Normal file
11
security/klamav/files/patch-src__klamd__scanner.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/klamd/scanner.c.orig 2007-12-19 08:33:50.000000000 -0200
|
||||||
|
+++ src/klamd/scanner.c 2007-12-19 08:36:04.000000000 -0200
|
||||||
|
@@ -396,7 +396,7 @@
|
||||||
|
|
||||||
|
logg("*Accepted connection on port %d, fd %d\n", port, acceptd);
|
||||||
|
|
||||||
|
- if ((tmpname = cli_gentempdesc(NULL, &tmpd)) == NULL) {
|
||||||
|
+ if (cli_gentempfd(NULL, &tmpname, &tmpd) ) {
|
||||||
|
shutdown(sockfd, 2);
|
||||||
|
close(sockfd);
|
||||||
|
close(acceptd);
|
9
security/klamav/files/patch-src__klamd__scanner.h
Normal file
9
security/klamav/files/patch-src__klamd__scanner.h
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- src/klamd/scanner.h.orig 2007-12-19 08:34:32.000000000 -0200
|
||||||
|
+++ src/klamd/scanner.h 2007-12-19 08:34:52.000000000 -0200
|
||||||
|
@@ -33,4 +33,6 @@
|
||||||
|
|
||||||
|
int checksymlink(const char *path);
|
||||||
|
|
||||||
|
+extern int cli_gentempfd(const char *dir, char **name, int *fd);
|
||||||
|
+
|
||||||
|
#endif
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= File-Scan-ClamAV
|
PORTNAME= File-Scan-ClamAV
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= File
|
MASTER_SITE_SUBDIR= File
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clamav
|
PORTNAME= clamav
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.4.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
MASTER_SITES= http://xael.org/norman/python/pyclamav/
|
MASTER_SITES= http://xael.org/norman/python/pyclamav/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -16,7 +16,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||||
MAINTAINER= mnag@FreeBSD.org
|
MAINTAINER= mnag@FreeBSD.org
|
||||||
COMMENT= A python binding to libclamav written in C
|
COMMENT= A python binding to libclamav written in C
|
||||||
|
|
||||||
LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav
|
||||||
|
|
||||||
DIST_SUBDIR= python
|
DIST_SUBDIR= python
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= squidclam
|
PORTNAME= squidclam
|
||||||
PORTVERSION= 0.11
|
PORTVERSION= 0.11
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= c-icap
|
PORTNAME= c-icap
|
||||||
PORTVERSION= 030606
|
PORTVERSION= 030606
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
|
@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --without-perl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_CLAMAV)
|
.if !defined(WITHOUT_CLAMAV)
|
||||||
LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
|
||||||
PLIST_SUB+= CLAMAV=""
|
PLIST_SUB+= CLAMAV=""
|
||||||
CONFIGURE_ARGS+= --with-clamav
|
CONFIGURE_ARGS+= --with-clamav
|
||||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gurlchecker
|
PORTNAME= gurlchecker
|
||||||
PORTVERSION= 0.10.1
|
PORTVERSION= 0.10.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= www gnome
|
CATEGORIES= www gnome
|
||||||
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
|
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/%SUBDIR%/
|
||||||
MASTER_SITE_SUBDIR= 547
|
MASTER_SITE_SUBDIR= 547
|
||||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
|
||||||
|
|
||||||
OPTIONS= CROCO "Use CROCO library for CSS2 validation" off \
|
OPTIONS= CROCO "Use CROCO library for CSS2 validation" off \
|
||||||
TIDY "Use TIDY library for HTML w3c validation" off \
|
TIDY "Use TIDY library for HTML w3c validation" off \
|
||||||
CLAMAV "Use CLAMAV library for virii scan" off \
|
CLAMAV "Use CLAMAV library for virii scan" on \
|
||||||
GNUTLS "Use GNU TLS library for HTTPS check" on
|
GNUTLS "Use GNU TLS library for HTTPS check" on
|
||||||
|
|
||||||
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
|
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
|
||||||
|
@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-tidy
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_CLAMAV)
|
.if defined(WITH_CLAMAV)
|
||||||
LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-clamav
|
CONFIGURE_ARGS+= --disable-clamav
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= havp
|
PORTNAME= havp
|
||||||
PORTVERSION= 0.86
|
PORTVERSION= 0.86
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.server-side.de/download/ \
|
MASTER_SITES= http://www.server-side.de/download/ \
|
||||||
http://bio3k.softboard.ru/uploads/arch/
|
http://bio3k.softboard.ru/uploads/arch/
|
||||||
|
@ -14,7 +15,7 @@ MASTER_SITES= http://www.server-side.de/download/ \
|
||||||
MAINTAINER= b3k@mail.ru
|
MAINTAINER= b3k@mail.ru
|
||||||
COMMENT= HTTP Antivirus Proxy
|
COMMENT= HTTP Antivirus Proxy
|
||||||
|
|
||||||
LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav
|
LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
PORTNAME= mod_clamav
|
PORTNAME= mod_clamav
|
||||||
PORTVERSION= 0.21
|
PORTVERSION= 0.21
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www security
|
CATEGORIES= www security
|
||||||
MASTER_SITES= http://software.othello.ch/mod_clamav/
|
MASTER_SITES= http://software.othello.ch/mod_clamav/
|
||||||
|
|
||||||
MAINTAINER= tmueko@kommunity.net
|
MAINTAINER= tmueko@kommunity.net
|
||||||
COMMENT= Scans content delivered by the Apache2 proxy module for viruses
|
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_AUTOTOOLS= libtool:15
|
||||||
USE_APACHE= YES
|
USE_APACHE= YES
|
||||||
|
|
Loading…
Add table
Reference in a new issue