From owner-cvs-all@FreeBSD.ORG Fri Apr 13 17:49:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 802E116A400; Fri, 13 Apr 2007 17:49:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7010513C480; Fri, 13 Apr 2007 17:49:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3DHn9Ha004530; Fri, 13 Apr 2007 17:49:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3DHn9Bf004529; Fri, 13 Apr 2007 17:49:09 GMT (envelope-from garga) Message-Id: <200704131749.l3DHn9Bf004529@repoman.freebsd.org> From: Renato Botelho Date: Fri, 13 Apr 2007 17:49:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav Makefile distinfo pkg-plist ports/security/clamav/files clamav-milter.in patch-libclamav__matcher-ac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 17:49:09 -0000 garga 2007-04-13 17:49:09 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo pkg-plist security/clamav/files clamav-milter.in Added files: security/clamav/files patch-libclamav__matcher-ac.c Log: - Update to 0.90.2 - Add a patch to increase performance of clamd in threaded systems [1] - Change clamav-milter rc.d script to use a var to determine seconds of timeout to wait clamd socket be started [2] - Add support to gethostbyname_r() on FreeBSD 6 and above [3] - Install clamav-config.h [3] - Fix all dependencies for klamav work fine [3] PR: ports/111130 [2], ports/111478 [3] Submitted by: Anton Yuzhaninov [1] Denis Eremenko [2] Anderson S. Ferreira [3] Obtained from: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=434 [1] Revision Changes Path 1.96 +8 -3 ports/security/clamav/Makefile 1.38 +3 -3 ports/security/clamav/distinfo 1.3 +15 -2 ports/security/clamav/files/clamav-milter.in 1.1 +65 -0 ports/security/clamav/files/patch-libclamav__matcher-ac.c (new) 1.32 +2 -1 ports/security/clamav/pkg-plist