From owner-cvs-all@FreeBSD.ORG Thu Oct 25 02:16:58 2007 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 121C616A420; Thu, 25 Oct 2007 02:16:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDD5313C48D; Thu, 25 Oct 2007 02:16:57 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9P2Gvi6032834; Thu, 25 Oct 2007 02:16:57 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9P2GvXR032833; Thu, 25 Oct 2007 02:16:57 GMT (envelope-from clsung) Message-Id: <200710250216.l9P2GvXR032833@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 25 Oct 2007 02:16: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/prelude-manager Makefile distinfo 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, 25 Oct 2007 02:16:58 -0000 clsung 2007-10-25 02:16:57 UTC FreeBSD ports repository Modified files: security/prelude-manager Makefile distinfo Log: - Update to 0.9.10 Changelog prelude-manager-0.9.10: - Make threshold act like a real threshold: pass every Nth events in the defined amount of seconds. - Allow mixing Limit and Threshold. - Do not share the tresholding hash accross thresholding plugin instance: previously, the shared hash would result in strange thresholding plugin behavior if you had several instance of thresholding loaded. - Various bug fixes concerning plugin instance un-subscribtion (unsubscribtion of certain plugin was not triggered). PR: ports/117416 Submitted by: maintainer (Robin Gruyters) Revision Changes Path 1.48 +3 -2 ports/security/prelude-manager/Makefile 1.21 +3 -3 ports/security/prelude-manager/distinfo