diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-09-16 03:56:38 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-09-16 03:56:38 +0800 |
commit | 37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988 (patch) | |
tree | 81ded9fcdaddcfcae4d1d0762d9c2bb0bdce1692 /ftp/proftpd | |
parent | f8478461222c738f5ae5a31d3f92d0ec7a2db333 (diff) | |
download | freebsd-ports-gnome-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.tar.gz freebsd-ports-gnome-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.tar.zst freebsd-ports-gnome-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.zip |
- 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)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index dc11a9039220..c1bbc131e2bf 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -226,7 +226,7 @@ DISTFILES+= mod_clamav-0.5.1.tar.bz2:clam EXTRACT_ONLY+= mod_clamav-0.5.1.tar.bz2 USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav -LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib .endif |