From owner-cvs-all@FreeBSD.ORG Thu Sep 8 17:56:19 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 B6AA516A41F; Thu, 8 Sep 2005 17:56:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6394343D5F; Thu, 8 Sep 2005 17:56:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j88HuH8t056350; Thu, 8 Sep 2005 17:56:17 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j88HuHuI056349; Thu, 8 Sep 2005 17:56:17 GMT (envelope-from garga) Message-Id: <200509081756.j88HuHuI056349@repoman.freebsd.org> From: Renato Botelho Date: Thu, 8 Sep 2005 17:56:17 +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/mail/postfix-policyd-sf Makefile distinfo ports/mail/postfix-policyd-sf/files policyd.sh.in 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: Thu, 08 Sep 2005 17:56:19 -0000 garga 2005-09-08 17:56:17 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-sf Makefile distinfo mail/postfix-policyd-sf/files policyd.sh.in Log: - Update to 1.67 Changes from v1.66 -> v1.67 (new functionality) * generic.c: AUTO_BLACK_LISTING was not being initialized which means it couldnt of been working. patch by Benny Pedersen. * *.c: records were taking twice as long to expire as what they should be. Thanks to Sune Foldager for spotting this. * contrib/: added debian startup/init file by Dietmar Braun. * helo.c: used wrong variable for _expire. patch by Benny Pedersen. * policyd.spec: new rpm spec file. submitted by Catalin Muresan - Fix missing documentation - Fix startup script to not use '-' in rc variables. - Fix pid filename in default configuration pid filename. - Added postfix-policyd-stats to gather stats using syslog PR: ports/85868 Submitted by: maintainer Revision Changes Path 1.3 +12 -4 ports/mail/postfix-policyd-sf/Makefile 1.2 +2 -2 ports/mail/postfix-policyd-sf/distinfo 1.2 +8 -8 ports/mail/postfix-policyd-sf/files/policyd.sh.in