From owner-cvs-all@FreeBSD.ORG Thu Dec 1 20:01:57 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE98106567D; Thu, 1 Dec 2011 20:01:57 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F53E8FC12; Thu, 1 Dec 2011 20:01:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pB1K1vjV023997; Thu, 1 Dec 2011 20:01:57 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pB1K1vt6023996; Thu, 1 Dec 2011 20:01:57 GMT (envelope-from crees) Message-Id: <201112012001.pB1K1vt6023996@repoman.freebsd.org> From: Chris Rees Date: Thu, 1 Dec 2011 20:01:57 +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 Makefile ports/security/scannedonly Makefile distinfo pkg-descr pkg-message ports/security/scannedonly/files scannedonly.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2011 20:01:57 -0000 crees 2011-12-01 20:01:57 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/scannedonly Makefile distinfo pkg-descr pkg-message security/scannedonly/files scannedonly.in Log: Scannedonly is a samba VFS module and a scanning daemon that ensure that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan: high server loads when (the same) files were requested often, and timeouts when large zip files were requested. Scannedonly doesn't have these problems, but it does introduce some other issues. Choose the product that suits you best. Scannedonly is available under the open source GPL licence. The source code repository is available on Sourceforge. WWW: http://olivier.sessink.nl/scannedonly/ PR: ports/154202 Submitted by: girald@etcom.ufrgs.br Feature safe: yes Revision Changes Path 1.1232 +1 -0 ports/security/Makefile 1.1 +86 -0 ports/security/scannedonly/Makefile (new) 1.1 +2 -0 ports/security/scannedonly/distinfo (new) 1.1 +33 -0 ports/security/scannedonly/files/scannedonly.in (new) 1.1 +13 -0 ports/security/scannedonly/pkg-descr (new) 1.1 +11 -0 ports/security/scannedonly/pkg-message (new)