From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10:05:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29AF16A4CE; Sun, 18 Jul 2004 10:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC00443D2F; Sun, 18 Jul 2004 10:05:50 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IA5omr084201; Sun, 18 Jul 2004 10:05:50 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IA5oV4084200; Sun, 18 Jul 2004 10:05:50 GMT (envelope-from vanilla) Message-Id: <200407181005.i6IA5oV4084200@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 10:05:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd-new Makefile distinfo pkg-plist ports/security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd-sample.conf patch-amavisd.conf perlwarning.tmpl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Jul 2004 10:05:51 -0000 vanilla 2004-07-18 10:05:50 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo pkg-plist security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd.conf Added files: security/amavisd-new/files patch-amavisd-sample.conf perlwarning.tmpl Log: - update amavisd-new to 20040701 - add dependency on cabextract and rpm2cpio.pl - add menu used to add required dependencies for MySQL, PostgreSQL and LDAP support - add warning when running under perl version below 5.8.2 - remove taint checks when running perl 5.00503 - (hopefully) fix chroot support by running amavisd with -u instead of using "su" - mention other virus scanners available in the ports collection in the startup message PR: ports/68732 Submitted by: maintainer Revision Changes Path 1.17 +37 -8 ports/security/amavisd-new/Makefile 1.13 +2 -2 ports/security/amavisd-new/distinfo 1.3 +3 -1 ports/security/amavisd-new/files/INSTALL.tmpl 1.4 +11 -7 ports/security/amavisd-new/files/MESSAGE.tmpl 1.7 +2 -2 ports/security/amavisd-new/files/amavisd.sh.tmpl 1.6 +8 -8 ports/security/amavisd-new/files/patch-amavisd 1.1 +40 -0 ports/security/amavisd-new/files/patch-amavisd-sample.conf (new) 1.8 +28 -37 ports/security/amavisd-new/files/patch-amavisd.conf 1.1 +10 -0 ports/security/amavisd-new/files/perlwarning.tmpl (new) 1.11 +3 -0 ports/security/amavisd-new/pkg-plist