Update clamav from .90.2 to .90.3 Includes support for FBSD7 in ../configure This release fixes some security bugs in libclamav and improves stability under Solaris. Please see ChangeLog for complete list of changes. If your system is suffering from long clamscan startup times, please consider installing 0.91rc1 which is due to be released shortly after 0.90.3. Security updates in this release include: #1: patch-libclamav__matcher-ac.c already patched (remove this file) #2: I removed dependency on unzoo (it is not maintained and has DOS attacks against it) MAYBE, reenable support for ZOO if you apply security patch at: http://www.guay-leroux.com/projects/zoo-infinite-advisory.txt and enable that patch minimum dependency. MAYBE - libclamav/unrar/unrar.c: improve handling of corrupted/handcrafted headers (bb#511, patch from Trog) - libclamav/unsp.c: fix end of buffer calculation (bb#464, patch from aCaB) - libclamav/ole2_extract.c: detect block list loop (bb#466), patch from Trog (others, see README) Fix: this patch (also, please remove files/patch-libclamav__matcher-ac.c seems to run fine clamd, clamdscan, clamscan, freshclam on FBSD 5.5 PORTNAME= clamav -PORTVERSION= 0.90.2 -PORTREVISION= 1 +PORTVERSION= 0.90.3 CATEGORIES= security MASTER_SITES= SF @@ -17,7 +16,6 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ arj:${PORTSDIR}/archivers/arj \ - unzoo:${PORTSDIR}/archivers/unzoo \ arc:${PORTSDIR}/archivers/arc OPTIONS= MILTER "Compile the milter interface" Off \ How-To-Repeat: make
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer
garga 2007-06-01 17:09:09 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo Removed files: security/clamav/files patch-libclamav__matcher-ac.c Log: - Update to 0.90.3 - Remove unzoo support (clam doesn't support it anymore) PR: ports/113174 Submitted by: Michael Scheidell <scheidell@secnap.net> Revision Changes Path 1.100 +1 -6 ports/security/clamav/Makefile 1.40 +3 -3 ports/security/clamav/distinfo 1.2 +0 -65 ports/security/clamav/files/patch-libclamav__matcher-ac.c (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with changes. Thanks!