diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
commit | 37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988 (patch) | |
tree | 81ded9fcdaddcfcae4d1d0762d9c2bb0bdce1692 /security/spybye | |
parent | f8478461222c738f5ae5a31d3f92d0ec7a2db333 (diff) | |
download | ports-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.tar.gz ports-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)
Notes
Notes:
svn path=/head/; revision=220390
Diffstat (limited to 'security/spybye')
-rw-r--r-- | security/spybye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/spybye/Makefile b/security/spybye/Makefile index a2fc70cb8907..7da0ed9064d1 100644 --- a/security/spybye/Makefile +++ b/security/spybye/Makefile @@ -27,7 +27,7 @@ MAN1= spybye.1 .include <bsd.port.pre.mk> .if defined(WITH_CLAMAV) -LIB_DEPENDS+= clamav:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin .endif |